file_name
stringlengths 18
83
| original_function_name
stringlengths 1
741
| stripped_function_name
stringlengths 2
57
| decompiled_code_original
stringlengths 34
256k
⌀ | decompiled_code_stripped
stringlengths 36
215k
⌀ | assembly_code
stringlengths 3
189k
⌀ | dataflowgraph_original
float64 | dataflowgraph_stripped
float64 | graphImage_original
float64 | graphImage_stripped
float64 | pcode_edges_original
stringlengths 11
4.92M
| pcode_edges_stripped
stringlengths 11
4.86M
| pcode_graph_original
float64 | pcode_graph_stripped
float64 | address
stringlengths 8
8
| arch
stringclasses 1
value | opt_level
stringclasses 1
value | S-Expression_of_decompiled_code_stripped
stringlengths 345
5.19M
⌀ | S-Expression_decompiled_code_original
stringlengths 339
6.03M
⌀ | S-Expression_decompiled_code_original_noisy
stringlengths 345
5.19M
⌀ | S-Expression_decompiled_code_original_clean
stringlengths 176
802k
⌀ | S-Expression_decompiled_code_original_root
stringlengths 353
5.35M
⌀ | Replace_function_name_and_variable_name
stringlengths 39
248k
⌀ | S-Expression_decompiled_code_stripped
float64 | Root Node
stringlengths 244
1.12M
⌀ | decompiled_code_original_masked
float64 | decompiled_code_stripped_masked
stringlengths 35
215k
⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
446_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c
|
FUN_0014aa9e
|
FUN_0014aa9e
|
void FUN_0014aa9e(void)
{
long unaff_R14;
void *in_stack_00000020;
if (in_stack_00000020 != (void *)(unaff_R14 + 0x10)) {
operator_delete(in_stack_00000020);
}
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_0014aa9e(void)
{
long unaff_R14;
long in_stack_00000020;
if (in_stack_00000020 != unaff_R14 + 0x10) {
FUN_002a2980();
}
/* WARNING: Subroutine does not return */
FUN_003305f0();
}
|
MOV RDI,qword ptr [RSP + 0x20]
ADD R14,0x10
CMP RDI,R14
JZ 0x0014aab1
CALL 0x002a2980
MOV RDI,RBX
CALL 0x003305f0
| null | null | null | null |
[('const-16', u'INT_ADD_-1207194949'), (u'CAST_-1207194838', u'INT_NOTEQUAL_-1207194940'), ('tmp_62', u'CBRANCH_-1207194939'), ('const-1', u'RETURN_-1207194915'), (u'INT_ADD_-1207194949', u'CAST_-1207194838'), (u'INT_NOTEQUAL_-1207194940', u'CBRANCH_-1207194939'), ('tmp_209', u'INT_NOTEQUAL_-1207194940'), ('tmp_209', u'CALL_-1207194932'), ('tmp_171', u'INT_ADD_-1207194949')]
|
[('tmp_210', u'INT_NOTEQUAL_-1207194940'), ('const-16', u'INT_ADD_-1207194949'), ('tmp_62', u'CBRANCH_-1207194939'), ('const-1', u'RETURN_-1207194915'), (u'INT_NOTEQUAL_-1207194940', u'CBRANCH_-1207194939'), (u'INT_ADD_-1207194949', u'INT_NOTEQUAL_-1207194940'), ('tmp_171', u'INT_ADD_-1207194949')]
| null | null |
0014aa9e
|
x64
|
O2
|
(translation_unit "void FUN_0014aa9e(void)\n\n{\n long unaff_R14;\n long in_stack_00000020;\n \n if (in_stack_00000020 != unaff_R14 + 0x10) {\n FUN_002a2980();\n }\n /* WARNING: Subroutine does not return */\n FUN_003305f0();\n}\n\n" (function_definition "void FUN_0014aa9e(void)\n\n{\n long unaff_R14;\n long in_stack_00000020;\n \n if (in_stack_00000020 != unaff_R14 + 0x10) {\n FUN_002a2980();\n }\n /* WARNING: Subroutine does not return */\n FUN_003305f0();\n}" primitive_type (function_declarator "FUN_0014aa9e(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_R14;\n long in_stack_00000020;\n \n if (in_stack_00000020 != unaff_R14 + 0x10) {\n FUN_002a2980();\n }\n /* WARNING: Subroutine does not return */\n FUN_003305f0();\n}" { (declaration "long unaff_R14;" (sized_type_specifier "long" long) identifier ;) (declaration "long in_stack_00000020;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (in_stack_00000020 != unaff_R14 + 0x10) {\n FUN_002a2980();\n }" if (parenthesized_expression "(in_stack_00000020 != unaff_R14 + 0x10)" ( (binary_expression "in_stack_00000020 != unaff_R14 + 0x10" identifier != (binary_expression "unaff_R14 + 0x10" identifier + number_literal)) )) (compound_statement "{\n FUN_002a2980();\n }" { (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" identifier (argument_list "()" ( ))) ;) })) comment (expression_statement "FUN_003305f0();" (call_expression "FUN_003305f0()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void FUN_0014aa9e(void)\n\n{\n long unaff_R14;\n void *in_stack_00000020;\n \n if (in_stack_00000020 != (void *)(unaff_R14 + 0x10)) {\n operator_delete(in_stack_00000020);\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition "void FUN_0014aa9e(void)\n\n{\n long unaff_R14;\n void *in_stack_00000020;\n \n if (in_stack_00000020 != (void *)(unaff_R14 + 0x10)) {\n operator_delete(in_stack_00000020);\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (function_declarator "FUN_0014aa9e(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_R14;\n void *in_stack_00000020;\n \n if (in_stack_00000020 != (void *)(unaff_R14 + 0x10)) {\n operator_delete(in_stack_00000020);\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "long unaff_R14;" (sized_type_specifier "long" long) identifier ;) (declaration "void *in_stack_00000020;" primitive_type (pointer_declarator "*in_stack_00000020" * identifier) ;) (if_statement "if (in_stack_00000020 != (void *)(unaff_R14 + 0x10)) {\n operator_delete(in_stack_00000020);\n }" if (parenthesized_expression "(in_stack_00000020 != (void *)(unaff_R14 + 0x10))" ( (binary_expression "in_stack_00000020 != (void *)(unaff_R14 + 0x10)" identifier != (cast_expression "(void *)(unaff_R14 + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_R14 + 0x10)" ( (binary_expression "unaff_R14 + 0x10" identifier + number_literal) )))) )) (compound_statement "{\n operator_delete(in_stack_00000020);\n }" { (expression_statement "operator_delete(in_stack_00000020);" (call_expression "operator_delete(in_stack_00000020)" identifier (argument_list "(in_stack_00000020)" ( identifier ))) ;) })) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void FUN_0014aa9e(void)\n\n{\n long unaff_R14;\n long in_stack_00000020;\n \n if (in_stack_00000020 != unaff_R14 + 0x10) {\n FUN_002a2980();\n }\n \n FUN_003305f0();\n}\n\n" (function_definition "void FUN_0014aa9e(void)\n\n{\n long unaff_R14;\n long in_stack_00000020;\n \n if (in_stack_00000020 != unaff_R14 + 0x10) {\n FUN_002a2980();\n }\n \n FUN_003305f0();\n}" primitive_type (function_declarator "FUN_0014aa9e(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_R14;\n long in_stack_00000020;\n \n if (in_stack_00000020 != unaff_R14 + 0x10) {\n FUN_002a2980();\n }\n \n FUN_003305f0();\n}" { (declaration "long unaff_R14;" (sized_type_specifier "long" long) identifier ;) (declaration "long in_stack_00000020;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (in_stack_00000020 != unaff_R14 + 0x10) {\n FUN_002a2980();\n }" if (parenthesized_expression "(in_stack_00000020 != unaff_R14 + 0x10)" ( (binary_expression "in_stack_00000020 != unaff_R14 + 0x10" identifier != (binary_expression "unaff_R14 + 0x10" identifier + number_literal)) )) (compound_statement "{\n FUN_002a2980();\n }" { (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_003305f0();" (call_expression "FUN_003305f0()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void FUN_0014aa9e(void)\n\n{\n long unaff_R14;\n long in_stack_00000020;\n \n if (in_stack_00000020 != unaff_R14 + 0x10) {\n FUN_002a2980();\n }\n \n FUN_003305f0();\n}" (primitive_type "void") (function_declarator "FUN_0014aa9e(void)" (identifier "FUN_0014aa9e") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long unaff_R14;\n long in_stack_00000020;\n \n if (in_stack_00000020 != unaff_R14 + 0x10) {\n FUN_002a2980();\n }\n \n FUN_003305f0();\n}" ({ "{") (declaration "long unaff_R14;" (sized_type_specifier "long" (long "long")) (identifier "unaff_R14") (; ";")) (declaration "long in_stack_00000020;" (sized_type_specifier "long" (long "long")) (identifier "in_stack_00000020") (; ";")) (if_statement "if (in_stack_00000020 != unaff_R14 + 0x10) {\n FUN_002a2980();\n }" (if "if") (parenthesized_expression "(in_stack_00000020 != unaff_R14 + 0x10)" (( "(") (binary_expression "in_stack_00000020 != unaff_R14 + 0x10" (identifier "in_stack_00000020") (!= "!=") (binary_expression "unaff_R14 + 0x10" (identifier "unaff_R14") (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_002a2980();\n }" ({ "{") (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" (identifier "FUN_002a2980") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_003305f0();" (call_expression "FUN_003305f0()" (identifier "FUN_003305f0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
void function_1(void)
{
long var_2;
void *var_1;
if (var_1 != (void *)(var_2 + 0x10)) {
var_3(var_1);
}
/* WARNING: Subroutine does not return */
var_4();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
void MASKED(void)
{
long unaff_R14;
long in_stack_00000020;
if (in_stack_00000020 != unaff_R14 + 0x10) {
FUN_002a2980();
}
/* WARNING: Subroutine does not return */
FUN_003305f0();
}
|
9021_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
|
stdio_sync_filebuf
|
FUN_0030c8d0
|
/* stdio_sync_filebuf<wchar_t, std::char_traits<wchar_t>
>::stdio_sync_filebuf(stdio_sync_filebuf<wchar_t, std::char_traits<wchar_t> >&&) */
void __thiscall
stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>>::stdio_sync_filebuf
(stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>> *this,stdio_sync_filebuf *param_1)
{
std::wstreambuf::wstreambuf((wstreambuf *)this,(wstreambuf *)param_1);
*(undefined ***)this = &PTR__stdio_sync_filebuf_00439e18;
*(undefined8 *)(this + 0x40) = *(undefined8 *)(param_1 + 0x40);
*(undefined4 *)(this + 0x48) = *(undefined4 *)(param_1 + 0x48);
*(undefined8 *)(param_1 + 0x40) = 0;
*(undefined4 *)(param_1 + 0x48) = 0xffffffff;
return;
}
|
void FUN_0030c8d0(undefined8 *param_1,long param_2)
{
FUN_002e51b0();
*param_1 = &PTR_FUN_00439e18;
param_1[8] = *(undefined8 *)(param_2 + 0x40);
*(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);
*(undefined8 *)(param_2 + 0x40) = 0;
*(undefined4 *)(param_2 + 0x48) = 0xffffffff;
return;
}
|
PUSH RBP
MOV RBP,RDI
PUSH RBX
MOV RBX,RSI
SUB RSP,0x8
CALL 0x002e51b0
LEA RAX,[0x439e08]
ADD RAX,0x10
MOV qword ptr [RBP],RAX
MOV RAX,qword ptr [RBX + 0x40]
MOV qword ptr [RBP + 0x40],RAX
MOV EAX,dword ptr [RBX + 0x48]
MOV dword ptr [RBP + 0x48],EAX
MOV qword ptr [RBX + 0x40],0x0
MOV dword ptr [RBX + 0x48],0xffffffff
ADD RSP,0x8
POP RBX
POP RBP
RET
| null | null | null | null |
[(u'CAST_-1204827776', u'CALL_-1204827914'), (u'CAST_-1204827749', u'STORE_-1204827876'), ('tmp_196', u'PTRADD_-1204827802'), (u'CAST_-1204827736', u'STORE_-1204827856'), ('tmp_197', u'CAST_-1204827776'), (u'PTRADD_-1204827796', u'CAST_-1204827736'), ('const-4294967295', u'STORE_-1204827845'), ('const-72', u'PTRADD_-1204827809'), ('const-64', u'PTRADD_-1204827796'), ('const-1', u'PTRADD_-1204827802'), ('const-0', u'RETURN_-1204827805'), ('const-433', u'LOAD_-1204827885'), ('tmp_197', u'PTRADD_-1204827785'), ('const-433', u'LOAD_-1204827871'), ('tmp_197', u'PTRADD_-1204827823'), ('tmp_197', u'PTRADD_-1204827796'), (u'PTRADD_-1204827809', u'CAST_-1204827744'), (u'CAST_-1204827759', u'STORE_-1204827890'), ('const-433', u'STORE_-1204827862'), ('const-1', u'PTRADD_-1204827796'), ('tmp_196', u'CAST_-1204827759'), (u'CAST_-1204827740', u'STORE_-1204827862'), ('const-433', u'STORE_-1204827856'), (u'LOAD_-1204827871', u'STORE_-1204827862'), ('const-1', u'PTRADD_-1204827823'), ('const-64', u'PTRADD_-1204827823'), ('const-64', u'PTRADD_-1204827816'), (u'CAST_-1204827744', u'LOAD_-1204827871'), ('const-1', u'PTRADD_-1204827809'), (u'CAST_-1204827754', u'LOAD_-1204827885'), ('const-433', u'STORE_-1204827845'), ('tmp_197', u'PTRADD_-1204827809'), (u'PTRADD_-1204827823', u'CAST_-1204827754'), ('const-4431384', u'PTRSUB_-1204827760'), ('const-0', u'PTRSUB_-1204827760'), ('tmp_196', u'PTRADD_-1204827816'), ('const-72', u'PTRADD_-1204827785'), (u'CAST_-1204827777', u'CALL_-1204827914'), (u'PTRADD_-1204827802', u'CAST_-1204827740'), (u'CAST_-1204827727', u'STORE_-1204827845'), ('const-433', u'STORE_-1204827890'), (u'PTRADD_-1204827785', u'CAST_-1204827727'), (u'LOAD_-1204827885', u'STORE_-1204827876'), ('tmp_196', u'CAST_-1204827777'), ('const-1', u'PTRADD_-1204827785'), ('const-1', u'PTRADD_-1204827816'), ('const-433', u'STORE_-1204827876'), ('const-0', u'STORE_-1204827856'), (u'PTRSUB_-1204827760', u'STORE_-1204827890'), ('const-72', u'PTRADD_-1204827802'), (u'PTRADD_-1204827816', u'CAST_-1204827749')]
|
[('const-4431384', u'PTRSUB_-1204827760'), (u'INT_ADD_-1204827855', u'CAST_-1204827746'), ('tmp_244', u'STORE_-1204827890'), (u'INT_ADD_-1204827831', u'CAST_-1204827729'), ('const-9', u'PTRADD_-1204827744'), (u'PTRADD_-1204827744', u'CAST_-1204827742'), ('tmp_246', u'INT_ADD_-1204827842'), (u'LOAD_-1204827871', u'STORE_-1204827862'), ('const-433', u'STORE_-1204827876'), (u'CAST_-1204827738', u'STORE_-1204827856'), ('const-433', u'STORE_-1204827890'), ('tmp_244', u'PTRADD_-1204827752'), ('const-72', u'INT_ADD_-1204827831'), ('const-0', u'PTRSUB_-1204827760'), ('tmp_244', u'PTRADD_-1204827744'), ('const-64', u'INT_ADD_-1204827869'), ('const-0', u'STORE_-1204827856'), ('const-433', u'LOAD_-1204827885'), ('const-72', u'INT_ADD_-1204827855'), (u'PTRADD_-1204827752', u'STORE_-1204827876'), ('const-433', u'STORE_-1204827862'), (u'CAST_-1204827742', u'STORE_-1204827862'), ('const-0', u'RETURN_-1204827805'), ('tmp_246', u'INT_ADD_-1204827869'), ('const-8', u'PTRADD_-1204827752'), (u'INT_ADD_-1204827842', u'CAST_-1204827738'), ('const-433', u'STORE_-1204827856'), (u'LOAD_-1204827885', u'STORE_-1204827876'), (u'CAST_-1204827755', u'LOAD_-1204827885'), ('const-8', u'PTRADD_-1204827744'), (u'CAST_-1204827729', u'STORE_-1204827845'), (u'INT_ADD_-1204827869', u'CAST_-1204827755'), ('const-8', u'PTRADD_-1204827752'), ('const-4294967295', u'STORE_-1204827845'), ('const-433', u'LOAD_-1204827871'), (u'CAST_-1204827746', u'LOAD_-1204827871'), (u'PTRSUB_-1204827760', u'STORE_-1204827890'), ('tmp_246', u'INT_ADD_-1204827855'), ('const-64', u'INT_ADD_-1204827842'), ('const-433', u'STORE_-1204827845'), ('tmp_246', u'INT_ADD_-1204827831')]
| null | null |
0030c8d0
|
x64
|
O2
|
(translation_unit "void FUN_0030c8d0(undefined8 *param_1,long param_2)\n\n{\n FUN_002e51b0();\n *param_1 = &PTR_FUN_00439e18;\n param_1[8] = *(undefined8 *)(param_2 + 0x40);\n *(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);\n *(undefined8 *)(param_2 + 0x40) = 0;\n *(undefined4 *)(param_2 + 0x48) = 0xffffffff;\n return;\n}\n\n" (function_definition "void FUN_0030c8d0(undefined8 *param_1,long param_2)\n\n{\n FUN_002e51b0();\n *param_1 = &PTR_FUN_00439e18;\n param_1[8] = *(undefined8 *)(param_2 + 0x40);\n *(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);\n *(undefined8 *)(param_2 + 0x40) = 0;\n *(undefined4 *)(param_2 + 0x48) = 0xffffffff;\n return;\n}" primitive_type (function_declarator "FUN_0030c8d0(undefined8 *param_1,long param_2)" identifier (parameter_list "(undefined8 *param_1,long param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n FUN_002e51b0();\n *param_1 = &PTR_FUN_00439e18;\n param_1[8] = *(undefined8 *)(param_2 + 0x40);\n *(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);\n *(undefined8 *)(param_2 + 0x40) = 0;\n *(undefined4 *)(param_2 + 0x48) = 0xffffffff;\n return;\n}" { (expression_statement "FUN_002e51b0();" (call_expression "FUN_002e51b0()" identifier (argument_list "()" ( ))) ;) (expression_statement "*param_1 = &PTR_FUN_00439e18;" (assignment_expression "*param_1 = &PTR_FUN_00439e18" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00439e18" & identifier)) ;) (expression_statement "param_1[8] = *(undefined8 *)(param_2 + 0x40);" (assignment_expression "param_1[8] = *(undefined8 *)(param_2 + 0x40)" (subscript_expression "param_1[8]" identifier [ number_literal ]) = (pointer_expression "*(undefined8 *)(param_2 + 0x40)" * (cast_expression "(undefined8 *)(param_2 + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x40)" ( (binary_expression "param_2 + 0x40" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);" (assignment_expression "*(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48)" (pointer_expression "*(undefined4 *)(param_1 + 9)" * (cast_expression "(undefined4 *)(param_1 + 9)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 9)" ( (binary_expression "param_1 + 9" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(param_2 + 0x48)" * (cast_expression "(undefined4 *)(param_2 + 0x48)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x48)" ( (binary_expression "param_2 + 0x48" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(param_2 + 0x40) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x40) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x40)" * (cast_expression "(undefined8 *)(param_2 + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x40)" ( (binary_expression "param_2 + 0x40" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_2 + 0x48) = 0xffffffff;" (assignment_expression "*(undefined4 *)(param_2 + 0x48) = 0xffffffff" (pointer_expression "*(undefined4 *)(param_2 + 0x48)" * (cast_expression "(undefined4 *)(param_2 + 0x48)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x48)" ( (binary_expression "param_2 + 0x48" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* stdio_sync_filebuf<wchar_t, std::char_traits<wchar_t>\n >::stdio_sync_filebuf(stdio_sync_filebuf<wchar_t, std::char_traits<wchar_t> >&&) */\n\nvoid __thiscall\nstdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>>::stdio_sync_filebuf\n (stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>> *this,stdio_sync_filebuf *param_1)\n\n{\n std::wstreambuf::wstreambuf((wstreambuf *)this,(wstreambuf *)param_1);\n *(undefined ***)this = &PTR__stdio_sync_filebuf_00439e18;\n *(undefined8 *)(this + 0x40) = *(undefined8 *)(param_1 + 0x40);\n *(undefined4 *)(this + 0x48) = *(undefined4 *)(param_1 + 0x48);\n *(undefined8 *)(param_1 + 0x40) = 0;\n *(undefined4 *)(param_1 + 0x48) = 0xffffffff;\n return;\n}\n\n" comment (declaration "void __thiscall\nstdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>>::stdio_sync_filebuf\n (stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>> *this,stdio_sync_filebuf *param_1)\n\n{\n std::wstreambuf::wstreambuf((wstreambuf *)this,(wstreambuf *)param_1);" primitive_type (ms_call_modifier "__thiscall" __thiscall) identifier (ERROR "<wchar_t" < identifier) , (ERROR "std::char_traits<wchar_t>>::stdio_sync_filebuf\n (stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>> *this,stdio_sync_filebuf *param_1)\n\n{\n std::wstreambuf::" identifier : : identifier < identifier >> : : (function_declarator "stdio_sync_filebuf\n (stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>> *this,stdio_sync_filebuf *param_1)" identifier (parameter_list "(stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>> *this,stdio_sync_filebuf *param_1)" ( (parameter_declaration "stdio_sync_filebuf<wchar_t" type_identifier (ERROR "<" <) identifier) , (parameter_declaration "std::char_traits<wchar_t>> *this" type_identifier (ERROR "::char_traits<wchar_t>>" : : identifier < identifier >>) (pointer_declarator "*this" * identifier)) , (parameter_declaration "stdio_sync_filebuf *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) { identifier : : identifier : :) (function_declarator "wstreambuf((wstreambuf *)this,(wstreambuf *)param_1)" identifier (parameter_list "((wstreambuf *)this,(wstreambuf *)param_1)" ( (parameter_declaration "(wstreambuf *)this" (macro_type_specifier "(wstreambuf *)" identifier ( (type_descriptor "wstreambuf *" type_identifier (abstract_pointer_declarator "*" *)) )) identifier) , (parameter_declaration "(wstreambuf *)param_1" (macro_type_specifier "(wstreambuf *)" identifier ( (type_descriptor "wstreambuf *" type_identifier (abstract_pointer_declarator "*" *)) )) identifier) ))) ;) (expression_statement "*(undefined ***)this = &PTR__stdio_sync_filebuf_00439e18;" (assignment_expression "*(undefined ***)this = &PTR__stdio_sync_filebuf_00439e18" (pointer_expression "*(undefined ***)this" * (cast_expression "(undefined ***)this" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) = (pointer_expression "&PTR__stdio_sync_filebuf_00439e18" & identifier)) ;) (expression_statement "*(undefined8 *)(this + 0x40) = *(undefined8 *)(param_1 + 0x40);" (assignment_expression "*(undefined8 *)(this + 0x40) = *(undefined8 *)(param_1 + 0x40)" (pointer_expression "*(undefined8 *)(this + 0x40)" * (cast_expression "(undefined8 *)(this + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x40)" ( (binary_expression "this + 0x40" identifier + number_literal) )))) = (pointer_expression "*(undefined8 *)(param_1 + 0x40)" * (cast_expression "(undefined8 *)(param_1 + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(this + 0x48) = *(undefined4 *)(param_1 + 0x48);" (assignment_expression "*(undefined4 *)(this + 0x48) = *(undefined4 *)(param_1 + 0x48)" (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) )))) = (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) ))))) ;) (expression_statement "*(undefined8 *)(param_1 + 0x40) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0x40) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0x40)" * (cast_expression "(undefined8 *)(param_1 + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_1 + 0x48) = 0xffffffff;" (assignment_expression "*(undefined4 *)(param_1 + 0x48) = 0xffffffff" (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) )))) = number_literal) ;) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_0030c8d0(undefined8 *param_1,long param_2)\n\n{\n FUN_002e51b0();\n *param_1 = &PTR_FUN_00439e18;\n param_1[8] = *(undefined8 *)(param_2 + 0x40);\n *(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);\n *(undefined8 *)(param_2 + 0x40) = 0;\n *(undefined4 *)(param_2 + 0x48) = 0xffffffff;\n return;\n}\n\n" (function_definition "void FUN_0030c8d0(undefined8 *param_1,long param_2)\n\n{\n FUN_002e51b0();\n *param_1 = &PTR_FUN_00439e18;\n param_1[8] = *(undefined8 *)(param_2 + 0x40);\n *(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);\n *(undefined8 *)(param_2 + 0x40) = 0;\n *(undefined4 *)(param_2 + 0x48) = 0xffffffff;\n return;\n}" primitive_type (function_declarator "FUN_0030c8d0(undefined8 *param_1,long param_2)" identifier (parameter_list "(undefined8 *param_1,long param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n FUN_002e51b0();\n *param_1 = &PTR_FUN_00439e18;\n param_1[8] = *(undefined8 *)(param_2 + 0x40);\n *(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);\n *(undefined8 *)(param_2 + 0x40) = 0;\n *(undefined4 *)(param_2 + 0x48) = 0xffffffff;\n return;\n}" { (expression_statement "FUN_002e51b0();" (call_expression "FUN_002e51b0()" identifier (argument_list "()" ( ))) ;) (expression_statement "*param_1 = &PTR_FUN_00439e18;" (assignment_expression "*param_1 = &PTR_FUN_00439e18" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00439e18" & identifier)) ;) (expression_statement "param_1[8] = *(undefined8 *)(param_2 + 0x40);" (assignment_expression "param_1[8] = *(undefined8 *)(param_2 + 0x40)" (subscript_expression "param_1[8]" identifier [ number_literal ]) = (pointer_expression "*(undefined8 *)(param_2 + 0x40)" * (cast_expression "(undefined8 *)(param_2 + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x40)" ( (binary_expression "param_2 + 0x40" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);" (assignment_expression "*(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48)" (pointer_expression "*(undefined4 *)(param_1 + 9)" * (cast_expression "(undefined4 *)(param_1 + 9)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 9)" ( (binary_expression "param_1 + 9" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(param_2 + 0x48)" * (cast_expression "(undefined4 *)(param_2 + 0x48)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x48)" ( (binary_expression "param_2 + 0x48" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(param_2 + 0x40) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x40) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x40)" * (cast_expression "(undefined8 *)(param_2 + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x40)" ( (binary_expression "param_2 + 0x40" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_2 + 0x48) = 0xffffffff;" (assignment_expression "*(undefined4 *)(param_2 + 0x48) = 0xffffffff" (pointer_expression "*(undefined4 *)(param_2 + 0x48)" * (cast_expression "(undefined4 *)(param_2 + 0x48)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x48)" ( (binary_expression "param_2 + 0x48" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0030c8d0(undefined8 *param_1,long param_2)\n\n{\n FUN_002e51b0();\n *param_1 = &PTR_FUN_00439e18;\n param_1[8] = *(undefined8 *)(param_2 + 0x40);\n *(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);\n *(undefined8 *)(param_2 + 0x40) = 0;\n *(undefined4 *)(param_2 + 0x48) = 0xffffffff;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0030c8d0(undefined8 *param_1,long param_2)" (identifier "FUN_0030c8d0") (parameter_list "(undefined8 *param_1,long param_2)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")"))) (compound_statement "{\n FUN_002e51b0();\n *param_1 = &PTR_FUN_00439e18;\n param_1[8] = *(undefined8 *)(param_2 + 0x40);\n *(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);\n *(undefined8 *)(param_2 + 0x40) = 0;\n *(undefined4 *)(param_2 + 0x48) = 0xffffffff;\n return;\n}" ({ "{") (expression_statement "FUN_002e51b0();" (call_expression "FUN_002e51b0()" (identifier "FUN_002e51b0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "*param_1 = &PTR_FUN_00439e18;" (assignment_expression "*param_1 = &PTR_FUN_00439e18" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00439e18" (& "&") (identifier "PTR_FUN_00439e18"))) (; ";")) (expression_statement "param_1[8] = *(undefined8 *)(param_2 + 0x40);" (assignment_expression "param_1[8] = *(undefined8 *)(param_2 + 0x40)" (subscript_expression "param_1[8]" (identifier "param_1") ([ "[") (number_literal "8") (] "]")) (= "=") (pointer_expression "*(undefined8 *)(param_2 + 0x40)" (* "*") (cast_expression "(undefined8 *)(param_2 + 0x40)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x40)" (( "(") (binary_expression "param_2 + 0x40" (identifier "param_2") (+ "+") (number_literal "0x40")) () ")"))))) (; ";")) (expression_statement "*(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);" (assignment_expression "*(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48)" (pointer_expression "*(undefined4 *)(param_1 + 9)" (* "*") (cast_expression "(undefined4 *)(param_1 + 9)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 9)" (( "(") (binary_expression "param_1 + 9" (identifier "param_1") (+ "+") (number_literal "9")) () ")")))) (= "=") (pointer_expression "*(undefined4 *)(param_2 + 0x48)" (* "*") (cast_expression "(undefined4 *)(param_2 + 0x48)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x48)" (( "(") (binary_expression "param_2 + 0x48" (identifier "param_2") (+ "+") (number_literal "0x48")) () ")"))))) (; ";")) (expression_statement "*(undefined8 *)(param_2 + 0x40) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x40) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x40)" (* "*") (cast_expression "(undefined8 *)(param_2 + 0x40)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x40)" (( "(") (binary_expression "param_2 + 0x40" (identifier "param_2") (+ "+") (number_literal "0x40")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(param_2 + 0x48) = 0xffffffff;" (assignment_expression "*(undefined4 *)(param_2 + 0x48) = 0xffffffff" (pointer_expression "*(undefined4 *)(param_2 + 0x48)" (* "*") (cast_expression "(undefined4 *)(param_2 + 0x48)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x48)" (( "(") (binary_expression "param_2 + 0x48" (identifier "param_2") (+ "+") (number_literal "0x48")) () ")")))) (= "=") (number_literal "0xffffffff")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* stdio_sync_filebuf<wchar_t, std::char_traits<wchar_t>
>::stdio_sync_filebuf(stdio_sync_filebuf<wchar_t, std::char_traits<wchar_t> >&&) */
void __thiscall
stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>>::stdio_sync_filebuf
(stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>> *var_1,stdio_sync_filebuf *var_2)
{
std::function_1::function_1(type_1(function_1 *)var_1,type_1(function_1 *)var_2);
*(type_2 ***)var_1 = &PTR__stdio_sync_filebuf_00439e18;
*(type_3 *)(var_1 + 0x40) = *(type_3 *)(var_2 + 0x40);
*(type_4 *)(var_1 + 0x48) = *(type_4 *)(var_2 + 0x48);
*(type_3 *)(var_2 + 0x40) = 0;
*(type_4 *)(var_2 + 0x48) = 0xffffffff;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (return_statement))))
| null |
void MASKED(undefined8 *param_1,long param_2)
{
FUN_002e51b0();
*param_1 = &PTR_FUN_00439e18;
param_1[8] = *(undefined8 *)(param_2 + 0x40);
*(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);
*(undefined8 *)(param_2 + 0x40) = 0;
*(undefined4 *)(param_2 + 0x48) = 0xffffffff;
return;
}
|
189_runcon_and_runcon_strip.c
|
error
|
error
|
/* WARNING: Control flow encountered bad instruction data */
void error(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* error@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void error(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1206931046')]
|
[('const-1', u'RETURN_-1206931046')]
| null | null |
0010b190
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid error(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void error(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "error(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 error(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* error@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment (function_definition "void error(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* error@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "error(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* error@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void error(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void error(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "error(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void error(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "error(void)" (identifier "error") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* error@@GLIBC_2.2.5 */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
219_x86_64-linux-gnu-readelf_and_x86_64-linux-gnu-readelf_strip.c
|
unw_decode_x3
|
FUN_0013bc60
|
uchar * unw_decode_x3(uchar *dp,uint code,void *arg)
{
byte bVar1;
byte bVar2;
byte *pbVar3;
ulong uVar5;
ulong uVar6;
uint uVar7;
char regname [20];
byte *pbVar4;
bVar1 = 0;
bVar2 = dp[2];
uVar5 = (ulong)(bVar2 & 0x7f);
pbVar4 = dp + 3;
while ((char)bVar2 < '\0') {
bVar2 = *pbVar4;
bVar1 = bVar1 + 7;
uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);
pbVar4 = pbVar4 + 1;
}
pbVar3 = pbVar4 + 1;
uVar6 = (ulong)(*pbVar4 & 0x7f);
if ((char)*pbVar4 < '\0') {
bVar2 = 0;
pbVar4 = pbVar3;
do {
pbVar3 = pbVar4 + 1;
bVar1 = *pbVar4;
bVar2 = bVar2 + 7;
uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);
pbVar4 = pbVar3;
} while ((char)bVar1 < '\0');
}
uVar7 = *dp & 0x3f;
if (-1 < (char)*dp) {
unw_print_abreg(regname,dp[1] & 0x7f);
printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7
,uVar5,regname,uVar6 * 4);
return pbVar3;
}
unw_print_abreg(regname,dp[1] & 0x7f);
printf("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,
regname,uVar6 * 4);
return pbVar3;
}
|
byte * FUN_0013bc60(byte *param_1)
{
byte bVar1;
byte bVar2;
byte *pbVar3;
ulong uVar5;
ulong uVar6;
uint uVar7;
undefined1 auStack_48 [32];
byte *pbVar4;
bVar1 = 0;
bVar2 = param_1[2];
uVar5 = (ulong)(bVar2 & 0x7f);
pbVar4 = param_1 + 3;
while ((char)bVar2 < '\0') {
bVar2 = *pbVar4;
bVar1 = bVar1 + 7;
uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);
pbVar4 = pbVar4 + 1;
}
pbVar3 = pbVar4 + 1;
uVar6 = (ulong)(*pbVar4 & 0x7f);
if ((char)*pbVar4 < '\0') {
bVar2 = 0;
pbVar4 = pbVar3;
do {
pbVar3 = pbVar4 + 1;
bVar1 = *pbVar4;
bVar2 = bVar2 + 7;
uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);
pbVar4 = pbVar3;
} while ((char)bVar1 < '\0');
}
uVar7 = *param_1 & 0x3f;
if (-1 < (char)*param_1) {
FUN_0013bae0(auStack_48,param_1[1] & 0x7f);
printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7
,uVar5,auStack_48,uVar6 * 4);
return pbVar3;
}
FUN_0013bae0(auStack_48,param_1[1] & 0x7f);
printf("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,
auStack_48,uVar6 * 4);
return pbVar3;
}
|
PUSH R14
LEA RDX,[RDI + 0x3]
XOR ECX,ECX
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x20
MOVZX EAX,byte ptr [RDI + 0x2]
MOVZX R8D,byte ptr [RDI]
MOVZX ESI,byte ptr [RDI + 0x1]
MOV RBP,RAX
AND EBP,0x7f
TEST AL,AL
JNS 0x0013bcac
NOP dword ptr [RAX + RAX*0x1]
ADD RDX,0x1
MOVZX EDI,byte ptr [RDX + -0x1]
ADD ECX,0x7
MOV RAX,RDI
AND EAX,0x7f
SHL RAX,CL
OR RBP,RAX
TEST DIL,DIL
JS 0x0013bc90
MOVZX EAX,byte ptr [RDX]
LEA RBX,[RDX + 0x1]
MOV R9,RAX
AND R9D,0x7f
TEST AL,AL
JNS 0x0013bcdb
XOR ECX,ECX
ADD RBX,0x1
MOVZX EDX,byte ptr [RBX + -0x1]
ADD ECX,0x7
MOV RAX,RDX
AND EAX,0x7f
SHL RAX,CL
OR R9,RAX
TEST DL,DL
JS 0x0013bcc0
MOV R13D,R8D
MOV R14,RSP
AND ESI,0x7f
LEA R12,[R9*0x4]
AND R13D,0x3f
MOV RDI,R14
TEST R8B,R8B
JS 0x0013bd30
CALL 0x0013bae0
MOV R9,R12
MOV R8,R14
MOV RCX,RBP
MOV EDX,R13D
LEA RSI,[0x17c8a6]
LEA RDI,[0x17cb60]
XOR EAX,EAX
CALL 0x00107190
ADD RSP,0x20
MOV RAX,RBX
POP RBX
POP RBP
POP R12
POP R13
POP R14
RET
CALL 0x0013bae0
MOV R9,R12
MOV R8,R14
MOV RCX,RBP
MOV EDX,R13D
LEA RSI,[0x17c8a6]
LEA RDI,[0x17cb28]
XOR EAX,EAX
CALL 0x00107190
ADD RSP,0x20
MOV RAX,RBX
POP RBX
POP RBP
POP R12
POP R13
POP R14
RET
| null | null | null | null |
[(u'MULTIEQUAL_-1207123838', u'INT_OR_-1207124656'), ('const-63', u'INT_AND_-1207124699'), (u'PTRSUB_-1207123695', u'CALL_-1207124358'), (u'CAST_-1207123772', u'INT_SLESS_-1207124613'), (u'LOAD_-1207124832', u'INT_ZEXT_-1207123950'), (u'PTRSUB_-1207123638', u'CALL_-1207124246'), ('const-1', u'PTRADD_-1207124535'), ('tmp_1163', u'PTRADD_-1207124777'), (u'INT_OR_-1207124481', u'MULTIEQUAL_-1207123915'), (u'MULTIEQUAL_-1207123837', u'INT_ADD_-1207123879'), (u'PTRADD_-1207124588', u'MULTIEQUAL_-1207123949'), (u'PTRADD_-1207124826', u'COPY_-1207123890'), ('const-433', u'LOAD_-1207124832'), (u'CAST_-1207123742', u'INT_SLESS_-1207124483'), (u'INT_ZEXT_-1207123902', u'CALL_-1207124246'), (u'LOAD_-1207124657', u'CAST_-1207123772'), (u'PTRADD_-1207124535', u'COPY_-1207123808'), (u'LOAD_-1207124832', u'CAST_-1207123713'), ('const-1', u'PTRADD_-1207124535'), (u'PTRADD_-1207124762', u'LOAD_-1207124824'), (u'INT_OR_-1207124481', u'MULTIEQUAL_-1207123889'), ('const-1', u'PTRADD_-1207124762'), ('const-433', u'LOAD_-1207124824'), (u'LOAD_-1207124761', u'INT_ZEXT_-1207124163'), (u'INT_OR_-1207124656', u'MULTIEQUAL_-1207123838'), (u'COPY_-1207123702', u'CALL_-1207124246'), ('const-2', u'PTRADD_-1207124777'), (u'LOAD_-1207124839', u'MULTIEQUAL_-1207123836'), (u'MULTIEQUAL_-1207123975', u'LOAD_-1207124586'), ('const-7', u'INT_ADD_-1207123879'), (u'INT_ZEXT_-1207124074', u'MULTIEQUAL_-1207123838'), (u'LOAD_-1207124839', u'INT_ZEXT_-1207124080'), (u'MULTIEQUAL_-1207123949', u'COPY_-1207124345'), ('const-127', u'INT_AND_-1207124535'), (u'PTRADD_-1207124535', u'MULTIEQUAL_-1207123949'), ('const-0', u'INT_SLESS_-1207124786'), (u'INT_ZEXT_-1207123974', u'MULTIEQUAL_-1207123915'), ('const-4', u'INT_MULT_-1207124431'), (u'PTRSUB_-1207123861', u'CALL_-1207124299'), ('const-255', u'INT_SLESS_-1207124419'), (u'MULTIEQUAL_-1207123836', u'CAST_-1207123827'), (u'INT_ZEXT_-1207124085', u'INT_LEFT_-1207124520'), ('tmp_1163', u'PTRADD_-1207124826'), ('const-1559392', u'COPY_-1207123757'), ('const-433', u'LOAD_-1207124839'), (u'MULTIEQUAL_-1207123793', u'INT_ADD_-1207123827'), (u'INT_ZEXT_-1207124109', u'INT_AND_-1207124535'), (u'INT_ZEXT_-1207123980', u'INT_AND_-1207124614'), ('const-127', u'INT_AND_-1207124447'), (u'INT_AND_-1207124710', u'INT_ZEXT_-1207124137'), ('const-63', u'INT_AND_-1207124424'), (u'INT_ADD_-1207123827', u'INT_AND_-1207124524'), (u'INT_AND_-1207124424', u'INT_ZEXT_-1207123960'), (u'PTRADD_-1207124710', u'COPY_-1207123853'), (u'PTRSUB_-1207123859', u'CALL_-1207124358'), (u'INT_ZEXT_-1207124080', u'INT_AND_-1207124786'), (u'COPY_-1207124345', u'RETURN_-1207124302'), ('const-0', u'INT_SLESS_-1207124613'), ('const-0', u'PTRSUB_-1207123695'), ('const-0', u'RETURN_-1207124302'), (u'INT_SLESS_-1207124613', u'CBRANCH_-1207124612'), (u'INT_ZEXT_-1207123960', u'CALL_-1207124358'), (u'INT_AND_-1207124786', u'INT_ZEXT_-1207124074'), ('tmp_2324', u'PTRSUB_-1207123860'), ('tmp_1163', u'PTRADD_-1207124762'), ('tmp_178', u'CBRANCH_-1207124785'), (u'COPY_-1207124233', u'RETURN_-1207124190'), ('const-433', u'LOAD_-1207124657'), ('tmp_2324', u'PTRSUB_-1207123859'), (u'INT_AND_-1207124447', u'CALL_-1207124411'), (u'PTRSUB_-1207123860', u'CALL_-1207124246'), (u'PTRADD_-1207124588', u'COPY_-1207123836'), (u'PTRADD_-1207124777', u'LOAD_-1207124839'), (u'MULTIEQUAL_-1207123915', u'INT_OR_-1207124481'), (u'MULTIEQUAL_-1207123838', u'CALL_-1207124246'), (u'CAST_-1207123827', u'INT_SLESS_-1207124786'), ('tmp_861', u'CBRANCH_-1207124418'), ('const-1', u'PTRADD_-1207124588'), ('const-7', u'INT_ADD_-1207123827'), ('const-1559336', u'COPY_-1207123702'), (u'INT_AND_-1207124424', u'INT_ZEXT_-1207123902'), (u'MULTIEQUAL_-1207123975', u'PTRADD_-1207124535'), (u'INT_AND_-1207124524', u'INT_LEFT_-1207124520'), ('const-1558694', u'PTRSUB_-1207123638'), (u'LOAD_-1207124761', u'MULTIEQUAL_-1207123836'), (u'INT_ADD_-1207123827', u'MULTIEQUAL_-1207123793'), (u'INT_AND_-1207124614', u'INT_ZEXT_-1207123974'), (u'COPY_-1207123945', u'MULTIEQUAL_-1207123837'), (u'COPY_-1207123890', u'MULTIEQUAL_-1207123840'), (u'INT_AND_-1207124535', u'INT_ZEXT_-1207124085'), (u'INT_LEFT_-1207124695', u'INT_OR_-1207124656'), (u'INT_ADD_-1207123879', u'INT_AND_-1207124699'), ('const-1', u'PTRADD_-1207124777'), (u'INT_MULT_-1207124431', u'CALL_-1207124246'), (u'INT_AND_-1207124447', u'CALL_-1207124299'), ('const-1', u'PTRADD_-1207124588'), ('const-1', u'PTRADD_-1207124762'), (u'CAST_-1207123713', u'INT_SLESS_-1207124419'), (u'COPY_-1207123853', u'MULTIEQUAL_-1207123840'), (u'LOAD_-1207124657', u'INT_ZEXT_-1207123980'), (u'INT_SLESS_-1207124483', u'CBRANCH_-1207124483'), ('const-3', u'PTRADD_-1207124826'), ('const-1558694', u'PTRSUB_-1207123695'), (u'MULTIEQUAL_-1207123889', u'INT_MULT_-1207124431'), ('const-0', u'COPY_-1207123945'), (u'COPY_-1207123808', u'MULTIEQUAL_-1207123975'), ('const-1', u'PTRADD_-1207124826'), ('const-0', u'INT_SLESS_-1207124483'), ('const-0', u'RETURN_-1207124190'), (u'MULTIEQUAL_-1207123840', u'LOAD_-1207124657'), ('const--72', u'PTRSUB_-1207123859'), (u'MULTIEQUAL_-1207123840', u'LOAD_-1207124761'), ('const--72', u'PTRSUB_-1207123860'), (u'MULTIEQUAL_-1207123949', u'COPY_-1207124233'), ('const-127', u'INT_AND_-1207124614'), ('const-0', u'COPY_-1207123853'), (u'LOAD_-1207124586', u'INT_ZEXT_-1207124109'), (u'INT_ZEXT_-1207123950', u'INT_AND_-1207124424'), (u'COPY_-1207123836', u'MULTIEQUAL_-1207123975'), ('const--72', u'PTRSUB_-1207123861'), (u'INT_SLESS_-1207124419', u'CBRANCH_-1207124418'), ('const-1', u'PTRADD_-1207124710'), (u'INT_SLESS_-1207124786', u'CBRANCH_-1207124785'), ('tmp_2324', u'PTRSUB_-1207123862'), ('const-127', u'INT_AND_-1207124786'), ('const-63', u'INT_AND_-1207124524'), (u'COPY_-1207123757', u'CALL_-1207124358'), (u'COPY_-1207123853', u'MULTIEQUAL_-1207123793'), (u'PTRSUB_-1207123862', u'CALL_-1207124411'), (u'INT_ADD_-1207123879', u'MULTIEQUAL_-1207123837'), (u'INT_ZEXT_-1207123973', u'INT_AND_-1207124447'), (u'INT_MULT_-1207124431', u'CALL_-1207124358'), (u'MULTIEQUAL_-1207123840', u'PTRADD_-1207124588'), (u'INT_LEFT_-1207124520', u'INT_OR_-1207124481'), ('const-433', u'LOAD_-1207124586'), (u'LOAD_-1207124586', u'CAST_-1207123742'), ('const-0', u'PTRSUB_-1207123638'), (u'INT_AND_-1207124699', u'INT_LEFT_-1207124695'), ('const-127', u'INT_AND_-1207124710'), (u'INT_ZEXT_-1207123974', u'MULTIEQUAL_-1207123889'), ('tmp_2324', u'PTRSUB_-1207123861'), (u'MULTIEQUAL_-1207123840', u'PTRADD_-1207124710'), (u'INT_ZEXT_-1207124163', u'INT_AND_-1207124710'), (u'INT_ZEXT_-1207124137', u'INT_LEFT_-1207124695'), ('const-1', u'PTRADD_-1207124710'), ('const--72', u'PTRSUB_-1207123862'), ('const-433', u'LOAD_-1207124761'), ('tmp_1163', u'LOAD_-1207124832'), ('tmp_770', u'CBRANCH_-1207124483'), (u'LOAD_-1207124824', u'INT_ZEXT_-1207123973'), (u'MULTIEQUAL_-1207123838', u'CALL_-1207124358'), ('tmp_498', u'CBRANCH_-1207124612')]
|
[('tmp_2326', u'LOAD_-1207124832'), ('const--72', u'PTRSUB_-1207123864'), ('const-63', u'INT_AND_-1207124699'), ('const--72', u'PTRSUB_-1207123865'), ('tmp_2325', u'PTRSUB_-1207123866'), ('const-0', u'PTRSUB_-1207123700'), ('const-1', u'PTRADD_-1207124535'), (u'PTRADD_-1207124588', u'COPY_-1207123841'), (u'PTRADD_-1207124588', u'MULTIEQUAL_-1207123949'), (u'COPY_-1207123707', u'CALL_-1207124246'), ('const-433', u'LOAD_-1207124586'), (u'INT_ZEXT_-1207123902', u'CALL_-1207124246'), ('const-7', u'INT_ADD_-1207123831'), (u'PTRADD_-1207124762', u'LOAD_-1207124824'), (u'PTRSUB_-1207123700', u'CALL_-1207124358'), (u'MULTIEQUAL_-1207123842', u'INT_ADD_-1207123882'), (u'LOAD_-1207124761', u'INT_ZEXT_-1207124163'), ('const-1', u'PTRADD_-1207124710'), ('const-0', u'PTRSUB_-1207123643'), ('const-2', u'PTRADD_-1207124777'), (u'MULTIEQUAL_-1207123975', u'LOAD_-1207124586'), (u'INT_ADD_-1207123882', u'MULTIEQUAL_-1207123842'), (u'LOAD_-1207124839', u'INT_ZEXT_-1207124080'), ('const-1', u'PTRADD_-1207124762'), ('const--72', u'PTRSUB_-1207123867'), (u'INT_AND_-1207123804', u'CALL_-1207124411'), (u'MULTIEQUAL_-1207123949', u'COPY_-1207124345'), ('const-127', u'INT_AND_-1207124535'), (u'COPY_-1207123948', u'MULTIEQUAL_-1207123842'), (u'PTRADD_-1207124535', u'MULTIEQUAL_-1207123949'), ('const-4', u'INT_MULT_-1207124431'), (u'INT_ZEXT_-1207123953', u'INT_AND_-1207124424'), ('tmp_2325', u'PTRSUB_-1207123867'), (u'MULTIEQUAL_-1207123918', u'INT_OR_-1207124481'), (u'INT_ZEXT_-1207124085', u'INT_LEFT_-1207124520'), ('const-1559392', u'COPY_-1207123762'), (u'INT_ZEXT_-1207124109', u'INT_AND_-1207124535'), (u'INT_ADD_-1207123831', u'MULTIEQUAL_-1207123797'), (u'PTRADD_-1207124826', u'COPY_-1207123895'), (u'MULTIEQUAL_-1207123892', u'INT_MULT_-1207124431'), (u'INT_AND_-1207124710', u'INT_ZEXT_-1207124137'), ('tmp_2325', u'PTRSUB_-1207123865'), ('const-63', u'INT_AND_-1207124424'), ('tmp_2325', u'PTRSUB_-1207123864'), (u'PTRSUB_-1207123864', u'CALL_-1207124358'), (u'INT_AND_-1207124424', u'INT_ZEXT_-1207123960'), (u'LOAD_-1207124832', u'INT_ZEXT_-1207123953'), (u'LOAD_-1207124657', u'CAST_-1207123777'), (u'INT_ZEXT_-1207124080', u'INT_AND_-1207124786'), (u'COPY_-1207124345', u'RETURN_-1207124302'), ('const-0', u'RETURN_-1207124302'), ('const--72', u'PTRSUB_-1207123866'), (u'MULTIEQUAL_-1207123845', u'LOAD_-1207124657'), (u'INT_SLESS_-1207124613', u'CBRANCH_-1207124612'), (u'INT_ZEXT_-1207123960', u'CALL_-1207124358'), (u'INT_AND_-1207124786', u'INT_ZEXT_-1207124074'), (u'MULTIEQUAL_-1207123843', u'CALL_-1207124358'), (u'COPY_-1207123857', u'MULTIEQUAL_-1207123797'), ('tmp_178', u'CBRANCH_-1207124785'), (u'COPY_-1207124233', u'RETURN_-1207124190'), (u'MULTIEQUAL_-1207123843', u'INT_OR_-1207124656'), (u'PTRSUB_-1207123867', u'CALL_-1207124299'), (u'COPY_-1207123895', u'MULTIEQUAL_-1207123845'), (u'INT_ZEXT_-1207124074', u'MULTIEQUAL_-1207123843'), (u'INT_OR_-1207124481', u'MULTIEQUAL_-1207123892'), (u'PTRADD_-1207124777', u'LOAD_-1207124839'), (u'MULTIEQUAL_-1207123845', u'LOAD_-1207124761'), (u'MULTIEQUAL_-1207123845', u'PTRADD_-1207124588'), (u'LOAD_-1207124824', u'INT_AND_-1207123804'), ('const-1559336', u'COPY_-1207123707'), ('tmp_861', u'CBRANCH_-1207124418'), ('const-1', u'PTRADD_-1207124588'), ('tmp_2326', u'PTRADD_-1207124826'), ('const-1', u'PTRADD_-1207124535'), (u'INT_AND_-1207124424', u'INT_ZEXT_-1207123902'), (u'MULTIEQUAL_-1207123975', u'PTRADD_-1207124535'), (u'INT_AND_-1207124524', u'INT_LEFT_-1207124520'), (u'PTRSUB_-1207123865', u'CALL_-1207124411'), (u'LOAD_-1207124832', u'CAST_-1207123718'), ('const-1', u'PTRADD_-1207124826'), (u'COPY_-1207123813', u'MULTIEQUAL_-1207123975'), ('tmp_2326', u'PTRADD_-1207124777'), (u'INT_AND_-1207124535', u'INT_ZEXT_-1207124085'), (u'INT_LEFT_-1207124695', u'INT_OR_-1207124656'), (u'INT_MULT_-1207124431', u'CALL_-1207124246'), ('const-433', u'LOAD_-1207124839'), (u'COPY_-1207123841', u'MULTIEQUAL_-1207123975'), ('const-127', u'INT_AND_-1207123804'), ('const-1', u'PTRADD_-1207124762'), (u'LOAD_-1207124839', u'MULTIEQUAL_-1207123841'), (u'INT_OR_-1207124656', u'MULTIEQUAL_-1207123843'), (u'PTRSUB_-1207123866', u'CALL_-1207124246'), (u'INT_SLESS_-1207124483', u'CBRANCH_-1207124483'), (u'MULTIEQUAL_-1207123843', u'CALL_-1207124246'), ('const-3', u'PTRADD_-1207124826'), ('tmp_2326', u'PTRADD_-1207124762'), (u'INT_ADD_-1207123882', u'INT_AND_-1207124699'), (u'INT_ZEXT_-1207123977', u'MULTIEQUAL_-1207123918'), ('const-433', u'LOAD_-1207124824'), ('const-0', u'INT_SLESS_-1207124483'), ('const-0', u'RETURN_-1207124190'), (u'MULTIEQUAL_-1207123841', u'CAST_-1207123832'), (u'PTRADD_-1207124710', u'COPY_-1207123858'), (u'MULTIEQUAL_-1207123949', u'COPY_-1207124233'), ('const-127', u'INT_AND_-1207124614'), (u'LOAD_-1207124586', u'INT_ZEXT_-1207124109'), (u'LOAD_-1207124586', u'CAST_-1207123747'), ('const-1558694', u'PTRSUB_-1207123700'), (u'INT_OR_-1207124481', u'MULTIEQUAL_-1207123918'), (u'INT_SLESS_-1207124419', u'CBRANCH_-1207124418'), (u'CAST_-1207123747', u'INT_SLESS_-1207124483'), (u'INT_SLESS_-1207124786', u'CBRANCH_-1207124785'), ('const-127', u'INT_AND_-1207124786'), ('const-0', u'COPY_-1207123857'), ('const-433', u'LOAD_-1207124761'), ('const-433', u'LOAD_-1207124657'), ('const-63', u'INT_AND_-1207124524'), (u'COPY_-1207123762', u'CALL_-1207124358'), ('const-7', u'INT_ADD_-1207123882'), ('const-433', u'LOAD_-1207124832'), (u'INT_MULT_-1207124431', u'CALL_-1207124358'), (u'INT_ZEXT_-1207123977', u'MULTIEQUAL_-1207123892'), (u'INT_LEFT_-1207124520', u'INT_OR_-1207124481'), (u'CAST_-1207123718', u'INT_SLESS_-1207124419'), (u'INT_AND_-1207123804', u'CALL_-1207124299'), (u'CAST_-1207123832', u'INT_SLESS_-1207124786'), (u'LOAD_-1207124657', u'INT_ZEXT_-1207123983'), (u'CAST_-1207123777', u'INT_SLESS_-1207124613'), (u'PTRADD_-1207124535', u'COPY_-1207123813'), ('const-1', u'PTRADD_-1207124777'), (u'INT_AND_-1207124699', u'INT_LEFT_-1207124695'), ('const-127', u'INT_AND_-1207124710'), (u'INT_ZEXT_-1207124163', u'INT_AND_-1207124710'), (u'INT_ZEXT_-1207124137', u'INT_LEFT_-1207124695'), (u'INT_ADD_-1207123831', u'INT_AND_-1207124524'), (u'MULTIEQUAL_-1207123845', u'PTRADD_-1207124710'), ('const-1', u'PTRADD_-1207124710'), ('const-255', u'INT_SLESS_-1207124419'), (u'INT_ZEXT_-1207123983', u'INT_AND_-1207124614'), ('const-1558694', u'PTRSUB_-1207123643'), ('const-1', u'PTRADD_-1207124588'), (u'INT_AND_-1207124614', u'INT_ZEXT_-1207123977'), (u'PTRSUB_-1207123643', u'CALL_-1207124246'), (u'COPY_-1207123858', u'MULTIEQUAL_-1207123845'), ('const-0', u'COPY_-1207123948'), ('const-0', u'INT_SLESS_-1207124786'), ('const-0', u'INT_SLESS_-1207124613'), ('tmp_770', u'CBRANCH_-1207124483'), (u'LOAD_-1207124761', u'MULTIEQUAL_-1207123841'), (u'MULTIEQUAL_-1207123797', u'INT_ADD_-1207123831'), ('tmp_498', u'CBRANCH_-1207124612')]
| null | null |
0013bc60
|
x64
|
O2
|
(translation_unit "byte * FUN_0013bc60(byte *param_1)\n\n{\n byte bVar1;\n byte bVar2;\n byte *pbVar3;\n ulong uVar5;\n ulong uVar6;\n uint uVar7;\n undefined1 auStack_48 [32];\n byte *pbVar4;\n \n bVar1 = 0;\n bVar2 = param_1[2];\n uVar5 = (ulong)(bVar2 & 0x7f);\n pbVar4 = param_1 + 3;\n while ((char)bVar2 < '\0') {\n bVar2 = *pbVar4;\n bVar1 = bVar1 + 7;\n uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);\n pbVar4 = pbVar4 + 1;\n }\n pbVar3 = pbVar4 + 1;\n uVar6 = (ulong)(*pbVar4 & 0x7f);\n if ((char)*pbVar4 < '\0') {\n bVar2 = 0;\n pbVar4 = pbVar3;\n do {\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n } while ((char)bVar1 < '\0');\n }\n uVar7 = *param_1 & 0x3f;\n if (-1 < (char)*param_1) {\n FUN_0013bae0(auStack_48,param_1[1] & 0x7f);\n printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,auStack_48,uVar6 * 4);\n return pbVar3;\n }\n FUN_0013bae0(auStack_48,param_1[1] & 0x7f);\n printf("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,\n auStack_48,uVar6 * 4);\n return pbVar3;\n}\n\n" (function_definition "byte * FUN_0013bc60(byte *param_1)\n\n{\n byte bVar1;\n byte bVar2;\n byte *pbVar3;\n ulong uVar5;\n ulong uVar6;\n uint uVar7;\n undefined1 auStack_48 [32];\n byte *pbVar4;\n \n bVar1 = 0;\n bVar2 = param_1[2];\n uVar5 = (ulong)(bVar2 & 0x7f);\n pbVar4 = param_1 + 3;\n while ((char)bVar2 < '\0') {\n bVar2 = *pbVar4;\n bVar1 = bVar1 + 7;\n uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);\n pbVar4 = pbVar4 + 1;\n }\n pbVar3 = pbVar4 + 1;\n uVar6 = (ulong)(*pbVar4 & 0x7f);\n if ((char)*pbVar4 < '\0') {\n bVar2 = 0;\n pbVar4 = pbVar3;\n do {\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n } while ((char)bVar1 < '\0');\n }\n uVar7 = *param_1 & 0x3f;\n if (-1 < (char)*param_1) {\n FUN_0013bae0(auStack_48,param_1[1] & 0x7f);\n printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,auStack_48,uVar6 * 4);\n return pbVar3;\n }\n FUN_0013bae0(auStack_48,param_1[1] & 0x7f);\n printf("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,\n auStack_48,uVar6 * 4);\n return pbVar3;\n}" type_identifier (pointer_declarator "* FUN_0013bc60(byte *param_1)" * (function_declarator "FUN_0013bc60(byte *param_1)" identifier (parameter_list "(byte *param_1)" ( (parameter_declaration "byte *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) )))) (compound_statement "{\n byte bVar1;\n byte bVar2;\n byte *pbVar3;\n ulong uVar5;\n ulong uVar6;\n uint uVar7;\n undefined1 auStack_48 [32];\n byte *pbVar4;\n \n bVar1 = 0;\n bVar2 = param_1[2];\n uVar5 = (ulong)(bVar2 & 0x7f);\n pbVar4 = param_1 + 3;\n while ((char)bVar2 < '\0') {\n bVar2 = *pbVar4;\n bVar1 = bVar1 + 7;\n uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);\n pbVar4 = pbVar4 + 1;\n }\n pbVar3 = pbVar4 + 1;\n uVar6 = (ulong)(*pbVar4 & 0x7f);\n if ((char)*pbVar4 < '\0') {\n bVar2 = 0;\n pbVar4 = pbVar3;\n do {\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n } while ((char)bVar1 < '\0');\n }\n uVar7 = *param_1 & 0x3f;\n if (-1 < (char)*param_1) {\n FUN_0013bae0(auStack_48,param_1[1] & 0x7f);\n printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,auStack_48,uVar6 * 4);\n return pbVar3;\n }\n FUN_0013bae0(auStack_48,param_1[1] & 0x7f);\n printf("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,\n auStack_48,uVar6 * 4);\n return pbVar3;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "ulong uVar5;" type_identifier identifier ;) (declaration "ulong uVar6;" type_identifier identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "undefined1 auStack_48 [32];" type_identifier (array_declarator "auStack_48 [32]" identifier [ number_literal ]) ;) (declaration "byte *pbVar4;" type_identifier (pointer_declarator "*pbVar4" * identifier) ;) (expression_statement "bVar1 = 0;" (assignment_expression "bVar1 = 0" identifier = number_literal) ;) (expression_statement "bVar2 = param_1[2];" (assignment_expression "bVar2 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "uVar5 = (ulong)(bVar2 & 0x7f);" (assignment_expression "uVar5 = (ulong)(bVar2 & 0x7f)" identifier = (call_expression "(ulong)(bVar2 & 0x7f)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(bVar2 & 0x7f)" ( (binary_expression "bVar2 & 0x7f" identifier & number_literal) )))) ;) (expression_statement "pbVar4 = param_1 + 3;" (assignment_expression "pbVar4 = param_1 + 3" identifier = (binary_expression "param_1 + 3" identifier + number_literal)) ;) (while_statement "while ((char)bVar2 < '\0') {\n bVar2 = *pbVar4;\n bVar1 = bVar1 + 7;\n uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);\n pbVar4 = pbVar4 + 1;\n }" while (parenthesized_expression "((char)bVar2 < '\0')" ( (binary_expression "(char)bVar2 < '\0'" (cast_expression "(char)bVar2" ( (type_descriptor "char" primitive_type) ) identifier) < (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n bVar2 = *pbVar4;\n bVar1 = bVar1 + 7;\n uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);\n pbVar4 = pbVar4 + 1;\n }" { (expression_statement "bVar2 = *pbVar4;" (assignment_expression "bVar2 = *pbVar4" identifier = (pointer_expression "*pbVar4" * identifier)) ;) (expression_statement "bVar1 = bVar1 + 7;" (assignment_expression "bVar1 = bVar1 + 7" identifier = (binary_expression "bVar1 + 7" identifier + number_literal)) ;) (expression_statement "uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);" (assignment_expression "uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f)" identifier = (binary_expression "uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f)" identifier | (binary_expression "(ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f)" (call_expression "(ulong)(bVar2 & 0x7f)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(bVar2 & 0x7f)" ( (binary_expression "bVar2 & 0x7f" identifier & number_literal) ))) << (parenthesized_expression "(bVar1 & 0x3f)" ( (binary_expression "bVar1 & 0x3f" identifier & number_literal) ))))) ;) (expression_statement "pbVar4 = pbVar4 + 1;" (assignment_expression "pbVar4 = pbVar4 + 1" identifier = (binary_expression "pbVar4 + 1" identifier + number_literal)) ;) })) (expression_statement "pbVar3 = pbVar4 + 1;" (assignment_expression "pbVar3 = pbVar4 + 1" identifier = (binary_expression "pbVar4 + 1" identifier + number_literal)) ;) (expression_statement "uVar6 = (ulong)(*pbVar4 & 0x7f);" (assignment_expression "uVar6 = (ulong)(*pbVar4 & 0x7f)" identifier = (call_expression "(ulong)(*pbVar4 & 0x7f)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(*pbVar4 & 0x7f)" ( (binary_expression "*pbVar4 & 0x7f" (pointer_expression "*pbVar4" * identifier) & number_literal) )))) ;) (if_statement "if ((char)*pbVar4 < '\0') {\n bVar2 = 0;\n pbVar4 = pbVar3;\n do {\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n } while ((char)bVar1 < '\0');\n }" if (parenthesized_expression "((char)*pbVar4 < '\0')" ( (binary_expression "(char)*pbVar4 < '\0'" (cast_expression "(char)*pbVar4" ( (type_descriptor "char" primitive_type) ) (pointer_expression "*pbVar4" * identifier)) < (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n bVar2 = 0;\n pbVar4 = pbVar3;\n do {\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n } while ((char)bVar1 < '\0');\n }" { (expression_statement "bVar2 = 0;" (assignment_expression "bVar2 = 0" identifier = number_literal) ;) (expression_statement "pbVar4 = pbVar3;" (assignment_expression "pbVar4 = pbVar3" identifier = identifier) ;) (do_statement "do {\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n } while ((char)bVar1 < '\0');" do (compound_statement "{\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n }" { (expression_statement "pbVar3 = pbVar4 + 1;" (assignment_expression "pbVar3 = pbVar4 + 1" identifier = (binary_expression "pbVar4 + 1" identifier + number_literal)) ;) (expression_statement "bVar1 = *pbVar4;" (assignment_expression "bVar1 = *pbVar4" identifier = (pointer_expression "*pbVar4" * identifier)) ;) (expression_statement "bVar2 = bVar2 + 7;" (assignment_expression "bVar2 = bVar2 + 7" identifier = (binary_expression "bVar2 + 7" identifier + number_literal)) ;) (expression_statement "uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);" (assignment_expression "uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f)" identifier = (binary_expression "uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f)" identifier | (binary_expression "(ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f)" (call_expression "(ulong)(bVar1 & 0x7f)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(bVar1 & 0x7f)" ( (binary_expression "bVar1 & 0x7f" identifier & number_literal) ))) << (parenthesized_expression "(bVar2 & 0x3f)" ( (binary_expression "bVar2 & 0x3f" identifier & number_literal) ))))) ;) (expression_statement "pbVar4 = pbVar3;" (assignment_expression "pbVar4 = pbVar3" identifier = identifier) ;) }) while (parenthesized_expression "((char)bVar1 < '\0')" ( (binary_expression "(char)bVar1 < '\0'" (cast_expression "(char)bVar1" ( (type_descriptor "char" primitive_type) ) identifier) < (char_literal "'\0'" ' escape_sequence ')) )) ;) })) (expression_statement "uVar7 = *param_1 & 0x3f;" (assignment_expression "uVar7 = *param_1 & 0x3f" identifier = (binary_expression "*param_1 & 0x3f" (pointer_expression "*param_1" * identifier) & number_literal)) ;) (if_statement "if (-1 < (char)*param_1) {\n FUN_0013bae0(auStack_48,param_1[1] & 0x7f);\n printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,auStack_48,uVar6 * 4);\n return pbVar3;\n }" if (parenthesized_expression "(-1 < (char)*param_1)" ( (binary_expression "-1 < (char)*param_1" number_literal < (cast_expression "(char)*param_1" ( (type_descriptor "char" primitive_type) ) (pointer_expression "*param_1" * identifier))) )) (compound_statement "{\n FUN_0013bae0(auStack_48,param_1[1] & 0x7f);\n printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,auStack_48,uVar6 * 4);\n return pbVar3;\n }" { (expression_statement "FUN_0013bae0(auStack_48,param_1[1] & 0x7f);" (call_expression "FUN_0013bae0(auStack_48,param_1[1] & 0x7f)" identifier (argument_list "(auStack_48,param_1[1] & 0x7f)" ( identifier , (binary_expression "param_1[1] & 0x7f" (subscript_expression "param_1[1]" identifier [ number_literal ]) & number_literal) ))) ;) (expression_statement "printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,auStack_48,uVar6 * 4);" (call_expression "printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,auStack_48,uVar6 * 4)" identifier (argument_list "("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,auStack_48,uVar6 * 4)" ( (string_literal ""\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n"" " escape_sequence string_content escape_sequence ") , (pointer_expression "&DAT_0017c8a6" & identifier) , (cast_expression "(ulong)uVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) , identifier , identifier , (binary_expression "uVar6 * 4" identifier * number_literal) ))) ;) (return_statement "return pbVar3;" return identifier ;) })) (expression_statement "FUN_0013bae0(auStack_48,param_1[1] & 0x7f);" (call_expression "FUN_0013bae0(auStack_48,param_1[1] & 0x7f)" identifier (argument_list "(auStack_48,param_1[1] & 0x7f)" ( identifier , (binary_expression "param_1[1] & 0x7f" (subscript_expression "param_1[1]" identifier [ number_literal ]) & number_literal) ))) ;) (expression_statement "printf("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,\n auStack_48,uVar6 * 4);" (call_expression "printf("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,\n auStack_48,uVar6 * 4)" identifier (argument_list "("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,\n auStack_48,uVar6 * 4)" ( (string_literal ""\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n"" " escape_sequence string_content escape_sequence ") , (pointer_expression "&DAT_0017c8a6" & identifier) , (cast_expression "(ulong)uVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) , identifier , identifier , (binary_expression "uVar6 * 4" identifier * number_literal) ))) ;) (return_statement "return pbVar3;" return identifier ;) })))
|
(translation_unit "uchar * unw_decode_x3(uchar *dp,uint code,void *arg)\n\n{\n byte bVar1;\n byte bVar2;\n byte *pbVar3;\n ulong uVar5;\n ulong uVar6;\n uint uVar7;\n char regname [20];\n byte *pbVar4;\n \n bVar1 = 0;\n bVar2 = dp[2];\n uVar5 = (ulong)(bVar2 & 0x7f);\n pbVar4 = dp + 3;\n while ((char)bVar2 < '\0') {\n bVar2 = *pbVar4;\n bVar1 = bVar1 + 7;\n uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);\n pbVar4 = pbVar4 + 1;\n }\n pbVar3 = pbVar4 + 1;\n uVar6 = (ulong)(*pbVar4 & 0x7f);\n if ((char)*pbVar4 < '\0') {\n bVar2 = 0;\n pbVar4 = pbVar3;\n do {\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n } while ((char)bVar1 < '\0');\n }\n uVar7 = *dp & 0x3f;\n if (-1 < (char)*dp) {\n unw_print_abreg(regname,dp[1] & 0x7f);\n printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,regname,uVar6 * 4);\n return pbVar3;\n }\n unw_print_abreg(regname,dp[1] & 0x7f);\n printf("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,\n regname,uVar6 * 4);\n return pbVar3;\n}\n\n" (function_definition "uchar * unw_decode_x3(uchar *dp,uint code,void *arg)\n\n{\n byte bVar1;\n byte bVar2;\n byte *pbVar3;\n ulong uVar5;\n ulong uVar6;\n uint uVar7;\n char regname [20];\n byte *pbVar4;\n \n bVar1 = 0;\n bVar2 = dp[2];\n uVar5 = (ulong)(bVar2 & 0x7f);\n pbVar4 = dp + 3;\n while ((char)bVar2 < '\0') {\n bVar2 = *pbVar4;\n bVar1 = bVar1 + 7;\n uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);\n pbVar4 = pbVar4 + 1;\n }\n pbVar3 = pbVar4 + 1;\n uVar6 = (ulong)(*pbVar4 & 0x7f);\n if ((char)*pbVar4 < '\0') {\n bVar2 = 0;\n pbVar4 = pbVar3;\n do {\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n } while ((char)bVar1 < '\0');\n }\n uVar7 = *dp & 0x3f;\n if (-1 < (char)*dp) {\n unw_print_abreg(regname,dp[1] & 0x7f);\n printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,regname,uVar6 * 4);\n return pbVar3;\n }\n unw_print_abreg(regname,dp[1] & 0x7f);\n printf("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,\n regname,uVar6 * 4);\n return pbVar3;\n}" type_identifier (pointer_declarator "* unw_decode_x3(uchar *dp,uint code,void *arg)" * (function_declarator "unw_decode_x3(uchar *dp,uint code,void *arg)" identifier (parameter_list "(uchar *dp,uint code,void *arg)" ( (parameter_declaration "uchar *dp" type_identifier (pointer_declarator "*dp" * identifier)) , (parameter_declaration "uint code" type_identifier identifier) , (parameter_declaration "void *arg" primitive_type (pointer_declarator "*arg" * identifier)) )))) (compound_statement "{\n byte bVar1;\n byte bVar2;\n byte *pbVar3;\n ulong uVar5;\n ulong uVar6;\n uint uVar7;\n char regname [20];\n byte *pbVar4;\n \n bVar1 = 0;\n bVar2 = dp[2];\n uVar5 = (ulong)(bVar2 & 0x7f);\n pbVar4 = dp + 3;\n while ((char)bVar2 < '\0') {\n bVar2 = *pbVar4;\n bVar1 = bVar1 + 7;\n uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);\n pbVar4 = pbVar4 + 1;\n }\n pbVar3 = pbVar4 + 1;\n uVar6 = (ulong)(*pbVar4 & 0x7f);\n if ((char)*pbVar4 < '\0') {\n bVar2 = 0;\n pbVar4 = pbVar3;\n do {\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n } while ((char)bVar1 < '\0');\n }\n uVar7 = *dp & 0x3f;\n if (-1 < (char)*dp) {\n unw_print_abreg(regname,dp[1] & 0x7f);\n printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,regname,uVar6 * 4);\n return pbVar3;\n }\n unw_print_abreg(regname,dp[1] & 0x7f);\n printf("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,\n regname,uVar6 * 4);\n return pbVar3;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "ulong uVar5;" type_identifier identifier ;) (declaration "ulong uVar6;" type_identifier identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "char regname [20];" primitive_type (array_declarator "regname [20]" identifier [ number_literal ]) ;) (declaration "byte *pbVar4;" type_identifier (pointer_declarator "*pbVar4" * identifier) ;) (expression_statement "bVar1 = 0;" (assignment_expression "bVar1 = 0" identifier = number_literal) ;) (expression_statement "bVar2 = dp[2];" (assignment_expression "bVar2 = dp[2]" identifier = (subscript_expression "dp[2]" identifier [ number_literal ])) ;) (expression_statement "uVar5 = (ulong)(bVar2 & 0x7f);" (assignment_expression "uVar5 = (ulong)(bVar2 & 0x7f)" identifier = (call_expression "(ulong)(bVar2 & 0x7f)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(bVar2 & 0x7f)" ( (binary_expression "bVar2 & 0x7f" identifier & number_literal) )))) ;) (expression_statement "pbVar4 = dp + 3;" (assignment_expression "pbVar4 = dp + 3" identifier = (binary_expression "dp + 3" identifier + number_literal)) ;) (while_statement "while ((char)bVar2 < '\0') {\n bVar2 = *pbVar4;\n bVar1 = bVar1 + 7;\n uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);\n pbVar4 = pbVar4 + 1;\n }" while (parenthesized_expression "((char)bVar2 < '\0')" ( (binary_expression "(char)bVar2 < '\0'" (cast_expression "(char)bVar2" ( (type_descriptor "char" primitive_type) ) identifier) < (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n bVar2 = *pbVar4;\n bVar1 = bVar1 + 7;\n uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);\n pbVar4 = pbVar4 + 1;\n }" { (expression_statement "bVar2 = *pbVar4;" (assignment_expression "bVar2 = *pbVar4" identifier = (pointer_expression "*pbVar4" * identifier)) ;) (expression_statement "bVar1 = bVar1 + 7;" (assignment_expression "bVar1 = bVar1 + 7" identifier = (binary_expression "bVar1 + 7" identifier + number_literal)) ;) (expression_statement "uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);" (assignment_expression "uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f)" identifier = (binary_expression "uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f)" identifier | (binary_expression "(ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f)" (call_expression "(ulong)(bVar2 & 0x7f)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(bVar2 & 0x7f)" ( (binary_expression "bVar2 & 0x7f" identifier & number_literal) ))) << (parenthesized_expression "(bVar1 & 0x3f)" ( (binary_expression "bVar1 & 0x3f" identifier & number_literal) ))))) ;) (expression_statement "pbVar4 = pbVar4 + 1;" (assignment_expression "pbVar4 = pbVar4 + 1" identifier = (binary_expression "pbVar4 + 1" identifier + number_literal)) ;) })) (expression_statement "pbVar3 = pbVar4 + 1;" (assignment_expression "pbVar3 = pbVar4 + 1" identifier = (binary_expression "pbVar4 + 1" identifier + number_literal)) ;) (expression_statement "uVar6 = (ulong)(*pbVar4 & 0x7f);" (assignment_expression "uVar6 = (ulong)(*pbVar4 & 0x7f)" identifier = (call_expression "(ulong)(*pbVar4 & 0x7f)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(*pbVar4 & 0x7f)" ( (binary_expression "*pbVar4 & 0x7f" (pointer_expression "*pbVar4" * identifier) & number_literal) )))) ;) (if_statement "if ((char)*pbVar4 < '\0') {\n bVar2 = 0;\n pbVar4 = pbVar3;\n do {\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n } while ((char)bVar1 < '\0');\n }" if (parenthesized_expression "((char)*pbVar4 < '\0')" ( (binary_expression "(char)*pbVar4 < '\0'" (cast_expression "(char)*pbVar4" ( (type_descriptor "char" primitive_type) ) (pointer_expression "*pbVar4" * identifier)) < (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n bVar2 = 0;\n pbVar4 = pbVar3;\n do {\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n } while ((char)bVar1 < '\0');\n }" { (expression_statement "bVar2 = 0;" (assignment_expression "bVar2 = 0" identifier = number_literal) ;) (expression_statement "pbVar4 = pbVar3;" (assignment_expression "pbVar4 = pbVar3" identifier = identifier) ;) (do_statement "do {\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n } while ((char)bVar1 < '\0');" do (compound_statement "{\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n }" { (expression_statement "pbVar3 = pbVar4 + 1;" (assignment_expression "pbVar3 = pbVar4 + 1" identifier = (binary_expression "pbVar4 + 1" identifier + number_literal)) ;) (expression_statement "bVar1 = *pbVar4;" (assignment_expression "bVar1 = *pbVar4" identifier = (pointer_expression "*pbVar4" * identifier)) ;) (expression_statement "bVar2 = bVar2 + 7;" (assignment_expression "bVar2 = bVar2 + 7" identifier = (binary_expression "bVar2 + 7" identifier + number_literal)) ;) (expression_statement "uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);" (assignment_expression "uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f)" identifier = (binary_expression "uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f)" identifier | (binary_expression "(ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f)" (call_expression "(ulong)(bVar1 & 0x7f)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(bVar1 & 0x7f)" ( (binary_expression "bVar1 & 0x7f" identifier & number_literal) ))) << (parenthesized_expression "(bVar2 & 0x3f)" ( (binary_expression "bVar2 & 0x3f" identifier & number_literal) ))))) ;) (expression_statement "pbVar4 = pbVar3;" (assignment_expression "pbVar4 = pbVar3" identifier = identifier) ;) }) while (parenthesized_expression "((char)bVar1 < '\0')" ( (binary_expression "(char)bVar1 < '\0'" (cast_expression "(char)bVar1" ( (type_descriptor "char" primitive_type) ) identifier) < (char_literal "'\0'" ' escape_sequence ')) )) ;) })) (expression_statement "uVar7 = *dp & 0x3f;" (assignment_expression "uVar7 = *dp & 0x3f" identifier = (binary_expression "*dp & 0x3f" (pointer_expression "*dp" * identifier) & number_literal)) ;) (if_statement "if (-1 < (char)*dp) {\n unw_print_abreg(regname,dp[1] & 0x7f);\n printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,regname,uVar6 * 4);\n return pbVar3;\n }" if (parenthesized_expression "(-1 < (char)*dp)" ( (binary_expression "-1 < (char)*dp" number_literal < (cast_expression "(char)*dp" ( (type_descriptor "char" primitive_type) ) (pointer_expression "*dp" * identifier))) )) (compound_statement "{\n unw_print_abreg(regname,dp[1] & 0x7f);\n printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,regname,uVar6 * 4);\n return pbVar3;\n }" { (expression_statement "unw_print_abreg(regname,dp[1] & 0x7f);" (call_expression "unw_print_abreg(regname,dp[1] & 0x7f)" identifier (argument_list "(regname,dp[1] & 0x7f)" ( identifier , (binary_expression "dp[1] & 0x7f" (subscript_expression "dp[1]" identifier [ number_literal ]) & number_literal) ))) ;) (expression_statement "printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,regname,uVar6 * 4);" (call_expression "printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,regname,uVar6 * 4)" identifier (argument_list "("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,regname,uVar6 * 4)" ( (string_literal ""\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n"" " escape_sequence string_content escape_sequence ") , (pointer_expression "&DAT_0017c8a6" & identifier) , (cast_expression "(ulong)uVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) , identifier , identifier , (binary_expression "uVar6 * 4" identifier * number_literal) ))) ;) (return_statement "return pbVar3;" return identifier ;) })) (expression_statement "unw_print_abreg(regname,dp[1] & 0x7f);" (call_expression "unw_print_abreg(regname,dp[1] & 0x7f)" identifier (argument_list "(regname,dp[1] & 0x7f)" ( identifier , (binary_expression "dp[1] & 0x7f" (subscript_expression "dp[1]" identifier [ number_literal ]) & number_literal) ))) ;) (expression_statement "printf("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,\n regname,uVar6 * 4);" (call_expression "printf("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,\n regname,uVar6 * 4)" identifier (argument_list "("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,\n regname,uVar6 * 4)" ( (string_literal ""\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n"" " escape_sequence string_content escape_sequence ") , (pointer_expression "&DAT_0017c8a6" & identifier) , (cast_expression "(ulong)uVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) , identifier , identifier , (binary_expression "uVar6 * 4" identifier * number_literal) ))) ;) (return_statement "return pbVar3;" return identifier ;) })))
|
(translation_unit "byte * FUN_0013bc60(byte *param_1)\n\n{\n byte bVar1;\n byte bVar2;\n byte *pbVar3;\n ulong uVar5;\n ulong uVar6;\n uint uVar7;\n undefined1 auStack_48 [32];\n byte *pbVar4;\n \n bVar1 = 0;\n bVar2 = param_1[2];\n uVar5 = (ulong)(bVar2 & 0x7f);\n pbVar4 = param_1 + 3;\n while ((char)bVar2 < '\0') {\n bVar2 = *pbVar4;\n bVar1 = bVar1 + 7;\n uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);\n pbVar4 = pbVar4 + 1;\n }\n pbVar3 = pbVar4 + 1;\n uVar6 = (ulong)(*pbVar4 & 0x7f);\n if ((char)*pbVar4 < '\0') {\n bVar2 = 0;\n pbVar4 = pbVar3;\n do {\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n } while ((char)bVar1 < '\0');\n }\n uVar7 = *param_1 & 0x3f;\n if (-1 < (char)*param_1) {\n FUN_0013bae0(auStack_48,param_1[1] & 0x7f);\n printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,auStack_48,uVar6 * 4);\n return pbVar3;\n }\n FUN_0013bae0(auStack_48,param_1[1] & 0x7f);\n printf("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,\n auStack_48,uVar6 * 4);\n return pbVar3;\n}\n\n" (function_definition "byte * FUN_0013bc60(byte *param_1)\n\n{\n byte bVar1;\n byte bVar2;\n byte *pbVar3;\n ulong uVar5;\n ulong uVar6;\n uint uVar7;\n undefined1 auStack_48 [32];\n byte *pbVar4;\n \n bVar1 = 0;\n bVar2 = param_1[2];\n uVar5 = (ulong)(bVar2 & 0x7f);\n pbVar4 = param_1 + 3;\n while ((char)bVar2 < '\0') {\n bVar2 = *pbVar4;\n bVar1 = bVar1 + 7;\n uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);\n pbVar4 = pbVar4 + 1;\n }\n pbVar3 = pbVar4 + 1;\n uVar6 = (ulong)(*pbVar4 & 0x7f);\n if ((char)*pbVar4 < '\0') {\n bVar2 = 0;\n pbVar4 = pbVar3;\n do {\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n } while ((char)bVar1 < '\0');\n }\n uVar7 = *param_1 & 0x3f;\n if (-1 < (char)*param_1) {\n FUN_0013bae0(auStack_48,param_1[1] & 0x7f);\n printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,auStack_48,uVar6 * 4);\n return pbVar3;\n }\n FUN_0013bae0(auStack_48,param_1[1] & 0x7f);\n printf("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,\n auStack_48,uVar6 * 4);\n return pbVar3;\n}" type_identifier (pointer_declarator "* FUN_0013bc60(byte *param_1)" * (function_declarator "FUN_0013bc60(byte *param_1)" identifier (parameter_list "(byte *param_1)" ( (parameter_declaration "byte *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) )))) (compound_statement "{\n byte bVar1;\n byte bVar2;\n byte *pbVar3;\n ulong uVar5;\n ulong uVar6;\n uint uVar7;\n undefined1 auStack_48 [32];\n byte *pbVar4;\n \n bVar1 = 0;\n bVar2 = param_1[2];\n uVar5 = (ulong)(bVar2 & 0x7f);\n pbVar4 = param_1 + 3;\n while ((char)bVar2 < '\0') {\n bVar2 = *pbVar4;\n bVar1 = bVar1 + 7;\n uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);\n pbVar4 = pbVar4 + 1;\n }\n pbVar3 = pbVar4 + 1;\n uVar6 = (ulong)(*pbVar4 & 0x7f);\n if ((char)*pbVar4 < '\0') {\n bVar2 = 0;\n pbVar4 = pbVar3;\n do {\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n } while ((char)bVar1 < '\0');\n }\n uVar7 = *param_1 & 0x3f;\n if (-1 < (char)*param_1) {\n FUN_0013bae0(auStack_48,param_1[1] & 0x7f);\n printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,auStack_48,uVar6 * 4);\n return pbVar3;\n }\n FUN_0013bae0(auStack_48,param_1[1] & 0x7f);\n printf("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,\n auStack_48,uVar6 * 4);\n return pbVar3;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "ulong uVar5;" type_identifier identifier ;) (declaration "ulong uVar6;" type_identifier identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "undefined1 auStack_48 [32];" type_identifier (array_declarator "auStack_48 [32]" identifier [ number_literal ]) ;) (declaration "byte *pbVar4;" type_identifier (pointer_declarator "*pbVar4" * identifier) ;) (expression_statement "bVar1 = 0;" (assignment_expression "bVar1 = 0" identifier = number_literal) ;) (expression_statement "bVar2 = param_1[2];" (assignment_expression "bVar2 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "uVar5 = (ulong)(bVar2 & 0x7f);" (assignment_expression "uVar5 = (ulong)(bVar2 & 0x7f)" identifier = (call_expression "(ulong)(bVar2 & 0x7f)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(bVar2 & 0x7f)" ( (binary_expression "bVar2 & 0x7f" identifier & number_literal) )))) ;) (expression_statement "pbVar4 = param_1 + 3;" (assignment_expression "pbVar4 = param_1 + 3" identifier = (binary_expression "param_1 + 3" identifier + number_literal)) ;) (while_statement "while ((char)bVar2 < '\0') {\n bVar2 = *pbVar4;\n bVar1 = bVar1 + 7;\n uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);\n pbVar4 = pbVar4 + 1;\n }" while (parenthesized_expression "((char)bVar2 < '\0')" ( (binary_expression "(char)bVar2 < '\0'" (cast_expression "(char)bVar2" ( (type_descriptor "char" primitive_type) ) identifier) < (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n bVar2 = *pbVar4;\n bVar1 = bVar1 + 7;\n uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);\n pbVar4 = pbVar4 + 1;\n }" { (expression_statement "bVar2 = *pbVar4;" (assignment_expression "bVar2 = *pbVar4" identifier = (pointer_expression "*pbVar4" * identifier)) ;) (expression_statement "bVar1 = bVar1 + 7;" (assignment_expression "bVar1 = bVar1 + 7" identifier = (binary_expression "bVar1 + 7" identifier + number_literal)) ;) (expression_statement "uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);" (assignment_expression "uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f)" identifier = (binary_expression "uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f)" identifier | (binary_expression "(ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f)" (call_expression "(ulong)(bVar2 & 0x7f)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(bVar2 & 0x7f)" ( (binary_expression "bVar2 & 0x7f" identifier & number_literal) ))) << (parenthesized_expression "(bVar1 & 0x3f)" ( (binary_expression "bVar1 & 0x3f" identifier & number_literal) ))))) ;) (expression_statement "pbVar4 = pbVar4 + 1;" (assignment_expression "pbVar4 = pbVar4 + 1" identifier = (binary_expression "pbVar4 + 1" identifier + number_literal)) ;) })) (expression_statement "pbVar3 = pbVar4 + 1;" (assignment_expression "pbVar3 = pbVar4 + 1" identifier = (binary_expression "pbVar4 + 1" identifier + number_literal)) ;) (expression_statement "uVar6 = (ulong)(*pbVar4 & 0x7f);" (assignment_expression "uVar6 = (ulong)(*pbVar4 & 0x7f)" identifier = (call_expression "(ulong)(*pbVar4 & 0x7f)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(*pbVar4 & 0x7f)" ( (binary_expression "*pbVar4 & 0x7f" (pointer_expression "*pbVar4" * identifier) & number_literal) )))) ;) (if_statement "if ((char)*pbVar4 < '\0') {\n bVar2 = 0;\n pbVar4 = pbVar3;\n do {\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n } while ((char)bVar1 < '\0');\n }" if (parenthesized_expression "((char)*pbVar4 < '\0')" ( (binary_expression "(char)*pbVar4 < '\0'" (cast_expression "(char)*pbVar4" ( (type_descriptor "char" primitive_type) ) (pointer_expression "*pbVar4" * identifier)) < (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n bVar2 = 0;\n pbVar4 = pbVar3;\n do {\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n } while ((char)bVar1 < '\0');\n }" { (expression_statement "bVar2 = 0;" (assignment_expression "bVar2 = 0" identifier = number_literal) ;) (expression_statement "pbVar4 = pbVar3;" (assignment_expression "pbVar4 = pbVar3" identifier = identifier) ;) (do_statement "do {\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n } while ((char)bVar1 < '\0');" do (compound_statement "{\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n }" { (expression_statement "pbVar3 = pbVar4 + 1;" (assignment_expression "pbVar3 = pbVar4 + 1" identifier = (binary_expression "pbVar4 + 1" identifier + number_literal)) ;) (expression_statement "bVar1 = *pbVar4;" (assignment_expression "bVar1 = *pbVar4" identifier = (pointer_expression "*pbVar4" * identifier)) ;) (expression_statement "bVar2 = bVar2 + 7;" (assignment_expression "bVar2 = bVar2 + 7" identifier = (binary_expression "bVar2 + 7" identifier + number_literal)) ;) (expression_statement "uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);" (assignment_expression "uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f)" identifier = (binary_expression "uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f)" identifier | (binary_expression "(ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f)" (call_expression "(ulong)(bVar1 & 0x7f)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(bVar1 & 0x7f)" ( (binary_expression "bVar1 & 0x7f" identifier & number_literal) ))) << (parenthesized_expression "(bVar2 & 0x3f)" ( (binary_expression "bVar2 & 0x3f" identifier & number_literal) ))))) ;) (expression_statement "pbVar4 = pbVar3;" (assignment_expression "pbVar4 = pbVar3" identifier = identifier) ;) }) while (parenthesized_expression "((char)bVar1 < '\0')" ( (binary_expression "(char)bVar1 < '\0'" (cast_expression "(char)bVar1" ( (type_descriptor "char" primitive_type) ) identifier) < (char_literal "'\0'" ' escape_sequence ')) )) ;) })) (expression_statement "uVar7 = *param_1 & 0x3f;" (assignment_expression "uVar7 = *param_1 & 0x3f" identifier = (binary_expression "*param_1 & 0x3f" (pointer_expression "*param_1" * identifier) & number_literal)) ;) (if_statement "if (-1 < (char)*param_1) {\n FUN_0013bae0(auStack_48,param_1[1] & 0x7f);\n printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,auStack_48,uVar6 * 4);\n return pbVar3;\n }" if (parenthesized_expression "(-1 < (char)*param_1)" ( (binary_expression "-1 < (char)*param_1" number_literal < (cast_expression "(char)*param_1" ( (type_descriptor "char" primitive_type) ) (pointer_expression "*param_1" * identifier))) )) (compound_statement "{\n FUN_0013bae0(auStack_48,param_1[1] & 0x7f);\n printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,auStack_48,uVar6 * 4);\n return pbVar3;\n }" { (expression_statement "FUN_0013bae0(auStack_48,param_1[1] & 0x7f);" (call_expression "FUN_0013bae0(auStack_48,param_1[1] & 0x7f)" identifier (argument_list "(auStack_48,param_1[1] & 0x7f)" ( identifier , (binary_expression "param_1[1] & 0x7f" (subscript_expression "param_1[1]" identifier [ number_literal ]) & number_literal) ))) ;) (expression_statement "printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,auStack_48,uVar6 * 4);" (call_expression "printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,auStack_48,uVar6 * 4)" identifier (argument_list "("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,auStack_48,uVar6 * 4)" ( (string_literal ""\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n"" " escape_sequence string_content escape_sequence ") , (pointer_expression "&DAT_0017c8a6" & identifier) , (cast_expression "(ulong)uVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) , identifier , identifier , (binary_expression "uVar6 * 4" identifier * number_literal) ))) ;) (return_statement "return pbVar3;" return identifier ;) })) (expression_statement "FUN_0013bae0(auStack_48,param_1[1] & 0x7f);" (call_expression "FUN_0013bae0(auStack_48,param_1[1] & 0x7f)" identifier (argument_list "(auStack_48,param_1[1] & 0x7f)" ( identifier , (binary_expression "param_1[1] & 0x7f" (subscript_expression "param_1[1]" identifier [ number_literal ]) & number_literal) ))) ;) (expression_statement "printf("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,\n auStack_48,uVar6 * 4);" (call_expression "printf("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,\n auStack_48,uVar6 * 4)" identifier (argument_list "("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,\n auStack_48,uVar6 * 4)" ( (string_literal ""\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n"" " escape_sequence string_content escape_sequence ") , (pointer_expression "&DAT_0017c8a6" & identifier) , (cast_expression "(ulong)uVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) , identifier , identifier , (binary_expression "uVar6 * 4" identifier * number_literal) ))) ;) (return_statement "return pbVar3;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT & LIT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (while_statement while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT | (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT & LIT) ))) << (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 = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (pointer_expression * IDENT) & LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (pointer_expression * IDENT)) < (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT | (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT & LIT) ))) << (parenthesized_expression ( (binary_expression IDENT & LIT) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < (char_literal ' escape_sequence ')) )) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < (cast_expression ( (type_descriptor TYPE) ) (pointer_expression * IDENT))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_expression (subscript_expression IDENT [ LIT ]) & LIT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " escape_sequence string_content escape_sequence ") , (pointer_expression & IDENT) , (cast_expression ( (type_descriptor TYPE) ) IDENT) , IDENT , IDENT , (binary_expression IDENT * LIT) ))) ;) (return_statement return IDENT ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_expression (subscript_expression IDENT [ LIT ]) & LIT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " escape_sequence string_content escape_sequence ") , (pointer_expression & IDENT) , (cast_expression ( (type_descriptor TYPE) ) IDENT) , IDENT , IDENT , (binary_expression IDENT * LIT) ))) ;) (return_statement return IDENT ;) })))
|
(function_definition "byte * FUN_0013bc60(byte *param_1)\n\n{\n byte bVar1;\n byte bVar2;\n byte *pbVar3;\n ulong uVar5;\n ulong uVar6;\n uint uVar7;\n undefined1 auStack_48 [32];\n byte *pbVar4;\n \n bVar1 = 0;\n bVar2 = param_1[2];\n uVar5 = (ulong)(bVar2 & 0x7f);\n pbVar4 = param_1 + 3;\n while ((char)bVar2 < '\0') {\n bVar2 = *pbVar4;\n bVar1 = bVar1 + 7;\n uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);\n pbVar4 = pbVar4 + 1;\n }\n pbVar3 = pbVar4 + 1;\n uVar6 = (ulong)(*pbVar4 & 0x7f);\n if ((char)*pbVar4 < '\0') {\n bVar2 = 0;\n pbVar4 = pbVar3;\n do {\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n } while ((char)bVar1 < '\0');\n }\n uVar7 = *param_1 & 0x3f;\n if (-1 < (char)*param_1) {\n FUN_0013bae0(auStack_48,param_1[1] & 0x7f);\n printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,auStack_48,uVar6 * 4);\n return pbVar3;\n }\n FUN_0013bae0(auStack_48,param_1[1] & 0x7f);\n printf("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,\n auStack_48,uVar6 * 4);\n return pbVar3;\n}" (type_identifier "byte") (pointer_declarator "* FUN_0013bc60(byte *param_1)" (* "*") (function_declarator "FUN_0013bc60(byte *param_1)" (identifier "FUN_0013bc60") (parameter_list "(byte *param_1)" (( "(") (parameter_declaration "byte *param_1" (type_identifier "byte") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")")))) (compound_statement "{\n byte bVar1;\n byte bVar2;\n byte *pbVar3;\n ulong uVar5;\n ulong uVar6;\n uint uVar7;\n undefined1 auStack_48 [32];\n byte *pbVar4;\n \n bVar1 = 0;\n bVar2 = param_1[2];\n uVar5 = (ulong)(bVar2 & 0x7f);\n pbVar4 = param_1 + 3;\n while ((char)bVar2 < '\0') {\n bVar2 = *pbVar4;\n bVar1 = bVar1 + 7;\n uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);\n pbVar4 = pbVar4 + 1;\n }\n pbVar3 = pbVar4 + 1;\n uVar6 = (ulong)(*pbVar4 & 0x7f);\n if ((char)*pbVar4 < '\0') {\n bVar2 = 0;\n pbVar4 = pbVar3;\n do {\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n } while ((char)bVar1 < '\0');\n }\n uVar7 = *param_1 & 0x3f;\n if (-1 < (char)*param_1) {\n FUN_0013bae0(auStack_48,param_1[1] & 0x7f);\n printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,auStack_48,uVar6 * 4);\n return pbVar3;\n }\n FUN_0013bae0(auStack_48,param_1[1] & 0x7f);\n printf("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,\n auStack_48,uVar6 * 4);\n return pbVar3;\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (declaration "byte bVar2;" (type_identifier "byte") (identifier "bVar2") (; ";")) (declaration "byte *pbVar3;" (type_identifier "byte") (pointer_declarator "*pbVar3" (* "*") (identifier "pbVar3")) (; ";")) (declaration "ulong uVar5;" (type_identifier "ulong") (identifier "uVar5") (; ";")) (declaration "ulong uVar6;" (type_identifier "ulong") (identifier "uVar6") (; ";")) (declaration "uint uVar7;" (type_identifier "uint") (identifier "uVar7") (; ";")) (declaration "undefined1 auStack_48 [32];" (type_identifier "undefined1") (array_declarator "auStack_48 [32]" (identifier "auStack_48") ([ "[") (number_literal "32") (] "]")) (; ";")) (declaration "byte *pbVar4;" (type_identifier "byte") (pointer_declarator "*pbVar4" (* "*") (identifier "pbVar4")) (; ";")) (expression_statement "bVar1 = 0;" (assignment_expression "bVar1 = 0" (identifier "bVar1") (= "=") (number_literal "0")) (; ";")) (expression_statement "bVar2 = param_1[2];" (assignment_expression "bVar2 = param_1[2]" (identifier "bVar2") (= "=") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "uVar5 = (ulong)(bVar2 & 0x7f);" (assignment_expression "uVar5 = (ulong)(bVar2 & 0x7f)" (identifier "uVar5") (= "=") (call_expression "(ulong)(bVar2 & 0x7f)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(bVar2 & 0x7f)" (( "(") (binary_expression "bVar2 & 0x7f" (identifier "bVar2") (& "&") (number_literal "0x7f")) () ")")))) (; ";")) (expression_statement "pbVar4 = param_1 + 3;" (assignment_expression "pbVar4 = param_1 + 3" (identifier "pbVar4") (= "=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) (; ";")) (while_statement "while ((char)bVar2 < '\0') {\n bVar2 = *pbVar4;\n bVar1 = bVar1 + 7;\n uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);\n pbVar4 = pbVar4 + 1;\n }" (while "while") (parenthesized_expression "((char)bVar2 < '\0')" (( "(") (binary_expression "(char)bVar2 < '\0'" (cast_expression "(char)bVar2" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "bVar2")) (< "<") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n bVar2 = *pbVar4;\n bVar1 = bVar1 + 7;\n uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);\n pbVar4 = pbVar4 + 1;\n }" ({ "{") (expression_statement "bVar2 = *pbVar4;" (assignment_expression "bVar2 = *pbVar4" (identifier "bVar2") (= "=") (pointer_expression "*pbVar4" (* "*") (identifier "pbVar4"))) (; ";")) (expression_statement "bVar1 = bVar1 + 7;" (assignment_expression "bVar1 = bVar1 + 7" (identifier "bVar1") (= "=") (binary_expression "bVar1 + 7" (identifier "bVar1") (+ "+") (number_literal "7"))) (; ";")) (expression_statement "uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);" (assignment_expression "uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f)" (identifier "uVar5") (= "=") (binary_expression "uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f)" (identifier "uVar5") (| "|") (binary_expression "(ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f)" (call_expression "(ulong)(bVar2 & 0x7f)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(bVar2 & 0x7f)" (( "(") (binary_expression "bVar2 & 0x7f" (identifier "bVar2") (& "&") (number_literal "0x7f")) () ")"))) (<< "<<") (parenthesized_expression "(bVar1 & 0x3f)" (( "(") (binary_expression "bVar1 & 0x3f" (identifier "bVar1") (& "&") (number_literal "0x3f")) () ")"))))) (; ";")) (expression_statement "pbVar4 = pbVar4 + 1;" (assignment_expression "pbVar4 = pbVar4 + 1" (identifier "pbVar4") (= "=") (binary_expression "pbVar4 + 1" (identifier "pbVar4") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "pbVar3 = pbVar4 + 1;" (assignment_expression "pbVar3 = pbVar4 + 1" (identifier "pbVar3") (= "=") (binary_expression "pbVar4 + 1" (identifier "pbVar4") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "uVar6 = (ulong)(*pbVar4 & 0x7f);" (assignment_expression "uVar6 = (ulong)(*pbVar4 & 0x7f)" (identifier "uVar6") (= "=") (call_expression "(ulong)(*pbVar4 & 0x7f)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(*pbVar4 & 0x7f)" (( "(") (binary_expression "*pbVar4 & 0x7f" (pointer_expression "*pbVar4" (* "*") (identifier "pbVar4")) (& "&") (number_literal "0x7f")) () ")")))) (; ";")) (if_statement "if ((char)*pbVar4 < '\0') {\n bVar2 = 0;\n pbVar4 = pbVar3;\n do {\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n } while ((char)bVar1 < '\0');\n }" (if "if") (parenthesized_expression "((char)*pbVar4 < '\0')" (( "(") (binary_expression "(char)*pbVar4 < '\0'" (cast_expression "(char)*pbVar4" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (pointer_expression "*pbVar4" (* "*") (identifier "pbVar4"))) (< "<") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n bVar2 = 0;\n pbVar4 = pbVar3;\n do {\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n } while ((char)bVar1 < '\0');\n }" ({ "{") (expression_statement "bVar2 = 0;" (assignment_expression "bVar2 = 0" (identifier "bVar2") (= "=") (number_literal "0")) (; ";")) (expression_statement "pbVar4 = pbVar3;" (assignment_expression "pbVar4 = pbVar3" (identifier "pbVar4") (= "=") (identifier "pbVar3")) (; ";")) (do_statement "do {\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n } while ((char)bVar1 < '\0');" (do "do") (compound_statement "{\n pbVar3 = pbVar4 + 1;\n bVar1 = *pbVar4;\n bVar2 = bVar2 + 7;\n uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);\n pbVar4 = pbVar3;\n }" ({ "{") (expression_statement "pbVar3 = pbVar4 + 1;" (assignment_expression "pbVar3 = pbVar4 + 1" (identifier "pbVar3") (= "=") (binary_expression "pbVar4 + 1" (identifier "pbVar4") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "bVar1 = *pbVar4;" (assignment_expression "bVar1 = *pbVar4" (identifier "bVar1") (= "=") (pointer_expression "*pbVar4" (* "*") (identifier "pbVar4"))) (; ";")) (expression_statement "bVar2 = bVar2 + 7;" (assignment_expression "bVar2 = bVar2 + 7" (identifier "bVar2") (= "=") (binary_expression "bVar2 + 7" (identifier "bVar2") (+ "+") (number_literal "7"))) (; ";")) (expression_statement "uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);" (assignment_expression "uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f)" (identifier "uVar6") (= "=") (binary_expression "uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f)" (identifier "uVar6") (| "|") (binary_expression "(ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f)" (call_expression "(ulong)(bVar1 & 0x7f)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(bVar1 & 0x7f)" (( "(") (binary_expression "bVar1 & 0x7f" (identifier "bVar1") (& "&") (number_literal "0x7f")) () ")"))) (<< "<<") (parenthesized_expression "(bVar2 & 0x3f)" (( "(") (binary_expression "bVar2 & 0x3f" (identifier "bVar2") (& "&") (number_literal "0x3f")) () ")"))))) (; ";")) (expression_statement "pbVar4 = pbVar3;" (assignment_expression "pbVar4 = pbVar3" (identifier "pbVar4") (= "=") (identifier "pbVar3")) (; ";")) (} "}")) (while "while") (parenthesized_expression "((char)bVar1 < '\0')" (( "(") (binary_expression "(char)bVar1 < '\0'" (cast_expression "(char)bVar1" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "bVar1")) (< "<") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (; ";")) (} "}"))) (expression_statement "uVar7 = *param_1 & 0x3f;" (assignment_expression "uVar7 = *param_1 & 0x3f" (identifier "uVar7") (= "=") (binary_expression "*param_1 & 0x3f" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (& "&") (number_literal "0x3f"))) (; ";")) (if_statement "if (-1 < (char)*param_1) {\n FUN_0013bae0(auStack_48,param_1[1] & 0x7f);\n printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,auStack_48,uVar6 * 4);\n return pbVar3;\n }" (if "if") (parenthesized_expression "(-1 < (char)*param_1)" (( "(") (binary_expression "-1 < (char)*param_1" (number_literal "-1") (< "<") (cast_expression "(char)*param_1" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) () ")")) (compound_statement "{\n FUN_0013bae0(auStack_48,param_1[1] & 0x7f);\n printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,auStack_48,uVar6 * 4);\n return pbVar3;\n }" ({ "{") (expression_statement "FUN_0013bae0(auStack_48,param_1[1] & 0x7f);" (call_expression "FUN_0013bae0(auStack_48,param_1[1] & 0x7f)" (identifier "FUN_0013bae0") (argument_list "(auStack_48,param_1[1] & 0x7f)" (( "(") (identifier "auStack_48") (, ",") (binary_expression "param_1[1] & 0x7f" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (& "&") (number_literal "0x7f")) () ")"))) (; ";")) (expression_statement "printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,auStack_48,uVar6 * 4);" (call_expression "printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,auStack_48,uVar6 * 4)" (identifier "printf") (argument_list "("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7\n ,uVar5,auStack_48,uVar6 * 4)" (( "(") (string_literal ""\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n"" (" """) (escape_sequence "\t") (string_content "%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)") (escape_sequence "\n") (" """)) (, ",") (pointer_expression "&DAT_0017c8a6" (& "&") (identifier "DAT_0017c8a6")) (, ",") (cast_expression "(ulong)uVar7" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar7")) (, ",") (identifier "uVar5") (, ",") (identifier "auStack_48") (, ",") (binary_expression "uVar6 * 4" (identifier "uVar6") (* "*") (number_literal "4")) () ")"))) (; ";")) (return_statement "return pbVar3;" (return "return") (identifier "pbVar3") (; ";")) (} "}"))) (expression_statement "FUN_0013bae0(auStack_48,param_1[1] & 0x7f);" (call_expression "FUN_0013bae0(auStack_48,param_1[1] & 0x7f)" (identifier "FUN_0013bae0") (argument_list "(auStack_48,param_1[1] & 0x7f)" (( "(") (identifier "auStack_48") (, ",") (binary_expression "param_1[1] & 0x7f" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (& "&") (number_literal "0x7f")) () ")"))) (; ";")) (expression_statement "printf("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,\n auStack_48,uVar6 * 4);" (call_expression "printf("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,\n auStack_48,uVar6 * 4)" (identifier "printf") (argument_list "("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,\n auStack_48,uVar6 * 4)" (( "(") (string_literal ""\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n"" (" """) (escape_sequence "\t") (string_content "%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)") (escape_sequence "\n") (" """)) (, ",") (pointer_expression "&DAT_0017c8a6" (& "&") (identifier "DAT_0017c8a6")) (, ",") (cast_expression "(ulong)uVar7" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar7")) (, ",") (identifier "uVar5") (, ",") (identifier "auStack_48") (, ",") (binary_expression "uVar6 * 4" (identifier "uVar6") (* "*") (number_literal "4")) () ")"))) (; ";")) (return_statement "return pbVar3;" (return "return") (identifier "pbVar3") (; ";")) (} "}")))
|
type_1 * function_1(type_1 *var_2,type_2 code,void *arg)
{
type_3 var_3;
type_3 var_1;
type_3 *pbVar3;
type_4 var_4;
type_4 var_6;
type_2 uVar7;
char regname [20];
type_3 *var_5;
var_3 = 0;
var_1 = var_2[2];
var_4 = (type_4)(var_1 & 0x7f);
var_5 = var_2 + 3;
while ((char)var_1 < '\0') {
var_1 = *var_5;
var_3 = var_3 + 7;
var_4 = var_4 | (type_4)(var_1 & 0x7f) << (var_3 & 0x3f);
var_5 = var_5 + 1;
}
pbVar3 = var_5 + 1;
var_6 = (type_4)(*var_5 & 0x7f);
if ((char)*var_5 < '\0') {
var_1 = 0;
var_5 = pbVar3;
do {
pbVar3 = var_5 + 1;
var_3 = *var_5;
var_1 = var_1 + 7;
var_6 = var_6 | (type_4)(var_3 & 0x7f) << (var_1 & 0x3f);
var_5 = pbVar3;
} while ((char)var_3 < '\0');
}
uVar7 = *var_2 & 0x3f;
if (-1 < (char)*var_2) {
var_7(regname,var_2[1] & 0x7f);
var_8("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(type_4)uVar7
,var_4,regname,var_6 * 4);
return pbVar3;
}
var_7(regname,var_2[1] & 0x7f);
var_8("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(type_4)uVar7,var_4,
regname,var_6 * 4);
return pbVar3;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (while_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (char_literal (escape_sequence)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (pointer_expression argument: (identifier))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (char_literal (escape_sequence))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (pointer_expression argument: (identifier))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (escape_sequence) (string_content) (escape_sequence)) (pointer_expression argument: (identifier)) (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) (identifier) (identifier) (binary_expression left: (identifier) right: (number_literal))))) (return_statement (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (escape_sequence) (string_content) (escape_sequence)) (pointer_expression argument: (identifier)) (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) (identifier) (identifier) (binary_expression left: (identifier) right: (number_literal))))) (return_statement (identifier)))))
| null |
byte * MASKED(byte *param_1)
{
byte bVar1;
byte bVar2;
byte *pbVar3;
ulong uVar5;
ulong uVar6;
uint uVar7;
undefined1 auStack_48 [32];
byte *pbVar4;
bVar1 = 0;
bVar2 = param_1[2];
uVar5 = (ulong)(bVar2 & 0x7f);
pbVar4 = param_1 + 3;
while ((char)bVar2 < '\0') {
bVar2 = *pbVar4;
bVar1 = bVar1 + 7;
uVar5 = uVar5 | (ulong)(bVar2 & 0x7f) << (bVar1 & 0x3f);
pbVar4 = pbVar4 + 1;
}
pbVar3 = pbVar4 + 1;
uVar6 = (ulong)(*pbVar4 & 0x7f);
if ((char)*pbVar4 < '\0') {
bVar2 = 0;
pbVar4 = pbVar3;
do {
pbVar3 = pbVar4 + 1;
bVar1 = *pbVar4;
bVar2 = bVar2 + 7;
uVar6 = uVar6 | (ulong)(bVar1 & 0x7f) << (bVar2 & 0x3f);
pbVar4 = pbVar3;
} while ((char)bVar1 < '\0');
}
uVar7 = *param_1 & 0x3f;
if (-1 < (char)*param_1) {
FUN_0013bae0(auStack_48,param_1[1] & 0x7f);
printf("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7
,uVar5,auStack_48,uVar6 * 4);
return pbVar3;
}
FUN_0013bae0(auStack_48,param_1[1] & 0x7f);
printf("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n",&DAT_0017c8a6,(ulong)uVar7,uVar5,
auStack_48,uVar6 * 4);
return pbVar3;
}
|
330_wget_and_wget_strip.c
|
yypop_buffer_state
|
FUN_00118eb0
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void yypop_buffer_state(void)
{
YY_BUFFER_STATE *ppyVar1;
YY_BUFFER_STATE pyVar2;
YY_BUFFER_STATE *ppyVar3;
size_t sVar4;
sVar4 = yy_buffer_stack_top;
ppyVar3 = yy_buffer_stack;
if (yy_buffer_stack != (YY_BUFFER_STATE *)0x0) {
ppyVar1 = yy_buffer_stack + yy_buffer_stack_top;
pyVar2 = *ppyVar1;
if (pyVar2 != (YY_BUFFER_STATE)0x0) {
yy_delete_buffer(pyVar2);
*ppyVar1 = (YY_BUFFER_STATE)0x0;
if (sVar4 != 0) {
yy_buffer_stack_top = sVar4 - 1;
pyVar2 = ppyVar3[yy_buffer_stack_top];
if (pyVar2 != (YY_BUFFER_STATE)0x0) {
yy_n_chars = pyVar2->yy_n_chars;
yy_c_buf_p = pyVar2->yy_buf_pos;
yyin = pyVar2->yy_input_file;
yy_hold_char = *yy_c_buf_p;
yytext = yy_c_buf_p;
}
}
}
}
return;
}
|
void FUN_00118eb0(void)
{
long *plVar1;
undefined8 *puVar2;
long lVar3;
long lVar4;
lVar4 = DAT_00172788;
lVar3 = DAT_00172778;
if (DAT_00172778 != 0) {
plVar1 = (long *)(DAT_00172778 + DAT_00172788 * 8);
if (*plVar1 != 0) {
FUN_001180d0();
*plVar1 = 0;
if (lVar4 != 0) {
DAT_00172788 = lVar4 + -1;
puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);
if (puVar2 != (undefined8 *)0x0) {
DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);
DAT_00172768 = (undefined1 *)puVar2[2];
DAT_00172748 = *puVar2;
DAT_00172774 = *DAT_00172768;
DAT_00179280 = DAT_00172768;
}
}
}
}
return;
}
|
PUSH R12
PUSH RBP
MOV RBP,qword ptr [0x00172778]
PUSH RBX
TEST RBP,RBP
JZ 0x00118f2a
MOV RBX,qword ptr [0x00172788]
LEA R12,[RBP + RBX*0x8]
MOV RDI,qword ptr [R12]
TEST RDI,RDI
JZ 0x00118f2a
CALL 0x001180d0
MOV qword ptr [R12],0x0
TEST RBX,RBX
JZ 0x00118f2a
SUB RBX,0x1
MOV RAX,qword ptr [RBP + RBX*0x8]
MOV qword ptr [0x00172788],RBX
TEST RAX,RAX
JZ 0x00118f2a
MOV EDX,dword ptr [RAX + 0x1c]
MOV dword ptr [0x00172770],EDX
MOV RDX,qword ptr [RAX + 0x10]
MOV RAX,qword ptr [RAX]
MOV qword ptr [0x00179280],RDX
MOV qword ptr [0x00172748],RAX
MOVZX EAX,byte ptr [RDX]
MOV qword ptr [0x00172768],RDX
MOV byte ptr [0x00172774],AL
POP RBX
POP RBP
POP R12
RET
| null | null | null | null |
[('tmp_670', u'MULTIEQUAL_-1207005159'), (u'INT_NOTEQUAL_-1207005446', u'CBRANCH_-1207005445'), (u'LOAD_-1207005397', u'PTRSUB_-1207005162'), (u'INDIRECT_-1207005227', u'MULTIEQUAL_-1207005147'), ('const-433', u'LOAD_-1207005466'), (u'STORE_-1207005435', u'INDIRECT_-1207005243'), ('const-0', u'INT_NOTEQUAL_-1207005446'), (u'STORE_-1207005435', u'INDIRECT_-1207005231'), ('const-433', u'LOAD_-1207005366'), ('const-8', u'PTRADD_-1207005228'), (u'PTRSUB_-1207005157', u'LOAD_-1207005346'), (u'INDIRECT_-1207005251', u'MULTIEQUAL_-1207005171'), (u'LOAD_-1207005466', u'INT_NOTEQUAL_-1207005446'), (u'STORE_-1207005435', u'INDIRECT_-1207005247'), (u'CALL_-1207005438', u'INDIRECT_-1207005258'), (u'INDIRECT_-1207005231', u'MULTIEQUAL_-1207005151'), ('tmp_673', u'MULTIEQUAL_-1207005171'), (u'INDIRECT_-1207005243', u'MULTIEQUAL_-1207005163'), ('tmp_666', u'MULTIEQUAL_-1207005155'), (u'INT_NOTEQUAL_-1207005483', u'CBRANCH_-1207005482'), ('tmp_130', u'CBRANCH_-1207005412'), (u'INT_SUB_-1207005392', u'MULTIEQUAL_-1207005151'), ('tmp_195', u'CBRANCH_-1207005367'), ('const-8', u'PTRADD_-1207005191'), (u'LOAD_-1207005352', u'LOAD_-1207005325'), (u'LOAD_-1207005397', u'PTRSUB_-1207005172'), ('tmp_91', u'CBRANCH_-1207005445'), ('tmp_666', u'COPY_-1207005310'), ('tmp_671', u'MULTIEQUAL_-1207005163'), (u'MULTIEQUAL_-1207005171', u'COPY_-1207005228'), (u'PTRADD_-1207005191', u'LOAD_-1207005397'), ('const-0', u'PTRSUB_-1207005157'), ('const-433', u'LOAD_-1207005352'), ('const-433', u'LOAD_-1207005325'), ('tmp_668', u'MULTIEQUAL_-1207005147'), (u'MULTIEQUAL_-1207005163', u'COPY_-1207005220'), (u'STORE_-1207005435', u'INDIRECT_-1207005239'), ('tmp_666', u'INT_NOTEQUAL_-1207005483'), ('const-0', u'INT_NOTEQUAL_-1207005413'), (u'PTRSUB_-1207005162', u'LOAD_-1207005352'), (u'LOAD_-1207005325', u'MULTIEQUAL_-1207005159'), (u'LOAD_-1207005397', u'INT_NOTEQUAL_-1207005368'), (u'COPY_-1207005310', u'PTRADD_-1207005191'), (u'LOAD_-1207005397', u'PTRSUB_-1207005157'), (u'STORE_-1207005435', u'INDIRECT_-1207005235'), (u'CALL_-1207005438', u'INDIRECT_-1207005234'), (u'CALL_-1207005438', u'INDIRECT_-1207005246'), ('const-0', u'INT_NOTEQUAL_-1207005483'), (u'COPY_-1207005309', u'INT_SUB_-1207005392'), (u'LOAD_-1207005352', u'COPY_-1207005192'), (u'CALL_-1207005438', u'INDIRECT_-1207005254'), (u'INDIRECT_-1207005247', u'MULTIEQUAL_-1207005167'), ('tmp_672', u'MULTIEQUAL_-1207005167'), ('const-0', u'RETURN_-1207005278'), (u'CALL_-1207005438', u'INDIRECT_-1207005250'), (u'LOAD_-1207005346', u'MULTIEQUAL_-1207005171'), (u'INDIRECT_-1207005239', u'MULTIEQUAL_-1207005159'), ('tmp_669', u'MULTIEQUAL_-1207005151'), ('const-433', u'STORE_-1207005435'), ('tmp_669', u'COPY_-1207005309'), (u'LOAD_-1207005366', u'MULTIEQUAL_-1207005163'), (u'INT_NOTEQUAL_-1207005368', u'CBRANCH_-1207005367'), (u'COPY_-1207005192', u'MULTIEQUAL_-1207005147'), (u'MULTIEQUAL_-1207005147', u'COPY_-1207005204'), (u'INT_NOTEQUAL_-1207005413', u'CBRANCH_-1207005412'), (u'PTRADD_-1207005228', u'STORE_-1207005435'), ('tmp_669', u'PTRADD_-1207005228'), (u'PTRADD_-1207005228', u'LOAD_-1207005466'), (u'STORE_-1207005435', u'INDIRECT_-1207005227'), ('const-0', u'INT_NOTEQUAL_-1207005368'), ('tmp_666', u'PTRADD_-1207005228'), (u'INT_SUB_-1207005392', u'PTRADD_-1207005191'), (u'MULTIEQUAL_-1207005151', u'COPY_-1207005208'), (u'CALL_-1207005438', u'INDIRECT_-1207005242'), (u'CALL_-1207005438', u'INDIRECT_-1207005238'), ('const-0', u'STORE_-1207005435'), ('const-16', u'PTRSUB_-1207005162'), (u'MULTIEQUAL_-1207005159', u'COPY_-1207005216'), ('tmp_50', u'CBRANCH_-1207005482'), ('const-1', u'INT_SUB_-1207005392'), ('const-433', u'LOAD_-1207005397'), (u'PTRSUB_-1207005172', u'LOAD_-1207005366'), ('const-28', u'PTRSUB_-1207005172'), (u'STORE_-1207005435', u'INDIRECT_-1207005251'), (u'LOAD_-1207005466', u'CALL_-1207005438'), (u'MULTIEQUAL_-1207005167', u'COPY_-1207005224'), (u'LOAD_-1207005352', u'MULTIEQUAL_-1207005167'), (u'MULTIEQUAL_-1207005155', u'COPY_-1207005212'), (u'COPY_-1207005309', u'INT_NOTEQUAL_-1207005413'), ('const-433', u'LOAD_-1207005346'), (u'INDIRECT_-1207005235', u'MULTIEQUAL_-1207005155')]
|
[(u'CAST_-1207005170', u'INT_ADD_-1207005350'), (u'INDIRECT_-1207005227', u'MULTIEQUAL_-1207005147'), (u'INT_ADD_-1207005393', u'INT_MULT_-1207005369'), ('const-0', u'INT_NOTEQUAL_-1207005446'), (u'STORE_-1207005435', u'INDIRECT_-1207005231'), (u'CAST_-1207005159', u'LOAD_-1207005325'), (u'INDIRECT_-1207005251', u'MULTIEQUAL_-1207005171'), ('const-433', u'LOAD_-1207005366'), (u'STORE_-1207005435', u'INDIRECT_-1207005247'), ('tmp_675', u'INT_MULT_-1207005444'), (u'INDIRECT_-1207005231', u'MULTIEQUAL_-1207005151'), (u'INDIRECT_-1207005243', u'MULTIEQUAL_-1207005163'), ('tmp_130', u'CBRANCH_-1207005412'), ('const--1', u'INT_ADD_-1207005393'), (u'CAST_-1207005169', u'LOAD_-1207005366'), ('tmp_678', u'MULTIEQUAL_-1207005167'), (u'COPY_-1207005196', u'MULTIEQUAL_-1207005147'), (u'MULTIEQUAL_-1207005171', u'COPY_-1207005228'), ('const-433', u'LOAD_-1207005397'), ('const-8', u'INT_MULT_-1207005444'), (u'INT_MULT_-1207005369', u'INT_ADD_-1207005381'), ('tmp_676', u'MULTIEQUAL_-1207005159'), ('tmp_674', u'MULTIEQUAL_-1207005147'), ('const-433', u'STORE_-1207005435'), ('const-433', u'LOAD_-1207005346'), (u'LOAD_-1207005325', u'MULTIEQUAL_-1207005159'), (u'LOAD_-1207005397', u'INT_NOTEQUAL_-1207005368'), (u'STORE_-1207005435', u'INDIRECT_-1207005235'), (u'CALL_-1207005438', u'INDIRECT_-1207005234'), ('tmp_672', u'MULTIEQUAL_-1207005155'), ('const-433', u'LOAD_-1207005466'), (u'PTRADD_-1207005166', u'LOAD_-1207005352'), (u'LOAD_-1207005346', u'MULTIEQUAL_-1207005171'), ('const-8', u'PTRADD_-1207005166'), (u'CALL_-1207005438', u'INDIRECT_-1207005250'), (u'COPY_-1207005314', u'INT_ADD_-1207005381'), ('tmp_675', u'MULTIEQUAL_-1207005151'), (u'MULTIEQUAL_-1207005147', u'COPY_-1207005204'), ('const-0', u'STORE_-1207005435'), (u'STORE_-1207005435', u'INDIRECT_-1207005227'), ('const-0', u'INT_NOTEQUAL_-1207005368'), (u'INT_ADD_-1207005350', u'CAST_-1207005169'), (u'CALL_-1207005438', u'INDIRECT_-1207005242'), (u'MULTIEQUAL_-1207005159', u'COPY_-1207005216'), (u'CAST_-1207005159', u'COPY_-1207005196'), ('tmp_679', u'MULTIEQUAL_-1207005171'), ('tmp_50', u'CBRANCH_-1207005482'), (u'INT_ADD_-1207005381', u'CAST_-1207005188'), ('tmp_677', u'MULTIEQUAL_-1207005163'), (u'INDIRECT_-1207005235', u'MULTIEQUAL_-1207005155'), (u'INT_NOTEQUAL_-1207005446', u'CBRANCH_-1207005445'), (u'CAST_-1207005159', u'MULTIEQUAL_-1207005167'), (u'STORE_-1207005435', u'INDIRECT_-1207005243'), (u'CAST_-1207005225', u'LOAD_-1207005466'), (u'LOAD_-1207005466', u'INT_NOTEQUAL_-1207005446'), (u'CALL_-1207005438', u'INDIRECT_-1207005258'), (u'INT_ADD_-1207005456', u'CAST_-1207005225'), ('const-2', u'PTRADD_-1207005166'), ('tmp_672', u'COPY_-1207005314'), (u'INT_NOTEQUAL_-1207005483', u'CBRANCH_-1207005482'), (u'LOAD_-1207005397', u'CAST_-1207005170'), ('tmp_195', u'CBRANCH_-1207005367'), ('tmp_91', u'CBRANCH_-1207005445'), (u'COPY_-1207005313', u'INT_NOTEQUAL_-1207005413'), ('const-28', u'INT_ADD_-1207005350'), (u'COPY_-1207005313', u'INT_ADD_-1207005393'), (u'CAST_-1207005188', u'LOAD_-1207005397'), ('tmp_675', u'COPY_-1207005313'), ('const-8', u'INT_MULT_-1207005369'), (u'MULTIEQUAL_-1207005163', u'COPY_-1207005220'), (u'STORE_-1207005435', u'INDIRECT_-1207005239'), ('const-433', u'LOAD_-1207005352'), ('const-0', u'INT_NOTEQUAL_-1207005413'), (u'INT_ADD_-1207005393', u'MULTIEQUAL_-1207005151'), (u'LOAD_-1207005397', u'PTRADD_-1207005166'), ('const-433', u'LOAD_-1207005325'), (u'CALL_-1207005438', u'INDIRECT_-1207005246'), (u'INT_MULT_-1207005444', u'INT_ADD_-1207005456'), ('const-0', u'INT_NOTEQUAL_-1207005483'), (u'CALL_-1207005438', u'INDIRECT_-1207005254'), (u'INDIRECT_-1207005247', u'MULTIEQUAL_-1207005167'), ('const-0', u'RETURN_-1207005278'), (u'INDIRECT_-1207005239', u'MULTIEQUAL_-1207005159'), ('tmp_672', u'INT_ADD_-1207005456'), (u'LOAD_-1207005366', u'MULTIEQUAL_-1207005163'), (u'INT_NOTEQUAL_-1207005368', u'CBRANCH_-1207005367'), (u'INT_NOTEQUAL_-1207005413', u'CBRANCH_-1207005412'), (u'MULTIEQUAL_-1207005151', u'COPY_-1207005208'), (u'CALL_-1207005438', u'INDIRECT_-1207005238'), (u'CAST_-1207005225', u'STORE_-1207005435'), (u'LOAD_-1207005352', u'CAST_-1207005159'), (u'LOAD_-1207005397', u'LOAD_-1207005346'), (u'STORE_-1207005435', u'INDIRECT_-1207005251'), (u'MULTIEQUAL_-1207005167', u'COPY_-1207005224'), (u'MULTIEQUAL_-1207005155', u'COPY_-1207005212'), ('tmp_672', u'INT_NOTEQUAL_-1207005483')]
| null | null |
00118eb0
|
x64
|
O2
|
(translation_unit "void FUN_00118eb0(void)\n\n{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n \n lVar4 = DAT_00172788;\n lVar3 = DAT_00172778;\n if (DAT_00172778 != 0) {\n plVar1 = (long *)(DAT_00172778 + DAT_00172788 * 8);\n if (*plVar1 != 0) {\n FUN_001180d0();\n *plVar1 = 0;\n if (lVar4 != 0) {\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }\n }\n }\n return;\n}\n\n" (function_definition "void FUN_00118eb0(void)\n\n{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n \n lVar4 = DAT_00172788;\n lVar3 = DAT_00172778;\n if (DAT_00172778 != 0) {\n plVar1 = (long *)(DAT_00172778 + DAT_00172788 * 8);\n if (*plVar1 != 0) {\n FUN_001180d0();\n *plVar1 = 0;\n if (lVar4 != 0) {\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_00118eb0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n \n lVar4 = DAT_00172788;\n lVar3 = DAT_00172778;\n if (DAT_00172778 != 0) {\n plVar1 = (long *)(DAT_00172778 + DAT_00172788 * 8);\n if (*plVar1 != 0) {\n FUN_001180d0();\n *plVar1 = 0;\n if (lVar4 != 0) {\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }\n }\n }\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar4 = DAT_00172788;" (assignment_expression "lVar4 = DAT_00172788" identifier = identifier) ;) (expression_statement "lVar3 = DAT_00172778;" (assignment_expression "lVar3 = DAT_00172778" identifier = identifier) ;) (if_statement "if (DAT_00172778 != 0) {\n plVar1 = (long *)(DAT_00172778 + DAT_00172788 * 8);\n if (*plVar1 != 0) {\n FUN_001180d0();\n *plVar1 = 0;\n if (lVar4 != 0) {\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }\n }\n }" if (parenthesized_expression "(DAT_00172778 != 0)" ( (binary_expression "DAT_00172778 != 0" identifier != number_literal) )) (compound_statement "{\n plVar1 = (long *)(DAT_00172778 + DAT_00172788 * 8);\n if (*plVar1 != 0) {\n FUN_001180d0();\n *plVar1 = 0;\n if (lVar4 != 0) {\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }\n }\n }" { (expression_statement "plVar1 = (long *)(DAT_00172778 + DAT_00172788 * 8);" (assignment_expression "plVar1 = (long *)(DAT_00172778 + DAT_00172788 * 8)" identifier = (cast_expression "(long *)(DAT_00172778 + DAT_00172788 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00172778 + DAT_00172788 * 8)" ( (binary_expression "DAT_00172778 + DAT_00172788 * 8" identifier + (binary_expression "DAT_00172788 * 8" identifier * number_literal)) )))) ;) (if_statement "if (*plVar1 != 0) {\n FUN_001180d0();\n *plVar1 = 0;\n if (lVar4 != 0) {\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }\n }" if (parenthesized_expression "(*plVar1 != 0)" ( (binary_expression "*plVar1 != 0" (pointer_expression "*plVar1" * identifier) != number_literal) )) (compound_statement "{\n FUN_001180d0();\n *plVar1 = 0;\n if (lVar4 != 0) {\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }\n }" { (expression_statement "FUN_001180d0();" (call_expression "FUN_001180d0()" identifier (argument_list "()" ( ))) ;) (expression_statement "*plVar1 = 0;" (assignment_expression "*plVar1 = 0" (pointer_expression "*plVar1" * identifier) = number_literal) ;) (if_statement "if (lVar4 != 0) {\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }" if (parenthesized_expression "(lVar4 != 0)" ( (binary_expression "lVar4 != 0" identifier != number_literal) )) (compound_statement "{\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }" { (expression_statement "DAT_00172788 = lVar4 + -1;" (assignment_expression "DAT_00172788 = lVar4 + -1" identifier = (binary_expression "lVar4 + -1" identifier + number_literal)) ;) (expression_statement "puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);" (assignment_expression "puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8)" identifier = (pointer_expression "*(undefined8 **)(lVar3 + DAT_00172788 * 8)" * (cast_expression "(undefined8 **)(lVar3 + DAT_00172788 * 8)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar3 + DAT_00172788 * 8)" ( (binary_expression "lVar3 + DAT_00172788 * 8" identifier + (binary_expression "DAT_00172788 * 8" identifier * number_literal)) ))))) ;) (if_statement "if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }" if (parenthesized_expression "(puVar2 != (undefined8 *)0x0)" ( (binary_expression "puVar2 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }" { (expression_statement "DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);" (assignment_expression "DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c)" identifier = (pointer_expression "*(undefined4 *)((long)puVar2 + 0x1c)" * (cast_expression "(undefined4 *)((long)puVar2 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar2 + 0x1c)" ( (binary_expression "(long)puVar2 + 0x1c" (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "DAT_00172768 = (undefined1 *)puVar2[2];" (assignment_expression "DAT_00172768 = (undefined1 *)puVar2[2]" identifier = (cast_expression "(undefined1 *)puVar2[2]" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar2[2]" identifier [ number_literal ]))) ;) (expression_statement "DAT_00172748 = *puVar2;" (assignment_expression "DAT_00172748 = *puVar2" identifier = (pointer_expression "*puVar2" * identifier)) ;) (expression_statement "DAT_00172774 = *DAT_00172768;" (assignment_expression "DAT_00172774 = *DAT_00172768" identifier = (pointer_expression "*DAT_00172768" * identifier)) ;) (expression_statement "DAT_00179280 = DAT_00172768;" (assignment_expression "DAT_00179280 = DAT_00172768" identifier = identifier) ;) })) })) })) })) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid yypop_buffer_state(void)\n\n{\n YY_BUFFER_STATE *ppyVar1;\n YY_BUFFER_STATE pyVar2;\n YY_BUFFER_STATE *ppyVar3;\n size_t sVar4;\n \n sVar4 = yy_buffer_stack_top;\n ppyVar3 = yy_buffer_stack;\n if (yy_buffer_stack != (YY_BUFFER_STATE *)0x0) {\n ppyVar1 = yy_buffer_stack + yy_buffer_stack_top;\n pyVar2 = *ppyVar1;\n if (pyVar2 != (YY_BUFFER_STATE)0x0) {\n yy_delete_buffer(pyVar2);\n *ppyVar1 = (YY_BUFFER_STATE)0x0;\n if (sVar4 != 0) {\n yy_buffer_stack_top = sVar4 - 1;\n pyVar2 = ppyVar3[yy_buffer_stack_top];\n if (pyVar2 != (YY_BUFFER_STATE)0x0) {\n yy_n_chars = pyVar2->yy_n_chars;\n yy_c_buf_p = pyVar2->yy_buf_pos;\n yyin = pyVar2->yy_input_file;\n yy_hold_char = *yy_c_buf_p;\n yytext = yy_c_buf_p;\n }\n }\n }\n }\n return;\n}\n\n" comment (function_definition "void yypop_buffer_state(void)\n\n{\n YY_BUFFER_STATE *ppyVar1;\n YY_BUFFER_STATE pyVar2;\n YY_BUFFER_STATE *ppyVar3;\n size_t sVar4;\n \n sVar4 = yy_buffer_stack_top;\n ppyVar3 = yy_buffer_stack;\n if (yy_buffer_stack != (YY_BUFFER_STATE *)0x0) {\n ppyVar1 = yy_buffer_stack + yy_buffer_stack_top;\n pyVar2 = *ppyVar1;\n if (pyVar2 != (YY_BUFFER_STATE)0x0) {\n yy_delete_buffer(pyVar2);\n *ppyVar1 = (YY_BUFFER_STATE)0x0;\n if (sVar4 != 0) {\n yy_buffer_stack_top = sVar4 - 1;\n pyVar2 = ppyVar3[yy_buffer_stack_top];\n if (pyVar2 != (YY_BUFFER_STATE)0x0) {\n yy_n_chars = pyVar2->yy_n_chars;\n yy_c_buf_p = pyVar2->yy_buf_pos;\n yyin = pyVar2->yy_input_file;\n yy_hold_char = *yy_c_buf_p;\n yytext = yy_c_buf_p;\n }\n }\n }\n }\n return;\n}" primitive_type (function_declarator "yypop_buffer_state(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n YY_BUFFER_STATE *ppyVar1;\n YY_BUFFER_STATE pyVar2;\n YY_BUFFER_STATE *ppyVar3;\n size_t sVar4;\n \n sVar4 = yy_buffer_stack_top;\n ppyVar3 = yy_buffer_stack;\n if (yy_buffer_stack != (YY_BUFFER_STATE *)0x0) {\n ppyVar1 = yy_buffer_stack + yy_buffer_stack_top;\n pyVar2 = *ppyVar1;\n if (pyVar2 != (YY_BUFFER_STATE)0x0) {\n yy_delete_buffer(pyVar2);\n *ppyVar1 = (YY_BUFFER_STATE)0x0;\n if (sVar4 != 0) {\n yy_buffer_stack_top = sVar4 - 1;\n pyVar2 = ppyVar3[yy_buffer_stack_top];\n if (pyVar2 != (YY_BUFFER_STATE)0x0) {\n yy_n_chars = pyVar2->yy_n_chars;\n yy_c_buf_p = pyVar2->yy_buf_pos;\n yyin = pyVar2->yy_input_file;\n yy_hold_char = *yy_c_buf_p;\n yytext = yy_c_buf_p;\n }\n }\n }\n }\n return;\n}" { (declaration "YY_BUFFER_STATE *ppyVar1;" type_identifier (pointer_declarator "*ppyVar1" * identifier) ;) (declaration "YY_BUFFER_STATE pyVar2;" type_identifier identifier ;) (declaration "YY_BUFFER_STATE *ppyVar3;" type_identifier (pointer_declarator "*ppyVar3" * identifier) ;) (declaration "size_t sVar4;" primitive_type identifier ;) (expression_statement "sVar4 = yy_buffer_stack_top;" (assignment_expression "sVar4 = yy_buffer_stack_top" identifier = identifier) ;) (expression_statement "ppyVar3 = yy_buffer_stack;" (assignment_expression "ppyVar3 = yy_buffer_stack" identifier = identifier) ;) (if_statement "if (yy_buffer_stack != (YY_BUFFER_STATE *)0x0) {\n ppyVar1 = yy_buffer_stack + yy_buffer_stack_top;\n pyVar2 = *ppyVar1;\n if (pyVar2 != (YY_BUFFER_STATE)0x0) {\n yy_delete_buffer(pyVar2);\n *ppyVar1 = (YY_BUFFER_STATE)0x0;\n if (sVar4 != 0) {\n yy_buffer_stack_top = sVar4 - 1;\n pyVar2 = ppyVar3[yy_buffer_stack_top];\n if (pyVar2 != (YY_BUFFER_STATE)0x0) {\n yy_n_chars = pyVar2->yy_n_chars;\n yy_c_buf_p = pyVar2->yy_buf_pos;\n yyin = pyVar2->yy_input_file;\n yy_hold_char = *yy_c_buf_p;\n yytext = yy_c_buf_p;\n }\n }\n }\n }" if (parenthesized_expression "(yy_buffer_stack != (YY_BUFFER_STATE *)0x0)" ( (binary_expression "yy_buffer_stack != (YY_BUFFER_STATE *)0x0" identifier != (cast_expression "(YY_BUFFER_STATE *)0x0" ( (type_descriptor "YY_BUFFER_STATE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n ppyVar1 = yy_buffer_stack + yy_buffer_stack_top;\n pyVar2 = *ppyVar1;\n if (pyVar2 != (YY_BUFFER_STATE)0x0) {\n yy_delete_buffer(pyVar2);\n *ppyVar1 = (YY_BUFFER_STATE)0x0;\n if (sVar4 != 0) {\n yy_buffer_stack_top = sVar4 - 1;\n pyVar2 = ppyVar3[yy_buffer_stack_top];\n if (pyVar2 != (YY_BUFFER_STATE)0x0) {\n yy_n_chars = pyVar2->yy_n_chars;\n yy_c_buf_p = pyVar2->yy_buf_pos;\n yyin = pyVar2->yy_input_file;\n yy_hold_char = *yy_c_buf_p;\n yytext = yy_c_buf_p;\n }\n }\n }\n }" { (expression_statement "ppyVar1 = yy_buffer_stack + yy_buffer_stack_top;" (assignment_expression "ppyVar1 = yy_buffer_stack + yy_buffer_stack_top" identifier = (binary_expression "yy_buffer_stack + yy_buffer_stack_top" identifier + identifier)) ;) (expression_statement "pyVar2 = *ppyVar1;" (assignment_expression "pyVar2 = *ppyVar1" identifier = (pointer_expression "*ppyVar1" * identifier)) ;) (if_statement "if (pyVar2 != (YY_BUFFER_STATE)0x0) {\n yy_delete_buffer(pyVar2);\n *ppyVar1 = (YY_BUFFER_STATE)0x0;\n if (sVar4 != 0) {\n yy_buffer_stack_top = sVar4 - 1;\n pyVar2 = ppyVar3[yy_buffer_stack_top];\n if (pyVar2 != (YY_BUFFER_STATE)0x0) {\n yy_n_chars = pyVar2->yy_n_chars;\n yy_c_buf_p = pyVar2->yy_buf_pos;\n yyin = pyVar2->yy_input_file;\n yy_hold_char = *yy_c_buf_p;\n yytext = yy_c_buf_p;\n }\n }\n }" if (parenthesized_expression "(pyVar2 != (YY_BUFFER_STATE)0x0)" ( (binary_expression "pyVar2 != (YY_BUFFER_STATE)0x0" identifier != (cast_expression "(YY_BUFFER_STATE)0x0" ( (type_descriptor "YY_BUFFER_STATE" type_identifier) ) number_literal)) )) (compound_statement "{\n yy_delete_buffer(pyVar2);\n *ppyVar1 = (YY_BUFFER_STATE)0x0;\n if (sVar4 != 0) {\n yy_buffer_stack_top = sVar4 - 1;\n pyVar2 = ppyVar3[yy_buffer_stack_top];\n if (pyVar2 != (YY_BUFFER_STATE)0x0) {\n yy_n_chars = pyVar2->yy_n_chars;\n yy_c_buf_p = pyVar2->yy_buf_pos;\n yyin = pyVar2->yy_input_file;\n yy_hold_char = *yy_c_buf_p;\n yytext = yy_c_buf_p;\n }\n }\n }" { (expression_statement "yy_delete_buffer(pyVar2);" (call_expression "yy_delete_buffer(pyVar2)" identifier (argument_list "(pyVar2)" ( identifier ))) ;) (expression_statement "*ppyVar1 = (YY_BUFFER_STATE)0x0;" (assignment_expression "*ppyVar1 = (YY_BUFFER_STATE)0x0" (pointer_expression "*ppyVar1" * identifier) = (cast_expression "(YY_BUFFER_STATE)0x0" ( (type_descriptor "YY_BUFFER_STATE" type_identifier) ) number_literal)) ;) (if_statement "if (sVar4 != 0) {\n yy_buffer_stack_top = sVar4 - 1;\n pyVar2 = ppyVar3[yy_buffer_stack_top];\n if (pyVar2 != (YY_BUFFER_STATE)0x0) {\n yy_n_chars = pyVar2->yy_n_chars;\n yy_c_buf_p = pyVar2->yy_buf_pos;\n yyin = pyVar2->yy_input_file;\n yy_hold_char = *yy_c_buf_p;\n yytext = yy_c_buf_p;\n }\n }" if (parenthesized_expression "(sVar4 != 0)" ( (binary_expression "sVar4 != 0" identifier != number_literal) )) (compound_statement "{\n yy_buffer_stack_top = sVar4 - 1;\n pyVar2 = ppyVar3[yy_buffer_stack_top];\n if (pyVar2 != (YY_BUFFER_STATE)0x0) {\n yy_n_chars = pyVar2->yy_n_chars;\n yy_c_buf_p = pyVar2->yy_buf_pos;\n yyin = pyVar2->yy_input_file;\n yy_hold_char = *yy_c_buf_p;\n yytext = yy_c_buf_p;\n }\n }" { (expression_statement "yy_buffer_stack_top = sVar4 - 1;" (assignment_expression "yy_buffer_stack_top = sVar4 - 1" identifier = (binary_expression "sVar4 - 1" identifier - number_literal)) ;) (expression_statement "pyVar2 = ppyVar3[yy_buffer_stack_top];" (assignment_expression "pyVar2 = ppyVar3[yy_buffer_stack_top]" identifier = (subscript_expression "ppyVar3[yy_buffer_stack_top]" identifier [ identifier ])) ;) (if_statement "if (pyVar2 != (YY_BUFFER_STATE)0x0) {\n yy_n_chars = pyVar2->yy_n_chars;\n yy_c_buf_p = pyVar2->yy_buf_pos;\n yyin = pyVar2->yy_input_file;\n yy_hold_char = *yy_c_buf_p;\n yytext = yy_c_buf_p;\n }" if (parenthesized_expression "(pyVar2 != (YY_BUFFER_STATE)0x0)" ( (binary_expression "pyVar2 != (YY_BUFFER_STATE)0x0" identifier != (cast_expression "(YY_BUFFER_STATE)0x0" ( (type_descriptor "YY_BUFFER_STATE" type_identifier) ) number_literal)) )) (compound_statement "{\n yy_n_chars = pyVar2->yy_n_chars;\n yy_c_buf_p = pyVar2->yy_buf_pos;\n yyin = pyVar2->yy_input_file;\n yy_hold_char = *yy_c_buf_p;\n yytext = yy_c_buf_p;\n }" { (expression_statement "yy_n_chars = pyVar2->yy_n_chars;" (assignment_expression "yy_n_chars = pyVar2->yy_n_chars" identifier = (field_expression "pyVar2->yy_n_chars" identifier -> field_identifier)) ;) (expression_statement "yy_c_buf_p = pyVar2->yy_buf_pos;" (assignment_expression "yy_c_buf_p = pyVar2->yy_buf_pos" identifier = (field_expression "pyVar2->yy_buf_pos" identifier -> field_identifier)) ;) (expression_statement "yyin = pyVar2->yy_input_file;" (assignment_expression "yyin = pyVar2->yy_input_file" identifier = (field_expression "pyVar2->yy_input_file" identifier -> field_identifier)) ;) (expression_statement "yy_hold_char = *yy_c_buf_p;" (assignment_expression "yy_hold_char = *yy_c_buf_p" identifier = (pointer_expression "*yy_c_buf_p" * identifier)) ;) (expression_statement "yytext = yy_c_buf_p;" (assignment_expression "yytext = yy_c_buf_p" identifier = identifier) ;) })) })) })) })) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00118eb0(void)\n\n{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n \n lVar4 = DAT_00172788;\n lVar3 = DAT_00172778;\n if (DAT_00172778 != 0) {\n plVar1 = (long *)(DAT_00172778 + DAT_00172788 * 8);\n if (*plVar1 != 0) {\n FUN_001180d0();\n *plVar1 = 0;\n if (lVar4 != 0) {\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }\n }\n }\n return;\n}\n\n" (function_definition "void FUN_00118eb0(void)\n\n{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n \n lVar4 = DAT_00172788;\n lVar3 = DAT_00172778;\n if (DAT_00172778 != 0) {\n plVar1 = (long *)(DAT_00172778 + DAT_00172788 * 8);\n if (*plVar1 != 0) {\n FUN_001180d0();\n *plVar1 = 0;\n if (lVar4 != 0) {\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_00118eb0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n \n lVar4 = DAT_00172788;\n lVar3 = DAT_00172778;\n if (DAT_00172778 != 0) {\n plVar1 = (long *)(DAT_00172778 + DAT_00172788 * 8);\n if (*plVar1 != 0) {\n FUN_001180d0();\n *plVar1 = 0;\n if (lVar4 != 0) {\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }\n }\n }\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar4 = DAT_00172788;" (assignment_expression "lVar4 = DAT_00172788" identifier = identifier) ;) (expression_statement "lVar3 = DAT_00172778;" (assignment_expression "lVar3 = DAT_00172778" identifier = identifier) ;) (if_statement "if (DAT_00172778 != 0) {\n plVar1 = (long *)(DAT_00172778 + DAT_00172788 * 8);\n if (*plVar1 != 0) {\n FUN_001180d0();\n *plVar1 = 0;\n if (lVar4 != 0) {\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }\n }\n }" if (parenthesized_expression "(DAT_00172778 != 0)" ( (binary_expression "DAT_00172778 != 0" identifier != number_literal) )) (compound_statement "{\n plVar1 = (long *)(DAT_00172778 + DAT_00172788 * 8);\n if (*plVar1 != 0) {\n FUN_001180d0();\n *plVar1 = 0;\n if (lVar4 != 0) {\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }\n }\n }" { (expression_statement "plVar1 = (long *)(DAT_00172778 + DAT_00172788 * 8);" (assignment_expression "plVar1 = (long *)(DAT_00172778 + DAT_00172788 * 8)" identifier = (cast_expression "(long *)(DAT_00172778 + DAT_00172788 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00172778 + DAT_00172788 * 8)" ( (binary_expression "DAT_00172778 + DAT_00172788 * 8" identifier + (binary_expression "DAT_00172788 * 8" identifier * number_literal)) )))) ;) (if_statement "if (*plVar1 != 0) {\n FUN_001180d0();\n *plVar1 = 0;\n if (lVar4 != 0) {\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }\n }" if (parenthesized_expression "(*plVar1 != 0)" ( (binary_expression "*plVar1 != 0" (pointer_expression "*plVar1" * identifier) != number_literal) )) (compound_statement "{\n FUN_001180d0();\n *plVar1 = 0;\n if (lVar4 != 0) {\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }\n }" { (expression_statement "FUN_001180d0();" (call_expression "FUN_001180d0()" identifier (argument_list "()" ( ))) ;) (expression_statement "*plVar1 = 0;" (assignment_expression "*plVar1 = 0" (pointer_expression "*plVar1" * identifier) = number_literal) ;) (if_statement "if (lVar4 != 0) {\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }" if (parenthesized_expression "(lVar4 != 0)" ( (binary_expression "lVar4 != 0" identifier != number_literal) )) (compound_statement "{\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }" { (expression_statement "DAT_00172788 = lVar4 + -1;" (assignment_expression "DAT_00172788 = lVar4 + -1" identifier = (binary_expression "lVar4 + -1" identifier + number_literal)) ;) (expression_statement "puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);" (assignment_expression "puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8)" identifier = (pointer_expression "*(undefined8 **)(lVar3 + DAT_00172788 * 8)" * (cast_expression "(undefined8 **)(lVar3 + DAT_00172788 * 8)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar3 + DAT_00172788 * 8)" ( (binary_expression "lVar3 + DAT_00172788 * 8" identifier + (binary_expression "DAT_00172788 * 8" identifier * number_literal)) ))))) ;) (if_statement "if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }" if (parenthesized_expression "(puVar2 != (undefined8 *)0x0)" ( (binary_expression "puVar2 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }" { (expression_statement "DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);" (assignment_expression "DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c)" identifier = (pointer_expression "*(undefined4 *)((long)puVar2 + 0x1c)" * (cast_expression "(undefined4 *)((long)puVar2 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar2 + 0x1c)" ( (binary_expression "(long)puVar2 + 0x1c" (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "DAT_00172768 = (undefined1 *)puVar2[2];" (assignment_expression "DAT_00172768 = (undefined1 *)puVar2[2]" identifier = (cast_expression "(undefined1 *)puVar2[2]" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar2[2]" identifier [ number_literal ]))) ;) (expression_statement "DAT_00172748 = *puVar2;" (assignment_expression "DAT_00172748 = *puVar2" identifier = (pointer_expression "*puVar2" * identifier)) ;) (expression_statement "DAT_00172774 = *DAT_00172768;" (assignment_expression "DAT_00172774 = *DAT_00172768" identifier = (pointer_expression "*DAT_00172768" * identifier)) ;) (expression_statement "DAT_00179280 = DAT_00172768;" (assignment_expression "DAT_00179280 = DAT_00172768" identifier = identifier) ;) })) })) })) })) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression IDENT * LIT)) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression IDENT * LIT)) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) })) })) })) (return_statement return ;) })))
|
(function_definition "void FUN_00118eb0(void)\n\n{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n \n lVar4 = DAT_00172788;\n lVar3 = DAT_00172778;\n if (DAT_00172778 != 0) {\n plVar1 = (long *)(DAT_00172778 + DAT_00172788 * 8);\n if (*plVar1 != 0) {\n FUN_001180d0();\n *plVar1 = 0;\n if (lVar4 != 0) {\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }\n }\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00118eb0(void)" (identifier "FUN_00118eb0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n \n lVar4 = DAT_00172788;\n lVar3 = DAT_00172778;\n if (DAT_00172778 != 0) {\n plVar1 = (long *)(DAT_00172778 + DAT_00172788 * 8);\n if (*plVar1 != 0) {\n FUN_001180d0();\n *plVar1 = 0;\n if (lVar4 != 0) {\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }\n }\n }\n return;\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (expression_statement "lVar4 = DAT_00172788;" (assignment_expression "lVar4 = DAT_00172788" (identifier "lVar4") (= "=") (identifier "DAT_00172788")) (; ";")) (expression_statement "lVar3 = DAT_00172778;" (assignment_expression "lVar3 = DAT_00172778" (identifier "lVar3") (= "=") (identifier "DAT_00172778")) (; ";")) (if_statement "if (DAT_00172778 != 0) {\n plVar1 = (long *)(DAT_00172778 + DAT_00172788 * 8);\n if (*plVar1 != 0) {\n FUN_001180d0();\n *plVar1 = 0;\n if (lVar4 != 0) {\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }\n }\n }" (if "if") (parenthesized_expression "(DAT_00172778 != 0)" (( "(") (binary_expression "DAT_00172778 != 0" (identifier "DAT_00172778") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n plVar1 = (long *)(DAT_00172778 + DAT_00172788 * 8);\n if (*plVar1 != 0) {\n FUN_001180d0();\n *plVar1 = 0;\n if (lVar4 != 0) {\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }\n }\n }" ({ "{") (expression_statement "plVar1 = (long *)(DAT_00172778 + DAT_00172788 * 8);" (assignment_expression "plVar1 = (long *)(DAT_00172778 + DAT_00172788 * 8)" (identifier "plVar1") (= "=") (cast_expression "(long *)(DAT_00172778 + DAT_00172788 * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00172778 + DAT_00172788 * 8)" (( "(") (binary_expression "DAT_00172778 + DAT_00172788 * 8" (identifier "DAT_00172778") (+ "+") (binary_expression "DAT_00172788 * 8" (identifier "DAT_00172788") (* "*") (number_literal "8"))) () ")")))) (; ";")) (if_statement "if (*plVar1 != 0) {\n FUN_001180d0();\n *plVar1 = 0;\n if (lVar4 != 0) {\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }\n }" (if "if") (parenthesized_expression "(*plVar1 != 0)" (( "(") (binary_expression "*plVar1 != 0" (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_001180d0();\n *plVar1 = 0;\n if (lVar4 != 0) {\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }\n }" ({ "{") (expression_statement "FUN_001180d0();" (call_expression "FUN_001180d0()" (identifier "FUN_001180d0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "*plVar1 = 0;" (assignment_expression "*plVar1 = 0" (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (= "=") (number_literal "0")) (; ";")) (if_statement "if (lVar4 != 0) {\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }" (if "if") (parenthesized_expression "(lVar4 != 0)" (( "(") (binary_expression "lVar4 != 0" (identifier "lVar4") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n DAT_00172788 = lVar4 + -1;\n puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);\n if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }\n }" ({ "{") (expression_statement "DAT_00172788 = lVar4 + -1;" (assignment_expression "DAT_00172788 = lVar4 + -1" (identifier "DAT_00172788") (= "=") (binary_expression "lVar4 + -1" (identifier "lVar4") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);" (assignment_expression "puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8)" (identifier "puVar2") (= "=") (pointer_expression "*(undefined8 **)(lVar3 + DAT_00172788 * 8)" (* "*") (cast_expression "(undefined8 **)(lVar3 + DAT_00172788 * 8)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar3 + DAT_00172788 * 8)" (( "(") (binary_expression "lVar3 + DAT_00172788 * 8" (identifier "lVar3") (+ "+") (binary_expression "DAT_00172788 * 8" (identifier "DAT_00172788") (* "*") (number_literal "8"))) () ")"))))) (; ";")) (if_statement "if (puVar2 != (undefined8 *)0x0) {\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }" (if "if") (parenthesized_expression "(puVar2 != (undefined8 *)0x0)" (( "(") (binary_expression "puVar2 != (undefined8 *)0x0" (identifier "puVar2") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);\n DAT_00172768 = (undefined1 *)puVar2[2];\n DAT_00172748 = *puVar2;\n DAT_00172774 = *DAT_00172768;\n DAT_00179280 = DAT_00172768;\n }" ({ "{") (expression_statement "DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);" (assignment_expression "DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c)" (identifier "DAT_00172770") (= "=") (pointer_expression "*(undefined4 *)((long)puVar2 + 0x1c)" (* "*") (cast_expression "(undefined4 *)((long)puVar2 + 0x1c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar2 + 0x1c)" (( "(") (binary_expression "(long)puVar2 + 0x1c" (cast_expression "(long)puVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar2")) (+ "+") (number_literal "0x1c")) () ")"))))) (; ";")) (expression_statement "DAT_00172768 = (undefined1 *)puVar2[2];" (assignment_expression "DAT_00172768 = (undefined1 *)puVar2[2]" (identifier "DAT_00172768") (= "=") (cast_expression "(undefined1 *)puVar2[2]" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar2[2]" (identifier "puVar2") ([ "[") (number_literal "2") (] "]")))) (; ";")) (expression_statement "DAT_00172748 = *puVar2;" (assignment_expression "DAT_00172748 = *puVar2" (identifier "DAT_00172748") (= "=") (pointer_expression "*puVar2" (* "*") (identifier "puVar2"))) (; ";")) (expression_statement "DAT_00172774 = *DAT_00172768;" (assignment_expression "DAT_00172774 = *DAT_00172768" (identifier "DAT_00172774") (= "=") (pointer_expression "*DAT_00172768" (* "*") (identifier "DAT_00172768"))) (; ";")) (expression_statement "DAT_00179280 = DAT_00172768;" (assignment_expression "DAT_00179280 = DAT_00172768" (identifier "DAT_00179280") (= "=") (identifier "DAT_00172768")) (; ";")) (} "}"))) (} "}"))) (} "}"))) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
type_1 *ppyVar1;
type_1 var_3;
type_1 *ppyVar3;
size_t var_5;
var_5 = var_2;
ppyVar3 = var_1;
if (var_1 != (type_1 *)0x0) {
ppyVar1 = var_1 + var_2;
var_3 = *ppyVar1;
if (var_3 != (type_1)0x0) {
var_4(var_3);
*ppyVar1 = (type_1)0x0;
if (var_5 != 0) {
var_2 = var_5 - 1;
var_3 = ppyVar3[var_2];
if (var_3 != (type_1)0x0) {
yy_n_chars = var_3->yy_n_chars;
yy_c_buf_p = var_3->yy_buf_pos;
yyin = var_3->yy_input_file;
yy_hold_char = *yy_c_buf_p;
yytext = yy_c_buf_p;
}
}
}
}
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (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: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (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)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (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: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))))))))) (return_statement))))
| null |
void MASKED(void)
{
long *plVar1;
undefined8 *puVar2;
long lVar3;
long lVar4;
lVar4 = DAT_00172788;
lVar3 = DAT_00172778;
if (DAT_00172778 != 0) {
plVar1 = (long *)(DAT_00172778 + DAT_00172788 * 8);
if (*plVar1 != 0) {
FUN_001180d0();
*plVar1 = 0;
if (lVar4 != 0) {
DAT_00172788 = lVar4 + -1;
puVar2 = *(undefined8 **)(lVar3 + DAT_00172788 * 8);
if (puVar2 != (undefined8 *)0x0) {
DAT_00172770 = *(undefined4 *)((long)puVar2 + 0x1c);
DAT_00172768 = (undefined1 *)puVar2[2];
DAT_00172748 = *puVar2;
DAT_00172774 = *DAT_00172768;
DAT_00179280 = DAT_00172768;
}
}
}
}
return;
}
|
8350_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
|
~collate
|
FUN_002ea030
|
/* std::collate<char>::~collate() */
void __thiscall std::collate<char>::~collate(collate<char> *this)
{
*(undefined ***)this = &PTR__collate_00438c30;
locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));
locale::facet::~facet((facet *)this);
return;
}
|
void FUN_002ea030(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00438c30;
FUN_0031bb60();
FUN_002dc990(param_1);
return;
}
|
LEA RAX,[0x438c20]
PUSH RBX
MOV RBX,RDI
LEA RDI,[RDI + 0x10]
ADD RAX,0x10
MOV qword ptr [RDI + -0x10],RAX
CALL 0x0031bb60
MOV RDI,RBX
POP RBX
JMP 0x002dc990
| null | null | null | null |
[('tmp_82', u'PTRADD_-1204707199'), ('const-433', u'STORE_-1204707240'), (u'PTRSUB_-1204707137', u'STORE_-1204707240'), ('const-0', u'PTRSUB_-1204707137'), (u'PTRADD_-1204707199', u'CAST_-1204707133'), ('const-16', u'PTRADD_-1204707199'), ('tmp_82', u'CAST_-1204707138'), (u'CAST_-1204707138', u'STORE_-1204707240'), ('tmp_82', u'CAST_-1204707123'), ('const-4426800', u'PTRSUB_-1204707137'), (u'CAST_-1204707123', u'CALL_-1204707214'), (u'CAST_-1204707133', u'CALL_-1204707229'), ('const-1', u'PTRADD_-1204707199'), ('const-0', u'RETURN_-1204707210')]
|
[(u'PTRSUB_-1204707137', u'STORE_-1204707240'), ('const-433', u'STORE_-1204707240'), ('const-0', u'PTRSUB_-1204707137'), ('tmp_145', u'CALL_-1204707214'), ('const-4426800', u'PTRSUB_-1204707137'), ('tmp_145', u'STORE_-1204707240'), ('const-0', u'RETURN_-1204707210')]
| null | null |
002ea030
|
x64
|
O2
|
(translation_unit "void FUN_002ea030(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00438c30;\n FUN_0031bb60();\n FUN_002dc990(param_1);\n return;\n}\n\n" (function_definition "void FUN_002ea030(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00438c30;\n FUN_0031bb60();\n FUN_002dc990(param_1);\n return;\n}" primitive_type (function_declarator "FUN_002ea030(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00438c30;\n FUN_0031bb60();\n FUN_002dc990(param_1);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00438c30;" (assignment_expression "*param_1 = &PTR_FUN_00438c30" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00438c30" & identifier)) ;) (expression_statement "FUN_0031bb60();" (call_expression "FUN_0031bb60()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_002dc990(param_1);" (call_expression "FUN_002dc990(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* std::collate<char>::~collate() */\n\nvoid __thiscall std::collate<char>::~collate(collate<char> *this)\n\n{\n *(undefined ***)this = &PTR__collate_00438c30;\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));\n locale::facet::~facet((facet *)this);\n return;\n}\n\n" comment (function_definition "void __thiscall std::collate<char>::~collate(collate<char> *this)\n\n{\n *(undefined ***)this = &PTR__collate_00438c30;\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));\n locale::facet::~facet((facet *)this);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::collate<char>::~" identifier : : identifier < primitive_type > : : ~) (function_declarator "collate(collate<char> *this)" identifier (parameter_list "(collate<char> *this)" ( (parameter_declaration "collate<char> *this" type_identifier (ERROR "<char>" < primitive_type >) (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n *(undefined ***)this = &PTR__collate_00438c30;\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));\n locale::facet::~facet((facet *)this);\n return;\n}" { (expression_statement "*(undefined ***)this = &PTR__collate_00438c30;" (assignment_expression "*(undefined ***)this = &PTR__collate_00438c30" (pointer_expression "*(undefined ***)this" * (cast_expression "(undefined ***)this" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) = (pointer_expression "&PTR__collate_00438c30" & identifier)) ;) (labeled_statement "locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));" statement_identifier : (ERROR ":" :) (labeled_statement "facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));" statement_identifier : (ERROR ":" :) (expression_statement "_S_destroy_c_locale((__locale_struct **)(this + 0x10));" (call_expression "_S_destroy_c_locale((__locale_struct **)(this + 0x10))" identifier (argument_list "((__locale_struct **)(this + 0x10))" ( (cast_expression "(__locale_struct **)(this + 0x10)" ( (type_descriptor "__locale_struct **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) ))) ))) ;))) (labeled_statement "locale::facet::~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;" return ;) })))
|
(translation_unit "void FUN_002ea030(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00438c30;\n FUN_0031bb60();\n FUN_002dc990(param_1);\n return;\n}\n\n" (function_definition "void FUN_002ea030(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00438c30;\n FUN_0031bb60();\n FUN_002dc990(param_1);\n return;\n}" primitive_type (function_declarator "FUN_002ea030(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00438c30;\n FUN_0031bb60();\n FUN_002dc990(param_1);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00438c30;" (assignment_expression "*param_1 = &PTR_FUN_00438c30" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00438c30" & identifier)) ;) (expression_statement "FUN_0031bb60();" (call_expression "FUN_0031bb60()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_002dc990(param_1);" (call_expression "FUN_002dc990(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_002ea030(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00438c30;\n FUN_0031bb60();\n FUN_002dc990(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002ea030(undefined8 *param_1)" (identifier "FUN_002ea030") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_00438c30;\n FUN_0031bb60();\n FUN_002dc990(param_1);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00438c30;" (assignment_expression "*param_1 = &PTR_FUN_00438c30" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00438c30" (& "&") (identifier "PTR_FUN_00438c30"))) (; ";")) (expression_statement "FUN_0031bb60();" (call_expression "FUN_0031bb60()" (identifier "FUN_0031bb60") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_002dc990(param_1);" (call_expression "FUN_002dc990(param_1)" (identifier "FUN_002dc990") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* std::collate<char>::~collate() */
void __thiscall std::function_1<char>::~function_1(function_1<char> *var_2)
{
*(type_1 ***)var_2 = &PTR__collate_00438c30;
locale::facet::var_1((type_2 **)(var_2 + 0x10));
locale::facet::~var_3((var_3 *)var_2);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
| null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00438c30;
FUN_0031bb60();
FUN_002dc990(param_1);
return;
}
|
2019_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
|
~Sized_elf_reloc_mapper
|
FUN_001626e0
|
/* DWARF original prototype: void ~Sized_elf_reloc_mapper(Sized_elf_reloc_mapper<32,_false> * this,
int __in_chrg) */
void __thiscall
gold::Sized_elf_reloc_mapper<32,_false>::~Sized_elf_reloc_mapper
(Sized_elf_reloc_mapper<32,_false> *this,int __in_chrg)
{
return;
}
|
void FUN_001626e0(void)
{
return;
}
|
RET
| null | null | null | null |
[('const-0', u'RETURN_-1207359764')]
|
[('const-0', u'RETURN_-1207359764')]
| null | null |
001626e0
|
x64
|
O2
|
(translation_unit "void FUN_001626e0(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_001626e0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_001626e0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void ~Sized_elf_reloc_mapper(Sized_elf_reloc_mapper<32,_false> * this,\n int __in_chrg) */\n\nvoid __thiscall\ngold::Sized_elf_reloc_mapper<32,_false>::~Sized_elf_reloc_mapper\n (Sized_elf_reloc_mapper<32,_false> *this,int __in_chrg)\n\n{\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Sized_elf_reloc_mapper<32,_false>::~Sized_elf_reloc_mapper\n (Sized_elf_reloc_mapper<32,_false> *this,int __in_chrg)\n\n{\n return;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32,_false>::~Sized_elf_reloc_mapper\n (Sized_elf_reloc_mapper<32,_false> *this,int __in_chrg)\n\n{\n return" < number_literal , (ERROR "_false>::~" identifier > : : ~) (function_declarator "Sized_elf_reloc_mapper\n (Sized_elf_reloc_mapper<32,_false> *this,int __in_chrg)" identifier (parameter_list "(Sized_elf_reloc_mapper<32,_false> *this,int __in_chrg)" ( (parameter_declaration "Sized_elf_reloc_mapper" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) { return) ;) (ERROR "}" }))
|
(translation_unit "void FUN_001626e0(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_001626e0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_001626e0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) })))
|
(function_definition "void FUN_001626e0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_001626e0(void)" (identifier "FUN_001626e0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void ~Sized_elf_reloc_mapper(Sized_elf_reloc_mapper<32,_false> * this,
int __in_chrg) */
void __thiscall
gold::Sized_elf_reloc_mapper<32,_false>::~Sized_elf_reloc_mapper
(Sized_elf_reloc_mapper<32,_false> *this,int __in_chrg)
{
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement))))
| null |
void MASKED(void)
{
return;
}
|
44_pwd_and_pwd_strip.c
|
__printf_chk
|
__printf_chk
|
void __printf_chk(void)
{
(*(code *)PTR___printf_chk_0010a160)();
return;
}
|
void __printf_chk(void)
{
(*(code *)PTR___printf_chk_0010a160)();
return;
}
|
JMP qword ptr [0x0010a160]
| null | null | null | null |
[('const-0', u'RETURN_-1206967605'), (u'INDIRECT_-1206967548', u'COPY_-1206967607'), (u'CALLIND_-1206967608', u'INDIRECT_-1206967548'), ('tmp_22', u'CAST_-1206967543'), (u'CAST_-1206967543', u'CALLIND_-1206967608')]
|
[('const-0', u'RETURN_-1206967605'), (u'INDIRECT_-1206967548', u'COPY_-1206967607'), (u'CALLIND_-1206967608', u'INDIRECT_-1206967548'), ('tmp_22', u'CAST_-1206967543'), (u'CAST_-1206967543', u'CALLIND_-1206967608')]
| null | null |
001022c0
|
x64
|
O2
|
(translation_unit "void __printf_chk(void)\n\n{\n (*(code *)PTR___printf_chk_0010a160)();\n return;\n}\n\n" (function_definition "void __printf_chk(void)\n\n{\n (*(code *)PTR___printf_chk_0010a160)();\n return;\n}" primitive_type (function_declarator "__printf_chk(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR___printf_chk_0010a160)();\n return;\n}" { (expression_statement "(*(code *)PTR___printf_chk_0010a160)();" (call_expression "(*(code *)PTR___printf_chk_0010a160)()" (parenthesized_expression "(*(code *)PTR___printf_chk_0010a160)" ( (pointer_expression "*(code *)PTR___printf_chk_0010a160" * (cast_expression "(code *)PTR___printf_chk_0010a160" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void __printf_chk(void)\n\n{\n (*(code *)PTR___printf_chk_0010a160)();\n return;\n}\n\n" (function_definition "void __printf_chk(void)\n\n{\n (*(code *)PTR___printf_chk_0010a160)();\n return;\n}" primitive_type (function_declarator "__printf_chk(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR___printf_chk_0010a160)();\n return;\n}" { (expression_statement "(*(code *)PTR___printf_chk_0010a160)();" (call_expression "(*(code *)PTR___printf_chk_0010a160)()" (parenthesized_expression "(*(code *)PTR___printf_chk_0010a160)" ( (pointer_expression "*(code *)PTR___printf_chk_0010a160" * (cast_expression "(code *)PTR___printf_chk_0010a160" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void __printf_chk(void)\n\n{\n (*(code *)PTR___printf_chk_0010a160)();\n return;\n}\n\n" (function_definition "void __printf_chk(void)\n\n{\n (*(code *)PTR___printf_chk_0010a160)();\n return;\n}" primitive_type (function_declarator "__printf_chk(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR___printf_chk_0010a160)();\n return;\n}" { (expression_statement "(*(code *)PTR___printf_chk_0010a160)();" (call_expression "(*(code *)PTR___printf_chk_0010a160)()" (parenthesized_expression "(*(code *)PTR___printf_chk_0010a160)" ( (pointer_expression "*(code *)PTR___printf_chk_0010a160" * (cast_expression "(code *)PTR___printf_chk_0010a160" ( (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 __printf_chk(void)\n\n{\n (*(code *)PTR___printf_chk_0010a160)();\n return;\n}" (primitive_type "void") (function_declarator "__printf_chk(void)" (identifier "__printf_chk") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR___printf_chk_0010a160)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR___printf_chk_0010a160)();" (call_expression "(*(code *)PTR___printf_chk_0010a160)()" (parenthesized_expression "(*(code *)PTR___printf_chk_0010a160)" (( "(") (pointer_expression "*(code *)PTR___printf_chk_0010a160" (* "*") (cast_expression "(code *)PTR___printf_chk_0010a160" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR___printf_chk_0010a160"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR___printf_chk_0010a160)();
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
| null |
void MASKED(void)
{
(*(code *)PTR_MASKED_0010a160)();
return;
}
|
523_powerpc-linux-gnuspe-objdump_and_powerpc-linux-gnuspe-objdump_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.2.5 */
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_-1207263190')]
|
[('const-1', u'RETURN_-1207263190')]
| null | null |
0015a020
|
x64
|
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.2.5 */\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.2.5 */\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.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void free(void *__ptr)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void free(void *__ptr)\n\n{\n \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 \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void free(void *__ptr)\n\n{\n \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 \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* free@@GLIBC_2.2.5 */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
7214_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c
|
value
|
FUN_002b4900
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "STT": Some values do not have unique names */
/* DWARF original prototype: uint64_t value(Binary_lt * this, Expression_eval_info * eei) */
uint64_t __thiscall gold::Binary_lt::value(Binary_lt *this,Expression_eval_info *eei)
{
uint64_t uVar1;
uint64_t uVar2;
char *format;
Output_section *left_section;
uint64_t left_alignment;
Output_section *right_section;
uint64_t right_alignment;
left_alignment = 0;
uVar1 = Expression::eval_maybe_dot
((this->super_Binary_expression).left_,eei->symtab,eei->layout,
eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,
&left_section,&left_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,
eei->is_valid_pointer);
right_alignment = 0;
uVar2 = Expression::eval_maybe_dot
((this->super_Binary_expression).right_,eei->symtab,eei->layout,
eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,
&right_section,&right_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,
eei->is_valid_pointer);
if ((left_section != right_section) &&
(left_section != (Output_section *)0x0 || right_section != (Output_section *)0x0)) {
if (parameters->options_ == (General_options *)0x0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/parameters.h",0x5c,"options");
}
if ((parameters->options_->relocatable_).value != false) {
format = (char *)gettext("binary lt applied to section relative value");
gold_warning(format);
}
}
return (ulong)(uVar1 < uVar2);
}
|
/* WARNING: Type propagation algorithm not settling */
bool FUN_002b4900(long param_1,undefined8 *param_2)
{
ulong uVar1;
ulong uVar2;
undefined8 uVar3;
long local_38 [3];
undefined8 local_20;
local_38[1] = 0;
uVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)
,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,
local_38 + 1,0,0,0,0,param_2[10]);
local_20 = 0;
uVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],
*(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]
,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);
if ((local_38[0] != local_38[2]) && (local_38[0] != 0 || local_38[2] != 0)) {
if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/parameters.h",0x5c,"options");
}
if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {
uVar3 = gettext("binary lt applied to section relative value");
FUN_001783d0(uVar3);
}
}
return uVar1 < uVar2;
}
|
PUSH R12
PUSH RBP
MOV RBP,RDI
PUSH RBX
MOV RBX,RSI
SUB RSP,0x20
MOVZX ECX,byte ptr [RSI + 0x10]
MOV RDX,qword ptr [RSI + 0x8]
MOV qword ptr [RSP + 0x8],0x0
MOV RDI,qword ptr [RDI + 0x8]
MOV R9,qword ptr [RSI + 0x18]
MOVZX R8D,byte ptr [RSI + 0x11]
PUSH qword ptr [RSI + 0x50]
PUSH 0x0
PUSH 0x0
PUSH 0x0
PUSH 0x0
LEA RAX,[RSP + 0x30]
PUSH RAX
LEA RAX,[RSP + 0x30]
PUSH RAX
PUSH qword ptr [RSI + 0x20]
MOV RSI,qword ptr [RSI]
CALL 0x002b1020
MOV RDX,qword ptr [RBX + 0x8]
MOVZX ECX,byte ptr [RBX + 0x10]
MOV qword ptr [RSP + 0x58],0x0
ADD RSP,0x40
PUSH qword ptr [RBX + 0x50]
MOV R12,RAX
MOV R9,qword ptr [RBX + 0x18]
MOVZX R8D,byte ptr [RBX + 0x11]
PUSH 0x0
MOV RSI,qword ptr [RBX]
MOV RDI,qword ptr [RBP + 0x10]
PUSH 0x0
PUSH 0x0
PUSH 0x0
LEA RAX,[RSP + 0x40]
PUSH RAX
LEA RAX,[RSP + 0x40]
PUSH RAX
PUSH qword ptr [RBX + 0x20]
CALL 0x002b1020
MOV RDX,qword ptr [RSP + 0x40]
MOV RBX,RAX
MOV RAX,qword ptr [RSP + 0x50]
ADD RSP,0x40
CMP RDX,RAX
JZ 0x002b49c9
OR RDX,RAX
JZ 0x002b49c9
MOV RAX,qword ptr [0x0043e6b0]
MOV RAX,qword ptr [RAX + 0x10]
TEST RAX,RAX
JZ 0x002b49f8
CMP byte ptr [RAX + 0x5051],0x0
JNZ 0x002b49e0
XOR EAX,EAX
CMP RBX,R12
SETA AL
ADD RSP,0x20
POP RBX
POP RBP
POP R12
RET
LEA RDI,[0x38c708]
CALL 0x00147320
MOV RDI,RAX
XOR EAX,EAX
CALL 0x001783d0
JMP 0x002b49c9
LEA RDX,[0x38c9b8]
MOV ESI,0x5c
LEA RDI,[0x3726d0]
CALL 0x0017c650
| null | null | null | null |
[('const-433', u'LOAD_-1204532602'), ('const-0', u'RETURN_-1204532510'), (u'INT_NOTEQUAL_-1204532189', u'BOOL_OR_-1204532157'), ('const-433', u'LOAD_-1204532775'), (u'CALL_-1204532698', u'INDIRECT_-1204532192'), (u'LOAD_-1204532914', u'CALL_-1204532836'), (u'PTRSUB_-1204532237', u'CALL_-1204532836'), ('const-0', u'PTRSUB_-1204532266'), ('const-20464', u'PTRSUB_-1204532084'), ('tmp_482', u'CBRANCH_-1204532633'), ('const-3614416', u'COPY_-1204532100'), (u'CALL_-1204532471', u'INDIRECT_-1204532104'), ('tmp_456', u'CBRANCH_-1204532648'), ('const-433', u'LOAD_-1204532848'), ('const-97', u'PTRSUB_-1204532080'), (u'PTRSUB_-1204532230', u'CALL_-1204532836'), (u'CALL_-1204532438', u'INDIRECT_-1204532080'), (u'CAST_-1204532042', u'CALL_-1204532471'), ('const-17', u'PTRSUB_-1204532255'), ('const-0', u'COPY_-1204532819'), (u'PTRSUB_-1204532180', u'LOAD_-1204532782'), (u'LOAD_-1204532775', u'CALL_-1204532698'), (u'CALL_-1204532698', u'INDIRECT_-1204532198'), ('const-433', u'LOAD_-1204532947'), (u'LOAD_-1204532848', u'CALL_-1204532836'), (u'LOAD_-1204532921', u'CALL_-1204532836'), (u'CALL_-1204532836', u'INT_LESS_-1204532541'), (u'LOAD_-1204532624', u'PTRSUB_-1204532084'), ('const-0', u'INT_NOTEQUAL_-1204532189'), ('const-0', u'COPY_-1204532940'), (u'PTRSUB_-1204532285', u'LOAD_-1204532955'), ('const-0', u'PTRSUB_-1204532167'), (u'CALL_-1204532698', u'INDIRECT_-1204532204'), ('const-433', u'LOAD_-1204532756'), (u'INDIRECT_-1204532210', u'INT_NOTEQUAL_-1204532190'), (u'INDIRECT_-1204532150', u'COPY_-1204532206'), ('const--48', u'PTRSUB_-1204532237'), (u'PTRSUB_-1204532094', u'LOAD_-1204532624'), ('tmp_765', u'PTRSUB_-1204532137'), (u'LOAD_-1204532947', u'CALL_-1204532836'), (u'LOAD_-1204532834', u'CALL_-1204532698'), (u'PTRSUB_-1204532187', u'LOAD_-1204532794'), (u'LOAD_-1204532602', u'INT_NOTEQUAL_-1204532586'), (u'PTRSUB_-1204532260', u'LOAD_-1204532921'), ('const-92', u'CALL_-1204532438'), ('tmp_1313', u'PTRSUB_-1204532144'), (u'INDIRECT_-1204532274', u'PTRSUB_-1204532094'), (u'CALL_-1204532495', u'INDIRECT_-1204532185'), ('const-433', u'LOAD_-1204532905'), ('const-80', u'PTRSUB_-1204532187'), (u'CALL_-1204532836', u'INDIRECT_-1204532346'), ('const-0', u'INT_EQUAL_-1204532605'), (u'INDIRECT_-1204532174', u'MULTIEQUAL_-1204532212'), ('const-3721656', u'COPY_-1204532098'), (u'PTRSUB_-1204532175', u'LOAD_-1204532775'), ('const-8', u'PTRSUB_-1204532210'), (u'CALL_-1204532698', u'INDIRECT_-1204532210'), (u'PTRSUB_-1204532080', u'LOAD_-1204532602'), ('const-433', u'LOAD_-1204532624'), ('tmp_765', u'PTRSUB_-1204532249'), (u'PTRSUB_-1204532154', u'LOAD_-1204532756'), ('tmp_765', u'PTRSUB_-1204532187'), (u'INT_ZEXT_-1204532409', u'RETURN_-1204532510'), ('const-433', u'LOAD_-1204532712'), (u'LOAD_-1204532712', u'CALL_-1204532698'), (u'PTRSUB_-1204532163', u'PTRSUB_-1204532154'), (u'LOAD_-1204532827', u'CALL_-1204532698'), ('const-433', u'LOAD_-1204532794'), (u'PTRSUB_-1204532223', u'LOAD_-1204532855'), ('const-0', u'PTRSUB_-1204532163'), ('const-0', u'CALL_-1204532698'), ('tmp_728', u'BRANCH_-1204532468'), (u'CALL_-1204532495', u'CAST_-1204532042'), (u'CALL_-1204532471', u'INDIRECT_-1204532174'), (u'PTRSUB_-1204532151', u'CALL_-1204532698'), (u'CALL_-1204532471', u'INDIRECT_-1204532092'), ('const-16', u'PTRSUB_-1204532094'), (u'CALL_-1204532438', u'INDIRECT_-1204532068'), ('const-0', u'CALL_-1204532836'), ('const-17', u'PTRSUB_-1204532175'), ('const-80', u'PTRSUB_-1204532249'), ('const-16', u'PTRSUB_-1204532154'), ('const-433', u'LOAD_-1204532914'), ('tmp_1313', u'PTRSUB_-1204532151'), (u'INDIRECT_-1204532210', u'INT_NOTEQUAL_-1204532649'), (u'PTRSUB_-1204532210', u'LOAD_-1204532834'), ('const-0', u'CALL_-1204532698'), (u'PTRSUB_-1204532280', u'LOAD_-1204532947'), ('tmp_1313', u'PTRSUB_-1204532230'), ('tmp_765', u'PTRSUB_-1204532167'), (u'COPY_-1204532098', u'CALL_-1204532438'), ('const--32', u'PTRSUB_-1204532151'), (u'INDIRECT_-1204532198', u'INT_NOTEQUAL_-1204532649'), ('const--40', u'PTRSUB_-1204532144'), ('const-16', u'PTRSUB_-1204532285'), ('const-433', u'LOAD_-1204532827'), (u'CALL_-1204532698', u'INT_LESS_-1204532541'), ('const-433', u'LOAD_-1204532955'), ('tmp_764', u'PTRSUB_-1204532163'), ('tmp_1313', u'PTRSUB_-1204532237'), (u'CALL_-1204532836', u'INDIRECT_-1204532282'), ('const-3720968', u'COPY_-1204532135'), (u'COPY_-1204532100', u'CALL_-1204532438'), (u'CALL_-1204532698', u'INDIRECT_-1204532274'), ('tmp_765', u'PTRSUB_-1204532260'), (u'PTRSUB_-1204532219', u'LOAD_-1204532848'), (u'INDIRECT_-1204532274', u'MULTIEQUAL_-1204532212'), ('const-0', u'CALL_-1204532836'), (u'PTRSUB_-1204532144', u'CALL_-1204532698'), (u'CALL_-1204532836', u'INDIRECT_-1204532270'), (u'CALL_-1204532438', u'INDIRECT_-1204532150'), (u'INT_NOTEQUAL_-1204532649', u'CBRANCH_-1204532648'), ('const-0', u'CALL_-1204532698'), ('const-433', u'LOAD_-1204532782'), ('const-24', u'PTRSUB_-1204532260'), ('const-0', u'CALL_-1204532836'), ('tmp_765', u'PTRSUB_-1204532205'), (u'LOAD_-1204532782', u'CALL_-1204532698'), (u'PTRSUB_-1204532167', u'LOAD_-1204532762'), (u'PTRSUB_-1204532243', u'LOAD_-1204532928'), ('tmp_764', u'PTRSUB_-1204532266'), ('const-0', u'CALL_-1204532698'), (u'INT_NOTEQUAL_-1204532190', u'BOOL_OR_-1204532157'), ('tmp_765', u'PTRSUB_-1204532255'), ('tmp_765', u'PTRSUB_-1204532280'), ('const-433', u'LOAD_-1204532928'), ('const-433', u'LOAD_-1204532855'), ('const-0', u'PTRSUB_-1204532219'), (u'LOAD_-1204532794', u'CALL_-1204532698'), (u'LOAD_-1204532855', u'CALL_-1204532836'), ('const-0', u'CALL_-1204532836'), ('tmp_765', u'PTRSUB_-1204532175'), ('const-24', u'PTRSUB_-1204532180'), ('const--56', u'PTRSUB_-1204532230'), (u'CALL_-1204532495', u'INDIRECT_-1204532103'), (u'INT_LESS_-1204532541', u'INT_ZEXT_-1204532409'), ('tmp_765', u'PTRSUB_-1204532210'), ('tmp_765', u'PTRSUB_-1204532180'), (u'LOAD_-1204532624', u'INT_EQUAL_-1204532605'), (u'INT_EQUAL_-1204532605', u'CBRANCH_-1204532603'), (u'INDIRECT_-1204532198', u'INT_NOTEQUAL_-1204532189'), (u'BOOL_OR_-1204532157', u'CBRANCH_-1204532633'), ('tmp_518', u'CBRANCH_-1204532603'), (u'INT_NOTEQUAL_-1204532586', u'CBRANCH_-1204532580'), (u'CALL_-1204532495', u'INDIRECT_-1204532115'), (u'PTRSUB_-1204532266', u'PTRSUB_-1204532243'), (u'LOAD_-1204532905', u'CALL_-1204532836'), ('const-32', u'PTRSUB_-1204532223'), ('const-8', u'PTRSUB_-1204532280'), ('tmp_765', u'PTRSUB_-1204532223'), ('const-0', u'INT_NOTEQUAL_-1204532586'), (u'LOAD_-1204532756', u'CALL_-1204532698'), ('const-433', u'LOAD_-1204532834'), (u'LOAD_-1204532955', u'CALL_-1204532836'), ('const-433', u'LOAD_-1204532921'), ('tmp_765', u'PTRSUB_-1204532219'), ('const-32', u'PTRSUB_-1204532137'), (u'PTRSUB_-1204532249', u'LOAD_-1204532905'), (u'COPY_-1204532135', u'CALL_-1204532495'), ('const-0', u'INT_NOTEQUAL_-1204532190'), (u'MULTIEQUAL_-1204532212', u'COPY_-1204532257'), ('const-433', u'LOAD_-1204532762'), (u'LOAD_-1204532762', u'CALL_-1204532698'), ('const-16', u'PTRSUB_-1204532205'), (u'PTRSUB_-1204532255', u'LOAD_-1204532914'), (u'LOAD_-1204532928', u'CALL_-1204532836'), ('tmp_556', u'CBRANCH_-1204532580'), ('tmp_765', u'PTRSUB_-1204532285'), (u'PTRSUB_-1204532205', u'LOAD_-1204532827'), (u'PTRSUB_-1204532137', u'LOAD_-1204532712'), (u'CALL_-1204532836', u'INDIRECT_-1204532276'), (u'PTRSUB_-1204532084', u'PTRSUB_-1204532080'), ('const-1', u'RETURN_-1204532433'), ('const-8', u'PTRSUB_-1204532243')]
|
[('const-0', u'RETURN_-1204532510'), ('tmp_1241', u'INT_ADD_-1204532912'), (u'LOAD_-1204532914', u'CALL_-1204532836'), ('const-92', u'CALL_-1204532438'), ('tmp_482', u'CBRANCH_-1204532633'), ('const-433', u'LOAD_-1204532947'), (u'CAST_-1204532269', u'LOAD_-1204532928'), ('const-0', u'CALL_-1204532836'), ('const--56', u'PTRSUB_-1204532167'), ('tmp_456', u'CBRANCH_-1204532648'), (u'PTRADD_-1204532325', u'LOAD_-1204532947'), ('const-433', u'LOAD_-1204532775'), (u'COPY_-1204532179', u'CALL_-1204532495'), ('const-433', u'LOAD_-1204532834'), ('const-433', u'LOAD_-1204532794'), (u'INDIRECT_-1204532247', u'INT_NOTEQUAL_-1204532234'), ('tmp_1241', u'INT_ADD_-1204532740'), (u'INDIRECT_-1204532197', u'COPY_-1204532253'), ('const-0', u'CALL_-1204532698'), ('const-0', u'CALL_-1204532836'), (u'COPY_-1204532144', u'CALL_-1204532438'), (u'CAST_-1204532259', u'LOAD_-1204532914'), ('const-433', u'LOAD_-1204532848'), ('tmp_1239', u'PTRSUB_-1204532277'), ('const-8', u'PTRADD_-1204532330'), ('const-17', u'INT_ADD_-1204532898'), ('tmp_1239', u'PTRSUB_-1204532174'), ('tmp_1243', u'PTRADD_-1204532190'), (u'LOAD_-1204532775', u'CALL_-1204532698'), ('const-8', u'PTRADD_-1204532271'), ('const-8', u'PTRADD_-1204532229'), ('const--56', u'PTRSUB_-1204532277'), (u'LOAD_-1204532848', u'CALL_-1204532836'), (u'LOAD_-1204532921', u'CALL_-1204532836'), (u'CALL_-1204532836', u'INT_LESS_-1204532541'), (u'CALL_-1204532438', u'INDIRECT_-1204532197'), ('const-0', u'COPY_-1204532940'), ('const-0', u'INT_NOTEQUAL_-1204532234'), (u'CALL_-1204532836', u'INDIRECT_-1204532325'), (u'COPY_-1204532142', u'CALL_-1204532438'), ('const-433', u'LOAD_-1204532827'), ('const-433', u'LOAD_-1204532928'), (u'LOAD_-1204532947', u'CALL_-1204532836'), (u'LOAD_-1204532834', u'CALL_-1204532698'), (u'CAST_-1204532260', u'INT_ADD_-1204532898'), (u'LOAD_-1204532602', u'INT_NOTEQUAL_-1204532586'), (u'CALL_-1204532495', u'INDIRECT_-1204532152'), (u'PTRADD_-1204532297', u'LOAD_-1204532905'), (u'PTRADD_-1204532190', u'LOAD_-1204532712'), ('const-1', u'PTRADD_-1204532250'), ('const-433', u'LOAD_-1204532756'), (u'PTRSUB_-1204532174', u'CALL_-1204532698'), ('tmp_1243', u'PTRADD_-1204532307'), (u'INDIRECT_-1204532259', u'INT_NOTEQUAL_-1204532649'), (u'PTRSUB_-1204532251', u'PTRADD_-1204532250'), (u'CAST_-1204532287', u'LOAD_-1204532955'), ('const-8', u'PTRADD_-1204532190'), ('const-0', u'INT_EQUAL_-1204532605'), ('const-3', u'PTRADD_-1204532307'), ('const-433', u'LOAD_-1204532921'), ('const-4', u'PTRADD_-1204532271'), (u'INDIRECT_-1204532321', u'MULTIEQUAL_-1204532259'), ('const-10', u'PTRADD_-1204532297'), ('const-8', u'PTRADD_-1204532254'), (u'CALL_-1204532698', u'INDIRECT_-1204532241'), ('const-4', u'PTRADD_-1204532190'), ('const-433', u'LOAD_-1204532905'), ('const-1', u'PTRADD_-1204532259'), ('tmp_1239', u'PTRSUB_-1204532167'), (u'LOAD_-1204532712', u'CALL_-1204532698'), (u'LOAD_-1204532827', u'CALL_-1204532698'), ('tmp_1243', u'PTRADD_-1204532297'), (u'CALL_-1204532836', u'INDIRECT_-1204532331'), (u'CALL_-1204532438', u'INDIRECT_-1204532129'), (u'LOAD_-1204532624', u'INT_ADD_-1204532586'), ('const-3720968', u'COPY_-1204532179'), ('const-433', u'LOAD_-1204532914'), ('const-433', u'LOAD_-1204532762'), ('tmp_728', u'BRANCH_-1204532468'), (u'CALL_-1204532698', u'INDIRECT_-1204532321'), (u'CALL_-1204532495', u'INDIRECT_-1204532232'), ('const-0', u'INT_NOTEQUAL_-1204532235'), (u'PTRADD_-1204532562', u'CAST_-1204532110'), ('tmp_1243', u'PTRADD_-1204532271'), ('tmp_1243', u'PTRADD_-1204532236'), (u'CAST_-1204532186', u'LOAD_-1204532775'), ('const-0', u'CALL_-1204532698'), (u'INDIRECT_-1204532259', u'INT_NOTEQUAL_-1204532235'), (u'INDIRECT_-1204532221', u'MULTIEQUAL_-1204532259'), (u'CAST_-1204532175', u'LOAD_-1204532756'), ('const-0', u'INT_NOTEQUAL_-1204532586'), (u'INT_NOTEQUAL_-1204532234', u'BOOL_OR_-1204532202'), (u'PTRADD_-1204532250', u'CALL_-1204532836'), ('const-433', u'LOAD_-1204532712'), ('const-433', u'LOAD_-1204532955'), (u'PTRADD_-1204532307', u'LOAD_-1204532921'), ('const-16', u'PTRADD_-1204532562'), ('tmp_1243', u'PTRADD_-1204532325'), (u'CALL_-1204532698', u'INT_LESS_-1204532541'), (u'CALL_-1204532836', u'INDIRECT_-1204532319'), ('const-8', u'PTRADD_-1204532325'), ('const-0', u'COPY_-1204532819'), ('const-8', u'INT_ADD_-1204532912'), ('const-0', u'CALL_-1204532698'), ('const-3614416', u'COPY_-1204532144'), (u'PTRSUB_-1204532277', u'CALL_-1204532836'), (u'PTRADD_-1204532271', u'LOAD_-1204532855'), ('const-433', u'LOAD_-1204532624'), ('tmp_1243', u'CAST_-1204532187'), (u'CAST_-1204532215', u'LOAD_-1204532827'), (u'BOOL_OR_-1204532202', u'CBRANCH_-1204532633'), (u'PTRADD_-1204532330', u'CAST_-1204532287'), (u'INDIRECT_-1204532321', u'PTRADD_-1204532562'), ('tmp_1243', u'LOAD_-1204532762'), ('const--56', u'PTRSUB_-1204532251'), (u'COPY_-1204532206', u'RETURN_-1204532510'), (u'CALL_-1204532438', u'INDIRECT_-1204532117'), ('const-0', u'CALL_-1204532698'), (u'INT_NOTEQUAL_-1204532649', u'CBRANCH_-1204532648'), (u'CALL_-1204532495', u'INDIRECT_-1204532164'), (u'CALL_-1204532471', u'INDIRECT_-1204532153'), (u'INT_LESS_-1204532541', u'COPY_-1204532206'), ('const-433', u'LOAD_-1204532855'), (u'INT_ADD_-1204532740', u'CAST_-1204532175'), (u'LOAD_-1204532782', u'CALL_-1204532698'), ('tmp_1239', u'PTRSUB_-1204532251'), ('tmp_1243', u'PTRADD_-1204532229'), (u'INT_ADD_-1204532586', u'CAST_-1204532100'), ('tmp_1243', u'PTRADD_-1204532330'), (u'PTRADD_-1204532236', u'LOAD_-1204532794'), (u'CALL_-1204532698', u'INDIRECT_-1204532253'), ('const-8', u'PTRADD_-1204532297'), ('const-8', u'PTRADD_-1204532166'), (u'CALL_-1204532495', u'CALL_-1204532471'), (u'LOAD_-1204532794', u'CALL_-1204532698'), (u'LOAD_-1204532855', u'CALL_-1204532836'), (u'CALL_-1204532471', u'INDIRECT_-1204532141'), ('const-8', u'PTRADD_-1204532307'), (u'PTRADD_-1204532229', u'LOAD_-1204532782'), ('tmp_1243', u'CAST_-1204532260'), ('const-8', u'PTRADD_-1204532250'), (u'INT_ADD_-1204532912', u'CAST_-1204532269'), ('tmp_1243', u'PTRADD_-1204532254'), ('const-2', u'PTRADD_-1204532254'), (u'LOAD_-1204532624', u'INT_EQUAL_-1204532605'), (u'INT_EQUAL_-1204532605', u'CBRANCH_-1204532603'), (u'CALL_-1204532471', u'INDIRECT_-1204532221'), (u'CALL_-1204532698', u'INDIRECT_-1204532247'), (u'INT_ADD_-1204532898', u'CAST_-1204532259'), ('const-2', u'PTRADD_-1204532166'), (u'PTRADD_-1204532166', u'CALL_-1204532698'), ('tmp_518', u'CBRANCH_-1204532603'), (u'INT_NOTEQUAL_-1204532586', u'CBRANCH_-1204532580'), ('tmp_1243', u'LOAD_-1204532848'), ('const-8', u'PTRADD_-1204532259'), (u'INT_ADD_-1204532759', u'CAST_-1204532186'), (u'LOAD_-1204532905', u'CALL_-1204532836'), ('const-8', u'PTRADD_-1204532236'), (u'CAST_-1204532100', u'LOAD_-1204532602'), ('const-16', u'INT_ADD_-1204532740'), (u'LOAD_-1204532756', u'CALL_-1204532698'), (u'CAST_-1204532187', u'INT_ADD_-1204532759'), ('const-1', u'PTRADD_-1204532325'), ('const-433', u'LOAD_-1204532602'), ('const-433', u'LOAD_-1204532782'), (u'LOAD_-1204532955', u'CALL_-1204532836'), ('const-20561', u'INT_ADD_-1204532586'), (u'PTRADD_-1204532259', u'LOAD_-1204532834'), (u'CALL_-1204532698', u'INDIRECT_-1204532259'), (u'INT_NOTEQUAL_-1204532235', u'BOOL_OR_-1204532202'), (u'CALL_-1204532836', u'INDIRECT_-1204532393'), (u'PTRADD_-1204532254', u'CAST_-1204532215'), (u'INDIRECT_-1204532247', u'INT_NOTEQUAL_-1204532649'), (u'CAST_-1204532110', u'LOAD_-1204532624'), (u'LOAD_-1204532762', u'CALL_-1204532698'), ('const-2', u'PTRADD_-1204532330'), (u'LOAD_-1204532928', u'CALL_-1204532836'), ('tmp_556', u'CBRANCH_-1204532580'), ('const-0', u'CALL_-1204532836'), ('const-17', u'INT_ADD_-1204532759'), ('tmp_1243', u'PTRADD_-1204532259'), ('const--32', u'PTRSUB_-1204532174'), ('const-1', u'PTRADD_-1204532562'), ('const-3721656', u'COPY_-1204532142'), ('const-10', u'PTRADD_-1204532236'), (u'MULTIEQUAL_-1204532259', u'COPY_-1204532304'), ('const-0', u'CALL_-1204532836'), ('const-3', u'PTRADD_-1204532229'), (u'PTRSUB_-1204532167', u'PTRADD_-1204532166'), ('const-1', u'RETURN_-1204532433')]
| null | null |
002b4900
|
x64
|
O2
|
(translation_unit "/* WARNING: Type propagation algorithm not settling */\n\nbool FUN_002b4900(long param_1,undefined8 *param_2)\n\n{\n ulong uVar1;\n ulong uVar2;\n undefined8 uVar3;\n long local_38 [3];\n undefined8 local_20;\n \n local_38[1] = 0;\n uVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10]);\n local_20 = 0;\n uVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);\n if ((local_38[0] != local_38[2]) && (local_38[0] != 0 || local_38[2] != 0)) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary lt applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }\n return uVar1 < uVar2;\n}\n\n" comment (function_definition "bool FUN_002b4900(long param_1,undefined8 *param_2)\n\n{\n ulong uVar1;\n ulong uVar2;\n undefined8 uVar3;\n long local_38 [3];\n undefined8 local_20;\n \n local_38[1] = 0;\n uVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10]);\n local_20 = 0;\n uVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);\n if ((local_38[0] != local_38[2]) && (local_38[0] != 0 || local_38[2] != 0)) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary lt applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }\n return uVar1 < uVar2;\n}" primitive_type (function_declarator "FUN_002b4900(long param_1,undefined8 *param_2)" identifier (parameter_list "(long param_1,undefined8 *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n ulong uVar1;\n ulong uVar2;\n undefined8 uVar3;\n long local_38 [3];\n undefined8 local_20;\n \n local_38[1] = 0;\n uVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10]);\n local_20 = 0;\n uVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);\n if ((local_38[0] != local_38[2]) && (local_38[0] != 0 || local_38[2] != 0)) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary lt applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }\n return uVar1 < uVar2;\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "long local_38 [3];" (sized_type_specifier "long" long) (array_declarator "local_38 [3]" identifier [ number_literal ]) ;) (declaration "undefined8 local_20;" type_identifier identifier ;) (expression_statement "local_38[1] = 0;" (assignment_expression "local_38[1] = 0" (subscript_expression "local_38[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "uVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10]);" (assignment_expression "uVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10])" identifier = (call_expression "FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10])" identifier (argument_list "(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10])" ( (pointer_expression "*(undefined8 *)(param_1 + 8)" * (cast_expression "(undefined8 *)(param_1 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) , (pointer_expression "*param_2" * identifier) , (subscript_expression "param_2[1]" identifier [ number_literal ]) , (pointer_expression "*(undefined1 *)(param_2 + 2)" * (cast_expression "(undefined1 *)(param_2 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 2)" ( (binary_expression "param_2 + 2" identifier + number_literal) )))) , (pointer_expression "*(undefined1 *)((long)param_2 + 0x11)" * (cast_expression "(undefined1 *)((long)param_2 + 0x11)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x11)" ( (binary_expression "(long)param_2 + 0x11" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) , (subscript_expression "param_2[3]" identifier [ number_literal ]) , (subscript_expression "param_2[4]" identifier [ number_literal ]) , identifier , (binary_expression "local_38 + 1" identifier + number_literal) , number_literal , number_literal , number_literal , number_literal , (subscript_expression "param_2[10]" identifier [ number_literal ]) )))) ;) (expression_statement "local_20 = 0;" (assignment_expression "local_20 = 0" identifier = number_literal) ;) (expression_statement "uVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);" (assignment_expression "uVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10])" identifier = (call_expression "FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10])" identifier (argument_list "(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10])" ( (pointer_expression "*(undefined8 *)(param_1 + 0x10)" * (cast_expression "(undefined8 *)(param_1 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) , (pointer_expression "*param_2" * identifier) , (subscript_expression "param_2[1]" identifier [ number_literal ]) , (pointer_expression "*(undefined1 *)(param_2 + 2)" * (cast_expression "(undefined1 *)(param_2 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 2)" ( (binary_expression "param_2 + 2" identifier + number_literal) )))) , (pointer_expression "*(undefined1 *)((long)param_2 + 0x11)" * (cast_expression "(undefined1 *)((long)param_2 + 0x11)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x11)" ( (binary_expression "(long)param_2 + 0x11" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) , (subscript_expression "param_2[3]" identifier [ number_literal ]) , (subscript_expression "param_2[4]" identifier [ number_literal ]) , (binary_expression "local_38 + 2" identifier + number_literal) , (pointer_expression "&local_20" & identifier) , number_literal , number_literal , number_literal , number_literal , (subscript_expression "param_2[10]" identifier [ number_literal ]) )))) ;) (if_statement "if ((local_38[0] != local_38[2]) && (local_38[0] != 0 || local_38[2] != 0)) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary lt applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }" if (parenthesized_expression "((local_38[0] != local_38[2]) && (local_38[0] != 0 || local_38[2] != 0))" ( (binary_expression "(local_38[0] != local_38[2]) && (local_38[0] != 0 || local_38[2] != 0)" (parenthesized_expression "(local_38[0] != local_38[2])" ( (binary_expression "local_38[0] != local_38[2]" (subscript_expression "local_38[0]" identifier [ number_literal ]) != (subscript_expression "local_38[2]" identifier [ number_literal ])) )) && (parenthesized_expression "(local_38[0] != 0 || local_38[2] != 0)" ( (binary_expression "local_38[0] != 0 || local_38[2] != 0" (binary_expression "local_38[0] != 0" (subscript_expression "local_38[0]" identifier [ number_literal ]) != number_literal) || (binary_expression "local_38[2] != 0" (subscript_expression "local_38[2]" identifier [ number_literal ]) != number_literal)) ))) )) (compound_statement "{\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary lt applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }" { (if_statement "if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" { comment (expression_statement "FUN_0017c650("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (if_statement "if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary lt applied to section relative value");\n FUN_001783d0(uVar3);\n }" if (parenthesized_expression "(*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0')" ( (binary_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0'" (pointer_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" * (cast_expression "(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar3 = gettext("binary lt applied to section relative value");\n FUN_001783d0(uVar3);\n }" { (expression_statement "uVar3 = gettext("binary lt applied to section relative value");" (assignment_expression "uVar3 = gettext("binary lt applied to section relative value")" identifier = (call_expression "gettext("binary lt applied to section relative value")" identifier (argument_list "("binary lt applied to section relative value")" ( (string_literal ""binary lt applied to section relative value"" " string_content ") )))) ;) (expression_statement "FUN_001783d0(uVar3);" (call_expression "FUN_001783d0(uVar3)" identifier (argument_list "(uVar3)" ( identifier ))) ;) })) })) (return_statement "return uVar1 < uVar2;" return (binary_expression "uVar1 < uVar2" identifier < identifier) ;) })))
|
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "STT": Some values do not have unique names */\n/* DWARF original prototype: uint64_t value(Binary_lt * this, Expression_eval_info * eei) */\n\nuint64_t __thiscall gold::Binary_lt::value(Binary_lt *this,Expression_eval_info *eei)\n\n{\n uint64_t uVar1;\n uint64_t uVar2;\n char *format;\n Output_section *left_section;\n uint64_t left_alignment;\n Output_section *right_section;\n uint64_t right_alignment;\n \n left_alignment = 0;\n uVar1 = Expression::eval_maybe_dot\n ((this->super_Binary_expression).left_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &left_section,&left_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer);\n right_alignment = 0;\n uVar2 = Expression::eval_maybe_dot\n ((this->super_Binary_expression).right_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &right_section,&right_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer);\n if ((left_section != right_section) &&\n (left_section != (Output_section *)0x0 || right_section != (Output_section *)0x0)) {\n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value != false) {\n format = (char *)gettext("binary lt applied to section relative value");\n gold_warning(format);\n }\n }\n return (ulong)(uVar1 < uVar2);\n}\n\n" comment comment comment (function_definition "uint64_t __thiscall gold::Binary_lt::value(Binary_lt *this,Expression_eval_info *eei)\n\n{\n uint64_t uVar1;\n uint64_t uVar2;\n char *format;\n Output_section *left_section;\n uint64_t left_alignment;\n Output_section *right_section;\n uint64_t right_alignment;\n \n left_alignment = 0;\n uVar1 = Expression::eval_maybe_dot\n ((this->super_Binary_expression).left_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &left_section,&left_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer);\n right_alignment = 0;\n uVar2 = Expression::eval_maybe_dot\n ((this->super_Binary_expression).right_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &right_section,&right_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer);\n if ((left_section != right_section) &&\n (left_section != (Output_section *)0x0 || right_section != (Output_section *)0x0)) {\n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value != false) {\n format = (char *)gettext("binary lt applied to section relative value");\n gold_warning(format);\n }\n }\n return (ulong)(uVar1 < uVar2);\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Binary_lt::" identifier : : identifier : :) (function_declarator "value(Binary_lt *this,Expression_eval_info *eei)" identifier (parameter_list "(Binary_lt *this,Expression_eval_info *eei)" ( (parameter_declaration "Binary_lt *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Expression_eval_info *eei" type_identifier (pointer_declarator "*eei" * identifier)) ))) (compound_statement "{\n uint64_t uVar1;\n uint64_t uVar2;\n char *format;\n Output_section *left_section;\n uint64_t left_alignment;\n Output_section *right_section;\n uint64_t right_alignment;\n \n left_alignment = 0;\n uVar1 = Expression::eval_maybe_dot\n ((this->super_Binary_expression).left_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &left_section,&left_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer);\n right_alignment = 0;\n uVar2 = Expression::eval_maybe_dot\n ((this->super_Binary_expression).right_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &right_section,&right_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer);\n if ((left_section != right_section) &&\n (left_section != (Output_section *)0x0 || right_section != (Output_section *)0x0)) {\n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value != false) {\n format = (char *)gettext("binary lt applied to section relative value");\n gold_warning(format);\n }\n }\n return (ulong)(uVar1 < uVar2);\n}" { (declaration "uint64_t uVar1;" primitive_type identifier ;) (declaration "uint64_t uVar2;" primitive_type identifier ;) (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (declaration "Output_section *left_section;" type_identifier (pointer_declarator "*left_section" * identifier) ;) (declaration "uint64_t left_alignment;" primitive_type identifier ;) (declaration "Output_section *right_section;" type_identifier (pointer_declarator "*right_section" * identifier) ;) (declaration "uint64_t right_alignment;" primitive_type identifier ;) (expression_statement "left_alignment = 0;" (assignment_expression "left_alignment = 0" identifier = number_literal) ;) (ERROR "uVar1 = Expression::" (assignment_expression "uVar1 = Expression" identifier = identifier) : :) (expression_statement "eval_maybe_dot\n ((this->super_Binary_expression).left_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &left_section,&left_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer);" (call_expression "eval_maybe_dot\n ((this->super_Binary_expression).left_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &left_section,&left_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer)" identifier (argument_list "((this->super_Binary_expression).left_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &left_section,&left_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer)" ( (field_expression "(this->super_Binary_expression).left_" (parenthesized_expression "(this->super_Binary_expression)" ( (field_expression "this->super_Binary_expression" identifier -> field_identifier) )) . field_identifier) , (field_expression "eei->symtab" identifier -> field_identifier) , (field_expression "eei->layout" identifier -> field_identifier) , (field_expression "eei->check_assertions" identifier -> field_identifier) , (field_expression "eei->is_dot_available" identifier -> field_identifier) , (field_expression "eei->dot_value" identifier -> field_identifier) , (field_expression "eei->dot_section" identifier -> field_identifier) , (pointer_expression "&left_section" & identifier) , (pointer_expression "&left_alignment" & identifier) , (cast_expression "(STT *)0x0" ( (type_descriptor "STT *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (cast_expression "(STV *)0x0" ( (type_descriptor "STV *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , false , (field_expression "eei->is_valid_pointer" identifier -> field_identifier) ))) ;) (expression_statement "right_alignment = 0;" (assignment_expression "right_alignment = 0" identifier = number_literal) ;) (ERROR "uVar2 = Expression::" (assignment_expression "uVar2 = Expression" identifier = identifier) : :) (expression_statement "eval_maybe_dot\n ((this->super_Binary_expression).right_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &right_section,&right_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer);" (call_expression "eval_maybe_dot\n ((this->super_Binary_expression).right_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &right_section,&right_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer)" identifier (argument_list "((this->super_Binary_expression).right_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &right_section,&right_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer)" ( (field_expression "(this->super_Binary_expression).right_" (parenthesized_expression "(this->super_Binary_expression)" ( (field_expression "this->super_Binary_expression" identifier -> field_identifier) )) . field_identifier) , (field_expression "eei->symtab" identifier -> field_identifier) , (field_expression "eei->layout" identifier -> field_identifier) , (field_expression "eei->check_assertions" identifier -> field_identifier) , (field_expression "eei->is_dot_available" identifier -> field_identifier) , (field_expression "eei->dot_value" identifier -> field_identifier) , (field_expression "eei->dot_section" identifier -> field_identifier) , (pointer_expression "&right_section" & identifier) , (pointer_expression "&right_alignment" & identifier) , (cast_expression "(STT *)0x0" ( (type_descriptor "STT *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (cast_expression "(STV *)0x0" ( (type_descriptor "STV *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , false , (field_expression "eei->is_valid_pointer" identifier -> field_identifier) ))) ;) (if_statement "if ((left_section != right_section) &&\n (left_section != (Output_section *)0x0 || right_section != (Output_section *)0x0)) {\n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value != false) {\n format = (char *)gettext("binary lt applied to section relative value");\n gold_warning(format);\n }\n }" if (parenthesized_expression "((left_section != right_section) &&\n (left_section != (Output_section *)0x0 || right_section != (Output_section *)0x0))" ( (binary_expression "(left_section != right_section) &&\n (left_section != (Output_section *)0x0 || right_section != (Output_section *)0x0)" (parenthesized_expression "(left_section != right_section)" ( (binary_expression "left_section != right_section" identifier != identifier) )) && (parenthesized_expression "(left_section != (Output_section *)0x0 || right_section != (Output_section *)0x0)" ( (binary_expression "left_section != (Output_section *)0x0 || right_section != (Output_section *)0x0" (binary_expression "left_section != (Output_section *)0x0" identifier != (cast_expression "(Output_section *)0x0" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) || (binary_expression "right_section != (Output_section *)0x0" identifier != (cast_expression "(Output_section *)0x0" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value != false) {\n format = (char *)gettext("binary lt applied to section relative value");\n gold_warning(format);\n }\n }" { (if_statement "if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(parameters->options_ == (General_options *)0x0)" ( (binary_expression "parameters->options_ == (General_options *)0x0" (field_expression "parameters->options_" identifier -> field_identifier) == (cast_expression "(General_options *)0x0" ( (type_descriptor "General_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (if_statement "if ((parameters->options_->relocatable_).value != false) {\n format = (char *)gettext("binary lt applied to section relative value");\n gold_warning(format);\n }" if (parenthesized_expression "((parameters->options_->relocatable_).value != false)" ( (binary_expression "(parameters->options_->relocatable_).value != false" (field_expression "(parameters->options_->relocatable_).value" (parenthesized_expression "(parameters->options_->relocatable_)" ( (field_expression "parameters->options_->relocatable_" (field_expression "parameters->options_" identifier -> field_identifier) -> field_identifier) )) . field_identifier) != false) )) (compound_statement "{\n format = (char *)gettext("binary lt applied to section relative value");\n gold_warning(format);\n }" { (expression_statement "format = (char *)gettext("binary lt applied to section relative value");" (assignment_expression "format = (char *)gettext("binary lt applied to section relative value")" identifier = (cast_expression "(char *)gettext("binary lt applied to section relative value")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("binary lt applied to section relative value")" identifier (argument_list "("binary lt applied to section relative value")" ( (string_literal ""binary lt applied to section relative value"" " string_content ") ))))) ;) (expression_statement "gold_warning(format);" (call_expression "gold_warning(format)" identifier (argument_list "(format)" ( identifier ))) ;) })) })) (return_statement "return (ulong)(uVar1 < uVar2);" return (call_expression "(ulong)(uVar1 < uVar2)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar1 < uVar2)" ( (binary_expression "uVar1 < uVar2" identifier < identifier) ))) ;) })))
|
(translation_unit "bool FUN_002b4900(long param_1,undefined8 *param_2)\n\n{\n ulong uVar1;\n ulong uVar2;\n undefined8 uVar3;\n long local_38 [3];\n undefined8 local_20;\n \n local_38[1] = 0;\n uVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10]);\n local_20 = 0;\n uVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);\n if ((local_38[0] != local_38[2]) && (local_38[0] != 0 || local_38[2] != 0)) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary lt applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }\n return uVar1 < uVar2;\n}\n\n" (function_definition "bool FUN_002b4900(long param_1,undefined8 *param_2)\n\n{\n ulong uVar1;\n ulong uVar2;\n undefined8 uVar3;\n long local_38 [3];\n undefined8 local_20;\n \n local_38[1] = 0;\n uVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10]);\n local_20 = 0;\n uVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);\n if ((local_38[0] != local_38[2]) && (local_38[0] != 0 || local_38[2] != 0)) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary lt applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }\n return uVar1 < uVar2;\n}" primitive_type (function_declarator "FUN_002b4900(long param_1,undefined8 *param_2)" identifier (parameter_list "(long param_1,undefined8 *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n ulong uVar1;\n ulong uVar2;\n undefined8 uVar3;\n long local_38 [3];\n undefined8 local_20;\n \n local_38[1] = 0;\n uVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10]);\n local_20 = 0;\n uVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);\n if ((local_38[0] != local_38[2]) && (local_38[0] != 0 || local_38[2] != 0)) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary lt applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }\n return uVar1 < uVar2;\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "long local_38 [3];" (sized_type_specifier "long" long) (array_declarator "local_38 [3]" identifier [ number_literal ]) ;) (declaration "undefined8 local_20;" type_identifier identifier ;) (expression_statement "local_38[1] = 0;" (assignment_expression "local_38[1] = 0" (subscript_expression "local_38[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "uVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10]);" (assignment_expression "uVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10])" identifier = (call_expression "FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10])" identifier (argument_list "(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10])" ( (pointer_expression "*(undefined8 *)(param_1 + 8)" * (cast_expression "(undefined8 *)(param_1 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) , (pointer_expression "*param_2" * identifier) , (subscript_expression "param_2[1]" identifier [ number_literal ]) , (pointer_expression "*(undefined1 *)(param_2 + 2)" * (cast_expression "(undefined1 *)(param_2 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 2)" ( (binary_expression "param_2 + 2" identifier + number_literal) )))) , (pointer_expression "*(undefined1 *)((long)param_2 + 0x11)" * (cast_expression "(undefined1 *)((long)param_2 + 0x11)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x11)" ( (binary_expression "(long)param_2 + 0x11" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) , (subscript_expression "param_2[3]" identifier [ number_literal ]) , (subscript_expression "param_2[4]" identifier [ number_literal ]) , identifier , (binary_expression "local_38 + 1" identifier + number_literal) , number_literal , number_literal , number_literal , number_literal , (subscript_expression "param_2[10]" identifier [ number_literal ]) )))) ;) (expression_statement "local_20 = 0;" (assignment_expression "local_20 = 0" identifier = number_literal) ;) (expression_statement "uVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);" (assignment_expression "uVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10])" identifier = (call_expression "FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10])" identifier (argument_list "(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10])" ( (pointer_expression "*(undefined8 *)(param_1 + 0x10)" * (cast_expression "(undefined8 *)(param_1 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) , (pointer_expression "*param_2" * identifier) , (subscript_expression "param_2[1]" identifier [ number_literal ]) , (pointer_expression "*(undefined1 *)(param_2 + 2)" * (cast_expression "(undefined1 *)(param_2 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 2)" ( (binary_expression "param_2 + 2" identifier + number_literal) )))) , (pointer_expression "*(undefined1 *)((long)param_2 + 0x11)" * (cast_expression "(undefined1 *)((long)param_2 + 0x11)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x11)" ( (binary_expression "(long)param_2 + 0x11" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) , (subscript_expression "param_2[3]" identifier [ number_literal ]) , (subscript_expression "param_2[4]" identifier [ number_literal ]) , (binary_expression "local_38 + 2" identifier + number_literal) , (pointer_expression "&local_20" & identifier) , number_literal , number_literal , number_literal , number_literal , (subscript_expression "param_2[10]" identifier [ number_literal ]) )))) ;) (if_statement "if ((local_38[0] != local_38[2]) && (local_38[0] != 0 || local_38[2] != 0)) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary lt applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }" if (parenthesized_expression "((local_38[0] != local_38[2]) && (local_38[0] != 0 || local_38[2] != 0))" ( (binary_expression "(local_38[0] != local_38[2]) && (local_38[0] != 0 || local_38[2] != 0)" (parenthesized_expression "(local_38[0] != local_38[2])" ( (binary_expression "local_38[0] != local_38[2]" (subscript_expression "local_38[0]" identifier [ number_literal ]) != (subscript_expression "local_38[2]" identifier [ number_literal ])) )) && (parenthesized_expression "(local_38[0] != 0 || local_38[2] != 0)" ( (binary_expression "local_38[0] != 0 || local_38[2] != 0" (binary_expression "local_38[0] != 0" (subscript_expression "local_38[0]" identifier [ number_literal ]) != number_literal) || (binary_expression "local_38[2] != 0" (subscript_expression "local_38[2]" identifier [ number_literal ]) != number_literal)) ))) )) (compound_statement "{\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary lt applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }" { (if_statement "if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" { (expression_statement "FUN_0017c650("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (if_statement "if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary lt applied to section relative value");\n FUN_001783d0(uVar3);\n }" if (parenthesized_expression "(*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0')" ( (binary_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0'" (pointer_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" * (cast_expression "(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar3 = gettext("binary lt applied to section relative value");\n FUN_001783d0(uVar3);\n }" { (expression_statement "uVar3 = gettext("binary lt applied to section relative value");" (assignment_expression "uVar3 = gettext("binary lt applied to section relative value")" identifier = (call_expression "gettext("binary lt applied to section relative value")" identifier (argument_list "("binary lt applied to section relative value")" ( (string_literal ""binary lt applied to section relative value"" " string_content ") )))) ;) (expression_statement "FUN_001783d0(uVar3);" (call_expression "FUN_001783d0(uVar3)" identifier (argument_list "(uVar3)" ( identifier ))) ;) })) })) (return_statement "return uVar1 < uVar2;" return (binary_expression "uVar1 < uVar2" identifier < identifier) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * IDENT) , (subscript_expression IDENT [ LIT ]) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , IDENT , (binary_expression IDENT + LIT) , LIT , LIT , LIT , LIT , (subscript_expression IDENT [ LIT ]) )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * IDENT) , (subscript_expression IDENT [ LIT ]) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (binary_expression IDENT + LIT) , (pointer_expression & IDENT) , LIT , LIT , LIT , LIT , (subscript_expression IDENT [ LIT ]) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != (subscript_expression IDENT [ LIT ])) )) && (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) || (binary_expression (subscript_expression IDENT [ LIT ]) != LIT)) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) })) (return_statement return (binary_expression IDENT < IDENT) ;) })))
|
(function_definition "bool FUN_002b4900(long param_1,undefined8 *param_2)\n\n{\n ulong uVar1;\n ulong uVar2;\n undefined8 uVar3;\n long local_38 [3];\n undefined8 local_20;\n \n local_38[1] = 0;\n uVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10]);\n local_20 = 0;\n uVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);\n if ((local_38[0] != local_38[2]) && (local_38[0] != 0 || local_38[2] != 0)) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary lt applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }\n return uVar1 < uVar2;\n}" (primitive_type "bool") (function_declarator "FUN_002b4900(long param_1,undefined8 *param_2)" (identifier "FUN_002b4900") (parameter_list "(long param_1,undefined8 *param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 *param_2" (type_identifier "undefined8") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n ulong uVar1;\n ulong uVar2;\n undefined8 uVar3;\n long local_38 [3];\n undefined8 local_20;\n \n local_38[1] = 0;\n uVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10]);\n local_20 = 0;\n uVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);\n if ((local_38[0] != local_38[2]) && (local_38[0] != 0 || local_38[2] != 0)) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary lt applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }\n return uVar1 < uVar2;\n}" ({ "{") (declaration "ulong uVar1;" (type_identifier "ulong") (identifier "uVar1") (; ";")) (declaration "ulong uVar2;" (type_identifier "ulong") (identifier "uVar2") (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "long local_38 [3];" (sized_type_specifier "long" (long "long")) (array_declarator "local_38 [3]" (identifier "local_38") ([ "[") (number_literal "3") (] "]")) (; ";")) (declaration "undefined8 local_20;" (type_identifier "undefined8") (identifier "local_20") (; ";")) (expression_statement "local_38[1] = 0;" (assignment_expression "local_38[1] = 0" (subscript_expression "local_38[1]" (identifier "local_38") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10]);" (assignment_expression "uVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10])" (identifier "uVar1") (= "=") (call_expression "FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10])" (identifier "FUN_002b1020") (argument_list "(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10])" (( "(") (pointer_expression "*(undefined8 *)(param_1 + 8)" (* "*") (cast_expression "(undefined8 *)(param_1 + 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (, ",") (pointer_expression "*param_2" (* "*") (identifier "param_2")) (, ",") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")) (, ",") (pointer_expression "*(undefined1 *)(param_2 + 2)" (* "*") (cast_expression "(undefined1 *)(param_2 + 2)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 2)" (( "(") (binary_expression "param_2 + 2" (identifier "param_2") (+ "+") (number_literal "2")) () ")")))) (, ",") (pointer_expression "*(undefined1 *)((long)param_2 + 0x11)" (* "*") (cast_expression "(undefined1 *)((long)param_2 + 0x11)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_2 + 0x11)" (( "(") (binary_expression "(long)param_2 + 0x11" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (number_literal "0x11")) () ")")))) (, ",") (subscript_expression "param_2[3]" (identifier "param_2") ([ "[") (number_literal "3") (] "]")) (, ",") (subscript_expression "param_2[4]" (identifier "param_2") ([ "[") (number_literal "4") (] "]")) (, ",") (identifier "local_38") (, ",") (binary_expression "local_38 + 1" (identifier "local_38") (+ "+") (number_literal "1")) (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (subscript_expression "param_2[10]" (identifier "param_2") ([ "[") (number_literal "10") (] "]")) () ")")))) (; ";")) (expression_statement "local_20 = 0;" (assignment_expression "local_20 = 0" (identifier "local_20") (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);" (assignment_expression "uVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10])" (identifier "uVar2") (= "=") (call_expression "FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10])" (identifier "FUN_002b1020") (argument_list "(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10])" (( "(") (pointer_expression "*(undefined8 *)(param_1 + 0x10)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (, ",") (pointer_expression "*param_2" (* "*") (identifier "param_2")) (, ",") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")) (, ",") (pointer_expression "*(undefined1 *)(param_2 + 2)" (* "*") (cast_expression "(undefined1 *)(param_2 + 2)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 2)" (( "(") (binary_expression "param_2 + 2" (identifier "param_2") (+ "+") (number_literal "2")) () ")")))) (, ",") (pointer_expression "*(undefined1 *)((long)param_2 + 0x11)" (* "*") (cast_expression "(undefined1 *)((long)param_2 + 0x11)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_2 + 0x11)" (( "(") (binary_expression "(long)param_2 + 0x11" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (number_literal "0x11")) () ")")))) (, ",") (subscript_expression "param_2[3]" (identifier "param_2") ([ "[") (number_literal "3") (] "]")) (, ",") (subscript_expression "param_2[4]" (identifier "param_2") ([ "[") (number_literal "4") (] "]")) (, ",") (binary_expression "local_38 + 2" (identifier "local_38") (+ "+") (number_literal "2")) (, ",") (pointer_expression "&local_20" (& "&") (identifier "local_20")) (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (subscript_expression "param_2[10]" (identifier "param_2") ([ "[") (number_literal "10") (] "]")) () ")")))) (; ";")) (if_statement "if ((local_38[0] != local_38[2]) && (local_38[0] != 0 || local_38[2] != 0)) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary lt applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }" (if "if") (parenthesized_expression "((local_38[0] != local_38[2]) && (local_38[0] != 0 || local_38[2] != 0))" (( "(") (binary_expression "(local_38[0] != local_38[2]) && (local_38[0] != 0 || local_38[2] != 0)" (parenthesized_expression "(local_38[0] != local_38[2])" (( "(") (binary_expression "local_38[0] != local_38[2]" (subscript_expression "local_38[0]" (identifier "local_38") ([ "[") (number_literal "0") (] "]")) (!= "!=") (subscript_expression "local_38[2]" (identifier "local_38") ([ "[") (number_literal "2") (] "]"))) () ")")) (&& "&&") (parenthesized_expression "(local_38[0] != 0 || local_38[2] != 0)" (( "(") (binary_expression "local_38[0] != 0 || local_38[2] != 0" (binary_expression "local_38[0] != 0" (subscript_expression "local_38[0]" (identifier "local_38") ([ "[") (number_literal "0") (] "]")) (!= "!=") (number_literal "0")) (|| "||") (binary_expression "local_38[2] != 0" (subscript_expression "local_38[2]" (identifier "local_38") ([ "[") (number_literal "2") (] "]")) (!= "!=") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary lt applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }" ({ "{") (if_statement "if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" (if "if") (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0)" (( "(") (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" (( "(") (binary_expression "PTR_DAT_0043e6b0 + 0x10" (identifier "PTR_DAT_0043e6b0") (+ "+") (number_literal "0x10")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x5c,"options")" (identifier "FUN_0017c650") (argument_list "("../../gold/parameters.h",0x5c,"options")" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x5c") (, ",") (string_literal ""options"" (" """) (string_content "options") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary lt applied to section relative value");\n FUN_001783d0(uVar3);\n }" (if "if") (parenthesized_expression "(*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0')" (( "(") (binary_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0'" (pointer_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" (* "*") (cast_expression "(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" (( "(") (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" (( "(") (binary_expression "PTR_DAT_0043e6b0 + 0x10" (identifier "PTR_DAT_0043e6b0") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x5051")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n uVar3 = gettext("binary lt applied to section relative value");\n FUN_001783d0(uVar3);\n }" ({ "{") (expression_statement "uVar3 = gettext("binary lt applied to section relative value");" (assignment_expression "uVar3 = gettext("binary lt applied to section relative value")" (identifier "uVar3") (= "=") (call_expression "gettext("binary lt applied to section relative value")" (identifier "gettext") (argument_list "("binary lt applied to section relative value")" (( "(") (string_literal ""binary lt applied to section relative value"" (" """) (string_content "binary lt applied to section relative value") (" """)) () ")")))) (; ";")) (expression_statement "FUN_001783d0(uVar3);" (call_expression "FUN_001783d0(uVar3)" (identifier "FUN_001783d0") (argument_list "(uVar3)" (( "(") (identifier "uVar3") () ")"))) (; ";")) (} "}"))) (} "}"))) (return_statement "return uVar1 < uVar2;" (return "return") (binary_expression "uVar1 < uVar2" (identifier "uVar1") (< "<") (identifier "uVar2")) (; ";")) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "STT": Some values do not have unique names */
/* DWARF original prototype: uint64_t value(Binary_lt * this, Expression_eval_info * eei) */
uint64_t __thiscall gold::type_1::function_1(type_1 *this,type_2 *eei)
{
uint64_t var_7;
uint64_t var_8;
char *format;
type_3 *var_2;
uint64_t left_alignment;
type_3 *var_3;
uint64_t right_alignment;
left_alignment = 0;
var_7 = Expression::var_1
((this->super_Binary_expression).left_,eei->symtab,eei->layout,
eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,
&var_2,&left_alignment,(type_4 *)0x0,(type_5 *)0x0,(type_6 *)0x0,false,
eei->is_valid_pointer);
right_alignment = 0;
var_8 = Expression::var_1
((this->super_Binary_expression).right_,eei->symtab,eei->layout,
eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,
&var_3,&right_alignment,(type_4 *)0x0,(type_5 *)0x0,(type_6 *)0x0,false,
eei->is_valid_pointer);
if ((var_2 != var_3) &&
(var_2 != (type_3 *)0x0 || var_3 != (type_3 *)0x0)) {
if (parameters->options_ == (type_7 *)0x0) {
/* WARNING: Subroutine does not return */
var_4("../../gold/parameters.h",0x5c,"options");
}
if ((parameters->options_->relocatable_).function_1 != false) {
format = (char *)var_5("binary lt applied to section relative value");
var_6(format);
}
}
return (ulong)(var_7 < var_8);
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (identifier)) (subscript_expression argument: (identifier) index: (number_literal)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (identifier) (binary_expression left: (identifier) right: (number_literal)) (number_literal) (number_literal) (number_literal) (number_literal) (subscript_expression argument: (identifier) index: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (identifier)) (subscript_expression argument: (identifier) index: (number_literal)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (binary_expression left: (identifier) right: (number_literal)) (pointer_expression argument: (identifier)) (number_literal) (number_literal) (number_literal) (number_literal) (subscript_expression argument: (identifier) index: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) right: (parenthesized_expression (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))))) (return_statement (binary_expression left: (identifier) right: (identifier))))))
| null |
/* WARNING: Type propagation algorithm not settling */
bool MASKED(long param_1,undefined8 *param_2)
{
ulong uVar1;
ulong uVar2;
undefined8 uVar3;
long local_38 [3];
undefined8 local_20;
local_38[1] = 0;
uVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)
,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,
local_38 + 1,0,0,0,0,param_2[10]);
local_20 = 0;
uVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],
*(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]
,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);
if ((local_38[0] != local_38[2]) && (local_38[0] != 0 || local_38[2] != 0)) {
if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/parameters.h",0x5c,"options");
}
if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {
uVar3 = gettext("binary lt applied to section relative value");
FUN_001783d0(uVar3);
}
}
return uVar1 < uVar2;
}
|
231_alpha-linux-gnu-objcopy_and_alpha-linux-gnu-objcopy_strip.c
|
debug_record_variable
|
FUN_0010f350
|
bfd_boolean
debug_record_variable
(void *handle,char *name,debug_type_conflict type,debug_var_kind kind,bfd_vma val)
{
long lVar1;
debug_name *pdVar2;
debug_variable *pdVar3;
undefined8 uVar4;
debug_object_kind kind_00;
debug_handle *info;
debug_handle *info_00;
if ((name == (char *)0x0) || (type == (debug_type_conflict)0x0)) {
return 0;
}
if ((*(long *)((long)handle + 8) == 0) || (lVar1 = *(long *)((long)handle + 0x10), lVar1 == 0)) {
uVar4 = dcgettext(0,"debug_record_variable: no current file",5);
fprintf(stderr,"%s\n",uVar4);
}
else {
if (kind - DEBUG_GLOBAL < 2) {
info_00 = (debug_handle *)(lVar1 + 0x10);
kind_00 = (kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG;
}
else {
info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28);
kind_00 = DEBUG_OBJECT_TYPE;
if (*(long *)((long)handle + 0x20) == 0) {
info_00 = (debug_handle *)(lVar1 + 0x10);
kind_00 = DEBUG_OBJECT_TYPE;
}
}
pdVar2 = debug_add_to_namespace
(info_00,(debug_namespace **)name,(char *)0x2,kind_00,
(debug_object_linkage)val);
if (pdVar2 != (debug_name *)0x0) {
pdVar3 = (debug_variable *)xmalloc(0x18);
*(undefined4 *)&pdVar3->field_0x4 = 0;
pdVar3->kind = kind;
pdVar3->type = type;
pdVar3->val = val;
(pdVar2->u).variable = pdVar3;
return 1;
}
}
return 0;
}
|
undefined8 FUN_0010f350(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)
{
long lVar1;
int *piVar2;
undefined8 uVar3;
char cVar4;
long lVar5;
if ((param_2 == 0) || (param_3 == 0)) {
return 0;
}
if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {
uVar3 = dcgettext(0,"debug_record_variable: no current file",5);
fprintf(stderr,"%s\n",uVar3);
}
else {
if (param_4 - 1U < 2) {
lVar5 = lVar1 + 0x10;
cVar4 = (param_4 == 1) + '\x01';
}
else {
cVar4 = '\0';
lVar5 = *(long *)(param_1 + 0x20) + 0x28;
if (*(long *)(param_1 + 0x20) == 0) {
lVar5 = lVar1 + 0x10;
}
}
lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);
if (lVar1 != 0) {
piVar2 = (int *)xmalloc(0x18);
piVar2[1] = 0;
*piVar2 = param_4;
*(long *)(piVar2 + 2) = param_3;
*(undefined8 *)(piVar2 + 4) = param_5;
*(int **)(lVar1 + 0x20) = piVar2;
return 1;
}
}
return 0;
}
|
TEST RSI,RSI
JZ 0x0010f448
TEST RDX,RDX
JZ 0x0010f448
PUSH R13
PUSH R12
MOV R12D,ECX
PUSH RBP
MOV RBP,R8
PUSH RBX
MOV RBX,RDX
SUB RSP,0x8
CMP qword ptr [RDI + 0x8],0x0
JZ 0x0010f3f0
MOV RAX,qword ptr [RDI + 0x10]
TEST RAX,RAX
JZ 0x0010f3f0
LEA EDX,[RCX + -0x1]
CMP EDX,0x1
JBE 0x0010f430
MOV RDX,qword ptr [RDI + 0x20]
ADD RAX,0x10
XOR ECX,ECX
LEA RDI,[RDX + 0x28]
TEST RDX,RDX
CMOVZ RDI,RAX
MOV EDX,0x2
CALL 0x0010d1f0
MOV R13,RAX
TEST RAX,RAX
JZ 0x0010f41b
MOV EDI,0x18
CALL 0x00104370
MOV dword ptr [RAX + 0x4],0x0
MOV dword ptr [RAX],R12D
MOV qword ptr [RAX + 0x8],RBX
MOV qword ptr [RAX + 0x10],RBP
MOV qword ptr [R13 + 0x20],RAX
ADD RSP,0x8
MOV EAX,0x1
POP RBX
POP RBP
POP R12
POP R13
RET
MOV EDX,0x5
LEA RSI,[0x122c90]
XOR EDI,EDI
CALL 0x00104240
MOV RDI,qword ptr [0x0012c9e0]
LEA RSI,[0x12456f]
MOV RDX,RAX
XOR EAX,EAX
CALL 0x001044a0
ADD RSP,0x8
XOR EAX,EAX
POP RBX
POP RBP
POP R12
POP R13
RET
XOR ECX,ECX
CMP R12D,0x1
LEA RDI,[RAX + 0x10]
SETZ CL
ADD ECX,0x1
JMP 0x0010f3a6
XOR EAX,EAX
RET
| null | null | null | null |
[(u'COPY_-1206913512', u'MULTIEQUAL_-1206913607'), (u'COPY_-1206913581', u'RETURN_-1206913664'), ('tmp_806', u'CAST_-1206913491'), (u'CAST_-1206913452', u'COPY_-1206913512'), ('const-433', u'STORE_-1206913954'), (u'PTRSUB_-1206913399', u'PTRSUB_-1206913382'), ('tmp_809', u'INT_EQUAL_-1206913749'), (u'INT_ADD_-1206914103', u'CAST_-1206913481'), (u'COPY_-1206913682', u'RETURN_-1206913879'), ('tmp_809', u'INT_SUB_-1206914080'), ('const-16', u'PTRSUB_-1206913404'), (u'CAST_-1206913294', u'MULTIEQUAL_-1206913607'), ('const-0', u'PTRSUB_-1206913382'), ('const-1191056', u'COPY_-1206913428'), ('const-0', u'STORE_-1206913963'), ('tmp_322', u'CBRANCH_-1206914016'), (u'SUBPIECE_-1206913687', u'CALL_-1206914000'), ('tmp_808', u'STORE_-1206913948'), ('const-433', u'STORE_-1206913948'), ('const-8', u'PTRSUB_-1206913409'), (u'INT_ZEXT_-1206913402', u'INT_ADD_-1206913720'), (u'COPY_-1206913513', u'MULTIEQUAL_-1206913607'), (u'LOAD_-1206914070', u'INT_ADD_-1206914022'), ('const-16', u'INT_ADD_-1206914045'), ('tmp_50', u'CBRANCH_-1206914188'), (u'CAST_-1206913409', u'STORE_-1206913934'), (u'INT_ADD_-1206913720', u'MULTIEQUAL_-1206913517'), (u'STORE_-1206913934', u'INDIRECT_-1206913439'), ('const-433', u'STORE_-1206913934'), ('tmp_227', u'CBRANCH_-1206914075'), ('const-0', u'RETURN_-1206913777'), (u'CAST_-1206913428', u'CALL_-1206914000'), ('const-32', u'PTRSUB_-1206913399'), ('const-0', u'COPY_-1206913574'), ('const-1', u'INT_ADD_-1206913720'), ('const-0', u'SUBPIECE_-1206913687'), (u'INDIRECT_-1206913383', u'MULTIEQUAL_-1206913368'), (u'CALL_-1206914000', u'INDIRECT_-1206913489'), (u'CAST_-1206913445', u'COPY_-1206913513'), ('const-16', u'INT_ADD_-1206913732'), ('tmp_806', u'CAST_-1206913482'), ('const-0', u'INT_EQUAL_-1206914100'), (u'CAST_-1206913409', u'PTRSUB_-1206913409'), ('tmp_808', u'INT_EQUAL_-1206914190'), (u'LOAD_-1206914139', u'INT_EQUAL_-1206914124'), (u'INT_SUB_-1206914080', u'INT_LESS_-1206914066'), (u'INT_EQUAL_-1206914209', u'CBRANCH_-1206914207'), ('const-0', u'COPY_-1206913617'), ('tmp_809', u'STORE_-1206913954'), ('const-0', u'INT_EQUAL_-1206914209'), ('const-1197423', u'COPY_-1206913403'), ('const-0', u'RETURN_-1206913879'), (u'CAST_-1206913409', u'PTRSUB_-1206913404'), ('const-1', u'INT_EQUAL_-1206913749'), (u'CAST_-1206913458', u'INT_ADD_-1206914054'), ('tmp_152', u'CBRANCH_-1206914120'), ('const-5', u'CALL_-1206913772'), (u'INT_EQUAL_-1206914100', u'CBRANCH_-1206914098'), ('const-0', u'COPY_-1206913592'), ('const-16', u'INT_ADD_-1206914103'), ('const-433', u'STORE_-1206913963'), (u'CAST_-1206913490', u'LOAD_-1206914139'), (u'INT_NOTEQUAL_-1206913981', u'CBRANCH_-1206913980'), (u'PTRSUB_-1206913421', u'CAST_-1206913403'), ('const-433', u'LOAD_-1206914070'), ('const-0', u'RETURN_-1206913664'), (u'COPY_-1206913574', u'COPY_-1206913510'), (u'INT_ADD_-1206914045', u'CAST_-1206913452'), (u'LOAD_-1206914119', u'INT_EQUAL_-1206914100'), (u'PTRSUB_-1206913404', u'STORE_-1206913941'), (u'INDIRECT_-1206913489', u'MULTIEQUAL_-1206913368'), ('const-0', u'INT_EQUAL_-1206914020'), (u'CALL_-1206913967', u'INDIRECT_-1206913470'), (u'STORE_-1206913948', u'INDIRECT_-1206913449'), (u'PTRSUB_-1206913413', u'STORE_-1206913954'), ('const-2', u'CALL_-1206914000'), (u'COPY_-1206913511', u'MULTIEQUAL_-1206913517'), (u'PTRSUB_-1206913409', u'STORE_-1206913948'), (u'INT_EQUAL_-1206914190', u'CBRANCH_-1206914188'), ('const-8', u'INT_ADD_-1206914123'), (u'CAST_-1206913403', u'STORE_-1206913963'), ('tmp_807', u'INT_EQUAL_-1206914209'), ('const-1', u'INT_SUB_-1206914080'), (u'INT_EQUAL_-1206914020', u'CBRANCH_-1206914016'), ('const-0', u'INT_NOTEQUAL_-1206913981'), ('const-0', u'INT_EQUAL_-1206914190'), (u'CAST_-1206913481', u'LOAD_-1206914119'), (u'STORE_-1206913963', u'INDIRECT_-1206913461'), (u'MULTIEQUAL_-1206913517', u'CALL_-1206914000'), (u'CALL_-1206913732', u'INDIRECT_-1206913383'), ('const-0', u'COPY_-1206913581'), (u'CAST_-1206913491', u'INT_ADD_-1206914123'), ('tmp_674', u'BRANCH_-1206913724'), (u'CALL_-1206913772', u'CALL_-1206913732'), (u'LOAD_-1206914070', u'INT_EQUAL_-1206914020'), ('tmp_1761', u'COPY_-1206913386'), (u'CALL_-1206914000', u'PTRSUB_-1206913399'), ('const-32', u'INT_ADD_-1206914054'), ('const-4', u'PTRSUB_-1206913421'), ('tmp_810', u'SUBPIECE_-1206913687'), ('const-0', u'INT_EQUAL_-1206914124'), (u'INDIRECT_-1206913439', u'COPY_-1206913487'), (u'COPY_-1206913592', u'COPY_-1206913511'), ('const-40', u'INT_ADD_-1206914022'), (u'INT_ADD_-1206914123', u'CAST_-1206913490'), (u'STORE_-1206913954', u'INDIRECT_-1206913453'), (u'MULTIEQUAL_-1206913368', u'COPY_-1206913422'), (u'INDIRECT_-1206913408', u'CALL_-1206913732'), ('const-1', u'COPY_-1206913682'), (u'LOAD_-1206914119', u'INT_ADD_-1206914045'), ('const-433', u'LOAD_-1206914139'), ('tmp_24', u'CBRANCH_-1206914207'), (u'INT_EQUAL_-1206914124', u'CBRANCH_-1206914120'), (u'INT_ADD_-1206914054', u'CAST_-1206913457'), (u'COPY_-1206913403', u'CALL_-1206913732'), ('tmp_807', u'CAST_-1206913428'), ('tmp_810', u'STORE_-1206913941'), ('tmp_806', u'CAST_-1206913458'), ('tmp_362', u'CBRANCH_-1206913980'), (u'INT_EQUAL_-1206913749', u'INT_ZEXT_-1206913402'), (u'CAST_-1206913409', u'PTRSUB_-1206913413'), (u'LOAD_-1206914119', u'INT_ADD_-1206913732'), (u'CAST_-1206913457', u'LOAD_-1206914070'), (u'CALL_-1206913967', u'CAST_-1206913409'), (u'PTRSUB_-1206913382', u'STORE_-1206913934'), ('const-0', u'CALL_-1206913772'), (u'CALL_-1206913772', u'INDIRECT_-1206913408'), (u'INT_ADD_-1206914022', u'CAST_-1206913445'), (u'COPY_-1206913428', u'CALL_-1206913772'), ('const-433', u'STORE_-1206913941'), (u'INT_ADD_-1206913732', u'CAST_-1206913294'), (u'INT_LESS_-1206914066', u'CBRANCH_-1206914075'), ('const-2', u'INT_LESS_-1206914066'), (u'STORE_-1206913941', u'INDIRECT_-1206913444'), ('const-433', u'LOAD_-1206914119'), ('const-24', u'CALL_-1206913967'), (u'CAST_-1206913482', u'INT_ADD_-1206914103'), ('tmp_186', u'CBRANCH_-1206914098'), (u'CAST_-1206913409', u'PTRSUB_-1206913421'), (u'COPY_-1206913510', u'MULTIEQUAL_-1206913517'), (u'MULTIEQUAL_-1206913607', u'CALL_-1206914000'), ('const-0', u'PTRSUB_-1206913413'), (u'CALL_-1206914000', u'INT_NOTEQUAL_-1206913981'), (u'COPY_-1206913617', u'RETURN_-1206913777')]
|
[('const-2', u'CALL_-1206914000'), ('const-1191056', u'COPY_-1206913449'), (u'INT_ADD_-1206914022', u'COPY_-1206913536'), (u'COPY_-1206913536', u'MULTIEQUAL_-1206913611'), (u'PTRADD_-1206913432', u'CAST_-1206913425'), ('tmp_1428', u'INT_ADD_-1206914054'), (u'CALL_-1206913967', u'INDIRECT_-1206913498'), (u'INDIRECT_-1206913411', u'MULTIEQUAL_-1206913396'), (u'STORE_-1206913934', u'INDIRECT_-1206913467'), ('tmp_1420', u'INT_EQUAL_-1206914190'), ('const-1', u'COPY_-1206913918'), ('tmp_322', u'CBRANCH_-1206914016'), ('const-0', u'STORE_-1206913963'), ('const-433', u'STORE_-1206913963'), ('tmp_1419', u'INT_EQUAL_-1206914209'), ('const-433', u'LOAD_-1206914070'), (u'CAST_-1206913486', u'LOAD_-1206914070'), (u'INT_ADD_-1206913732', u'MULTIEQUAL_-1206913611'), (u'LOAD_-1206914070', u'INT_ADD_-1206914022'), ('const-16', u'INT_ADD_-1206914045'), (u'COPY_-1206913684', u'RETURN_-1206913664'), ('tmp_50', u'CBRANCH_-1206914188'), (u'STORE_-1206913954', u'INDIRECT_-1206913481'), ('const-433', u'STORE_-1206913934'), (u'INDIRECT_-1206913436', u'CALL_-1206913732'), ('tmp_227', u'CBRANCH_-1206914075'), ('const-0', u'RETURN_-1206913777'), (u'STORE_-1206913941', u'INDIRECT_-1206913472'), ('const-5', u'CALL_-1206913772'), (u'INDIRECT_-1206913467', u'COPY_-1206913515'), ('const-16', u'INT_ADD_-1206913732'), (u'INT_ADD_-1206914045', u'COPY_-1206913535'), (u'CAST_-1206913441', u'PTRADD_-1206913443'), (u'CAST_-1206913441', u'PTRADD_-1206913432'), ('const-0', u'INT_EQUAL_-1206914100'), ('const-1197423', u'COPY_-1206913424'), (u'CALL_-1206914000', u'INT_ADD_-1206913920'), (u'LOAD_-1206914139', u'INT_EQUAL_-1206914124'), ('tmp_1738', u'INT_EQUAL_-1206913749'), (u'INT_SUB_-1206914080', u'INT_LESS_-1206914066'), (u'INT_EQUAL_-1206914209', u'CBRANCH_-1206914207'), ('const-4', u'PTRADD_-1206913432'), ('const-24', u'CALL_-1206913967'), ('const-4', u'PTRADD_-1206913443'), ('const-0', u'COPY_-1206913684'), (u'CAST_-1206913420', u'STORE_-1206913941'), ('const-0', u'INT_EQUAL_-1206914209'), ('const-0', u'RETURN_-1206913879'), (u'MULTIEQUAL_-1206913480', u'CALL_-1206914000'), (u'CALL_-1206913772', u'INDIRECT_-1206913436'), ('tmp_152', u'CBRANCH_-1206914120'), ('const-4', u'PTRADD_-1206913427'), (u'INT_EQUAL_-1206914100', u'CBRANCH_-1206914098'), (u'INT_ADD_-1206913371', u'MULTIEQUAL_-1206913480'), (u'INT_ADD_-1206913920', u'CAST_-1206913415'), ('const-16', u'INT_ADD_-1206914103'), (u'INT_ADD_-1206914054', u'CAST_-1206913486'), ('const-0', u'COPY_-1206913819'), (u'MULTIEQUAL_-1206913396', u'COPY_-1206913450'), (u'CALL_-1206913732', u'INDIRECT_-1206913411'), (u'INDIRECT_-1206913517', u'MULTIEQUAL_-1206913396'), ('const-433', u'LOAD_-1206914119'), (u'INT_NOTEQUAL_-1206913981', u'CBRANCH_-1206913980'), ('const-1', u'INT_ADD_-1206913371'), ('tmp_1720', u'COPY_-1206913414'), ('tmp_1738', u'STORE_-1206913954'), (u'INT_ADD_-1206914103', u'CAST_-1206913508'), ('const-0', u'RETURN_-1206913664'), (u'LOAD_-1206914119', u'INT_EQUAL_-1206914100'), ('const-0', u'INT_EQUAL_-1206914020'), ('const-0', u'CALL_-1206913772'), ('tmp_1428', u'INT_ADD_-1206914103'), ('tmp_1420', u'STORE_-1206913948'), (u'CAST_-1206913415', u'STORE_-1206913934'), ('const-32', u'INT_ADD_-1206913920'), (u'INT_EQUAL_-1206914190', u'CBRANCH_-1206914188'), (u'COPY_-1206913535', u'MULTIEQUAL_-1206913611'), ('tmp_1426', u'STORE_-1206913941'), ('const-0', u'COPY_-1206913551'), ('const-8', u'INT_ADD_-1206914123'), (u'PTRADD_-1206913427', u'CAST_-1206913420'), (u'INT_EQUAL_-1206914020', u'CBRANCH_-1206914016'), (u'MULTIEQUAL_-1206913611', u'CALL_-1206914000'), ('const-0', u'INT_NOTEQUAL_-1206913981'), ('const-0', u'INT_EQUAL_-1206914190'), ('const-2', u'INT_LESS_-1206914066'), (u'COPY_-1206913551', u'MULTIEQUAL_-1206913480'), (u'COPY_-1206913449', u'CALL_-1206913772'), ('tmp_674', u'BRANCH_-1206913724'), (u'CALL_-1206913772', u'CALL_-1206913732'), (u'CAST_-1206913441', u'PTRADD_-1206913427'), (u'LOAD_-1206914070', u'INT_EQUAL_-1206914020'), ('const-32', u'INT_ADD_-1206914054'), ('const-433', u'STORE_-1206913948'), ('tmp_1419', u'CALL_-1206914000'), (u'STORE_-1206913963', u'INDIRECT_-1206913489'), ('const-40', u'INT_ADD_-1206914022'), ('tmp_1428', u'INT_ADD_-1206914123'), (u'COPY_-1206913424', u'CALL_-1206913732'), ('tmp_1738', u'INT_SUB_-1206914080'), (u'CALL_-1206913967', u'CAST_-1206913441'), (u'CAST_-1206913441', u'STORE_-1206913954'), ('const-1', u'PTRADD_-1206913443'), (u'LOAD_-1206914119', u'INT_ADD_-1206914045'), ('tmp_24', u'CBRANCH_-1206914207'), (u'INT_EQUAL_-1206914124', u'CBRANCH_-1206914120'), ('const-4', u'PTRADD_-1206913427'), (u'INT_EQUAL_-1206913749', u'INT_ADD_-1206913371'), ('const-433', u'LOAD_-1206914139'), (u'CAST_-1206913516', u'LOAD_-1206914139'), (u'STORE_-1206913948', u'INDIRECT_-1206913477'), (u'INT_ADD_-1206914123', u'CAST_-1206913516'), (u'CAST_-1206913508', u'LOAD_-1206914119'), ('tmp_362', u'CBRANCH_-1206913980'), (u'COPY_-1206913819', u'RETURN_-1206913777'), ('const-2', u'PTRADD_-1206913432'), (u'LOAD_-1206914119', u'INT_ADD_-1206913732'), (u'CAST_-1206913441', u'STORE_-1206913934'), ('const-0', u'INT_EQUAL_-1206914124'), ('const-433', u'STORE_-1206913954'), (u'CALL_-1206914000', u'INDIRECT_-1206913517'), ('const-1', u'INT_EQUAL_-1206913749'), (u'INT_LESS_-1206914066', u'CBRANCH_-1206914075'), (u'PTRADD_-1206913443', u'STORE_-1206913963'), ('const-433', u'STORE_-1206913941'), ('tmp_186', u'CBRANCH_-1206914098'), (u'CAST_-1206913425', u'STORE_-1206913948'), ('const-1', u'INT_SUB_-1206914080'), (u'CALL_-1206914000', u'INT_NOTEQUAL_-1206913981'), (u'COPY_-1206913918', u'RETURN_-1206913879')]
| null | null |
0010f350
|
x64
|
O2
|
(translation_unit "undefined8 FUN_0010f350(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)\n\n{\n long lVar1;\n int *piVar2;\n undefined8 uVar3;\n char cVar4;\n long lVar5;\n \n if ((param_2 == 0) || (param_3 == 0)) {\n return 0;\n }\n if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }\n else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }\n return 0;\n}\n\n" (function_definition "undefined8 FUN_0010f350(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)\n\n{\n long lVar1;\n int *piVar2;\n undefined8 uVar3;\n char cVar4;\n long lVar5;\n \n if ((param_2 == 0) || (param_3 == 0)) {\n return 0;\n }\n if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }\n else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }\n return 0;\n}" type_identifier (function_declarator "FUN_0010f350(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)" identifier (parameter_list "(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n int *piVar2;\n undefined8 uVar3;\n char cVar4;\n long lVar5;\n \n if ((param_2 == 0) || (param_3 == 0)) {\n return 0;\n }\n if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }\n else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }\n return 0;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "char cVar4;" primitive_type identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (if_statement "if ((param_2 == 0) || (param_3 == 0)) {\n return 0;\n }" if (parenthesized_expression "((param_2 == 0) || (param_3 == 0))" ( (binary_expression "(param_2 == 0) || (param_3 == 0)" (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )) || (parenthesized_expression "(param_3 == 0)" ( (binary_expression "param_3 == 0" identifier == number_literal) ))) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }\n else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }" if (parenthesized_expression "((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0))" ( (binary_expression "(*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)" (parenthesized_expression "(*(long *)(param_1 + 8) == 0)" ( (binary_expression "*(long *)(param_1 + 8) == 0" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) == number_literal) )) || (parenthesized_expression "(lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)" ( (comma_expression "lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0" (assignment_expression "lVar1 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) , (binary_expression "lVar1 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }" { (expression_statement "uVar3 = dcgettext(0,"debug_record_variable: no current file",5);" (assignment_expression "uVar3 = dcgettext(0,"debug_record_variable: no current file",5)" identifier = (call_expression "dcgettext(0,"debug_record_variable: no current file",5)" identifier (argument_list "(0,"debug_record_variable: no current file",5)" ( number_literal , (string_literal ""debug_record_variable: no current file"" " string_content ") , number_literal )))) ;) (expression_statement "fprintf(stderr,"%s\n",uVar3);" (call_expression "fprintf(stderr,"%s\n",uVar3)" identifier (argument_list "(stderr,"%s\n",uVar3)" ( identifier , (string_literal ""%s\n"" " string_content escape_sequence ") , identifier ))) ;) }) (else_clause "else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }" else (compound_statement "{\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }" { (if_statement "if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }" if (parenthesized_expression "(param_4 - 1U < 2)" ( (binary_expression "param_4 - 1U < 2" (binary_expression "param_4 - 1U" identifier - number_literal) < number_literal) )) (compound_statement "{\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }" { (expression_statement "lVar5 = lVar1 + 0x10;" (assignment_expression "lVar5 = lVar1 + 0x10" identifier = (binary_expression "lVar1 + 0x10" identifier + number_literal)) ;) (expression_statement "cVar4 = (param_4 == 1) + '\x01';" (assignment_expression "cVar4 = (param_4 == 1) + '\x01'" identifier = (binary_expression "(param_4 == 1) + '\x01'" (parenthesized_expression "(param_4 == 1)" ( (binary_expression "param_4 == 1" identifier == number_literal) )) + (char_literal "'\x01'" ' escape_sequence '))) ;) }) (else_clause "else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }" else (compound_statement "{\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }" { (expression_statement "cVar4 = '\0';" (assignment_expression "cVar4 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "lVar5 = *(long *)(param_1 + 0x20) + 0x28;" (assignment_expression "lVar5 = *(long *)(param_1 + 0x20) + 0x28" identifier = (binary_expression "*(long *)(param_1 + 0x20) + 0x28" (pointer_expression "*(long *)(param_1 + 0x20)" * (cast_expression "(long *)(param_1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) + number_literal)) ;) (if_statement "if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x20) == 0)" ( (binary_expression "*(long *)(param_1 + 0x20) == 0" (pointer_expression "*(long *)(param_1 + 0x20)" * (cast_expression "(long *)(param_1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n lVar5 = lVar1 + 0x10;\n }" { (expression_statement "lVar5 = lVar1 + 0x10;" (assignment_expression "lVar5 = lVar1 + 0x10" identifier = (binary_expression "lVar1 + 0x10" identifier + number_literal)) ;) })) }))) (expression_statement "lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);" (assignment_expression "lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4)" identifier = (call_expression "FUN_0010d1f0(lVar5,param_2,2,cVar4)" identifier (argument_list "(lVar5,param_2,2,cVar4)" ( identifier , identifier , number_literal , identifier )))) ;) (if_statement "if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }" { (expression_statement "piVar2 = (int *)xmalloc(0x18);" (assignment_expression "piVar2 = (int *)xmalloc(0x18)" identifier = (cast_expression "(int *)xmalloc(0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "piVar2[1] = 0;" (assignment_expression "piVar2[1] = 0" (subscript_expression "piVar2[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*piVar2 = param_4;" (assignment_expression "*piVar2 = param_4" (pointer_expression "*piVar2" * identifier) = identifier) ;) (expression_statement "*(long *)(piVar2 + 2) = param_3;" (assignment_expression "*(long *)(piVar2 + 2) = param_3" (pointer_expression "*(long *)(piVar2 + 2)" * (cast_expression "(long *)(piVar2 + 2)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2 + 2)" ( (binary_expression "piVar2 + 2" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(piVar2 + 4) = param_5;" (assignment_expression "*(undefined8 *)(piVar2 + 4) = param_5" (pointer_expression "*(undefined8 *)(piVar2 + 4)" * (cast_expression "(undefined8 *)(piVar2 + 4)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2 + 4)" ( (binary_expression "piVar2 + 4" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(int **)(lVar1 + 0x20) = piVar2;" (assignment_expression "*(int **)(lVar1 + 0x20) = piVar2" (pointer_expression "*(int **)(lVar1 + 0x20)" * (cast_expression "(int **)(lVar1 + 0x20)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x20)" ( (binary_expression "lVar1 + 0x20" identifier + number_literal) )))) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) }))) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit "bfd_boolean\ndebug_record_variable\n (void *handle,char *name,debug_type_conflict type,debug_var_kind kind,bfd_vma val)\n\n{\n long lVar1;\n debug_name *pdVar2;\n debug_variable *pdVar3;\n undefined8 uVar4;\n debug_object_kind kind_00;\n debug_handle *info;\n debug_handle *info_00;\n \n if ((name == (char *)0x0) || (type == (debug_type_conflict)0x0)) {\n return 0;\n }\n if ((*(long *)((long)handle + 8) == 0) || (lVar1 = *(long *)((long)handle + 0x10), lVar1 == 0)) {\n uVar4 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar4);\n }\n else {\n if (kind - DEBUG_GLOBAL < 2) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = (kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG;\n }\n else {\n info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28);\n kind_00 = DEBUG_OBJECT_TYPE;\n if (*(long *)((long)handle + 0x20) == 0) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = DEBUG_OBJECT_TYPE;\n }\n }\n pdVar2 = debug_add_to_namespace\n (info_00,(debug_namespace **)name,(char *)0x2,kind_00,\n (debug_object_linkage)val);\n if (pdVar2 != (debug_name *)0x0) {\n pdVar3 = (debug_variable *)xmalloc(0x18);\n *(undefined4 *)&pdVar3->field_0x4 = 0;\n pdVar3->kind = kind;\n pdVar3->type = type;\n pdVar3->val = val;\n (pdVar2->u).variable = pdVar3;\n return 1;\n }\n }\n return 0;\n}\n\n" (function_definition "bfd_boolean\ndebug_record_variable\n (void *handle,char *name,debug_type_conflict type,debug_var_kind kind,bfd_vma val)\n\n{\n long lVar1;\n debug_name *pdVar2;\n debug_variable *pdVar3;\n undefined8 uVar4;\n debug_object_kind kind_00;\n debug_handle *info;\n debug_handle *info_00;\n \n if ((name == (char *)0x0) || (type == (debug_type_conflict)0x0)) {\n return 0;\n }\n if ((*(long *)((long)handle + 8) == 0) || (lVar1 = *(long *)((long)handle + 0x10), lVar1 == 0)) {\n uVar4 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar4);\n }\n else {\n if (kind - DEBUG_GLOBAL < 2) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = (kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG;\n }\n else {\n info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28);\n kind_00 = DEBUG_OBJECT_TYPE;\n if (*(long *)((long)handle + 0x20) == 0) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = DEBUG_OBJECT_TYPE;\n }\n }\n pdVar2 = debug_add_to_namespace\n (info_00,(debug_namespace **)name,(char *)0x2,kind_00,\n (debug_object_linkage)val);\n if (pdVar2 != (debug_name *)0x0) {\n pdVar3 = (debug_variable *)xmalloc(0x18);\n *(undefined4 *)&pdVar3->field_0x4 = 0;\n pdVar3->kind = kind;\n pdVar3->type = type;\n pdVar3->val = val;\n (pdVar2->u).variable = pdVar3;\n return 1;\n }\n }\n return 0;\n}" type_identifier (function_declarator "debug_record_variable\n (void *handle,char *name,debug_type_conflict type,debug_var_kind kind,bfd_vma val)" identifier (parameter_list "(void *handle,char *name,debug_type_conflict type,debug_var_kind kind,bfd_vma val)" ( (parameter_declaration "void *handle" primitive_type (pointer_declarator "*handle" * identifier)) , (parameter_declaration "char *name" primitive_type (pointer_declarator "*name" * identifier)) , (parameter_declaration "debug_type_conflict type" type_identifier identifier) , (parameter_declaration "debug_var_kind kind" type_identifier identifier) , (parameter_declaration "bfd_vma val" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n debug_name *pdVar2;\n debug_variable *pdVar3;\n undefined8 uVar4;\n debug_object_kind kind_00;\n debug_handle *info;\n debug_handle *info_00;\n \n if ((name == (char *)0x0) || (type == (debug_type_conflict)0x0)) {\n return 0;\n }\n if ((*(long *)((long)handle + 8) == 0) || (lVar1 = *(long *)((long)handle + 0x10), lVar1 == 0)) {\n uVar4 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar4);\n }\n else {\n if (kind - DEBUG_GLOBAL < 2) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = (kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG;\n }\n else {\n info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28);\n kind_00 = DEBUG_OBJECT_TYPE;\n if (*(long *)((long)handle + 0x20) == 0) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = DEBUG_OBJECT_TYPE;\n }\n }\n pdVar2 = debug_add_to_namespace\n (info_00,(debug_namespace **)name,(char *)0x2,kind_00,\n (debug_object_linkage)val);\n if (pdVar2 != (debug_name *)0x0) {\n pdVar3 = (debug_variable *)xmalloc(0x18);\n *(undefined4 *)&pdVar3->field_0x4 = 0;\n pdVar3->kind = kind;\n pdVar3->type = type;\n pdVar3->val = val;\n (pdVar2->u).variable = pdVar3;\n return 1;\n }\n }\n return 0;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "debug_name *pdVar2;" type_identifier (pointer_declarator "*pdVar2" * identifier) ;) (declaration "debug_variable *pdVar3;" type_identifier (pointer_declarator "*pdVar3" * identifier) ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "debug_object_kind kind_00;" type_identifier identifier ;) (declaration "debug_handle *info;" type_identifier (pointer_declarator "*info" * identifier) ;) (declaration "debug_handle *info_00;" type_identifier (pointer_declarator "*info_00" * identifier) ;) (if_statement "if ((name == (char *)0x0) || (type == (debug_type_conflict)0x0)) {\n return 0;\n }" if (parenthesized_expression "((name == (char *)0x0) || (type == (debug_type_conflict)0x0))" ( (binary_expression "(name == (char *)0x0) || (type == (debug_type_conflict)0x0)" (parenthesized_expression "(name == (char *)0x0)" ( (binary_expression "name == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(type == (debug_type_conflict)0x0)" ( (binary_expression "type == (debug_type_conflict)0x0" identifier == (cast_expression "(debug_type_conflict)0x0" ( (type_descriptor "debug_type_conflict" type_identifier) ) number_literal)) ))) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if ((*(long *)((long)handle + 8) == 0) || (lVar1 = *(long *)((long)handle + 0x10), lVar1 == 0)) {\n uVar4 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar4);\n }\n else {\n if (kind - DEBUG_GLOBAL < 2) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = (kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG;\n }\n else {\n info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28);\n kind_00 = DEBUG_OBJECT_TYPE;\n if (*(long *)((long)handle + 0x20) == 0) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = DEBUG_OBJECT_TYPE;\n }\n }\n pdVar2 = debug_add_to_namespace\n (info_00,(debug_namespace **)name,(char *)0x2,kind_00,\n (debug_object_linkage)val);\n if (pdVar2 != (debug_name *)0x0) {\n pdVar3 = (debug_variable *)xmalloc(0x18);\n *(undefined4 *)&pdVar3->field_0x4 = 0;\n pdVar3->kind = kind;\n pdVar3->type = type;\n pdVar3->val = val;\n (pdVar2->u).variable = pdVar3;\n return 1;\n }\n }" if (parenthesized_expression "((*(long *)((long)handle + 8) == 0) || (lVar1 = *(long *)((long)handle + 0x10), lVar1 == 0))" ( (binary_expression "(*(long *)((long)handle + 8) == 0) || (lVar1 = *(long *)((long)handle + 0x10), lVar1 == 0)" (parenthesized_expression "(*(long *)((long)handle + 8) == 0)" ( (binary_expression "*(long *)((long)handle + 8) == 0" (pointer_expression "*(long *)((long)handle + 8)" * (cast_expression "(long *)((long)handle + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)handle + 8)" ( (binary_expression "(long)handle + 8" (cast_expression "(long)handle" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) )) || (parenthesized_expression "(lVar1 = *(long *)((long)handle + 0x10), lVar1 == 0)" ( (comma_expression "lVar1 = *(long *)((long)handle + 0x10), lVar1 == 0" (assignment_expression "lVar1 = *(long *)((long)handle + 0x10)" identifier = (pointer_expression "*(long *)((long)handle + 0x10)" * (cast_expression "(long *)((long)handle + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)handle + 0x10)" ( (binary_expression "(long)handle + 0x10" (cast_expression "(long)handle" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) , (binary_expression "lVar1 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n uVar4 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar4);\n }" { (expression_statement "uVar4 = dcgettext(0,"debug_record_variable: no current file",5);" (assignment_expression "uVar4 = dcgettext(0,"debug_record_variable: no current file",5)" identifier = (call_expression "dcgettext(0,"debug_record_variable: no current file",5)" identifier (argument_list "(0,"debug_record_variable: no current file",5)" ( number_literal , (string_literal ""debug_record_variable: no current file"" " string_content ") , number_literal )))) ;) (expression_statement "fprintf(stderr,"%s\n",uVar4);" (call_expression "fprintf(stderr,"%s\n",uVar4)" identifier (argument_list "(stderr,"%s\n",uVar4)" ( identifier , (string_literal ""%s\n"" " string_content escape_sequence ") , identifier ))) ;) }) (else_clause "else {\n if (kind - DEBUG_GLOBAL < 2) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = (kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG;\n }\n else {\n info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28);\n kind_00 = DEBUG_OBJECT_TYPE;\n if (*(long *)((long)handle + 0x20) == 0) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = DEBUG_OBJECT_TYPE;\n }\n }\n pdVar2 = debug_add_to_namespace\n (info_00,(debug_namespace **)name,(char *)0x2,kind_00,\n (debug_object_linkage)val);\n if (pdVar2 != (debug_name *)0x0) {\n pdVar3 = (debug_variable *)xmalloc(0x18);\n *(undefined4 *)&pdVar3->field_0x4 = 0;\n pdVar3->kind = kind;\n pdVar3->type = type;\n pdVar3->val = val;\n (pdVar2->u).variable = pdVar3;\n return 1;\n }\n }" else (compound_statement "{\n if (kind - DEBUG_GLOBAL < 2) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = (kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG;\n }\n else {\n info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28);\n kind_00 = DEBUG_OBJECT_TYPE;\n if (*(long *)((long)handle + 0x20) == 0) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = DEBUG_OBJECT_TYPE;\n }\n }\n pdVar2 = debug_add_to_namespace\n (info_00,(debug_namespace **)name,(char *)0x2,kind_00,\n (debug_object_linkage)val);\n if (pdVar2 != (debug_name *)0x0) {\n pdVar3 = (debug_variable *)xmalloc(0x18);\n *(undefined4 *)&pdVar3->field_0x4 = 0;\n pdVar3->kind = kind;\n pdVar3->type = type;\n pdVar3->val = val;\n (pdVar2->u).variable = pdVar3;\n return 1;\n }\n }" { (if_statement "if (kind - DEBUG_GLOBAL < 2) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = (kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG;\n }\n else {\n info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28);\n kind_00 = DEBUG_OBJECT_TYPE;\n if (*(long *)((long)handle + 0x20) == 0) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = DEBUG_OBJECT_TYPE;\n }\n }" if (parenthesized_expression "(kind - DEBUG_GLOBAL < 2)" ( (binary_expression "kind - DEBUG_GLOBAL < 2" (binary_expression "kind - DEBUG_GLOBAL" identifier - identifier) < number_literal) )) (compound_statement "{\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = (kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG;\n }" { (expression_statement "info_00 = (debug_handle *)(lVar1 + 0x10);" (assignment_expression "info_00 = (debug_handle *)(lVar1 + 0x10)" identifier = (cast_expression "(debug_handle *)(lVar1 + 0x10)" ( (type_descriptor "debug_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) )))) ;) (expression_statement "kind_00 = (kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG;" (assignment_expression "kind_00 = (kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG" identifier = (binary_expression "(kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG" (parenthesized_expression "(kind == DEBUG_GLOBAL)" ( (binary_expression "kind == DEBUG_GLOBAL" identifier == identifier) )) + identifier)) ;) }) (else_clause "else {\n info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28);\n kind_00 = DEBUG_OBJECT_TYPE;\n if (*(long *)((long)handle + 0x20) == 0) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = DEBUG_OBJECT_TYPE;\n }\n }" else (compound_statement "{\n info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28);\n kind_00 = DEBUG_OBJECT_TYPE;\n if (*(long *)((long)handle + 0x20) == 0) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = DEBUG_OBJECT_TYPE;\n }\n }" { (expression_statement "info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28);" (assignment_expression "info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28)" identifier = (cast_expression "(debug_handle *)(*(long *)((long)handle + 0x20) + 0x28)" ( (type_descriptor "debug_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)((long)handle + 0x20) + 0x28)" ( (binary_expression "*(long *)((long)handle + 0x20) + 0x28" (pointer_expression "*(long *)((long)handle + 0x20)" * (cast_expression "(long *)((long)handle + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)handle + 0x20)" ( (binary_expression "(long)handle + 0x20" (cast_expression "(long)handle" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + number_literal) )))) ;) (expression_statement "kind_00 = DEBUG_OBJECT_TYPE;" (assignment_expression "kind_00 = DEBUG_OBJECT_TYPE" identifier = identifier) ;) (if_statement "if (*(long *)((long)handle + 0x20) == 0) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = DEBUG_OBJECT_TYPE;\n }" if (parenthesized_expression "(*(long *)((long)handle + 0x20) == 0)" ( (binary_expression "*(long *)((long)handle + 0x20) == 0" (pointer_expression "*(long *)((long)handle + 0x20)" * (cast_expression "(long *)((long)handle + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)handle + 0x20)" ( (binary_expression "(long)handle + 0x20" (cast_expression "(long)handle" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = DEBUG_OBJECT_TYPE;\n }" { (expression_statement "info_00 = (debug_handle *)(lVar1 + 0x10);" (assignment_expression "info_00 = (debug_handle *)(lVar1 + 0x10)" identifier = (cast_expression "(debug_handle *)(lVar1 + 0x10)" ( (type_descriptor "debug_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) )))) ;) (expression_statement "kind_00 = DEBUG_OBJECT_TYPE;" (assignment_expression "kind_00 = DEBUG_OBJECT_TYPE" identifier = identifier) ;) })) }))) (expression_statement "pdVar2 = debug_add_to_namespace\n (info_00,(debug_namespace **)name,(char *)0x2,kind_00,\n (debug_object_linkage)val);" (assignment_expression "pdVar2 = debug_add_to_namespace\n (info_00,(debug_namespace **)name,(char *)0x2,kind_00,\n (debug_object_linkage)val)" identifier = (call_expression "debug_add_to_namespace\n (info_00,(debug_namespace **)name,(char *)0x2,kind_00,\n (debug_object_linkage)val)" identifier (argument_list "(info_00,(debug_namespace **)name,(char *)0x2,kind_00,\n (debug_object_linkage)val)" ( identifier , (cast_expression "(debug_namespace **)name" ( (type_descriptor "debug_namespace **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) , (cast_expression "(char *)0x2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) , identifier , (cast_expression "(debug_object_linkage)val" ( (type_descriptor "debug_object_linkage" type_identifier) ) identifier) )))) ;) (if_statement "if (pdVar2 != (debug_name *)0x0) {\n pdVar3 = (debug_variable *)xmalloc(0x18);\n *(undefined4 *)&pdVar3->field_0x4 = 0;\n pdVar3->kind = kind;\n pdVar3->type = type;\n pdVar3->val = val;\n (pdVar2->u).variable = pdVar3;\n return 1;\n }" if (parenthesized_expression "(pdVar2 != (debug_name *)0x0)" ( (binary_expression "pdVar2 != (debug_name *)0x0" identifier != (cast_expression "(debug_name *)0x0" ( (type_descriptor "debug_name *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pdVar3 = (debug_variable *)xmalloc(0x18);\n *(undefined4 *)&pdVar3->field_0x4 = 0;\n pdVar3->kind = kind;\n pdVar3->type = type;\n pdVar3->val = val;\n (pdVar2->u).variable = pdVar3;\n return 1;\n }" { (expression_statement "pdVar3 = (debug_variable *)xmalloc(0x18);" (assignment_expression "pdVar3 = (debug_variable *)xmalloc(0x18)" identifier = (cast_expression "(debug_variable *)xmalloc(0x18)" ( (type_descriptor "debug_variable *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "*(undefined4 *)&pdVar3->field_0x4 = 0;" (assignment_expression "*(undefined4 *)&pdVar3->field_0x4 = 0" (pointer_expression "*(undefined4 *)&pdVar3->field_0x4" * (cast_expression "(undefined4 *)&pdVar3->field_0x4" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pdVar3->field_0x4" & (field_expression "pdVar3->field_0x4" identifier -> field_identifier)))) = number_literal) ;) (expression_statement "pdVar3->kind = kind;" (assignment_expression "pdVar3->kind = kind" (field_expression "pdVar3->kind" identifier -> field_identifier) = identifier) ;) (expression_statement "pdVar3->type = type;" (assignment_expression "pdVar3->type = type" (field_expression "pdVar3->type" identifier -> field_identifier) = identifier) ;) (expression_statement "pdVar3->val = val;" (assignment_expression "pdVar3->val = val" (field_expression "pdVar3->val" identifier -> field_identifier) = identifier) ;) (expression_statement "(pdVar2->u).variable = pdVar3;" (assignment_expression "(pdVar2->u).variable = pdVar3" (field_expression "(pdVar2->u).variable" (parenthesized_expression "(pdVar2->u)" ( (field_expression "pdVar2->u" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) }))) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit "undefined8 FUN_0010f350(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)\n\n{\n long lVar1;\n int *piVar2;\n undefined8 uVar3;\n char cVar4;\n long lVar5;\n \n if ((param_2 == 0) || (param_3 == 0)) {\n return 0;\n }\n if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }\n else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }\n return 0;\n}\n\n" (function_definition "undefined8 FUN_0010f350(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)\n\n{\n long lVar1;\n int *piVar2;\n undefined8 uVar3;\n char cVar4;\n long lVar5;\n \n if ((param_2 == 0) || (param_3 == 0)) {\n return 0;\n }\n if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }\n else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }\n return 0;\n}" type_identifier (function_declarator "FUN_0010f350(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)" identifier (parameter_list "(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n int *piVar2;\n undefined8 uVar3;\n char cVar4;\n long lVar5;\n \n if ((param_2 == 0) || (param_3 == 0)) {\n return 0;\n }\n if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }\n else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }\n return 0;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "char cVar4;" primitive_type identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (if_statement "if ((param_2 == 0) || (param_3 == 0)) {\n return 0;\n }" if (parenthesized_expression "((param_2 == 0) || (param_3 == 0))" ( (binary_expression "(param_2 == 0) || (param_3 == 0)" (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )) || (parenthesized_expression "(param_3 == 0)" ( (binary_expression "param_3 == 0" identifier == number_literal) ))) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }\n else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }" if (parenthesized_expression "((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0))" ( (binary_expression "(*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)" (parenthesized_expression "(*(long *)(param_1 + 8) == 0)" ( (binary_expression "*(long *)(param_1 + 8) == 0" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) == number_literal) )) || (parenthesized_expression "(lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)" ( (comma_expression "lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0" (assignment_expression "lVar1 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) , (binary_expression "lVar1 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }" { (expression_statement "uVar3 = dcgettext(0,"debug_record_variable: no current file",5);" (assignment_expression "uVar3 = dcgettext(0,"debug_record_variable: no current file",5)" identifier = (call_expression "dcgettext(0,"debug_record_variable: no current file",5)" identifier (argument_list "(0,"debug_record_variable: no current file",5)" ( number_literal , (string_literal ""debug_record_variable: no current file"" " string_content ") , number_literal )))) ;) (expression_statement "fprintf(stderr,"%s\n",uVar3);" (call_expression "fprintf(stderr,"%s\n",uVar3)" identifier (argument_list "(stderr,"%s\n",uVar3)" ( identifier , (string_literal ""%s\n"" " string_content escape_sequence ") , identifier ))) ;) }) (else_clause "else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }" else (compound_statement "{\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }" { (if_statement "if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }" if (parenthesized_expression "(param_4 - 1U < 2)" ( (binary_expression "param_4 - 1U < 2" (binary_expression "param_4 - 1U" identifier - number_literal) < number_literal) )) (compound_statement "{\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }" { (expression_statement "lVar5 = lVar1 + 0x10;" (assignment_expression "lVar5 = lVar1 + 0x10" identifier = (binary_expression "lVar1 + 0x10" identifier + number_literal)) ;) (expression_statement "cVar4 = (param_4 == 1) + '\x01';" (assignment_expression "cVar4 = (param_4 == 1) + '\x01'" identifier = (binary_expression "(param_4 == 1) + '\x01'" (parenthesized_expression "(param_4 == 1)" ( (binary_expression "param_4 == 1" identifier == number_literal) )) + (char_literal "'\x01'" ' escape_sequence '))) ;) }) (else_clause "else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }" else (compound_statement "{\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }" { (expression_statement "cVar4 = '\0';" (assignment_expression "cVar4 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "lVar5 = *(long *)(param_1 + 0x20) + 0x28;" (assignment_expression "lVar5 = *(long *)(param_1 + 0x20) + 0x28" identifier = (binary_expression "*(long *)(param_1 + 0x20) + 0x28" (pointer_expression "*(long *)(param_1 + 0x20)" * (cast_expression "(long *)(param_1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) + number_literal)) ;) (if_statement "if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x20) == 0)" ( (binary_expression "*(long *)(param_1 + 0x20) == 0" (pointer_expression "*(long *)(param_1 + 0x20)" * (cast_expression "(long *)(param_1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n lVar5 = lVar1 + 0x10;\n }" { (expression_statement "lVar5 = lVar1 + 0x10;" (assignment_expression "lVar5 = lVar1 + 0x10" identifier = (binary_expression "lVar1 + 0x10" identifier + number_literal)) ;) })) }))) (expression_statement "lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);" (assignment_expression "lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4)" identifier = (call_expression "FUN_0010d1f0(lVar5,param_2,2,cVar4)" identifier (argument_list "(lVar5,param_2,2,cVar4)" ( identifier , identifier , number_literal , identifier )))) ;) (if_statement "if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }" { (expression_statement "piVar2 = (int *)xmalloc(0x18);" (assignment_expression "piVar2 = (int *)xmalloc(0x18)" identifier = (cast_expression "(int *)xmalloc(0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "piVar2[1] = 0;" (assignment_expression "piVar2[1] = 0" (subscript_expression "piVar2[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*piVar2 = param_4;" (assignment_expression "*piVar2 = param_4" (pointer_expression "*piVar2" * identifier) = identifier) ;) (expression_statement "*(long *)(piVar2 + 2) = param_3;" (assignment_expression "*(long *)(piVar2 + 2) = param_3" (pointer_expression "*(long *)(piVar2 + 2)" * (cast_expression "(long *)(piVar2 + 2)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2 + 2)" ( (binary_expression "piVar2 + 2" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(piVar2 + 4) = param_5;" (assignment_expression "*(undefined8 *)(piVar2 + 4) = param_5" (pointer_expression "*(undefined8 *)(piVar2 + 4)" * (cast_expression "(undefined8 *)(piVar2 + 4)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2 + 4)" ( (binary_expression "piVar2 + 4" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(int **)(lVar1 + 0x20) = piVar2;" (assignment_expression "*(int **)(lVar1 + 0x20) = piVar2" (pointer_expression "*(int **)(lVar1 + 0x20)" * (cast_expression "(int **)(lVar1 + 0x20)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x20)" ( (binary_expression "lVar1 + 0x20" identifier + number_literal) )))) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) }))) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (binary_expression IDENT == LIT) ))) )) (compound_statement { (return_statement return LIT ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) , (binary_expression IDENT == LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content escape_sequence ") , IDENT ))) ;) }) (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 = (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) + (char_literal ' escape_sequence '))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) }))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , LIT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (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 ;) })) }))) (return_statement return LIT ;) })))
|
(function_definition "undefined8 FUN_0010f350(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)\n\n{\n long lVar1;\n int *piVar2;\n undefined8 uVar3;\n char cVar4;\n long lVar5;\n \n if ((param_2 == 0) || (param_3 == 0)) {\n return 0;\n }\n if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }\n else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }\n return 0;\n}" (type_identifier "undefined8") (function_declarator "FUN_0010f350(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)" (identifier "FUN_0010f350") (parameter_list "(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) (, ",") (parameter_declaration "int param_4" (primitive_type "int") (identifier "param_4")) (, ",") (parameter_declaration "undefined8 param_5" (type_identifier "undefined8") (identifier "param_5")) () ")"))) (compound_statement "{\n long lVar1;\n int *piVar2;\n undefined8 uVar3;\n char cVar4;\n long lVar5;\n \n if ((param_2 == 0) || (param_3 == 0)) {\n return 0;\n }\n if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }\n else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }\n return 0;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "char cVar4;" (primitive_type "char") (identifier "cVar4") (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (if_statement "if ((param_2 == 0) || (param_3 == 0)) {\n return 0;\n }" (if "if") (parenthesized_expression "((param_2 == 0) || (param_3 == 0))" (( "(") (binary_expression "(param_2 == 0) || (param_3 == 0)" (parenthesized_expression "(param_2 == 0)" (( "(") (binary_expression "param_2 == 0" (identifier "param_2") (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(param_3 == 0)" (( "(") (binary_expression "param_3 == 0" (identifier "param_3") (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (if_statement "if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }\n else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }" (if "if") (parenthesized_expression "((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0))" (( "(") (binary_expression "(*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)" (parenthesized_expression "(*(long *)(param_1 + 8) == 0)" (( "(") (binary_expression "*(long *)(param_1 + 8) == 0" (pointer_expression "*(long *)(param_1 + 8)" (* "*") (cast_expression "(long *)(param_1 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)" (( "(") (comma_expression "lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0" (assignment_expression "lVar1 = *(long *)(param_1 + 0x10)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (, ",") (binary_expression "lVar1 == 0" (identifier "lVar1") (== "==") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }" ({ "{") (expression_statement "uVar3 = dcgettext(0,"debug_record_variable: no current file",5);" (assignment_expression "uVar3 = dcgettext(0,"debug_record_variable: no current file",5)" (identifier "uVar3") (= "=") (call_expression "dcgettext(0,"debug_record_variable: no current file",5)" (identifier "dcgettext") (argument_list "(0,"debug_record_variable: no current file",5)" (( "(") (number_literal "0") (, ",") (string_literal ""debug_record_variable: no current file"" (" """) (string_content "debug_record_variable: no current file") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "fprintf(stderr,"%s\n",uVar3);" (call_expression "fprintf(stderr,"%s\n",uVar3)" (identifier "fprintf") (argument_list "(stderr,"%s\n",uVar3)" (( "(") (identifier "stderr") (, ",") (string_literal ""%s\n"" (" """) (string_content "%s") (escape_sequence "\n") (" """)) (, ",") (identifier "uVar3") () ")"))) (; ";")) (} "}")) (else_clause "else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }" (else "else") (compound_statement "{\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }" ({ "{") (if_statement "if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }" (if "if") (parenthesized_expression "(param_4 - 1U < 2)" (( "(") (binary_expression "param_4 - 1U < 2" (binary_expression "param_4 - 1U" (identifier "param_4") (- "-") (number_literal "1U")) (< "<") (number_literal "2")) () ")")) (compound_statement "{\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }" ({ "{") (expression_statement "lVar5 = lVar1 + 0x10;" (assignment_expression "lVar5 = lVar1 + 0x10" (identifier "lVar5") (= "=") (binary_expression "lVar1 + 0x10" (identifier "lVar1") (+ "+") (number_literal "0x10"))) (; ";")) (expression_statement "cVar4 = (param_4 == 1) + '\x01';" (assignment_expression "cVar4 = (param_4 == 1) + '\x01'" (identifier "cVar4") (= "=") (binary_expression "(param_4 == 1) + '\x01'" (parenthesized_expression "(param_4 == 1)" (( "(") (binary_expression "param_4 == 1" (identifier "param_4") (== "==") (number_literal "1")) () ")")) (+ "+") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'")))) (; ";")) (} "}")) (else_clause "else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }" (else "else") (compound_statement "{\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }" ({ "{") (expression_statement "cVar4 = '\0';" (assignment_expression "cVar4 = '\0'" (identifier "cVar4") (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (expression_statement "lVar5 = *(long *)(param_1 + 0x20) + 0x28;" (assignment_expression "lVar5 = *(long *)(param_1 + 0x20) + 0x28" (identifier "lVar5") (= "=") (binary_expression "*(long *)(param_1 + 0x20) + 0x28" (pointer_expression "*(long *)(param_1 + 0x20)" (* "*") (cast_expression "(long *)(param_1 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (+ "+") (number_literal "0x28"))) (; ";")) (if_statement "if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }" (if "if") (parenthesized_expression "(*(long *)(param_1 + 0x20) == 0)" (( "(") (binary_expression "*(long *)(param_1 + 0x20) == 0" (pointer_expression "*(long *)(param_1 + 0x20)" (* "*") (cast_expression "(long *)(param_1 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n lVar5 = lVar1 + 0x10;\n }" ({ "{") (expression_statement "lVar5 = lVar1 + 0x10;" (assignment_expression "lVar5 = lVar1 + 0x10" (identifier "lVar5") (= "=") (binary_expression "lVar1 + 0x10" (identifier "lVar1") (+ "+") (number_literal "0x10"))) (; ";")) (} "}"))) (} "}")))) (expression_statement "lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);" (assignment_expression "lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4)" (identifier "lVar1") (= "=") (call_expression "FUN_0010d1f0(lVar5,param_2,2,cVar4)" (identifier "FUN_0010d1f0") (argument_list "(lVar5,param_2,2,cVar4)" (( "(") (identifier "lVar5") (, ",") (identifier "param_2") (, ",") (number_literal "2") (, ",") (identifier "cVar4") () ")")))) (; ";")) (if_statement "if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }" ({ "{") (expression_statement "piVar2 = (int *)xmalloc(0x18);" (assignment_expression "piVar2 = (int *)xmalloc(0x18)" (identifier "piVar2") (= "=") (cast_expression "(int *)xmalloc(0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(0x18)" (identifier "xmalloc") (argument_list "(0x18)" (( "(") (number_literal "0x18") () ")"))))) (; ";")) (expression_statement "piVar2[1] = 0;" (assignment_expression "piVar2[1] = 0" (subscript_expression "piVar2[1]" (identifier "piVar2") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*piVar2 = param_4;" (assignment_expression "*piVar2 = param_4" (pointer_expression "*piVar2" (* "*") (identifier "piVar2")) (= "=") (identifier "param_4")) (; ";")) (expression_statement "*(long *)(piVar2 + 2) = param_3;" (assignment_expression "*(long *)(piVar2 + 2) = param_3" (pointer_expression "*(long *)(piVar2 + 2)" (* "*") (cast_expression "(long *)(piVar2 + 2)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar2 + 2)" (( "(") (binary_expression "piVar2 + 2" (identifier "piVar2") (+ "+") (number_literal "2")) () ")")))) (= "=") (identifier "param_3")) (; ";")) (expression_statement "*(undefined8 *)(piVar2 + 4) = param_5;" (assignment_expression "*(undefined8 *)(piVar2 + 4) = param_5" (pointer_expression "*(undefined8 *)(piVar2 + 4)" (* "*") (cast_expression "(undefined8 *)(piVar2 + 4)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar2 + 4)" (( "(") (binary_expression "piVar2 + 4" (identifier "piVar2") (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "param_5")) (; ";")) (expression_statement "*(int **)(lVar1 + 0x20) = piVar2;" (assignment_expression "*(int **)(lVar1 + 0x20) = piVar2" (pointer_expression "*(int **)(lVar1 + 0x20)" (* "*") (cast_expression "(int **)(lVar1 + 0x20)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar1 + 0x20)" (( "(") (binary_expression "lVar1 + 0x20" (identifier "lVar1") (+ "+") (number_literal "0x20")) () ")")))) (= "=") (identifier "piVar2")) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (} "}")))) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
|
type_1
function_1
(void *handle,char *var_1,type_2 var_2,type_3 var_6,type_4 val)
{
long var_3;
type_5 *var_10;
type_6 *pdVar3;
type_7 uVar4;
type_8 kind_00;
type_9 *info;
type_9 *info_00;
if ((var_1 == (char *)0x0) || (var_2 == (type_2)0x0)) {
return 0;
}
if ((*(long *)((long)handle + 8) == 0) || (var_3 = *(long *)((long)handle + 0x10), var_3 == 0)) {
uVar4 = var_4(0,"debug_record_variable: no current file",5);
var_5(stderr,"%s\n",uVar4);
}
else {
if (var_6 - var_7 < 2) {
info_00 = (type_9 *)(var_3 + 0x10);
kind_00 = (var_6 == var_7) + var_8;
}
else {
info_00 = (type_9 *)(*(long *)((long)handle + 0x20) + 0x28);
kind_00 = DEBUG_OBJECT_TYPE;
if (*(long *)((long)handle + 0x20) == 0) {
info_00 = (type_9 *)(var_3 + 0x10);
kind_00 = DEBUG_OBJECT_TYPE;
}
}
var_10 = var_9
(info_00,(type_10 **)var_1,(char *)0x2,kind_00,
(type_11)val);
if (var_10 != (type_5 *)0x0) {
pdVar3 = (type_6 *)var_11(0x18);
*(type_12 *)&pdVar3->field_0x4 = 0;
pdVar3->var_6 = var_6;
pdVar3->var_2 = var_2;
pdVar3->val = val;
(var_10->u).variable = pdVar3;
return 1;
}
}
return 0;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (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 (return_statement (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content) (escape_sequence)) (identifier))))) 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: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (char_literal (escape_sequence)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (return_statement (number_literal))))))) (return_statement (number_literal)))))
| null |
undefined8 MASKED(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)
{
long lVar1;
int *piVar2;
undefined8 uVar3;
char cVar4;
long lVar5;
if ((param_2 == 0) || (param_3 == 0)) {
return 0;
}
if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {
uVar3 = dcgettext(0,"debug_record_variable: no current file",5);
fprintf(stderr,"%s\n",uVar3);
}
else {
if (param_4 - 1U < 2) {
lVar5 = lVar1 + 0x10;
cVar4 = (param_4 == 1) + '\x01';
}
else {
cVar4 = '\0';
lVar5 = *(long *)(param_1 + 0x20) + 0x28;
if (*(long *)(param_1 + 0x20) == 0) {
lVar5 = lVar1 + 0x10;
}
}
lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);
if (lVar1 != 0) {
piVar2 = (int *)xmalloc(0x18);
piVar2[1] = 0;
*piVar2 = param_4;
*(long *)(piVar2 + 2) = param_3;
*(undefined8 *)(piVar2 + 4) = param_5;
*(int **)(lVar1 + 0x20) = piVar2;
return 1;
}
}
return 0;
}
|
1493_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c
|
~Struct_no_pic_veneer
|
FUN_0015a2b0
|
/* DWARF original prototype: void ~Struct_no_pic_veneer(Struct_no_pic_veneer * this, int __in_chrg)
*/
void __thiscall
gold::General_options::Struct_no_pic_veneer::~Struct_no_pic_veneer
(Struct_no_pic_veneer *this,int __in_chrg)
{
pointer pcVar1;
(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00424e98;
pcVar1 = (this->option).longname._M_dataplus._M_p;
if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*)pcVar1 != &(this->option).longname.field_2) {
operator_delete(pcVar1);
}
operator_delete(this,0x60);
return;
}
|
void FUN_0015a2b0(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00424e98;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002dac70();
}
thunk_FUN_002dac70(param_1,0x60);
return;
}
|
LEA RAX,[0x424e98]
PUSH RBX
MOV RBX,RDI
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x8]
LEA RAX,[RBX + 0x18]
CMP RDI,RAX
JZ 0x0015a2d0
CALL 0x002dac70
MOV RDI,RBX
MOV ESI,0x60
POP RBX
JMP 0x002dac60
| null | null | null | null |
[(u'LOAD_-1207262520', u'CAST_-1207262365'), ('const-0', u'PTRSUB_-1207262377'), ('const-0', u'PTRSUB_-1207262381'), ('tmp_93', u'PTRSUB_-1207262386'), ('tmp_93', u'PTRSUB_-1207262376'), (u'INT_NOTEQUAL_-1207262493', u'CBRANCH_-1207262492'), ('const-0', u'RETURN_-1207262460'), (u'PTRSUB_-1207262377', u'PTRSUB_-1207262374'), (u'PTRSUB_-1207262374', u'LOAD_-1207262520'), ('const-16', u'PTRSUB_-1207262369'), ('tmp_58', u'CBRANCH_-1207262492'), ('const-0', u'PTRSUB_-1207262387'), (u'CAST_-1207262365', u'INT_NOTEQUAL_-1207262493'), ('const-96', u'CALL_-1207262464'), ('tmp_93', u'PTRSUB_-1207262382'), (u'PTRSUB_-1207262387', u'CAST_-1207262377'), ('const-433', u'LOAD_-1207262520'), (u'PTRSUB_-1207262376', u'PTRSUB_-1207262372'), ('const-8', u'PTRSUB_-1207262376'), (u'PTRSUB_-1207262381', u'STORE_-1207262524'), ('const-0', u'PTRSUB_-1207262372'), ('const-0', u'PTRSUB_-1207262386'), (u'LOAD_-1207262520', u'CALL_-1207262485'), (u'CAST_-1207262377', u'STORE_-1207262524'), (u'PTRSUB_-1207262381', u'PTRSUB_-1207262377'), ('const-0', u'PTRSUB_-1207262381'), ('const-433', u'STORE_-1207262524'), (u'PTRSUB_-1207262386', u'PTRSUB_-1207262381'), ('const-4345496', u'PTRSUB_-1207262387'), (u'PTRSUB_-1207262382', u'PTRSUB_-1207262381'), (u'PTRSUB_-1207262372', u'PTRSUB_-1207262369'), (u'PTRSUB_-1207262369', u'INT_NOTEQUAL_-1207262493'), ('tmp_93', u'CALL_-1207262464'), ('const-8', u'PTRSUB_-1207262382'), ('const-0', u'PTRSUB_-1207262374')]
|
[(u'LOAD_-1207262520', u'CAST_-1207262384'), ('const-3', u'PTRADD_-1207262380'), ('const-96', u'CALL_-1207262464'), (u'PTRSUB_-1207262388', u'STORE_-1207262524'), ('tmp_194', u'PTRADD_-1207262385'), (u'CAST_-1207262384', u'INT_NOTEQUAL_-1207262493'), (u'INT_NOTEQUAL_-1207262493', u'CBRANCH_-1207262492'), ('const-0', u'RETURN_-1207262460'), ('const-1', u'PTRADD_-1207262385'), ('tmp_194', u'CALL_-1207262464'), ('const-8', u'PTRADD_-1207262380'), ('const-8', u'PTRADD_-1207262385'), ('const-0', u'PTRSUB_-1207262388'), ('const-433', u'LOAD_-1207262520'), ('tmp_58', u'CBRANCH_-1207262492'), ('const-433', u'STORE_-1207262524'), ('const-4345496', u'PTRSUB_-1207262388'), (u'PTRADD_-1207262380', u'INT_NOTEQUAL_-1207262493'), (u'PTRADD_-1207262385', u'LOAD_-1207262520'), ('tmp_194', u'STORE_-1207262524'), ('tmp_194', u'PTRADD_-1207262380')]
| null | null |
0015a2b0
|
x64
|
O2
|
(translation_unit "void FUN_0015a2b0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00424e98;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x60);\n return;\n}\n\n" (function_definition "void FUN_0015a2b0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00424e98;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x60);\n return;\n}" primitive_type (function_declarator "FUN_0015a2b0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00424e98;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x60);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00424e98;" (assignment_expression "*param_1 = &PTR_FUN_00424e98" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00424e98" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_002dac70(param_1,0x60);" (call_expression "thunk_FUN_002dac70(param_1,0x60)" identifier (argument_list "(param_1,0x60)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void ~Struct_no_pic_veneer(Struct_no_pic_veneer * this, int __in_chrg)\n */\n\nvoid __thiscall\ngold::General_options::Struct_no_pic_veneer::~Struct_no_pic_veneer\n (Struct_no_pic_veneer *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00424e98;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x60);\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::General_options::Struct_no_pic_veneer::~Struct_no_pic_veneer\n (Struct_no_pic_veneer *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00424e98;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x60);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_no_pic_veneer::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_no_pic_veneer\n (Struct_no_pic_veneer *this,int __in_chrg)" identifier (parameter_list "(Struct_no_pic_veneer *this,int __in_chrg)" ( (parameter_declaration "Struct_no_pic_veneer *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00424e98;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x60);\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00424e98;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00424e98" (field_expression "(this->super_Struct_var)._vptr_Struct_var" (parenthesized_expression "(this->super_Struct_var)" ( (field_expression "this->super_Struct_var" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR_parse_to_value_00424e98" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_00424e98" & identifier))) ;) (expression_statement "pcVar1 = (this->option).longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->option).longname._M_dataplus._M_p" identifier = (field_expression "(this->option).longname._M_dataplus._M_p" (field_expression "(this->option).longname._M_dataplus" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->option).longname.field_2" & (field_expression "(this->option).longname.field_2" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) })) (expression_statement "operator_delete(this,0x60);" (call_expression "operator_delete(this,0x60)" identifier (argument_list "(this,0x60)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0015a2b0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00424e98;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x60);\n return;\n}\n\n" (function_definition "void FUN_0015a2b0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00424e98;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x60);\n return;\n}" primitive_type (function_declarator "FUN_0015a2b0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00424e98;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x60);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00424e98;" (assignment_expression "*param_1 = &PTR_FUN_00424e98" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00424e98" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_002dac70(param_1,0x60);" (call_expression "thunk_FUN_002dac70(param_1,0x60)" identifier (argument_list "(param_1,0x60)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0015a2b0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00424e98;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x60);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0015a2b0(undefined8 *param_1)" (identifier "FUN_0015a2b0") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_00424e98;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x60);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00424e98;" (assignment_expression "*param_1 = &PTR_FUN_00424e98" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00424e98" (& "&") (identifier "PTR_FUN_00424e98"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }" (if "if") (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n FUN_002dac70();\n }" ({ "{") (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" (identifier "FUN_002dac70") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "thunk_FUN_002dac70(param_1,0x60);" (call_expression "thunk_FUN_002dac70(param_1,0x60)" (identifier "thunk_FUN_002dac70") (argument_list "(param_1,0x60)" (( "(") (identifier "param_1") (, ",") (number_literal "0x60") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void ~Struct_no_pic_veneer(Struct_no_pic_veneer * this, int __in_chrg)
*/
void __thiscall
gold::General_options::function_1::~function_1
(function_1 *this,int __in_chrg)
{
type_1 var_5;
(this->super_Struct_var)._vptr_Struct_var = (type_2 **)&PTR_parse_to_value_00424e98;
var_5 = (this->option).longname._M_dataplus._M_p;
if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4
*)var_5 != &(this->option).longname.field_2) {
var_6(var_5);
}
var_6(this,0x60);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
| null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00424e98;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002dac70();
}
thunk_FUN_002dac70(param_1,0x60);
return;
}
|
6639_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
|
setup
|
FUN_0028f350
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void setup(Archive * this) */
void __thiscall gold::Archive::setup(Archive *this)
{
General_options *pGVar1;
pointer pcVar2;
int iVar3;
section_size_type sVar4;
Position_dependent_options *pPVar5;
char *format;
uchar *puVar6;
long off;
string armap_name;
string xname;
if ((this->input_file_->file_).size_ == 8) {
return;
}
armap_name.field_2._M_local_buf[0] = '\0';
armap_name._M_dataplus._M_p = (pointer)&armap_name.field_2;
armap_name._M_string_length = 0;
/* try { // try from 0028f395 to 0028f3c2 has its CatchHandler @ 0028f575 */
sVar4 = read_header(this,8,false,&armap_name,(off_t *)0x0);
if (sVar4 == 0xffffffffffffffff) goto LAB_0028f473;
if (armap_name._M_string_length == 0) {
read_armap<32>(this,0x44,sVar4);
LAB_0028f3c3:
off = (sVar4 + 0x45) - (ulong)((sVar4 + 0x44 & 1) == 0);
}
else {
iVar3 = std::string::compare((string *)&armap_name,"/SYM64/");
if (iVar3 == 0) {
read_armap<64>(this,0x44,sVar4);
goto LAB_0028f3c3;
}
/* try { // try from 0028f4af to 0028f507 has its CatchHandler @ 0028f575 */
pPVar5 = Input_file::options(this->input_file_);
off = 8;
if (pPVar5->whole_archive_ == false) {
pcVar2 = (this->name_)._M_dataplus._M_p;
format = (char *)gettext("%s: no archive symbol table (run ranlib)");
gold_error(format,pcVar2);
off = 8;
}
}
xname._M_dataplus._M_p = (pointer)&xname.field_2;
xname.field_2._M_local_buf[0] = '\0';
xname._M_string_length = 0;
/* try { // try from 0028f402 to 0028f406 has its CatchHandler @ 0028f57d */
sVar4 = read_header(this,off,true,&xname,(off_t *)0x0);
if (sVar4 != 0xffffffffffffffff) {
iVar3 = std::string::compare((string *)&xname,"/");
if (iVar3 == 0) {
/* try { // try from 0028f52a to 0028f574 has its CatchHandler @ 0028f57d */
puVar6 = File_read::get_view(&this->input_file_->file_,0,off + 0x3c,sVar4,false,true);
std::string::_M_replace
((string *)&this->extended_names_,0,(this->extended_names_)._M_string_length,
(char *)puVar6,sVar4);
}
pGVar1 = parameters->options_;
if (pGVar1 == (General_options *)0x0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/parameters.h",0x5c,"options");
}
if ((((pGVar1->threads_).value != false) && ((pGVar1->preread_archive_symbols_).value != false))
&& (pGVar1->plugins_ == (Plugin_manager *)0x0)) {
read_all_symbols(this);
}
}
if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*)xname._M_dataplus._M_p != &xname.field_2) {
operator_delete(xname._M_dataplus._M_p);
}
LAB_0028f473:
if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*)armap_name._M_dataplus._M_p != &armap_name.field_2) {
operator_delete(armap_name._M_dataplus._M_p);
}
return;
}
|
void FUN_0028f350(long param_1)
{
int iVar1;
long lVar2;
undefined8 uVar3;
undefined8 uVar4;
long lVar5;
undefined1 *local_68;
long local_60;
undefined1 local_58 [16];
undefined1 *local_48;
undefined8 local_40;
undefined1 local_38 [16];
if (*(long *)(*(long *)(param_1 + 0x38) + 0x58) == 8) {
return;
}
local_58[0] = 0;
local_68 = local_58;
local_60 = 0;
/* try { // try from 0028f395 to 0028f3c2 has its CatchHandler @ 0028f575 */
lVar2 = FUN_0028d290(param_1,8,0,&local_68,0);
if (lVar2 == -1) goto LAB_0028f473;
if (local_60 == 0) {
FUN_00290920(param_1,0x44,lVar2);
LAB_0028f3c3:
lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0);
}
else {
iVar1 = FUN_002e3a40(&local_68,"/SYM64/");
if (iVar1 == 0) {
FUN_00290b20(param_1,0x44,lVar2);
goto LAB_0028f3c3;
}
/* try { // try from 0028f4af to 0028f507 has its CatchHandler @ 0028f575 */
lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38));
lVar5 = 8;
if (*(char *)(lVar2 + 8) == '\0') {
uVar4 = *(undefined8 *)(param_1 + 0x18);
uVar3 = gettext("%s: no archive symbol table (run ranlib)");
FUN_00178320(uVar3,uVar4);
lVar5 = 8;
}
}
local_48 = local_38;
local_38[0] = 0;
local_40 = 0;
/* try { // try from 0028f402 to 0028f406 has its CatchHandler @ 0028f57d */
lVar2 = FUN_0028d290(param_1,lVar5,1,&local_48,0);
if (lVar2 != -1) {
iVar1 = FUN_002e3a40(&local_48,"/");
if (iVar1 == 0) {
/* try { // try from 0028f52a to 0028f574 has its CatchHandler @ 0028f57d */
uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);
FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);
}
lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);
if (lVar2 == 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/parameters.h",0x5c,"options");
}
if (((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&
(*(long *)(lVar2 + 0x9058) == 0)) {
FUN_0028f210(param_1);
}
}
if (local_48 != local_38) {
FUN_002dac60();
}
LAB_0028f473:
if (local_68 != local_58) {
FUN_002dac60();
}
return;
}
|
MOV RAX,qword ptr [RDI + 0x38]
CMP qword ptr [RAX + 0x58],0x8
JZ 0x0028f4f0
PUSH R14
XOR R8D,R8D
XOR EDX,EDX
MOV ESI,0x8
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
MOV RBX,RDI
SUB RSP,0x40
MOV R12,RSP
MOV byte ptr [RSP + 0x10],0x0
LEA RAX,[R12 + 0x10]
MOV RCX,R12
MOV qword ptr [RSP + 0x8],0x0
MOV qword ptr [RSP],RAX
CALL 0x0028d290
MOV RBP,RAX
CMP RAX,-0x1
JZ 0x0028f473
CMP qword ptr [RSP + 0x8],0x0
JNZ 0x0028f498
MOV RDX,RAX
MOV ESI,0x44
MOV RDI,RBX
CALL 0x00290920
ADD RBP,0x44
MOV RAX,RBP
AND EAX,0x1
CMP RAX,0x1
SBB RBP,-0x1
LEA R13,[RSP + 0x20]
XOR R8D,R8D
MOV EDX,0x1
MOV RSI,RBP
LEA RAX,[R13 + 0x10]
MOV RCX,R13
MOV RDI,RBX
MOV byte ptr [RSP + 0x30],0x0
MOV qword ptr [RSP + 0x20],RAX
MOV qword ptr [RSP + 0x28],0x0
CALL 0x0028d290
MOV R14,RAX
CMP RAX,-0x1
JZ 0x0028f460
LEA RSI,[0x38a670]
MOV RDI,R13
CALL 0x002e3a40
TEST EAX,EAX
JZ 0x0028f510
MOV RAX,qword ptr [0x0043e6b0]
MOV RAX,qword ptr [RAX + 0x10]
TEST RAX,RAX
JZ 0x0028f55d
CMP byte ptr [RAX + 0x6381],0x0
JZ 0x0028f460
CMP byte ptr [RAX + 0x4a51],0x0
JZ 0x0028f460
CMP qword ptr [RAX + 0x9058],0x0
JZ 0x0028f550
NOP dword ptr [RAX + RAX*0x1]
MOV RDI,qword ptr [RSP + 0x20]
LEA RDX,[R13 + 0x10]
CMP RDI,RDX
JZ 0x0028f473
CALL 0x002dac60
MOV RDI,qword ptr [RSP]
LEA RDX,[R12 + 0x10]
CMP RDI,RDX
JZ 0x0028f486
CALL 0x002dac60
ADD RSP,0x40
POP RBX
POP RBP
POP R12
POP R13
POP R14
RET
LEA RSI,[0x38a66a]
MOV RDI,R12
CALL 0x002e3a40
TEST EAX,EAX
JZ 0x0028f4f8
MOV RDI,qword ptr [RBX + 0x38]
CALL 0x0017a7e0
CMP byte ptr [RAX + 0x8],0x0
MOV EBP,0x8
JNZ 0x0028f3d5
MOV RBP,qword ptr [RBX + 0x18]
LEA RDI,[0x38a8d8]
CALL 0x00147320
MOV RDI,RAX
MOV RSI,RBP
XOR EAX,EAX
CALL 0x00178320
MOV EBP,0x8
JMP 0x0028f3d5
RET
MOV RDX,RBP
MOV ESI,0x44
MOV RDI,RBX
CALL 0x00290b20
JMP 0x0028f3c3
MOV RAX,qword ptr [RBX + 0x38]
LEA RDX,[RBP + 0x3c]
MOV R9D,0x1
XOR ESI,ESI
XOR R8D,R8D
MOV RCX,R14
LEA RDI,[RAX + 0x28]
CALL 0x0017b1d0
MOV RDX,qword ptr [RBX + 0x80]
LEA RDI,[RBX + 0x78]
MOV R8,R14
XOR ESI,ESI
MOV RCX,RAX
CALL 0x002e2590
JMP 0x0028f427
MOV RDI,RBX
CALL 0x0028f210
JMP 0x0028f460
LEA RDX,[0x38a9f8]
MOV ESI,0x5c
LEA RDI,[0x3726d0]
CALL 0x0017c650
| null | null | null | null |
[(u'CALL_-1204292207', u'INDIRECT_-1204291383'), ('tmp_1276', u'CALL_-1204292632'), ('const-97', u'PTRSUB_-1204291111'), ('const-0', u'CALL_-1204292632'), (u'PTRSUB_-1204291121', u'LOAD_-1204292321'), (u'INT_EQUAL_-1204291988', u'CBRANCH_-1204291978'), (u'CALL_-1204291952', u'CAST_-1204290968'), ('tmp_1276', u'PTRSUB_-1204291388'), (u'CALL_-1204292375', u'INT_EQUAL_-1204292361'), (u'COPY_-1204290914', u'CALL_-1204291888'), ('const--72', u'PTRSUB_-1204291231'), ('const-1', u'INT_AND_-1204291595'), (u'INDIRECT_-1204291500', u'MULTIEQUAL_-1204291483'), ('tmp_557', u'CBRANCH_-1204292360'), (u'LOAD_-1204292277', u'INT_EQUAL_-1204292262'), ('const-8', u'PTRSUB_-1204291011'), (u'CALL_-1204291924', u'INDIRECT_-1204291005'), (u'MULTIEQUAL_-1204291462', u'MULTIEQUAL_-1204291445'), (u'MULTIEQUAL_-1204291364', u'MULTIEQUAL_-1204291309'), (u'COPY_-1204291119', u'CALL_-1204292034'), (u'CALL_-1204292416', u'INDIRECT_-1204291347'), ('const--104', u'PTRSUB_-1204291075'), ('const-0', u'INT_EQUAL_-1204292262'), (u'MULTIEQUAL_-1204291322', u'MULTIEQUAL_-1204291267'), (u'LOAD_-1204292774', u'INT_EQUAL_-1204292759'), (u'INDIRECT_-1204291296', u'MULTIEQUAL_-1204291289'), (u'INDIRECT_-1204291547', u'MULTIEQUAL_-1204291310'), (u'CALL_-1204292559', u'INDIRECT_-1204291521'), (u'PTRSUB_-1204291248', u'CAST_-1204291146'), ('tmp_1088', u'CBRANCH_-1204292019'), ('const-433', u'LOAD_-1204292347'), (u'CALL_-1204291924', u'INDIRECT_-1204291195'), (u'PTRSUB_-1204290916', u'LOAD_-1204291985'), (u'INDIRECT_-1204291233', u'MULTIEQUAL_-1204291226'), (u'MULTIEQUAL_-1204291351', u'MULTIEQUAL_-1204291331'), (u'PTRSUB_-1204291355', u'LOAD_-1204292774'), (u'CALL_-1204292034', u'INDIRECT_-1204291256'), ('const-1', u'CALL_-1204292416'), (u'CALL_-1204291888', u'INDIRECT_-1204291061'), ('tmp_1204', u'BRANCH_-1204291915'), (u'MULTIEQUAL_-1204291448', u'PTRSUB_-1204291156'), ('tmp_1276', u'PTRSUB_-1204290874'), (u'CAST_-1204291013', u'CALL_-1204292034'), (u'INDIRECT_-1204291241', u'MULTIEQUAL_-1204291445'), (u'INT_NOTEQUAL_-1204292305', u'CBRANCH_-1204292300'), (u'INDIRECT_-1204291521', u'MULTIEQUAL_-1204291504'), ('const-0', u'CALL_-1204291924'), (u'PTRSUB_-1204291142', u'PTRSUB_-1204291121'), (u'CALL_-1204292207', u'INDIRECT_-1204291338'), (u'CALL_-1204292207', u'INDIRECT_-1204291317'), (u'CALL_-1204292170', u'INDIRECT_-1204291276'), (u'INDIRECT_-1204291613', u'MULTIEQUAL_-1204291373'), ('const-433', u'LOAD_-1204291973'), (u'INDIRECT_-1204291385', u'MULTIEQUAL_-1204291364'), ('tmp_519', u'CBRANCH_-1204292394'), ('tmp_2896', u'PTRSUB_-1204291335'), ('tmp_1051', u'BRANCH_-1204291877'), ('tmp_701', u'CBRANCH_-1204292255'), (u'MULTIEQUAL_-1204291504', u'MULTIEQUAL_-1204291487'), ('const-3712624', u'COPY_-1204291254'), ('const-60', u'INT_ADD_-1204291962'), (u'INT_EQUAL_-1204292518', u'INT_ZEXT_-1204292499'), (u'INT_NOTEQUAL_-1204292283', u'CBRANCH_-1204292278'), ('const-8', u'COPY_-1204291989'), ('const-3713528', u'COPY_-1204290910'), (u'MULTIEQUAL_-1204291331', u'CALL_-1204292170'), (u'CALL_-1204291924', u'INDIRECT_-1204291049'), (u'INDIRECT_-1204291526', u'MULTIEQUAL_-1204291289'), ('const-433', u'LOAD_-1204292299'), (u'CALL_-1204292207', u'INDIRECT_-1204291296'), (u'CALL_-1204292632', u'INDIRECT_-1204291613'), (u'INT_EQUAL_-1204292262', u'CBRANCH_-1204292255'), ('const-68', u'CALL_-1204292559'), (u'PTRSUB_-1204291095', u'PTRSUB_-1204291077'), (u'LOAD_-1204292347', u'PTRSUB_-1204291131'), (u'MULTIEQUAL_-1204291393', u'MULTIEQUAL_-1204291373'), (u'CALL_-1204292632', u'INDIRECT_-1204291526'), (u'INDIRECT_-1204291245', u'MULTIEQUAL_-1204291546'), ('const-433', u'LOAD_-1204292321'), (u'MULTIEQUAL_-1204291288', u'CAST_-1204291064'), ('const-0', u'COPY_-1204292656'), (u'INDIRECT_-1204291479', u'MULTIEQUAL_-1204291462'), ('const-97', u'PTRSUB_-1204291121'), (u'INDIRECT_-1204291089', u'MULTIEQUAL_-1204291330'), (u'CALL_-1204292170', u'INDIRECT_-1204291297'), (u'CALL_-1204292632', u'INDIRECT_-1204291547'), (u'CALL_-1204292375', u'INDIRECT_-1204291343'), (u'INT_ADD_-1204292539', u'INT_AND_-1204291595'), ('const-68', u'INT_ADD_-1204292539'), (u'CALL_-1204291888', u'INDIRECT_-1204291082'), (u'CALL_-1204292632', u'INDIRECT_-1204291484'), (u'INT_EQUAL_-1204292020', u'CBRANCH_-1204292019'), ('tmp_2896', u'PTRSUB_-1204291248'), (u'INDIRECT_-1204291275', u'MULTIEQUAL_-1204291268'), (u'CALL_-1204292375', u'INDIRECT_-1204291385'), ('tmp_1276', u'PTRSUB_-1204290883'), ('tmp_1276', u'CALL_-1204292559'), (u'CALL_-1204292632', u'INT_EQUAL_-1204292613'), (u'CALL_-1204292375', u'INDIRECT_-1204291406'), (u'PTRSUB_-1204291348', u'CALL_-1204292632'), ('tmp_629', u'CBRANCH_-1204292300'), (u'MULTIEQUAL_-1204291301', u'MULTIEQUAL_-1204291246'), (u'PTRSUB_-1204291011', u'LOAD_-1204292003'), (u'PTRSUB_-1204290981', u'LOAD_-1204291973'), (u'PTRSUB_-1204291156', u'LOAD_-1204292347'), (u'CALL_-1204291924', u'INDIRECT_-1204291282'), (u'CAST_-1204290848', u'CALL_-1204291880'), ('tmp_750', u'CBRANCH_-1204292214'), (u'COPY_-1204291989', u'MULTIEQUAL_-1204291874'), ('const-0', u'INT_EQUAL_-1204292590'), (u'CALL_-1204291876', u'INDIRECT_-1204291158'), (u'CALL_-1204292375', u'INDIRECT_-1204291322'), (u'INDIRECT_-1204291087', u'MULTIEQUAL_-1204291364'), ('const-0', u'INT_NOTEQUAL_-1204292283'), (u'PTRSUB_-1204291383', u'PTRSUB_-1204291355'), (u'CALL_-1204292170', u'INDIRECT_-1204291255'), (u'CALL_-1204291952', u'INDIRECT_-1204291251'), (u'INDIRECT_-1204291566', u'MULTIEQUAL_-1204291546'), (u'CALL_-1204292170', u'INDIRECT_-1204291234'), (u'PTRSUB_-1204291349', u'CAST_-1204291013'), ('const-0', u'INT_NOTEQUAL_-1204292305'), (u'INDIRECT_-1204291431', u'MULTIEQUAL_-1204291330'), ('const-56', u'PTRSUB_-1204291021'), ('tmp_665', u'CBRANCH_-1204292278'), (u'INDIRECT_-1204291045', u'MULTIEQUAL_-1204291322'), (u'INDIRECT_-1204291347', u'MULTIEQUAL_-1204291246'), (u'CALL_-1204291952', u'INDIRECT_-1204291230'), (u'MULTIEQUAL_-1204291288', u'MULTIEQUAL_-1204291268'), ('const-433', u'LOAD_-1204292003'), ('const--1', u'INT_EQUAL_-1204292613'), ('tmp_593', u'CBRANCH_-1204292326'), (u'INT_EQUAL_-1204292590', u'CBRANCH_-1204292584'), (u'INDIRECT_-1204291343', u'MULTIEQUAL_-1204291322'), ('const--1', u'INT_NOTEQUAL_-1204292396'), (u'INDIRECT_-1204291368', u'MULTIEQUAL_-1204291267'), (u'MULTIEQUAL_-1204291350', u'COPY_-1204291405'), ('const-0', u'RETURN_-1204291888'), (u'INT_NOTEQUAL_-1204292215', u'CBRANCH_-1204292214'), (u'CALL_-1204291952', u'INDIRECT_-1204291209'), (u'CALL_-1204292416', u'INDIRECT_-1204291410'), (u'PTRSUB_-1204291310', u'CAST_-1204291304'), (u'INDIRECT_-1204291005', u'MULTIEQUAL_-1204291246'), (u'PTRSUB_-1204290995', u'PTRSUB_-1204290994'), (u'MULTIEQUAL_-1204291246', u'MULTIEQUAL_-1204291226'), (u'INT_EQUAL_-1204292613', u'CBRANCH_-1204292610'), (u'CALL_-1204292416', u'INDIRECT_-1204291368'), (u'CAST_-1204291064', u'INT_NOTEQUAL_-1204292215'), (u'INDIRECT_-1204291254', u'MULTIEQUAL_-1204291247'), ('const-8', u'PTRSUB_-1204290872'), (u'INDIRECT_-1204291262', u'MULTIEQUAL_-1204291466'), (u'CALL_-1204292005', u'INDIRECT_-1204291262'), ('const-36952', u'PTRSUB_-1204291120'), (u'CALL_-1204291924', u'INDIRECT_-1204291199'), (u'CALL_-1204291880', u'INDIRECT_-1204291087'), (u'CALL_-1204291924', u'INDIRECT_-1204291026'), (u'INT_EQUAL_-1204292759', u'CBRANCH_-1204292755'), (u'INDIRECT_-1204291497', u'MULTIEQUAL_-1204291393'), (u'CALL_-1204291924', u'INDIRECT_-1204291112'), (u'CAST_-1204290849', u'CALL_-1204291880'), (u'CALL_-1204292559', u'INDIRECT_-1204291566'), (u'INDIRECT_-1204291127', u'COPY_-1204291182'), (u'CAST_-1204290968', u'CALL_-1204291924'), (u'INDIRECT_-1204291195', u'MULTIEQUAL_-1204291445'), (u'INT_EQUAL_-1204292361', u'CBRANCH_-1204292360'), ('const-69', u'INT_ADD_-1204292494'), (u'CALL_-1204292632', u'INDIRECT_-1204291505'), ('const-433', u'LOAD_-1204292018'), (u'INDIRECT_-1204291389', u'MULTIEQUAL_-1204291288'), (u'INDIRECT_-1204291568', u'MULTIEQUAL_-1204291331'), (u'MULTIEQUAL_-1204291874', u'CALL_-1204292416'), ('const-0', u'INT_EQUAL_-1204292518'), (u'INDIRECT_-1204291463', u'MULTIEQUAL_-1204291226'), ('tmp_1276', u'CALL_-1204291924'), (u'INDIRECT_-1204291068', u'MULTIEQUAL_-1204291309'), (u'CALL_-1204291880', u'INDIRECT_-1204291066'), (u'INDIRECT_-1204291108', u'MULTIEQUAL_-1204291385'), ('const-433', u'LOAD_-1204291922'), ('tmp_2896', u'PTRSUB_-1204291095'), ('const-16', u'PTRSUB_-1204291310'), ('const-0', u'INT_EQUAL_-1204291988'), (u'PTRSUB_-1204290874', u'CAST_-1204290849'), (u'CALL_-1204291924', u'INDIRECT_-1204291068'), (u'MULTIEQUAL_-1204291483', u'MULTIEQUAL_-1204291466'), (u'CALL_-1204292375', u'INDIRECT_-1204291427'), (u'PTRSUB_-1204290872', u'LOAD_-1204291922'), (u'INDIRECT_-1204291364', u'MULTIEQUAL_-1204291343'), (u'CALL_-1204291876', u'INDIRECT_-1204291179'), (u'MULTIEQUAL_-1204291267', u'MULTIEQUAL_-1204291247'), (u'LOAD_-1204291922', u'CALL_-1204291880'), ('const-120', u'PTRSUB_-1204290874'), (u'LOAD_-1204292321', u'INT_NOTEQUAL_-1204292305'), (u'CALL_-1204291924', u'INDIRECT_-1204291110'), (u'CALL_-1204292416', u'INDIRECT_-1204291389'), (u'INDIRECT_-1204291026', u'MULTIEQUAL_-1204291267'), ('const-433', u'LOAD_-1204291985'), (u'COPY_-1204291254', u'CALL_-1204292375'), (u'PTRSUB_-1204291077', u'INT_NOTEQUAL_-1204292215'), ('const-1', u'RETURN_-1204291883'), ('const-3614416', u'COPY_-1204290914'), (u'INDIRECT_-1204291547', u'INT_EQUAL_-1204292590'), (u'CALL_-1204292034', u'INT_EQUAL_-1204292020'), (u'COPY_-1204291073', u'CALL_-1204291952'), (u'CALL_-1204291880', u'INDIRECT_-1204291045'), (u'MULTIEQUAL_-1204291331', u'CAST_-1204291044'), ('const--72', u'PTRSUB_-1204291095'), (u'CALL_-1204291880', u'INDIRECT_-1204291174'), ('const-0', u'INT_EQUAL_-1204292328'), (u'INDIRECT_-1204291237', u'MULTIEQUAL_-1204291487'), (u'CALL_-1204292375', u'INDIRECT_-1204291472'), (u'INDIRECT_-1204291406', u'MULTIEQUAL_-1204291385'), (u'LOAD_-1204291985', u'PTRSUB_-1204290893'), ('tmp_2896', u'PTRSUB_-1204291075'), ('const-120', u'PTRSUB_-1204290883'), (u'CALL_-1204291888', u'INDIRECT_-1204291019'), ('tmp_1276', u'PTRSUB_-1204290916'), ('const--104', u'PTRSUB_-1204291335'), ('const-0', u'INT_EQUAL_-1204292361'), ('const-16', u'PTRSUB_-1204291077'), (u'CALL_-1204292005', u'INDIRECT_-1204291328'), ('const-0', u'CALL_-1204291924'), ('const-8', u'COPY_-1204291924'), ('const-40', u'PTRSUB_-1204290893'), (u'INDIRECT_-1204291110', u'MULTIEQUAL_-1204291351'), (u'LOAD_-1204292347', u'INT_EQUAL_-1204292328'), ('const-0', u'CALL_-1204291880'), (u'INT_NOTEQUAL_-1204292396', u'CBRANCH_-1204292394'), (u'CALL_-1204292416', u'INDIRECT_-1204291497'), (u'MULTIEQUAL_-1204291309', u'MULTIEQUAL_-1204291289'), (u'CALL_-1204292207', u'INDIRECT_-1204291275'), (u'CALL_-1204291888', u'INDIRECT_-1204291040'), (u'PTRSUB_-1204291335', u'PTRSUB_-1204291310'), (u'MULTIEQUAL_-1204291385', u'MULTIEQUAL_-1204291330'), ('const-48', u'PTRSUB_-1204291355'), (u'INDIRECT_-1204291129', u'MULTIEQUAL_-1204291406'), ('const-0', u'PTRSUB_-1204290994'), ('const--104', u'PTRSUB_-1204291348'), (u'CALL_-1204292416', u'INT_NOTEQUAL_-1204292396'), (u'CALL_-1204291924', u'INDIRECT_-1204291089'), (u'CALL_-1204291924', u'CAST_-1204290848'), (u'LOAD_-1204292018', u'CALL_-1204292005'), ('const--104', u'PTRSUB_-1204291349'), ('const-0', u'CALL_-1204292632'), ('const-1', u'CALL_-1204291924'), (u'PTRSUB_-1204290994', u'PTRSUB_-1204290981'), ('const-0', u'PTRSUB_-1204290981'), (u'MULTIEQUAL_-1204291330', u'MULTIEQUAL_-1204291310'), (u'INT_SUB_-1204292488', u'MULTIEQUAL_-1204291874'), ('tmp_2896', u'PTRSUB_-1204291349'), (u'INDIRECT_-1204291317', u'MULTIEQUAL_-1204291310'), (u'LOAD_-1204291973', u'CALL_-1204291924'), (u'CALL_-1204292034', u'INDIRECT_-1204291343'), (u'CALL_-1204292005', u'PTRSUB_-1204291011'), (u'INDIRECT_-1204291179', u'MULTIEQUAL_-1204291483'), (u'LOAD_-1204292299', u'INT_NOTEQUAL_-1204292283'), (u'INDIRECT_-1204291338', u'MULTIEQUAL_-1204291331'), ('const-18928', u'PTRSUB_-1204291131'), (u'LOAD_-1204292781', u'PTRSUB_-1204291383'), (u'INDIRECT_-1204291282', u'MULTIEQUAL_-1204291529'), (u'CALL_-1204291888', u'INDIRECT_-1204291127'), (u'INT_EQUAL_-1204292328', u'CBRANCH_-1204292326'), (u'CALL_-1204292034', u'INDIRECT_-1204291277'), (u'INDIRECT_-1204291383', u'MULTIEQUAL_-1204291373'), (u'MULTIEQUAL_-1204291546', u'MULTIEQUAL_-1204291529'), (u'INDIRECT_-1204291024', u'MULTIEQUAL_-1204291301'), ('const-433', u'LOAD_-1204292277'), (u'CALL_-1204292375', u'INDIRECT_-1204291364'), ('tmp_234', u'CBRANCH_-1204292610'), (u'INDIRECT_-1204291200', u'MULTIEQUAL_-1204291504'), ('const-8', u'CALL_-1204292632'), (u'CALL_-1204292416', u'CALL_-1204291924'), ('const-56', u'PTRSUB_-1204291388'), (u'CALL_-1204291924', u'INDIRECT_-1204291155'), ('tmp_1219', u'BRANCH_-1204291873'), (u'PTRSUB_-1204291021', u'LOAD_-1204292018'), ('tmp_1276', u'PTRSUB_-1204290995'), (u'CALL_-1204292416', u'INDIRECT_-1204291452'), (u'PTRSUB_-1204291120', u'LOAD_-1204292277'), (u'INT_AND_-1204291595', u'INT_EQUAL_-1204292518'), ('const-24', u'PTRSUB_-1204290995'), (u'CALL_-1204292416', u'INDIRECT_-1204291431'), ('const-16', u'PTRSUB_-1204291156'), ('tmp_4164', u'COPY_-1204291309'), (u'INDIRECT_-1204291472', u'MULTIEQUAL_-1204291448'), (u'CALL_-1204291876', u'INDIRECT_-1204291245'), (u'COPY_-1204290910', u'CALL_-1204291888'), (u'INT_ZEXT_-1204292499', u'INT_SUB_-1204292488'), (u'MULTIEQUAL_-1204291373', u'MULTIEQUAL_-1204291350'), ('const-92', u'CALL_-1204291888'), (u'CALL_-1204291924', u'INDIRECT_-1204291133'), (u'CALL_-1204292632', u'INDIRECT_-1204291568'), (u'PTRSUB_-1204291111', u'LOAD_-1204292299'), (u'CALL_-1204291924', u'INDIRECT_-1204291216'), ('const-0', u'COPY_-1204292675'), ('const-0', u'COPY_-1204292450'), (u'CALL_-1204292170', u'INDIRECT_-1204291213'), (u'LOAD_-1204292347', u'PTRSUB_-1204291142'), (u'PTRSUB_-1204291388', u'LOAD_-1204292781'), ('const-40', u'PTRSUB_-1204291383'), (u'INDIRECT_-1204291283', u'MULTIEQUAL_-1204291487'), (u'INDIRECT_-1204291427', u'MULTIEQUAL_-1204291406'), (u'LOAD_-1204292347', u'PTRSUB_-1204291120'), (u'COPY_-1204291924', u'MULTIEQUAL_-1204291874'), (u'MULTIEQUAL_-1204291343', u'MULTIEQUAL_-1204291288'), (u'CALL_-1204292632', u'INT_ADD_-1204292539'), (u'CALL_-1204292207', u'INDIRECT_-1204291254'), (u'CALL_-1204292632', u'INDIRECT_-1204291463'), ('const-0', u'CALL_-1204292416'), (u'PTRSUB_-1204291208', u'CAST_-1204291200'), (u'INDIRECT_-1204291322', u'MULTIEQUAL_-1204291301'), (u'CALL_-1204292170', u'INDIRECT_-1204291318'), (u'CALL_-1204291880', u'INDIRECT_-1204291024'), (u'CALL_-1204292005', u'INDIRECT_-1204291283'), (u'CAST_-1204291146', u'CALL_-1204292375'), ('const-433', u'LOAD_-1204292781'), ('const-3713240', u'COPY_-1204291073'), (u'LOAD_-1204292003', u'INT_EQUAL_-1204291988'), (u'CALL_-1204292632', u'CALL_-1204292559'), (u'CALL_-1204291888', u'INDIRECT_-1204290998'), (u'INDIRECT_-1204291452', u'MULTIEQUAL_-1204291351'), (u'CALL_-1204292005', u'INDIRECT_-1204291241'), (u'INDIRECT_-1204291047', u'MULTIEQUAL_-1204291288'), (u'PTRSUB_-1204290893', u'CALL_-1204291924'), ('tmp_2896', u'PTRSUB_-1204291231'), (u'CALL_-1204291924', u'INDIRECT_-1204291070'), ('const-0', u'INT_EQUAL_-1204292020'), (u'CALL_-1204292559', u'INDIRECT_-1204291500'), (u'CALL_-1204292632', u'CALL_-1204291876'), ('const-68', u'CALL_-1204291876'), (u'MULTIEQUAL_-1204291874', u'INT_ADD_-1204291962'), (u'INDIRECT_-1204291505', u'MULTIEQUAL_-1204291268'), (u'CALL_-1204292207', u'INDIRECT_-1204291233'), ('tmp_1276', u'CALL_-1204291876'), ('const-8', u'INT_EQUAL_-1204292759'), (u'PTRSUB_-1204290883', u'PTRSUB_-1204290872'), (u'PTRSUB_-1204291248', u'CALL_-1204292416'), ('tmp_272', u'CBRANCH_-1204292584'), (u'MULTIEQUAL_-1204291448', u'MULTIEQUAL_-1204291393'), (u'CALL_-1204292559', u'INDIRECT_-1204291479'), (u'INDIRECT_-1204291174', u'MULTIEQUAL_-1204291448'), ('const-16', u'PTRSUB_-1204291058'), ('const-25376', u'PTRSUB_-1204291142'), (u'PTRSUB_-1204291131', u'PTRSUB_-1204291111'), (u'CALL_-1204291888', u'INDIRECT_-1204290977'), ('const-16', u'PTRSUB_-1204291208'), ('tmp_901', u'BRANCH_-1204291921'), (u'INT_ADD_-1204292494', u'INT_SUB_-1204292488'), (u'MULTIEQUAL_-1204291288', u'CALL_-1204292207'), (u'CAST_-1204291044', u'INT_NOTEQUAL_-1204292178'), (u'CALL_-1204292632', u'INT_ADD_-1204292494'), (u'CALL_-1204291924', u'INDIRECT_-1204291047'), (u'CALL_-1204292416', u'CALL_-1204291880'), (u'INDIRECT_-1204291328', u'MULTIEQUAL_-1204291529'), ('const-56', u'PTRSUB_-1204290916'), ('tmp_2896', u'PTRSUB_-1204291348'), (u'CALL_-1204292034', u'INDIRECT_-1204291298'), (u'CALL_-1204291924', u'INDIRECT_-1204291091'), (u'CALL_-1204291924', u'INDIRECT_-1204291237'), (u'INDIRECT_-1204291484', u'MULTIEQUAL_-1204291247'), (u'INT_NOTEQUAL_-1204292178', u'CBRANCH_-1204292177'), ('tmp_42', u'CBRANCH_-1204292755'), (u'PTRSUB_-1204291058', u'INT_NOTEQUAL_-1204292178'), (u'INT_ADD_-1204291962', u'CALL_-1204291924'), (u'INDIRECT_-1204291363', u'MULTIEQUAL_-1204291350'), (u'INDIRECT_-1204291158', u'MULTIEQUAL_-1204291462'), ('tmp_1276', u'PTRSUB_-1204291021'), (u'INDIRECT_-1204291155', u'MULTIEQUAL_-1204291393'), (u'PTRSUB_-1204291231', u'PTRSUB_-1204291208'), ('const-433', u'LOAD_-1204292774'), (u'CALL_-1204292170', u'INDIRECT_-1204291363'), (u'CALL_-1204291952', u'INDIRECT_-1204291296'), (u'PTRSUB_-1204291075', u'PTRSUB_-1204291058'), (u'INDIRECT_-1204291066', u'MULTIEQUAL_-1204291343'), (u'CALL_-1204291880', u'INDIRECT_-1204291129'), ('tmp_1144', u'CBRANCH_-1204291978'), (u'CALL_-1204291880', u'INDIRECT_-1204291108'), ('const--72', u'PTRSUB_-1204291248'), ('tmp_798', u'CBRANCH_-1204292177'), (u'CALL_-1204291876', u'INDIRECT_-1204291200'), ('tmp_1276', u'CALL_-1204292416'), ('const-3712618', u'COPY_-1204291119'), ('const-0', u'COPY_-1204292434'), (u'INDIRECT_-1204291216', u'MULTIEQUAL_-1204291466'), (u'INDIRECT_-1204291410', u'MULTIEQUAL_-1204291309'), (u'MULTIEQUAL_-1204291406', u'MULTIEQUAL_-1204291351'), ('const-0', u'RETURN_-1204292118'), (u'CALL_-1204291924', u'INDIRECT_-1204291154')]
|
[(u'CALL_-1204292034', u'INT_EQUAL_-1204292020'), (u'CALL_-1204292005', u'INDIRECT_-1204291246'), (u'MULTIEQUAL_-1204291453', u'PTRADD_-1204292285'), (u'CALL_-1204291924', u'INDIRECT_-1204291138'), (u'INT_AND_-1204291600', u'INT_EQUAL_-1204292518'), ('const-0', u'CALL_-1204291880'), (u'INT_EQUAL_-1204291988', u'CBRANCH_-1204291978'), (u'PTRSUB_-1204291355', u'CALL_-1204292632'), ('tmp_2937', u'PTRSUB_-1204291354'), (u'CALL_-1204292559', u'INDIRECT_-1204291526'), (u'PTRADD_-1204292285', u'CAST_-1204291157'), (u'INDIRECT_-1204291502', u'MULTIEQUAL_-1204291398'), (u'CALL_-1204292632', u'INDIRECT_-1204291618'), ('const-0', u'INT_EQUAL_-1204292328'), (u'CALL_-1204292375', u'INT_EQUAL_-1204292361'), ('const-0', u'INT_EQUAL_-1204292590'), ('const-3713240', u'COPY_-1204291076'), ('const--104', u'PTRSUB_-1204291354'), (u'INT_ADD_-1204291957', u'CAST_-1204291011'), ('tmp_557', u'CBRANCH_-1204292360'), (u'CALL_-1204292632', u'INDIRECT_-1204291573'), (u'INDIRECT_-1204291246', u'MULTIEQUAL_-1204291450'), (u'LOAD_-1204292277', u'INT_EQUAL_-1204292262'), (u'CALL_-1204292375', u'INDIRECT_-1204291477'), (u'CAST_-1204291143', u'LOAD_-1204292321'), ('const-0', u'INT_EQUAL_-1204292361'), (u'CALL_-1204292632', u'INDIRECT_-1204291468'), ('tmp_2936', u'INT_ADD_-1204292002'), (u'CALL_-1204292005', u'INDIRECT_-1204291267'), (u'CALL_-1204292375', u'INDIRECT_-1204291411'), ('const-8', u'COPY_-1204291924'), (u'INDIRECT_-1204291505', u'MULTIEQUAL_-1204291488'), (u'LOAD_-1204292347', u'INT_EQUAL_-1204292328'), (u'CALL_-1204292170', u'INDIRECT_-1204291260'), (u'INT_NOTEQUAL_-1204292396', u'CBRANCH_-1204292394'), (u'LOAD_-1204292774', u'INT_EQUAL_-1204292759'), (u'PTRSUB_-1204291354', u'CALL_-1204292034'), (u'MULTIEQUAL_-1204291355', u'COPY_-1204291410'), (u'MULTIEQUAL_-1204291272', u'MULTIEQUAL_-1204291252'), (u'INDIRECT_-1204291484', u'MULTIEQUAL_-1204291467'), ('tmp_1088', u'CBRANCH_-1204292019'), (u'CAST_-1204290901', u'LOAD_-1204291922'), ('const-68', u'CALL_-1204291876'), (u'CALL_-1204291952', u'INDIRECT_-1204291256'), (u'CALL_-1204291888', u'INDIRECT_-1204291066'), (u'INDIRECT_-1204291250', u'MULTIEQUAL_-1204291551'), ('const-0', u'CALL_-1204292416'), ('const-56', u'INT_ADD_-1204292002'), (u'CALL_-1204292416', u'INT_NOTEQUAL_-1204292396'), ('const-0', u'CALL_-1204291924'), (u'LOAD_-1204292018', u'CALL_-1204292005'), ('tmp_1204', u'BRANCH_-1204291915'), (u'INDIRECT_-1204291132', u'COPY_-1204291187'), (u'CALL_-1204292170', u'INDIRECT_-1204291368'), (u'CAST_-1204291011', u'LOAD_-1204291973'), (u'INDIRECT_-1204291205', u'MULTIEQUAL_-1204291509'), ('const-69', u'INT_ADD_-1204292494'), ('const-433', u'LOAD_-1204292018'), (u'INT_NOTEQUAL_-1204292305', u'CBRANCH_-1204292300'), (u'CALL_-1204292170', u'INDIRECT_-1204291323'), (u'CALL_-1204291888', u'INDIRECT_-1204291087'), (u'CALL_-1204292375', u'INDIRECT_-1204291369'), ('tmp_2936', u'INT_ADD_-1204291906'), ('const-120', u'INT_ADD_-1204291896'), (u'COPY_-1204291257', u'CALL_-1204292375'), (u'MULTIEQUAL_-1204291390', u'MULTIEQUAL_-1204291335'), (u'CALL_-1204292207', u'INDIRECT_-1204291238'), (u'INDIRECT_-1204291390', u'MULTIEQUAL_-1204291369'), (u'INDIRECT_-1204291288', u'MULTIEQUAL_-1204291492'), ('const-56', u'INT_ADD_-1204291969'), (u'CALL_-1204292416', u'INDIRECT_-1204291352'), ('const-433', u'LOAD_-1204292277'), ('const-36952', u'INT_ADD_-1204292261'), (u'CAST_-1204291386', u'LOAD_-1204292781'), ('const-0', u'INT_EQUAL_-1204292262'), (u'MULTIEQUAL_-1204291411', u'MULTIEQUAL_-1204291356'), ('tmp_519', u'CBRANCH_-1204292394'), ('tmp_1051', u'BRANCH_-1204291877'), (u'CALL_-1204291888', u'INDIRECT_-1204291045'), (u'COPY_-1204291924', u'MULTIEQUAL_-1204291872'), ('tmp_701', u'CBRANCH_-1204292255'), (u'MULTIEQUAL_-1204291509', u'MULTIEQUAL_-1204291492'), (u'CALL_-1204292034', u'INDIRECT_-1204291261'), (u'INT_ADD_-1204291920', u'CALL_-1204291924'), ('tmp_2937', u'PTRSUB_-1204291341'), (u'CALL_-1204291888', u'INDIRECT_-1204291132'), ('const--1', u'INT_NOTEQUAL_-1204292396'), (u'CALL_-1204292207', u'INDIRECT_-1204291280'), (u'CALL_-1204291880', u'INDIRECT_-1204291092'), (u'CALL_-1204291924', u'INDIRECT_-1204291117'), ('const-60', u'INT_ADD_-1204291962'), (u'CALL_-1204292005', u'INDIRECT_-1204291333'), ('tmp_2936', u'INT_ADD_-1204292765'), (u'INDIRECT_-1204291477', u'MULTIEQUAL_-1204291453'), ('const-0', u'INT_NOTEQUAL_-1204292283'), (u'CALL_-1204291924', u'CALL_-1204291880'), (u'INT_EQUAL_-1204292518', u'INT_ZEXT_-1204292499'), (u'INDIRECT_-1204291242', u'MULTIEQUAL_-1204291492'), (u'MULTIEQUAL_-1204291488', u'MULTIEQUAL_-1204291471'), (u'INT_NOTEQUAL_-1204292283', u'CBRANCH_-1204292278'), ('const-8', u'CALL_-1204292632'), ('const-8', u'COPY_-1204291989'), (u'CALL_-1204291924', u'INDIRECT_-1204291160'), (u'INDIRECT_-1204291163', u'MULTIEQUAL_-1204291467'), (u'INDIRECT_-1204291115', u'MULTIEQUAL_-1204291356'), (u'PTRSUB_-1204291255', u'CALL_-1204292375'), ('const-92', u'CALL_-1204291888'), (u'LOAD_-1204291973', u'CALL_-1204291924'), (u'CALL_-1204291924', u'INDIRECT_-1204291200'), ('const-433', u'LOAD_-1204292347'), ('const-3713528', u'COPY_-1204290913'), (u'MULTIEQUAL_-1204291306', u'MULTIEQUAL_-1204291251'), (u'CALL_-1204291924', u'INDIRECT_-1204291052'), ('const-433', u'LOAD_-1204292003'), (u'INT_ADD_-1204292002', u'CAST_-1204291037'), (u'INT_ADD_-1204291969', u'CAST_-1204290933'), ('const--88', u'PTRSUB_-1204291341'), (u'LOAD_-1204292299', u'INT_NOTEQUAL_-1204292283'), (u'INT_EQUAL_-1204292262', u'CBRANCH_-1204292255'), ('const-1', u'PTRADD_-1204292285'), (u'MULTIEQUAL_-1204291467', u'MULTIEQUAL_-1204291450'), (u'INDIRECT_-1204291432', u'MULTIEQUAL_-1204291411'), (u'MULTIEQUAL_-1204291293', u'INT_NOTEQUAL_-1204292215'), (u'CALL_-1204291924', u'INDIRECT_-1204291010'), (u'COPY_-1204291989', u'MULTIEQUAL_-1204291872'), (u'INT_EQUAL_-1204292328', u'CBRANCH_-1204292326'), (u'INDIRECT_-1204291160', u'MULTIEQUAL_-1204291398'), (u'CALL_-1204291876', u'INDIRECT_-1204291205'), (u'INDIRECT_-1204291031', u'MULTIEQUAL_-1204291272'), (u'INDIRECT_-1204291415', u'MULTIEQUAL_-1204291314'), (u'MULTIEQUAL_-1204291551', u'MULTIEQUAL_-1204291534'), (u'INDIRECT_-1204291050', u'MULTIEQUAL_-1204291327'), (u'INT_ADD_-1204291906', u'CAST_-1204290901'), (u'INDIRECT_-1204291029', u'MULTIEQUAL_-1204291306'), (u'CALL_-1204291888', u'INDIRECT_-1204291003'), (u'CALL_-1204292559', u'INDIRECT_-1204291571'), ('tmp_234', u'CBRANCH_-1204292610'), (u'CALL_-1204292632', u'INDIRECT_-1204291489'), ('const--104', u'PTRSUB_-1204291355'), ('const-433', u'LOAD_-1204292774'), ('const-0', u'INT_NOTEQUAL_-1204292305'), ('const-0', u'COPY_-1204292656'), (u'INT_SUB_-1204292488', u'MULTIEQUAL_-1204291872'), (u'PTRSUB_-1204291090', u'INT_NOTEQUAL_-1204292178'), (u'CALL_-1204291924', u'INDIRECT_-1204291115'), (u'INDIRECT_-1204291092', u'MULTIEQUAL_-1204291369'), (u'CAST_-1204291133', u'LOAD_-1204292299'), (u'CALL_-1204292416', u'CALL_-1204291924'), (u'CALL_-1204292005', u'INT_ADD_-1204291987'), ('const-68', u'INT_ADD_-1204292539'), (u'CALL_-1204292034', u'INDIRECT_-1204291348'), (u'CALL_-1204292207', u'INDIRECT_-1204291259'), ('tmp_1219', u'BRANCH_-1204291873'), (u'MULTIEQUAL_-1204291872', u'CALL_-1204292416'), (u'INDIRECT_-1204291489', u'MULTIEQUAL_-1204291252'), (u'MULTIEQUAL_-1204291335', u'MULTIEQUAL_-1204291315'), (u'CALL_-1204292416', u'INDIRECT_-1204291436'), (u'INT_EQUAL_-1204292020', u'CBRANCH_-1204292019'), (u'INDIRECT_-1204291373', u'MULTIEQUAL_-1204291272'), ('const-0', u'COPY_-1204292675'), (u'CALL_-1204291876', u'INDIRECT_-1204291184'), (u'INDIRECT_-1204291221', u'MULTIEQUAL_-1204291471'), (u'INDIRECT_-1204291388', u'MULTIEQUAL_-1204291378'), (u'INDIRECT_-1204291368', u'MULTIEQUAL_-1204291355'), (u'CALL_-1204292632', u'INT_EQUAL_-1204292613'), ('const-8', u'INT_EQUAL_-1204292759'), (u'CALL_-1204292632', u'INDIRECT_-1204291510'), ('tmp_629', u'CBRANCH_-1204292300'), (u'INDIRECT_-1204291526', u'MULTIEQUAL_-1204291509'), (u'CALL_-1204292375', u'INDIRECT_-1204291327'), ('const-40', u'INT_ADD_-1204291920'), (u'CALL_-1204292632', u'INDIRECT_-1204291552'), (u'CALL_-1204292559', u'INDIRECT_-1204291505'), (u'CALL_-1204291876', u'INDIRECT_-1204291250'), (u'CALL_-1204291888', u'INDIRECT_-1204290982'), (u'INDIRECT_-1204291052', u'MULTIEQUAL_-1204291293'), (u'COPY_-1204291076', u'CALL_-1204291952'), (u'INT_ZEXT_-1204292499', u'INT_SUB_-1204292488'), (u'INDIRECT_-1204291333', u'MULTIEQUAL_-1204291534'), (u'INDIRECT_-1204291184', u'MULTIEQUAL_-1204291488'), (u'INDIRECT_-1204291073', u'MULTIEQUAL_-1204291314'), (u'CALL_-1204291924', u'INDIRECT_-1204291031'), ('tmp_750', u'CBRANCH_-1204292214'), ('const-433', u'LOAD_-1204291985'), (u'LOAD_-1204292347', u'INT_ADD_-1204292283'), (u'PTRSUB_-1204291109', u'INT_NOTEQUAL_-1204292215'), ('tmp_2937', u'PTRSUB_-1204291238'), ('tmp_2936', u'INT_ADD_-1204291957'), (u'INDIRECT_-1204291552', u'MULTIEQUAL_-1204291315'), (u'CALL_-1204291952', u'CALL_-1204291924'), (u'INDIRECT_-1204291071', u'MULTIEQUAL_-1204291348'), (u'INT_ADD_-1204292305', u'CAST_-1204291143'), (u'CALL_-1204291924', u'INDIRECT_-1204291096'), (u'LOAD_-1204292347', u'INT_ADD_-1204292305'), ('const-24', u'INT_ADD_-1204291957'), (u'CALL_-1204291924', u'INDIRECT_-1204291242'), ('const--1', u'INT_EQUAL_-1204292613'), ('const-68', u'CALL_-1204292559'), (u'INDIRECT_-1204291010', u'MULTIEQUAL_-1204291251'), (u'CALL_-1204292170', u'INDIRECT_-1204291302'), (u'CALL_-1204291952', u'INDIRECT_-1204291214'), (u'CALL_-1204291924', u'INDIRECT_-1204291054'), (u'INT_ADD_-1204292539', u'INT_AND_-1204291600'), (u'MULTIEQUAL_-1204291348', u'MULTIEQUAL_-1204291293'), (u'CALL_-1204292034', u'INDIRECT_-1204291282'), (u'INDIRECT_-1204291301', u'MULTIEQUAL_-1204291294'), ('const-1', u'INT_AND_-1204291600'), (u'CAST_-1204291123', u'LOAD_-1204292277'), (u'INDIRECT_-1204291094', u'MULTIEQUAL_-1204291335'), (u'MULTIEQUAL_-1204291872', u'INT_ADD_-1204291962'), (u'CALL_-1204292416', u'INDIRECT_-1204291502'), (u'INDIRECT_-1204291259', u'MULTIEQUAL_-1204291252'), (u'CALL_-1204291880', u'INDIRECT_-1204291071'), ('const-0', u'CALL_-1204292632'), (u'CALL_-1204292207', u'INDIRECT_-1204291343'), (u'CALL_-1204292416', u'INDIRECT_-1204291415'), ('const-0', u'COPY_-1204292450'), ('const-0', u'CALL_-1204292632'), (u'CALL_-1204292632', u'INT_ADD_-1204292539'), (u'INDIRECT_-1204291618', u'MULTIEQUAL_-1204291378'), ('const--56', u'PTRSUB_-1204291238'), ('tmp_2936', u'CALL_-1204292416'), ('tmp_665', u'CBRANCH_-1204292278'), (u'MULTIEQUAL_-1204291251', u'MULTIEQUAL_-1204291231'), (u'INT_ADD_-1204291987', u'CAST_-1204291027'), (u'CAST_-1204291037', u'LOAD_-1204292018'), (u'COPY_-1204291123', u'CALL_-1204292034'), (u'INDIRECT_-1204291369', u'MULTIEQUAL_-1204291348'), (u'INDIRECT_-1204291238', u'MULTIEQUAL_-1204291231'), ('tmp_2936', u'INT_ADD_-1204291896'), (u'INDIRECT_-1204291327', u'MULTIEQUAL_-1204291306'), (u'CALL_-1204291876', u'INDIRECT_-1204291163'), (u'COPY_-1204290919', u'CALL_-1204291888'), (u'INDIRECT_-1204291348', u'MULTIEQUAL_-1204291327'), (u'CALL_-1204292207', u'INDIRECT_-1204291322'), (u'INT_ADD_-1204291896', u'CALL_-1204291880'), ('tmp_593', u'CBRANCH_-1204292326'), (u'INT_ADD_-1204292261', u'CAST_-1204291123'), (u'LOAD_-1204292003', u'INT_EQUAL_-1204291988'), (u'INT_EQUAL_-1204292590', u'CBRANCH_-1204292584'), ('tmp_2936', u'CALL_-1204292559'), (u'CALL_-1204292632', u'CALL_-1204292559'), ('const-128', u'INT_ADD_-1204291906'), ('tmp_2936', u'CALL_-1204291924'), (u'CALL_-1204291880', u'INDIRECT_-1204291029'), (u'INDIRECT_-1204291411', u'MULTIEQUAL_-1204291390'), ('const-0', u'INT_EQUAL_-1204291988'), ('const-0', u'CALL_-1204291924'), ('tmp_4371', u'COPY_-1204291314'), (u'CALL_-1204291880', u'INDIRECT_-1204291179'), (u'INT_ADD_-1204292765', u'CAST_-1204291386'), ('const-0', u'RETURN_-1204291888'), ('const-16', u'PTRADD_-1204292285'), (u'INDIRECT_-1204291457', u'MULTIEQUAL_-1204291356'), (u'INT_NOTEQUAL_-1204292215', u'CBRANCH_-1204292214'), (u'MULTIEQUAL_-1204291314', u'MULTIEQUAL_-1204291294'), ('const-56', u'INT_ADD_-1204292765'), (u'INDIRECT_-1204291352', u'MULTIEQUAL_-1204291251'), (u'CALL_-1204291880', u'INDIRECT_-1204291134'), ('tmp_2937', u'PTRSUB_-1204291090'), (u'CALL_-1204292416', u'INDIRECT_-1204291373'), ('const-433', u'LOAD_-1204292321'), (u'MULTIEQUAL_-1204291356', u'MULTIEQUAL_-1204291336'), ('const-0', u'INT_EQUAL_-1204292020'), (u'CALL_-1204292170', u'INDIRECT_-1204291281'), (u'MULTIEQUAL_-1204291327', u'MULTIEQUAL_-1204291272'), (u'CALL_-1204292559', u'INDIRECT_-1204291484'), (u'CALL_-1204291924', u'INDIRECT_-1204291204'), (u'CALL_-1204292632', u'CALL_-1204291876'), (u'INT_EQUAL_-1204292613', u'CBRANCH_-1204292610'), ('const-8', u'INT_ADD_-1204291987'), (u'CALL_-1204292375', u'INDIRECT_-1204291348'), (u'INT_ADD_-1204292283', u'CAST_-1204291133'), (u'CALL_-1204292170', u'INDIRECT_-1204291218'), ('const-433', u'LOAD_-1204291973'), ('tmp_2936', u'INT_ADD_-1204291969'), (u'INDIRECT_-1204291200', u'MULTIEQUAL_-1204291450'), (u'CALL_-1204292375', u'INDIRECT_-1204291390'), (u'CALL_-1204292005', u'INDIRECT_-1204291288'), ('const-25473', u'INT_ADD_-1204292305'), (u'CALL_-1204291952', u'INDIRECT_-1204291301'), ('tmp_272', u'CBRANCH_-1204292584'), (u'CALL_-1204292207', u'INDIRECT_-1204291388'), ('const-3614416', u'COPY_-1204290919'), (u'CALL_-1204292375', u'INDIRECT_-1204291432'), (u'COPY_-1204290913', u'CALL_-1204291888'), ('const--56', u'PTRSUB_-1204291109'), ('const-0', u'COPY_-1204292434'), ('tmp_2937', u'PTRSUB_-1204291355'), (u'CALL_-1204292207', u'INDIRECT_-1204291301'), (u'INDIRECT_-1204291510', u'MULTIEQUAL_-1204291273'), (u'INDIRECT_-1204291267', u'MULTIEQUAL_-1204291471'), (u'INT_EQUAL_-1204292759', u'CBRANCH_-1204292755'), (u'CALL_-1204291952', u'INDIRECT_-1204291235'), (u'CALL_-1204291924', u'INDIRECT_-1204291075'), (u'CALL_-1204291924', u'INDIRECT_-1204291287'), (u'INDIRECT_-1204291113', u'MULTIEQUAL_-1204291390'), ('const-88', u'INT_ADD_-1204292758'), (u'INDIRECT_-1204291573', u'MULTIEQUAL_-1204291336'), (u'INDIRECT_-1204291280', u'MULTIEQUAL_-1204291273'), ('tmp_901', u'BRANCH_-1204291921'), (u'INT_ADD_-1204292494', u'INT_SUB_-1204292488'), (u'LOAD_-1204291985', u'INT_ADD_-1204291920'), ('const-433', u'LOAD_-1204292299'), (u'INDIRECT_-1204291287', u'MULTIEQUAL_-1204291534'), (u'CALL_-1204291924', u'INDIRECT_-1204291159'), (u'CALL_-1204292632', u'INT_ADD_-1204292494'), (u'INT_EQUAL_-1204292361', u'CBRANCH_-1204292360'), (u'CALL_-1204292416', u'CALL_-1204291880'), (u'CAST_-1204291157', u'LOAD_-1204292347'), (u'MULTIEQUAL_-1204291336', u'INT_NOTEQUAL_-1204292178'), (u'CAST_-1204291381', u'LOAD_-1204292774'), (u'MULTIEQUAL_-1204291369', u'MULTIEQUAL_-1204291314'), (u'CALL_-1204292170', u'INDIRECT_-1204291239'), (u'CALL_-1204291888', u'INDIRECT_-1204291024'), ('const-1', u'CALL_-1204292416'), (u'CALL_-1204292034', u'INDIRECT_-1204291303'), (u'INT_NOTEQUAL_-1204292178', u'CBRANCH_-1204292177'), (u'LOAD_-1204292781', u'INT_ADD_-1204292758'), (u'INDIRECT_-1204291343', u'MULTIEQUAL_-1204291336'), ('const-433', u'LOAD_-1204291922'), (u'INDIRECT_-1204291394', u'MULTIEQUAL_-1204291293'), ('const-0', u'INT_EQUAL_-1204292518'), ('const-3712624', u'COPY_-1204291257'), (u'MULTIEQUAL_-1204291378', u'MULTIEQUAL_-1204291355'), ('tmp_42', u'CBRANCH_-1204292755'), (u'CALL_-1204292416', u'INDIRECT_-1204291457'), (u'INT_ADD_-1204291962', u'CALL_-1204291924'), ('tmp_2937', u'PTRSUB_-1204291255'), (u'CALL_-1204291880', u'INDIRECT_-1204291050'), (u'INDIRECT_-1204291552', u'INT_EQUAL_-1204292590'), (u'INDIRECT_-1204291322', u'MULTIEQUAL_-1204291315'), (u'INDIRECT_-1204291531', u'MULTIEQUAL_-1204291294'), ('const-1', u'CALL_-1204291924'), (u'CALL_-1204292416', u'INDIRECT_-1204291394'), (u'CALL_-1204291924', u'INDIRECT_-1204291073'), ('const-19025', u'INT_ADD_-1204292283'), ('const-3712618', u'COPY_-1204291123'), ('tmp_2937', u'PTRSUB_-1204291109'), (u'INDIRECT_-1204291468', u'MULTIEQUAL_-1204291231'), (u'MULTIEQUAL_-1204291453', u'MULTIEQUAL_-1204291398'), (u'MULTIEQUAL_-1204291398', u'MULTIEQUAL_-1204291378'), (u'INDIRECT_-1204291436', u'MULTIEQUAL_-1204291335'), (u'CALL_-1204291880', u'INDIRECT_-1204291113'), ('const--88', u'PTRSUB_-1204291090'), (u'CAST_-1204291027', u'LOAD_-1204292003'), (u'CALL_-1204291924', u'INDIRECT_-1204291221'), (u'CAST_-1204290933', u'LOAD_-1204291985'), ('tmp_2936', u'CALL_-1204291876'), (u'LOAD_-1204292347', u'INT_ADD_-1204292261'), (u'INDIRECT_-1204291571', u'MULTIEQUAL_-1204291551'), ('const--72', u'PTRSUB_-1204291255'), ('tmp_1144', u'CBRANCH_-1204291978'), ('tmp_798', u'CBRANCH_-1204292177'), (u'LOAD_-1204291922', u'CALL_-1204291880'), (u'PTRSUB_-1204291255', u'CALL_-1204292416'), (u'CALL_-1204292632', u'INDIRECT_-1204291531'), (u'INDIRECT_-1204291179', u'MULTIEQUAL_-1204291453'), (u'LOAD_-1204292321', u'INT_NOTEQUAL_-1204292305'), (u'MULTIEQUAL_-1204291293', u'MULTIEQUAL_-1204291273'), (u'INDIRECT_-1204291134', u'MULTIEQUAL_-1204291411'), ('const-1', u'RETURN_-1204291883'), ('tmp_2936', u'CALL_-1204292632'), (u'INT_ADD_-1204292758', u'CAST_-1204291381'), ('const-433', u'LOAD_-1204292781'), ('const-0', u'RETURN_-1204292118'), (u'CALL_-1204291924', u'INDIRECT_-1204291094')]
| null | null |
0028f350
|
x64
|
O2
|
(translation_unit "void FUN_0028f350(long param_1)\n\n{\n int iVar1;\n long lVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long lVar5;\n undefined1 *local_68;\n long local_60;\n undefined1 local_58 [16];\n undefined1 *local_48;\n undefined8 local_40;\n undefined1 local_38 [16];\n \n if (*(long *)(*(long *)(param_1 + 0x38) + 0x58) == 8) {\n return;\n }\n local_58[0] = 0;\n local_68 = local_58;\n local_60 = 0;\n /* try { // try from 0028f395 to 0028f3c2 has its CatchHandler @ 0028f575 */\n lVar2 = FUN_0028d290(param_1,8,0,&local_68,0);\n if (lVar2 == -1) goto LAB_0028f473;\n if (local_60 == 0) {\n FUN_00290920(param_1,0x44,lVar2);\nLAB_0028f3c3:\n lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0);\n }\n else {\n iVar1 = FUN_002e3a40(&local_68,"/SYM64/");\n if (iVar1 == 0) {\n FUN_00290b20(param_1,0x44,lVar2);\n goto LAB_0028f3c3;\n }\n /* try { // try from 0028f4af to 0028f507 has its CatchHandler @ 0028f575 */\n lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38));\n lVar5 = 8;\n if (*(char *)(lVar2 + 8) == '\0') {\n uVar4 = *(undefined8 *)(param_1 + 0x18);\n uVar3 = gettext("%s: no archive symbol table (run ranlib)");\n FUN_00178320(uVar3,uVar4);\n lVar5 = 8;\n }\n }\n local_48 = local_38;\n local_38[0] = 0;\n local_40 = 0;\n /* try { // try from 0028f402 to 0028f406 has its CatchHandler @ 0028f57d */\n lVar2 = FUN_0028d290(param_1,lVar5,1,&local_48,0);\n if (lVar2 != -1) {\n iVar1 = FUN_002e3a40(&local_48,"/");\n if (iVar1 == 0) {\n /* try { // try from 0028f52a to 0028f574 has its CatchHandler @ 0028f57d */\n uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);\n FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);\n }\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&\n (*(long *)(lVar2 + 0x9058) == 0)) {\n FUN_0028f210(param_1);\n }\n }\n if (local_48 != local_38) {\n FUN_002dac60();\n }\nLAB_0028f473:\n if (local_68 != local_58) {\n FUN_002dac60();\n }\n return;\n}\n\n" (function_definition "void FUN_0028f350(long param_1)\n\n{\n int iVar1;\n long lVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long lVar5;\n undefined1 *local_68;\n long local_60;\n undefined1 local_58 [16];\n undefined1 *local_48;\n undefined8 local_40;\n undefined1 local_38 [16];\n \n if (*(long *)(*(long *)(param_1 + 0x38) + 0x58) == 8) {\n return;\n }\n local_58[0] = 0;\n local_68 = local_58;\n local_60 = 0;\n /* try { // try from 0028f395 to 0028f3c2 has its CatchHandler @ 0028f575 */\n lVar2 = FUN_0028d290(param_1,8,0,&local_68,0);\n if (lVar2 == -1) goto LAB_0028f473;\n if (local_60 == 0) {\n FUN_00290920(param_1,0x44,lVar2);\nLAB_0028f3c3:\n lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0);\n }\n else {\n iVar1 = FUN_002e3a40(&local_68,"/SYM64/");\n if (iVar1 == 0) {\n FUN_00290b20(param_1,0x44,lVar2);\n goto LAB_0028f3c3;\n }\n /* try { // try from 0028f4af to 0028f507 has its CatchHandler @ 0028f575 */\n lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38));\n lVar5 = 8;\n if (*(char *)(lVar2 + 8) == '\0') {\n uVar4 = *(undefined8 *)(param_1 + 0x18);\n uVar3 = gettext("%s: no archive symbol table (run ranlib)");\n FUN_00178320(uVar3,uVar4);\n lVar5 = 8;\n }\n }\n local_48 = local_38;\n local_38[0] = 0;\n local_40 = 0;\n /* try { // try from 0028f402 to 0028f406 has its CatchHandler @ 0028f57d */\n lVar2 = FUN_0028d290(param_1,lVar5,1,&local_48,0);\n if (lVar2 != -1) {\n iVar1 = FUN_002e3a40(&local_48,"/");\n if (iVar1 == 0) {\n /* try { // try from 0028f52a to 0028f574 has its CatchHandler @ 0028f57d */\n uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);\n FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);\n }\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&\n (*(long *)(lVar2 + 0x9058) == 0)) {\n FUN_0028f210(param_1);\n }\n }\n if (local_48 != local_38) {\n FUN_002dac60();\n }\nLAB_0028f473:\n if (local_68 != local_58) {\n FUN_002dac60();\n }\n return;\n}" primitive_type (function_declarator "FUN_0028f350(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n int iVar1;\n long lVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long lVar5;\n undefined1 *local_68;\n long local_60;\n undefined1 local_58 [16];\n undefined1 *local_48;\n undefined8 local_40;\n undefined1 local_38 [16];\n \n if (*(long *)(*(long *)(param_1 + 0x38) + 0x58) == 8) {\n return;\n }\n local_58[0] = 0;\n local_68 = local_58;\n local_60 = 0;\n /* try { // try from 0028f395 to 0028f3c2 has its CatchHandler @ 0028f575 */\n lVar2 = FUN_0028d290(param_1,8,0,&local_68,0);\n if (lVar2 == -1) goto LAB_0028f473;\n if (local_60 == 0) {\n FUN_00290920(param_1,0x44,lVar2);\nLAB_0028f3c3:\n lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0);\n }\n else {\n iVar1 = FUN_002e3a40(&local_68,"/SYM64/");\n if (iVar1 == 0) {\n FUN_00290b20(param_1,0x44,lVar2);\n goto LAB_0028f3c3;\n }\n /* try { // try from 0028f4af to 0028f507 has its CatchHandler @ 0028f575 */\n lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38));\n lVar5 = 8;\n if (*(char *)(lVar2 + 8) == '\0') {\n uVar4 = *(undefined8 *)(param_1 + 0x18);\n uVar3 = gettext("%s: no archive symbol table (run ranlib)");\n FUN_00178320(uVar3,uVar4);\n lVar5 = 8;\n }\n }\n local_48 = local_38;\n local_38[0] = 0;\n local_40 = 0;\n /* try { // try from 0028f402 to 0028f406 has its CatchHandler @ 0028f57d */\n lVar2 = FUN_0028d290(param_1,lVar5,1,&local_48,0);\n if (lVar2 != -1) {\n iVar1 = FUN_002e3a40(&local_48,"/");\n if (iVar1 == 0) {\n /* try { // try from 0028f52a to 0028f574 has its CatchHandler @ 0028f57d */\n uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);\n FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);\n }\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&\n (*(long *)(lVar2 + 0x9058) == 0)) {\n FUN_0028f210(param_1);\n }\n }\n if (local_48 != local_38) {\n FUN_002dac60();\n }\nLAB_0028f473:\n if (local_68 != local_58) {\n FUN_002dac60();\n }\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 *local_68;" type_identifier (pointer_declarator "*local_68" * identifier) ;) (declaration "long local_60;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 local_58 [16];" type_identifier (array_declarator "local_58 [16]" identifier [ number_literal ]) ;) (declaration "undefined1 *local_48;" type_identifier (pointer_declarator "*local_48" * identifier) ;) (declaration "undefined8 local_40;" type_identifier identifier ;) (declaration "undefined1 local_38 [16];" type_identifier (array_declarator "local_38 [16]" identifier [ number_literal ]) ;) (if_statement "if (*(long *)(*(long *)(param_1 + 0x38) + 0x58) == 8) {\n return;\n }" if (parenthesized_expression "(*(long *)(*(long *)(param_1 + 0x38) + 0x58) == 8)" ( (binary_expression "*(long *)(*(long *)(param_1 + 0x38) + 0x58) == 8" (pointer_expression "*(long *)(*(long *)(param_1 + 0x38) + 0x58)" * (cast_expression "(long *)(*(long *)(param_1 + 0x38) + 0x58)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x38) + 0x58)" ( (binary_expression "*(long *)(param_1 + 0x38) + 0x58" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) + number_literal) )))) == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "local_58[0] = 0;" (assignment_expression "local_58[0] = 0" (subscript_expression "local_58[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_68 = local_58;" (assignment_expression "local_68 = local_58" identifier = identifier) ;) (expression_statement "local_60 = 0;" (assignment_expression "local_60 = 0" identifier = number_literal) ;) comment (expression_statement "lVar2 = FUN_0028d290(param_1,8,0,&local_68,0);" (assignment_expression "lVar2 = FUN_0028d290(param_1,8,0,&local_68,0)" identifier = (call_expression "FUN_0028d290(param_1,8,0,&local_68,0)" identifier (argument_list "(param_1,8,0,&local_68,0)" ( identifier , number_literal , number_literal , (pointer_expression "&local_68" & identifier) , number_literal )))) ;) (if_statement "if (lVar2 == -1) goto LAB_0028f473;" if (parenthesized_expression "(lVar2 == -1)" ( (binary_expression "lVar2 == -1" identifier == number_literal) )) (goto_statement "goto LAB_0028f473;" goto statement_identifier ;)) (if_statement "if (local_60 == 0) {\n FUN_00290920(param_1,0x44,lVar2);\nLAB_0028f3c3:\n lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0);\n }\n else {\n iVar1 = FUN_002e3a40(&local_68,"/SYM64/");\n if (iVar1 == 0) {\n FUN_00290b20(param_1,0x44,lVar2);\n goto LAB_0028f3c3;\n }\n /* try { // try from 0028f4af to 0028f507 has its CatchHandler @ 0028f575 */\n lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38));\n lVar5 = 8;\n if (*(char *)(lVar2 + 8) == '\0') {\n uVar4 = *(undefined8 *)(param_1 + 0x18);\n uVar3 = gettext("%s: no archive symbol table (run ranlib)");\n FUN_00178320(uVar3,uVar4);\n lVar5 = 8;\n }\n }" if (parenthesized_expression "(local_60 == 0)" ( (binary_expression "local_60 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_00290920(param_1,0x44,lVar2);\nLAB_0028f3c3:\n lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0);\n }" { (expression_statement "FUN_00290920(param_1,0x44,lVar2);" (call_expression "FUN_00290920(param_1,0x44,lVar2)" identifier (argument_list "(param_1,0x44,lVar2)" ( identifier , number_literal , identifier ))) ;) (labeled_statement "LAB_0028f3c3:\n lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0);" statement_identifier : (expression_statement "lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0);" (assignment_expression "lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0)" identifier = (binary_expression "(lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0)" (parenthesized_expression "(lVar2 + 0x45)" ( (binary_expression "lVar2 + 0x45" identifier + number_literal) )) - (call_expression "(ulong)((lVar2 + 0x44U & 1) == 0)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((lVar2 + 0x44U & 1) == 0)" ( (binary_expression "(lVar2 + 0x44U & 1) == 0" (parenthesized_expression "(lVar2 + 0x44U & 1)" ( (binary_expression "lVar2 + 0x44U & 1" (binary_expression "lVar2 + 0x44U" identifier + number_literal) & number_literal) )) == number_literal) ))))) ;)) }) (else_clause "else {\n iVar1 = FUN_002e3a40(&local_68,"/SYM64/");\n if (iVar1 == 0) {\n FUN_00290b20(param_1,0x44,lVar2);\n goto LAB_0028f3c3;\n }\n /* try { // try from 0028f4af to 0028f507 has its CatchHandler @ 0028f575 */\n lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38));\n lVar5 = 8;\n if (*(char *)(lVar2 + 8) == '\0') {\n uVar4 = *(undefined8 *)(param_1 + 0x18);\n uVar3 = gettext("%s: no archive symbol table (run ranlib)");\n FUN_00178320(uVar3,uVar4);\n lVar5 = 8;\n }\n }" else (compound_statement "{\n iVar1 = FUN_002e3a40(&local_68,"/SYM64/");\n if (iVar1 == 0) {\n FUN_00290b20(param_1,0x44,lVar2);\n goto LAB_0028f3c3;\n }\n /* try { // try from 0028f4af to 0028f507 has its CatchHandler @ 0028f575 */\n lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38));\n lVar5 = 8;\n if (*(char *)(lVar2 + 8) == '\0') {\n uVar4 = *(undefined8 *)(param_1 + 0x18);\n uVar3 = gettext("%s: no archive symbol table (run ranlib)");\n FUN_00178320(uVar3,uVar4);\n lVar5 = 8;\n }\n }" { (expression_statement "iVar1 = FUN_002e3a40(&local_68,"/SYM64/");" (assignment_expression "iVar1 = FUN_002e3a40(&local_68,"/SYM64/")" identifier = (call_expression "FUN_002e3a40(&local_68,"/SYM64/")" identifier (argument_list "(&local_68,"/SYM64/")" ( (pointer_expression "&local_68" & identifier) , (string_literal ""/SYM64/"" " string_content ") )))) ;) (if_statement "if (iVar1 == 0) {\n FUN_00290b20(param_1,0x44,lVar2);\n goto LAB_0028f3c3;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_00290b20(param_1,0x44,lVar2);\n goto LAB_0028f3c3;\n }" { (expression_statement "FUN_00290b20(param_1,0x44,lVar2);" (call_expression "FUN_00290b20(param_1,0x44,lVar2)" identifier (argument_list "(param_1,0x44,lVar2)" ( identifier , number_literal , identifier ))) ;) (goto_statement "goto LAB_0028f3c3;" goto statement_identifier ;) })) comment (expression_statement "lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38));" (assignment_expression "lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38))" identifier = (call_expression "FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38))" identifier (argument_list "(*(undefined8 *)(param_1 + 0x38))" ( (pointer_expression "*(undefined8 *)(param_1 + 0x38)" * (cast_expression "(undefined8 *)(param_1 + 0x38)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) )))) ;) (expression_statement "lVar5 = 8;" (assignment_expression "lVar5 = 8" identifier = number_literal) ;) (if_statement "if (*(char *)(lVar2 + 8) == '\0') {\n uVar4 = *(undefined8 *)(param_1 + 0x18);\n uVar3 = gettext("%s: no archive symbol table (run ranlib)");\n FUN_00178320(uVar3,uVar4);\n lVar5 = 8;\n }" if (parenthesized_expression "(*(char *)(lVar2 + 8) == '\0')" ( (binary_expression "*(char *)(lVar2 + 8) == '\0'" (pointer_expression "*(char *)(lVar2 + 8)" * (cast_expression "(char *)(lVar2 + 8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 8)" ( (binary_expression "lVar2 + 8" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar4 = *(undefined8 *)(param_1 + 0x18);\n uVar3 = gettext("%s: no archive symbol table (run ranlib)");\n FUN_00178320(uVar3,uVar4);\n lVar5 = 8;\n }" { (expression_statement "uVar4 = *(undefined8 *)(param_1 + 0x18);" (assignment_expression "uVar4 = *(undefined8 *)(param_1 + 0x18)" identifier = (pointer_expression "*(undefined8 *)(param_1 + 0x18)" * (cast_expression "(undefined8 *)(param_1 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "uVar3 = gettext("%s: no archive symbol table (run ranlib)");" (assignment_expression "uVar3 = gettext("%s: no archive symbol table (run ranlib)")" identifier = (call_expression "gettext("%s: no archive symbol table (run ranlib)")" identifier (argument_list "("%s: no archive symbol table (run ranlib)")" ( (string_literal ""%s: no archive symbol table (run ranlib)"" " string_content ") )))) ;) (expression_statement "FUN_00178320(uVar3,uVar4);" (call_expression "FUN_00178320(uVar3,uVar4)" identifier (argument_list "(uVar3,uVar4)" ( identifier , identifier ))) ;) (expression_statement "lVar5 = 8;" (assignment_expression "lVar5 = 8" identifier = number_literal) ;) })) }))) (expression_statement "local_48 = local_38;" (assignment_expression "local_48 = local_38" identifier = identifier) ;) (expression_statement "local_38[0] = 0;" (assignment_expression "local_38[0] = 0" (subscript_expression "local_38[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_40 = 0;" (assignment_expression "local_40 = 0" identifier = number_literal) ;) comment (expression_statement "lVar2 = FUN_0028d290(param_1,lVar5,1,&local_48,0);" (assignment_expression "lVar2 = FUN_0028d290(param_1,lVar5,1,&local_48,0)" identifier = (call_expression "FUN_0028d290(param_1,lVar5,1,&local_48,0)" identifier (argument_list "(param_1,lVar5,1,&local_48,0)" ( identifier , identifier , number_literal , (pointer_expression "&local_48" & identifier) , number_literal )))) ;) (if_statement "if (lVar2 != -1) {\n iVar1 = FUN_002e3a40(&local_48,"/");\n if (iVar1 == 0) {\n /* try { // try from 0028f52a to 0028f574 has its CatchHandler @ 0028f57d */\n uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);\n FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);\n }\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&\n (*(long *)(lVar2 + 0x9058) == 0)) {\n FUN_0028f210(param_1);\n }\n }" if (parenthesized_expression "(lVar2 != -1)" ( (binary_expression "lVar2 != -1" identifier != number_literal) )) (compound_statement "{\n iVar1 = FUN_002e3a40(&local_48,"/");\n if (iVar1 == 0) {\n /* try { // try from 0028f52a to 0028f574 has its CatchHandler @ 0028f57d */\n uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);\n FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);\n }\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&\n (*(long *)(lVar2 + 0x9058) == 0)) {\n FUN_0028f210(param_1);\n }\n }" { (expression_statement "iVar1 = FUN_002e3a40(&local_48,"/");" (assignment_expression "iVar1 = FUN_002e3a40(&local_48,"/")" identifier = (call_expression "FUN_002e3a40(&local_48,"/")" identifier (argument_list "(&local_48,"/")" ( (pointer_expression "&local_48" & identifier) , (string_literal ""/"" " string_content ") )))) ;) (if_statement "if (iVar1 == 0) {\n /* try { // try from 0028f52a to 0028f574 has its CatchHandler @ 0028f57d */\n uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);\n FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n /* try { // try from 0028f52a to 0028f574 has its CatchHandler @ 0028f57d */\n uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);\n FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);\n }" { comment (expression_statement "uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);" (assignment_expression "uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1)" identifier = (call_expression "FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1)" identifier (argument_list "(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1)" ( (binary_expression "*(long *)(param_1 + 0x38) + 0x28" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) + number_literal) , number_literal , (binary_expression "lVar5 + 0x3c" identifier + number_literal) , identifier , number_literal , number_literal )))) ;) (expression_statement "FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);" (call_expression "FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2)" identifier (argument_list "(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) , number_literal , (pointer_expression "*(undefined8 *)(param_1 + 0x80)" * (cast_expression "(undefined8 *)(param_1 + 0x80)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x80)" ( (binary_expression "param_1 + 0x80" identifier + number_literal) )))) , identifier , identifier ))) ;) })) (expression_statement "lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);" (assignment_expression "lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10)" identifier = (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" { comment (expression_statement "FUN_0017c650("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (if_statement "if (((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&\n (*(long *)(lVar2 + 0x9058) == 0)) {\n FUN_0028f210(param_1);\n }" if (parenthesized_expression "(((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&\n (*(long *)(lVar2 + 0x9058) == 0))" ( (binary_expression "((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&\n (*(long *)(lVar2 + 0x9058) == 0)" (parenthesized_expression "((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0'))" ( (binary_expression "(*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')" (parenthesized_expression "(*(char *)(lVar2 + 0x6381) != '\0')" ( (binary_expression "*(char *)(lVar2 + 0x6381) != '\0'" (pointer_expression "*(char *)(lVar2 + 0x6381)" * (cast_expression "(char *)(lVar2 + 0x6381)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x6381)" ( (binary_expression "lVar2 + 0x6381" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(*(char *)(lVar2 + 0x4a51) != '\0')" ( (binary_expression "*(char *)(lVar2 + 0x4a51) != '\0'" (pointer_expression "*(char *)(lVar2 + 0x4a51)" * (cast_expression "(char *)(lVar2 + 0x4a51)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x4a51)" ( (binary_expression "lVar2 + 0x4a51" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) ))) )) && (parenthesized_expression "(*(long *)(lVar2 + 0x9058) == 0)" ( (binary_expression "*(long *)(lVar2 + 0x9058) == 0" (pointer_expression "*(long *)(lVar2 + 0x9058)" * (cast_expression "(long *)(lVar2 + 0x9058)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x9058)" ( (binary_expression "lVar2 + 0x9058" identifier + number_literal) )))) == number_literal) ))) )) (compound_statement "{\n FUN_0028f210(param_1);\n }" { (expression_statement "FUN_0028f210(param_1);" (call_expression "FUN_0028f210(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) })) })) (if_statement "if (local_48 != local_38) {\n FUN_002dac60();\n }" if (parenthesized_expression "(local_48 != local_38)" ( (binary_expression "local_48 != local_38" identifier != identifier) )) (compound_statement "{\n FUN_002dac60();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) (labeled_statement "LAB_0028f473:\n if (local_68 != local_58) {\n FUN_002dac60();\n }" statement_identifier : (if_statement "if (local_68 != local_58) {\n FUN_002dac60();\n }" if (parenthesized_expression "(local_68 != local_58)" ( (binary_expression "local_68 != local_58" identifier != identifier) )) (compound_statement "{\n FUN_002dac60();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) }))) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void setup(Archive * this) */\n\nvoid __thiscall gold::Archive::setup(Archive *this)\n\n{\n General_options *pGVar1;\n pointer pcVar2;\n int iVar3;\n section_size_type sVar4;\n Position_dependent_options *pPVar5;\n char *format;\n uchar *puVar6;\n long off;\n string armap_name;\n string xname;\n \n if ((this->input_file_->file_).size_ == 8) {\n return;\n }\n armap_name.field_2._M_local_buf[0] = '\0';\n armap_name._M_dataplus._M_p = (pointer)&armap_name.field_2;\n armap_name._M_string_length = 0;\n /* try { // try from 0028f395 to 0028f3c2 has its CatchHandler @ 0028f575 */\n sVar4 = read_header(this,8,false,&armap_name,(off_t *)0x0);\n if (sVar4 == 0xffffffffffffffff) goto LAB_0028f473;\n if (armap_name._M_string_length == 0) {\n read_armap<32>(this,0x44,sVar4);\nLAB_0028f3c3:\n off = (sVar4 + 0x45) - (ulong)((sVar4 + 0x44 & 1) == 0);\n }\n else {\n iVar3 = std::string::compare((string *)&armap_name,"/SYM64/");\n if (iVar3 == 0) {\n read_armap<64>(this,0x44,sVar4);\n goto LAB_0028f3c3;\n }\n /* try { // try from 0028f4af to 0028f507 has its CatchHandler @ 0028f575 */\n pPVar5 = Input_file::options(this->input_file_);\n off = 8;\n if (pPVar5->whole_archive_ == false) {\n pcVar2 = (this->name_)._M_dataplus._M_p;\n format = (char *)gettext("%s: no archive symbol table (run ranlib)");\n gold_error(format,pcVar2);\n off = 8;\n }\n }\n xname._M_dataplus._M_p = (pointer)&xname.field_2;\n xname.field_2._M_local_buf[0] = '\0';\n xname._M_string_length = 0;\n /* try { // try from 0028f402 to 0028f406 has its CatchHandler @ 0028f57d */\n sVar4 = read_header(this,off,true,&xname,(off_t *)0x0);\n if (sVar4 != 0xffffffffffffffff) {\n iVar3 = std::string::compare((string *)&xname,"/");\n if (iVar3 == 0) {\n /* try { // try from 0028f52a to 0028f574 has its CatchHandler @ 0028f57d */\n puVar6 = File_read::get_view(&this->input_file_->file_,0,off + 0x3c,sVar4,false,true);\n std::string::_M_replace\n ((string *)&this->extended_names_,0,(this->extended_names_)._M_string_length,\n (char *)puVar6,sVar4);\n }\n pGVar1 = parameters->options_;\n if (pGVar1 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((((pGVar1->threads_).value != false) && ((pGVar1->preread_archive_symbols_).value != false))\n && (pGVar1->plugins_ == (Plugin_manager *)0x0)) {\n read_all_symbols(this);\n }\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)xname._M_dataplus._M_p != &xname.field_2) {\n operator_delete(xname._M_dataplus._M_p);\n }\nLAB_0028f473:\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)armap_name._M_dataplus._M_p != &armap_name.field_2) {\n operator_delete(armap_name._M_dataplus._M_p);\n }\n return;\n}\n\n" comment comment (function_definition "void __thiscall gold::Archive::setup(Archive *this)\n\n{\n General_options *pGVar1;\n pointer pcVar2;\n int iVar3;\n section_size_type sVar4;\n Position_dependent_options *pPVar5;\n char *format;\n uchar *puVar6;\n long off;\n string armap_name;\n string xname;\n \n if ((this->input_file_->file_).size_ == 8) {\n return;\n }\n armap_name.field_2._M_local_buf[0] = '\0';\n armap_name._M_dataplus._M_p = (pointer)&armap_name.field_2;\n armap_name._M_string_length = 0;\n /* try { // try from 0028f395 to 0028f3c2 has its CatchHandler @ 0028f575 */\n sVar4 = read_header(this,8,false,&armap_name,(off_t *)0x0);\n if (sVar4 == 0xffffffffffffffff) goto LAB_0028f473;\n if (armap_name._M_string_length == 0) {\n read_armap<32>(this,0x44,sVar4);\nLAB_0028f3c3:\n off = (sVar4 + 0x45) - (ulong)((sVar4 + 0x44 & 1) == 0);\n }\n else {\n iVar3 = std::string::compare((string *)&armap_name,"/SYM64/");\n if (iVar3 == 0) {\n read_armap<64>(this,0x44,sVar4);\n goto LAB_0028f3c3;\n }\n /* try { // try from 0028f4af to 0028f507 has its CatchHandler @ 0028f575 */\n pPVar5 = Input_file::options(this->input_file_);\n off = 8;\n if (pPVar5->whole_archive_ == false) {\n pcVar2 = (this->name_)._M_dataplus._M_p;\n format = (char *)gettext("%s: no archive symbol table (run ranlib)");\n gold_error(format,pcVar2);\n off = 8;\n }\n }\n xname._M_dataplus._M_p = (pointer)&xname.field_2;\n xname.field_2._M_local_buf[0] = '\0';\n xname._M_string_length = 0;\n /* try { // try from 0028f402 to 0028f406 has its CatchHandler @ 0028f57d */\n sVar4 = read_header(this,off,true,&xname,(off_t *)0x0);\n if (sVar4 != 0xffffffffffffffff) {\n iVar3 = std::string::compare((string *)&xname,"/");\n if (iVar3 == 0) {\n /* try { // try from 0028f52a to 0028f574 has its CatchHandler @ 0028f57d */\n puVar6 = File_read::get_view(&this->input_file_->file_,0,off + 0x3c,sVar4,false,true);\n std::string::_M_replace\n ((string *)&this->extended_names_,0,(this->extended_names_)._M_string_length,\n (char *)puVar6,sVar4);\n }\n pGVar1 = parameters->options_;\n if (pGVar1 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((((pGVar1->threads_).value != false) && ((pGVar1->preread_archive_symbols_).value != false))\n && (pGVar1->plugins_ == (Plugin_manager *)0x0)) {\n read_all_symbols(this);\n }\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)xname._M_dataplus._M_p != &xname.field_2) {\n operator_delete(xname._M_dataplus._M_p);\n }\nLAB_0028f473:\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)armap_name._M_dataplus._M_p != &armap_name.field_2) {\n operator_delete(armap_name._M_dataplus._M_p);\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Archive::" identifier : : identifier : :) (function_declarator "setup(Archive *this)" identifier (parameter_list "(Archive *this)" ( (parameter_declaration "Archive *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n General_options *pGVar1;\n pointer pcVar2;\n int iVar3;\n section_size_type sVar4;\n Position_dependent_options *pPVar5;\n char *format;\n uchar *puVar6;\n long off;\n string armap_name;\n string xname;\n \n if ((this->input_file_->file_).size_ == 8) {\n return;\n }\n armap_name.field_2._M_local_buf[0] = '\0';\n armap_name._M_dataplus._M_p = (pointer)&armap_name.field_2;\n armap_name._M_string_length = 0;\n /* try { // try from 0028f395 to 0028f3c2 has its CatchHandler @ 0028f575 */\n sVar4 = read_header(this,8,false,&armap_name,(off_t *)0x0);\n if (sVar4 == 0xffffffffffffffff) goto LAB_0028f473;\n if (armap_name._M_string_length == 0) {\n read_armap<32>(this,0x44,sVar4);\nLAB_0028f3c3:\n off = (sVar4 + 0x45) - (ulong)((sVar4 + 0x44 & 1) == 0);\n }\n else {\n iVar3 = std::string::compare((string *)&armap_name,"/SYM64/");\n if (iVar3 == 0) {\n read_armap<64>(this,0x44,sVar4);\n goto LAB_0028f3c3;\n }\n /* try { // try from 0028f4af to 0028f507 has its CatchHandler @ 0028f575 */\n pPVar5 = Input_file::options(this->input_file_);\n off = 8;\n if (pPVar5->whole_archive_ == false) {\n pcVar2 = (this->name_)._M_dataplus._M_p;\n format = (char *)gettext("%s: no archive symbol table (run ranlib)");\n gold_error(format,pcVar2);\n off = 8;\n }\n }\n xname._M_dataplus._M_p = (pointer)&xname.field_2;\n xname.field_2._M_local_buf[0] = '\0';\n xname._M_string_length = 0;\n /* try { // try from 0028f402 to 0028f406 has its CatchHandler @ 0028f57d */\n sVar4 = read_header(this,off,true,&xname,(off_t *)0x0);\n if (sVar4 != 0xffffffffffffffff) {\n iVar3 = std::string::compare((string *)&xname,"/");\n if (iVar3 == 0) {\n /* try { // try from 0028f52a to 0028f574 has its CatchHandler @ 0028f57d */\n puVar6 = File_read::get_view(&this->input_file_->file_,0,off + 0x3c,sVar4,false,true);\n std::string::_M_replace\n ((string *)&this->extended_names_,0,(this->extended_names_)._M_string_length,\n (char *)puVar6,sVar4);\n }\n pGVar1 = parameters->options_;\n if (pGVar1 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((((pGVar1->threads_).value != false) && ((pGVar1->preread_archive_symbols_).value != false))\n && (pGVar1->plugins_ == (Plugin_manager *)0x0)) {\n read_all_symbols(this);\n }\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)xname._M_dataplus._M_p != &xname.field_2) {\n operator_delete(xname._M_dataplus._M_p);\n }\nLAB_0028f473:\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)armap_name._M_dataplus._M_p != &armap_name.field_2) {\n operator_delete(armap_name._M_dataplus._M_p);\n }\n return;\n}" { (declaration "General_options *pGVar1;" type_identifier (pointer_declarator "*pGVar1" * identifier) ;) (declaration "pointer pcVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "section_size_type sVar4;" type_identifier identifier ;) (declaration "Position_dependent_options *pPVar5;" type_identifier (pointer_declarator "*pPVar5" * identifier) ;) (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (declaration "uchar *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "long off;" (sized_type_specifier "long" long) identifier ;) (declaration "string armap_name;" type_identifier identifier ;) (declaration "string xname;" type_identifier identifier ;) (if_statement "if ((this->input_file_->file_).size_ == 8) {\n return;\n }" if (parenthesized_expression "((this->input_file_->file_).size_ == 8)" ( (binary_expression "(this->input_file_->file_).size_ == 8" (field_expression "(this->input_file_->file_).size_" (parenthesized_expression "(this->input_file_->file_)" ( (field_expression "this->input_file_->file_" (field_expression "this->input_file_" identifier -> field_identifier) -> field_identifier) )) . field_identifier) == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "armap_name.field_2._M_local_buf[0] = '\0';" (assignment_expression "armap_name.field_2._M_local_buf[0] = '\0'" (subscript_expression "armap_name.field_2._M_local_buf[0]" (field_expression "armap_name.field_2._M_local_buf" (field_expression "armap_name.field_2" identifier . field_identifier) . field_identifier) [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "armap_name._M_dataplus._M_p = (pointer)&armap_name.field_2;" (assignment_expression "armap_name._M_dataplus._M_p = (pointer)&armap_name.field_2" (field_expression "armap_name._M_dataplus._M_p" (field_expression "armap_name._M_dataplus" identifier . field_identifier) . field_identifier) = (binary_expression "(pointer)&armap_name.field_2" (parenthesized_expression "(pointer)" ( identifier )) & (field_expression "armap_name.field_2" identifier . field_identifier))) ;) (expression_statement "armap_name._M_string_length = 0;" (assignment_expression "armap_name._M_string_length = 0" (field_expression "armap_name._M_string_length" identifier . field_identifier) = number_literal) ;) comment (expression_statement "sVar4 = read_header(this,8,false,&armap_name,(off_t *)0x0);" (assignment_expression "sVar4 = read_header(this,8,false,&armap_name,(off_t *)0x0)" identifier = (call_expression "read_header(this,8,false,&armap_name,(off_t *)0x0)" identifier (argument_list "(this,8,false,&armap_name,(off_t *)0x0)" ( identifier , number_literal , false , (pointer_expression "&armap_name" & identifier) , (cast_expression "(off_t *)0x0" ( (type_descriptor "off_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) )))) ;) (if_statement "if (sVar4 == 0xffffffffffffffff) goto LAB_0028f473;" if (parenthesized_expression "(sVar4 == 0xffffffffffffffff)" ( (binary_expression "sVar4 == 0xffffffffffffffff" identifier == number_literal) )) (goto_statement "goto LAB_0028f473;" goto statement_identifier ;)) (if_statement "if (armap_name._M_string_length == 0) {\n read_armap<32>(this,0x44,sVar4);\nLAB_0028f3c3:\n off = (sVar4 + 0x45) - (ulong)((sVar4 + 0x44 & 1) == 0);\n }\n else {\n iVar3 = std::string::compare((string *)&armap_name,"/SYM64/");\n if (iVar3 == 0) {\n read_armap<64>(this,0x44,sVar4);\n goto LAB_0028f3c3;\n }\n /* try { // try from 0028f4af to 0028f507 has its CatchHandler @ 0028f575 */\n pPVar5 = Input_file::options(this->input_file_);\n off = 8;\n if (pPVar5->whole_archive_ == false) {\n pcVar2 = (this->name_)._M_dataplus._M_p;\n format = (char *)gettext("%s: no archive symbol table (run ranlib)");\n gold_error(format,pcVar2);\n off = 8;\n }\n }" if (parenthesized_expression "(armap_name._M_string_length == 0)" ( (binary_expression "armap_name._M_string_length == 0" (field_expression "armap_name._M_string_length" identifier . field_identifier) == number_literal) )) (compound_statement "{\n read_armap<32>(this,0x44,sVar4);\nLAB_0028f3c3:\n off = (sVar4 + 0x45) - (ulong)((sVar4 + 0x44 & 1) == 0);\n }" { (expression_statement "read_armap<32>(this,0x44,sVar4);" (binary_expression "read_armap<32>(this,0x44,sVar4)" (binary_expression "read_armap<32" identifier < number_literal) > (parenthesized_expression "(this,0x44,sVar4)" ( (comma_expression "this,0x44,sVar4" identifier , (comma_expression "0x44,sVar4" number_literal , identifier)) ))) ;) (labeled_statement "LAB_0028f3c3:\n off = (sVar4 + 0x45) - (ulong)((sVar4 + 0x44 & 1) == 0);" statement_identifier : (expression_statement "off = (sVar4 + 0x45) - (ulong)((sVar4 + 0x44 & 1) == 0);" (assignment_expression "off = (sVar4 + 0x45) - (ulong)((sVar4 + 0x44 & 1) == 0)" identifier = (binary_expression "(sVar4 + 0x45) - (ulong)((sVar4 + 0x44 & 1) == 0)" (parenthesized_expression "(sVar4 + 0x45)" ( (binary_expression "sVar4 + 0x45" identifier + number_literal) )) - (call_expression "(ulong)((sVar4 + 0x44 & 1) == 0)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((sVar4 + 0x44 & 1) == 0)" ( (binary_expression "(sVar4 + 0x44 & 1) == 0" (parenthesized_expression "(sVar4 + 0x44 & 1)" ( (binary_expression "sVar4 + 0x44 & 1" (binary_expression "sVar4 + 0x44" identifier + number_literal) & number_literal) )) == number_literal) ))))) ;)) }) (else_clause "else {\n iVar3 = std::string::compare((string *)&armap_name,"/SYM64/");\n if (iVar3 == 0) {\n read_armap<64>(this,0x44,sVar4);\n goto LAB_0028f3c3;\n }\n /* try { // try from 0028f4af to 0028f507 has its CatchHandler @ 0028f575 */\n pPVar5 = Input_file::options(this->input_file_);\n off = 8;\n if (pPVar5->whole_archive_ == false) {\n pcVar2 = (this->name_)._M_dataplus._M_p;\n format = (char *)gettext("%s: no archive symbol table (run ranlib)");\n gold_error(format,pcVar2);\n off = 8;\n }\n }" else (compound_statement "{\n iVar3 = std::string::compare((string *)&armap_name,"/SYM64/");\n if (iVar3 == 0) {\n read_armap<64>(this,0x44,sVar4);\n goto LAB_0028f3c3;\n }\n /* try { // try from 0028f4af to 0028f507 has its CatchHandler @ 0028f575 */\n pPVar5 = Input_file::options(this->input_file_);\n off = 8;\n if (pPVar5->whole_archive_ == false) {\n pcVar2 = (this->name_)._M_dataplus._M_p;\n format = (char *)gettext("%s: no archive symbol table (run ranlib)");\n gold_error(format,pcVar2);\n off = 8;\n }\n }" { (ERROR "iVar3 = std::" (assignment_expression "iVar3 = std" identifier = identifier) : :) (labeled_statement "string::compare((string *)&armap_name,"/SYM64/");" statement_identifier : (ERROR ":" :) (expression_statement "compare((string *)&armap_name,"/SYM64/");" (call_expression "compare((string *)&armap_name,"/SYM64/")" identifier (argument_list "((string *)&armap_name,"/SYM64/")" ( (cast_expression "(string *)&armap_name" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&armap_name" & identifier)) , (string_literal ""/SYM64/"" " string_content ") ))) ;)) (if_statement "if (iVar3 == 0) {\n read_armap<64>(this,0x44,sVar4);\n goto LAB_0028f3c3;\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n read_armap<64>(this,0x44,sVar4);\n goto LAB_0028f3c3;\n }" { (expression_statement "read_armap<64>(this,0x44,sVar4);" (binary_expression "read_armap<64>(this,0x44,sVar4)" (binary_expression "read_armap<64" identifier < number_literal) > (parenthesized_expression "(this,0x44,sVar4)" ( (comma_expression "this,0x44,sVar4" identifier , (comma_expression "0x44,sVar4" number_literal , identifier)) ))) ;) (goto_statement "goto LAB_0028f3c3;" goto statement_identifier ;) })) comment (ERROR "pPVar5 = Input_file::" (assignment_expression "pPVar5 = Input_file" identifier = identifier) : :) (expression_statement "options(this->input_file_);" (call_expression "options(this->input_file_)" identifier (argument_list "(this->input_file_)" ( (field_expression "this->input_file_" identifier -> field_identifier) ))) ;) (expression_statement "off = 8;" (assignment_expression "off = 8" identifier = number_literal) ;) (if_statement "if (pPVar5->whole_archive_ == false) {\n pcVar2 = (this->name_)._M_dataplus._M_p;\n format = (char *)gettext("%s: no archive symbol table (run ranlib)");\n gold_error(format,pcVar2);\n off = 8;\n }" if (parenthesized_expression "(pPVar5->whole_archive_ == false)" ( (binary_expression "pPVar5->whole_archive_ == false" (field_expression "pPVar5->whole_archive_" identifier -> field_identifier) == false) )) (compound_statement "{\n pcVar2 = (this->name_)._M_dataplus._M_p;\n format = (char *)gettext("%s: no archive symbol table (run ranlib)");\n gold_error(format,pcVar2);\n off = 8;\n }" { (expression_statement "pcVar2 = (this->name_)._M_dataplus._M_p;" (assignment_expression "pcVar2 = (this->name_)._M_dataplus._M_p" identifier = (field_expression "(this->name_)._M_dataplus._M_p" (field_expression "(this->name_)._M_dataplus" (parenthesized_expression "(this->name_)" ( (field_expression "this->name_" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "format = (char *)gettext("%s: no archive symbol table (run ranlib)");" (assignment_expression "format = (char *)gettext("%s: no archive symbol table (run ranlib)")" identifier = (cast_expression "(char *)gettext("%s: no archive symbol table (run ranlib)")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("%s: no archive symbol table (run ranlib)")" identifier (argument_list "("%s: no archive symbol table (run ranlib)")" ( (string_literal ""%s: no archive symbol table (run ranlib)"" " string_content ") ))))) ;) (expression_statement "gold_error(format,pcVar2);" (call_expression "gold_error(format,pcVar2)" identifier (argument_list "(format,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "off = 8;" (assignment_expression "off = 8" identifier = number_literal) ;) })) }))) (expression_statement "xname._M_dataplus._M_p = (pointer)&xname.field_2;" (assignment_expression "xname._M_dataplus._M_p = (pointer)&xname.field_2" (field_expression "xname._M_dataplus._M_p" (field_expression "xname._M_dataplus" identifier . field_identifier) . field_identifier) = (binary_expression "(pointer)&xname.field_2" (parenthesized_expression "(pointer)" ( identifier )) & (field_expression "xname.field_2" identifier . field_identifier))) ;) (expression_statement "xname.field_2._M_local_buf[0] = '\0';" (assignment_expression "xname.field_2._M_local_buf[0] = '\0'" (subscript_expression "xname.field_2._M_local_buf[0]" (field_expression "xname.field_2._M_local_buf" (field_expression "xname.field_2" identifier . field_identifier) . field_identifier) [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "xname._M_string_length = 0;" (assignment_expression "xname._M_string_length = 0" (field_expression "xname._M_string_length" identifier . field_identifier) = number_literal) ;) comment (expression_statement "sVar4 = read_header(this,off,true,&xname,(off_t *)0x0);" (assignment_expression "sVar4 = read_header(this,off,true,&xname,(off_t *)0x0)" identifier = (call_expression "read_header(this,off,true,&xname,(off_t *)0x0)" identifier (argument_list "(this,off,true,&xname,(off_t *)0x0)" ( identifier , identifier , true , (pointer_expression "&xname" & identifier) , (cast_expression "(off_t *)0x0" ( (type_descriptor "off_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) )))) ;) (if_statement "if (sVar4 != 0xffffffffffffffff) {\n iVar3 = std::string::compare((string *)&xname,"/");\n if (iVar3 == 0) {\n /* try { // try from 0028f52a to 0028f574 has its CatchHandler @ 0028f57d */\n puVar6 = File_read::get_view(&this->input_file_->file_,0,off + 0x3c,sVar4,false,true);\n std::string::_M_replace\n ((string *)&this->extended_names_,0,(this->extended_names_)._M_string_length,\n (char *)puVar6,sVar4);\n }\n pGVar1 = parameters->options_;\n if (pGVar1 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((((pGVar1->threads_).value != false) && ((pGVar1->preread_archive_symbols_).value != false))\n && (pGVar1->plugins_ == (Plugin_manager *)0x0)) {\n read_all_symbols(this);\n }\n }" if (parenthesized_expression "(sVar4 != 0xffffffffffffffff)" ( (binary_expression "sVar4 != 0xffffffffffffffff" identifier != number_literal) )) (compound_statement "{\n iVar3 = std::string::compare((string *)&xname,"/");\n if (iVar3 == 0) {\n /* try { // try from 0028f52a to 0028f574 has its CatchHandler @ 0028f57d */\n puVar6 = File_read::get_view(&this->input_file_->file_,0,off + 0x3c,sVar4,false,true);\n std::string::_M_replace\n ((string *)&this->extended_names_,0,(this->extended_names_)._M_string_length,\n (char *)puVar6,sVar4);\n }\n pGVar1 = parameters->options_;\n if (pGVar1 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((((pGVar1->threads_).value != false) && ((pGVar1->preread_archive_symbols_).value != false))\n && (pGVar1->plugins_ == (Plugin_manager *)0x0)) {\n read_all_symbols(this);\n }\n }" { (ERROR "iVar3 = std::" (assignment_expression "iVar3 = std" identifier = identifier) : :) (labeled_statement "string::compare((string *)&xname,"/");" statement_identifier : (ERROR ":" :) (expression_statement "compare((string *)&xname,"/");" (call_expression "compare((string *)&xname,"/")" identifier (argument_list "((string *)&xname,"/")" ( (cast_expression "(string *)&xname" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&xname" & identifier)) , (string_literal ""/"" " string_content ") ))) ;)) (if_statement "if (iVar3 == 0) {\n /* try { // try from 0028f52a to 0028f574 has its CatchHandler @ 0028f57d */\n puVar6 = File_read::get_view(&this->input_file_->file_,0,off + 0x3c,sVar4,false,true);\n std::string::_M_replace\n ((string *)&this->extended_names_,0,(this->extended_names_)._M_string_length,\n (char *)puVar6,sVar4);\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n /* try { // try from 0028f52a to 0028f574 has its CatchHandler @ 0028f57d */\n puVar6 = File_read::get_view(&this->input_file_->file_,0,off + 0x3c,sVar4,false,true);\n std::string::_M_replace\n ((string *)&this->extended_names_,0,(this->extended_names_)._M_string_length,\n (char *)puVar6,sVar4);\n }" { comment (ERROR "puVar6 = File_read::" (assignment_expression "puVar6 = File_read" identifier = identifier) : :) (expression_statement "get_view(&this->input_file_->file_,0,off + 0x3c,sVar4,false,true);" (call_expression "get_view(&this->input_file_->file_,0,off + 0x3c,sVar4,false,true)" identifier (argument_list "(&this->input_file_->file_,0,off + 0x3c,sVar4,false,true)" ( (pointer_expression "&this->input_file_->file_" & (field_expression "this->input_file_->file_" (field_expression "this->input_file_" identifier -> field_identifier) -> field_identifier)) , number_literal , (binary_expression "off + 0x3c" identifier + number_literal) , identifier , false , true ))) ;) (labeled_statement "std::string::_M_replace\n ((string *)&this->extended_names_,0,(this->extended_names_)._M_string_length,\n (char *)puVar6,sVar4);" statement_identifier : (ERROR ":" :) (labeled_statement "string::_M_replace\n ((string *)&this->extended_names_,0,(this->extended_names_)._M_string_length,\n (char *)puVar6,sVar4);" statement_identifier : (ERROR ":" :) (expression_statement "_M_replace\n ((string *)&this->extended_names_,0,(this->extended_names_)._M_string_length,\n (char *)puVar6,sVar4);" (call_expression "_M_replace\n ((string *)&this->extended_names_,0,(this->extended_names_)._M_string_length,\n (char *)puVar6,sVar4)" identifier (argument_list "((string *)&this->extended_names_,0,(this->extended_names_)._M_string_length,\n (char *)puVar6,sVar4)" ( (cast_expression "(string *)&this->extended_names_" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->extended_names_" & (field_expression "this->extended_names_" identifier -> field_identifier))) , number_literal , (field_expression "(this->extended_names_)._M_string_length" (parenthesized_expression "(this->extended_names_)" ( (field_expression "this->extended_names_" identifier -> field_identifier) )) . field_identifier) , (cast_expression "(char *)puVar6" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;))) })) (expression_statement "pGVar1 = parameters->options_;" (assignment_expression "pGVar1 = parameters->options_" identifier = (field_expression "parameters->options_" identifier -> field_identifier)) ;) (if_statement "if (pGVar1 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(pGVar1 == (General_options *)0x0)" ( (binary_expression "pGVar1 == (General_options *)0x0" identifier == (cast_expression "(General_options *)0x0" ( (type_descriptor "General_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (if_statement "if ((((pGVar1->threads_).value != false) && ((pGVar1->preread_archive_symbols_).value != false))\n && (pGVar1->plugins_ == (Plugin_manager *)0x0)) {\n read_all_symbols(this);\n }" if (parenthesized_expression "((((pGVar1->threads_).value != false) && ((pGVar1->preread_archive_symbols_).value != false))\n && (pGVar1->plugins_ == (Plugin_manager *)0x0))" ( (binary_expression "(((pGVar1->threads_).value != false) && ((pGVar1->preread_archive_symbols_).value != false))\n && (pGVar1->plugins_ == (Plugin_manager *)0x0)" (parenthesized_expression "(((pGVar1->threads_).value != false) && ((pGVar1->preread_archive_symbols_).value != false))" ( (binary_expression "((pGVar1->threads_).value != false) && ((pGVar1->preread_archive_symbols_).value != false)" (parenthesized_expression "((pGVar1->threads_).value != false)" ( (binary_expression "(pGVar1->threads_).value != false" (field_expression "(pGVar1->threads_).value" (parenthesized_expression "(pGVar1->threads_)" ( (field_expression "pGVar1->threads_" identifier -> field_identifier) )) . field_identifier) != false) )) && (parenthesized_expression "((pGVar1->preread_archive_symbols_).value != false)" ( (binary_expression "(pGVar1->preread_archive_symbols_).value != false" (field_expression "(pGVar1->preread_archive_symbols_).value" (parenthesized_expression "(pGVar1->preread_archive_symbols_)" ( (field_expression "pGVar1->preread_archive_symbols_" identifier -> field_identifier) )) . field_identifier) != false) ))) )) && (parenthesized_expression "(pGVar1->plugins_ == (Plugin_manager *)0x0)" ( (binary_expression "pGVar1->plugins_ == (Plugin_manager *)0x0" (field_expression "pGVar1->plugins_" identifier -> field_identifier) == (cast_expression "(Plugin_manager *)0x0" ( (type_descriptor "Plugin_manager *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n read_all_symbols(this);\n }" { (expression_statement "read_all_symbols(this);" (call_expression "read_all_symbols(this)" identifier (argument_list "(this)" ( identifier ))) ;) })) })) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)xname._M_dataplus._M_p != &xname.field_2) {\n operator_delete(xname._M_dataplus._M_p);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)xname._M_dataplus._M_p != &xname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)xname._M_dataplus._M_p != &xname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)xname._M_dataplus._M_p != &xname.field_2" (binary_expression "allocator<char>_>_9\n *)xname._M_dataplus._M_p" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)xname._M_dataplus._M_p" identifier * (ERROR ")" )) (field_expression "xname._M_dataplus._M_p" (field_expression "xname._M_dataplus" identifier . field_identifier) . field_identifier))) != (pointer_expression "&xname.field_2" & (field_expression "xname.field_2" identifier . field_identifier))) )) )) (compound_statement "{\n operator_delete(xname._M_dataplus._M_p);\n }" { (expression_statement "operator_delete(xname._M_dataplus._M_p);" (call_expression "operator_delete(xname._M_dataplus._M_p)" identifier (argument_list "(xname._M_dataplus._M_p)" ( (field_expression "xname._M_dataplus._M_p" (field_expression "xname._M_dataplus" identifier . field_identifier) . field_identifier) ))) ;) })) (labeled_statement "LAB_0028f473:\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)armap_name._M_dataplus._M_p != &armap_name.field_2) {\n operator_delete(armap_name._M_dataplus._M_p);\n }" statement_identifier : (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)armap_name._M_dataplus._M_p != &armap_name.field_2) {\n operator_delete(armap_name._M_dataplus._M_p);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)armap_name._M_dataplus._M_p != &armap_name.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)armap_name._M_dataplus._M_p != &armap_name.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)armap_name._M_dataplus._M_p != &armap_name.field_2" (binary_expression "allocator<char>_>_9\n *)armap_name._M_dataplus._M_p" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)armap_name._M_dataplus._M_p" identifier * (ERROR ")" )) (field_expression "armap_name._M_dataplus._M_p" (field_expression "armap_name._M_dataplus" identifier . field_identifier) . field_identifier))) != (pointer_expression "&armap_name.field_2" & (field_expression "armap_name.field_2" identifier . field_identifier))) )) )) (compound_statement "{\n operator_delete(armap_name._M_dataplus._M_p);\n }" { (expression_statement "operator_delete(armap_name._M_dataplus._M_p);" (call_expression "operator_delete(armap_name._M_dataplus._M_p)" identifier (argument_list "(armap_name._M_dataplus._M_p)" ( (field_expression "armap_name._M_dataplus._M_p" (field_expression "armap_name._M_dataplus" identifier . field_identifier) . field_identifier) ))) ;) }))) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0028f350(long param_1)\n\n{\n int iVar1;\n long lVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long lVar5;\n undefined1 *local_68;\n long local_60;\n undefined1 local_58 [16];\n undefined1 *local_48;\n undefined8 local_40;\n undefined1 local_38 [16];\n \n if (*(long *)(*(long *)(param_1 + 0x38) + 0x58) == 8) {\n return;\n }\n local_58[0] = 0;\n local_68 = local_58;\n local_60 = 0;\n \n lVar2 = FUN_0028d290(param_1,8,0,&local_68,0);\n if (lVar2 == -1) goto LAB_0028f473;\n if (local_60 == 0) {\n FUN_00290920(param_1,0x44,lVar2);\nLAB_0028f3c3:\n lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0);\n }\n else {\n iVar1 = FUN_002e3a40(&local_68,"/SYM64/");\n if (iVar1 == 0) {\n FUN_00290b20(param_1,0x44,lVar2);\n goto LAB_0028f3c3;\n }\n \n lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38));\n lVar5 = 8;\n if (*(char *)(lVar2 + 8) == '\0') {\n uVar4 = *(undefined8 *)(param_1 + 0x18);\n uVar3 = gettext("%s: no archive symbol table (run ranlib)");\n FUN_00178320(uVar3,uVar4);\n lVar5 = 8;\n }\n }\n local_48 = local_38;\n local_38[0] = 0;\n local_40 = 0;\n \n lVar2 = FUN_0028d290(param_1,lVar5,1,&local_48,0);\n if (lVar2 != -1) {\n iVar1 = FUN_002e3a40(&local_48,"/");\n if (iVar1 == 0) {\n \n uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);\n FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);\n }\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&\n (*(long *)(lVar2 + 0x9058) == 0)) {\n FUN_0028f210(param_1);\n }\n }\n if (local_48 != local_38) {\n FUN_002dac60();\n }\nLAB_0028f473:\n if (local_68 != local_58) {\n FUN_002dac60();\n }\n return;\n}\n\n" (function_definition "void FUN_0028f350(long param_1)\n\n{\n int iVar1;\n long lVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long lVar5;\n undefined1 *local_68;\n long local_60;\n undefined1 local_58 [16];\n undefined1 *local_48;\n undefined8 local_40;\n undefined1 local_38 [16];\n \n if (*(long *)(*(long *)(param_1 + 0x38) + 0x58) == 8) {\n return;\n }\n local_58[0] = 0;\n local_68 = local_58;\n local_60 = 0;\n \n lVar2 = FUN_0028d290(param_1,8,0,&local_68,0);\n if (lVar2 == -1) goto LAB_0028f473;\n if (local_60 == 0) {\n FUN_00290920(param_1,0x44,lVar2);\nLAB_0028f3c3:\n lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0);\n }\n else {\n iVar1 = FUN_002e3a40(&local_68,"/SYM64/");\n if (iVar1 == 0) {\n FUN_00290b20(param_1,0x44,lVar2);\n goto LAB_0028f3c3;\n }\n \n lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38));\n lVar5 = 8;\n if (*(char *)(lVar2 + 8) == '\0') {\n uVar4 = *(undefined8 *)(param_1 + 0x18);\n uVar3 = gettext("%s: no archive symbol table (run ranlib)");\n FUN_00178320(uVar3,uVar4);\n lVar5 = 8;\n }\n }\n local_48 = local_38;\n local_38[0] = 0;\n local_40 = 0;\n \n lVar2 = FUN_0028d290(param_1,lVar5,1,&local_48,0);\n if (lVar2 != -1) {\n iVar1 = FUN_002e3a40(&local_48,"/");\n if (iVar1 == 0) {\n \n uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);\n FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);\n }\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&\n (*(long *)(lVar2 + 0x9058) == 0)) {\n FUN_0028f210(param_1);\n }\n }\n if (local_48 != local_38) {\n FUN_002dac60();\n }\nLAB_0028f473:\n if (local_68 != local_58) {\n FUN_002dac60();\n }\n return;\n}" primitive_type (function_declarator "FUN_0028f350(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n int iVar1;\n long lVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long lVar5;\n undefined1 *local_68;\n long local_60;\n undefined1 local_58 [16];\n undefined1 *local_48;\n undefined8 local_40;\n undefined1 local_38 [16];\n \n if (*(long *)(*(long *)(param_1 + 0x38) + 0x58) == 8) {\n return;\n }\n local_58[0] = 0;\n local_68 = local_58;\n local_60 = 0;\n \n lVar2 = FUN_0028d290(param_1,8,0,&local_68,0);\n if (lVar2 == -1) goto LAB_0028f473;\n if (local_60 == 0) {\n FUN_00290920(param_1,0x44,lVar2);\nLAB_0028f3c3:\n lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0);\n }\n else {\n iVar1 = FUN_002e3a40(&local_68,"/SYM64/");\n if (iVar1 == 0) {\n FUN_00290b20(param_1,0x44,lVar2);\n goto LAB_0028f3c3;\n }\n \n lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38));\n lVar5 = 8;\n if (*(char *)(lVar2 + 8) == '\0') {\n uVar4 = *(undefined8 *)(param_1 + 0x18);\n uVar3 = gettext("%s: no archive symbol table (run ranlib)");\n FUN_00178320(uVar3,uVar4);\n lVar5 = 8;\n }\n }\n local_48 = local_38;\n local_38[0] = 0;\n local_40 = 0;\n \n lVar2 = FUN_0028d290(param_1,lVar5,1,&local_48,0);\n if (lVar2 != -1) {\n iVar1 = FUN_002e3a40(&local_48,"/");\n if (iVar1 == 0) {\n \n uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);\n FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);\n }\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&\n (*(long *)(lVar2 + 0x9058) == 0)) {\n FUN_0028f210(param_1);\n }\n }\n if (local_48 != local_38) {\n FUN_002dac60();\n }\nLAB_0028f473:\n if (local_68 != local_58) {\n FUN_002dac60();\n }\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 *local_68;" type_identifier (pointer_declarator "*local_68" * identifier) ;) (declaration "long local_60;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 local_58 [16];" type_identifier (array_declarator "local_58 [16]" identifier [ number_literal ]) ;) (declaration "undefined1 *local_48;" type_identifier (pointer_declarator "*local_48" * identifier) ;) (declaration "undefined8 local_40;" type_identifier identifier ;) (declaration "undefined1 local_38 [16];" type_identifier (array_declarator "local_38 [16]" identifier [ number_literal ]) ;) (if_statement "if (*(long *)(*(long *)(param_1 + 0x38) + 0x58) == 8) {\n return;\n }" if (parenthesized_expression "(*(long *)(*(long *)(param_1 + 0x38) + 0x58) == 8)" ( (binary_expression "*(long *)(*(long *)(param_1 + 0x38) + 0x58) == 8" (pointer_expression "*(long *)(*(long *)(param_1 + 0x38) + 0x58)" * (cast_expression "(long *)(*(long *)(param_1 + 0x38) + 0x58)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x38) + 0x58)" ( (binary_expression "*(long *)(param_1 + 0x38) + 0x58" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) + number_literal) )))) == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "local_58[0] = 0;" (assignment_expression "local_58[0] = 0" (subscript_expression "local_58[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_68 = local_58;" (assignment_expression "local_68 = local_58" identifier = identifier) ;) (expression_statement "local_60 = 0;" (assignment_expression "local_60 = 0" identifier = number_literal) ;) (expression_statement "lVar2 = FUN_0028d290(param_1,8,0,&local_68,0);" (assignment_expression "lVar2 = FUN_0028d290(param_1,8,0,&local_68,0)" identifier = (call_expression "FUN_0028d290(param_1,8,0,&local_68,0)" identifier (argument_list "(param_1,8,0,&local_68,0)" ( identifier , number_literal , number_literal , (pointer_expression "&local_68" & identifier) , number_literal )))) ;) (if_statement "if (lVar2 == -1) goto LAB_0028f473;" if (parenthesized_expression "(lVar2 == -1)" ( (binary_expression "lVar2 == -1" identifier == number_literal) )) (goto_statement "goto LAB_0028f473;" goto statement_identifier ;)) (if_statement "if (local_60 == 0) {\n FUN_00290920(param_1,0x44,lVar2);\nLAB_0028f3c3:\n lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0);\n }\n else {\n iVar1 = FUN_002e3a40(&local_68,"/SYM64/");\n if (iVar1 == 0) {\n FUN_00290b20(param_1,0x44,lVar2);\n goto LAB_0028f3c3;\n }\n \n lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38));\n lVar5 = 8;\n if (*(char *)(lVar2 + 8) == '\0') {\n uVar4 = *(undefined8 *)(param_1 + 0x18);\n uVar3 = gettext("%s: no archive symbol table (run ranlib)");\n FUN_00178320(uVar3,uVar4);\n lVar5 = 8;\n }\n }" if (parenthesized_expression "(local_60 == 0)" ( (binary_expression "local_60 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_00290920(param_1,0x44,lVar2);\nLAB_0028f3c3:\n lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0);\n }" { (expression_statement "FUN_00290920(param_1,0x44,lVar2);" (call_expression "FUN_00290920(param_1,0x44,lVar2)" identifier (argument_list "(param_1,0x44,lVar2)" ( identifier , number_literal , identifier ))) ;) (labeled_statement "LAB_0028f3c3:\n lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0);" statement_identifier : (expression_statement "lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0);" (assignment_expression "lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0)" identifier = (binary_expression "(lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0)" (parenthesized_expression "(lVar2 + 0x45)" ( (binary_expression "lVar2 + 0x45" identifier + number_literal) )) - (call_expression "(ulong)((lVar2 + 0x44U & 1) == 0)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((lVar2 + 0x44U & 1) == 0)" ( (binary_expression "(lVar2 + 0x44U & 1) == 0" (parenthesized_expression "(lVar2 + 0x44U & 1)" ( (binary_expression "lVar2 + 0x44U & 1" (binary_expression "lVar2 + 0x44U" identifier + number_literal) & number_literal) )) == number_literal) ))))) ;)) }) (else_clause "else {\n iVar1 = FUN_002e3a40(&local_68,"/SYM64/");\n if (iVar1 == 0) {\n FUN_00290b20(param_1,0x44,lVar2);\n goto LAB_0028f3c3;\n }\n \n lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38));\n lVar5 = 8;\n if (*(char *)(lVar2 + 8) == '\0') {\n uVar4 = *(undefined8 *)(param_1 + 0x18);\n uVar3 = gettext("%s: no archive symbol table (run ranlib)");\n FUN_00178320(uVar3,uVar4);\n lVar5 = 8;\n }\n }" else (compound_statement "{\n iVar1 = FUN_002e3a40(&local_68,"/SYM64/");\n if (iVar1 == 0) {\n FUN_00290b20(param_1,0x44,lVar2);\n goto LAB_0028f3c3;\n }\n \n lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38));\n lVar5 = 8;\n if (*(char *)(lVar2 + 8) == '\0') {\n uVar4 = *(undefined8 *)(param_1 + 0x18);\n uVar3 = gettext("%s: no archive symbol table (run ranlib)");\n FUN_00178320(uVar3,uVar4);\n lVar5 = 8;\n }\n }" { (expression_statement "iVar1 = FUN_002e3a40(&local_68,"/SYM64/");" (assignment_expression "iVar1 = FUN_002e3a40(&local_68,"/SYM64/")" identifier = (call_expression "FUN_002e3a40(&local_68,"/SYM64/")" identifier (argument_list "(&local_68,"/SYM64/")" ( (pointer_expression "&local_68" & identifier) , (string_literal ""/SYM64/"" " string_content ") )))) ;) (if_statement "if (iVar1 == 0) {\n FUN_00290b20(param_1,0x44,lVar2);\n goto LAB_0028f3c3;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_00290b20(param_1,0x44,lVar2);\n goto LAB_0028f3c3;\n }" { (expression_statement "FUN_00290b20(param_1,0x44,lVar2);" (call_expression "FUN_00290b20(param_1,0x44,lVar2)" identifier (argument_list "(param_1,0x44,lVar2)" ( identifier , number_literal , identifier ))) ;) (goto_statement "goto LAB_0028f3c3;" goto statement_identifier ;) })) (expression_statement "lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38));" (assignment_expression "lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38))" identifier = (call_expression "FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38))" identifier (argument_list "(*(undefined8 *)(param_1 + 0x38))" ( (pointer_expression "*(undefined8 *)(param_1 + 0x38)" * (cast_expression "(undefined8 *)(param_1 + 0x38)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) )))) ;) (expression_statement "lVar5 = 8;" (assignment_expression "lVar5 = 8" identifier = number_literal) ;) (if_statement "if (*(char *)(lVar2 + 8) == '\0') {\n uVar4 = *(undefined8 *)(param_1 + 0x18);\n uVar3 = gettext("%s: no archive symbol table (run ranlib)");\n FUN_00178320(uVar3,uVar4);\n lVar5 = 8;\n }" if (parenthesized_expression "(*(char *)(lVar2 + 8) == '\0')" ( (binary_expression "*(char *)(lVar2 + 8) == '\0'" (pointer_expression "*(char *)(lVar2 + 8)" * (cast_expression "(char *)(lVar2 + 8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 8)" ( (binary_expression "lVar2 + 8" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar4 = *(undefined8 *)(param_1 + 0x18);\n uVar3 = gettext("%s: no archive symbol table (run ranlib)");\n FUN_00178320(uVar3,uVar4);\n lVar5 = 8;\n }" { (expression_statement "uVar4 = *(undefined8 *)(param_1 + 0x18);" (assignment_expression "uVar4 = *(undefined8 *)(param_1 + 0x18)" identifier = (pointer_expression "*(undefined8 *)(param_1 + 0x18)" * (cast_expression "(undefined8 *)(param_1 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "uVar3 = gettext("%s: no archive symbol table (run ranlib)");" (assignment_expression "uVar3 = gettext("%s: no archive symbol table (run ranlib)")" identifier = (call_expression "gettext("%s: no archive symbol table (run ranlib)")" identifier (argument_list "("%s: no archive symbol table (run ranlib)")" ( (string_literal ""%s: no archive symbol table (run ranlib)"" " string_content ") )))) ;) (expression_statement "FUN_00178320(uVar3,uVar4);" (call_expression "FUN_00178320(uVar3,uVar4)" identifier (argument_list "(uVar3,uVar4)" ( identifier , identifier ))) ;) (expression_statement "lVar5 = 8;" (assignment_expression "lVar5 = 8" identifier = number_literal) ;) })) }))) (expression_statement "local_48 = local_38;" (assignment_expression "local_48 = local_38" identifier = identifier) ;) (expression_statement "local_38[0] = 0;" (assignment_expression "local_38[0] = 0" (subscript_expression "local_38[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_40 = 0;" (assignment_expression "local_40 = 0" identifier = number_literal) ;) (expression_statement "lVar2 = FUN_0028d290(param_1,lVar5,1,&local_48,0);" (assignment_expression "lVar2 = FUN_0028d290(param_1,lVar5,1,&local_48,0)" identifier = (call_expression "FUN_0028d290(param_1,lVar5,1,&local_48,0)" identifier (argument_list "(param_1,lVar5,1,&local_48,0)" ( identifier , identifier , number_literal , (pointer_expression "&local_48" & identifier) , number_literal )))) ;) (if_statement "if (lVar2 != -1) {\n iVar1 = FUN_002e3a40(&local_48,"/");\n if (iVar1 == 0) {\n \n uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);\n FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);\n }\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&\n (*(long *)(lVar2 + 0x9058) == 0)) {\n FUN_0028f210(param_1);\n }\n }" if (parenthesized_expression "(lVar2 != -1)" ( (binary_expression "lVar2 != -1" identifier != number_literal) )) (compound_statement "{\n iVar1 = FUN_002e3a40(&local_48,"/");\n if (iVar1 == 0) {\n \n uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);\n FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);\n }\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&\n (*(long *)(lVar2 + 0x9058) == 0)) {\n FUN_0028f210(param_1);\n }\n }" { (expression_statement "iVar1 = FUN_002e3a40(&local_48,"/");" (assignment_expression "iVar1 = FUN_002e3a40(&local_48,"/")" identifier = (call_expression "FUN_002e3a40(&local_48,"/")" identifier (argument_list "(&local_48,"/")" ( (pointer_expression "&local_48" & identifier) , (string_literal ""/"" " string_content ") )))) ;) (if_statement "if (iVar1 == 0) {\n \n uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);\n FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n \n uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);\n FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);\n }" { (expression_statement "uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);" (assignment_expression "uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1)" identifier = (call_expression "FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1)" identifier (argument_list "(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1)" ( (binary_expression "*(long *)(param_1 + 0x38) + 0x28" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) + number_literal) , number_literal , (binary_expression "lVar5 + 0x3c" identifier + number_literal) , identifier , number_literal , number_literal )))) ;) (expression_statement "FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);" (call_expression "FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2)" identifier (argument_list "(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) , number_literal , (pointer_expression "*(undefined8 *)(param_1 + 0x80)" * (cast_expression "(undefined8 *)(param_1 + 0x80)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x80)" ( (binary_expression "param_1 + 0x80" identifier + number_literal) )))) , identifier , identifier ))) ;) })) (expression_statement "lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);" (assignment_expression "lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10)" identifier = (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) (compound_statement "{\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" { (expression_statement "FUN_0017c650("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (if_statement "if (((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&\n (*(long *)(lVar2 + 0x9058) == 0)) {\n FUN_0028f210(param_1);\n }" if (parenthesized_expression "(((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&\n (*(long *)(lVar2 + 0x9058) == 0))" ( (binary_expression "((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&\n (*(long *)(lVar2 + 0x9058) == 0)" (parenthesized_expression "((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0'))" ( (binary_expression "(*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')" (parenthesized_expression "(*(char *)(lVar2 + 0x6381) != '\0')" ( (binary_expression "*(char *)(lVar2 + 0x6381) != '\0'" (pointer_expression "*(char *)(lVar2 + 0x6381)" * (cast_expression "(char *)(lVar2 + 0x6381)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x6381)" ( (binary_expression "lVar2 + 0x6381" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(*(char *)(lVar2 + 0x4a51) != '\0')" ( (binary_expression "*(char *)(lVar2 + 0x4a51) != '\0'" (pointer_expression "*(char *)(lVar2 + 0x4a51)" * (cast_expression "(char *)(lVar2 + 0x4a51)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x4a51)" ( (binary_expression "lVar2 + 0x4a51" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) ))) )) && (parenthesized_expression "(*(long *)(lVar2 + 0x9058) == 0)" ( (binary_expression "*(long *)(lVar2 + 0x9058) == 0" (pointer_expression "*(long *)(lVar2 + 0x9058)" * (cast_expression "(long *)(lVar2 + 0x9058)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x9058)" ( (binary_expression "lVar2 + 0x9058" identifier + number_literal) )))) == number_literal) ))) )) (compound_statement "{\n FUN_0028f210(param_1);\n }" { (expression_statement "FUN_0028f210(param_1);" (call_expression "FUN_0028f210(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) })) })) (if_statement "if (local_48 != local_38) {\n FUN_002dac60();\n }" if (parenthesized_expression "(local_48 != local_38)" ( (binary_expression "local_48 != local_38" identifier != identifier) )) (compound_statement "{\n FUN_002dac60();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) (labeled_statement "LAB_0028f473:\n if (local_68 != local_58) {\n FUN_002dac60();\n }" statement_identifier : (if_statement "if (local_68 != local_58) {\n FUN_002dac60();\n }" if (parenthesized_expression "(local_68 != local_58)" ( (binary_expression "local_68 != local_58" identifier != identifier) )) (compound_statement "{\n FUN_002dac60();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) }))) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) == LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , LIT , (pointer_expression & IDENT) , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT ))) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression IDENT + LIT) )) - (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) & LIT) )) == LIT) ))))) ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (string_literal " string_content ") )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT ))) ;) (goto_statement goto statement_identifier ;) })) (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 = 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 = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) })) }))) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression 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 IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (string_literal " string_content ") )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) , LIT , (binary_expression IDENT + LIT) , IDENT , LIT , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , LIT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (char_literal ' escape_sequence ')) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (char_literal ' escape_sequence ')) ))) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) (return_statement return ;) })))
|
(function_definition "void FUN_0028f350(long param_1)\n\n{\n int iVar1;\n long lVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long lVar5;\n undefined1 *local_68;\n long local_60;\n undefined1 local_58 [16];\n undefined1 *local_48;\n undefined8 local_40;\n undefined1 local_38 [16];\n \n if (*(long *)(*(long *)(param_1 + 0x38) + 0x58) == 8) {\n return;\n }\n local_58[0] = 0;\n local_68 = local_58;\n local_60 = 0;\n \n lVar2 = FUN_0028d290(param_1,8,0,&local_68,0);\n if (lVar2 == -1) goto LAB_0028f473;\n if (local_60 == 0) {\n FUN_00290920(param_1,0x44,lVar2);\nLAB_0028f3c3:\n lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0);\n }\n else {\n iVar1 = FUN_002e3a40(&local_68,"/SYM64/");\n if (iVar1 == 0) {\n FUN_00290b20(param_1,0x44,lVar2);\n goto LAB_0028f3c3;\n }\n \n lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38));\n lVar5 = 8;\n if (*(char *)(lVar2 + 8) == '\0') {\n uVar4 = *(undefined8 *)(param_1 + 0x18);\n uVar3 = gettext("%s: no archive symbol table (run ranlib)");\n FUN_00178320(uVar3,uVar4);\n lVar5 = 8;\n }\n }\n local_48 = local_38;\n local_38[0] = 0;\n local_40 = 0;\n \n lVar2 = FUN_0028d290(param_1,lVar5,1,&local_48,0);\n if (lVar2 != -1) {\n iVar1 = FUN_002e3a40(&local_48,"/");\n if (iVar1 == 0) {\n \n uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);\n FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);\n }\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&\n (*(long *)(lVar2 + 0x9058) == 0)) {\n FUN_0028f210(param_1);\n }\n }\n if (local_48 != local_38) {\n FUN_002dac60();\n }\nLAB_0028f473:\n if (local_68 != local_58) {\n FUN_002dac60();\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0028f350(long param_1)" (identifier "FUN_0028f350") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n int iVar1;\n long lVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long lVar5;\n undefined1 *local_68;\n long local_60;\n undefined1 local_58 [16];\n undefined1 *local_48;\n undefined8 local_40;\n undefined1 local_38 [16];\n \n if (*(long *)(*(long *)(param_1 + 0x38) + 0x58) == 8) {\n return;\n }\n local_58[0] = 0;\n local_68 = local_58;\n local_60 = 0;\n \n lVar2 = FUN_0028d290(param_1,8,0,&local_68,0);\n if (lVar2 == -1) goto LAB_0028f473;\n if (local_60 == 0) {\n FUN_00290920(param_1,0x44,lVar2);\nLAB_0028f3c3:\n lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0);\n }\n else {\n iVar1 = FUN_002e3a40(&local_68,"/SYM64/");\n if (iVar1 == 0) {\n FUN_00290b20(param_1,0x44,lVar2);\n goto LAB_0028f3c3;\n }\n \n lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38));\n lVar5 = 8;\n if (*(char *)(lVar2 + 8) == '\0') {\n uVar4 = *(undefined8 *)(param_1 + 0x18);\n uVar3 = gettext("%s: no archive symbol table (run ranlib)");\n FUN_00178320(uVar3,uVar4);\n lVar5 = 8;\n }\n }\n local_48 = local_38;\n local_38[0] = 0;\n local_40 = 0;\n \n lVar2 = FUN_0028d290(param_1,lVar5,1,&local_48,0);\n if (lVar2 != -1) {\n iVar1 = FUN_002e3a40(&local_48,"/");\n if (iVar1 == 0) {\n \n uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);\n FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);\n }\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&\n (*(long *)(lVar2 + 0x9058) == 0)) {\n FUN_0028f210(param_1);\n }\n }\n if (local_48 != local_38) {\n FUN_002dac60();\n }\nLAB_0028f473:\n if (local_68 != local_58) {\n FUN_002dac60();\n }\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "undefined8 uVar4;" (type_identifier "undefined8") (identifier "uVar4") (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (declaration "undefined1 *local_68;" (type_identifier "undefined1") (pointer_declarator "*local_68" (* "*") (identifier "local_68")) (; ";")) (declaration "long local_60;" (sized_type_specifier "long" (long "long")) (identifier "local_60") (; ";")) (declaration "undefined1 local_58 [16];" (type_identifier "undefined1") (array_declarator "local_58 [16]" (identifier "local_58") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "undefined1 *local_48;" (type_identifier "undefined1") (pointer_declarator "*local_48" (* "*") (identifier "local_48")) (; ";")) (declaration "undefined8 local_40;" (type_identifier "undefined8") (identifier "local_40") (; ";")) (declaration "undefined1 local_38 [16];" (type_identifier "undefined1") (array_declarator "local_38 [16]" (identifier "local_38") ([ "[") (number_literal "16") (] "]")) (; ";")) (if_statement "if (*(long *)(*(long *)(param_1 + 0x38) + 0x58) == 8) {\n return;\n }" (if "if") (parenthesized_expression "(*(long *)(*(long *)(param_1 + 0x38) + 0x58) == 8)" (( "(") (binary_expression "*(long *)(*(long *)(param_1 + 0x38) + 0x58) == 8" (pointer_expression "*(long *)(*(long *)(param_1 + 0x38) + 0x58)" (* "*") (cast_expression "(long *)(*(long *)(param_1 + 0x38) + 0x58)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x38) + 0x58)" (( "(") (binary_expression "*(long *)(param_1 + 0x38) + 0x58" (pointer_expression "*(long *)(param_1 + 0x38)" (* "*") (cast_expression "(long *)(param_1 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")")))) (+ "+") (number_literal "0x58")) () ")")))) (== "==") (number_literal "8")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "local_58[0] = 0;" (assignment_expression "local_58[0] = 0" (subscript_expression "local_58[0]" (identifier "local_58") ([ "[") (number_literal "0") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_68 = local_58;" (assignment_expression "local_68 = local_58" (identifier "local_68") (= "=") (identifier "local_58")) (; ";")) (expression_statement "local_60 = 0;" (assignment_expression "local_60 = 0" (identifier "local_60") (= "=") (number_literal "0")) (; ";")) (expression_statement "lVar2 = FUN_0028d290(param_1,8,0,&local_68,0);" (assignment_expression "lVar2 = FUN_0028d290(param_1,8,0,&local_68,0)" (identifier "lVar2") (= "=") (call_expression "FUN_0028d290(param_1,8,0,&local_68,0)" (identifier "FUN_0028d290") (argument_list "(param_1,8,0,&local_68,0)" (( "(") (identifier "param_1") (, ",") (number_literal "8") (, ",") (number_literal "0") (, ",") (pointer_expression "&local_68" (& "&") (identifier "local_68")) (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (lVar2 == -1) goto LAB_0028f473;" (if "if") (parenthesized_expression "(lVar2 == -1)" (( "(") (binary_expression "lVar2 == -1" (identifier "lVar2") (== "==") (number_literal "-1")) () ")")) (goto_statement "goto LAB_0028f473;" (goto "goto") (statement_identifier "LAB_0028f473") (; ";"))) (if_statement "if (local_60 == 0) {\n FUN_00290920(param_1,0x44,lVar2);\nLAB_0028f3c3:\n lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0);\n }\n else {\n iVar1 = FUN_002e3a40(&local_68,"/SYM64/");\n if (iVar1 == 0) {\n FUN_00290b20(param_1,0x44,lVar2);\n goto LAB_0028f3c3;\n }\n \n lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38));\n lVar5 = 8;\n if (*(char *)(lVar2 + 8) == '\0') {\n uVar4 = *(undefined8 *)(param_1 + 0x18);\n uVar3 = gettext("%s: no archive symbol table (run ranlib)");\n FUN_00178320(uVar3,uVar4);\n lVar5 = 8;\n }\n }" (if "if") (parenthesized_expression "(local_60 == 0)" (( "(") (binary_expression "local_60 == 0" (identifier "local_60") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00290920(param_1,0x44,lVar2);\nLAB_0028f3c3:\n lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0);\n }" ({ "{") (expression_statement "FUN_00290920(param_1,0x44,lVar2);" (call_expression "FUN_00290920(param_1,0x44,lVar2)" (identifier "FUN_00290920") (argument_list "(param_1,0x44,lVar2)" (( "(") (identifier "param_1") (, ",") (number_literal "0x44") (, ",") (identifier "lVar2") () ")"))) (; ";")) (labeled_statement "LAB_0028f3c3:\n lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0);" (statement_identifier "LAB_0028f3c3") (: ":") (expression_statement "lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0);" (assignment_expression "lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0)" (identifier "lVar5") (= "=") (binary_expression "(lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0)" (parenthesized_expression "(lVar2 + 0x45)" (( "(") (binary_expression "lVar2 + 0x45" (identifier "lVar2") (+ "+") (number_literal "0x45")) () ")")) (- "-") (call_expression "(ulong)((lVar2 + 0x44U & 1) == 0)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "((lVar2 + 0x44U & 1) == 0)" (( "(") (binary_expression "(lVar2 + 0x44U & 1) == 0" (parenthesized_expression "(lVar2 + 0x44U & 1)" (( "(") (binary_expression "lVar2 + 0x44U & 1" (binary_expression "lVar2 + 0x44U" (identifier "lVar2") (+ "+") (number_literal "0x44U")) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")"))))) (; ";"))) (} "}")) (else_clause "else {\n iVar1 = FUN_002e3a40(&local_68,"/SYM64/");\n if (iVar1 == 0) {\n FUN_00290b20(param_1,0x44,lVar2);\n goto LAB_0028f3c3;\n }\n \n lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38));\n lVar5 = 8;\n if (*(char *)(lVar2 + 8) == '\0') {\n uVar4 = *(undefined8 *)(param_1 + 0x18);\n uVar3 = gettext("%s: no archive symbol table (run ranlib)");\n FUN_00178320(uVar3,uVar4);\n lVar5 = 8;\n }\n }" (else "else") (compound_statement "{\n iVar1 = FUN_002e3a40(&local_68,"/SYM64/");\n if (iVar1 == 0) {\n FUN_00290b20(param_1,0x44,lVar2);\n goto LAB_0028f3c3;\n }\n \n lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38));\n lVar5 = 8;\n if (*(char *)(lVar2 + 8) == '\0') {\n uVar4 = *(undefined8 *)(param_1 + 0x18);\n uVar3 = gettext("%s: no archive symbol table (run ranlib)");\n FUN_00178320(uVar3,uVar4);\n lVar5 = 8;\n }\n }" ({ "{") (expression_statement "iVar1 = FUN_002e3a40(&local_68,"/SYM64/");" (assignment_expression "iVar1 = FUN_002e3a40(&local_68,"/SYM64/")" (identifier "iVar1") (= "=") (call_expression "FUN_002e3a40(&local_68,"/SYM64/")" (identifier "FUN_002e3a40") (argument_list "(&local_68,"/SYM64/")" (( "(") (pointer_expression "&local_68" (& "&") (identifier "local_68")) (, ",") (string_literal ""/SYM64/"" (" """) (string_content "/SYM64/") (" """)) () ")")))) (; ";")) (if_statement "if (iVar1 == 0) {\n FUN_00290b20(param_1,0x44,lVar2);\n goto LAB_0028f3c3;\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00290b20(param_1,0x44,lVar2);\n goto LAB_0028f3c3;\n }" ({ "{") (expression_statement "FUN_00290b20(param_1,0x44,lVar2);" (call_expression "FUN_00290b20(param_1,0x44,lVar2)" (identifier "FUN_00290b20") (argument_list "(param_1,0x44,lVar2)" (( "(") (identifier "param_1") (, ",") (number_literal "0x44") (, ",") (identifier "lVar2") () ")"))) (; ";")) (goto_statement "goto LAB_0028f3c3;" (goto "goto") (statement_identifier "LAB_0028f3c3") (; ";")) (} "}"))) (expression_statement "lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38));" (assignment_expression "lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38))" (identifier "lVar2") (= "=") (call_expression "FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38))" (identifier "FUN_0017a7e0") (argument_list "(*(undefined8 *)(param_1 + 0x38))" (( "(") (pointer_expression "*(undefined8 *)(param_1 + 0x38)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x38)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")")))) () ")")))) (; ";")) (expression_statement "lVar5 = 8;" (assignment_expression "lVar5 = 8" (identifier "lVar5") (= "=") (number_literal "8")) (; ";")) (if_statement "if (*(char *)(lVar2 + 8) == '\0') {\n uVar4 = *(undefined8 *)(param_1 + 0x18);\n uVar3 = gettext("%s: no archive symbol table (run ranlib)");\n FUN_00178320(uVar3,uVar4);\n lVar5 = 8;\n }" (if "if") (parenthesized_expression "(*(char *)(lVar2 + 8) == '\0')" (( "(") (binary_expression "*(char *)(lVar2 + 8) == '\0'" (pointer_expression "*(char *)(lVar2 + 8)" (* "*") (cast_expression "(char *)(lVar2 + 8)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 8)" (( "(") (binary_expression "lVar2 + 8" (identifier "lVar2") (+ "+") (number_literal "8")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n uVar4 = *(undefined8 *)(param_1 + 0x18);\n uVar3 = gettext("%s: no archive symbol table (run ranlib)");\n FUN_00178320(uVar3,uVar4);\n lVar5 = 8;\n }" ({ "{") (expression_statement "uVar4 = *(undefined8 *)(param_1 + 0x18);" (assignment_expression "uVar4 = *(undefined8 *)(param_1 + 0x18)" (identifier "uVar4") (= "=") (pointer_expression "*(undefined8 *)(param_1 + 0x18)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (expression_statement "uVar3 = gettext("%s: no archive symbol table (run ranlib)");" (assignment_expression "uVar3 = gettext("%s: no archive symbol table (run ranlib)")" (identifier "uVar3") (= "=") (call_expression "gettext("%s: no archive symbol table (run ranlib)")" (identifier "gettext") (argument_list "("%s: no archive symbol table (run ranlib)")" (( "(") (string_literal ""%s: no archive symbol table (run ranlib)"" (" """) (string_content "%s: no archive symbol table (run ranlib)") (" """)) () ")")))) (; ";")) (expression_statement "FUN_00178320(uVar3,uVar4);" (call_expression "FUN_00178320(uVar3,uVar4)" (identifier "FUN_00178320") (argument_list "(uVar3,uVar4)" (( "(") (identifier "uVar3") (, ",") (identifier "uVar4") () ")"))) (; ";")) (expression_statement "lVar5 = 8;" (assignment_expression "lVar5 = 8" (identifier "lVar5") (= "=") (number_literal "8")) (; ";")) (} "}"))) (} "}")))) (expression_statement "local_48 = local_38;" (assignment_expression "local_48 = local_38" (identifier "local_48") (= "=") (identifier "local_38")) (; ";")) (expression_statement "local_38[0] = 0;" (assignment_expression "local_38[0] = 0" (subscript_expression "local_38[0]" (identifier "local_38") ([ "[") (number_literal "0") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_40 = 0;" (assignment_expression "local_40 = 0" (identifier "local_40") (= "=") (number_literal "0")) (; ";")) (expression_statement "lVar2 = FUN_0028d290(param_1,lVar5,1,&local_48,0);" (assignment_expression "lVar2 = FUN_0028d290(param_1,lVar5,1,&local_48,0)" (identifier "lVar2") (= "=") (call_expression "FUN_0028d290(param_1,lVar5,1,&local_48,0)" (identifier "FUN_0028d290") (argument_list "(param_1,lVar5,1,&local_48,0)" (( "(") (identifier "param_1") (, ",") (identifier "lVar5") (, ",") (number_literal "1") (, ",") (pointer_expression "&local_48" (& "&") (identifier "local_48")) (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (lVar2 != -1) {\n iVar1 = FUN_002e3a40(&local_48,"/");\n if (iVar1 == 0) {\n \n uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);\n FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);\n }\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&\n (*(long *)(lVar2 + 0x9058) == 0)) {\n FUN_0028f210(param_1);\n }\n }" (if "if") (parenthesized_expression "(lVar2 != -1)" (( "(") (binary_expression "lVar2 != -1" (identifier "lVar2") (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n iVar1 = FUN_002e3a40(&local_48,"/");\n if (iVar1 == 0) {\n \n uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);\n FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);\n }\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&\n (*(long *)(lVar2 + 0x9058) == 0)) {\n FUN_0028f210(param_1);\n }\n }" ({ "{") (expression_statement "iVar1 = FUN_002e3a40(&local_48,"/");" (assignment_expression "iVar1 = FUN_002e3a40(&local_48,"/")" (identifier "iVar1") (= "=") (call_expression "FUN_002e3a40(&local_48,"/")" (identifier "FUN_002e3a40") (argument_list "(&local_48,"/")" (( "(") (pointer_expression "&local_48" (& "&") (identifier "local_48")) (, ",") (string_literal ""/"" (" """) (string_content "/") (" """)) () ")")))) (; ";")) (if_statement "if (iVar1 == 0) {\n \n uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);\n FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);\n FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);\n }" ({ "{") (expression_statement "uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);" (assignment_expression "uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1)" (identifier "uVar4") (= "=") (call_expression "FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1)" (identifier "FUN_0017b1d0") (argument_list "(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1)" (( "(") (binary_expression "*(long *)(param_1 + 0x38) + 0x28" (pointer_expression "*(long *)(param_1 + 0x38)" (* "*") (cast_expression "(long *)(param_1 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")")))) (+ "+") (number_literal "0x28")) (, ",") (number_literal "0") (, ",") (binary_expression "lVar5 + 0x3c" (identifier "lVar5") (+ "+") (number_literal "0x3c")) (, ",") (identifier "lVar2") (, ",") (number_literal "0") (, ",") (number_literal "1") () ")")))) (; ";")) (expression_statement "FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);" (call_expression "FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2)" (identifier "FUN_002e2590") (argument_list "(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2)" (( "(") (binary_expression "param_1 + 0x78" (identifier "param_1") (+ "+") (number_literal "0x78")) (, ",") (number_literal "0") (, ",") (pointer_expression "*(undefined8 *)(param_1 + 0x80)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x80)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x80)" (( "(") (binary_expression "param_1 + 0x80" (identifier "param_1") (+ "+") (number_literal "0x80")) () ")")))) (, ",") (identifier "uVar4") (, ",") (identifier "lVar2") () ")"))) (; ";")) (} "}"))) (expression_statement "lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);" (assignment_expression "lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" (( "(") (binary_expression "PTR_DAT_0043e6b0 + 0x10" (identifier "PTR_DAT_0043e6b0") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (if_statement "if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" (if "if") (parenthesized_expression "(lVar2 == 0)" (( "(") (binary_expression "lVar2 == 0" (identifier "lVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x5c,"options")" (identifier "FUN_0017c650") (argument_list "("../../gold/parameters.h",0x5c,"options")" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x5c") (, ",") (string_literal ""options"" (" """) (string_content "options") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&\n (*(long *)(lVar2 + 0x9058) == 0)) {\n FUN_0028f210(param_1);\n }" (if "if") (parenthesized_expression "(((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&\n (*(long *)(lVar2 + 0x9058) == 0))" (( "(") (binary_expression "((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&\n (*(long *)(lVar2 + 0x9058) == 0)" (parenthesized_expression "((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0'))" (( "(") (binary_expression "(*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')" (parenthesized_expression "(*(char *)(lVar2 + 0x6381) != '\0')" (( "(") (binary_expression "*(char *)(lVar2 + 0x6381) != '\0'" (pointer_expression "*(char *)(lVar2 + 0x6381)" (* "*") (cast_expression "(char *)(lVar2 + 0x6381)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x6381)" (( "(") (binary_expression "lVar2 + 0x6381" (identifier "lVar2") (+ "+") (number_literal "0x6381")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "(*(char *)(lVar2 + 0x4a51) != '\0')" (( "(") (binary_expression "*(char *)(lVar2 + 0x4a51) != '\0'" (pointer_expression "*(char *)(lVar2 + 0x4a51)" (* "*") (cast_expression "(char *)(lVar2 + 0x4a51)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x4a51)" (( "(") (binary_expression "lVar2 + 0x4a51" (identifier "lVar2") (+ "+") (number_literal "0x4a51")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(*(long *)(lVar2 + 0x9058) == 0)" (( "(") (binary_expression "*(long *)(lVar2 + 0x9058) == 0" (pointer_expression "*(long *)(lVar2 + 0x9058)" (* "*") (cast_expression "(long *)(lVar2 + 0x9058)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x9058)" (( "(") (binary_expression "lVar2 + 0x9058" (identifier "lVar2") (+ "+") (number_literal "0x9058")) () ")")))) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n FUN_0028f210(param_1);\n }" ({ "{") (expression_statement "FUN_0028f210(param_1);" (call_expression "FUN_0028f210(param_1)" (identifier "FUN_0028f210") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (} "}"))) (} "}"))) (if_statement "if (local_48 != local_38) {\n FUN_002dac60();\n }" (if "if") (parenthesized_expression "(local_48 != local_38)" (( "(") (binary_expression "local_48 != local_38" (identifier "local_48") (!= "!=") (identifier "local_38")) () ")")) (compound_statement "{\n FUN_002dac60();\n }" ({ "{") (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" (identifier "FUN_002dac60") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (labeled_statement "LAB_0028f473:\n if (local_68 != local_58) {\n FUN_002dac60();\n }" (statement_identifier "LAB_0028f473") (: ":") (if_statement "if (local_68 != local_58) {\n FUN_002dac60();\n }" (if "if") (parenthesized_expression "(local_68 != local_58)" (( "(") (binary_expression "local_68 != local_58" (identifier "local_68") (!= "!=") (identifier "local_58")) () ")")) (compound_statement "{\n FUN_002dac60();\n }" ({ "{") (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" (identifier "FUN_002dac60") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void setup(Archive * this) */
void __thiscall gold::type_1::function_1(type_1 *this)
{
type_2 *var_12;
type_3 pcVar2;
int var_5;
type_4 var_2;
type_5 *pPVar5;
char *format;
type_6 *puVar6;
long var_10;
type_7 armap_name;
type_7 xname;
if ((this->input_file_->file_).size_ == 8) {
return;
}
armap_name.field_2._M_local_buf[0] = '\0';
armap_name._M_dataplus._M_p = (type_3)&armap_name.field_2;
armap_name._M_string_length = 0;
/* try { // try from 0028f395 to 0028f3c2 has its CatchHandler @ 0028f575 */
var_2 = var_1(this,8,false,&armap_name,(type_8 *)0x0);
if (var_2 == 0xffffffffffffffff) goto LAB_0028f473;
if (armap_name._M_string_length == 0) {
var_3<32>(this,0x44,var_2);
LAB_0028f3c3:
var_10 = (var_2 + 0x45) - (ulong)((var_2 + 0x44 & 1) == 0);
}
else {
var_5 = std::string::var_4((type_7 *)&armap_name,"/SYM64/");
if (var_5 == 0) {
var_3<64>(this,0x44,var_2);
goto LAB_0028f3c3;
}
/* try { // try from 0028f4af to 0028f507 has its CatchHandler @ 0028f575 */
pPVar5 = Input_file::var_6(this->input_file_);
var_10 = 8;
if (pPVar5->whole_archive_ == false) {
pcVar2 = (this->name_)._M_dataplus._M_p;
format = (char *)var_7("%s: no archive symbol table (run ranlib)");
var_8(format,pcVar2);
var_10 = 8;
}
}
xname._M_dataplus._M_p = (type_3)&xname.field_2;
xname.field_2._M_local_buf[0] = '\0';
xname._M_string_length = 0;
/* try { // try from 0028f402 to 0028f406 has its CatchHandler @ 0028f57d */
var_2 = var_1(this,var_10,true,&xname,(type_8 *)0x0);
if (var_2 != 0xffffffffffffffff) {
var_5 = std::string::var_4((type_7 *)&xname,"/");
if (var_5 == 0) {
/* try { // try from 0028f52a to 0028f574 has its CatchHandler @ 0028f57d */
puVar6 = File_read::var_9(&this->input_file_->file_,0,var_10 + 0x3c,var_2,false,true);
std::string::var_11
((type_7 *)&this->extended_names_,0,(this->extended_names_)._M_string_length,
(char *)puVar6,var_2);
}
var_12 = parameters->options_;
if (var_12 == (type_2 *)0x0) {
/* WARNING: Subroutine does not return */
var_13("../../gold/parameters.h",0x5c,"options");
}
if ((((var_12->threads_).value != false) && ((var_12->preread_archive_symbols_).value != false))
&& (var_12->plugins_ == (type_9 *)0x0)) {
var_14(this);
}
}
if ((anon_union_16_2_edb7204a_for_basic_string<var_16,_std::char_traits<var_16>,_std::var_15<var_16>var_17>var_18
*)xname._M_dataplus._M_p != &xname.field_2) {
var_19(xname._M_dataplus._M_p);
}
LAB_0028f473:
if ((anon_union_16_2_edb7204a_for_basic_string<var_16,_std::char_traits<var_16>,_std::var_15<var_16>var_17>var_18
*)armap_name._M_dataplus._M_p != &armap_name.field_2) {
var_19(armap_name._M_dataplus._M_p);
}
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (return_statement))) (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: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (number_literal) (pointer_expression argument: (identifier)) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))) right: (number_literal))))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (string_literal (string_content)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier)))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)))))) (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))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (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: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (string_literal (string_content)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)) (number_literal) (binary_expression left: (identifier) right: (number_literal)) (identifier) (number_literal) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (number_literal) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) (return_statement))))
| null |
void MASKED(long param_1)
{
int iVar1;
long lVar2;
undefined8 uVar3;
undefined8 uVar4;
long lVar5;
undefined1 *local_68;
long local_60;
undefined1 local_58 [16];
undefined1 *local_48;
undefined8 local_40;
undefined1 local_38 [16];
if (*(long *)(*(long *)(param_1 + 0x38) + 0x58) == 8) {
return;
}
local_58[0] = 0;
local_68 = local_58;
local_60 = 0;
/* try { // try from 0028f395 to 0028f3c2 has its CatchHandler @ 0028f575 */
lVar2 = FUN_0028d290(param_1,8,0,&local_68,0);
if (lVar2 == -1) goto LAB_0028f473;
if (local_60 == 0) {
FUN_00290920(param_1,0x44,lVar2);
LAB_0028f3c3:
lVar5 = (lVar2 + 0x45) - (ulong)((lVar2 + 0x44U & 1) == 0);
}
else {
iVar1 = FUN_002e3a40(&local_68,"/SYM64/");
if (iVar1 == 0) {
FUN_00290b20(param_1,0x44,lVar2);
goto LAB_0028f3c3;
}
/* try { // try from 0028f4af to 0028f507 has its CatchHandler @ 0028f575 */
lVar2 = FUN_0017a7e0(*(undefined8 *)(param_1 + 0x38));
lVar5 = 8;
if (*(char *)(lVar2 + 8) == '\0') {
uVar4 = *(undefined8 *)(param_1 + 0x18);
uVar3 = gettext("%s: no archive symbol table (run ranlib)");
FUN_00178320(uVar3,uVar4);
lVar5 = 8;
}
}
local_48 = local_38;
local_38[0] = 0;
local_40 = 0;
/* try { // try from 0028f402 to 0028f406 has its CatchHandler @ 0028f57d */
lVar2 = FUN_0028d290(param_1,lVar5,1,&local_48,0);
if (lVar2 != -1) {
iVar1 = FUN_002e3a40(&local_48,"/");
if (iVar1 == 0) {
/* try { // try from 0028f52a to 0028f574 has its CatchHandler @ 0028f57d */
uVar4 = FUN_0017b1d0(*(long *)(param_1 + 0x38) + 0x28,0,lVar5 + 0x3c,lVar2,0,1);
FUN_002e2590(param_1 + 0x78,0,*(undefined8 *)(param_1 + 0x80),uVar4,lVar2);
}
lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);
if (lVar2 == 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/parameters.h",0x5c,"options");
}
if (((*(char *)(lVar2 + 0x6381) != '\0') && (*(char *)(lVar2 + 0x4a51) != '\0')) &&
(*(long *)(lVar2 + 0x9058) == 0)) {
FUN_0028f210(param_1);
}
}
if (local_48 != local_38) {
FUN_002dac60();
}
LAB_0028f473:
if (local_68 != local_58) {
FUN_002dac60();
}
return;
}
|
1160_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
|
FUN_0018219d
|
FUN_0018219d
|
void FUN_0018219d(undefined8 param_1,int param_2)
{
long unaff_RBX;
Input_file_argument *unaff_R12;
gold::Input_file_argument::~Input_file_argument((Input_file_argument *)(unaff_RBX + 8),param_2);
gold::Input_file_argument::~Input_file_argument(unaff_R12,param_2);
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_0018219d(void)
{
long unaff_RBX;
FUN_00354f40(unaff_RBX + 8);
FUN_00354f40();
/* WARNING: Subroutine does not return */
FUN_0052bfa0();
}
|
LEA RDI,[RBX + 0x8]
CALL 0x00354f40
JMP 0x0018216d
| null | null | null | null |
[(u'INT_ADD_-1207492176', u'CAST_-1207492090'), (u'CALL_-1207492180', u'INDIRECT_-1207492104'), (u'CAST_-1207492090', u'CALL_-1207492180'), (u'INDIRECT_-1207492104', u'CALL_-1207492224'), ('tmp_95', u'INT_ADD_-1207492176'), ('tmp_97', u'CALL_-1207492180'), ('tmp_98', u'CALL_-1207492224'), ('const-1', u'RETURN_-1207492207'), ('const-8', u'INT_ADD_-1207492176')]
|
[('tmp_83', u'INT_ADD_-1207492176'), ('const-1', u'RETURN_-1207492207'), (u'INT_ADD_-1207492176', u'CALL_-1207492180'), ('const-8', u'INT_ADD_-1207492176')]
| null | null |
0018219d
|
x64
|
O2
|
(translation_unit "void FUN_0018219d(void)\n\n{\n long unaff_RBX;\n \n FUN_00354f40(unaff_RBX + 8);\n FUN_00354f40();\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}\n\n" (function_definition "void FUN_0018219d(void)\n\n{\n long unaff_RBX;\n \n FUN_00354f40(unaff_RBX + 8);\n FUN_00354f40();\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}" primitive_type (function_declarator "FUN_0018219d(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBX;\n \n FUN_00354f40(unaff_RBX + 8);\n FUN_00354f40();\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}" { (declaration "long unaff_RBX;" (sized_type_specifier "long" long) identifier ;) (expression_statement "FUN_00354f40(unaff_RBX + 8);" (call_expression "FUN_00354f40(unaff_RBX + 8)" identifier (argument_list "(unaff_RBX + 8)" ( (binary_expression "unaff_RBX + 8" identifier + number_literal) ))) ;) (expression_statement "FUN_00354f40();" (call_expression "FUN_00354f40()" identifier (argument_list "()" ( ))) ;) comment (expression_statement "FUN_0052bfa0();" (call_expression "FUN_0052bfa0()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void FUN_0018219d(undefined8 param_1,int param_2)\n\n{\n long unaff_RBX;\n Input_file_argument *unaff_R12;\n \n gold::Input_file_argument::~Input_file_argument((Input_file_argument *)(unaff_RBX + 8),param_2);\n gold::Input_file_argument::~Input_file_argument(unaff_R12,param_2);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition "void FUN_0018219d(undefined8 param_1,int param_2)\n\n{\n long unaff_RBX;\n Input_file_argument *unaff_R12;\n \n gold::Input_file_argument::~Input_file_argument((Input_file_argument *)(unaff_RBX + 8),param_2);\n gold::Input_file_argument::~Input_file_argument(unaff_R12,param_2);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (function_declarator "FUN_0018219d(undefined8 param_1,int param_2)" identifier (parameter_list "(undefined8 param_1,int param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n long unaff_RBX;\n Input_file_argument *unaff_R12;\n \n gold::Input_file_argument::~Input_file_argument((Input_file_argument *)(unaff_RBX + 8),param_2);\n gold::Input_file_argument::~Input_file_argument(unaff_R12,param_2);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "long unaff_RBX;" (sized_type_specifier "long" long) identifier ;) (declaration "Input_file_argument *unaff_R12;" type_identifier (pointer_declarator "*unaff_R12" * identifier) ;) (labeled_statement "gold::Input_file_argument::~Input_file_argument((Input_file_argument *)(unaff_RBX + 8),param_2);" statement_identifier : (ERROR ":" :) (labeled_statement "Input_file_argument::~Input_file_argument((Input_file_argument *)(unaff_RBX + 8),param_2);" statement_identifier : (ERROR ":" :) (expression_statement "~Input_file_argument((Input_file_argument *)(unaff_RBX + 8),param_2);" (unary_expression "~Input_file_argument((Input_file_argument *)(unaff_RBX + 8),param_2)" ~ (call_expression "Input_file_argument((Input_file_argument *)(unaff_RBX + 8),param_2)" identifier (argument_list "((Input_file_argument *)(unaff_RBX + 8),param_2)" ( (cast_expression "(Input_file_argument *)(unaff_RBX + 8)" ( (type_descriptor "Input_file_argument *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 8)" ( (binary_expression "unaff_RBX + 8" identifier + number_literal) ))) , identifier )))) ;))) (labeled_statement "gold::Input_file_argument::~Input_file_argument(unaff_R12,param_2);" statement_identifier : (ERROR ":" :) (labeled_statement "Input_file_argument::~Input_file_argument(unaff_R12,param_2);" statement_identifier : (ERROR ":" :) (expression_statement "~Input_file_argument(unaff_R12,param_2);" (unary_expression "~Input_file_argument(unaff_R12,param_2)" ~ (call_expression "Input_file_argument(unaff_R12,param_2)" identifier (argument_list "(unaff_R12,param_2)" ( identifier , identifier )))) ;))) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void FUN_0018219d(void)\n\n{\n long unaff_RBX;\n \n FUN_00354f40(unaff_RBX + 8);\n FUN_00354f40();\n \n FUN_0052bfa0();\n}\n\n" (function_definition "void FUN_0018219d(void)\n\n{\n long unaff_RBX;\n \n FUN_00354f40(unaff_RBX + 8);\n FUN_00354f40();\n \n FUN_0052bfa0();\n}" primitive_type (function_declarator "FUN_0018219d(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBX;\n \n FUN_00354f40(unaff_RBX + 8);\n FUN_00354f40();\n \n FUN_0052bfa0();\n}" { (declaration "long unaff_RBX;" (sized_type_specifier "long" long) identifier ;) (expression_statement "FUN_00354f40(unaff_RBX + 8);" (call_expression "FUN_00354f40(unaff_RBX + 8)" identifier (argument_list "(unaff_RBX + 8)" ( (binary_expression "unaff_RBX + 8" identifier + number_literal) ))) ;) (expression_statement "FUN_00354f40();" (call_expression "FUN_00354f40()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_0052bfa0();" (call_expression "FUN_0052bfa0()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void FUN_0018219d(void)\n\n{\n long unaff_RBX;\n \n FUN_00354f40(unaff_RBX + 8);\n FUN_00354f40();\n \n FUN_0052bfa0();\n}" (primitive_type "void") (function_declarator "FUN_0018219d(void)" (identifier "FUN_0018219d") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long unaff_RBX;\n \n FUN_00354f40(unaff_RBX + 8);\n FUN_00354f40();\n \n FUN_0052bfa0();\n}" ({ "{") (declaration "long unaff_RBX;" (sized_type_specifier "long" (long "long")) (identifier "unaff_RBX") (; ";")) (expression_statement "FUN_00354f40(unaff_RBX + 8);" (call_expression "FUN_00354f40(unaff_RBX + 8)" (identifier "FUN_00354f40") (argument_list "(unaff_RBX + 8)" (( "(") (binary_expression "unaff_RBX + 8" (identifier "unaff_RBX") (+ "+") (number_literal "8")) () ")"))) (; ";")) (expression_statement "FUN_00354f40();" (call_expression "FUN_00354f40()" (identifier "FUN_00354f40") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_0052bfa0();" (call_expression "FUN_0052bfa0()" (identifier "FUN_0052bfa0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
void function_1(type_1 param_1,int param_2)
{
long var_1;
type_2 *unaff_R12;
gold::Input_file_argument::~type_2((type_2 *)(var_1 + 8),param_2);
gold::Input_file_argument::~type_2(unaff_R12,param_2);
/* WARNING: Subroutine does not return */
var_2();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (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))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
void MASKED(void)
{
long unaff_RBX;
FUN_00354f40(unaff_RBX + 8);
FUN_00354f40();
/* WARNING: Subroutine does not return */
FUN_0052bfa0();
}
|
8750_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
|
init
|
FUN_00300fd0
|
/* std::ios::init(std::streambuf*) */
void __thiscall std::ios::init(ios *this,streambuf *param_1)
{
ios_base::_M_init((ios_base *)this);
_M_cache_locale(this,(locale *)(this + 0xd0));
*(streambuf **)(this + 0xe8) = param_1;
*(undefined2 *)(this + 0xe0) = 0;
*(undefined4 *)(this + 0x1c) = 0;
*(undefined8 *)(this + 0xd8) = 0;
*(uint *)(this + 0x20) = (uint)(param_1 == (streambuf *)0x0);
return;
}
|
void FUN_00300fd0(long param_1,long param_2)
{
FUN_00324650();
FUN_00300bb0(param_1,param_1 + 0xd0);
*(long *)(param_1 + 0xe8) = param_2;
*(undefined2 *)(param_1 + 0xe0) = 0;
*(undefined4 *)(param_1 + 0x1c) = 0;
*(undefined8 *)(param_1 + 0xd8) = 0;
*(uint *)(param_1 + 0x20) = (uint)(param_2 == 0);
return;
}
|
PUSH RBP
MOV RBP,RSI
PUSH RBX
MOV RBX,RDI
SUB RSP,0x8
CALL 0x00324650
LEA RSI,[RBX + 0xd0]
MOV RDI,RBX
CALL 0x00300bb0
XOR EAX,EAX
MOV qword ptr [RBX + 0xe8],RBP
MOV word ptr [RBX + 0xe0],AX
XOR EAX,EAX
TEST RBP,RBP
SETZ AL
MOV dword ptr [RBX + 0x1c],0x0
MOV qword ptr [RBX + 0xd8],0x0
MOV dword ptr [RBX + 0x20],EAX
ADD RSP,0x8
POP RBX
POP RBP
RET
| null | null | null | null |
[('const-208', u'PTRADD_-1204875210'), ('const-0', u'STORE_-1204875189'), ('const-216', u'PTRADD_-1204875119'), ('const-433', u'STORE_-1204875165'), ('const-0', u'RETURN_-1204875129'), (u'CAST_-1204875023', u'STORE_-1204875179'), ('const-433', u'STORE_-1204875227'), (u'CAST_-1204875073', u'CALL_-1204875253'), ('const-0', u'INT_EQUAL_-1204875195'), ('const-433', u'STORE_-1204875189'), ('const-1', u'PTRADD_-1204875105'), ('const-1', u'PTRADD_-1204875129'), ('const-28', u'PTRADD_-1204875129'), ('tmp_249', u'PTRADD_-1204875210'), ('const-0', u'STORE_-1204875227'), ('const-1', u'PTRADD_-1204875167'), ('tmp_250', u'STORE_-1204875237'), ('tmp_249', u'PTRADD_-1204875129'), ('const-232', u'PTRADD_-1204875177'), (u'PTRADD_-1204875119', u'CAST_-1204875023'), ('tmp_249', u'PTRADD_-1204875167'), ('tmp_249', u'CAST_-1204875079'), (u'PTRADD_-1204875105', u'CAST_-1204875011'), (u'PTRADD_-1204875167', u'CAST_-1204875047'), (u'CAST_-1204875031', u'STORE_-1204875189'), ('const-1', u'PTRADD_-1204875119'), ('const-224', u'PTRADD_-1204875167'), ('const-433', u'STORE_-1204875237'), (u'PTRADD_-1204875177', u'CAST_-1204875055'), (u'CAST_-1204875079', u'CALL_-1204875274'), ('tmp_249', u'CALL_-1204875253'), (u'INT_EQUAL_-1204875195', u'INT_ZEXT_-1204875104'), ('tmp_250', u'INT_EQUAL_-1204875195'), ('const-0', u'STORE_-1204875179'), ('const-1', u'PTRADD_-1204875177'), (u'PTRADD_-1204875210', u'CAST_-1204875073'), (u'CAST_-1204875055', u'STORE_-1204875237'), ('const-32', u'PTRADD_-1204875105'), (u'CAST_-1204875011', u'STORE_-1204875165'), (u'CAST_-1204875047', u'STORE_-1204875227'), (u'PTRADD_-1204875129', u'CAST_-1204875031'), ('tmp_249', u'PTRADD_-1204875105'), ('tmp_249', u'PTRADD_-1204875177'), ('tmp_249', u'PTRADD_-1204875119'), ('const-1', u'PTRADD_-1204875210'), ('const-433', u'STORE_-1204875179'), (u'INT_ZEXT_-1204875104', u'STORE_-1204875165')]
|
[(u'CAST_-1204875049', u'STORE_-1204875227'), ('const-0', u'STORE_-1204875227'), ('const-28', u'INT_ADD_-1204875175'), ('const-32', u'INT_ADD_-1204875151'), ('const-0', u'RETURN_-1204875129'), ('tmp_380', u'INT_ADD_-1204875151'), ('const-216', u'INT_ADD_-1204875165'), ('const-208', u'INT_ADD_-1204875256'), ('tmp_380', u'INT_ADD_-1204875213'), (u'INT_ADD_-1204875256', u'CALL_-1204875253'), ('const-0', u'INT_EQUAL_-1204875195'), ('tmp_380', u'INT_ADD_-1204875175'), ('const-224', u'INT_ADD_-1204875213'), ('const-0', u'STORE_-1204875179'), ('tmp_380', u'INT_ADD_-1204875223'), ('tmp_378', u'STORE_-1204875237'), (u'INT_ADD_-1204875175', u'CAST_-1204875033'), ('const-433', u'STORE_-1204875165'), ('const-433', u'STORE_-1204875237'), (u'INT_ADD_-1204875213', u'CAST_-1204875049'), ('const-433', u'STORE_-1204875189'), (u'CAST_-1204875013', u'STORE_-1204875165'), ('tmp_380', u'INT_ADD_-1204875256'), (u'CAST_-1204875057', u'STORE_-1204875237'), (u'INT_ADD_-1204875151', u'CAST_-1204875013'), ('const-433', u'STORE_-1204875227'), ('const-433', u'STORE_-1204875179'), (u'INT_ADD_-1204875223', u'CAST_-1204875057'), ('tmp_380', u'INT_ADD_-1204875165'), ('tmp_378', u'INT_EQUAL_-1204875195'), (u'INT_EQUAL_-1204875195', u'INT_ZEXT_-1204875104'), (u'CAST_-1204875025', u'STORE_-1204875179'), ('const-0', u'STORE_-1204875189'), (u'CAST_-1204875033', u'STORE_-1204875189'), (u'INT_ADD_-1204875165', u'CAST_-1204875025'), ('const-232', u'INT_ADD_-1204875223'), ('tmp_380', u'CALL_-1204875253'), (u'INT_ZEXT_-1204875104', u'STORE_-1204875165')]
| null | null |
00300fd0
|
x64
|
O2
|
(translation_unit "void FUN_00300fd0(long param_1,long param_2)\n\n{\n FUN_00324650();\n FUN_00300bb0(param_1,param_1 + 0xd0);\n *(long *)(param_1 + 0xe8) = param_2;\n *(undefined2 *)(param_1 + 0xe0) = 0;\n *(undefined4 *)(param_1 + 0x1c) = 0;\n *(undefined8 *)(param_1 + 0xd8) = 0;\n *(uint *)(param_1 + 0x20) = (uint)(param_2 == 0);\n return;\n}\n\n" (function_definition "void FUN_00300fd0(long param_1,long param_2)\n\n{\n FUN_00324650();\n FUN_00300bb0(param_1,param_1 + 0xd0);\n *(long *)(param_1 + 0xe8) = param_2;\n *(undefined2 *)(param_1 + 0xe0) = 0;\n *(undefined4 *)(param_1 + 0x1c) = 0;\n *(undefined8 *)(param_1 + 0xd8) = 0;\n *(uint *)(param_1 + 0x20) = (uint)(param_2 == 0);\n return;\n}" primitive_type (function_declarator "FUN_00300fd0(long param_1,long param_2)" identifier (parameter_list "(long param_1,long param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n FUN_00324650();\n FUN_00300bb0(param_1,param_1 + 0xd0);\n *(long *)(param_1 + 0xe8) = param_2;\n *(undefined2 *)(param_1 + 0xe0) = 0;\n *(undefined4 *)(param_1 + 0x1c) = 0;\n *(undefined8 *)(param_1 + 0xd8) = 0;\n *(uint *)(param_1 + 0x20) = (uint)(param_2 == 0);\n return;\n}" { (expression_statement "FUN_00324650();" (call_expression "FUN_00324650()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00300bb0(param_1,param_1 + 0xd0);" (call_expression "FUN_00300bb0(param_1,param_1 + 0xd0)" identifier (argument_list "(param_1,param_1 + 0xd0)" ( identifier , (binary_expression "param_1 + 0xd0" identifier + number_literal) ))) ;) (expression_statement "*(long *)(param_1 + 0xe8) = param_2;" (assignment_expression "*(long *)(param_1 + 0xe8) = param_2" (pointer_expression "*(long *)(param_1 + 0xe8)" * (cast_expression "(long *)(param_1 + 0xe8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xe8)" ( (binary_expression "param_1 + 0xe8" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined2 *)(param_1 + 0xe0) = 0;" (assignment_expression "*(undefined2 *)(param_1 + 0xe0) = 0" (pointer_expression "*(undefined2 *)(param_1 + 0xe0)" * (cast_expression "(undefined2 *)(param_1 + 0xe0)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xe0)" ( (binary_expression "param_1 + 0xe0" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_1 + 0x1c) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x1c) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x1c)" * (cast_expression "(undefined4 *)(param_1 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_1 + 0xd8) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0xd8) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0xd8)" * (cast_expression "(undefined8 *)(param_1 + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd8)" ( (binary_expression "param_1 + 0xd8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(uint *)(param_1 + 0x20) = (uint)(param_2 == 0);" (assignment_expression "*(uint *)(param_1 + 0x20) = (uint)(param_2 == 0)" (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) )))) = (call_expression "(uint)(param_2 == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* std::ios::init(std::streambuf*) */\n\nvoid __thiscall std::ios::init(ios *this,streambuf *param_1)\n\n{\n ios_base::_M_init((ios_base *)this);\n _M_cache_locale(this,(locale *)(this + 0xd0));\n *(streambuf **)(this + 0xe8) = param_1;\n *(undefined2 *)(this + 0xe0) = 0;\n *(undefined4 *)(this + 0x1c) = 0;\n *(undefined8 *)(this + 0xd8) = 0;\n *(uint *)(this + 0x20) = (uint)(param_1 == (streambuf *)0x0);\n return;\n}\n\n" comment (function_definition "void __thiscall std::ios::init(ios *this,streambuf *param_1)\n\n{\n ios_base::_M_init((ios_base *)this);\n _M_cache_locale(this,(locale *)(this + 0xd0));\n *(streambuf **)(this + 0xe8) = param_1;\n *(undefined2 *)(this + 0xe0) = 0;\n *(undefined4 *)(this + 0x1c) = 0;\n *(undefined8 *)(this + 0xd8) = 0;\n *(uint *)(this + 0x20) = (uint)(param_1 == (streambuf *)0x0);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::ios::" identifier : : identifier : :) (function_declarator "init(ios *this,streambuf *param_1)" identifier (parameter_list "(ios *this,streambuf *param_1)" ( (parameter_declaration "ios *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "streambuf *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n ios_base::_M_init((ios_base *)this);\n _M_cache_locale(this,(locale *)(this + 0xd0));\n *(streambuf **)(this + 0xe8) = param_1;\n *(undefined2 *)(this + 0xe0) = 0;\n *(undefined4 *)(this + 0x1c) = 0;\n *(undefined8 *)(this + 0xd8) = 0;\n *(uint *)(this + 0x20) = (uint)(param_1 == (streambuf *)0x0);\n return;\n}" { (labeled_statement "ios_base::_M_init((ios_base *)this);" statement_identifier : (ERROR ":" :) (expression_statement "_M_init((ios_base *)this);" (call_expression "_M_init((ios_base *)this)" identifier (argument_list "((ios_base *)this)" ( (cast_expression "(ios_base *)this" ( (type_descriptor "ios_base *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;)) (expression_statement "_M_cache_locale(this,(locale *)(this + 0xd0));" (call_expression "_M_cache_locale(this,(locale *)(this + 0xd0))" identifier (argument_list "(this,(locale *)(this + 0xd0))" ( identifier , (cast_expression "(locale *)(this + 0xd0)" ( (type_descriptor "locale *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xd0)" ( (binary_expression "this + 0xd0" identifier + number_literal) ))) ))) ;) (expression_statement "*(streambuf **)(this + 0xe8) = param_1;" (assignment_expression "*(streambuf **)(this + 0xe8) = param_1" (pointer_expression "*(streambuf **)(this + 0xe8)" * (cast_expression "(streambuf **)(this + 0xe8)" ( (type_descriptor "streambuf **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0xe8)" ( (binary_expression "this + 0xe8" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined2 *)(this + 0xe0) = 0;" (assignment_expression "*(undefined2 *)(this + 0xe0) = 0" (pointer_expression "*(undefined2 *)(this + 0xe0)" * (cast_expression "(undefined2 *)(this + 0xe0)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xe0)" ( (binary_expression "this + 0xe0" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(this + 0x1c) = 0;" (assignment_expression "*(undefined4 *)(this + 0x1c) = 0" (pointer_expression "*(undefined4 *)(this + 0x1c)" * (cast_expression "(undefined4 *)(this + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x1c)" ( (binary_expression "this + 0x1c" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(this + 0xd8) = 0;" (assignment_expression "*(undefined8 *)(this + 0xd8) = 0" (pointer_expression "*(undefined8 *)(this + 0xd8)" * (cast_expression "(undefined8 *)(this + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xd8)" ( (binary_expression "this + 0xd8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(uint *)(this + 0x20) = (uint)(param_1 == (streambuf *)0x0);" (assignment_expression "*(uint *)(this + 0x20) = (uint)(param_1 == (streambuf *)0x0)" (pointer_expression "*(uint *)(this + 0x20)" * (cast_expression "(uint *)(this + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x20)" ( (binary_expression "this + 0x20" identifier + number_literal) )))) = (call_expression "(uint)(param_1 == (streambuf *)0x0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_1 == (streambuf *)0x0)" ( (binary_expression "param_1 == (streambuf *)0x0" identifier == (cast_expression "(streambuf *)0x0" ( (type_descriptor "streambuf *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00300fd0(long param_1,long param_2)\n\n{\n FUN_00324650();\n FUN_00300bb0(param_1,param_1 + 0xd0);\n *(long *)(param_1 + 0xe8) = param_2;\n *(undefined2 *)(param_1 + 0xe0) = 0;\n *(undefined4 *)(param_1 + 0x1c) = 0;\n *(undefined8 *)(param_1 + 0xd8) = 0;\n *(uint *)(param_1 + 0x20) = (uint)(param_2 == 0);\n return;\n}\n\n" (function_definition "void FUN_00300fd0(long param_1,long param_2)\n\n{\n FUN_00324650();\n FUN_00300bb0(param_1,param_1 + 0xd0);\n *(long *)(param_1 + 0xe8) = param_2;\n *(undefined2 *)(param_1 + 0xe0) = 0;\n *(undefined4 *)(param_1 + 0x1c) = 0;\n *(undefined8 *)(param_1 + 0xd8) = 0;\n *(uint *)(param_1 + 0x20) = (uint)(param_2 == 0);\n return;\n}" primitive_type (function_declarator "FUN_00300fd0(long param_1,long param_2)" identifier (parameter_list "(long param_1,long param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n FUN_00324650();\n FUN_00300bb0(param_1,param_1 + 0xd0);\n *(long *)(param_1 + 0xe8) = param_2;\n *(undefined2 *)(param_1 + 0xe0) = 0;\n *(undefined4 *)(param_1 + 0x1c) = 0;\n *(undefined8 *)(param_1 + 0xd8) = 0;\n *(uint *)(param_1 + 0x20) = (uint)(param_2 == 0);\n return;\n}" { (expression_statement "FUN_00324650();" (call_expression "FUN_00324650()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00300bb0(param_1,param_1 + 0xd0);" (call_expression "FUN_00300bb0(param_1,param_1 + 0xd0)" identifier (argument_list "(param_1,param_1 + 0xd0)" ( identifier , (binary_expression "param_1 + 0xd0" identifier + number_literal) ))) ;) (expression_statement "*(long *)(param_1 + 0xe8) = param_2;" (assignment_expression "*(long *)(param_1 + 0xe8) = param_2" (pointer_expression "*(long *)(param_1 + 0xe8)" * (cast_expression "(long *)(param_1 + 0xe8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xe8)" ( (binary_expression "param_1 + 0xe8" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined2 *)(param_1 + 0xe0) = 0;" (assignment_expression "*(undefined2 *)(param_1 + 0xe0) = 0" (pointer_expression "*(undefined2 *)(param_1 + 0xe0)" * (cast_expression "(undefined2 *)(param_1 + 0xe0)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xe0)" ( (binary_expression "param_1 + 0xe0" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_1 + 0x1c) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x1c) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x1c)" * (cast_expression "(undefined4 *)(param_1 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_1 + 0xd8) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0xd8) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0xd8)" * (cast_expression "(undefined8 *)(param_1 + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd8)" ( (binary_expression "param_1 + 0xd8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(uint *)(param_1 + 0x20) = (uint)(param_2 == 0);" (assignment_expression "*(uint *)(param_1 + 0x20) = (uint)(param_2 == 0)" (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) )))) = (call_expression "(uint)(param_2 == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT == LIT) )))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00300fd0(long param_1,long param_2)\n\n{\n FUN_00324650();\n FUN_00300bb0(param_1,param_1 + 0xd0);\n *(long *)(param_1 + 0xe8) = param_2;\n *(undefined2 *)(param_1 + 0xe0) = 0;\n *(undefined4 *)(param_1 + 0x1c) = 0;\n *(undefined8 *)(param_1 + 0xd8) = 0;\n *(uint *)(param_1 + 0x20) = (uint)(param_2 == 0);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00300fd0(long param_1,long param_2)" (identifier "FUN_00300fd0") (parameter_list "(long param_1,long param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")"))) (compound_statement "{\n FUN_00324650();\n FUN_00300bb0(param_1,param_1 + 0xd0);\n *(long *)(param_1 + 0xe8) = param_2;\n *(undefined2 *)(param_1 + 0xe0) = 0;\n *(undefined4 *)(param_1 + 0x1c) = 0;\n *(undefined8 *)(param_1 + 0xd8) = 0;\n *(uint *)(param_1 + 0x20) = (uint)(param_2 == 0);\n return;\n}" ({ "{") (expression_statement "FUN_00324650();" (call_expression "FUN_00324650()" (identifier "FUN_00324650") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_00300bb0(param_1,param_1 + 0xd0);" (call_expression "FUN_00300bb0(param_1,param_1 + 0xd0)" (identifier "FUN_00300bb0") (argument_list "(param_1,param_1 + 0xd0)" (( "(") (identifier "param_1") (, ",") (binary_expression "param_1 + 0xd0" (identifier "param_1") (+ "+") (number_literal "0xd0")) () ")"))) (; ";")) (expression_statement "*(long *)(param_1 + 0xe8) = param_2;" (assignment_expression "*(long *)(param_1 + 0xe8) = param_2" (pointer_expression "*(long *)(param_1 + 0xe8)" (* "*") (cast_expression "(long *)(param_1 + 0xe8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xe8)" (( "(") (binary_expression "param_1 + 0xe8" (identifier "param_1") (+ "+") (number_literal "0xe8")) () ")")))) (= "=") (identifier "param_2")) (; ";")) (expression_statement "*(undefined2 *)(param_1 + 0xe0) = 0;" (assignment_expression "*(undefined2 *)(param_1 + 0xe0) = 0" (pointer_expression "*(undefined2 *)(param_1 + 0xe0)" (* "*") (cast_expression "(undefined2 *)(param_1 + 0xe0)" (( "(") (type_descriptor "undefined2 *" (type_identifier "undefined2") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xe0)" (( "(") (binary_expression "param_1 + 0xe0" (identifier "param_1") (+ "+") (number_literal "0xe0")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(param_1 + 0x1c) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x1c) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x1c)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x1c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1c)" (( "(") (binary_expression "param_1 + 0x1c" (identifier "param_1") (+ "+") (number_literal "0x1c")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined8 *)(param_1 + 0xd8) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0xd8) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0xd8)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0xd8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xd8)" (( "(") (binary_expression "param_1 + 0xd8" (identifier "param_1") (+ "+") (number_literal "0xd8")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(uint *)(param_1 + 0x20) = (uint)(param_2 == 0);" (assignment_expression "*(uint *)(param_1 + 0x20) = (uint)(param_2 == 0)" (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")) () ")")))) (= "=") (call_expression "(uint)(param_2 == 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(param_2 == 0)" (( "(") (binary_expression "param_2 == 0" (identifier "param_2") (== "==") (number_literal "0")) () ")")))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* std::ios::init(std::streambuf*) */
void __thiscall std::type_1::function_1(type_1 *var_3,type_2 *var_4)
{
ios_base::var_1((type_3 *)var_3);
var_2(var_3,(type_4 *)(var_3 + 0xd0));
*(type_2 **)(var_3 + 0xe8) = var_4;
*(type_5 *)(var_3 + 0xe0) = 0;
*(type_6 *)(var_3 + 0x1c) = 0;
*(type_7 *)(var_3 + 0xd8) = 0;
*(type_8 *)(var_3 + 0x20) = (type_8)(var_4 == (type_2 *)0x0);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (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: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) (return_statement))))
| null |
void MASKED(long param_1,long param_2)
{
FUN_00324650();
FUN_00300bb0(param_1,param_1 + 0xd0);
*(long *)(param_1 + 0xe8) = param_2;
*(undefined2 *)(param_1 + 0xe0) = 0;
*(undefined4 *)(param_1 + 0x1c) = 0;
*(undefined8 *)(param_1 + 0xd8) = 0;
*(uint *)(param_1 + 0x20) = (uint)(param_2 == 0);
return;
}
|
3831_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
|
Sized_relobj
|
FUN_001e75e0
|
/* DWARF original prototype: void Sized_relobj(Sized_relobj<32,_false> * this, string * name,
Input_file * input_file) */
void __thiscall
gold::Sized_relobj<32,_false>::Sized_relobj
(Sized_relobj<32,_false> *this,string *name,Input_file *input_file)
{
undefined1 *puVar1;
int *piVar2;
pointer pcVar3;
bool bVar4;
Position_dependent_options *pPVar5;
(this->super_Relobj).super_Object._vptr_Object = (_func_int_varargs **)&DAT_004503e8;
(this->super_Relobj).super_Object.name_._M_dataplus._M_p =
(pointer)&(this->super_Relobj).super_Object.name_.field_2;
pcVar3 = (name->_M_dataplus)._M_p;
std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::
_M_construct<char*>(&(this->super_Relobj).super_Object.name_,pcVar3,
pcVar3 + name->_M_string_length);
(this->super_Relobj).super_Object.input_file_ = input_file;
(this->super_Relobj).super_Object.offset_ = 0;
(this->super_Relobj).super_Object.shnum_ = 0xffffffff;
puVar1 = &(this->super_Relobj).super_Object.field_0x3c;
*puVar1 = *puVar1 & 0x80;
(this->super_Relobj).super_Object.xindex_ = (Xindex *)0x0;
(this->super_Relobj).super_Object.compressed_sections_ = (Compressed_section_map *)0x0;
if (input_file != (Input_file *)0x0) {
piVar2 = &(input_file->file_).object_count_;
*piVar2 = *piVar2 + 1;
/* try { // try from 001e7646 to 001e7666 has its CatchHandler @ 001e7760 */
bVar4 = Input_file::is_in_system_directory(input_file);
(this->super_Relobj).super_Object.field_0x3c =
(this->super_Relobj).super_Object.field_0x3c & 0xdf | bVar4 << 5;
pPVar5 = Input_file::options(input_file);
(this->super_Relobj).super_Object.field_0x3c =
(this->super_Relobj).super_Object.field_0x3c & 0xbf | (byte)((pPVar5->as_needed_ & 1) << 6)
;
}
(this->super_Relobj).output_sections_.
super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl._M_start
= (pointer)0x0;
(this->super_Relobj).super_Object._vptr_Object = (_func_int_varargs **)&DAT_00450bd8;
(this->local_got_offsets_)._M_h._M_rehash_policy._M_max_load_factor = 0.0;
*(undefined4 *)&(this->local_got_offsets_)._M_h._M_rehash_policy.field_0x4 = 0;
(this->local_got_offsets_)._M_h._M_rehash_policy._M_next_resize = 0;
(this->super_Relobj).output_sections_.
super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.
_M_finish = (pointer)0x0;
(this->super_Relobj).output_sections_.
super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.
_M_end_of_storage = (pointer)0x0;
(this->super_Relobj).map_to_relocatable_relocs_ =
(vector<gold::Relocatable_relocs*,_std::allocator<gold::Relocatable_relocs*>_> *)0x0;
(this->super_Relobj).object_merge_map_ = (Object_merge_map *)0x0;
(this->super_Relobj).relocs_must_follow_section_writes_ = false;
(this->super_Relobj).sd_ = (Symbols_data *)0x0;
(this->super_Relobj).reloc_counts_ = (uint *)0x0;
(this->super_Relobj).reloc_bases_ = (uint *)0x0;
(this->super_Relobj).first_dyn_reloc_ = 0;
(this->super_Relobj).dyn_reloc_count_ = 0;
(this->local_got_offsets_)._M_h._M_single_bucket = (__bucket_type)0x0;
(this->local_got_offsets_)._M_h._M_buckets = &(this->local_got_offsets_)._M_h._M_single_bucket;
(this->local_got_offsets_)._M_h._M_bucket_count = 1;
(this->local_got_offsets_)._M_h._M_before_begin._M_nxt = (_Hash_node_base *)0x0;
(this->local_got_offsets_)._M_h._M_element_count = 0;
(this->local_got_offsets_)._M_h._M_rehash_policy._M_max_load_factor = 1.0;
(this->local_got_offsets_)._M_h._M_rehash_policy._M_next_resize = 0;
(this->section_offsets_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.
_M_start = (pointer)0x0;
(this->section_offsets_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.
_M_finish = (pointer)0x0;
(this->section_offsets_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.
_M_end_of_storage = (pointer)0x0;
return;
}
|
void FUN_001e75e0(undefined8 *param_1,long *param_2,long param_3)
{
uint uVar1;
byte *pbVar2;
*param_1 = &DAT_004503e8;
param_1[1] = param_1 + 3;
FUN_0017d640(param_1 + 1,*param_2,param_2[1] + *param_2);
param_1[5] = param_3;
param_1[6] = 0;
*(undefined4 *)(param_1 + 7) = 0xffffffff;
*(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0x80;
param_1[8] = 0;
param_1[9] = 0;
if (param_3 != 0) {
*(int *)(param_3 + 0x50) = *(int *)(param_3 + 0x50) + 1;
/* try { // try from 001e7646 to 001e7666 has its CatchHandler @ 001e7760 */
uVar1 = FUN_00189d90(param_3);
*(byte *)((long)param_1 + 0x3c) =
*(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5);
pbVar2 = (byte *)FUN_00189d70(param_3);
*(byte *)((long)param_1 + 0x3c) =
*(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6);
}
param_1[10] = 0;
*param_1 = &DAT_00450bd8;
*(undefined1 (*) [16])(param_1 + 0x19) = (undefined1 [16])0x0;
param_1[0xb] = 0;
param_1[0xc] = 0;
param_1[0xd] = 0;
param_1[0xe] = 0;
*(undefined1 *)(param_1 + 0xf) = 0;
param_1[0x11] = 0;
param_1[0x12] = 0;
param_1[0x13] = 0;
param_1[0x14] = 0;
param_1[0x1b] = 0;
param_1[0x15] = param_1 + 0x1b;
param_1[0x16] = 1;
param_1[0x17] = 0;
param_1[0x18] = 0;
*(undefined4 *)(param_1 + 0x19) = 0x3f800000;
param_1[0x1a] = 0;
param_1[0x1c] = 0;
param_1[0x1d] = 0;
param_1[0x1e] = 0;
return;
}
|
PUSH R12
LEA RAX,[0x4503e8]
PUSH RBP
MOV RBP,RDX
PUSH RBX
MOV RBX,RDI
ADD RDI,0x8
LEA R12,[RBX + 0x18]
MOV qword ptr [RDI + -0x8],RAX
MOV qword ptr [RBX + 0x8],R12
MOV RAX,qword ptr [RSI]
MOV RDX,qword ptr [RSI + 0x8]
MOV RSI,RAX
ADD RDX,RAX
CALL 0x0017d640
MOV qword ptr [RBX + 0x28],RBP
MOV qword ptr [RBX + 0x30],0x0
MOV dword ptr [RBX + 0x38],0xffffffff
AND byte ptr [RBX + 0x3c],0x80
MOV qword ptr [RBX + 0x40],0x0
MOV qword ptr [RBX + 0x48],0x0
TEST RBP,RBP
JZ 0x001e767e
ADD dword ptr [RBP + 0x50],0x1
MOV RDI,RBP
CALL 0x00189d90
AND EAX,0x1
MOV RDI,RBP
SHL EAX,0x5
MOV EDX,EAX
MOVZX EAX,byte ptr [RBX + 0x3c]
AND EAX,0xffffffdf
OR EAX,EDX
MOV byte ptr [RBX + 0x3c],AL
CALL 0x00189d70
MOVZX EAX,byte ptr [RAX]
AND EAX,0x1
SHL EAX,0x6
MOV EDX,EAX
MOVZX EAX,byte ptr [RBX + 0x3c]
AND EAX,0xffffffbf
OR EAX,EDX
MOV byte ptr [RBX + 0x3c],AL
LEA RAX,[0x450bd8]
PXOR XMM0,XMM0
MOV qword ptr [RBX + 0x50],0x0
MOV qword ptr [RBX],RAX
LEA RAX,[RBX + 0xd8]
MOVUPS xmmword ptr [RBX + 0xc8],XMM0
MOV qword ptr [RBX + 0x58],0x0
MOV qword ptr [RBX + 0x60],0x0
MOV qword ptr [RBX + 0x68],0x0
MOV qword ptr [RBX + 0x70],0x0
MOV byte ptr [RBX + 0x78],0x0
MOV qword ptr [RBX + 0x88],0x0
MOV qword ptr [RBX + 0x90],0x0
MOV qword ptr [RBX + 0x98],0x0
MOV qword ptr [RBX + 0xa0],0x0
MOV qword ptr [RBX + 0xd8],0x0
MOV qword ptr [RBX + 0xa8],RAX
MOV qword ptr [RBX + 0xb0],0x1
MOV qword ptr [RBX + 0xb8],0x0
MOV qword ptr [RBX + 0xc0],0x0
MOV dword ptr [RBX + 0xc8],0x3f800000
MOV qword ptr [RBX + 0xd0],0x0
MOV qword ptr [RBX + 0xe0],0x0
MOV qword ptr [RBX + 0xe8],0x0
MOV qword ptr [RBX + 0xf0],0x0
POP RBX
POP RBP
POP R12
RET
| null | null | null | null |
[(u'PTRSUB_-1207863096', u'PTRSUB_-1207863016'), ('const-0', u'STORE_-1207863370'), ('const-32', u'PTRSUB_-1207862774'), (u'PTRSUB_-1207862887', u'LOAD_-1207863560'), ('const-0', u'PTRSUB_-1207862942'), ('const-0', u'PTRSUB_-1207862776'), (u'PTRSUB_-1207862928', u'PTRSUB_-1207862851'), (u'PTRSUB_-1207862999', u'CALL_-1207863741'), (u'PTRSUB_-1207862770', u'STORE_-1207863349'), ('const-0', u'STORE_-1207862835'), ('const-1', u'PTRADD_-1207863695'), ('tmp_955', u'PTRSUB_-1207863146'), (u'PTRSUB_-1207862628', u'PTRSUB_-1207862618'), (u'PTRSUB_-1207862908', u'PTRSUB_-1207862831'), (u'PTRSUB_-1207862777', u'CAST_-1207862764'), ('const-224', u'PTRSUB_-1207862729'), ('const-72', u'PTRSUB_-1207862924'), ('const-0', u'PTRSUB_-1207862793'), ('const-0', u'PTRSUB_-1207863102'), ('tmp_232', u'CBRANCH_-1207863656'), ('const-0', u'PTRSUB_-1207862898'), ('const-136', u'PTRSUB_-1207862808'), ('tmp_955', u'PTRSUB_-1207862950'), ('const-433', u'LOAD_-1207863560'), (u'PTRSUB_-1207862933', u'STORE_-1207863690'), ('const-0', u'PTRSUB_-1207862739'), ('const-0', u'PTRSUB_-1207862692'), ('const-8', u'PTRSUB_-1207862618'), ('const-120', u'PTRSUB_-1207862813'), (u'PTRSUB_-1207862832', u'STORE_-1207863395'), (u'PTRSUB_-1207862688', u'PTRSUB_-1207862793'), ('const-32', u'PTRSUB_-1207862782'), ('const-0', u'STORE_-1207863295'), (u'LOAD_-1207863776', u'CALL_-1207863741'), ('const-8', u'PTRSUB_-1207862999'), ('tmp_955', u'PTRSUB_-1207862817'), (u'PTRSUB_-1207862784', u'STORE_-1207863281'), (u'PTRSUB_-1207862713', u'PTRSUB_-1207862676'), ('const-0', u'PTRSUB_-1207863047'), ('const-433', u'STORE_-1207863146'), ('tmp_955', u'PTRSUB_-1207862716'), (u'PTRSUB_-1207862676', u'STORE_-1207863201'), ('tmp_955', u'PTRSUB_-1207863140'), ('tmp_955', u'PTRSUB_-1207862869'), ('const-0', u'PTRSUB_-1207863140'), ('const-48', u'PTRSUB_-1207862955'), ('const-168', u'PTRSUB_-1207862755'), ('const-0', u'PTRSUB_-1207863065'), ('tmp_955', u'PTRSUB_-1207862768'), ('const-433', u'STORE_-1207863316'), (u'PTRSUB_-1207863146', u'PTRSUB_-1207863065'), ('const-433', u'STORE_-1207863229'), ('const-433', u'STORE_-1207863706'), ('const-1065353216', u'STORE_-1207863187'), ('const-0', u'PTRSUB_-1207862869'), ('const-0', u'STORE_-1207863679'), ('const-433', u'STORE_-1207863648'), (u'PTRSUB_-1207862816', u'PTRSUB_-1207862747'), (u'PTRSUB_-1207862966', u'LOAD_-1207863651'), ('const-0', u'PTRSUB_-1207863096'), (u'PTRSUB_-1207862700', u'STORE_-1207863229'), ('const-433', u'STORE_-1207863201'), (u'PTRSUB_-1207862755', u'PTRSUB_-1207862688'), (u'PTRSUB_-1207863021', u'PTRSUB_-1207862942'), ('const-0', u'PTRSUB_-1207863127'), ('tmp_956', u'PTRSUB_-1207863122'), (u'PTRSUB_-1207862653', u'PTRSUB_-1207862641'), ('const-0', u'PTRSUB_-1207863086'), (u'PTRSUB_-1207862606', u'STORE_-1207863132'), (u'PTRSUB_-1207862991', u'PTRSUB_-1207862933'), (u'PTRSUB_-1207862938', u'STORE_-1207863706'), ('const-433', u'STORE_-1207863690'), (u'PTRSUB_-1207862987', u'CAST_-1207862775'), ('const-433', u'STORE_-1207863132'), ('const-0', u'PTRSUB_-1207862873'), ('const-168', u'PTRSUB_-1207862817'), (u'PTRSUB_-1207862882', u'PTRSUB_-1207862959'), ('const-0', u'STORE_-1207863360'), ('const-4', u'PTRSUB_-1207862777'), ('const-0', u'PTRSUB_-1207862823'), ('const-8', u'PTRSUB_-1207863118'), ('tmp_957', u'CALL_-1207863624'), (u'PTRSUB_-1207862773', u'STORE_-1207862834'), ('const-433', u'STORE_-1207863309'), ('const-8', u'PTRSUB_-1207862779'), ('const-168', u'PTRSUB_-1207862781'), (u'PTRSUB_-1207862779', u'STORE_-1207863360'), (u'PTRSUB_-1207862640', u'STORE_-1207863160'), (u'PTRSUB_-1207862688', u'PTRSUB_-1207862653'), ('tmp_955', u'PTRSUB_-1207862977'), (u'PTRSUB_-1207862910', u'PTRSUB_-1207862857'), ('const-0', u'PTRSUB_-1207863048'), (u'INT_AND_-1207863481', u'INT_LEFT_-1207863466'), ('const-223', u'INT_AND_-1207863526'), ('const-433', u'LOAD_-1207863776'), ('const-168', u'PTRSUB_-1207862768'), (u'PTRSUB_-1207862774', u'PTRSUB_-1207862773'), ('const-433', u'STORE_-1207863360'), ('const-80', u'PTRSUB_-1207862841'), (u'PTRSUB_-1207862729', u'PTRSUB_-1207862663'), ('tmp_957', u'STORE_-1207863737'), (u'CAST_-1207862775', u'STORE_-1207863385'), ('const-0', u'PTRSUB_-1207862931'), ('tmp_955', u'PTRSUB_-1207862908'), (u'INT_AND_-1207863526', u'INT_OR_-1207863512'), ('tmp_955', u'PTRSUB_-1207862784'), ('const-433', u'STORE_-1207863349'), ('tmp_955', u'PTRSUB_-1207862808'), ('const-0', u'PTRSUB_-1207862899'), ('const-0', u'STORE_-1207863281'), ('const-48', u'PTRSUB_-1207862719'), ('tmp_955', u'PTRSUB_-1207862776'), ('const-433', u'STORE_-1207862834'), ('const-433', u'STORE_-1207863385'), ('const-0', u'PTRSUB_-1207862640'), ('tmp_957', u'INT_NOTEQUAL_-1207863657'), (u'PTRSUB_-1207862781', u'PTRSUB_-1207862713'), (u'PTRSUB_-1207862664', u'PTRSUB_-1207862766'), ('const-0', u'STORE_-1207863316'), ('const-0', u'STORE_-1207863730'), ('const-80', u'PTRSUB_-1207862851'), ('const-4294967295', u'STORE_-1207863719'), ('const-0', u'PTRSUB_-1207862713'), ('const-24', u'PTRSUB_-1207862676'), (u'PTRSUB_-1207862716', u'PTRSUB_-1207862650'), ('const-0', u'STORE_-1207863690'), (u'PTRSUB_-1207862942', u'PTRSUB_-1207862887'), (u'PTRSUB_-1207863046', u'PTRSUB_-1207862966'), ('tmp_955', u'PTRSUB_-1207862882'), (u'PTRSUB_-1207862784', u'PTRSUB_-1207862783'), ('const-8', u'PTRSUB_-1207862773'), ('const-0', u'PTRSUB_-1207862988'), ('const-433', u'STORE_-1207863737'), ('const-0', u'PTRSUB_-1207863146'), ('const-433', u'LOAD_-1207863651'), ('const-433', u'STORE_-1207863780'), (u'PTRSUB_-1207862641', u'STORE_-1207863174'), ('tmp_957', u'PTRSUB_-1207863046'), (u'PTRSUB_-1207862793', u'PTRSUB_-1207862776'), (u'PTRSUB_-1207862817', u'PTRSUB_-1207862816'), (u'PTRSUB_-1207863102', u'PTRSUB_-1207863022'), ('tmp_955', u'PTRSUB_-1207862780'), (u'PTRSUB_-1207862783', u'PTRSUB_-1207862782'), ('const-191', u'INT_AND_-1207863415'), ('tmp_955', u'PTRSUB_-1207863134'), ('const-40', u'PTRSUB_-1207862966'), ('const-433', u'STORE_-1207863267'), (u'CAST_-1207862929', u'STORE_-1207863787'), ('const-0', u'PTRSUB_-1207862832'), (u'PTRSUB_-1207862760', u'PTRSUB_-1207862719'), (u'PTRSUB_-1207862997', u'PTRSUB_-1207862938'), ('const-0', u'PTRSUB_-1207863006'), ('tmp_957', u'CALL_-1207863515'), ('const-0', u'STORE_-1207862753'), ('const-433', u'STORE_-1207863338'), ('const-0', u'PTRSUB_-1207862981'), ('const-0', u'PTRSUB_-1207862950'), ('tmp_955', u'PTRSUB_-1207863086'), (u'PTRSUB_-1207862766', u'STORE_-1207863187'), (u'PTRSUB_-1207862691', u'STORE_-1207862753'), (u'PTRSUB_-1207862822', u'STORE_-1207863327'), (u'PTRSUB_-1207862782', u'PTRSUB_-1207862781'), ('const-8', u'PTRSUB_-1207862994'), ('const-433', u'STORE_-1207863160'), (u'PTRSUB_-1207863006', u'PTRSUB_-1207862946'), (u'PTRSUB_-1207863059', u'PTRSUB_-1207862994'), (u'LOAD_-1207863514', u'INT_ZEXT_-1207863233'), (u'PTRSUB_-1207862924', u'STORE_-1207863679'), ('const-168', u'PTRSUB_-1207862830'), ('tmp_955', u'PTRSUB_-1207862729'), (u'PTRSUB_-1207863134', u'PTRSUB_-1207863053'), ('const-60', u'PTRSUB_-1207862857'), ('tmp_955', u'PTRSUB_-1207862830'), ('const-433', u'STORE_-1207863215'), (u'PTRSUB_-1207862831', u'STORE_-1207863338'), (u'INT_ADD_-1207863633', u'STORE_-1207863648'), ('const-0', u'PTRSUB_-1207863122'), (u'PTRSUB_-1207862977', u'PTRSUB_-1207862899'), (u'PTRSUB_-1207863016', u'PTRSUB_-1207862955'), (u'PTRSUB_-1207862726', u'PTRSUB_-1207862688'), ('tmp_955', u'PTRSUB_-1207862961'), ('tmp_955', u'PTRSUB_-1207862918'), ('const-0', u'STORE_-1207863146'), (u'PTRSUB_-1207862741', u'PTRSUB_-1207862675'), (u'PTRSUB_-1207862781', u'STORE_-1207863370'), ('const-144', u'PTRSUB_-1207862796'), ('const-0', u'PTRSUB_-1207862987'), ('const-8', u'PTRSUB_-1207862641'), ('tmp_955', u'PTRSUB_-1207863096'), ('const-0', u'PTRSUB_-1207862786'), ('const-433', u'STORE_-1207863719'), ('const-0', u'PTRSUB_-1207863041'), (u'LOAD_-1207863651', u'INT_ADD_-1207863633'), (u'PTRSUB_-1207862663', u'PTRSUB_-1207862628'), (u'PTRSUB_-1207862899', u'PTRSUB_-1207862847'), ('const-0', u'PTRSUB_-1207862856'), ('const-0', u'PTRSUB_-1207863000'), ('const-433', u'STORE_-1207863370'), ('const-0', u'PTRSUB_-1207862726'), ('const-8', u'PTRSUB_-1207862700'), ('const-168', u'PTRSUB_-1207862808'), (u'PTRSUB_-1207862961', u'PTRSUB_-1207862882'), (u'PTRSUB_-1207863061', u'PTRSUB_-1207862981'), (u'PTRSUB_-1207862857', u'LOAD_-1207863449'), ('const-0', u'STORE_-1207863395'), ('const-433', u'STORE_-1207862753'), (u'PTRSUB_-1207862793', u'STORE_-1207863215'), ('const-0', u'PTRSUB_-1207862700'), ('const-0', u'PTRSUB_-1207862961'), (u'PTRSUB_-1207863129', u'PTRSUB_-1207863047'), ('const-433', u'STORE_-1207863327'), (u'PTRSUB_-1207862768', u'PTRSUB_-1207862700'), ('const-433', u'STORE_-1207863295'), ('const-0', u'PTRSUB_-1207863077'), ('const-48', u'PTRSUB_-1207862819'), (u'PTRSUB_-1207862988', u'STORE_-1207863787'), ('const-0', u'PTRSUB_-1207862675'), ('tmp_955', u'PTRSUB_-1207863010'), ('const-0', u'PTRSUB_-1207862783'), ('const-0', u'PTRSUB_-1207862928'), ('const-433', u'STORE_-1207863253'), (u'PTRSUB_-1207862779', u'PTRSUB_-1207862778'), (u'INT_LEFT_-1207863466', u'SUBPIECE_-1207863036'), ('const-1', u'INT_AND_-1207863481'), (u'PTRSUB_-1207863048', u'STORE_-1207863780'), ('const-0', u'PTRSUB_-1207862910'), (u'PTRSUB_-1207863140', u'CAST_-1207862929'), (u'PTRSUB_-1207863041', u'LOAD_-1207863776'), (u'PTRSUB_-1207862780', u'PTRSUB_-1207862779'), (u'PTRSUB_-1207862931', u'PTRSUB_-1207862877'), (u'PTRSUB_-1207863022', u'PTRSUB_-1207862960'), (u'PTRSUB_-1207863127', u'PTRSUB_-1207863048'), ('const-0', u'PTRSUB_-1207862991'), ('const-0', u'PTRSUB_-1207862977'), ('const-0', u'PTRSUB_-1207862793'), (u'PTRSUB_-1207862776', u'PTRSUB_-1207862775'), ('tmp_955', u'PTRSUB_-1207862692'), ('const-1', u'STORE_-1207863229'), ('const-0', u'PTRSUB_-1207863061'), (u'PTRSUB_-1207862959', u'PTRSUB_-1207862883'), ('const-0', u'PTRSUB_-1207862766'), ('tmp_955', u'PTRSUB_-1207862888'), ('const-433', u'LOAD_-1207863449'), (u'PTRSUB_-1207863086', u'PTRSUB_-1207863006'), ('const-0', u'PTRSUB_-1207862650'), ('const-433', u'STORE_-1207863414'), (u'PTRSUB_-1207863047', u'PTRSUB_-1207862983'), (u'PTRSUB_-1207863065', u'PTRSUB_-1207862999'), ('const-433', u'STORE_-1207863730'), (u'PTRSUB_-1207862650', u'PTRSUB_-1207862615'), ('const-60', u'PTRSUB_-1207862847'), (u'PTRSUB_-1207862898', u'PTRSUB_-1207862822'), (u'PTRSUB_-1207862946', u'STORE_-1207863719'), ('tmp_955', u'PTRSUB_-1207862795'), (u'LOAD_-1207863449', u'INT_AND_-1207863415'), ('const-0', u'STORE_-1207863215'), (u'INT_AND_-1207863415', u'INT_OR_-1207863401'), (u'PTRSUB_-1207862966', u'STORE_-1207863648'), ('const-0', u'PTRSUB_-1207862888'), ('const-433', u'STORE_-1207863281'), ('const-0', u'PTRSUB_-1207862959'), (u'PTRSUB_-1207862841', u'PTRSUB_-1207862793'), ('const-0', u'STORE_-1207862834'), ('const-0', u'PTRSUB_-1207862775'), ('const-0', u'INT_NOTEQUAL_-1207863657'), ('const-0', u'PTRSUB_-1207863071'), (u'PTRSUB_-1207862955', u'STORE_-1207863730'), (u'PTRSUB_-1207863118', u'LOAD_-1207863770'), ('const-0', u'PTRSUB_-1207863053'), ('const-6', u'INT_LEFT_-1207863466'), ('const-40', u'PTRSUB_-1207862960'), ('const-168', u'PTRSUB_-1207862784'), (u'PTRSUB_-1207862692', u'PTRSUB_-1207862691'), ('const-0', u'PTRSUB_-1207863140'), (u'PTRSUB_-1207862869', u'PTRSUB_-1207862819'), ('const-433', u'LOAD_-1207863709'), ('const-433', u'STORE_-1207863679'), (u'PTRSUB_-1207862803', u'PTRSUB_-1207862786'), (u'LOAD_-1207863776', u'PTRADD_-1207863695'), (u'CAST_-1207862924', u'STORE_-1207863780'), ('const-433', u'STORE_-1207863174'), ('const-0', u'PTRSUB_-1207862615'), ('const-433', u'STORE_-1207863239'), ('const-32', u'PTRSUB_-1207862778'), ('const-40', u'PTRSUB_-1207863046'), ('const-4525016', u'PTRSUB_-1207862987'), (u'PTRSUB_-1207863140', u'PTRSUB_-1207863059'), (u'PTRSUB_-1207863053', u'PTRSUB_-1207862988'), (u'CAST_-1207862764', u'STORE_-1207862835'), ('const-0', u'PTRSUB_-1207862663'), ('const-0', u'PTRSUB_-1207862694'), (u'PTRSUB_-1207862960', u'CAST_-1207862924'), ('const-433', u'STORE_-1207863395'), (u'LOAD_-1207863770', u'PTRADD_-1207863695'), ('const-0', u'RETURN_-1207863095'), (u'PTRSUB_-1207862808', u'STORE_-1207863309'), ('const-0', u'PTRSUB_-1207862781'), (u'PTRSUB_-1207862883', u'PTRSUB_-1207862832'), (u'PTRSUB_-1207862795', u'PTRSUB_-1207862726'), (u'PTRSUB_-1207862742', u'PTRSUB_-1207862741'), (u'PTRSUB_-1207863077', u'PTRSUB_-1207862997'), ('const-16', u'PTRSUB_-1207862606'), ('tmp_955', u'PTRSUB_-1207862946'), (u'PTRSUB_-1207862823', u'STORE_-1207863385'), (u'INT_OR_-1207863512', u'STORE_-1207863525'), (u'PTRSUB_-1207862981', u'PTRSUB_-1207862924'), ('const-0', u'PTRSUB_-1207862741'), ('const-32', u'PTRSUB_-1207862664'), (u'PTRSUB_-1207862719', u'STORE_-1207863253'), ('const-433', u'LOAD_-1207863514'), (u'PTRSUB_-1207862856', u'PTRSUB_-1207862784'), ('tmp_955', u'PTRSUB_-1207863102'), (u'INT_OR_-1207863401', u'STORE_-1207863414'), ('const-0', u'PTRSUB_-1207862760'), ('const-1', u'INT_ADD_-1207863633'), (u'PTRSUB_-1207862808', u'PTRSUB_-1207862739'), ('tmp_955', u'PTRSUB_-1207862742'), (u'PTRSUB_-1207862776', u'PTRSUB_-1207862770'), (u'INT_ZEXT_-1207863233', u'INT_AND_-1207863481'), (u'CALL_-1207863624', u'INT_LEFT_-1207863577'), (u'PTRSUB_-1207862830', u'PTRSUB_-1207862760'), ('const-16', u'PTRSUB_-1207862770'), ('tmp_955', u'PTRSUB_-1207863021'), ('const-0', u'PTRSUB_-1207863059'), ('tmp_955', u'PTRSUB_-1207863061'), ('const-0', u'PTRSUB_-1207862882'), ('const-160', u'PTRSUB_-1207862693'), ('const-152', u'PTRSUB_-1207862784'), (u'PTRSUB_-1207862918', u'PTRSUB_-1207862841'), (u'PTRSUB_-1207863010', u'PTRSUB_-1207862931'), (u'PTRSUB_-1207862618', u'STORE_-1207863146'), ('const-80', u'PTRSUB_-1207862882'), (u'PTRSUB_-1207862869', u'PTRSUB_-1207862796'), ('const-0', u'PTRSUB_-1207862779'), ('tmp_955', u'PTRSUB_-1207862781'), ('const-0', u'PTRSUB_-1207862908'), (u'PTRSUB_-1207862882', u'PTRSUB_-1207862808'), ('const-0', u'PTRSUB_-1207863021'), ('const-0', u'PTRSUB_-1207863016'), (u'PTRSUB_-1207862813', u'STORE_-1207863316'), ('const-168', u'PTRSUB_-1207862780'), ('const-0', u'STORE_-1207863338'), (u'PTRSUB_-1207862873', u'PTRSUB_-1207862823'), (u'PTRSUB_-1207862851', u'PTRSUB_-1207862803'), (u'PTRSUB_-1207862994', u'PTRSUB_-1207862960'), ('const-56', u'PTRSUB_-1207862946'), (u'PTRSUB_-1207862747', u'STORE_-1207863239'), ('tmp_955', u'PTRSUB_-1207862755'), ('const-0', u'PTRSUB_-1207863022'), ('const-0', u'STORE_-1207863201'), ('const-0', u'PTRSUB_-1207863010'), (u'PTRSUB_-1207862946', u'PTRSUB_-1207862869'), ('tmp_955', u'PTRSUB_-1207863129'), (u'PTRSUB_-1207862694', u'PTRSUB_-1207862693'), ('const-0', u'STORE_-1207863160'), ('const-0', u'PTRSUB_-1207862988'), ('const-128', u'INT_AND_-1207863683'), (u'PTRSUB_-1207862739', u'PTRSUB_-1207862700'), ('const-112', u'PTRSUB_-1207862822'), ('const-0', u'PTRSUB_-1207862816'), ('tmp_955', u'PTRSUB_-1207862988'), (u'PTRSUB_-1207862693', u'STORE_-1207863267'), ('const-5', u'INT_LEFT_-1207863577'), ('const-433', u'STORE_-1207863525'), (u'PTRSUB_-1207862778', u'PTRSUB_-1207862777'), (u'CALL_-1207863515', u'PTRSUB_-1207863000'), ('const-0', u'PTRSUB_-1207862918'), (u'PTRSUB_-1207862877', u'STORE_-1207863525'), (u'PTRSUB_-1207862786', u'PTRSUB_-1207862779'), ('tmp_956', u'PTRSUB_-1207863118'), (u'PTRSUB_-1207863000', u'LOAD_-1207863514'), ('const-0', u'STORE_-1207863132'), (u'INT_AND_-1207863683', u'STORE_-1207863706'), ('const-0', u'PTRSUB_-1207862628'), (u'PTRSUB_-1207862700', u'PTRSUB_-1207862664'), (u'PTRADD_-1207863695', u'CALL_-1207863741'), (u'INT_NOTEQUAL_-1207863657', u'CBRANCH_-1207863656'), (u'PTRSUB_-1207862796', u'STORE_-1207863295'), ('const-0', u'SUBPIECE_-1207863036'), ('tmp_955', u'PTRSUB_-1207862928'), (u'PTRSUB_-1207862988', u'PTRSUB_-1207862910'), ('tmp_955', u'PTRSUB_-1207862856'), ('const-0', u'STORE_-1207863253'), ('const-60', u'PTRSUB_-1207862877'), (u'INT_LEFT_-1207863577', u'INT_OR_-1207863512'), ('const-433', u'STORE_-1207862835'), ('const-60', u'PTRSUB_-1207862938'), ('const-60', u'PTRSUB_-1207862887'), ('const-164', u'PTRSUB_-1207862691'), ('const-0', u'PTRSUB_-1207863129'), ('const-32', u'PTRSUB_-1207862653'), (u'PTRSUB_-1207862675', u'PTRSUB_-1207862640'), ('const-0', u'PTRSUB_-1207862997'), ('const-224', u'PTRSUB_-1207862742'), ('const-433', u'STORE_-1207863187'), ('const-0', u'STORE_-1207863327'), (u'PTRSUB_-1207862950', u'PTRSUB_-1207862873'), (u'PTRSUB_-1207862819', u'STORE_-1207863239'), (u'SUBPIECE_-1207863036', u'INT_OR_-1207863401'), (u'PTRSUB_-1207863122', u'PTRSUB_-1207863041'), ('const-0', u'PTRSUB_-1207862803'), ('const-168', u'PTRSUB_-1207862776'), ('const-16', u'PTRSUB_-1207862688'), ('const-0', u'PTRSUB_-1207862883'), ('const-433', u'STORE_-1207863787'), ('const-0', u'STORE_-1207863174'), (u'PTRSUB_-1207862847', u'STORE_-1207863414'), ('const-104', u'PTRSUB_-1207862831'), ('const-0', u'STORE_-1207863349'), ('const-0', u'PTRSUB_-1207863134'), ('const-16', u'PTRSUB_-1207862960'), ('const-0', u'PTRSUB_-1207862747'), (u'PTRSUB_-1207862960', u'STORE_-1207863737'), (u'PTRSUB_-1207862938', u'LOAD_-1207863709'), ('tmp_955', u'PTRSUB_-1207863071'), ('tmp_955', u'PTRSUB_-1207862898'), ('const-168', u'PTRSUB_-1207862946'), ('tmp_955', u'PTRSUB_-1207862694'), ('const-0', u'STORE_-1207863267'), (u'LOAD_-1207863709', u'INT_AND_-1207863683'), ('const-0', u'STORE_-1207863309'), ('const-224', u'PTRSUB_-1207862716'), ('const-4522984', u'PTRSUB_-1207863140'), ('const-8', u'PTRSUB_-1207862983'), (u'LOAD_-1207863560', u'INT_AND_-1207863526'), (u'PTRSUB_-1207862615', u'PTRSUB_-1207862606'), ('const-0', u'PTRSUB_-1207862869'), (u'PTRSUB_-1207863071', u'PTRSUB_-1207862991'), (u'PTRSUB_-1207862775', u'PTRSUB_-1207862774'), (u'PTRSUB_-1207862983', u'PTRSUB_-1207863127'), ('tmp_955', u'PTRSUB_-1207863077'), (u'PTRSUB_-1207862888', u'PTRSUB_-1207862813'), ('const-64', u'PTRSUB_-1207862933'), ('const-168', u'PTRSUB_-1207862795'), ('const-433', u'LOAD_-1207863770'), ('const-0', u'PTRSUB_-1207862688')]
|
[('const-0', u'STORE_-1207863215'), ('const-433', u'STORE_-1207863525'), (u'CAST_-1207863006', u'INT_ADD_-1207863544'), (u'CAST_-1207862972', u'LOAD_-1207863449'), ('tmp_1481', u'PTRADD_-1207862863'), (u'PTRADD_-1207862863', u'STORE_-1207863253'), (u'CAST_-1207862973', u'INT_ADD_-1207863433'), (u'INT_LEFT_-1207863466', u'SUBPIECE_-1207863029'), ('const-0', u'STORE_-1207863146'), ('const-19', u'PTRADD_-1207862887'), ('const-433', u'STORE_-1207863160'), (u'CAST_-1207862994', u'STORE_-1207863525'), ('const-433', u'STORE_-1207863370'), ('const-1', u'INT_AND_-1207863481'), ('const-0', u'PTRSUB_-1207862981'), ('const-8', u'PTRADD_-1207863127'), ('tmp_1481', u'CAST_-1207862962'), ('const-223', u'INT_AND_-1207863526'), ('const-60', u'INT_ADD_-1207863400'), ('tmp_1481', u'PTRADD_-1207863136'), ('tmp_1481', u'PTRADD_-1207863127'), ('const-24', u'PTRADD_-1207862819'), ('tmp_1481', u'PTRADD_-1207862819'), (u'PTRADD_-1207862960', u'CAST_-1207862928'), ('const-0', u'STORE_-1207863730'), (u'CAST_-1207862995', u'INT_ADD_-1207863511'), (u'PTRADD_-1207863098', u'STORE_-1207863730'), ('const-25', u'PTRADD_-1207862807'), (u'PTRADD_-1207862807', u'CAST_-1207862788'), ('const-1', u'STORE_-1207863229'), ('const-29', u'PTRADD_-1207862772'), ('tmp_232', u'CBRANCH_-1207863656'), ('const-6', u'INT_LEFT_-1207863466'), ('tmp_1481', u'CAST_-1207862973'), ('const-433', u'STORE_-1207863706'), ('tmp_1482', u'LOAD_-1207863776'), (u'PTRADD_-1207862934', u'STORE_-1207863338'), (u'CAST_-1207862961', u'STORE_-1207863414'), ('const-27', u'PTRADD_-1207862968'), ('const-0', u'STORE_-1207863679'), (u'CAST_-1207863056', u'LOAD_-1207863709'), ('const-8', u'PTRADD_-1207863077'), ('const-0', u'PTRSUB_-1207863134'), ('const-8', u'PTRADD_-1207862968'), ('const-12', u'PTRADD_-1207862943'), ('const-1', u'INT_AND_-1207863596'), ('const-27', u'PTRADD_-1207862863'), ('const-8', u'PTRADD_-1207862980'), (u'LOAD_-1207863449', u'INT_AND_-1207863415'), (u'LOAD_-1207863776', u'INT_ADD_-1207863741'), (u'LOAD_-1207863776', u'CALL_-1207863741'), (u'INT_AND_-1207863415', u'INT_OR_-1207863401'), ('const-26', u'PTRADD_-1207862796'), (u'CALL_-1207863515', u'CAST_-1207862990'), (u'PTRADD_-1207862925', u'STORE_-1207863327'), (u'PTRADD_-1207863119', u'LOAD_-1207863770'), ('tmp_1481', u'PTRADD_-1207862831'), (u'INT_AND_-1207863596', u'INT_LEFT_-1207863577'), ('const-0', u'STORE_-1207863327'), ('const-8', u'PTRADD_-1207862831'), (u'CAST_-1207862788', u'STORE_-1207863187'), ('const-433', u'STORE_-1207863780'), ('const-0', u'STORE_-1207863309'), ('const-0', u'INT_NOTEQUAL_-1207863657'), ('const-8', u'PTRADD_-1207863119'), ('const-0', u'STORE_-1207863281'), ('tmp_1481', u'PTRADD_-1207862960'), ('const-13', u'PTRADD_-1207862934'), ('const-60', u'INT_ADD_-1207863433'), ('const-5', u'INT_LEFT_-1207863577'), ('const-433', u'STORE_-1207863360'), (u'CAST_-1207862962', u'INT_ADD_-1207863400'), ('const-8', u'PTRADD_-1207862760'), (u'CAST_-1207863057', u'INT_ADD_-1207863695'), ('const-433', u'STORE_-1207863414'), ('const-433', u'STORE_-1207863327'), ('tmp_1481', u'PTRADD_-1207862807'), ('tmp_1481', u'PTRADD_-1207862943'), ('const-8', u'PTRADD_-1207862784'), ('const-8', u'PTRADD_-1207863136'), (u'PTRADD_-1207863136', u'STORE_-1207863780'), ('const-433', u'LOAD_-1207863651'), ('const-433', u'STORE_-1207863174'), ('const-433', u'STORE_-1207863146'), ('const-191', u'INT_AND_-1207863415'), (u'PTRADD_-1207862784', u'STORE_-1207863160'), (u'CAST_-1207862990', u'LOAD_-1207863514'), (u'PTRADD_-1207863103', u'STORE_-1207863737'), ('const-433', u'STORE_-1207863187'), (u'PTRADD_-1207862843', u'STORE_-1207863229'), ('const-22', u'PTRADD_-1207862843'), ('const-0', u'STORE_-1207863360'), ('const-10', u'PTRADD_-1207862980'), (u'PTRADD_-1207863068', u'STORE_-1207863679'), ('const-0', u'RETURN_-1207863095'), ('const-21', u'PTRADD_-1207862851'), (u'PTRSUB_-1207862981', u'STORE_-1207863385'), ('const-0', u'SUBPIECE_-1207863029'), (u'INT_LEFT_-1207863577', u'SUBPIECE_-1207863059'), ('const-0', u'STORE_-1207863132'), ('const-8', u'PTRADD_-1207862925'), ('tmp_1481', u'PTRADD_-1207862899'), ('const-80', u'INT_ADD_-1207863639'), ('tmp_1481', u'CAST_-1207862995'), ('const-0', u'STORE_-1207863316'), ('const-8', u'PTRADD_-1207863077'), (u'SUBPIECE_-1207863059', u'INT_OR_-1207863512'), ('const-433', u'LOAD_-1207863449'), ('const-1', u'PTRADD_-1207863119'), (u'INT_OR_-1207863512', u'STORE_-1207863525'), ('const-8', u'PTRADD_-1207862911'), ('const-8', u'PTRADD_-1207862899'), (u'PTRADD_-1207862899', u'STORE_-1207863295'), ('const-8', u'PTRADD_-1207862796'), ('const-433', u'STORE_-1207863719'), (u'INT_ADD_-1207863433', u'CAST_-1207862972'), ('const-433', u'LOAD_-1207863560'), (u'INT_AND_-1207863481', u'INT_LEFT_-1207863466'), (u'CAST_-1207862928', u'STORE_-1207863370'), ('const-8', u'PTRADD_-1207862943'), ('const-0', u'STORE_-1207863267'), ('const-9', u'PTRADD_-1207863068'), (u'INT_OR_-1207863401', u'STORE_-1207863414'), ('const-433', u'STORE_-1207863338'), ('const-433', u'STORE_-1207863215'), ('const-1', u'INT_ADD_-1207863633'), ('const-433', u'STORE_-1207863253'), ('const-433', u'STORE_-1207863239'), (u'INT_ZEXT_-1207863233', u'INT_AND_-1207863481'), (u'PTRADD_-1207862819', u'STORE_-1207863201'), ('const-433', u'STORE_-1207863132'), ('const-1', u'PTRADD_-1207863141'), ('tmp_1479', u'INT_ADD_-1207863639'), (u'INT_ADD_-1207863695', u'CAST_-1207863056'), ('tmp_1481', u'PTRADD_-1207863141'), ('const-0', u'STORE_-1207863201'), (u'INT_AND_-1207863526', u'INT_OR_-1207863512'), ('const-5', u'PTRADD_-1207863103'), ('const-3', u'PTRADD_-1207863136'), ('tmp_1481', u'PTRADD_-1207862968'), (u'PTRADD_-1207862911', u'STORE_-1207863309'), ('const-433', u'STORE_-1207863229'), ('const-433', u'STORE_-1207863737'), ('const-0', u'STORE_-1207863370'), ('const-8', u'PTRADD_-1207862851'), (u'PTRADD_-1207862875', u'STORE_-1207863267'), ('const-0', u'STORE_-1207863160'), ('const-0', u'STORE_-1207863253'), ('tmp_1481', u'PTRADD_-1207863089'), (u'PTRADD_-1207863089', u'CAST_-1207863065'), ('const-25', u'PTRADD_-1207862960'), ('tmp_1481', u'STORE_-1207863385'), ('const-4522984', u'PTRSUB_-1207863134'), ('const-433', u'LOAD_-1207863776'), (u'PTRADD_-1207862851', u'STORE_-1207863239'), ('const-1065353216', u'STORE_-1207863187'), ('const-433', u'STORE_-1207863679'), ('const-8', u'PTRADD_-1207863068'), ('const-8', u'PTRADD_-1207862952'), (u'PTRADD_-1207863077', u'STORE_-1207863690'), ('const-0', u'STORE_-1207863349'), ('tmp_1481', u'STORE_-1207863787'), (u'PTRADD_-1207862980', u'STORE_-1207863395'), ('const-433', u'STORE_-1207863201'), ('const-433', u'STORE_-1207863309'), ('tmp_1481', u'PTRADD_-1207862925'), ('const-433', u'STORE_-1207863349'), ('tmp_1481', u'PTRADD_-1207862875'), ('const-30', u'PTRADD_-1207862760'), ('const-8', u'PTRADD_-1207863089'), ('const-128', u'INT_AND_-1207863683'), ('const-433', u'LOAD_-1207863514'), ('const-4525016', u'PTRSUB_-1207862981'), (u'PTRADD_-1207863127', u'STORE_-1207863780'), ('const-8', u'PTRADD_-1207862807'), ('const-0', u'STORE_-1207863295'), ('const-433', u'STORE_-1207863295'), ('const-17', u'PTRADD_-1207862911'), ('const-8', u'PTRADD_-1207862772'), ('const-433', u'STORE_-1207863395'), (u'SUBPIECE_-1207863029', u'INT_OR_-1207863401'), (u'PTRADD_-1207862887', u'STORE_-1207863281'), ('const-433', u'LOAD_-1207863709'), ('const-433', u'LOAD_-1207863770'), ('const-433', u'STORE_-1207863690'), ('const-60', u'INT_ADD_-1207863695'), ('const-433', u'STORE_-1207863385'), (u'CAST_-1207862888', u'STORE_-1207863316'), ('tmp_1479', u'CALL_-1207863515'), ('const-8', u'PTRADD_-1207863103'), ('const-433', u'STORE_-1207863267'), ('const-23', u'PTRADD_-1207862831'), ('tmp_1481', u'PTRADD_-1207862980'), (u'INT_AND_-1207863683', u'STORE_-1207863706'), ('tmp_1481', u'PTRADD_-1207862916'), ('const-8', u'PTRADD_-1207862875'), (u'INT_NOTEQUAL_-1207863657', u'CBRANCH_-1207863656'), (u'INT_ADD_-1207863741', u'CALL_-1207863741'), ('tmp_1481', u'PTRADD_-1207862760'), ('const-8', u'PTRADD_-1207862843'), ('const-15', u'PTRADD_-1207862916'), ('const-6', u'PTRADD_-1207863098'), (u'LOAD_-1207863770', u'INT_ADD_-1207863741'), ('const-8', u'PTRADD_-1207862934'), ('tmp_1479', u'INT_NOTEQUAL_-1207863657'), ('const-8', u'PTRADD_-1207862916'), ('const-433', u'STORE_-1207863648'), (u'PTRADD_-1207862943', u'STORE_-1207863349'), ('const-0', u'STORE_-1207863174'), ('const-0', u'STORE_-1207863690'), ('const-8', u'PTRADD_-1207863098'), ('const-8', u'PTRADD_-1207862960'), (u'PTRADD_-1207862952', u'STORE_-1207863360'), (u'PTRADD_-1207862916', u'CAST_-1207862888'), (u'CALL_-1207863624', u'INT_AND_-1207863596'), ('tmp_1481', u'PTRADD_-1207862851'), ('tmp_1481', u'PTRADD_-1207862911'), ('tmp_1481', u'PTRADD_-1207862843'), ('tmp_1481', u'PTRADD_-1207862887'), ('const-8', u'PTRADD_-1207862887'), (u'PTRADD_-1207862760', u'STORE_-1207863132'), (u'PTRADD_-1207863141', u'CALL_-1207863741'), ('const-433', u'STORE_-1207863730'), (u'CAST_-1207863065', u'STORE_-1207863719'), (u'LOAD_-1207863514', u'INT_ZEXT_-1207863233'), ('const-0', u'STORE_-1207863338'), ('const-18', u'PTRADD_-1207862899'), ('const-8', u'PTRADD_-1207862863'), (u'PTRADD_-1207862831', u'STORE_-1207863215'), ('tmp_1479', u'CALL_-1207863624'), (u'INT_ADD_-1207863400', u'CAST_-1207862961'), (u'CAST_-1207863005', u'LOAD_-1207863560'), ('tmp_1481', u'PTRADD_-1207863103'), ('const-7', u'PTRADD_-1207863089'), (u'PTRSUB_-1207863134', u'STORE_-1207863787'), ('const-4294967295', u'STORE_-1207863719'), (u'CAST_-1207863056', u'STORE_-1207863706'), (u'CAST_-1207863030', u'LOAD_-1207863651'), (u'INT_ADD_-1207863633', u'STORE_-1207863648'), ('const-433', u'STORE_-1207863787'), ('tmp_1482', u'PTRADD_-1207863119'), ('tmp_1481', u'PTRADD_-1207863077'), (u'CAST_-1207863030', u'STORE_-1207863648'), (u'PTRADD_-1207862796', u'STORE_-1207863174'), ('tmp_1481', u'PTRADD_-1207863068'), ('tmp_1481', u'PTRADD_-1207862784'), ('tmp_1481', u'PTRADD_-1207863098'), (u'LOAD_-1207863709', u'INT_AND_-1207863683'), ('tmp_1481', u'PTRADD_-1207862934'), (u'PTRADD_-1207862968', u'STORE_-1207863239'), ('const-433', u'STORE_-1207863281'), (u'INT_ADD_-1207863511', u'CAST_-1207862994'), ('tmp_1479', u'STORE_-1207863737'), (u'INT_ADD_-1207863544', u'CAST_-1207863005'), (u'LOAD_-1207863560', u'INT_AND_-1207863526'), ('const-0', u'STORE_-1207863395'), ('const-8', u'PTRADD_-1207863141'), ('const-1', u'PTRADD_-1207863127'), ('const-11', u'PTRADD_-1207862952'), ('const-14', u'PTRADD_-1207862925'), (u'LOAD_-1207863651', u'INT_ADD_-1207863633'), ('const-60', u'INT_ADD_-1207863511'), ('tmp_1481', u'PTRADD_-1207862796'), ('const-20', u'PTRADD_-1207862875'), ('const-0', u'SUBPIECE_-1207863059'), ('const-433', u'STORE_-1207863316'), (u'PTRADD_-1207862772', u'STORE_-1207863146'), ('const-60', u'INT_ADD_-1207863544'), ('tmp_1481', u'PTRADD_-1207862952'), ('tmp_1481', u'PTRADD_-1207862772'), (u'INT_ADD_-1207863639', u'CAST_-1207863030'), ('tmp_1481', u'CAST_-1207863057'), ('const-8', u'PTRADD_-1207862819'), ('tmp_1481', u'CAST_-1207863006'), ('const-28', u'PTRADD_-1207862784')]
| null | null |
001e75e0
|
x64
|
O2
|
(translation_unit "void FUN_001e75e0(undefined8 *param_1,long *param_2,long param_3)\n\n{\n uint uVar1;\n byte *pbVar2;\n \n *param_1 = &DAT_004503e8;\n param_1[1] = param_1 + 3;\n FUN_0017d640(param_1 + 1,*param_2,param_2[1] + *param_2);\n param_1[5] = param_3;\n param_1[6] = 0;\n *(undefined4 *)(param_1 + 7) = 0xffffffff;\n *(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0x80;\n param_1[8] = 0;\n param_1[9] = 0;\n if (param_3 != 0) {\n *(int *)(param_3 + 0x50) = *(int *)(param_3 + 0x50) + 1;\n /* try { // try from 001e7646 to 001e7666 has its CatchHandler @ 001e7760 */\n uVar1 = FUN_00189d90(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5);\n pbVar2 = (byte *)FUN_00189d70(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6);\n }\n param_1[10] = 0;\n *param_1 = &DAT_00450bd8;\n *(undefined1 (*) [16])(param_1 + 0x19) = (undefined1 [16])0x0;\n param_1[0xb] = 0;\n param_1[0xc] = 0;\n param_1[0xd] = 0;\n param_1[0xe] = 0;\n *(undefined1 *)(param_1 + 0xf) = 0;\n param_1[0x11] = 0;\n param_1[0x12] = 0;\n param_1[0x13] = 0;\n param_1[0x14] = 0;\n param_1[0x1b] = 0;\n param_1[0x15] = param_1 + 0x1b;\n param_1[0x16] = 1;\n param_1[0x17] = 0;\n param_1[0x18] = 0;\n *(undefined4 *)(param_1 + 0x19) = 0x3f800000;\n param_1[0x1a] = 0;\n param_1[0x1c] = 0;\n param_1[0x1d] = 0;\n param_1[0x1e] = 0;\n return;\n}\n\n" (function_definition "void FUN_001e75e0(undefined8 *param_1,long *param_2,long param_3)\n\n{\n uint uVar1;\n byte *pbVar2;\n \n *param_1 = &DAT_004503e8;\n param_1[1] = param_1 + 3;\n FUN_0017d640(param_1 + 1,*param_2,param_2[1] + *param_2);\n param_1[5] = param_3;\n param_1[6] = 0;\n *(undefined4 *)(param_1 + 7) = 0xffffffff;\n *(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0x80;\n param_1[8] = 0;\n param_1[9] = 0;\n if (param_3 != 0) {\n *(int *)(param_3 + 0x50) = *(int *)(param_3 + 0x50) + 1;\n /* try { // try from 001e7646 to 001e7666 has its CatchHandler @ 001e7760 */\n uVar1 = FUN_00189d90(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5);\n pbVar2 = (byte *)FUN_00189d70(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6);\n }\n param_1[10] = 0;\n *param_1 = &DAT_00450bd8;\n *(undefined1 (*) [16])(param_1 + 0x19) = (undefined1 [16])0x0;\n param_1[0xb] = 0;\n param_1[0xc] = 0;\n param_1[0xd] = 0;\n param_1[0xe] = 0;\n *(undefined1 *)(param_1 + 0xf) = 0;\n param_1[0x11] = 0;\n param_1[0x12] = 0;\n param_1[0x13] = 0;\n param_1[0x14] = 0;\n param_1[0x1b] = 0;\n param_1[0x15] = param_1 + 0x1b;\n param_1[0x16] = 1;\n param_1[0x17] = 0;\n param_1[0x18] = 0;\n *(undefined4 *)(param_1 + 0x19) = 0x3f800000;\n param_1[0x1a] = 0;\n param_1[0x1c] = 0;\n param_1[0x1d] = 0;\n param_1[0x1e] = 0;\n return;\n}" primitive_type (function_declarator "FUN_001e75e0(undefined8 *param_1,long *param_2,long param_3)" identifier (parameter_list "(undefined8 *param_1,long *param_2,long param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n uint uVar1;\n byte *pbVar2;\n \n *param_1 = &DAT_004503e8;\n param_1[1] = param_1 + 3;\n FUN_0017d640(param_1 + 1,*param_2,param_2[1] + *param_2);\n param_1[5] = param_3;\n param_1[6] = 0;\n *(undefined4 *)(param_1 + 7) = 0xffffffff;\n *(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0x80;\n param_1[8] = 0;\n param_1[9] = 0;\n if (param_3 != 0) {\n *(int *)(param_3 + 0x50) = *(int *)(param_3 + 0x50) + 1;\n /* try { // try from 001e7646 to 001e7666 has its CatchHandler @ 001e7760 */\n uVar1 = FUN_00189d90(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5);\n pbVar2 = (byte *)FUN_00189d70(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6);\n }\n param_1[10] = 0;\n *param_1 = &DAT_00450bd8;\n *(undefined1 (*) [16])(param_1 + 0x19) = (undefined1 [16])0x0;\n param_1[0xb] = 0;\n param_1[0xc] = 0;\n param_1[0xd] = 0;\n param_1[0xe] = 0;\n *(undefined1 *)(param_1 + 0xf) = 0;\n param_1[0x11] = 0;\n param_1[0x12] = 0;\n param_1[0x13] = 0;\n param_1[0x14] = 0;\n param_1[0x1b] = 0;\n param_1[0x15] = param_1 + 0x1b;\n param_1[0x16] = 1;\n param_1[0x17] = 0;\n param_1[0x18] = 0;\n *(undefined4 *)(param_1 + 0x19) = 0x3f800000;\n param_1[0x1a] = 0;\n param_1[0x1c] = 0;\n param_1[0x1d] = 0;\n param_1[0x1e] = 0;\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "byte *pbVar2;" type_identifier (pointer_declarator "*pbVar2" * identifier) ;) (expression_statement "*param_1 = &DAT_004503e8;" (assignment_expression "*param_1 = &DAT_004503e8" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_004503e8" & identifier)) ;) (expression_statement "param_1[1] = param_1 + 3;" (assignment_expression "param_1[1] = param_1 + 3" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (binary_expression "param_1 + 3" identifier + number_literal)) ;) (expression_statement "FUN_0017d640(param_1 + 1,*param_2,param_2[1] + *param_2);" (call_expression "FUN_0017d640(param_1 + 1,*param_2,param_2[1] + *param_2)" identifier (argument_list "(param_1 + 1,*param_2,param_2[1] + *param_2)" ( (binary_expression "param_1 + 1" identifier + number_literal) , (pointer_expression "*param_2" * identifier) , (binary_expression "param_2[1] + *param_2" (subscript_expression "param_2[1]" identifier [ number_literal ]) + (pointer_expression "*param_2" * identifier)) ))) ;) (expression_statement "param_1[5] = param_3;" (assignment_expression "param_1[5] = param_3" (subscript_expression "param_1[5]" 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) ;) (expression_statement "*(undefined4 *)(param_1 + 7) = 0xffffffff;" (assignment_expression "*(undefined4 *)(param_1 + 7) = 0xffffffff" (pointer_expression "*(undefined4 *)(param_1 + 7)" * (cast_expression "(undefined4 *)(param_1 + 7)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 7)" ( (binary_expression "param_1 + 7" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0x80;" (assignment_expression "*(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0x80" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" * (cast_expression "(byte *)((long)param_1 + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x3c)" ( (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "*(byte *)((long)param_1 + 0x3c) & 0x80" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" * (cast_expression "(byte *)((long)param_1 + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x3c)" ( (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal)) ;) (expression_statement "param_1[8] = 0;" (assignment_expression "param_1[8] = 0" (subscript_expression "param_1[8]" 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) ;) (if_statement "if (param_3 != 0) {\n *(int *)(param_3 + 0x50) = *(int *)(param_3 + 0x50) + 1;\n /* try { // try from 001e7646 to 001e7666 has its CatchHandler @ 001e7760 */\n uVar1 = FUN_00189d90(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5);\n pbVar2 = (byte *)FUN_00189d70(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6);\n }" if (parenthesized_expression "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )) (compound_statement "{\n *(int *)(param_3 + 0x50) = *(int *)(param_3 + 0x50) + 1;\n /* try { // try from 001e7646 to 001e7666 has its CatchHandler @ 001e7760 */\n uVar1 = FUN_00189d90(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5);\n pbVar2 = (byte *)FUN_00189d70(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6);\n }" { (expression_statement "*(int *)(param_3 + 0x50) = *(int *)(param_3 + 0x50) + 1;" (assignment_expression "*(int *)(param_3 + 0x50) = *(int *)(param_3 + 0x50) + 1" (pointer_expression "*(int *)(param_3 + 0x50)" * (cast_expression "(int *)(param_3 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x50)" ( (binary_expression "param_3 + 0x50" identifier + number_literal) )))) = (binary_expression "*(int *)(param_3 + 0x50) + 1" (pointer_expression "*(int *)(param_3 + 0x50)" * (cast_expression "(int *)(param_3 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x50)" ( (binary_expression "param_3 + 0x50" identifier + number_literal) )))) + number_literal)) ;) comment (expression_statement "uVar1 = FUN_00189d90(param_3);" (assignment_expression "uVar1 = FUN_00189d90(param_3)" identifier = (call_expression "FUN_00189d90(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (expression_statement "*(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5);" (assignment_expression "*(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5)" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" * (cast_expression "(byte *)((long)param_1 + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x3c)" ( (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "*(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5)" (binary_expression "*(byte *)((long)param_1 + 0x3c) & 0xdf" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" * (cast_expression "(byte *)((long)param_1 + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x3c)" ( (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) | (call_expression "(byte)((uVar1 & 1) << 5)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((uVar1 & 1) << 5)" ( (binary_expression "(uVar1 & 1) << 5" (parenthesized_expression "(uVar1 & 1)" ( (binary_expression "uVar1 & 1" identifier & number_literal) )) << number_literal) ))))) ;) (expression_statement "pbVar2 = (byte *)FUN_00189d70(param_3);" (assignment_expression "pbVar2 = (byte *)FUN_00189d70(param_3)" identifier = (cast_expression "(byte *)FUN_00189d70(param_3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00189d70(param_3)" identifier (argument_list "(param_3)" ( identifier ))))) ;) (expression_statement "*(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6);" (assignment_expression "*(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6)" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" * (cast_expression "(byte *)((long)param_1 + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x3c)" ( (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "*(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6)" (binary_expression "*(byte *)((long)param_1 + 0x3c) & 0xbf" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" * (cast_expression "(byte *)((long)param_1 + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x3c)" ( (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) | (call_expression "(byte)((*pbVar2 & 1) << 6)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((*pbVar2 & 1) << 6)" ( (binary_expression "(*pbVar2 & 1) << 6" (parenthesized_expression "(*pbVar2 & 1)" ( (binary_expression "*pbVar2 & 1" (pointer_expression "*pbVar2" * identifier) & number_literal) )) << number_literal) ))))) ;) })) (expression_statement "param_1[10] = 0;" (assignment_expression "param_1[10] = 0" (subscript_expression "param_1[10]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*param_1 = &DAT_00450bd8;" (assignment_expression "*param_1 = &DAT_00450bd8" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_00450bd8" & identifier)) ;) (expression_statement "*(undefined1 (*) [16])(param_1 + 0x19) = (undefined1 [16])0x0;" (assignment_expression "*(undefined1 (*) [16])(param_1 + 0x19) = (undefined1 [16])0x0" (pointer_expression "*(undefined1 (*) [16])(param_1 + 0x19)" * (cast_expression "(undefined1 (*) [16])(param_1 + 0x19)" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) (parenthesized_expression "(param_1 + 0x19)" ( (binary_expression "param_1 + 0x19" identifier + number_literal) )))) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ 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[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 "*(undefined1 *)(param_1 + 0xf) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 0xf) = 0" (pointer_expression "*(undefined1 *)(param_1 + 0xf)" * (cast_expression "(undefined1 *)(param_1 + 0xf)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xf)" ( (binary_expression "param_1 + 0xf" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[0x11] = 0;" (assignment_expression "param_1[0x11] = 0" (subscript_expression "param_1[0x11]" 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 "param_1[0x13] = 0;" (assignment_expression "param_1[0x13] = 0" (subscript_expression "param_1[0x13]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x14] = 0;" (assignment_expression "param_1[0x14] = 0" (subscript_expression "param_1[0x14]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x1b] = 0;" (assignment_expression "param_1[0x1b] = 0" (subscript_expression "param_1[0x1b]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x15] = param_1 + 0x1b;" (assignment_expression "param_1[0x15] = param_1 + 0x1b" (subscript_expression "param_1[0x15]" identifier [ number_literal ]) = (binary_expression "param_1 + 0x1b" identifier + number_literal)) ;) (expression_statement "param_1[0x16] = 1;" (assignment_expression "param_1[0x16] = 1" (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 "*(undefined4 *)(param_1 + 0x19) = 0x3f800000;" (assignment_expression "*(undefined4 *)(param_1 + 0x19) = 0x3f800000" (pointer_expression "*(undefined4 *)(param_1 + 0x19)" * (cast_expression "(undefined4 *)(param_1 + 0x19)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x19)" ( (binary_expression "param_1 + 0x19" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[0x1a] = 0;" (assignment_expression "param_1[0x1a] = 0" (subscript_expression "param_1[0x1a]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x1c] = 0;" (assignment_expression "param_1[0x1c] = 0" (subscript_expression "param_1[0x1c]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x1d] = 0;" (assignment_expression "param_1[0x1d] = 0" (subscript_expression "param_1[0x1d]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x1e] = 0;" (assignment_expression "param_1[0x1e] = 0" (subscript_expression "param_1[0x1e]" identifier [ number_literal ]) = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void Sized_relobj(Sized_relobj<32,_false> * this, string * name,\n Input_file * input_file) */\n\nvoid __thiscall\ngold::Sized_relobj<32,_false>::Sized_relobj\n (Sized_relobj<32,_false> *this,string *name,Input_file *input_file)\n\n{\n undefined1 *puVar1;\n int *piVar2;\n pointer pcVar3;\n bool bVar4;\n Position_dependent_options *pPVar5;\n \n (this->super_Relobj).super_Object._vptr_Object = (_func_int_varargs **)&DAT_004503e8;\n (this->super_Relobj).super_Object.name_._M_dataplus._M_p =\n (pointer)&(this->super_Relobj).super_Object.name_.field_2;\n pcVar3 = (name->_M_dataplus)._M_p;\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char*>(&(this->super_Relobj).super_Object.name_,pcVar3,\n pcVar3 + name->_M_string_length);\n (this->super_Relobj).super_Object.input_file_ = input_file;\n (this->super_Relobj).super_Object.offset_ = 0;\n (this->super_Relobj).super_Object.shnum_ = 0xffffffff;\n puVar1 = &(this->super_Relobj).super_Object.field_0x3c;\n *puVar1 = *puVar1 & 0x80;\n (this->super_Relobj).super_Object.xindex_ = (Xindex *)0x0;\n (this->super_Relobj).super_Object.compressed_sections_ = (Compressed_section_map *)0x0;\n if (input_file != (Input_file *)0x0) {\n piVar2 = &(input_file->file_).object_count_;\n *piVar2 = *piVar2 + 1;\n /* try { // try from 001e7646 to 001e7666 has its CatchHandler @ 001e7760 */\n bVar4 = Input_file::is_in_system_directory(input_file);\n (this->super_Relobj).super_Object.field_0x3c =\n (this->super_Relobj).super_Object.field_0x3c & 0xdf | bVar4 << 5;\n pPVar5 = Input_file::options(input_file);\n (this->super_Relobj).super_Object.field_0x3c =\n (this->super_Relobj).super_Object.field_0x3c & 0xbf | (byte)((pPVar5->as_needed_ & 1) << 6)\n ;\n }\n (this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl._M_start\n = (pointer)0x0;\n (this->super_Relobj).super_Object._vptr_Object = (_func_int_varargs **)&DAT_00450bd8;\n (this->local_got_offsets_)._M_h._M_rehash_policy._M_max_load_factor = 0.0;\n *(undefined4 *)&(this->local_got_offsets_)._M_h._M_rehash_policy.field_0x4 = 0;\n (this->local_got_offsets_)._M_h._M_rehash_policy._M_next_resize = 0;\n (this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish = (pointer)0x0;\n (this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;\n (this->super_Relobj).map_to_relocatable_relocs_ =\n (vector<gold::Relocatable_relocs*,_std::allocator<gold::Relocatable_relocs*>_> *)0x0;\n (this->super_Relobj).object_merge_map_ = (Object_merge_map *)0x0;\n (this->super_Relobj).relocs_must_follow_section_writes_ = false;\n (this->super_Relobj).sd_ = (Symbols_data *)0x0;\n (this->super_Relobj).reloc_counts_ = (uint *)0x0;\n (this->super_Relobj).reloc_bases_ = (uint *)0x0;\n (this->super_Relobj).first_dyn_reloc_ = 0;\n (this->super_Relobj).dyn_reloc_count_ = 0;\n (this->local_got_offsets_)._M_h._M_single_bucket = (__bucket_type)0x0;\n (this->local_got_offsets_)._M_h._M_buckets = &(this->local_got_offsets_)._M_h._M_single_bucket;\n (this->local_got_offsets_)._M_h._M_bucket_count = 1;\n (this->local_got_offsets_)._M_h._M_before_begin._M_nxt = (_Hash_node_base *)0x0;\n (this->local_got_offsets_)._M_h._M_element_count = 0;\n (this->local_got_offsets_)._M_h._M_rehash_policy._M_max_load_factor = 1.0;\n (this->local_got_offsets_)._M_h._M_rehash_policy._M_next_resize = 0;\n (this->section_offsets_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_start = (pointer)0x0;\n (this->section_offsets_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish = (pointer)0x0;\n (this->section_offsets_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Sized_relobj<32,_false>::Sized_relobj\n (Sized_relobj<32,_false> *this,string *name,Input_file *input_file)\n\n{\n undefined1 *puVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::Sized_relobj\n (Sized_relobj<32,_false> *this,string *name,Input_file *input_file)\n\n{\n undefined1" identifier > : : (function_declarator "Sized_relobj\n (Sized_relobj<32,_false> *this,string *name,Input_file *input_file)" identifier (parameter_list "(Sized_relobj<32,_false> *this,string *name,Input_file *input_file)" ( (parameter_declaration "Sized_relobj" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "string *name" type_identifier (pointer_declarator "*name" * identifier)) , (parameter_declaration "Input_file *input_file" type_identifier (pointer_declarator "*input_file" * identifier)) ))) { identifier) (pointer_declarator "*puVar1" * identifier) ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "pointer pcVar3;" type_identifier identifier ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "Position_dependent_options *pPVar5;" type_identifier (pointer_declarator "*pPVar5" * identifier) ;) (expression_statement "(this->super_Relobj).super_Object._vptr_Object = (_func_int_varargs **)&DAT_004503e8;" (assignment_expression "(this->super_Relobj).super_Object._vptr_Object = (_func_int_varargs **)&DAT_004503e8" (field_expression "(this->super_Relobj).super_Object._vptr_Object" (field_expression "(this->super_Relobj).super_Object" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)&DAT_004503e8" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&DAT_004503e8" & identifier))) ;) (expression_statement "(this->super_Relobj).super_Object.name_._M_dataplus._M_p =\n (pointer)&(this->super_Relobj).super_Object.name_.field_2;" (assignment_expression "(this->super_Relobj).super_Object.name_._M_dataplus._M_p =\n (pointer)&(this->super_Relobj).super_Object.name_.field_2" (field_expression "(this->super_Relobj).super_Object.name_._M_dataplus._M_p" (field_expression "(this->super_Relobj).super_Object.name_._M_dataplus" (field_expression "(this->super_Relobj).super_Object.name_" (field_expression "(this->super_Relobj).super_Object" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (binary_expression "(pointer)&(this->super_Relobj).super_Object.name_.field_2" (parenthesized_expression "(pointer)" ( identifier )) & (field_expression "(this->super_Relobj).super_Object.name_.field_2" (field_expression "(this->super_Relobj).super_Object.name_" (field_expression "(this->super_Relobj).super_Object" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier))) ;) (expression_statement "pcVar3 = (name->_M_dataplus)._M_p;" (assignment_expression "pcVar3 = (name->_M_dataplus)._M_p" identifier = (field_expression "(name->_M_dataplus)._M_p" (parenthesized_expression "(name->_M_dataplus)" ( (field_expression "name->_M_dataplus" identifier -> field_identifier) )) . field_identifier)) ;) (labeled_statement "std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char*>(&(this->super_Relobj).super_Object.name_,pcVar3,\n pcVar3 + name->_M_string_length);" statement_identifier (ERROR "::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>:" : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > :) : (expression_statement "_M_construct<char*>(&(this->super_Relobj).super_Object.name_,pcVar3,\n pcVar3 + name->_M_string_length);" (binary_expression "_M_construct<char*>(&(this->super_Relobj).super_Object.name_,pcVar3,\n pcVar3 + name->_M_string_length)" (binary_expression "_M_construct<char" identifier < identifier) (ERROR "*" *) > (parenthesized_expression "(&(this->super_Relobj).super_Object.name_,pcVar3,\n pcVar3 + name->_M_string_length)" ( (comma_expression "&(this->super_Relobj).super_Object.name_,pcVar3,\n pcVar3 + name->_M_string_length" (pointer_expression "&(this->super_Relobj).super_Object.name_" & (field_expression "(this->super_Relobj).super_Object.name_" (field_expression "(this->super_Relobj).super_Object" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) . field_identifier)) , (comma_expression "pcVar3,\n pcVar3 + name->_M_string_length" identifier , (binary_expression "pcVar3 + name->_M_string_length" identifier + (field_expression "name->_M_string_length" identifier -> field_identifier)))) ))) ;)) (expression_statement "(this->super_Relobj).super_Object.input_file_ = input_file;" (assignment_expression "(this->super_Relobj).super_Object.input_file_ = input_file" (field_expression "(this->super_Relobj).super_Object.input_file_" (field_expression "(this->super_Relobj).super_Object" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "(this->super_Relobj).super_Object.offset_ = 0;" (assignment_expression "(this->super_Relobj).super_Object.offset_ = 0" (field_expression "(this->super_Relobj).super_Object.offset_" (field_expression "(this->super_Relobj).super_Object" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "(this->super_Relobj).super_Object.shnum_ = 0xffffffff;" (assignment_expression "(this->super_Relobj).super_Object.shnum_ = 0xffffffff" (field_expression "(this->super_Relobj).super_Object.shnum_" (field_expression "(this->super_Relobj).super_Object" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "puVar1 = &(this->super_Relobj).super_Object.field_0x3c;" (assignment_expression "puVar1 = &(this->super_Relobj).super_Object.field_0x3c" identifier = (pointer_expression "&(this->super_Relobj).super_Object.field_0x3c" & (field_expression "(this->super_Relobj).super_Object.field_0x3c" (field_expression "(this->super_Relobj).super_Object" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) . field_identifier))) ;) (expression_statement "*puVar1 = *puVar1 & 0x80;" (assignment_expression "*puVar1 = *puVar1 & 0x80" (pointer_expression "*puVar1" * identifier) = (binary_expression "*puVar1 & 0x80" (pointer_expression "*puVar1" * identifier) & number_literal)) ;) (expression_statement "(this->super_Relobj).super_Object.xindex_ = (Xindex *)0x0;" (assignment_expression "(this->super_Relobj).super_Object.xindex_ = (Xindex *)0x0" (field_expression "(this->super_Relobj).super_Object.xindex_" (field_expression "(this->super_Relobj).super_Object" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(Xindex *)0x0" ( (type_descriptor "Xindex *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "(this->super_Relobj).super_Object.compressed_sections_ = (Compressed_section_map *)0x0;" (assignment_expression "(this->super_Relobj).super_Object.compressed_sections_ = (Compressed_section_map *)0x0" (field_expression "(this->super_Relobj).super_Object.compressed_sections_" (field_expression "(this->super_Relobj).super_Object" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(Compressed_section_map *)0x0" ( (type_descriptor "Compressed_section_map *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (input_file != (Input_file *)0x0) {\n piVar2 = &(input_file->file_).object_count_;\n *piVar2 = *piVar2 + 1;\n /* try { // try from 001e7646 to 001e7666 has its CatchHandler @ 001e7760 */\n bVar4 = Input_file::is_in_system_directory(input_file);\n (this->super_Relobj).super_Object.field_0x3c =\n (this->super_Relobj).super_Object.field_0x3c & 0xdf | bVar4 << 5;\n pPVar5 = Input_file::options(input_file);\n (this->super_Relobj).super_Object.field_0x3c =\n (this->super_Relobj).super_Object.field_0x3c & 0xbf | (byte)((pPVar5->as_needed_ & 1) << 6)\n ;\n }" if (parenthesized_expression "(input_file != (Input_file *)0x0)" ( (binary_expression "input_file != (Input_file *)0x0" identifier != (cast_expression "(Input_file *)0x0" ( (type_descriptor "Input_file *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n piVar2 = &(input_file->file_).object_count_;\n *piVar2 = *piVar2 + 1;\n /* try { // try from 001e7646 to 001e7666 has its CatchHandler @ 001e7760 */\n bVar4 = Input_file::is_in_system_directory(input_file);\n (this->super_Relobj).super_Object.field_0x3c =\n (this->super_Relobj).super_Object.field_0x3c & 0xdf | bVar4 << 5;\n pPVar5 = Input_file::options(input_file);\n (this->super_Relobj).super_Object.field_0x3c =\n (this->super_Relobj).super_Object.field_0x3c & 0xbf | (byte)((pPVar5->as_needed_ & 1) << 6)\n ;\n }" { (expression_statement "piVar2 = &(input_file->file_).object_count_;" (assignment_expression "piVar2 = &(input_file->file_).object_count_" identifier = (pointer_expression "&(input_file->file_).object_count_" & (field_expression "(input_file->file_).object_count_" (parenthesized_expression "(input_file->file_)" ( (field_expression "input_file->file_" identifier -> field_identifier) )) . field_identifier))) ;) (expression_statement "*piVar2 = *piVar2 + 1;" (assignment_expression "*piVar2 = *piVar2 + 1" (pointer_expression "*piVar2" * identifier) = (binary_expression "*piVar2 + 1" (pointer_expression "*piVar2" * identifier) + number_literal)) ;) comment (ERROR "bVar4 = Input_file::" (assignment_expression "bVar4 = Input_file" identifier = identifier) : :) (expression_statement "is_in_system_directory(input_file);" (call_expression "is_in_system_directory(input_file)" identifier (argument_list "(input_file)" ( identifier ))) ;) (expression_statement "(this->super_Relobj).super_Object.field_0x3c =\n (this->super_Relobj).super_Object.field_0x3c & 0xdf | bVar4 << 5;" (assignment_expression "(this->super_Relobj).super_Object.field_0x3c =\n (this->super_Relobj).super_Object.field_0x3c & 0xdf | bVar4 << 5" (field_expression "(this->super_Relobj).super_Object.field_0x3c" (field_expression "(this->super_Relobj).super_Object" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (binary_expression "(this->super_Relobj).super_Object.field_0x3c & 0xdf | bVar4 << 5" (binary_expression "(this->super_Relobj).super_Object.field_0x3c & 0xdf" (field_expression "(this->super_Relobj).super_Object.field_0x3c" (field_expression "(this->super_Relobj).super_Object" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) & number_literal) | (binary_expression "bVar4 << 5" identifier << number_literal))) ;) (ERROR "pPVar5 = Input_file::" (assignment_expression "pPVar5 = Input_file" identifier = identifier) : :) (expression_statement "options(input_file);" (call_expression "options(input_file)" identifier (argument_list "(input_file)" ( identifier ))) ;) (expression_statement "(this->super_Relobj).super_Object.field_0x3c =\n (this->super_Relobj).super_Object.field_0x3c & 0xbf | (byte)((pPVar5->as_needed_ & 1) << 6)\n ;" (assignment_expression "(this->super_Relobj).super_Object.field_0x3c =\n (this->super_Relobj).super_Object.field_0x3c & 0xbf | (byte)((pPVar5->as_needed_ & 1) << 6)" (field_expression "(this->super_Relobj).super_Object.field_0x3c" (field_expression "(this->super_Relobj).super_Object" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (binary_expression "(this->super_Relobj).super_Object.field_0x3c & 0xbf | (byte)((pPVar5->as_needed_ & 1) << 6)" (binary_expression "(this->super_Relobj).super_Object.field_0x3c & 0xbf" (field_expression "(this->super_Relobj).super_Object.field_0x3c" (field_expression "(this->super_Relobj).super_Object" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) & number_literal) | (call_expression "(byte)((pPVar5->as_needed_ & 1) << 6)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((pPVar5->as_needed_ & 1) << 6)" ( (binary_expression "(pPVar5->as_needed_ & 1) << 6" (parenthesized_expression "(pPVar5->as_needed_ & 1)" ( (binary_expression "pPVar5->as_needed_ & 1" (field_expression "pPVar5->as_needed_" identifier -> field_identifier) & number_literal) )) << number_literal) ))))) ;) })) (expression_statement "(this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl._M_start\n = (pointer)0x0;" (assignment_expression "(this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl._M_start\n = (pointer)0x0" (field_expression "(this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl._M_start" (field_expression "(this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl" (binary_expression "(this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "(this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "(this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std" (binary_expression "(this->super_Relobj).output_sections_.\n super__Vector_base<gold" (field_expression "(this->super_Relobj).output_sections_.\n super__Vector_base" (field_expression "(this->super_Relobj).output_sections_" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "(this->super_Relobj).super_Object._vptr_Object = (_func_int_varargs **)&DAT_00450bd8;" (assignment_expression "(this->super_Relobj).super_Object._vptr_Object = (_func_int_varargs **)&DAT_00450bd8" (field_expression "(this->super_Relobj).super_Object._vptr_Object" (field_expression "(this->super_Relobj).super_Object" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)&DAT_00450bd8" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&DAT_00450bd8" & identifier))) ;) (expression_statement "(this->local_got_offsets_)._M_h._M_rehash_policy._M_max_load_factor = 0.0;" (assignment_expression "(this->local_got_offsets_)._M_h._M_rehash_policy._M_max_load_factor = 0.0" (field_expression "(this->local_got_offsets_)._M_h._M_rehash_policy._M_max_load_factor" (field_expression "(this->local_got_offsets_)._M_h._M_rehash_policy" (field_expression "(this->local_got_offsets_)._M_h" (parenthesized_expression "(this->local_got_offsets_)" ( (field_expression "this->local_got_offsets_" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "*(undefined4 *)&(this->local_got_offsets_)._M_h._M_rehash_policy.field_0x4 = 0;" (assignment_expression "*(undefined4 *)&(this->local_got_offsets_)._M_h._M_rehash_policy.field_0x4 = 0" (pointer_expression "*(undefined4 *)&(this->local_got_offsets_)._M_h._M_rehash_policy.field_0x4" * (cast_expression "(undefined4 *)&(this->local_got_offsets_)._M_h._M_rehash_policy.field_0x4" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(this->local_got_offsets_)._M_h._M_rehash_policy.field_0x4" & (field_expression "(this->local_got_offsets_)._M_h._M_rehash_policy.field_0x4" (field_expression "(this->local_got_offsets_)._M_h._M_rehash_policy" (field_expression "(this->local_got_offsets_)._M_h" (parenthesized_expression "(this->local_got_offsets_)" ( (field_expression "this->local_got_offsets_" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)))) = number_literal) ;) (expression_statement "(this->local_got_offsets_)._M_h._M_rehash_policy._M_next_resize = 0;" (assignment_expression "(this->local_got_offsets_)._M_h._M_rehash_policy._M_next_resize = 0" (field_expression "(this->local_got_offsets_)._M_h._M_rehash_policy._M_next_resize" (field_expression "(this->local_got_offsets_)._M_h._M_rehash_policy" (field_expression "(this->local_got_offsets_)._M_h" (parenthesized_expression "(this->local_got_offsets_)" ( (field_expression "this->local_got_offsets_" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "(this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish = (pointer)0x0;" (assignment_expression "(this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish = (pointer)0x0" (field_expression "(this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish" (field_expression "(this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl" (binary_expression "(this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "(this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "(this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std" (binary_expression "(this->super_Relobj).output_sections_.\n super__Vector_base<gold" (field_expression "(this->super_Relobj).output_sections_.\n super__Vector_base" (field_expression "(this->super_Relobj).output_sections_" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "(this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;" (assignment_expression "(this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_end_of_storage = (pointer)0x0" (field_expression "(this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_end_of_storage" (field_expression "(this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl" (binary_expression "(this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "(this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "(this->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std" (binary_expression "(this->super_Relobj).output_sections_.\n super__Vector_base<gold" (field_expression "(this->super_Relobj).output_sections_.\n super__Vector_base" (field_expression "(this->super_Relobj).output_sections_" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "(this->super_Relobj).map_to_relocatable_relocs_ =\n (vector<gold::Relocatable_relocs*,_std::allocator<gold::Relocatable_relocs*>_> *)0x0;" (assignment_expression "(this->super_Relobj).map_to_relocatable_relocs_ =\n (vector<gold::Relocatable_relocs*,_std::allocator<gold::Relocatable_relocs*>_> *)0x0" (field_expression "(this->super_Relobj).map_to_relocatable_relocs_" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) = (parenthesized_expression "(vector<gold::Relocatable_relocs*,_std::allocator<gold::Relocatable_relocs*>_> *)0x0" ( (ERROR "vector<gold::Relocatable_relocs*,_std::allocator<gold::" (binary_expression "vector<gold" identifier < identifier) : : (type_descriptor "Relocatable_relocs*" type_identifier (abstract_pointer_declarator "*" *)) , identifier : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Relocatable_relocs*>_> *)0x0" (binary_expression "Relocatable_relocs*>_" identifier * (ERROR ">" >) identifier) > (pointer_expression "*)0x0" * (ERROR ")" )) number_literal)) ))) ;) (expression_statement "(this->super_Relobj).object_merge_map_ = (Object_merge_map *)0x0;" (assignment_expression "(this->super_Relobj).object_merge_map_ = (Object_merge_map *)0x0" (field_expression "(this->super_Relobj).object_merge_map_" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(Object_merge_map *)0x0" ( (type_descriptor "Object_merge_map *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "(this->super_Relobj).relocs_must_follow_section_writes_ = false;" (assignment_expression "(this->super_Relobj).relocs_must_follow_section_writes_ = false" (field_expression "(this->super_Relobj).relocs_must_follow_section_writes_" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) = false) ;) (expression_statement "(this->super_Relobj).sd_ = (Symbols_data *)0x0;" (assignment_expression "(this->super_Relobj).sd_ = (Symbols_data *)0x0" (field_expression "(this->super_Relobj).sd_" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(Symbols_data *)0x0" ( (type_descriptor "Symbols_data *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "(this->super_Relobj).reloc_counts_ = (uint *)0x0;" (assignment_expression "(this->super_Relobj).reloc_counts_ = (uint *)0x0" (field_expression "(this->super_Relobj).reloc_counts_" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "(this->super_Relobj).reloc_bases_ = (uint *)0x0;" (assignment_expression "(this->super_Relobj).reloc_bases_ = (uint *)0x0" (field_expression "(this->super_Relobj).reloc_bases_" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "(this->super_Relobj).first_dyn_reloc_ = 0;" (assignment_expression "(this->super_Relobj).first_dyn_reloc_ = 0" (field_expression "(this->super_Relobj).first_dyn_reloc_" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) = number_literal) ;) (expression_statement "(this->super_Relobj).dyn_reloc_count_ = 0;" (assignment_expression "(this->super_Relobj).dyn_reloc_count_ = 0" (field_expression "(this->super_Relobj).dyn_reloc_count_" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) = number_literal) ;) (expression_statement "(this->local_got_offsets_)._M_h._M_single_bucket = (__bucket_type)0x0;" (assignment_expression "(this->local_got_offsets_)._M_h._M_single_bucket = (__bucket_type)0x0" (field_expression "(this->local_got_offsets_)._M_h._M_single_bucket" (field_expression "(this->local_got_offsets_)._M_h" (parenthesized_expression "(this->local_got_offsets_)" ( (field_expression "this->local_got_offsets_" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(__bucket_type)0x0" ( (type_descriptor "__bucket_type" type_identifier) ) number_literal)) ;) (expression_statement "(this->local_got_offsets_)._M_h._M_buckets = &(this->local_got_offsets_)._M_h._M_single_bucket;" (assignment_expression "(this->local_got_offsets_)._M_h._M_buckets = &(this->local_got_offsets_)._M_h._M_single_bucket" (field_expression "(this->local_got_offsets_)._M_h._M_buckets" (field_expression "(this->local_got_offsets_)._M_h" (parenthesized_expression "(this->local_got_offsets_)" ( (field_expression "this->local_got_offsets_" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (pointer_expression "&(this->local_got_offsets_)._M_h._M_single_bucket" & (field_expression "(this->local_got_offsets_)._M_h._M_single_bucket" (field_expression "(this->local_got_offsets_)._M_h" (parenthesized_expression "(this->local_got_offsets_)" ( (field_expression "this->local_got_offsets_" identifier -> field_identifier) )) . field_identifier) . field_identifier))) ;) (expression_statement "(this->local_got_offsets_)._M_h._M_bucket_count = 1;" (assignment_expression "(this->local_got_offsets_)._M_h._M_bucket_count = 1" (field_expression "(this->local_got_offsets_)._M_h._M_bucket_count" (field_expression "(this->local_got_offsets_)._M_h" (parenthesized_expression "(this->local_got_offsets_)" ( (field_expression "this->local_got_offsets_" identifier -> field_identifier) )) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "(this->local_got_offsets_)._M_h._M_before_begin._M_nxt = (_Hash_node_base *)0x0;" (assignment_expression "(this->local_got_offsets_)._M_h._M_before_begin._M_nxt = (_Hash_node_base *)0x0" (field_expression "(this->local_got_offsets_)._M_h._M_before_begin._M_nxt" (field_expression "(this->local_got_offsets_)._M_h._M_before_begin" (field_expression "(this->local_got_offsets_)._M_h" (parenthesized_expression "(this->local_got_offsets_)" ( (field_expression "this->local_got_offsets_" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "(this->local_got_offsets_)._M_h._M_element_count = 0;" (assignment_expression "(this->local_got_offsets_)._M_h._M_element_count = 0" (field_expression "(this->local_got_offsets_)._M_h._M_element_count" (field_expression "(this->local_got_offsets_)._M_h" (parenthesized_expression "(this->local_got_offsets_)" ( (field_expression "this->local_got_offsets_" identifier -> field_identifier) )) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "(this->local_got_offsets_)._M_h._M_rehash_policy._M_max_load_factor = 1.0;" (assignment_expression "(this->local_got_offsets_)._M_h._M_rehash_policy._M_max_load_factor = 1.0" (field_expression "(this->local_got_offsets_)._M_h._M_rehash_policy._M_max_load_factor" (field_expression "(this->local_got_offsets_)._M_h._M_rehash_policy" (field_expression "(this->local_got_offsets_)._M_h" (parenthesized_expression "(this->local_got_offsets_)" ( (field_expression "this->local_got_offsets_" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "(this->local_got_offsets_)._M_h._M_rehash_policy._M_next_resize = 0;" (assignment_expression "(this->local_got_offsets_)._M_h._M_rehash_policy._M_next_resize = 0" (field_expression "(this->local_got_offsets_)._M_h._M_rehash_policy._M_next_resize" (field_expression "(this->local_got_offsets_)._M_h._M_rehash_policy" (field_expression "(this->local_got_offsets_)._M_h" (parenthesized_expression "(this->local_got_offsets_)" ( (field_expression "this->local_got_offsets_" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (ERROR "(this->section_offsets_).super__Vector_base<unsigned_int," (binary_expression "(this->section_offsets_).super__Vector_base<unsigned_int" (field_expression "(this->section_offsets_).super__Vector_base" (parenthesized_expression "(this->section_offsets_)" ( (field_expression "this->section_offsets_" identifier -> field_identifier) )) . field_identifier) < identifier) ,) (labeled_statement "_std::allocator<unsigned_int>_>._M_impl.\n _M_start = (pointer)0x0;" statement_identifier : (ERROR ":" :) (expression_statement "allocator<unsigned_int>_>._M_impl.\n _M_start = (pointer)0x0;" (assignment_expression "allocator<unsigned_int>_>._M_impl.\n _M_start = (pointer)0x0" (field_expression "allocator<unsigned_int>_>._M_impl.\n _M_start" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;)) (ERROR "(this->section_offsets_).super__Vector_base<unsigned_int," (binary_expression "(this->section_offsets_).super__Vector_base<unsigned_int" (field_expression "(this->section_offsets_).super__Vector_base" (parenthesized_expression "(this->section_offsets_)" ( (field_expression "this->section_offsets_" identifier -> field_identifier) )) . field_identifier) < identifier) ,) (labeled_statement "_std::allocator<unsigned_int>_>._M_impl.\n _M_finish = (pointer)0x0;" statement_identifier : (ERROR ":" :) (expression_statement "allocator<unsigned_int>_>._M_impl.\n _M_finish = (pointer)0x0;" (assignment_expression "allocator<unsigned_int>_>._M_impl.\n _M_finish = (pointer)0x0" (field_expression "allocator<unsigned_int>_>._M_impl.\n _M_finish" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;)) (ERROR "(this->section_offsets_).super__Vector_base<unsigned_int," (binary_expression "(this->section_offsets_).super__Vector_base<unsigned_int" (field_expression "(this->section_offsets_).super__Vector_base" (parenthesized_expression "(this->section_offsets_)" ( (field_expression "this->section_offsets_" identifier -> field_identifier) )) . field_identifier) < identifier) ,) (labeled_statement "_std::allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;" statement_identifier : (ERROR ":" :) (expression_statement "allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;" (assignment_expression "allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage = (pointer)0x0" (field_expression "allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;)) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_001e75e0(undefined8 *param_1,long *param_2,long param_3)\n\n{\n uint uVar1;\n byte *pbVar2;\n \n *param_1 = &DAT_004503e8;\n param_1[1] = param_1 + 3;\n FUN_0017d640(param_1 + 1,*param_2,param_2[1] + *param_2);\n param_1[5] = param_3;\n param_1[6] = 0;\n *(undefined4 *)(param_1 + 7) = 0xffffffff;\n *(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0x80;\n param_1[8] = 0;\n param_1[9] = 0;\n if (param_3 != 0) {\n *(int *)(param_3 + 0x50) = *(int *)(param_3 + 0x50) + 1;\n \n uVar1 = FUN_00189d90(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5);\n pbVar2 = (byte *)FUN_00189d70(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6);\n }\n param_1[10] = 0;\n *param_1 = &DAT_00450bd8;\n *(undefined1 (*) [16])(param_1 + 0x19) = (undefined1 [16])0x0;\n param_1[0xb] = 0;\n param_1[0xc] = 0;\n param_1[0xd] = 0;\n param_1[0xe] = 0;\n *(undefined1 *)(param_1 + 0xf) = 0;\n param_1[0x11] = 0;\n param_1[0x12] = 0;\n param_1[0x13] = 0;\n param_1[0x14] = 0;\n param_1[0x1b] = 0;\n param_1[0x15] = param_1 + 0x1b;\n param_1[0x16] = 1;\n param_1[0x17] = 0;\n param_1[0x18] = 0;\n *(undefined4 *)(param_1 + 0x19) = 0x3f800000;\n param_1[0x1a] = 0;\n param_1[0x1c] = 0;\n param_1[0x1d] = 0;\n param_1[0x1e] = 0;\n return;\n}\n\n" (function_definition "void FUN_001e75e0(undefined8 *param_1,long *param_2,long param_3)\n\n{\n uint uVar1;\n byte *pbVar2;\n \n *param_1 = &DAT_004503e8;\n param_1[1] = param_1 + 3;\n FUN_0017d640(param_1 + 1,*param_2,param_2[1] + *param_2);\n param_1[5] = param_3;\n param_1[6] = 0;\n *(undefined4 *)(param_1 + 7) = 0xffffffff;\n *(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0x80;\n param_1[8] = 0;\n param_1[9] = 0;\n if (param_3 != 0) {\n *(int *)(param_3 + 0x50) = *(int *)(param_3 + 0x50) + 1;\n \n uVar1 = FUN_00189d90(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5);\n pbVar2 = (byte *)FUN_00189d70(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6);\n }\n param_1[10] = 0;\n *param_1 = &DAT_00450bd8;\n *(undefined1 (*) [16])(param_1 + 0x19) = (undefined1 [16])0x0;\n param_1[0xb] = 0;\n param_1[0xc] = 0;\n param_1[0xd] = 0;\n param_1[0xe] = 0;\n *(undefined1 *)(param_1 + 0xf) = 0;\n param_1[0x11] = 0;\n param_1[0x12] = 0;\n param_1[0x13] = 0;\n param_1[0x14] = 0;\n param_1[0x1b] = 0;\n param_1[0x15] = param_1 + 0x1b;\n param_1[0x16] = 1;\n param_1[0x17] = 0;\n param_1[0x18] = 0;\n *(undefined4 *)(param_1 + 0x19) = 0x3f800000;\n param_1[0x1a] = 0;\n param_1[0x1c] = 0;\n param_1[0x1d] = 0;\n param_1[0x1e] = 0;\n return;\n}" primitive_type (function_declarator "FUN_001e75e0(undefined8 *param_1,long *param_2,long param_3)" identifier (parameter_list "(undefined8 *param_1,long *param_2,long param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n uint uVar1;\n byte *pbVar2;\n \n *param_1 = &DAT_004503e8;\n param_1[1] = param_1 + 3;\n FUN_0017d640(param_1 + 1,*param_2,param_2[1] + *param_2);\n param_1[5] = param_3;\n param_1[6] = 0;\n *(undefined4 *)(param_1 + 7) = 0xffffffff;\n *(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0x80;\n param_1[8] = 0;\n param_1[9] = 0;\n if (param_3 != 0) {\n *(int *)(param_3 + 0x50) = *(int *)(param_3 + 0x50) + 1;\n \n uVar1 = FUN_00189d90(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5);\n pbVar2 = (byte *)FUN_00189d70(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6);\n }\n param_1[10] = 0;\n *param_1 = &DAT_00450bd8;\n *(undefined1 (*) [16])(param_1 + 0x19) = (undefined1 [16])0x0;\n param_1[0xb] = 0;\n param_1[0xc] = 0;\n param_1[0xd] = 0;\n param_1[0xe] = 0;\n *(undefined1 *)(param_1 + 0xf) = 0;\n param_1[0x11] = 0;\n param_1[0x12] = 0;\n param_1[0x13] = 0;\n param_1[0x14] = 0;\n param_1[0x1b] = 0;\n param_1[0x15] = param_1 + 0x1b;\n param_1[0x16] = 1;\n param_1[0x17] = 0;\n param_1[0x18] = 0;\n *(undefined4 *)(param_1 + 0x19) = 0x3f800000;\n param_1[0x1a] = 0;\n param_1[0x1c] = 0;\n param_1[0x1d] = 0;\n param_1[0x1e] = 0;\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "byte *pbVar2;" type_identifier (pointer_declarator "*pbVar2" * identifier) ;) (expression_statement "*param_1 = &DAT_004503e8;" (assignment_expression "*param_1 = &DAT_004503e8" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_004503e8" & identifier)) ;) (expression_statement "param_1[1] = param_1 + 3;" (assignment_expression "param_1[1] = param_1 + 3" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (binary_expression "param_1 + 3" identifier + number_literal)) ;) (expression_statement "FUN_0017d640(param_1 + 1,*param_2,param_2[1] + *param_2);" (call_expression "FUN_0017d640(param_1 + 1,*param_2,param_2[1] + *param_2)" identifier (argument_list "(param_1 + 1,*param_2,param_2[1] + *param_2)" ( (binary_expression "param_1 + 1" identifier + number_literal) , (pointer_expression "*param_2" * identifier) , (binary_expression "param_2[1] + *param_2" (subscript_expression "param_2[1]" identifier [ number_literal ]) + (pointer_expression "*param_2" * identifier)) ))) ;) (expression_statement "param_1[5] = param_3;" (assignment_expression "param_1[5] = param_3" (subscript_expression "param_1[5]" 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) ;) (expression_statement "*(undefined4 *)(param_1 + 7) = 0xffffffff;" (assignment_expression "*(undefined4 *)(param_1 + 7) = 0xffffffff" (pointer_expression "*(undefined4 *)(param_1 + 7)" * (cast_expression "(undefined4 *)(param_1 + 7)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 7)" ( (binary_expression "param_1 + 7" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0x80;" (assignment_expression "*(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0x80" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" * (cast_expression "(byte *)((long)param_1 + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x3c)" ( (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "*(byte *)((long)param_1 + 0x3c) & 0x80" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" * (cast_expression "(byte *)((long)param_1 + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x3c)" ( (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal)) ;) (expression_statement "param_1[8] = 0;" (assignment_expression "param_1[8] = 0" (subscript_expression "param_1[8]" 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) ;) (if_statement "if (param_3 != 0) {\n *(int *)(param_3 + 0x50) = *(int *)(param_3 + 0x50) + 1;\n \n uVar1 = FUN_00189d90(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5);\n pbVar2 = (byte *)FUN_00189d70(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6);\n }" if (parenthesized_expression "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )) (compound_statement "{\n *(int *)(param_3 + 0x50) = *(int *)(param_3 + 0x50) + 1;\n \n uVar1 = FUN_00189d90(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5);\n pbVar2 = (byte *)FUN_00189d70(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6);\n }" { (expression_statement "*(int *)(param_3 + 0x50) = *(int *)(param_3 + 0x50) + 1;" (assignment_expression "*(int *)(param_3 + 0x50) = *(int *)(param_3 + 0x50) + 1" (pointer_expression "*(int *)(param_3 + 0x50)" * (cast_expression "(int *)(param_3 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x50)" ( (binary_expression "param_3 + 0x50" identifier + number_literal) )))) = (binary_expression "*(int *)(param_3 + 0x50) + 1" (pointer_expression "*(int *)(param_3 + 0x50)" * (cast_expression "(int *)(param_3 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x50)" ( (binary_expression "param_3 + 0x50" identifier + number_literal) )))) + number_literal)) ;) (expression_statement "uVar1 = FUN_00189d90(param_3);" (assignment_expression "uVar1 = FUN_00189d90(param_3)" identifier = (call_expression "FUN_00189d90(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (expression_statement "*(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5);" (assignment_expression "*(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5)" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" * (cast_expression "(byte *)((long)param_1 + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x3c)" ( (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "*(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5)" (binary_expression "*(byte *)((long)param_1 + 0x3c) & 0xdf" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" * (cast_expression "(byte *)((long)param_1 + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x3c)" ( (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) | (call_expression "(byte)((uVar1 & 1) << 5)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((uVar1 & 1) << 5)" ( (binary_expression "(uVar1 & 1) << 5" (parenthesized_expression "(uVar1 & 1)" ( (binary_expression "uVar1 & 1" identifier & number_literal) )) << number_literal) ))))) ;) (expression_statement "pbVar2 = (byte *)FUN_00189d70(param_3);" (assignment_expression "pbVar2 = (byte *)FUN_00189d70(param_3)" identifier = (cast_expression "(byte *)FUN_00189d70(param_3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00189d70(param_3)" identifier (argument_list "(param_3)" ( identifier ))))) ;) (expression_statement "*(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6);" (assignment_expression "*(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6)" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" * (cast_expression "(byte *)((long)param_1 + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x3c)" ( (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "*(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6)" (binary_expression "*(byte *)((long)param_1 + 0x3c) & 0xbf" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" * (cast_expression "(byte *)((long)param_1 + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x3c)" ( (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) | (call_expression "(byte)((*pbVar2 & 1) << 6)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((*pbVar2 & 1) << 6)" ( (binary_expression "(*pbVar2 & 1) << 6" (parenthesized_expression "(*pbVar2 & 1)" ( (binary_expression "*pbVar2 & 1" (pointer_expression "*pbVar2" * identifier) & number_literal) )) << number_literal) ))))) ;) })) (expression_statement "param_1[10] = 0;" (assignment_expression "param_1[10] = 0" (subscript_expression "param_1[10]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*param_1 = &DAT_00450bd8;" (assignment_expression "*param_1 = &DAT_00450bd8" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_00450bd8" & identifier)) ;) (expression_statement "*(undefined1 (*) [16])(param_1 + 0x19) = (undefined1 [16])0x0;" (assignment_expression "*(undefined1 (*) [16])(param_1 + 0x19) = (undefined1 [16])0x0" (pointer_expression "*(undefined1 (*) [16])(param_1 + 0x19)" * (cast_expression "(undefined1 (*) [16])(param_1 + 0x19)" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) (parenthesized_expression "(param_1 + 0x19)" ( (binary_expression "param_1 + 0x19" identifier + number_literal) )))) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ 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[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 "*(undefined1 *)(param_1 + 0xf) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 0xf) = 0" (pointer_expression "*(undefined1 *)(param_1 + 0xf)" * (cast_expression "(undefined1 *)(param_1 + 0xf)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xf)" ( (binary_expression "param_1 + 0xf" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[0x11] = 0;" (assignment_expression "param_1[0x11] = 0" (subscript_expression "param_1[0x11]" 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 "param_1[0x13] = 0;" (assignment_expression "param_1[0x13] = 0" (subscript_expression "param_1[0x13]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x14] = 0;" (assignment_expression "param_1[0x14] = 0" (subscript_expression "param_1[0x14]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x1b] = 0;" (assignment_expression "param_1[0x1b] = 0" (subscript_expression "param_1[0x1b]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x15] = param_1 + 0x1b;" (assignment_expression "param_1[0x15] = param_1 + 0x1b" (subscript_expression "param_1[0x15]" identifier [ number_literal ]) = (binary_expression "param_1 + 0x1b" identifier + number_literal)) ;) (expression_statement "param_1[0x16] = 1;" (assignment_expression "param_1[0x16] = 1" (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 "*(undefined4 *)(param_1 + 0x19) = 0x3f800000;" (assignment_expression "*(undefined4 *)(param_1 + 0x19) = 0x3f800000" (pointer_expression "*(undefined4 *)(param_1 + 0x19)" * (cast_expression "(undefined4 *)(param_1 + 0x19)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x19)" ( (binary_expression "param_1 + 0x19" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[0x1a] = 0;" (assignment_expression "param_1[0x1a] = 0" (subscript_expression "param_1[0x1a]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x1c] = 0;" (assignment_expression "param_1[0x1c] = 0" (subscript_expression "param_1[0x1c]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x1d] = 0;" (assignment_expression "param_1[0x1d] = 0" (subscript_expression "param_1[0x1d]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x1e] = 0;" (assignment_expression "param_1[0x1e] = 0" (subscript_expression "param_1[0x1e]" identifier [ number_literal ]) = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (pointer_expression * IDENT) , (binary_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 ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) & LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) ;) (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 (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) & LIT) | (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) & LIT) | (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) )) << LIT) ))))) ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_array_declarator (abstract_parenthesized_declarator ( (abstract_pointer_declarator *) )) [ LIT ])) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (cast_expression ( (type_descriptor TYPE (abstract_array_declarator [ 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 (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 (subscript_expression IDENT [ LIT ]) = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (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) ;) (return_statement return ;) })))
|
(function_definition "void FUN_001e75e0(undefined8 *param_1,long *param_2,long param_3)\n\n{\n uint uVar1;\n byte *pbVar2;\n \n *param_1 = &DAT_004503e8;\n param_1[1] = param_1 + 3;\n FUN_0017d640(param_1 + 1,*param_2,param_2[1] + *param_2);\n param_1[5] = param_3;\n param_1[6] = 0;\n *(undefined4 *)(param_1 + 7) = 0xffffffff;\n *(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0x80;\n param_1[8] = 0;\n param_1[9] = 0;\n if (param_3 != 0) {\n *(int *)(param_3 + 0x50) = *(int *)(param_3 + 0x50) + 1;\n \n uVar1 = FUN_00189d90(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5);\n pbVar2 = (byte *)FUN_00189d70(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6);\n }\n param_1[10] = 0;\n *param_1 = &DAT_00450bd8;\n *(undefined1 (*) [16])(param_1 + 0x19) = (undefined1 [16])0x0;\n param_1[0xb] = 0;\n param_1[0xc] = 0;\n param_1[0xd] = 0;\n param_1[0xe] = 0;\n *(undefined1 *)(param_1 + 0xf) = 0;\n param_1[0x11] = 0;\n param_1[0x12] = 0;\n param_1[0x13] = 0;\n param_1[0x14] = 0;\n param_1[0x1b] = 0;\n param_1[0x15] = param_1 + 0x1b;\n param_1[0x16] = 1;\n param_1[0x17] = 0;\n param_1[0x18] = 0;\n *(undefined4 *)(param_1 + 0x19) = 0x3f800000;\n param_1[0x1a] = 0;\n param_1[0x1c] = 0;\n param_1[0x1d] = 0;\n param_1[0x1e] = 0;\n return;\n}" (primitive_type "void") (function_declarator "FUN_001e75e0(undefined8 *param_1,long *param_2,long param_3)" (identifier "FUN_001e75e0") (parameter_list "(undefined8 *param_1,long *param_2,long param_3)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long *param_2" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) () ")"))) (compound_statement "{\n uint uVar1;\n byte *pbVar2;\n \n *param_1 = &DAT_004503e8;\n param_1[1] = param_1 + 3;\n FUN_0017d640(param_1 + 1,*param_2,param_2[1] + *param_2);\n param_1[5] = param_3;\n param_1[6] = 0;\n *(undefined4 *)(param_1 + 7) = 0xffffffff;\n *(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0x80;\n param_1[8] = 0;\n param_1[9] = 0;\n if (param_3 != 0) {\n *(int *)(param_3 + 0x50) = *(int *)(param_3 + 0x50) + 1;\n \n uVar1 = FUN_00189d90(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5);\n pbVar2 = (byte *)FUN_00189d70(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6);\n }\n param_1[10] = 0;\n *param_1 = &DAT_00450bd8;\n *(undefined1 (*) [16])(param_1 + 0x19) = (undefined1 [16])0x0;\n param_1[0xb] = 0;\n param_1[0xc] = 0;\n param_1[0xd] = 0;\n param_1[0xe] = 0;\n *(undefined1 *)(param_1 + 0xf) = 0;\n param_1[0x11] = 0;\n param_1[0x12] = 0;\n param_1[0x13] = 0;\n param_1[0x14] = 0;\n param_1[0x1b] = 0;\n param_1[0x15] = param_1 + 0x1b;\n param_1[0x16] = 1;\n param_1[0x17] = 0;\n param_1[0x18] = 0;\n *(undefined4 *)(param_1 + 0x19) = 0x3f800000;\n param_1[0x1a] = 0;\n param_1[0x1c] = 0;\n param_1[0x1d] = 0;\n param_1[0x1e] = 0;\n return;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "byte *pbVar2;" (type_identifier "byte") (pointer_declarator "*pbVar2" (* "*") (identifier "pbVar2")) (; ";")) (expression_statement "*param_1 = &DAT_004503e8;" (assignment_expression "*param_1 = &DAT_004503e8" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&DAT_004503e8" (& "&") (identifier "DAT_004503e8"))) (; ";")) (expression_statement "param_1[1] = param_1 + 3;" (assignment_expression "param_1[1] = param_1 + 3" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) (; ";")) (expression_statement "FUN_0017d640(param_1 + 1,*param_2,param_2[1] + *param_2);" (call_expression "FUN_0017d640(param_1 + 1,*param_2,param_2[1] + *param_2)" (identifier "FUN_0017d640") (argument_list "(param_1 + 1,*param_2,param_2[1] + *param_2)" (( "(") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1")) (, ",") (pointer_expression "*param_2" (* "*") (identifier "param_2")) (, ",") (binary_expression "param_2[1] + *param_2" (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")) (+ "+") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) () ")"))) (; ";")) (expression_statement "param_1[5] = param_3;" (assignment_expression "param_1[5] = param_3" (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]")) (= "=") (identifier "param_3")) (; ";")) (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 "*(undefined4 *)(param_1 + 7) = 0xffffffff;" (assignment_expression "*(undefined4 *)(param_1 + 7) = 0xffffffff" (pointer_expression "*(undefined4 *)(param_1 + 7)" (* "*") (cast_expression "(undefined4 *)(param_1 + 7)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 7)" (( "(") (binary_expression "param_1 + 7" (identifier "param_1") (+ "+") (number_literal "7")) () ")")))) (= "=") (number_literal "0xffffffff")) (; ";")) (expression_statement "*(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0x80;" (assignment_expression "*(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0x80" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" (* "*") (cast_expression "(byte *)((long)param_1 + 0x3c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x3c)" (( "(") (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x3c")) () ")")))) (= "=") (binary_expression "*(byte *)((long)param_1 + 0x3c) & 0x80" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" (* "*") (cast_expression "(byte *)((long)param_1 + 0x3c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x3c)" (( "(") (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x3c")) () ")")))) (& "&") (number_literal "0x80"))) (; ";")) (expression_statement "param_1[8] = 0;" (assignment_expression "param_1[8] = 0" (subscript_expression "param_1[8]" (identifier "param_1") ([ "[") (number_literal "8") (] "]")) (= "=") (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")) (; ";")) (if_statement "if (param_3 != 0) {\n *(int *)(param_3 + 0x50) = *(int *)(param_3 + 0x50) + 1;\n \n uVar1 = FUN_00189d90(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5);\n pbVar2 = (byte *)FUN_00189d70(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6);\n }" (if "if") (parenthesized_expression "(param_3 != 0)" (( "(") (binary_expression "param_3 != 0" (identifier "param_3") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(int *)(param_3 + 0x50) = *(int *)(param_3 + 0x50) + 1;\n \n uVar1 = FUN_00189d90(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5);\n pbVar2 = (byte *)FUN_00189d70(param_3);\n *(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6);\n }" ({ "{") (expression_statement "*(int *)(param_3 + 0x50) = *(int *)(param_3 + 0x50) + 1;" (assignment_expression "*(int *)(param_3 + 0x50) = *(int *)(param_3 + 0x50) + 1" (pointer_expression "*(int *)(param_3 + 0x50)" (* "*") (cast_expression "(int *)(param_3 + 0x50)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x50)" (( "(") (binary_expression "param_3 + 0x50" (identifier "param_3") (+ "+") (number_literal "0x50")) () ")")))) (= "=") (binary_expression "*(int *)(param_3 + 0x50) + 1" (pointer_expression "*(int *)(param_3 + 0x50)" (* "*") (cast_expression "(int *)(param_3 + 0x50)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x50)" (( "(") (binary_expression "param_3 + 0x50" (identifier "param_3") (+ "+") (number_literal "0x50")) () ")")))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "uVar1 = FUN_00189d90(param_3);" (assignment_expression "uVar1 = FUN_00189d90(param_3)" (identifier "uVar1") (= "=") (call_expression "FUN_00189d90(param_3)" (identifier "FUN_00189d90") (argument_list "(param_3)" (( "(") (identifier "param_3") () ")")))) (; ";")) (expression_statement "*(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5);" (assignment_expression "*(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5)" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" (* "*") (cast_expression "(byte *)((long)param_1 + 0x3c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x3c)" (( "(") (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x3c")) () ")")))) (= "=") (binary_expression "*(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5)" (binary_expression "*(byte *)((long)param_1 + 0x3c) & 0xdf" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" (* "*") (cast_expression "(byte *)((long)param_1 + 0x3c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x3c)" (( "(") (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x3c")) () ")")))) (& "&") (number_literal "0xdf")) (| "|") (call_expression "(byte)((uVar1 & 1) << 5)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "((uVar1 & 1) << 5)" (( "(") (binary_expression "(uVar1 & 1) << 5" (parenthesized_expression "(uVar1 & 1)" (( "(") (binary_expression "uVar1 & 1" (identifier "uVar1") (& "&") (number_literal "1")) () ")")) (<< "<<") (number_literal "5")) () ")"))))) (; ";")) (expression_statement "pbVar2 = (byte *)FUN_00189d70(param_3);" (assignment_expression "pbVar2 = (byte *)FUN_00189d70(param_3)" (identifier "pbVar2") (= "=") (cast_expression "(byte *)FUN_00189d70(param_3)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00189d70(param_3)" (identifier "FUN_00189d70") (argument_list "(param_3)" (( "(") (identifier "param_3") () ")"))))) (; ";")) (expression_statement "*(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6);" (assignment_expression "*(byte *)((long)param_1 + 0x3c) =\n *(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6)" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" (* "*") (cast_expression "(byte *)((long)param_1 + 0x3c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x3c)" (( "(") (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x3c")) () ")")))) (= "=") (binary_expression "*(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6)" (binary_expression "*(byte *)((long)param_1 + 0x3c) & 0xbf" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" (* "*") (cast_expression "(byte *)((long)param_1 + 0x3c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x3c)" (( "(") (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x3c")) () ")")))) (& "&") (number_literal "0xbf")) (| "|") (call_expression "(byte)((*pbVar2 & 1) << 6)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "((*pbVar2 & 1) << 6)" (( "(") (binary_expression "(*pbVar2 & 1) << 6" (parenthesized_expression "(*pbVar2 & 1)" (( "(") (binary_expression "*pbVar2 & 1" (pointer_expression "*pbVar2" (* "*") (identifier "pbVar2")) (& "&") (number_literal "1")) () ")")) (<< "<<") (number_literal "6")) () ")"))))) (; ";")) (} "}"))) (expression_statement "param_1[10] = 0;" (assignment_expression "param_1[10] = 0" (subscript_expression "param_1[10]" (identifier "param_1") ([ "[") (number_literal "10") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*param_1 = &DAT_00450bd8;" (assignment_expression "*param_1 = &DAT_00450bd8" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&DAT_00450bd8" (& "&") (identifier "DAT_00450bd8"))) (; ";")) (expression_statement "*(undefined1 (*) [16])(param_1 + 0x19) = (undefined1 [16])0x0;" (assignment_expression "*(undefined1 (*) [16])(param_1 + 0x19) = (undefined1 [16])0x0" (pointer_expression "*(undefined1 (*) [16])(param_1 + 0x19)" (* "*") (cast_expression "(undefined1 (*) [16])(param_1 + 0x19)" (( "(") (type_descriptor "undefined1 (*) [16]" (type_identifier "undefined1") (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" (( "(") (abstract_pointer_declarator "*" (* "*")) () ")")) ([ "[") (number_literal "16") (] "]"))) () ")") (parenthesized_expression "(param_1 + 0x19)" (( "(") (binary_expression "param_1 + 0x19" (identifier "param_1") (+ "+") (number_literal "0x19")) () ")")))) (= "=") (cast_expression "(undefined1 [16])0x0" (( "(") (type_descriptor "undefined1 [16]" (type_identifier "undefined1") (abstract_array_declarator "[16]" ([ "[") (number_literal "16") (] "]"))) () ")") (number_literal "0x0"))) (; ";")) (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[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 "*(undefined1 *)(param_1 + 0xf) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 0xf) = 0" (pointer_expression "*(undefined1 *)(param_1 + 0xf)" (* "*") (cast_expression "(undefined1 *)(param_1 + 0xf)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xf)" (( "(") (binary_expression "param_1 + 0xf" (identifier "param_1") (+ "+") (number_literal "0xf")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x11] = 0;" (assignment_expression "param_1[0x11] = 0" (subscript_expression "param_1[0x11]" (identifier "param_1") ([ "[") (number_literal "0x11") (] "]")) (= "=") (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 "param_1[0x13] = 0;" (assignment_expression "param_1[0x13] = 0" (subscript_expression "param_1[0x13]" (identifier "param_1") ([ "[") (number_literal "0x13") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x14] = 0;" (assignment_expression "param_1[0x14] = 0" (subscript_expression "param_1[0x14]" (identifier "param_1") ([ "[") (number_literal "0x14") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x1b] = 0;" (assignment_expression "param_1[0x1b] = 0" (subscript_expression "param_1[0x1b]" (identifier "param_1") ([ "[") (number_literal "0x1b") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x15] = param_1 + 0x1b;" (assignment_expression "param_1[0x15] = param_1 + 0x1b" (subscript_expression "param_1[0x15]" (identifier "param_1") ([ "[") (number_literal "0x15") (] "]")) (= "=") (binary_expression "param_1 + 0x1b" (identifier "param_1") (+ "+") (number_literal "0x1b"))) (; ";")) (expression_statement "param_1[0x16] = 1;" (assignment_expression "param_1[0x16] = 1" (subscript_expression "param_1[0x16]" (identifier "param_1") ([ "[") (number_literal "0x16") (] "]")) (= "=") (number_literal "1")) (; ";")) (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 "*(undefined4 *)(param_1 + 0x19) = 0x3f800000;" (assignment_expression "*(undefined4 *)(param_1 + 0x19) = 0x3f800000" (pointer_expression "*(undefined4 *)(param_1 + 0x19)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x19)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x19)" (( "(") (binary_expression "param_1 + 0x19" (identifier "param_1") (+ "+") (number_literal "0x19")) () ")")))) (= "=") (number_literal "0x3f800000")) (; ";")) (expression_statement "param_1[0x1a] = 0;" (assignment_expression "param_1[0x1a] = 0" (subscript_expression "param_1[0x1a]" (identifier "param_1") ([ "[") (number_literal "0x1a") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x1c] = 0;" (assignment_expression "param_1[0x1c] = 0" (subscript_expression "param_1[0x1c]" (identifier "param_1") ([ "[") (number_literal "0x1c") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x1d] = 0;" (assignment_expression "param_1[0x1d] = 0" (subscript_expression "param_1[0x1d]" (identifier "param_1") ([ "[") (number_literal "0x1d") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x1e] = 0;" (assignment_expression "param_1[0x1e] = 0" (subscript_expression "param_1[0x1e]" (identifier "param_1") ([ "[") (number_literal "0x1e") (] "]")) (= "=") (number_literal "0")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void Sized_relobj(Sized_relobj<32,_false> * this, string * name,
Input_file * input_file) */
void __thiscall
var_8::Sized_relobj<32,_false>::Sized_relobj
(Sized_relobj<32,_false> *this,string *name,type_6 *var_4)
{
undefined1 *puVar1;
int *piVar2;
type_1 var_3;
bool var_6;
type_2 *pPVar5;
(this->super_Relobj).super_Object._vptr_Object = (type_3 **)&DAT_004503e8;
(this->super_Relobj).super_Object.name_._M_dataplus._M_p =
(type_1)&(this->super_Relobj).super_Object.name_.field_2;
var_3 = (name->_M_dataplus)._M_p;
std::__cxx11::basic_string<var_2,var_9::char_traits<var_2>,var_9::var_12<var_2>var_10>::
var_1<var_2*>(&(this->super_Relobj).super_Object.name_,var_3,
var_3 + name->_M_string_length);
(this->super_Relobj).super_Object.input_file_ = var_4;
(this->super_Relobj).super_Object.offset_ = 0;
(this->super_Relobj).super_Object.shnum_ = 0xffffffff;
puVar1 = &(this->super_Relobj).super_Object.field_0x3c;
*puVar1 = *puVar1 & 0x80;
(this->super_Relobj).super_Object.xindex_ = (type_4 *)0x0;
(this->super_Relobj).super_Object.compressed_sections_ = (type_5 *)0x0;
if (var_4 != (type_6 *)0x0) {
piVar2 = &(var_4->file_).object_count_;
*piVar2 = *piVar2 + 1;
/* try { // try from 001e7646 to 001e7666 has its CatchHandler @ 001e7760 */
var_6 = type_6::var_5(var_4);
(this->super_Relobj).super_Object.field_0x3c =
(this->super_Relobj).super_Object.field_0x3c & 0xdf | var_6 << 5;
pPVar5 = type_6::var_7(var_4);
(this->super_Relobj).super_Object.field_0x3c =
(this->super_Relobj).super_Object.field_0x3c & 0xbf | (byte)((pPVar5->as_needed_ & 1) << 6)
;
}
(this->super_Relobj).output_sections_.
super__Vector_base<var_8::Output_section*,var_9::var_12<var_8::Output_section*>var_10>._M_impl._M_start
= (type_1)0x0;
(this->super_Relobj).super_Object._vptr_Object = (type_3 **)&DAT_00450bd8;
(this->local_got_offsets_)._M_h._M_rehash_policy._M_max_load_factor = 0.0;
*(type_7 *)&(this->local_got_offsets_)._M_h._M_rehash_policy.field_0x4 = 0;
(this->local_got_offsets_)._M_h._M_rehash_policy._M_next_resize = 0;
(this->super_Relobj).output_sections_.
super__Vector_base<var_8::Output_section*,var_9::var_12<var_8::Output_section*>var_10>._M_impl.
_M_finish = (type_1)0x0;
(this->super_Relobj).output_sections_.
super__Vector_base<var_8::Output_section*,var_9::var_12<var_8::Output_section*>var_10>._M_impl.
_M_end_of_storage = (type_1)0x0;
(this->super_Relobj).map_to_relocatable_relocs_ =
(vector<var_8::var_11*,var_9::var_12<var_8::var_11*>var_10> *)0x0;
(this->super_Relobj).object_merge_map_ = (type_8 *)0x0;
(this->super_Relobj).relocs_must_follow_section_writes_ = false;
(this->super_Relobj).sd_ = (type_9 *)0x0;
(this->super_Relobj).reloc_counts_ = (type_10 *)0x0;
(this->super_Relobj).reloc_bases_ = (type_10 *)0x0;
(this->super_Relobj).first_dyn_reloc_ = 0;
(this->super_Relobj).dyn_reloc_count_ = 0;
(this->local_got_offsets_)._M_h._M_single_bucket = (type_11)0x0;
(this->local_got_offsets_)._M_h._M_buckets = &(this->local_got_offsets_)._M_h._M_single_bucket;
(this->local_got_offsets_)._M_h._M_bucket_count = 1;
(this->local_got_offsets_)._M_h._M_before_begin._M_nxt = (type_12 *)0x0;
(this->local_got_offsets_)._M_h._M_element_count = 0;
(this->local_got_offsets_)._M_h._M_rehash_policy._M_max_load_factor = 1.0;
(this->local_got_offsets_)._M_h._M_rehash_policy._M_next_resize = 0;
(this->section_offsets_).super__Vector_base<var_13,_std::var_12<var_13>var_10>._M_impl.
_M_start = (type_1)0x0;
(this->section_offsets_).super__Vector_base<var_13,_std::var_12<var_13>var_10>._M_impl.
_M_finish = (type_1)0x0;
(this->section_offsets_).super__Vector_base<var_13,_std::var_12<var_13>var_10>._M_impl.
_M_end_of_storage = (type_1)0x0;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (pointer_expression argument: (identifier)) (binary_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: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (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: (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 (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal)) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal)) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (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: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator declarator: (abstract_parenthesized_declarator (abstract_pointer_declarator)) size: (number_literal))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator size: (number_literal))) value: (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: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (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))) (return_statement))))
| null |
void MASKED(undefined8 *param_1,long *param_2,long param_3)
{
uint uVar1;
byte *pbVar2;
*param_1 = &DAT_004503e8;
param_1[1] = param_1 + 3;
FUN_0017d640(param_1 + 1,*param_2,param_2[1] + *param_2);
param_1[5] = param_3;
param_1[6] = 0;
*(undefined4 *)(param_1 + 7) = 0xffffffff;
*(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0x80;
param_1[8] = 0;
param_1[9] = 0;
if (param_3 != 0) {
*(int *)(param_3 + 0x50) = *(int *)(param_3 + 0x50) + 1;
/* try { // try from 001e7646 to 001e7666 has its CatchHandler @ 001e7760 */
uVar1 = FUN_00189d90(param_3);
*(byte *)((long)param_1 + 0x3c) =
*(byte *)((long)param_1 + 0x3c) & 0xdf | (byte)((uVar1 & 1) << 5);
pbVar2 = (byte *)FUN_00189d70(param_3);
*(byte *)((long)param_1 + 0x3c) =
*(byte *)((long)param_1 + 0x3c) & 0xbf | (byte)((*pbVar2 & 1) << 6);
}
param_1[10] = 0;
*param_1 = &DAT_00450bd8;
*(undefined1 (*) [16])(param_1 + 0x19) = (undefined1 [16])0x0;
param_1[0xb] = 0;
param_1[0xc] = 0;
param_1[0xd] = 0;
param_1[0xe] = 0;
*(undefined1 *)(param_1 + 0xf) = 0;
param_1[0x11] = 0;
param_1[0x12] = 0;
param_1[0x13] = 0;
param_1[0x14] = 0;
param_1[0x1b] = 0;
param_1[0x15] = param_1 + 0x1b;
param_1[0x16] = 1;
param_1[0x17] = 0;
param_1[0x18] = 0;
*(undefined4 *)(param_1 + 0x19) = 0x3f800000;
param_1[0x1a] = 0;
param_1[0x1c] = 0;
param_1[0x1d] = 0;
param_1[0x1e] = 0;
return;
}
|
216_sha224sum_and_sha224sum_strip.c
|
__cxa_finalize
|
__cxa_finalize
|
/* WARNING: Control flow encountered bad instruction data */
void __cxa_finalize(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __cxa_finalize@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void __cxa_finalize(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1206914542')]
|
[('const-1', u'RETURN_-1206914542')]
| null | null |
0010f208
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __cxa_finalize(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void __cxa_finalize(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "__cxa_finalize(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 __cxa_finalize(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __cxa_finalize@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment (function_definition "void __cxa_finalize(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __cxa_finalize@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "__cxa_finalize(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __cxa_finalize@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void __cxa_finalize(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void __cxa_finalize(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__cxa_finalize(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void __cxa_finalize(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "__cxa_finalize(void)" (identifier "__cxa_finalize") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __cxa_finalize@@GLIBC_2.2.5 */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
195_less_and_less_strip.c
|
forw_loop
|
FUN_0010a4a0
|
int forw_loop(int until_hilite)
{
POSITION PVar1;
clear_attn();
clear_bot();
flush();
jump_forw_buffered();
PVar1 = ch_length();
ignore_eoi = 1;
highest_hilite = -1;
if (until_hilite != 0) {
highest_hilite = PVar1;
}
do {
if (sigs != 0) {
LAB_0010a52e:
ignore_eoi = 0;
ch_set_eof();
if ((sigs != 0) && ((sigs & 3U) == 0)) {
return (-(uint)(until_hilite == 0) & 0xfffffffa) + 0x38;
}
return 0x65;
}
if ((until_hilite != 0) && (PVar1 < highest_hilite)) {
bell();
goto LAB_0010a52e;
}
make_display();
forward(1,0,0);
} while( true );
}
|
int FUN_0010a4a0(int param_1)
{
long lVar1;
FUN_00117e10();
FUN_00106110();
FUN_00115b60();
FUN_00110a00();
lVar1 = FUN_00106b10();
DAT_0012e9cc = 1;
DAT_0012e9f0 = -1;
if (param_1 != 0) {
DAT_0012e9f0 = lVar1;
}
do {
if (DAT_0012eab8 != 0) {
LAB_0010a52e:
DAT_0012e9cc = 0;
FUN_00107130();
if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {
return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;
}
return 0x65;
}
if ((param_1 != 0) && (lVar1 < DAT_0012e9f0)) {
FUN_00105f10();
goto LAB_0010a52e;
}
FUN_0010a3f0();
FUN_0010f8b0(1,0,0);
} while( true );
}
|
PUSH RBP
XOR EAX,EAX
PUSH RBX
MOV EBX,EDI
SUB RSP,0x8
CALL 0x00117e10
XOR EAX,EAX
CALL 0x00106110
XOR EAX,EAX
CALL 0x00115b60
XOR EAX,EAX
CALL 0x00110a00
XOR EAX,EAX
CALL 0x00106b10
TEST EBX,EBX
MOV EDX,dword ptr [0x0012eab8]
MOV dword ptr [0x0012e9cc],0x1
MOV RBP,RAX
MOV RAX,-0x1
CMOVNZ RAX,RBP
MOV qword ptr [0x0012e9f0],RAX
TEST EDX,EDX
JNZ 0x0010a52e
NOP word ptr CS:[RAX + RAX*0x1]
XOR EAX,EAX
TEST EBX,EBX
JZ 0x0010a50f
CMP RBP,qword ptr [0x0012e9f0]
JL 0x0010a578
CALL 0x0010a3f0
XOR EAX,EAX
XOR EDX,EDX
XOR ESI,ESI
MOV EDI,0x1
CALL 0x0010f8b0
MOV EAX,dword ptr [0x0012eab8]
TEST EAX,EAX
JZ 0x0010a500
MOV dword ptr [0x0012e9cc],0x0
XOR EAX,EAX
CALL 0x00107130
MOV EDX,dword ptr [0x0012eab8]
MOV EAX,0x65
TEST EDX,EDX
JZ 0x0010a553
AND EDX,0x3
JZ 0x0010a560
ADD RSP,0x8
POP RBX
POP RBP
RET
CMP EBX,0x1
SBB EAX,EAX
ADD RSP,0x8
AND EAX,0xfffffffa
POP RBX
POP RBP
ADD EAX,0x38
RET
CALL 0x00105f10
JMP 0x0010a52e
| null | null | null | null |
[(u'CALL_-1206934242', u'INDIRECT_-1206933491'), (u'CALL_-1206934322', u'INDIRECT_-1206933549'), ('const-0', u'COPY_-1206934029'), ('tmp_878', u'INT_NOTEQUAL_-1206934227'), (u'CALL_-1206934101', u'INDIRECT_-1206933429'), (u'CALL_-1206934242', u'COPY_-1206933465'), (u'COPY_-1206934223', u'MULTIEQUAL_-1206933400'), ('tmp_601', u'CBRANCH_-1206933953'), ('const-101', u'COPY_-1206933673'), (u'CALL_-1206933823', u'INDIRECT_-1206933325'), (u'CALL_-1206934262', u'INDIRECT_-1206933512'), (u'INDIRECT_-1206933491', u'MULTIEQUAL_-1206933397'), (u'COPY_-1206933398', u'MULTIEQUAL_-1206933398'), (u'INDIRECT_-1206933312', u'MULTIEQUAL_-1206933381'), (u'INDIRECT_-1206933325', u'MULTIEQUAL_-1206933394'), (u'CALL_-1206933823', u'INDIRECT_-1206933312'), ('const--1', u'COPY_-1206934208'), (u'INT_NOTEQUAL_-1206934227', u'CBRANCH_-1206934193'), (u'INT_NOTEQUAL_-1206934168', u'CBRANCH_-1206934167'), ('const-0', u'INT_EQUAL_-1206933955'), (u'INT_NOTEQUAL_-1206933969', u'CBRANCH_-1206933969'), ('const-56', u'INT_ADD_-1206933834'), (u'CALL_-1206934322', u'INDIRECT_-1206933523'), (u'CALL_-1206934101', u'INDIRECT_-1206933442'), (u'INT_ADD_-1206933834', u'COPY_-1206933648'), (u'INDIRECT_-1206933397', u'COPY_-1206933400'), (u'CALL_-1206934242', u'INDIRECT_-1206933517'), ('tmp_573', u'CBRANCH_-1206933969'), (u'INDIRECT_-1206933371', u'INT_NOTEQUAL_-1206933969'), (u'CALL_-1206934242', u'INDIRECT_-1206933504'), ('const-0', u'INT_NOTEQUAL_-1206934168'), (u'INDIRECT_-1206933412', u'COPY_-1206933398'), (u'CALL_-1206934262', u'INDIRECT_-1206933499'), ('tmp_844', u'BRANCH_-1206933820'), (u'CALL_-1206934282', u'INDIRECT_-1206933520'), (u'MULTIEQUAL_-1206933397', u'MULTIEQUAL_-1206933381'), (u'CALL_-1206934322', u'INDIRECT_-1206933536'), (u'INDIRECT_-1206933397', u'COPY_-1206933425'), (u'CALL_-1206934262', u'INDIRECT_-1206933525'), (u'CALL_-1206934051', u'INDIRECT_-1206933425'), (u'CALL_-1206934051', u'INDIRECT_-1206933412'), ('const-0', u'CALL_-1206934051'), (u'COPY_-1206934208', u'COPY_-1206933466'), (u'INT_EQUAL_-1206933955', u'CBRANCH_-1206933953'), (u'MULTIEQUAL_-1206933398', u'INT_SLESS_-1206934101'), (u'CALL_-1206933998', u'INDIRECT_-1206933384'), ('const-0', u'INT_NOTEQUAL_-1206934227'), ('const-0', u'RETURN_-1206933920'), (u'CALL_-1206934302', u'INDIRECT_-1206933541'), (u'COPY_-1206933466', u'MULTIEQUAL_-1206933398'), (u'CALL_-1206933998', u'INDIRECT_-1206933397'), ('const-4294967290', u'INT_AND_-1206933849'), (u'COPY_-1206933673', u'RETURN_-1206933920'), ('tmp_256', u'CBRANCH_-1206934193'), ('tmp_346', u'CBRANCH_-1206934129'), (u'INDIRECT_-1206933371', u'COPY_-1206933399'), (u'INDIRECT_-1206933371', u'INT_AND_-1206933942'), ('const-0', u'INT_NOTEQUAL_-1206934129'), ('const-1', u'CALL_-1206934051'), (u'CALL_-1206934051', u'INDIRECT_-1206933399'), (u'INDIRECT_-1206933399', u'MULTIEQUAL_-1206933397'), ('tmp_878', u'INT_NOTEQUAL_-1206934129'), (u'INT_AND_-1206933849', u'INT_ADD_-1206933834'), (u'INT_AND_-1206933942', u'INT_EQUAL_-1206933955'), (u'CALL_-1206934101', u'INDIRECT_-1206933416'), (u'MULTIEQUAL_-1206933397', u'INT_NOTEQUAL_-1206934168'), (u'CALL_-1206934302', u'INDIRECT_-1206933528'), (u'INDIRECT_-1206933384', u'COPY_-1206933412'), (u'CALL_-1206933998', u'INDIRECT_-1206933371'), ('const-3', u'INT_AND_-1206933942'), (u'INT_ZEXT_-1206933892', u'INT_2COMP_-1206933409'), (u'COPY_-1206933648', u'RETURN_-1206933830'), (u'CALL_-1206934282', u'INDIRECT_-1206933507'), (u'INT_2COMP_-1206933409', u'INT_AND_-1206933849'), ('const-1', u'COPY_-1206934223'), (u'INDIRECT_-1206933384', u'COPY_-1206933387'), ('tmp_288', u'CBRANCH_-1206934167'), (u'MULTIEQUAL_-1206933398', u'MULTIEQUAL_-1206933394'), (u'INT_SLESS_-1206934101', u'CBRANCH_-1206934108'), (u'INT_NOTEQUAL_-1206934129', u'CBRANCH_-1206934129'), (u'CALL_-1206934302', u'INDIRECT_-1206933515'), (u'CALL_-1206933823', u'INDIRECT_-1206933338'), ('const-0', u'CALL_-1206934051'), (u'CALL_-1206934282', u'INDIRECT_-1206933533'), ('const-0', u'INT_NOTEQUAL_-1206933969'), ('tmp_878', u'INT_EQUAL_-1206933910'), (u'INDIRECT_-1206933371', u'COPY_-1206933374'), (u'INDIRECT_-1206933425', u'MULTIEQUAL_-1206933400'), ('const-0', u'RETURN_-1206933830'), (u'COPY_-1206933465', u'MULTIEQUAL_-1206933398'), (u'CALL_-1206934242', u'INT_SLESS_-1206934101'), ('const-0', u'INT_EQUAL_-1206933910'), ('tmp_379', u'CBRANCH_-1206934108'), (u'INT_EQUAL_-1206933910', u'INT_ZEXT_-1206933892')]
|
[(u'CALL_-1206934262', u'INDIRECT_-1206933511'), (u'CALL_-1206933823', u'INDIRECT_-1206933350'), (u'CALL_-1206934242', u'COPY_-1206933474'), ('const-0', u'COPY_-1206934029'), (u'CALL_-1206934302', u'INDIRECT_-1206933527'), (u'COPY_-1206934208', u'COPY_-1206933475'), ('tmp_601', u'CBRANCH_-1206933953'), (u'CALL_-1206934322', u'INDIRECT_-1206933535'), (u'CALL_-1206933998', u'INDIRECT_-1206933409'), (u'CALL_-1206934302', u'INDIRECT_-1206933540'), (u'MULTIEQUAL_-1206933407', u'INT_SLESS_-1206934101'), ('const-101', u'COPY_-1206933388'), ('const-0', u'INT_EQUAL_-1206933910'), (u'INT_ADD_-1206933834', u'COPY_-1206933348'), (u'CALL_-1206934302', u'INDIRECT_-1206933553'), ('tmp_2282', u'INT_NOTEQUAL_-1206934129'), ('const-0', u'CALL_-1206934051'), (u'INDIRECT_-1206933324', u'MULTIEQUAL_-1206933393'), (u'INDIRECT_-1206933383', u'COPY_-1206933386'), ('const--1', u'COPY_-1206934208'), (u'INT_NOTEQUAL_-1206934227', u'CBRANCH_-1206934193'), (u'INT_NOTEQUAL_-1206934168', u'CBRANCH_-1206934167'), ('const-0', u'INT_EQUAL_-1206933955'), (u'COPY_-1206933388', u'RETURN_-1206933920'), (u'INT_NOTEQUAL_-1206933969', u'CBRANCH_-1206933969'), ('tmp_2282', u'INT_NOTEQUAL_-1206934227'), ('const-56', u'INT_ADD_-1206933834'), (u'INDIRECT_-1206933503', u'MULTIEQUAL_-1206933406'), (u'INDIRECT_-1206933409', u'COPY_-1206933437'), (u'CALL_-1206933998', u'INDIRECT_-1206933396'), (u'INDIRECT_-1206933409', u'COPY_-1206933412'), ('tmp_573', u'CBRANCH_-1206933969'), (u'CALL_-1206933823', u'INDIRECT_-1206933324'), ('tmp_2282', u'INT_EQUAL_-1206933910'), (u'CALL_-1206934051', u'INDIRECT_-1206933437'), (u'CALL_-1206934282', u'INDIRECT_-1206933532'), ('const-0', u'CALL_-1206934051'), (u'MULTIEQUAL_-1206933407', u'MULTIEQUAL_-1206933406'), ('const-0', u'INT_NOTEQUAL_-1206934168'), (u'CALL_-1206934282', u'INDIRECT_-1206933519'), (u'INDIRECT_-1206933383', u'INT_AND_-1206933942'), ('tmp_844', u'BRANCH_-1206933820'), (u'INDIRECT_-1206933411', u'MULTIEQUAL_-1206933406'), (u'MULTIEQUAL_-1206933406', u'INT_NOTEQUAL_-1206934168'), (u'CALL_-1206934322', u'INDIRECT_-1206933548'), (u'CALL_-1206934051', u'INDIRECT_-1206933424'), (u'CALL_-1206934242', u'INDIRECT_-1206933529'), (u'COPY_-1206933475', u'MULTIEQUAL_-1206933407'), (u'CALL_-1206934101', u'INDIRECT_-1206933441'), (u'INDIRECT_-1206933337', u'MULTIEQUAL_-1206933406'), (u'INT_ZEXT_-1206933892', u'INT_2COMP_-1206933419'), (u'CALL_-1206934262', u'INDIRECT_-1206933524'), (u'CALL_-1206934101', u'INDIRECT_-1206933454'), (u'INT_EQUAL_-1206933955', u'CBRANCH_-1206933953'), ('const-0', u'INT_NOTEQUAL_-1206934227'), ('const-0', u'RETURN_-1206933920'), (u'INDIRECT_-1206933396', u'COPY_-1206933399'), ('const-4294967290', u'INT_AND_-1206933849'), ('tmp_256', u'CBRANCH_-1206934193'), ('tmp_346', u'CBRANCH_-1206934129'), (u'COPY_-1206933407', u'MULTIEQUAL_-1206933407'), (u'CALL_-1206934242', u'INDIRECT_-1206933503'), (u'INDIRECT_-1206933383', u'COPY_-1206933411'), (u'CALL_-1206934262', u'INDIRECT_-1206933537'), ('const-0', u'INT_NOTEQUAL_-1206934129'), (u'INDIRECT_-1206933396', u'COPY_-1206933424'), (u'INT_AND_-1206933849', u'INT_ADD_-1206933834'), (u'COPY_-1206934223', u'MULTIEQUAL_-1206933409'), (u'INT_AND_-1206933942', u'INT_EQUAL_-1206933955'), (u'CALL_-1206934101', u'INDIRECT_-1206933428'), (u'INT_2COMP_-1206933419', u'INT_AND_-1206933849'), (u'CALL_-1206933823', u'INDIRECT_-1206933337'), (u'INDIRECT_-1206933383', u'INT_NOTEQUAL_-1206933969'), ('const-3', u'INT_AND_-1206933942'), ('const-1', u'COPY_-1206934223'), (u'CALL_-1206934242', u'INDIRECT_-1206933516'), ('tmp_288', u'CBRANCH_-1206934167'), (u'CALL_-1206934051', u'INDIRECT_-1206933411'), (u'CALL_-1206934322', u'INDIRECT_-1206933561'), (u'COPY_-1206933474', u'MULTIEQUAL_-1206933407'), (u'INT_SLESS_-1206934101', u'CBRANCH_-1206934108'), (u'CALL_-1206933998', u'INDIRECT_-1206933383'), (u'COPY_-1206933348', u'RETURN_-1206933830'), (u'INT_NOTEQUAL_-1206934129', u'CBRANCH_-1206934129'), (u'CALL_-1206934282', u'INDIRECT_-1206933545'), ('const-1', u'CALL_-1206934051'), ('const-0', u'INT_NOTEQUAL_-1206933969'), (u'INDIRECT_-1206933424', u'COPY_-1206933407'), (u'MULTIEQUAL_-1206933406', u'MULTIEQUAL_-1206933393'), ('const-0', u'RETURN_-1206933830'), (u'INDIRECT_-1206933437', u'MULTIEQUAL_-1206933409'), (u'CALL_-1206934242', u'INT_SLESS_-1206934101'), ('tmp_379', u'CBRANCH_-1206934108'), (u'INT_EQUAL_-1206933910', u'INT_ZEXT_-1206933892')]
| null | null |
0010a4a0
|
x64
|
O2
|
(translation_unit "int FUN_0010a4a0(int param_1)\n\n{\n long lVar1;\n \n FUN_00117e10();\n FUN_00106110();\n FUN_00115b60();\n FUN_00110a00();\n lVar1 = FUN_00106b10();\n DAT_0012e9cc = 1;\n DAT_0012e9f0 = -1;\n if (param_1 != 0) {\n DAT_0012e9f0 = lVar1;\n }\n do {\n if (DAT_0012eab8 != 0) {\nLAB_0010a52e:\n DAT_0012e9cc = 0;\n FUN_00107130();\n if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }\n if ((param_1 != 0) && (lVar1 < DAT_0012e9f0)) {\n FUN_00105f10();\n goto LAB_0010a52e;\n }\n FUN_0010a3f0();\n FUN_0010f8b0(1,0,0);\n } while( true );\n}\n\n" (function_definition "int FUN_0010a4a0(int param_1)\n\n{\n long lVar1;\n \n FUN_00117e10();\n FUN_00106110();\n FUN_00115b60();\n FUN_00110a00();\n lVar1 = FUN_00106b10();\n DAT_0012e9cc = 1;\n DAT_0012e9f0 = -1;\n if (param_1 != 0) {\n DAT_0012e9f0 = lVar1;\n }\n do {\n if (DAT_0012eab8 != 0) {\nLAB_0010a52e:\n DAT_0012e9cc = 0;\n FUN_00107130();\n if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }\n if ((param_1 != 0) && (lVar1 < DAT_0012e9f0)) {\n FUN_00105f10();\n goto LAB_0010a52e;\n }\n FUN_0010a3f0();\n FUN_0010f8b0(1,0,0);\n } while( true );\n}" primitive_type (function_declarator "FUN_0010a4a0(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n long lVar1;\n \n FUN_00117e10();\n FUN_00106110();\n FUN_00115b60();\n FUN_00110a00();\n lVar1 = FUN_00106b10();\n DAT_0012e9cc = 1;\n DAT_0012e9f0 = -1;\n if (param_1 != 0) {\n DAT_0012e9f0 = lVar1;\n }\n do {\n if (DAT_0012eab8 != 0) {\nLAB_0010a52e:\n DAT_0012e9cc = 0;\n FUN_00107130();\n if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }\n if ((param_1 != 0) && (lVar1 < DAT_0012e9f0)) {\n FUN_00105f10();\n goto LAB_0010a52e;\n }\n FUN_0010a3f0();\n FUN_0010f8b0(1,0,0);\n } while( true );\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "FUN_00117e10();" (call_expression "FUN_00117e10()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00106110();" (call_expression "FUN_00106110()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00115b60();" (call_expression "FUN_00115b60()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00110a00();" (call_expression "FUN_00110a00()" identifier (argument_list "()" ( ))) ;) (expression_statement "lVar1 = FUN_00106b10();" (assignment_expression "lVar1 = FUN_00106b10()" identifier = (call_expression "FUN_00106b10()" identifier (argument_list "()" ( )))) ;) (expression_statement "DAT_0012e9cc = 1;" (assignment_expression "DAT_0012e9cc = 1" identifier = number_literal) ;) (expression_statement "DAT_0012e9f0 = -1;" (assignment_expression "DAT_0012e9f0 = -1" identifier = number_literal) ;) (if_statement "if (param_1 != 0) {\n DAT_0012e9f0 = lVar1;\n }" if (parenthesized_expression "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )) (compound_statement "{\n DAT_0012e9f0 = lVar1;\n }" { (expression_statement "DAT_0012e9f0 = lVar1;" (assignment_expression "DAT_0012e9f0 = lVar1" identifier = identifier) ;) })) (do_statement "do {\n if (DAT_0012eab8 != 0) {\nLAB_0010a52e:\n DAT_0012e9cc = 0;\n FUN_00107130();\n if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }\n if ((param_1 != 0) && (lVar1 < DAT_0012e9f0)) {\n FUN_00105f10();\n goto LAB_0010a52e;\n }\n FUN_0010a3f0();\n FUN_0010f8b0(1,0,0);\n } while( true );" do (compound_statement "{\n if (DAT_0012eab8 != 0) {\nLAB_0010a52e:\n DAT_0012e9cc = 0;\n FUN_00107130();\n if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }\n if ((param_1 != 0) && (lVar1 < DAT_0012e9f0)) {\n FUN_00105f10();\n goto LAB_0010a52e;\n }\n FUN_0010a3f0();\n FUN_0010f8b0(1,0,0);\n }" { (if_statement "if (DAT_0012eab8 != 0) {\nLAB_0010a52e:\n DAT_0012e9cc = 0;\n FUN_00107130();\n if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }" if (parenthesized_expression "(DAT_0012eab8 != 0)" ( (binary_expression "DAT_0012eab8 != 0" identifier != number_literal) )) (compound_statement "{\nLAB_0010a52e:\n DAT_0012e9cc = 0;\n FUN_00107130();\n if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }" { (labeled_statement "LAB_0010a52e:\n DAT_0012e9cc = 0;" statement_identifier : (expression_statement "DAT_0012e9cc = 0;" (assignment_expression "DAT_0012e9cc = 0" identifier = number_literal) ;)) (expression_statement "FUN_00107130();" (call_expression "FUN_00107130()" identifier (argument_list "()" ( ))) ;) (if_statement "if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }" if (parenthesized_expression "((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0))" ( (binary_expression "(DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)" (parenthesized_expression "(DAT_0012eab8 != 0)" ( (binary_expression "DAT_0012eab8 != 0" identifier != number_literal) )) && (parenthesized_expression "((DAT_0012eab8 & 3) == 0)" ( (binary_expression "(DAT_0012eab8 & 3) == 0" (parenthesized_expression "(DAT_0012eab8 & 3)" ( (binary_expression "DAT_0012eab8 & 3" identifier & number_literal) )) == number_literal) ))) )) (compound_statement "{\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }" { (return_statement "return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;" return (binary_expression "(-(uint)(param_1 == 0) & 0xfffffffa) + 0x38" (parenthesized_expression "(-(uint)(param_1 == 0) & 0xfffffffa)" ( (binary_expression "-(uint)(param_1 == 0) & 0xfffffffa" (unary_expression "-(uint)(param_1 == 0)" - (call_expression "(uint)(param_1 == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )))) & number_literal) )) + number_literal) ;) })) (return_statement "return 0x65;" return number_literal ;) })) (if_statement "if ((param_1 != 0) && (lVar1 < DAT_0012e9f0)) {\n FUN_00105f10();\n goto LAB_0010a52e;\n }" if (parenthesized_expression "((param_1 != 0) && (lVar1 < DAT_0012e9f0))" ( (binary_expression "(param_1 != 0) && (lVar1 < DAT_0012e9f0)" (parenthesized_expression "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )) && (parenthesized_expression "(lVar1 < DAT_0012e9f0)" ( (binary_expression "lVar1 < DAT_0012e9f0" identifier < identifier) ))) )) (compound_statement "{\n FUN_00105f10();\n goto LAB_0010a52e;\n }" { (expression_statement "FUN_00105f10();" (call_expression "FUN_00105f10()" identifier (argument_list "()" ( ))) ;) (goto_statement "goto LAB_0010a52e;" goto statement_identifier ;) })) (expression_statement "FUN_0010a3f0();" (call_expression "FUN_0010a3f0()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_0010f8b0(1,0,0);" (call_expression "FUN_0010f8b0(1,0,0)" identifier (argument_list "(1,0,0)" ( number_literal , number_literal , number_literal ))) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })))
|
(translation_unit "int forw_loop(int until_hilite)\n\n{\n POSITION PVar1;\n \n clear_attn();\n clear_bot();\n flush();\n jump_forw_buffered();\n PVar1 = ch_length();\n ignore_eoi = 1;\n highest_hilite = -1;\n if (until_hilite != 0) {\n highest_hilite = PVar1;\n }\n do {\n if (sigs != 0) {\nLAB_0010a52e:\n ignore_eoi = 0;\n ch_set_eof();\n if ((sigs != 0) && ((sigs & 3U) == 0)) {\n return (-(uint)(until_hilite == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }\n if ((until_hilite != 0) && (PVar1 < highest_hilite)) {\n bell();\n goto LAB_0010a52e;\n }\n make_display();\n forward(1,0,0);\n } while( true );\n}\n\n" (function_definition "int forw_loop(int until_hilite)\n\n{\n POSITION PVar1;\n \n clear_attn();\n clear_bot();\n flush();\n jump_forw_buffered();\n PVar1 = ch_length();\n ignore_eoi = 1;\n highest_hilite = -1;\n if (until_hilite != 0) {\n highest_hilite = PVar1;\n }\n do {\n if (sigs != 0) {\nLAB_0010a52e:\n ignore_eoi = 0;\n ch_set_eof();\n if ((sigs != 0) && ((sigs & 3U) == 0)) {\n return (-(uint)(until_hilite == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }\n if ((until_hilite != 0) && (PVar1 < highest_hilite)) {\n bell();\n goto LAB_0010a52e;\n }\n make_display();\n forward(1,0,0);\n } while( true );\n}" primitive_type (function_declarator "forw_loop(int until_hilite)" identifier (parameter_list "(int until_hilite)" ( (parameter_declaration "int until_hilite" primitive_type identifier) ))) (compound_statement "{\n POSITION PVar1;\n \n clear_attn();\n clear_bot();\n flush();\n jump_forw_buffered();\n PVar1 = ch_length();\n ignore_eoi = 1;\n highest_hilite = -1;\n if (until_hilite != 0) {\n highest_hilite = PVar1;\n }\n do {\n if (sigs != 0) {\nLAB_0010a52e:\n ignore_eoi = 0;\n ch_set_eof();\n if ((sigs != 0) && ((sigs & 3U) == 0)) {\n return (-(uint)(until_hilite == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }\n if ((until_hilite != 0) && (PVar1 < highest_hilite)) {\n bell();\n goto LAB_0010a52e;\n }\n make_display();\n forward(1,0,0);\n } while( true );\n}" { (declaration "POSITION PVar1;" type_identifier identifier ;) (expression_statement "clear_attn();" (call_expression "clear_attn()" identifier (argument_list "()" ( ))) ;) (expression_statement "clear_bot();" (call_expression "clear_bot()" identifier (argument_list "()" ( ))) ;) (expression_statement "flush();" (call_expression "flush()" identifier (argument_list "()" ( ))) ;) (expression_statement "jump_forw_buffered();" (call_expression "jump_forw_buffered()" identifier (argument_list "()" ( ))) ;) (expression_statement "PVar1 = ch_length();" (assignment_expression "PVar1 = ch_length()" identifier = (call_expression "ch_length()" identifier (argument_list "()" ( )))) ;) (expression_statement "ignore_eoi = 1;" (assignment_expression "ignore_eoi = 1" identifier = number_literal) ;) (expression_statement "highest_hilite = -1;" (assignment_expression "highest_hilite = -1" identifier = number_literal) ;) (if_statement "if (until_hilite != 0) {\n highest_hilite = PVar1;\n }" if (parenthesized_expression "(until_hilite != 0)" ( (binary_expression "until_hilite != 0" identifier != number_literal) )) (compound_statement "{\n highest_hilite = PVar1;\n }" { (expression_statement "highest_hilite = PVar1;" (assignment_expression "highest_hilite = PVar1" identifier = identifier) ;) })) (do_statement "do {\n if (sigs != 0) {\nLAB_0010a52e:\n ignore_eoi = 0;\n ch_set_eof();\n if ((sigs != 0) && ((sigs & 3U) == 0)) {\n return (-(uint)(until_hilite == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }\n if ((until_hilite != 0) && (PVar1 < highest_hilite)) {\n bell();\n goto LAB_0010a52e;\n }\n make_display();\n forward(1,0,0);\n } while( true );" do (compound_statement "{\n if (sigs != 0) {\nLAB_0010a52e:\n ignore_eoi = 0;\n ch_set_eof();\n if ((sigs != 0) && ((sigs & 3U) == 0)) {\n return (-(uint)(until_hilite == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }\n if ((until_hilite != 0) && (PVar1 < highest_hilite)) {\n bell();\n goto LAB_0010a52e;\n }\n make_display();\n forward(1,0,0);\n }" { (if_statement "if (sigs != 0) {\nLAB_0010a52e:\n ignore_eoi = 0;\n ch_set_eof();\n if ((sigs != 0) && ((sigs & 3U) == 0)) {\n return (-(uint)(until_hilite == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }" if (parenthesized_expression "(sigs != 0)" ( (binary_expression "sigs != 0" identifier != number_literal) )) (compound_statement "{\nLAB_0010a52e:\n ignore_eoi = 0;\n ch_set_eof();\n if ((sigs != 0) && ((sigs & 3U) == 0)) {\n return (-(uint)(until_hilite == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }" { (labeled_statement "LAB_0010a52e:\n ignore_eoi = 0;" statement_identifier : (expression_statement "ignore_eoi = 0;" (assignment_expression "ignore_eoi = 0" identifier = number_literal) ;)) (expression_statement "ch_set_eof();" (call_expression "ch_set_eof()" identifier (argument_list "()" ( ))) ;) (if_statement "if ((sigs != 0) && ((sigs & 3U) == 0)) {\n return (-(uint)(until_hilite == 0) & 0xfffffffa) + 0x38;\n }" if (parenthesized_expression "((sigs != 0) && ((sigs & 3U) == 0))" ( (binary_expression "(sigs != 0) && ((sigs & 3U) == 0)" (parenthesized_expression "(sigs != 0)" ( (binary_expression "sigs != 0" identifier != number_literal) )) && (parenthesized_expression "((sigs & 3U) == 0)" ( (binary_expression "(sigs & 3U) == 0" (parenthesized_expression "(sigs & 3U)" ( (binary_expression "sigs & 3U" identifier & number_literal) )) == number_literal) ))) )) (compound_statement "{\n return (-(uint)(until_hilite == 0) & 0xfffffffa) + 0x38;\n }" { (return_statement "return (-(uint)(until_hilite == 0) & 0xfffffffa) + 0x38;" return (binary_expression "(-(uint)(until_hilite == 0) & 0xfffffffa) + 0x38" (parenthesized_expression "(-(uint)(until_hilite == 0) & 0xfffffffa)" ( (binary_expression "-(uint)(until_hilite == 0) & 0xfffffffa" (unary_expression "-(uint)(until_hilite == 0)" - (call_expression "(uint)(until_hilite == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(until_hilite == 0)" ( (binary_expression "until_hilite == 0" identifier == number_literal) )))) & number_literal) )) + number_literal) ;) })) (return_statement "return 0x65;" return number_literal ;) })) (if_statement "if ((until_hilite != 0) && (PVar1 < highest_hilite)) {\n bell();\n goto LAB_0010a52e;\n }" if (parenthesized_expression "((until_hilite != 0) && (PVar1 < highest_hilite))" ( (binary_expression "(until_hilite != 0) && (PVar1 < highest_hilite)" (parenthesized_expression "(until_hilite != 0)" ( (binary_expression "until_hilite != 0" identifier != number_literal) )) && (parenthesized_expression "(PVar1 < highest_hilite)" ( (binary_expression "PVar1 < highest_hilite" identifier < identifier) ))) )) (compound_statement "{\n bell();\n goto LAB_0010a52e;\n }" { (expression_statement "bell();" (call_expression "bell()" identifier (argument_list "()" ( ))) ;) (goto_statement "goto LAB_0010a52e;" goto statement_identifier ;) })) (expression_statement "make_display();" (call_expression "make_display()" identifier (argument_list "()" ( ))) ;) (expression_statement "forward(1,0,0);" (call_expression "forward(1,0,0)" identifier (argument_list "(1,0,0)" ( number_literal , number_literal , number_literal ))) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })))
|
(translation_unit "int FUN_0010a4a0(int param_1)\n\n{\n long lVar1;\n \n FUN_00117e10();\n FUN_00106110();\n FUN_00115b60();\n FUN_00110a00();\n lVar1 = FUN_00106b10();\n DAT_0012e9cc = 1;\n DAT_0012e9f0 = -1;\n if (param_1 != 0) {\n DAT_0012e9f0 = lVar1;\n }\n do {\n if (DAT_0012eab8 != 0) {\nLAB_0010a52e:\n DAT_0012e9cc = 0;\n FUN_00107130();\n if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }\n if ((param_1 != 0) && (lVar1 < DAT_0012e9f0)) {\n FUN_00105f10();\n goto LAB_0010a52e;\n }\n FUN_0010a3f0();\n FUN_0010f8b0(1,0,0);\n } while( true );\n}\n\n" (function_definition "int FUN_0010a4a0(int param_1)\n\n{\n long lVar1;\n \n FUN_00117e10();\n FUN_00106110();\n FUN_00115b60();\n FUN_00110a00();\n lVar1 = FUN_00106b10();\n DAT_0012e9cc = 1;\n DAT_0012e9f0 = -1;\n if (param_1 != 0) {\n DAT_0012e9f0 = lVar1;\n }\n do {\n if (DAT_0012eab8 != 0) {\nLAB_0010a52e:\n DAT_0012e9cc = 0;\n FUN_00107130();\n if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }\n if ((param_1 != 0) && (lVar1 < DAT_0012e9f0)) {\n FUN_00105f10();\n goto LAB_0010a52e;\n }\n FUN_0010a3f0();\n FUN_0010f8b0(1,0,0);\n } while( true );\n}" primitive_type (function_declarator "FUN_0010a4a0(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n long lVar1;\n \n FUN_00117e10();\n FUN_00106110();\n FUN_00115b60();\n FUN_00110a00();\n lVar1 = FUN_00106b10();\n DAT_0012e9cc = 1;\n DAT_0012e9f0 = -1;\n if (param_1 != 0) {\n DAT_0012e9f0 = lVar1;\n }\n do {\n if (DAT_0012eab8 != 0) {\nLAB_0010a52e:\n DAT_0012e9cc = 0;\n FUN_00107130();\n if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }\n if ((param_1 != 0) && (lVar1 < DAT_0012e9f0)) {\n FUN_00105f10();\n goto LAB_0010a52e;\n }\n FUN_0010a3f0();\n FUN_0010f8b0(1,0,0);\n } while( true );\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "FUN_00117e10();" (call_expression "FUN_00117e10()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00106110();" (call_expression "FUN_00106110()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00115b60();" (call_expression "FUN_00115b60()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00110a00();" (call_expression "FUN_00110a00()" identifier (argument_list "()" ( ))) ;) (expression_statement "lVar1 = FUN_00106b10();" (assignment_expression "lVar1 = FUN_00106b10()" identifier = (call_expression "FUN_00106b10()" identifier (argument_list "()" ( )))) ;) (expression_statement "DAT_0012e9cc = 1;" (assignment_expression "DAT_0012e9cc = 1" identifier = number_literal) ;) (expression_statement "DAT_0012e9f0 = -1;" (assignment_expression "DAT_0012e9f0 = -1" identifier = number_literal) ;) (if_statement "if (param_1 != 0) {\n DAT_0012e9f0 = lVar1;\n }" if (parenthesized_expression "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )) (compound_statement "{\n DAT_0012e9f0 = lVar1;\n }" { (expression_statement "DAT_0012e9f0 = lVar1;" (assignment_expression "DAT_0012e9f0 = lVar1" identifier = identifier) ;) })) (do_statement "do {\n if (DAT_0012eab8 != 0) {\nLAB_0010a52e:\n DAT_0012e9cc = 0;\n FUN_00107130();\n if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }\n if ((param_1 != 0) && (lVar1 < DAT_0012e9f0)) {\n FUN_00105f10();\n goto LAB_0010a52e;\n }\n FUN_0010a3f0();\n FUN_0010f8b0(1,0,0);\n } while( true );" do (compound_statement "{\n if (DAT_0012eab8 != 0) {\nLAB_0010a52e:\n DAT_0012e9cc = 0;\n FUN_00107130();\n if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }\n if ((param_1 != 0) && (lVar1 < DAT_0012e9f0)) {\n FUN_00105f10();\n goto LAB_0010a52e;\n }\n FUN_0010a3f0();\n FUN_0010f8b0(1,0,0);\n }" { (if_statement "if (DAT_0012eab8 != 0) {\nLAB_0010a52e:\n DAT_0012e9cc = 0;\n FUN_00107130();\n if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }" if (parenthesized_expression "(DAT_0012eab8 != 0)" ( (binary_expression "DAT_0012eab8 != 0" identifier != number_literal) )) (compound_statement "{\nLAB_0010a52e:\n DAT_0012e9cc = 0;\n FUN_00107130();\n if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }" { (labeled_statement "LAB_0010a52e:\n DAT_0012e9cc = 0;" statement_identifier : (expression_statement "DAT_0012e9cc = 0;" (assignment_expression "DAT_0012e9cc = 0" identifier = number_literal) ;)) (expression_statement "FUN_00107130();" (call_expression "FUN_00107130()" identifier (argument_list "()" ( ))) ;) (if_statement "if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }" if (parenthesized_expression "((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0))" ( (binary_expression "(DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)" (parenthesized_expression "(DAT_0012eab8 != 0)" ( (binary_expression "DAT_0012eab8 != 0" identifier != number_literal) )) && (parenthesized_expression "((DAT_0012eab8 & 3) == 0)" ( (binary_expression "(DAT_0012eab8 & 3) == 0" (parenthesized_expression "(DAT_0012eab8 & 3)" ( (binary_expression "DAT_0012eab8 & 3" identifier & number_literal) )) == number_literal) ))) )) (compound_statement "{\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }" { (return_statement "return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;" return (binary_expression "(-(uint)(param_1 == 0) & 0xfffffffa) + 0x38" (parenthesized_expression "(-(uint)(param_1 == 0) & 0xfffffffa)" ( (binary_expression "-(uint)(param_1 == 0) & 0xfffffffa" (unary_expression "-(uint)(param_1 == 0)" - (call_expression "(uint)(param_1 == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )))) & number_literal) )) + number_literal) ;) })) (return_statement "return 0x65;" return number_literal ;) })) (if_statement "if ((param_1 != 0) && (lVar1 < DAT_0012e9f0)) {\n FUN_00105f10();\n goto LAB_0010a52e;\n }" if (parenthesized_expression "((param_1 != 0) && (lVar1 < DAT_0012e9f0))" ( (binary_expression "(param_1 != 0) && (lVar1 < DAT_0012e9f0)" (parenthesized_expression "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )) && (parenthesized_expression "(lVar1 < DAT_0012e9f0)" ( (binary_expression "lVar1 < DAT_0012e9f0" identifier < identifier) ))) )) (compound_statement "{\n FUN_00105f10();\n goto LAB_0010a52e;\n }" { (expression_statement "FUN_00105f10();" (call_expression "FUN_00105f10()" identifier (argument_list "()" ( ))) ;) (goto_statement "goto LAB_0010a52e;" goto statement_identifier ;) })) (expression_statement "FUN_0010a3f0();" (call_expression "FUN_0010a3f0()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_0010f8b0(1,0,0);" (call_expression "FUN_0010f8b0(1,0,0)" identifier (argument_list "(1,0,0)" ( number_literal , number_literal , number_literal ))) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (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 IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_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 = IDENT) ;) })) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = LIT) ;)) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) ))) )) (compound_statement { (return_statement return (binary_expression (parenthesized_expression ( (binary_expression (unary_expression - (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT == LIT) )))) & LIT) )) + LIT) ;) })) (return_statement return LIT ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (binary_expression IDENT < IDENT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( LIT , LIT , LIT ))) ;) }) while (parenthesized_expression ( BOOL )) ;) })))
|
(function_definition "int FUN_0010a4a0(int param_1)\n\n{\n long lVar1;\n \n FUN_00117e10();\n FUN_00106110();\n FUN_00115b60();\n FUN_00110a00();\n lVar1 = FUN_00106b10();\n DAT_0012e9cc = 1;\n DAT_0012e9f0 = -1;\n if (param_1 != 0) {\n DAT_0012e9f0 = lVar1;\n }\n do {\n if (DAT_0012eab8 != 0) {\nLAB_0010a52e:\n DAT_0012e9cc = 0;\n FUN_00107130();\n if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }\n if ((param_1 != 0) && (lVar1 < DAT_0012e9f0)) {\n FUN_00105f10();\n goto LAB_0010a52e;\n }\n FUN_0010a3f0();\n FUN_0010f8b0(1,0,0);\n } while( true );\n}" (primitive_type "int") (function_declarator "FUN_0010a4a0(int param_1)" (identifier "FUN_0010a4a0") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (compound_statement "{\n long lVar1;\n \n FUN_00117e10();\n FUN_00106110();\n FUN_00115b60();\n FUN_00110a00();\n lVar1 = FUN_00106b10();\n DAT_0012e9cc = 1;\n DAT_0012e9f0 = -1;\n if (param_1 != 0) {\n DAT_0012e9f0 = lVar1;\n }\n do {\n if (DAT_0012eab8 != 0) {\nLAB_0010a52e:\n DAT_0012e9cc = 0;\n FUN_00107130();\n if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }\n if ((param_1 != 0) && (lVar1 < DAT_0012e9f0)) {\n FUN_00105f10();\n goto LAB_0010a52e;\n }\n FUN_0010a3f0();\n FUN_0010f8b0(1,0,0);\n } while( true );\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (expression_statement "FUN_00117e10();" (call_expression "FUN_00117e10()" (identifier "FUN_00117e10") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_00106110();" (call_expression "FUN_00106110()" (identifier "FUN_00106110") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_00115b60();" (call_expression "FUN_00115b60()" (identifier "FUN_00115b60") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_00110a00();" (call_expression "FUN_00110a00()" (identifier "FUN_00110a00") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "lVar1 = FUN_00106b10();" (assignment_expression "lVar1 = FUN_00106b10()" (identifier "lVar1") (= "=") (call_expression "FUN_00106b10()" (identifier "FUN_00106b10") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "DAT_0012e9cc = 1;" (assignment_expression "DAT_0012e9cc = 1" (identifier "DAT_0012e9cc") (= "=") (number_literal "1")) (; ";")) (expression_statement "DAT_0012e9f0 = -1;" (assignment_expression "DAT_0012e9f0 = -1" (identifier "DAT_0012e9f0") (= "=") (number_literal "-1")) (; ";")) (if_statement "if (param_1 != 0) {\n DAT_0012e9f0 = lVar1;\n }" (if "if") (parenthesized_expression "(param_1 != 0)" (( "(") (binary_expression "param_1 != 0" (identifier "param_1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n DAT_0012e9f0 = lVar1;\n }" ({ "{") (expression_statement "DAT_0012e9f0 = lVar1;" (assignment_expression "DAT_0012e9f0 = lVar1" (identifier "DAT_0012e9f0") (= "=") (identifier "lVar1")) (; ";")) (} "}"))) (do_statement "do {\n if (DAT_0012eab8 != 0) {\nLAB_0010a52e:\n DAT_0012e9cc = 0;\n FUN_00107130();\n if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }\n if ((param_1 != 0) && (lVar1 < DAT_0012e9f0)) {\n FUN_00105f10();\n goto LAB_0010a52e;\n }\n FUN_0010a3f0();\n FUN_0010f8b0(1,0,0);\n } while( true );" (do "do") (compound_statement "{\n if (DAT_0012eab8 != 0) {\nLAB_0010a52e:\n DAT_0012e9cc = 0;\n FUN_00107130();\n if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }\n if ((param_1 != 0) && (lVar1 < DAT_0012e9f0)) {\n FUN_00105f10();\n goto LAB_0010a52e;\n }\n FUN_0010a3f0();\n FUN_0010f8b0(1,0,0);\n }" ({ "{") (if_statement "if (DAT_0012eab8 != 0) {\nLAB_0010a52e:\n DAT_0012e9cc = 0;\n FUN_00107130();\n if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }" (if "if") (parenthesized_expression "(DAT_0012eab8 != 0)" (( "(") (binary_expression "DAT_0012eab8 != 0" (identifier "DAT_0012eab8") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\nLAB_0010a52e:\n DAT_0012e9cc = 0;\n FUN_00107130();\n if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }\n return 0x65;\n }" ({ "{") (labeled_statement "LAB_0010a52e:\n DAT_0012e9cc = 0;" (statement_identifier "LAB_0010a52e") (: ":") (expression_statement "DAT_0012e9cc = 0;" (assignment_expression "DAT_0012e9cc = 0" (identifier "DAT_0012e9cc") (= "=") (number_literal "0")) (; ";"))) (expression_statement "FUN_00107130();" (call_expression "FUN_00107130()" (identifier "FUN_00107130") (argument_list "()" (( "(") () ")"))) (; ";")) (if_statement "if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }" (if "if") (parenthesized_expression "((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0))" (( "(") (binary_expression "(DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)" (parenthesized_expression "(DAT_0012eab8 != 0)" (( "(") (binary_expression "DAT_0012eab8 != 0" (identifier "DAT_0012eab8") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "((DAT_0012eab8 & 3) == 0)" (( "(") (binary_expression "(DAT_0012eab8 & 3) == 0" (parenthesized_expression "(DAT_0012eab8 & 3)" (( "(") (binary_expression "DAT_0012eab8 & 3" (identifier "DAT_0012eab8") (& "&") (number_literal "3")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;\n }" ({ "{") (return_statement "return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;" (return "return") (binary_expression "(-(uint)(param_1 == 0) & 0xfffffffa) + 0x38" (parenthesized_expression "(-(uint)(param_1 == 0) & 0xfffffffa)" (( "(") (binary_expression "-(uint)(param_1 == 0) & 0xfffffffa" (unary_expression "-(uint)(param_1 == 0)" (- "-") (call_expression "(uint)(param_1 == 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(param_1 == 0)" (( "(") (binary_expression "param_1 == 0" (identifier "param_1") (== "==") (number_literal "0")) () ")")))) (& "&") (number_literal "0xfffffffa")) () ")")) (+ "+") (number_literal "0x38")) (; ";")) (} "}"))) (return_statement "return 0x65;" (return "return") (number_literal "0x65") (; ";")) (} "}"))) (if_statement "if ((param_1 != 0) && (lVar1 < DAT_0012e9f0)) {\n FUN_00105f10();\n goto LAB_0010a52e;\n }" (if "if") (parenthesized_expression "((param_1 != 0) && (lVar1 < DAT_0012e9f0))" (( "(") (binary_expression "(param_1 != 0) && (lVar1 < DAT_0012e9f0)" (parenthesized_expression "(param_1 != 0)" (( "(") (binary_expression "param_1 != 0" (identifier "param_1") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(lVar1 < DAT_0012e9f0)" (( "(") (binary_expression "lVar1 < DAT_0012e9f0" (identifier "lVar1") (< "<") (identifier "DAT_0012e9f0")) () ")"))) () ")")) (compound_statement "{\n FUN_00105f10();\n goto LAB_0010a52e;\n }" ({ "{") (expression_statement "FUN_00105f10();" (call_expression "FUN_00105f10()" (identifier "FUN_00105f10") (argument_list "()" (( "(") () ")"))) (; ";")) (goto_statement "goto LAB_0010a52e;" (goto "goto") (statement_identifier "LAB_0010a52e") (; ";")) (} "}"))) (expression_statement "FUN_0010a3f0();" (call_expression "FUN_0010a3f0()" (identifier "FUN_0010a3f0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_0010f8b0(1,0,0);" (call_expression "FUN_0010f8b0(1,0,0)" (identifier "FUN_0010f8b0") (argument_list "(1,0,0)" (( "(") (number_literal "1") (, ",") (number_literal "0") (, ",") (number_literal "0") () ")"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}")))
|
int function_1(int var_6)
{
type_1 var_9;
var_1();
var_2();
var_3();
var_4();
var_9 = var_5();
ignore_eoi = 1;
var_10 = -1;
if (var_6 != 0) {
var_10 = var_9;
}
do {
if (var_7 != 0) {
LAB_0010a52e:
ignore_eoi = 0;
var_8();
if ((var_7 != 0) && ((var_7 & 3U) == 0)) {
return (-(uint)(var_6 == 0) & 0xfffffffa) + 0x38;
}
return 0x65;
}
if ((var_6 != 0) && (var_9 < var_10)) {
var_11();
goto LAB_0010a52e;
}
var_12();
var_13(1,0,0);
} while( true );
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (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: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (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))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (return_statement (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))))) (return_statement (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (goto_statement label: (statement_identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (number_literal) (number_literal))))) condition: (parenthesized_expression (true))))))
| null |
int MASKED(int param_1)
{
long lVar1;
FUN_00117e10();
FUN_00106110();
FUN_00115b60();
FUN_00110a00();
lVar1 = FUN_00106b10();
DAT_0012e9cc = 1;
DAT_0012e9f0 = -1;
if (param_1 != 0) {
DAT_0012e9f0 = lVar1;
}
do {
if (DAT_0012eab8 != 0) {
LAB_0010a52e:
DAT_0012e9cc = 0;
FUN_00107130();
if ((DAT_0012eab8 != 0) && ((DAT_0012eab8 & 3) == 0)) {
return (-(uint)(param_1 == 0) & 0xfffffffa) + 0x38;
}
return 0x65;
}
if ((param_1 != 0) && (lVar1 < DAT_0012e9f0)) {
FUN_00105f10();
goto LAB_0010a52e;
}
FUN_0010a3f0();
FUN_0010f8b0(1,0,0);
} while( true );
}
|
68_nproc_and_nproc_strip.c
|
parse_omp_threads
|
FUN_00102ab0
|
ulong parse_omp_threads(char *threads)
{
ulong uVar1;
ulong uVar2;
byte bVar3;
long in_FS_OFFSET;
char *endptr;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
bVar3 = *threads;
while (bVar3 != 0) {
if (0x20 < (uint)(int)(char)bVar3) {
uVar2 = 0;
if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;
endptr = (char *)0x0;
uVar2 = strtoul(threads,&endptr,10);
if (endptr != (char *)0x0) {
bVar3 = *endptr;
if (bVar3 == 0) goto LAB_00102b18;
if (0x20 < bVar3) goto LAB_00102bb0;
uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;
goto joined_r0x00102b7d;
}
break;
}
uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;
if (uVar2 == 0) goto LAB_00102b18;
threads = (char *)((byte *)threads + 1);
bVar3 = *threads;
}
LAB_00102bb9:
uVar2 = 0;
LAB_00102b18:
if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {
return uVar2;
}
/* WARNING: Subroutine does not return */
__stack_chk_fail();
joined_r0x00102b7d:
if (uVar1 == 0) goto LAB_00102bb0;
endptr = (char *)((byte *)endptr + 1);
bVar3 = *endptr;
if (bVar3 == 0) goto LAB_00102b18;
if (0x20 < bVar3) goto LAB_00102bb0;
uVar1 = 1L << (bVar3 & 0x3f) & 0x100003e00;
goto joined_r0x00102b7d;
LAB_00102bb0:
if (bVar3 == 0x2c) goto LAB_00102b18;
goto LAB_00102bb9;
}
|
ulong FUN_00102ab0(byte *param_1)
{
ulong uVar1;
ulong uVar2;
byte bVar3;
long in_FS_OFFSET;
byte *local_18;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
bVar3 = *param_1;
while (bVar3 != 0) {
if (0x20 < (uint)(int)(char)bVar3) {
uVar2 = 0;
if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;
local_18 = (byte *)0x0;
uVar2 = strtoul((char *)param_1,(char **)&local_18,10);
if (local_18 != (byte *)0x0) {
bVar3 = *local_18;
if (bVar3 == 0) goto LAB_00102b18;
if (0x20 < bVar3) goto LAB_00102bb0;
uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;
goto joined_r0x00102b7d;
}
break;
}
uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;
if (uVar2 == 0) goto LAB_00102b18;
param_1 = param_1 + 1;
bVar3 = *param_1;
}
LAB_00102bb9:
uVar2 = 0;
LAB_00102b18:
if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {
return uVar2;
}
/* WARNING: Subroutine does not return */
__stack_chk_fail();
joined_r0x00102b7d:
if (uVar1 == 0) goto LAB_00102bb0;
local_18 = local_18 + 1;
bVar3 = *local_18;
if (bVar3 == 0) goto LAB_00102b18;
if (0x20 < bVar3) goto LAB_00102bb0;
uVar1 = 1L << (bVar3 & 0x3f) & 0x100003e00;
goto joined_r0x00102b7d;
LAB_00102bb0:
if (bVar3 == 0x2c) goto LAB_00102b18;
goto LAB_00102bb9;
}
|
SUB RSP,0x18
MOVZX ECX,byte ptr [RDI]
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RSP + 0x8],RAX
XOR EAX,EAX
TEST CL,CL
JZ 0x00102bb9
MOVSX EAX,CL
CMP EAX,0x20
JA 0x00102b38
MOV EAX,0x1
MOV ESI,0x1
MOV RDX,0x100003e00
SHL RAX,CL
AND RAX,RDX
JZ 0x00102b18
ADD RDI,0x1
MOVZX ECX,byte ptr [RDI]
TEST CL,CL
JZ 0x00102bb9
MOVSX EAX,CL
CMP EAX,0x20
JA 0x00102b38
MOV RAX,RSI
SHL RAX,CL
AND RAX,RDX
JNZ 0x00102af3
NOP dword ptr [RAX]
MOV RSI,qword ptr [RSP + 0x8]
XOR RSI,qword ptr FS:[0x28]
JNZ 0x00102bc0
ADD RSP,0x18
RET
LEA EDX,[RAX + -0x30]
XOR EAX,EAX
CMP EDX,0x9
JA 0x00102b18
MOV EDX,0xa
MOV RSI,RSP
MOV qword ptr [RSP],0x0
CALL 0x00102290
MOV RDX,qword ptr [RSP]
TEST RDX,RDX
JZ 0x00102bb9
MOVZX ECX,byte ptr [RDX]
TEST CL,CL
JZ 0x00102b18
MOVSX ESI,CL
CMP ESI,0x20
JA 0x00102bb0
MOV RSI,0x100003e00
BT RSI,RCX
JNC 0x00102bb0
ADD RDX,0x1
MOV R8D,0x1
MOV qword ptr [RSP],RDX
MOVZX ECX,byte ptr [RDX]
TEST CL,CL
JZ 0x00102b18
MOVSX EDI,CL
CMP EDI,0x20
JA 0x00102bb0
MOV RDI,R8
ADD RDX,0x1
SHL RDI,CL
TEST RDI,RSI
JNZ 0x00102b89
NOP dword ptr [RAX + RAX*0x1]
CMP CL,0x2c
JZ 0x00102b18
XOR EAX,EAX
JMP 0x00102b18
CALL 0x00102110
| null | null | null | null |
[(u'LOAD_-1206965047', u'INT_LESS_-1206964995'), (u'MULTIEQUAL_-1206964300', u'MULTIEQUAL_-1206964289'), (u'INT_AND_-1206964920', u'MULTIEQUAL_-1206964323'), ('const-1', u'PTRADD_-1206965347'), ('const-0', u'COPY_-1206964666'), ('const-63', u'INT_AND_-1206964962'), ('tmp_780', u'CBRANCH_-1206965096'), (u'MULTIEQUAL_-1206964289', u'MULTIEQUAL_-1206964453'), ('const-1', u'PTRADD_-1206965347'), (u'COPY_-1206964538', u'MULTIEQUAL_-1206964638'), (u'INDIRECT_-1206964390', u'MULTIEQUAL_-1206964446'), (u'CALL_-1206965086', u'INDIRECT_-1206964279'), (u'PTRADD_-1206965347', u'CAST_-1206964433'), (u'INT_SEXT_-1206965497', u'INT_SUB_-1206964504'), ('tmp_3093', u'MULTIEQUAL_-1206964554'), (u'MULTIEQUAL_-1206964327', u'MULTIEQUAL_-1206964300'), ('const-4294983168', u'INT_RIGHT_-1206965056'), (u'LOAD_-1206965047', u'MULTIEQUAL_-1206964329'), ('tmp_3093', u'MULTIEQUAL_-1206964394'), ('const-0', u'COPY_-1206965178'), (u'INT_ZEXT_-1206964580', u'INT_AND_-1206965060'), (u'MULTIEQUAL_-1206964300', u'MULTIEQUAL_-1206964453'), (u'MULTIEQUAL_-1206964487', u'CAST_-1206964434'), (u'INT_SEXT_-1206965497', u'CAST_-1206964467'), ('const-44', u'INT_EQUAL_-1206964910'), (u'MULTIEQUAL_-1206964327', u'CAST_-1206964296'), ('tmp_708', u'CBRANCH_-1206965139'), (u'INT_LESS_-1206965481', u'CBRANCH_-1206965490'), ('const-4294983168', u'INT_AND_-1206965400'), (u'MULTIEQUAL_-1206964394', u'MULTIEQUAL_-1206964554'), (u'LOAD_-1206965047', u'INT_AND_-1206964962'), (u'INDIRECT_-1206964390', u'MULTIEQUAL_-1206964286'), ('const-1', u'PTRADD_-1206965008'), (u'INT_RIGHT_-1206965056', u'INT_AND_-1206965058'), (u'INT_AND_-1206965060', u'INT_RIGHT_-1206965056'), (u'PTRADD_-1206965008', u'CAST_-1206964295'), (u'CAST_-1206964295', u'MULTIEQUAL_-1206964453'), (u'CALL_-1206965086', u'INDIRECT_-1206964285'), (u'MULTIEQUAL_-1206964316', u'INT_EQUAL_-1206964910'), (u'INT_LESS_-1206965180', u'CBRANCH_-1206965188'), (u'CAST_-1206964467', u'INT_LESS_-1206965481'), ('const-63', u'INT_AND_-1206965060'), (u'INDIRECT_-1206964396', u'MULTIEQUAL_-1206964327'), ('const-433', u'LOAD_-1206965399'), ('const-0', u'INT_EQUAL_-1206965073'), (u'INDIRECT_-1206964498', u'MULTIEQUAL_-1206964554'), (u'CAST_-1206964433', u'MULTIEQUAL_-1206964487'), (u'LOAD_-1206965562', u'MULTIEQUAL_-1206964446'), (u'CAST_-1206964499', u'LOAD_-1206965562'), (u'CAST_-1206964434', u'PTRADD_-1206965347'), (u'CALL_-1206965161', u'INDIRECT_-1206964498'), ('const-40', u'INT_ADD_-1206965546'), (u'INT_AND_-1206965442', u'INT_LEFT_-1206965438'), (u'INT_AND_-1206965400', u'MULTIEQUAL_-1206964638'), (u'PTRSUB_-1206964529', u'CALL_-1206965161'), (u'CAST_-1206964295', u'MULTIEQUAL_-1206964327'), (u'INDIRECT_-1206964396', u'MULTIEQUAL_-1206964289'), ('const-32', u'INT_LESS_-1206965481'), (u'MULTIEQUAL_-1206964554', u'INT_ADD_-1206965264'), ('const-433', u'LOAD_-1206965562'), (u'COPY_-1206964666', u'MULTIEQUAL_-1206964638'), ('const-0', u'INT_NOTEQUAL_-1206965517'), (u'LOAD_-1206965047', u'INT_EQUAL_-1206965028'), ('const-32', u'INT_LESS_-1206965087'), (u'LOAD_-1206965139', u'INT_LESS_-1206965087'), (u'INDIRECT_-1206964396', u'INT_NOTEQUAL_-1206965140'), (u'INT_EQUAL_-1206965073', u'CBRANCH_-1206965073'), (u'CAST_-1206964295', u'LOAD_-1206965047'), (u'INT_EQUAL_-1206965028', u'CBRANCH_-1206965027'), (u'MULTIEQUAL_-1206964489', u'CAST_-1206964474'), (u'INT_EQUAL_-1206965266', u'CBRANCH_-1206965257'), ('tmp_3093', u'INT_ADD_-1206965546'), ('const-1', u'INT_LEFT_-1206965438'), (u'INT_AND_-1206964962', u'INT_LEFT_-1206964958'), ('tmp_660', u'CBRANCH_-1206965188'), (u'INDIRECT_-1206964396', u'LOAD_-1206965139'), ('const-0', u'INT_EQUAL_-1206965120'), ('tmp_798', u'CBRANCH_-1206965073'), ('const-1', u'PTRADD_-1206965008'), ('tmp_548', u'CBRANCH_-1206965257'), ('const-0', u'RETURN_-1206965230'), ('const-1', u'INT_AND_-1206965058'), (u'CALL_-1206965161', u'INDIRECT_-1206964396'), (u'CALL_-1206965161', u'INDIRECT_-1206964390'), ('const-0', u'INT_NOTEQUAL_-1206965140'), (u'INT_LEFT_-1206965438', u'INT_AND_-1206965400'), (u'LOAD_-1206965569', u'MULTIEQUAL_-1206964489'), ('const-0', u'INT_EQUAL_-1206965028'), (u'INT_EQUAL_-1206965414', u'CBRANCH_-1206965412'), (u'LOAD_-1206965139', u'MULTIEQUAL_-1206964316'), (u'MULTIEQUAL_-1206964487', u'CALL_-1206965161'), (u'LOAD_-1206965399', u'MULTIEQUAL_-1206964489'), (u'INT_LEFT_-1206964958', u'INT_AND_-1206964920'), (u'INT_NOTEQUAL_-1206965140', u'CBRANCH_-1206965139'), (u'CALL_-1206965161', u'MULTIEQUAL_-1206964638'), ('const--24', u'PTRSUB_-1206964529'), ('const-40', u'INT_ADD_-1206965264'), (u'INT_EQUAL_-1206965120', u'CBRANCH_-1206965119'), ('tmp_1138', u'MULTIEQUAL_-1206964487'), (u'INDIRECT_-1206964396', u'MULTIEQUAL_-1206964300'), ('const-10', u'CALL_-1206965161'), (u'LOAD_-1206965278', u'INT_EQUAL_-1206965266'), (u'INDIRECT_-1206964498', u'MULTIEQUAL_-1206964394'), ('tmp_138', u'CBRANCH_-1206965490'), (u'MULTIEQUAL_-1206964489', u'INT_NOTEQUAL_-1206965517'), (u'MULTIEQUAL_-1206964446', u'INT_EQUAL_-1206965266'), (u'INT_NOTEQUAL_-1206965517', u'CBRANCH_-1206965517'), (u'INT_AND_-1206965400', u'INT_EQUAL_-1206965414'), ('const-433', u'LOAD_-1206965278'), (u'LOAD_-1206965139', u'INT_ZEXT_-1206964580'), (u'CAST_-1206964295', u'MULTIEQUAL_-1206964300'), ('tmp_3090', u'PTRSUB_-1206964529'), (u'MULTIEQUAL_-1206964329', u'MULTIEQUAL_-1206964316'), (u'CAST_-1206964390', u'LOAD_-1206965278'), ('tmp_1127', u'BRANCH_-1206964890'), (u'INT_EQUAL_-1206964910', u'CBRANCH_-1206964908'), (u'INT_LESS_-1206964995', u'CBRANCH_-1206965004'), (u'MULTIEQUAL_-1206964286', u'MULTIEQUAL_-1206964446'), ('const-32', u'INT_LESS_-1206964995'), (u'INDIRECT_-1206964396', u'MULTIEQUAL_-1206964453'), (u'LOAD_-1206965047', u'MULTIEQUAL_-1206964316'), ('const-433', u'LOAD_-1206965569'), (u'MULTIEQUAL_-1206964638', u'RETURN_-1206965230'), (u'CAST_-1206964296', u'PTRADD_-1206965008'), ('tmp_864', u'CBRANCH_-1206965027'), ('tmp_3379', u'MULTIEQUAL_-1206964289'), (u'INT_ADD_-1206965546', u'CAST_-1206964499'), (u'CAST_-1206964474', u'INT_SEXT_-1206965497'), ('const-48', u'INT_SUB_-1206964504'), ('const-9', u'INT_LESS_-1206965180'), (u'INT_SUB_-1206964504', u'INT_LESS_-1206965180'), ('const-1', u'RETURN_-1206965081'), ('const-0', u'INT_EQUAL_-1206965414'), ('tmp_741', u'CBRANCH_-1206965119'), ('tmp_99', u'CBRANCH_-1206965517'), ('tmp_1138', u'LOAD_-1206965569'), ('tmp_3379', u'MULTIEQUAL_-1206964453'), ('tmp_274', u'CBRANCH_-1206965412'), ('const-433', u'LOAD_-1206965139'), (u'INT_LESS_-1206965087', u'CBRANCH_-1206965096'), ('const-4294983168', u'INT_AND_-1206964920'), (u'MULTIEQUAL_-1206964489', u'INT_AND_-1206965442'), ('const-1', u'INT_LEFT_-1206964958'), ('tmp_1099', u'CBRANCH_-1206964908'), ('const-63', u'INT_AND_-1206965442'), (u'CAST_-1206964433', u'LOAD_-1206965399'), (u'MULTIEQUAL_-1206964323', u'INT_EQUAL_-1206965073'), (u'LOAD_-1206965562', u'MULTIEQUAL_-1206964286'), (u'INT_AND_-1206965058', u'MULTIEQUAL_-1206964323'), ('const-433', u'LOAD_-1206965047'), ('const-0', u'COPY_-1206964538'), (u'INT_ADD_-1206965264', u'CAST_-1206964390'), (u'LOAD_-1206965139', u'INT_EQUAL_-1206965120'), (u'LOAD_-1206965139', u'MULTIEQUAL_-1206964329'), ('tmp_903', u'CBRANCH_-1206965004')]
|
[(u'INDIRECT_-1206964397', u'INT_NOTEQUAL_-1206965140'), (u'MULTIEQUAL_-1206964487', u'PTRADD_-1206965347'), (u'LOAD_-1206965047', u'INT_LESS_-1206964995'), (u'LOAD_-1206965139', u'MULTIEQUAL_-1206964317'), (u'CALL_-1206965161', u'INDIRECT_-1206964397'), ('const-433', u'LOAD_-1206965399'), (u'INT_AND_-1206964920', u'MULTIEQUAL_-1206964323'), ('const-1', u'PTRADD_-1206965347'), ('const-63', u'INT_AND_-1206964962'), ('tmp_780', u'CBRANCH_-1206965096'), (u'LOAD_-1206965562', u'MULTIEQUAL_-1206964287'), ('const-4294983168', u'INT_AND_-1206964920'), (u'COPY_-1206964538', u'MULTIEQUAL_-1206964638'), (u'MULTIEQUAL_-1206964447', u'INT_EQUAL_-1206965266'), ('const--24', u'PTRSUB_-1206964529'), ('const-433', u'LOAD_-1206965569'), (u'INT_SEXT_-1206965497', u'INT_SUB_-1206964504'), ('tmp_3093', u'MULTIEQUAL_-1206964554'), (u'PTRADD_-1206965347', u'MULTIEQUAL_-1206964487'), ('const-32', u'INT_LESS_-1206965481'), (u'LOAD_-1206965047', u'MULTIEQUAL_-1206964329'), ('tmp_3093', u'MULTIEQUAL_-1206964394'), ('const-10', u'CALL_-1206965161'), (u'INT_ZEXT_-1206964580', u'INT_AND_-1206965060'), (u'CAST_-1206964340', u'CALL_-1206965161'), (u'INT_ADD_-1206965264', u'CAST_-1206964392'), (u'INT_SEXT_-1206965497', u'CAST_-1206964467'), (u'CALL_-1206965161', u'INDIRECT_-1206964391'), (u'PTRADD_-1206965008', u'MULTIEQUAL_-1206964454'), (u'MULTIEQUAL_-1206964301', u'MULTIEQUAL_-1206964454'), ('tmp_3377', u'MULTIEQUAL_-1206964290'), (u'INDIRECT_-1206964391', u'MULTIEQUAL_-1206964287'), ('tmp_708', u'CBRANCH_-1206965139'), (u'INT_LESS_-1206965481', u'CBRANCH_-1206965490'), ('const-1', u'INT_LEFT_-1206964958'), (u'MULTIEQUAL_-1206964394', u'MULTIEQUAL_-1206964554'), (u'LOAD_-1206965047', u'INT_AND_-1206964962'), (u'INT_RIGHT_-1206965056', u'INT_AND_-1206965058'), (u'INT_AND_-1206965060', u'INT_RIGHT_-1206965056'), ('const-0', u'COPY_-1206964538'), (u'INT_LESS_-1206965180', u'CBRANCH_-1206965188'), ('const-32', u'INT_LESS_-1206964995'), (u'CAST_-1206964467', u'INT_LESS_-1206965481'), ('const-63', u'INT_AND_-1206965060'), ('const-0', u'INT_EQUAL_-1206965073'), ('const-433', u'LOAD_-1206965562'), (u'INDIRECT_-1206964498', u'MULTIEQUAL_-1206964554'), (u'CAST_-1206964499', u'LOAD_-1206965562'), (u'MULTIEQUAL_-1206964329', u'MULTIEQUAL_-1206964317'), ('const-0', u'COPY_-1206965178'), (u'CALL_-1206965161', u'INDIRECT_-1206964498'), ('const-40', u'INT_ADD_-1206965546'), (u'INT_AND_-1206965442', u'INT_LEFT_-1206965438'), (u'INT_AND_-1206965400', u'MULTIEQUAL_-1206964638'), (u'INDIRECT_-1206964397', u'MULTIEQUAL_-1206964301'), (u'MULTIEQUAL_-1206964554', u'INT_ADD_-1206965264'), (u'INDIRECT_-1206964397', u'MULTIEQUAL_-1206964454'), (u'COPY_-1206964666', u'MULTIEQUAL_-1206964638'), ('const-0', u'INT_NOTEQUAL_-1206965517'), (u'LOAD_-1206965047', u'INT_EQUAL_-1206965028'), ('const-9', u'INT_LESS_-1206965180'), ('tmp_3377', u'MULTIEQUAL_-1206964454'), (u'LOAD_-1206965139', u'INT_LESS_-1206965087'), (u'INT_EQUAL_-1206965073', u'CBRANCH_-1206965073'), (u'INT_EQUAL_-1206965028', u'CBRANCH_-1206965027'), (u'MULTIEQUAL_-1206964489', u'CAST_-1206964474'), (u'INT_EQUAL_-1206965266', u'CBRANCH_-1206965257'), ('tmp_3093', u'INT_ADD_-1206965546'), (u'INT_AND_-1206964962', u'INT_LEFT_-1206964958'), ('tmp_660', u'CBRANCH_-1206965188'), ('const-0', u'INT_EQUAL_-1206965120'), (u'CALL_-1206965086', u'INDIRECT_-1206964286'), ('tmp_798', u'CBRANCH_-1206965073'), ('const-1', u'PTRADD_-1206965008'), (u'PTRADD_-1206965008', u'MULTIEQUAL_-1206964301'), ('tmp_548', u'CBRANCH_-1206965257'), ('const-0', u'RETURN_-1206965230'), ('const-48', u'INT_SUB_-1206964504'), ('const-1', u'INT_AND_-1206965058'), (u'MULTIEQUAL_-1206964487', u'CAST_-1206964341'), ('tmp_3091', u'MULTIEQUAL_-1206964487'), ('const-0', u'INT_NOTEQUAL_-1206965140'), (u'LOAD_-1206965569', u'MULTIEQUAL_-1206964489'), (u'INT_LEFT_-1206965438', u'INT_AND_-1206965400'), ('const-0', u'INT_EQUAL_-1206965028'), (u'INT_EQUAL_-1206965414', u'CBRANCH_-1206965412'), (u'INDIRECT_-1206964391', u'MULTIEQUAL_-1206964447'), ('tmp_3091', u'LOAD_-1206965569'), ('const-433', u'LOAD_-1206965278'), (u'LOAD_-1206965399', u'MULTIEQUAL_-1206964489'), (u'INT_LEFT_-1206964958', u'INT_AND_-1206964920'), (u'LOAD_-1206965047', u'MULTIEQUAL_-1206964317'), (u'LOAD_-1206965562', u'MULTIEQUAL_-1206964447'), (u'INT_NOTEQUAL_-1206965140', u'CBRANCH_-1206965139'), ('const-1', u'PTRADD_-1206965347'), ('const-4294983168', u'INT_RIGHT_-1206965056'), (u'CALL_-1206965161', u'MULTIEQUAL_-1206964638'), ('const-40', u'INT_ADD_-1206965264'), (u'INT_EQUAL_-1206965120', u'CBRANCH_-1206965119'), (u'MULTIEQUAL_-1206964290', u'MULTIEQUAL_-1206964454'), (u'LOAD_-1206965278', u'INT_EQUAL_-1206965266'), (u'PTRSUB_-1206964529', u'CAST_-1206964340'), (u'INDIRECT_-1206964498', u'MULTIEQUAL_-1206964394'), ('tmp_138', u'CBRANCH_-1206965490'), (u'MULTIEQUAL_-1206964317', u'INT_EQUAL_-1206964910'), (u'MULTIEQUAL_-1206964489', u'INT_NOTEQUAL_-1206965517'), (u'CAST_-1206964341', u'CALL_-1206965161'), (u'MULTIEQUAL_-1206964301', u'MULTIEQUAL_-1206964290'), (u'MULTIEQUAL_-1206964287', u'MULTIEQUAL_-1206964447'), (u'INT_AND_-1206965400', u'INT_EQUAL_-1206965414'), (u'INT_NOTEQUAL_-1206965517', u'CBRANCH_-1206965517'), (u'LOAD_-1206965139', u'INT_ZEXT_-1206964580'), ('tmp_3090', u'PTRSUB_-1206964529'), ('tmp_1127', u'BRANCH_-1206964890'), (u'INT_EQUAL_-1206964910', u'CBRANCH_-1206964908'), (u'INT_LESS_-1206964995', u'CBRANCH_-1206965004'), ('const-0', u'COPY_-1206964666'), ('const-1', u'INT_LEFT_-1206965438'), (u'MULTIEQUAL_-1206964638', u'RETURN_-1206965230'), (u'MULTIEQUAL_-1206964327', u'PTRADD_-1206965008'), (u'INDIRECT_-1206964397', u'LOAD_-1206965139'), ('const-1', u'PTRADD_-1206965008'), ('tmp_864', u'CBRANCH_-1206965027'), (u'INT_ADD_-1206965546', u'CAST_-1206964499'), (u'CAST_-1206964474', u'INT_SEXT_-1206965497'), (u'INT_SUB_-1206964504', u'INT_LESS_-1206965180'), ('const-433', u'LOAD_-1206965047'), ('const-1', u'RETURN_-1206965081'), ('const-0', u'INT_EQUAL_-1206965414'), ('const-32', u'INT_LESS_-1206965087'), ('tmp_741', u'CBRANCH_-1206965119'), ('tmp_99', u'CBRANCH_-1206965517'), (u'PTRADD_-1206965008', u'MULTIEQUAL_-1206964327'), (u'CAST_-1206964392', u'LOAD_-1206965278'), ('tmp_274', u'CBRANCH_-1206965412'), ('const-433', u'LOAD_-1206965139'), (u'INT_LESS_-1206965087', u'CBRANCH_-1206965096'), (u'INDIRECT_-1206964397', u'MULTIEQUAL_-1206964327'), (u'PTRADD_-1206965347', u'LOAD_-1206965399'), (u'MULTIEQUAL_-1206964489', u'INT_AND_-1206965442'), (u'MULTIEQUAL_-1206964327', u'MULTIEQUAL_-1206964301'), ('tmp_1099', u'CBRANCH_-1206964908'), ('const-63', u'INT_AND_-1206965442'), (u'MULTIEQUAL_-1206964323', u'INT_EQUAL_-1206965073'), ('const-4294983168', u'INT_AND_-1206965400'), ('const-44', u'INT_EQUAL_-1206964910'), (u'CALL_-1206965086', u'INDIRECT_-1206964280'), (u'INT_AND_-1206965058', u'MULTIEQUAL_-1206964323'), (u'INDIRECT_-1206964397', u'MULTIEQUAL_-1206964290'), (u'LOAD_-1206965139', u'INT_EQUAL_-1206965120'), (u'LOAD_-1206965139', u'MULTIEQUAL_-1206964329'), ('tmp_903', u'CBRANCH_-1206965004'), (u'PTRADD_-1206965008', u'LOAD_-1206965047')]
| null | null |
00102ab0
|
x64
|
O2
|
(translation_unit "ulong FUN_00102ab0(byte *param_1)\n\n{\n ulong uVar1;\n ulong uVar2;\n byte bVar3;\n long in_FS_OFFSET;\n byte *local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n bVar3 = *param_1;\n while (bVar3 != 0) {\n if (0x20 < (uint)(int)(char)bVar3) {\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n local_18 = (byte *)0x0;\n uVar2 = strtoul((char *)param_1,(char **)&local_18,10);\n if (local_18 != (byte *)0x0) {\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }\n uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n if (uVar2 == 0) goto LAB_00102b18;\n param_1 = param_1 + 1;\n bVar3 = *param_1;\n }\nLAB_00102bb9:\n uVar2 = 0;\nLAB_00102b18:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\njoined_r0x00102b7d:\n if (uVar1 == 0) goto LAB_00102bb0;\n local_18 = local_18 + 1;\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n goto joined_r0x00102b7d;\nLAB_00102bb0:\n if (bVar3 == 0x2c) goto LAB_00102b18;\n goto LAB_00102bb9;\n}\n\n" (function_definition "ulong FUN_00102ab0(byte *param_1)\n\n{\n ulong uVar1;\n ulong uVar2;\n byte bVar3;\n long in_FS_OFFSET;\n byte *local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n bVar3 = *param_1;\n while (bVar3 != 0) {\n if (0x20 < (uint)(int)(char)bVar3) {\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n local_18 = (byte *)0x0;\n uVar2 = strtoul((char *)param_1,(char **)&local_18,10);\n if (local_18 != (byte *)0x0) {\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }\n uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n if (uVar2 == 0) goto LAB_00102b18;\n param_1 = param_1 + 1;\n bVar3 = *param_1;\n }\nLAB_00102bb9:\n uVar2 = 0;\nLAB_00102b18:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\njoined_r0x00102b7d:\n if (uVar1 == 0) goto LAB_00102bb0;\n local_18 = local_18 + 1;\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n goto joined_r0x00102b7d;\nLAB_00102bb0:\n if (bVar3 == 0x2c) goto LAB_00102b18;\n goto LAB_00102bb9;\n}" type_identifier (function_declarator "FUN_00102ab0(byte *param_1)" identifier (parameter_list "(byte *param_1)" ( (parameter_declaration "byte *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n ulong uVar1;\n ulong uVar2;\n byte bVar3;\n long in_FS_OFFSET;\n byte *local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n bVar3 = *param_1;\n while (bVar3 != 0) {\n if (0x20 < (uint)(int)(char)bVar3) {\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n local_18 = (byte *)0x0;\n uVar2 = strtoul((char *)param_1,(char **)&local_18,10);\n if (local_18 != (byte *)0x0) {\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }\n uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n if (uVar2 == 0) goto LAB_00102b18;\n param_1 = param_1 + 1;\n bVar3 = *param_1;\n }\nLAB_00102bb9:\n uVar2 = 0;\nLAB_00102b18:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\njoined_r0x00102b7d:\n if (uVar1 == 0) goto LAB_00102bb0;\n local_18 = local_18 + 1;\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n goto joined_r0x00102b7d;\nLAB_00102bb0:\n if (bVar3 == 0x2c) goto LAB_00102b18;\n goto LAB_00102bb9;\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "byte *local_18;" type_identifier (pointer_declarator "*local_18" * identifier) ;) (declaration "long local_10;" (sized_type_specifier "long" long) identifier ;) (expression_statement "local_10 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_10 = *(long *)(in_FS_OFFSET + 0x28)" identifier = (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) ;) (expression_statement "bVar3 = *param_1;" (assignment_expression "bVar3 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (while_statement "while (bVar3 != 0) {\n if (0x20 < (uint)(int)(char)bVar3) {\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n local_18 = (byte *)0x0;\n uVar2 = strtoul((char *)param_1,(char **)&local_18,10);\n if (local_18 != (byte *)0x0) {\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }\n uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n if (uVar2 == 0) goto LAB_00102b18;\n param_1 = param_1 + 1;\n bVar3 = *param_1;\n }" while (parenthesized_expression "(bVar3 != 0)" ( (binary_expression "bVar3 != 0" identifier != number_literal) )) (compound_statement "{\n if (0x20 < (uint)(int)(char)bVar3) {\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n local_18 = (byte *)0x0;\n uVar2 = strtoul((char *)param_1,(char **)&local_18,10);\n if (local_18 != (byte *)0x0) {\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }\n uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n if (uVar2 == 0) goto LAB_00102b18;\n param_1 = param_1 + 1;\n bVar3 = *param_1;\n }" { (if_statement "if (0x20 < (uint)(int)(char)bVar3) {\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n local_18 = (byte *)0x0;\n uVar2 = strtoul((char *)param_1,(char **)&local_18,10);\n if (local_18 != (byte *)0x0) {\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }" if (parenthesized_expression "(0x20 < (uint)(int)(char)bVar3)" ( (binary_expression "0x20 < (uint)(int)(char)bVar3" number_literal < (cast_expression "(uint)(int)(char)bVar3" ( (type_descriptor "uint" type_identifier) ) (cast_expression "(int)(char)bVar3" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)bVar3" ( (type_descriptor "char" primitive_type) ) identifier)))) )) (compound_statement "{\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n local_18 = (byte *)0x0;\n uVar2 = strtoul((char *)param_1,(char **)&local_18,10);\n if (local_18 != (byte *)0x0) {\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }" { (expression_statement "uVar2 = 0;" (assignment_expression "uVar2 = 0" identifier = number_literal) ;) (if_statement "if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;" if (parenthesized_expression "(9 < (int)(char)bVar3 - 0x30U)" ( (binary_expression "9 < (int)(char)bVar3 - 0x30U" number_literal < (binary_expression "(int)(char)bVar3 - 0x30U" (cast_expression "(int)(char)bVar3" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)bVar3" ( (type_descriptor "char" primitive_type) ) identifier)) - number_literal)) )) (goto_statement "goto LAB_00102b18;" goto statement_identifier ;)) (expression_statement "local_18 = (byte *)0x0;" (assignment_expression "local_18 = (byte *)0x0" identifier = (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "uVar2 = strtoul((char *)param_1,(char **)&local_18,10);" (assignment_expression "uVar2 = strtoul((char *)param_1,(char **)&local_18,10)" identifier = (call_expression "strtoul((char *)param_1,(char **)&local_18,10)" identifier (argument_list "((char *)param_1,(char **)&local_18,10)" ( (cast_expression "(char *)param_1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(char **)&local_18" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&local_18" & identifier)) , number_literal )))) ;) (if_statement "if (local_18 != (byte *)0x0) {\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }" if (parenthesized_expression "(local_18 != (byte *)0x0)" ( (binary_expression "local_18 != (byte *)0x0" identifier != (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }" { (expression_statement "bVar3 = *local_18;" (assignment_expression "bVar3 = *local_18" identifier = (pointer_expression "*local_18" * identifier)) ;) (if_statement "if (bVar3 == 0) goto LAB_00102b18;" if (parenthesized_expression "(bVar3 == 0)" ( (binary_expression "bVar3 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00102b18;" goto statement_identifier ;)) (if_statement "if (0x20 < bVar3) goto LAB_00102bb0;" if (parenthesized_expression "(0x20 < bVar3)" ( (binary_expression "0x20 < bVar3" number_literal < identifier) )) (goto_statement "goto LAB_00102bb0;" goto statement_identifier ;)) (expression_statement "uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;" (assignment_expression "uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1" identifier = (binary_expression "0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1" (binary_expression "0x100003e00U >> ((ulong)bVar3 & 0x3f)" number_literal >> (parenthesized_expression "((ulong)bVar3 & 0x3f)" ( (binary_expression "(ulong)bVar3 & 0x3f" (cast_expression "(ulong)bVar3" ( (type_descriptor "ulong" type_identifier) ) identifier) & number_literal) ))) & number_literal)) ;) (goto_statement "goto joined_r0x00102b7d;" goto statement_identifier ;) })) (break_statement "break;" break ;) })) (expression_statement "uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;" (assignment_expression "uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00" identifier = (binary_expression "1L << (bVar3 & 0x3f) & 0x100003e00" (binary_expression "1L << (bVar3 & 0x3f)" number_literal << (parenthesized_expression "(bVar3 & 0x3f)" ( (binary_expression "bVar3 & 0x3f" identifier & number_literal) ))) & number_literal)) ;) (if_statement "if (uVar2 == 0) goto LAB_00102b18;" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00102b18;" goto statement_identifier ;)) (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 "bVar3 = *param_1;" (assignment_expression "bVar3 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) })) (labeled_statement "LAB_00102bb9:\n uVar2 = 0;" statement_identifier : (expression_statement "uVar2 = 0;" (assignment_expression "uVar2 = 0" identifier = number_literal) ;)) (labeled_statement "LAB_00102b18:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }" statement_identifier : (if_statement "if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }" if (parenthesized_expression "(local_10 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_10 == *(long *)(in_FS_OFFSET + 0x28)" identifier == (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n return uVar2;\n }" { (return_statement "return uVar2;" return identifier ;) }))) comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) (labeled_statement "joined_r0x00102b7d:\n if (uVar1 == 0) goto LAB_00102bb0;" statement_identifier : (if_statement "if (uVar1 == 0) goto LAB_00102bb0;" if (parenthesized_expression "(uVar1 == 0)" ( (binary_expression "uVar1 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00102bb0;" goto statement_identifier ;))) (expression_statement "local_18 = local_18 + 1;" (assignment_expression "local_18 = local_18 + 1" identifier = (binary_expression "local_18 + 1" identifier + number_literal)) ;) (expression_statement "bVar3 = *local_18;" (assignment_expression "bVar3 = *local_18" identifier = (pointer_expression "*local_18" * identifier)) ;) (if_statement "if (bVar3 == 0) goto LAB_00102b18;" if (parenthesized_expression "(bVar3 == 0)" ( (binary_expression "bVar3 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00102b18;" goto statement_identifier ;)) (if_statement "if (0x20 < bVar3) goto LAB_00102bb0;" if (parenthesized_expression "(0x20 < bVar3)" ( (binary_expression "0x20 < bVar3" number_literal < identifier) )) (goto_statement "goto LAB_00102bb0;" goto statement_identifier ;)) (expression_statement "uVar1 = 1L << (bVar3 & 0x3f) & 0x100003e00;" (assignment_expression "uVar1 = 1L << (bVar3 & 0x3f) & 0x100003e00" identifier = (binary_expression "1L << (bVar3 & 0x3f) & 0x100003e00" (binary_expression "1L << (bVar3 & 0x3f)" number_literal << (parenthesized_expression "(bVar3 & 0x3f)" ( (binary_expression "bVar3 & 0x3f" identifier & number_literal) ))) & number_literal)) ;) (goto_statement "goto joined_r0x00102b7d;" goto statement_identifier ;) (labeled_statement "LAB_00102bb0:\n if (bVar3 == 0x2c) goto LAB_00102b18;" statement_identifier : (if_statement "if (bVar3 == 0x2c) goto LAB_00102b18;" if (parenthesized_expression "(bVar3 == 0x2c)" ( (binary_expression "bVar3 == 0x2c" identifier == number_literal) )) (goto_statement "goto LAB_00102b18;" goto statement_identifier ;))) (goto_statement "goto LAB_00102bb9;" goto statement_identifier ;) })))
|
(translation_unit "ulong parse_omp_threads(char *threads)\n\n{\n ulong uVar1;\n ulong uVar2;\n byte bVar3;\n long in_FS_OFFSET;\n char *endptr;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n bVar3 = *threads;\n while (bVar3 != 0) {\n if (0x20 < (uint)(int)(char)bVar3) {\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n endptr = (char *)0x0;\n uVar2 = strtoul(threads,&endptr,10);\n if (endptr != (char *)0x0) {\n bVar3 = *endptr;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }\n uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n if (uVar2 == 0) goto LAB_00102b18;\n threads = (char *)((byte *)threads + 1);\n bVar3 = *threads;\n }\nLAB_00102bb9:\n uVar2 = 0;\nLAB_00102b18:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\njoined_r0x00102b7d:\n if (uVar1 == 0) goto LAB_00102bb0;\n endptr = (char *)((byte *)endptr + 1);\n bVar3 = *endptr;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n goto joined_r0x00102b7d;\nLAB_00102bb0:\n if (bVar3 == 0x2c) goto LAB_00102b18;\n goto LAB_00102bb9;\n}\n\n" (function_definition "ulong parse_omp_threads(char *threads)\n\n{\n ulong uVar1;\n ulong uVar2;\n byte bVar3;\n long in_FS_OFFSET;\n char *endptr;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n bVar3 = *threads;\n while (bVar3 != 0) {\n if (0x20 < (uint)(int)(char)bVar3) {\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n endptr = (char *)0x0;\n uVar2 = strtoul(threads,&endptr,10);\n if (endptr != (char *)0x0) {\n bVar3 = *endptr;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }\n uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n if (uVar2 == 0) goto LAB_00102b18;\n threads = (char *)((byte *)threads + 1);\n bVar3 = *threads;\n }\nLAB_00102bb9:\n uVar2 = 0;\nLAB_00102b18:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\njoined_r0x00102b7d:\n if (uVar1 == 0) goto LAB_00102bb0;\n endptr = (char *)((byte *)endptr + 1);\n bVar3 = *endptr;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n goto joined_r0x00102b7d;\nLAB_00102bb0:\n if (bVar3 == 0x2c) goto LAB_00102b18;\n goto LAB_00102bb9;\n}" type_identifier (function_declarator "parse_omp_threads(char *threads)" identifier (parameter_list "(char *threads)" ( (parameter_declaration "char *threads" primitive_type (pointer_declarator "*threads" * identifier)) ))) (compound_statement "{\n ulong uVar1;\n ulong uVar2;\n byte bVar3;\n long in_FS_OFFSET;\n char *endptr;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n bVar3 = *threads;\n while (bVar3 != 0) {\n if (0x20 < (uint)(int)(char)bVar3) {\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n endptr = (char *)0x0;\n uVar2 = strtoul(threads,&endptr,10);\n if (endptr != (char *)0x0) {\n bVar3 = *endptr;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }\n uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n if (uVar2 == 0) goto LAB_00102b18;\n threads = (char *)((byte *)threads + 1);\n bVar3 = *threads;\n }\nLAB_00102bb9:\n uVar2 = 0;\nLAB_00102b18:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\njoined_r0x00102b7d:\n if (uVar1 == 0) goto LAB_00102bb0;\n endptr = (char *)((byte *)endptr + 1);\n bVar3 = *endptr;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n goto joined_r0x00102b7d;\nLAB_00102bb0:\n if (bVar3 == 0x2c) goto LAB_00102b18;\n goto LAB_00102bb9;\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "char *endptr;" primitive_type (pointer_declarator "*endptr" * identifier) ;) (declaration "long local_10;" (sized_type_specifier "long" long) identifier ;) (expression_statement "local_10 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_10 = *(long *)(in_FS_OFFSET + 0x28)" identifier = (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) ;) (expression_statement "bVar3 = *threads;" (assignment_expression "bVar3 = *threads" identifier = (pointer_expression "*threads" * identifier)) ;) (while_statement "while (bVar3 != 0) {\n if (0x20 < (uint)(int)(char)bVar3) {\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n endptr = (char *)0x0;\n uVar2 = strtoul(threads,&endptr,10);\n if (endptr != (char *)0x0) {\n bVar3 = *endptr;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }\n uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n if (uVar2 == 0) goto LAB_00102b18;\n threads = (char *)((byte *)threads + 1);\n bVar3 = *threads;\n }" while (parenthesized_expression "(bVar3 != 0)" ( (binary_expression "bVar3 != 0" identifier != number_literal) )) (compound_statement "{\n if (0x20 < (uint)(int)(char)bVar3) {\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n endptr = (char *)0x0;\n uVar2 = strtoul(threads,&endptr,10);\n if (endptr != (char *)0x0) {\n bVar3 = *endptr;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }\n uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n if (uVar2 == 0) goto LAB_00102b18;\n threads = (char *)((byte *)threads + 1);\n bVar3 = *threads;\n }" { (if_statement "if (0x20 < (uint)(int)(char)bVar3) {\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n endptr = (char *)0x0;\n uVar2 = strtoul(threads,&endptr,10);\n if (endptr != (char *)0x0) {\n bVar3 = *endptr;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }" if (parenthesized_expression "(0x20 < (uint)(int)(char)bVar3)" ( (binary_expression "0x20 < (uint)(int)(char)bVar3" number_literal < (cast_expression "(uint)(int)(char)bVar3" ( (type_descriptor "uint" type_identifier) ) (cast_expression "(int)(char)bVar3" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)bVar3" ( (type_descriptor "char" primitive_type) ) identifier)))) )) (compound_statement "{\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n endptr = (char *)0x0;\n uVar2 = strtoul(threads,&endptr,10);\n if (endptr != (char *)0x0) {\n bVar3 = *endptr;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }" { (expression_statement "uVar2 = 0;" (assignment_expression "uVar2 = 0" identifier = number_literal) ;) (if_statement "if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;" if (parenthesized_expression "(9 < (int)(char)bVar3 - 0x30U)" ( (binary_expression "9 < (int)(char)bVar3 - 0x30U" number_literal < (binary_expression "(int)(char)bVar3 - 0x30U" (cast_expression "(int)(char)bVar3" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)bVar3" ( (type_descriptor "char" primitive_type) ) identifier)) - number_literal)) )) (goto_statement "goto LAB_00102b18;" goto statement_identifier ;)) (expression_statement "endptr = (char *)0x0;" (assignment_expression "endptr = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "uVar2 = strtoul(threads,&endptr,10);" (assignment_expression "uVar2 = strtoul(threads,&endptr,10)" identifier = (call_expression "strtoul(threads,&endptr,10)" identifier (argument_list "(threads,&endptr,10)" ( identifier , (pointer_expression "&endptr" & identifier) , number_literal )))) ;) (if_statement "if (endptr != (char *)0x0) {\n bVar3 = *endptr;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }" if (parenthesized_expression "(endptr != (char *)0x0)" ( (binary_expression "endptr != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n bVar3 = *endptr;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }" { (expression_statement "bVar3 = *endptr;" (assignment_expression "bVar3 = *endptr" identifier = (pointer_expression "*endptr" * identifier)) ;) (if_statement "if (bVar3 == 0) goto LAB_00102b18;" if (parenthesized_expression "(bVar3 == 0)" ( (binary_expression "bVar3 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00102b18;" goto statement_identifier ;)) (if_statement "if (0x20 < bVar3) goto LAB_00102bb0;" if (parenthesized_expression "(0x20 < bVar3)" ( (binary_expression "0x20 < bVar3" number_literal < identifier) )) (goto_statement "goto LAB_00102bb0;" goto statement_identifier ;)) (expression_statement "uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;" (assignment_expression "uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1" identifier = (binary_expression "0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1" (binary_expression "0x100003e00U >> ((ulong)bVar3 & 0x3f)" number_literal >> (parenthesized_expression "((ulong)bVar3 & 0x3f)" ( (binary_expression "(ulong)bVar3 & 0x3f" (cast_expression "(ulong)bVar3" ( (type_descriptor "ulong" type_identifier) ) identifier) & number_literal) ))) & number_literal)) ;) (goto_statement "goto joined_r0x00102b7d;" goto statement_identifier ;) })) (break_statement "break;" break ;) })) (expression_statement "uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;" (assignment_expression "uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00" identifier = (binary_expression "1L << (bVar3 & 0x3f) & 0x100003e00" (binary_expression "1L << (bVar3 & 0x3f)" number_literal << (parenthesized_expression "(bVar3 & 0x3f)" ( (binary_expression "bVar3 & 0x3f" identifier & number_literal) ))) & number_literal)) ;) (if_statement "if (uVar2 == 0) goto LAB_00102b18;" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00102b18;" goto statement_identifier ;)) (expression_statement "threads = (char *)((byte *)threads + 1);" (assignment_expression "threads = (char *)((byte *)threads + 1)" identifier = (cast_expression "(char *)((byte *)threads + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((byte *)threads + 1)" ( (binary_expression "(byte *)threads + 1" (cast_expression "(byte *)threads" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) + number_literal) )))) ;) (expression_statement "bVar3 = *threads;" (assignment_expression "bVar3 = *threads" identifier = (pointer_expression "*threads" * identifier)) ;) })) (labeled_statement "LAB_00102bb9:\n uVar2 = 0;" statement_identifier : (expression_statement "uVar2 = 0;" (assignment_expression "uVar2 = 0" identifier = number_literal) ;)) (labeled_statement "LAB_00102b18:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }" statement_identifier : (if_statement "if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }" if (parenthesized_expression "(local_10 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_10 == *(long *)(in_FS_OFFSET + 0x28)" identifier == (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n return uVar2;\n }" { (return_statement "return uVar2;" return identifier ;) }))) comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) (labeled_statement "joined_r0x00102b7d:\n if (uVar1 == 0) goto LAB_00102bb0;" statement_identifier : (if_statement "if (uVar1 == 0) goto LAB_00102bb0;" if (parenthesized_expression "(uVar1 == 0)" ( (binary_expression "uVar1 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00102bb0;" goto statement_identifier ;))) (expression_statement "endptr = (char *)((byte *)endptr + 1);" (assignment_expression "endptr = (char *)((byte *)endptr + 1)" identifier = (cast_expression "(char *)((byte *)endptr + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((byte *)endptr + 1)" ( (binary_expression "(byte *)endptr + 1" (cast_expression "(byte *)endptr" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) + number_literal) )))) ;) (expression_statement "bVar3 = *endptr;" (assignment_expression "bVar3 = *endptr" identifier = (pointer_expression "*endptr" * identifier)) ;) (if_statement "if (bVar3 == 0) goto LAB_00102b18;" if (parenthesized_expression "(bVar3 == 0)" ( (binary_expression "bVar3 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00102b18;" goto statement_identifier ;)) (if_statement "if (0x20 < bVar3) goto LAB_00102bb0;" if (parenthesized_expression "(0x20 < bVar3)" ( (binary_expression "0x20 < bVar3" number_literal < identifier) )) (goto_statement "goto LAB_00102bb0;" goto statement_identifier ;)) (expression_statement "uVar1 = 1L << (bVar3 & 0x3f) & 0x100003e00;" (assignment_expression "uVar1 = 1L << (bVar3 & 0x3f) & 0x100003e00" identifier = (binary_expression "1L << (bVar3 & 0x3f) & 0x100003e00" (binary_expression "1L << (bVar3 & 0x3f)" number_literal << (parenthesized_expression "(bVar3 & 0x3f)" ( (binary_expression "bVar3 & 0x3f" identifier & number_literal) ))) & number_literal)) ;) (goto_statement "goto joined_r0x00102b7d;" goto statement_identifier ;) (labeled_statement "LAB_00102bb0:\n if (bVar3 == 0x2c) goto LAB_00102b18;" statement_identifier : (if_statement "if (bVar3 == 0x2c) goto LAB_00102b18;" if (parenthesized_expression "(bVar3 == 0x2c)" ( (binary_expression "bVar3 == 0x2c" identifier == number_literal) )) (goto_statement "goto LAB_00102b18;" goto statement_identifier ;))) (goto_statement "goto LAB_00102bb9;" goto statement_identifier ;) })))
|
(translation_unit "ulong FUN_00102ab0(byte *param_1)\n\n{\n ulong uVar1;\n ulong uVar2;\n byte bVar3;\n long in_FS_OFFSET;\n byte *local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n bVar3 = *param_1;\n while (bVar3 != 0) {\n if (0x20 < (uint)(int)(char)bVar3) {\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n local_18 = (byte *)0x0;\n uVar2 = strtoul((char *)param_1,(char **)&local_18,10);\n if (local_18 != (byte *)0x0) {\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }\n uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n if (uVar2 == 0) goto LAB_00102b18;\n param_1 = param_1 + 1;\n bVar3 = *param_1;\n }\nLAB_00102bb9:\n uVar2 = 0;\nLAB_00102b18:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }\n \n __stack_chk_fail();\njoined_r0x00102b7d:\n if (uVar1 == 0) goto LAB_00102bb0;\n local_18 = local_18 + 1;\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n goto joined_r0x00102b7d;\nLAB_00102bb0:\n if (bVar3 == 0x2c) goto LAB_00102b18;\n goto LAB_00102bb9;\n}\n\n" (function_definition "ulong FUN_00102ab0(byte *param_1)\n\n{\n ulong uVar1;\n ulong uVar2;\n byte bVar3;\n long in_FS_OFFSET;\n byte *local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n bVar3 = *param_1;\n while (bVar3 != 0) {\n if (0x20 < (uint)(int)(char)bVar3) {\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n local_18 = (byte *)0x0;\n uVar2 = strtoul((char *)param_1,(char **)&local_18,10);\n if (local_18 != (byte *)0x0) {\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }\n uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n if (uVar2 == 0) goto LAB_00102b18;\n param_1 = param_1 + 1;\n bVar3 = *param_1;\n }\nLAB_00102bb9:\n uVar2 = 0;\nLAB_00102b18:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }\n \n __stack_chk_fail();\njoined_r0x00102b7d:\n if (uVar1 == 0) goto LAB_00102bb0;\n local_18 = local_18 + 1;\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n goto joined_r0x00102b7d;\nLAB_00102bb0:\n if (bVar3 == 0x2c) goto LAB_00102b18;\n goto LAB_00102bb9;\n}" type_identifier (function_declarator "FUN_00102ab0(byte *param_1)" identifier (parameter_list "(byte *param_1)" ( (parameter_declaration "byte *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n ulong uVar1;\n ulong uVar2;\n byte bVar3;\n long in_FS_OFFSET;\n byte *local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n bVar3 = *param_1;\n while (bVar3 != 0) {\n if (0x20 < (uint)(int)(char)bVar3) {\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n local_18 = (byte *)0x0;\n uVar2 = strtoul((char *)param_1,(char **)&local_18,10);\n if (local_18 != (byte *)0x0) {\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }\n uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n if (uVar2 == 0) goto LAB_00102b18;\n param_1 = param_1 + 1;\n bVar3 = *param_1;\n }\nLAB_00102bb9:\n uVar2 = 0;\nLAB_00102b18:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }\n \n __stack_chk_fail();\njoined_r0x00102b7d:\n if (uVar1 == 0) goto LAB_00102bb0;\n local_18 = local_18 + 1;\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n goto joined_r0x00102b7d;\nLAB_00102bb0:\n if (bVar3 == 0x2c) goto LAB_00102b18;\n goto LAB_00102bb9;\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "byte *local_18;" type_identifier (pointer_declarator "*local_18" * identifier) ;) (declaration "long local_10;" (sized_type_specifier "long" long) identifier ;) (expression_statement "local_10 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_10 = *(long *)(in_FS_OFFSET + 0x28)" identifier = (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) ;) (expression_statement "bVar3 = *param_1;" (assignment_expression "bVar3 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (while_statement "while (bVar3 != 0) {\n if (0x20 < (uint)(int)(char)bVar3) {\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n local_18 = (byte *)0x0;\n uVar2 = strtoul((char *)param_1,(char **)&local_18,10);\n if (local_18 != (byte *)0x0) {\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }\n uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n if (uVar2 == 0) goto LAB_00102b18;\n param_1 = param_1 + 1;\n bVar3 = *param_1;\n }" while (parenthesized_expression "(bVar3 != 0)" ( (binary_expression "bVar3 != 0" identifier != number_literal) )) (compound_statement "{\n if (0x20 < (uint)(int)(char)bVar3) {\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n local_18 = (byte *)0x0;\n uVar2 = strtoul((char *)param_1,(char **)&local_18,10);\n if (local_18 != (byte *)0x0) {\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }\n uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n if (uVar2 == 0) goto LAB_00102b18;\n param_1 = param_1 + 1;\n bVar3 = *param_1;\n }" { (if_statement "if (0x20 < (uint)(int)(char)bVar3) {\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n local_18 = (byte *)0x0;\n uVar2 = strtoul((char *)param_1,(char **)&local_18,10);\n if (local_18 != (byte *)0x0) {\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }" if (parenthesized_expression "(0x20 < (uint)(int)(char)bVar3)" ( (binary_expression "0x20 < (uint)(int)(char)bVar3" number_literal < (cast_expression "(uint)(int)(char)bVar3" ( (type_descriptor "uint" type_identifier) ) (cast_expression "(int)(char)bVar3" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)bVar3" ( (type_descriptor "char" primitive_type) ) identifier)))) )) (compound_statement "{\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n local_18 = (byte *)0x0;\n uVar2 = strtoul((char *)param_1,(char **)&local_18,10);\n if (local_18 != (byte *)0x0) {\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }" { (expression_statement "uVar2 = 0;" (assignment_expression "uVar2 = 0" identifier = number_literal) ;) (if_statement "if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;" if (parenthesized_expression "(9 < (int)(char)bVar3 - 0x30U)" ( (binary_expression "9 < (int)(char)bVar3 - 0x30U" number_literal < (binary_expression "(int)(char)bVar3 - 0x30U" (cast_expression "(int)(char)bVar3" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)bVar3" ( (type_descriptor "char" primitive_type) ) identifier)) - number_literal)) )) (goto_statement "goto LAB_00102b18;" goto statement_identifier ;)) (expression_statement "local_18 = (byte *)0x0;" (assignment_expression "local_18 = (byte *)0x0" identifier = (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "uVar2 = strtoul((char *)param_1,(char **)&local_18,10);" (assignment_expression "uVar2 = strtoul((char *)param_1,(char **)&local_18,10)" identifier = (call_expression "strtoul((char *)param_1,(char **)&local_18,10)" identifier (argument_list "((char *)param_1,(char **)&local_18,10)" ( (cast_expression "(char *)param_1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(char **)&local_18" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&local_18" & identifier)) , number_literal )))) ;) (if_statement "if (local_18 != (byte *)0x0) {\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }" if (parenthesized_expression "(local_18 != (byte *)0x0)" ( (binary_expression "local_18 != (byte *)0x0" identifier != (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }" { (expression_statement "bVar3 = *local_18;" (assignment_expression "bVar3 = *local_18" identifier = (pointer_expression "*local_18" * identifier)) ;) (if_statement "if (bVar3 == 0) goto LAB_00102b18;" if (parenthesized_expression "(bVar3 == 0)" ( (binary_expression "bVar3 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00102b18;" goto statement_identifier ;)) (if_statement "if (0x20 < bVar3) goto LAB_00102bb0;" if (parenthesized_expression "(0x20 < bVar3)" ( (binary_expression "0x20 < bVar3" number_literal < identifier) )) (goto_statement "goto LAB_00102bb0;" goto statement_identifier ;)) (expression_statement "uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;" (assignment_expression "uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1" identifier = (binary_expression "0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1" (binary_expression "0x100003e00U >> ((ulong)bVar3 & 0x3f)" number_literal >> (parenthesized_expression "((ulong)bVar3 & 0x3f)" ( (binary_expression "(ulong)bVar3 & 0x3f" (cast_expression "(ulong)bVar3" ( (type_descriptor "ulong" type_identifier) ) identifier) & number_literal) ))) & number_literal)) ;) (goto_statement "goto joined_r0x00102b7d;" goto statement_identifier ;) })) (break_statement "break;" break ;) })) (expression_statement "uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;" (assignment_expression "uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00" identifier = (binary_expression "1L << (bVar3 & 0x3f) & 0x100003e00" (binary_expression "1L << (bVar3 & 0x3f)" number_literal << (parenthesized_expression "(bVar3 & 0x3f)" ( (binary_expression "bVar3 & 0x3f" identifier & number_literal) ))) & number_literal)) ;) (if_statement "if (uVar2 == 0) goto LAB_00102b18;" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00102b18;" goto statement_identifier ;)) (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 "bVar3 = *param_1;" (assignment_expression "bVar3 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) })) (labeled_statement "LAB_00102bb9:\n uVar2 = 0;" statement_identifier : (expression_statement "uVar2 = 0;" (assignment_expression "uVar2 = 0" identifier = number_literal) ;)) (labeled_statement "LAB_00102b18:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }" statement_identifier : (if_statement "if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }" if (parenthesized_expression "(local_10 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_10 == *(long *)(in_FS_OFFSET + 0x28)" identifier == (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n return uVar2;\n }" { (return_statement "return uVar2;" return identifier ;) }))) (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) (labeled_statement "joined_r0x00102b7d:\n if (uVar1 == 0) goto LAB_00102bb0;" statement_identifier : (if_statement "if (uVar1 == 0) goto LAB_00102bb0;" if (parenthesized_expression "(uVar1 == 0)" ( (binary_expression "uVar1 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00102bb0;" goto statement_identifier ;))) (expression_statement "local_18 = local_18 + 1;" (assignment_expression "local_18 = local_18 + 1" identifier = (binary_expression "local_18 + 1" identifier + number_literal)) ;) (expression_statement "bVar3 = *local_18;" (assignment_expression "bVar3 = *local_18" identifier = (pointer_expression "*local_18" * identifier)) ;) (if_statement "if (bVar3 == 0) goto LAB_00102b18;" if (parenthesized_expression "(bVar3 == 0)" ( (binary_expression "bVar3 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00102b18;" goto statement_identifier ;)) (if_statement "if (0x20 < bVar3) goto LAB_00102bb0;" if (parenthesized_expression "(0x20 < bVar3)" ( (binary_expression "0x20 < bVar3" number_literal < identifier) )) (goto_statement "goto LAB_00102bb0;" goto statement_identifier ;)) (expression_statement "uVar1 = 1L << (bVar3 & 0x3f) & 0x100003e00;" (assignment_expression "uVar1 = 1L << (bVar3 & 0x3f) & 0x100003e00" identifier = (binary_expression "1L << (bVar3 & 0x3f) & 0x100003e00" (binary_expression "1L << (bVar3 & 0x3f)" number_literal << (parenthesized_expression "(bVar3 & 0x3f)" ( (binary_expression "bVar3 & 0x3f" identifier & number_literal) ))) & number_literal)) ;) (goto_statement "goto joined_r0x00102b7d;" goto statement_identifier ;) (labeled_statement "LAB_00102bb0:\n if (bVar3 == 0x2c) goto LAB_00102b18;" statement_identifier : (if_statement "if (bVar3 == 0x2c) goto LAB_00102b18;" if (parenthesized_expression "(bVar3 == 0x2c)" ( (binary_expression "bVar3 == 0x2c" identifier == number_literal) )) (goto_statement "goto LAB_00102b18;" goto statement_identifier ;))) (goto_statement "goto LAB_00102bb9;" goto statement_identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (while_statement while (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression LIT < (cast_expression ( (type_descriptor TYPE) ) (cast_expression ( (type_descriptor TYPE) ) (cast_expression ( (type_descriptor TYPE) ) IDENT)))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < (binary_expression (cast_expression ( (type_descriptor TYPE) ) (cast_expression ( (type_descriptor TYPE) ) IDENT)) - LIT)) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT) , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (pointer_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 = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression LIT >> (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT) ))) & LIT)) ;) (goto_statement goto statement_identifier ;) })) (break_statement break ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression LIT << (parenthesized_expression ( (binary_expression IDENT & LIT) ))) & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = LIT) ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (return_statement return IDENT ;) }))) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression LIT << (parenthesized_expression ( (binary_expression IDENT & LIT) ))) & LIT)) ;) (goto_statement goto statement_identifier ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;))) (goto_statement goto statement_identifier ;) })))
|
(function_definition "ulong FUN_00102ab0(byte *param_1)\n\n{\n ulong uVar1;\n ulong uVar2;\n byte bVar3;\n long in_FS_OFFSET;\n byte *local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n bVar3 = *param_1;\n while (bVar3 != 0) {\n if (0x20 < (uint)(int)(char)bVar3) {\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n local_18 = (byte *)0x0;\n uVar2 = strtoul((char *)param_1,(char **)&local_18,10);\n if (local_18 != (byte *)0x0) {\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }\n uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n if (uVar2 == 0) goto LAB_00102b18;\n param_1 = param_1 + 1;\n bVar3 = *param_1;\n }\nLAB_00102bb9:\n uVar2 = 0;\nLAB_00102b18:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }\n \n __stack_chk_fail();\njoined_r0x00102b7d:\n if (uVar1 == 0) goto LAB_00102bb0;\n local_18 = local_18 + 1;\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n goto joined_r0x00102b7d;\nLAB_00102bb0:\n if (bVar3 == 0x2c) goto LAB_00102b18;\n goto LAB_00102bb9;\n}" (type_identifier "ulong") (function_declarator "FUN_00102ab0(byte *param_1)" (identifier "FUN_00102ab0") (parameter_list "(byte *param_1)" (( "(") (parameter_declaration "byte *param_1" (type_identifier "byte") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n ulong uVar1;\n ulong uVar2;\n byte bVar3;\n long in_FS_OFFSET;\n byte *local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n bVar3 = *param_1;\n while (bVar3 != 0) {\n if (0x20 < (uint)(int)(char)bVar3) {\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n local_18 = (byte *)0x0;\n uVar2 = strtoul((char *)param_1,(char **)&local_18,10);\n if (local_18 != (byte *)0x0) {\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }\n uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n if (uVar2 == 0) goto LAB_00102b18;\n param_1 = param_1 + 1;\n bVar3 = *param_1;\n }\nLAB_00102bb9:\n uVar2 = 0;\nLAB_00102b18:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }\n \n __stack_chk_fail();\njoined_r0x00102b7d:\n if (uVar1 == 0) goto LAB_00102bb0;\n local_18 = local_18 + 1;\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n goto joined_r0x00102b7d;\nLAB_00102bb0:\n if (bVar3 == 0x2c) goto LAB_00102b18;\n goto LAB_00102bb9;\n}" ({ "{") (declaration "ulong uVar1;" (type_identifier "ulong") (identifier "uVar1") (; ";")) (declaration "ulong uVar2;" (type_identifier "ulong") (identifier "uVar2") (; ";")) (declaration "byte bVar3;" (type_identifier "byte") (identifier "bVar3") (; ";")) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" (long "long")) (identifier "in_FS_OFFSET") (; ";")) (declaration "byte *local_18;" (type_identifier "byte") (pointer_declarator "*local_18" (* "*") (identifier "local_18")) (; ";")) (declaration "long local_10;" (sized_type_specifier "long" (long "long")) (identifier "local_10") (; ";")) (expression_statement "local_10 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_10 = *(long *)(in_FS_OFFSET + 0x28)" (identifier "local_10") (= "=") (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" (* "*") (cast_expression "(long *)(in_FS_OFFSET + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_FS_OFFSET + 0x28)" (( "(") (binary_expression "in_FS_OFFSET + 0x28" (identifier "in_FS_OFFSET") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (expression_statement "bVar3 = *param_1;" (assignment_expression "bVar3 = *param_1" (identifier "bVar3") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (while_statement "while (bVar3 != 0) {\n if (0x20 < (uint)(int)(char)bVar3) {\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n local_18 = (byte *)0x0;\n uVar2 = strtoul((char *)param_1,(char **)&local_18,10);\n if (local_18 != (byte *)0x0) {\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }\n uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n if (uVar2 == 0) goto LAB_00102b18;\n param_1 = param_1 + 1;\n bVar3 = *param_1;\n }" (while "while") (parenthesized_expression "(bVar3 != 0)" (( "(") (binary_expression "bVar3 != 0" (identifier "bVar3") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (0x20 < (uint)(int)(char)bVar3) {\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n local_18 = (byte *)0x0;\n uVar2 = strtoul((char *)param_1,(char **)&local_18,10);\n if (local_18 != (byte *)0x0) {\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }\n uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;\n if (uVar2 == 0) goto LAB_00102b18;\n param_1 = param_1 + 1;\n bVar3 = *param_1;\n }" ({ "{") (if_statement "if (0x20 < (uint)(int)(char)bVar3) {\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n local_18 = (byte *)0x0;\n uVar2 = strtoul((char *)param_1,(char **)&local_18,10);\n if (local_18 != (byte *)0x0) {\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }" (if "if") (parenthesized_expression "(0x20 < (uint)(int)(char)bVar3)" (( "(") (binary_expression "0x20 < (uint)(int)(char)bVar3" (number_literal "0x20") (< "<") (cast_expression "(uint)(int)(char)bVar3" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (cast_expression "(int)(char)bVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (cast_expression "(char)bVar3" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "bVar3"))))) () ")")) (compound_statement "{\n uVar2 = 0;\n if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;\n local_18 = (byte *)0x0;\n uVar2 = strtoul((char *)param_1,(char **)&local_18,10);\n if (local_18 != (byte *)0x0) {\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }\n break;\n }" ({ "{") (expression_statement "uVar2 = 0;" (assignment_expression "uVar2 = 0" (identifier "uVar2") (= "=") (number_literal "0")) (; ";")) (if_statement "if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;" (if "if") (parenthesized_expression "(9 < (int)(char)bVar3 - 0x30U)" (( "(") (binary_expression "9 < (int)(char)bVar3 - 0x30U" (number_literal "9") (< "<") (binary_expression "(int)(char)bVar3 - 0x30U" (cast_expression "(int)(char)bVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (cast_expression "(char)bVar3" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "bVar3"))) (- "-") (number_literal "0x30U"))) () ")")) (goto_statement "goto LAB_00102b18;" (goto "goto") (statement_identifier "LAB_00102b18") (; ";"))) (expression_statement "local_18 = (byte *)0x0;" (assignment_expression "local_18 = (byte *)0x0" (identifier "local_18") (= "=") (cast_expression "(byte *)0x0" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "uVar2 = strtoul((char *)param_1,(char **)&local_18,10);" (assignment_expression "uVar2 = strtoul((char *)param_1,(char **)&local_18,10)" (identifier "uVar2") (= "=") (call_expression "strtoul((char *)param_1,(char **)&local_18,10)" (identifier "strtoul") (argument_list "((char *)param_1,(char **)&local_18,10)" (( "(") (cast_expression "(char *)param_1" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "param_1")) (, ",") (cast_expression "(char **)&local_18" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (pointer_expression "&local_18" (& "&") (identifier "local_18"))) (, ",") (number_literal "10") () ")")))) (; ";")) (if_statement "if (local_18 != (byte *)0x0) {\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }" (if "if") (parenthesized_expression "(local_18 != (byte *)0x0)" (( "(") (binary_expression "local_18 != (byte *)0x0" (identifier "local_18") (!= "!=") (cast_expression "(byte *)0x0" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n bVar3 = *local_18;\n if (bVar3 == 0) goto LAB_00102b18;\n if (0x20 < bVar3) goto LAB_00102bb0;\n uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;\n goto joined_r0x00102b7d;\n }" ({ "{") (expression_statement "bVar3 = *local_18;" (assignment_expression "bVar3 = *local_18" (identifier "bVar3") (= "=") (pointer_expression "*local_18" (* "*") (identifier "local_18"))) (; ";")) (if_statement "if (bVar3 == 0) goto LAB_00102b18;" (if "if") (parenthesized_expression "(bVar3 == 0)" (( "(") (binary_expression "bVar3 == 0" (identifier "bVar3") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00102b18;" (goto "goto") (statement_identifier "LAB_00102b18") (; ";"))) (if_statement "if (0x20 < bVar3) goto LAB_00102bb0;" (if "if") (parenthesized_expression "(0x20 < bVar3)" (( "(") (binary_expression "0x20 < bVar3" (number_literal "0x20") (< "<") (identifier "bVar3")) () ")")) (goto_statement "goto LAB_00102bb0;" (goto "goto") (statement_identifier "LAB_00102bb0") (; ";"))) (expression_statement "uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;" (assignment_expression "uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1" (identifier "uVar1") (= "=") (binary_expression "0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1" (binary_expression "0x100003e00U >> ((ulong)bVar3 & 0x3f)" (number_literal "0x100003e00U") (>> ">>") (parenthesized_expression "((ulong)bVar3 & 0x3f)" (( "(") (binary_expression "(ulong)bVar3 & 0x3f" (cast_expression "(ulong)bVar3" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar3")) (& "&") (number_literal "0x3f")) () ")"))) (& "&") (number_literal "1"))) (; ";")) (goto_statement "goto joined_r0x00102b7d;" (goto "goto") (statement_identifier "joined_r0x00102b7d") (; ";")) (} "}"))) (break_statement "break;" (break "break") (; ";")) (} "}"))) (expression_statement "uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;" (assignment_expression "uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00" (identifier "uVar2") (= "=") (binary_expression "1L << (bVar3 & 0x3f) & 0x100003e00" (binary_expression "1L << (bVar3 & 0x3f)" (number_literal "1L") (<< "<<") (parenthesized_expression "(bVar3 & 0x3f)" (( "(") (binary_expression "bVar3 & 0x3f" (identifier "bVar3") (& "&") (number_literal "0x3f")) () ")"))) (& "&") (number_literal "0x100003e00"))) (; ";")) (if_statement "if (uVar2 == 0) goto LAB_00102b18;" (if "if") (parenthesized_expression "(uVar2 == 0)" (( "(") (binary_expression "uVar2 == 0" (identifier "uVar2") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00102b18;" (goto "goto") (statement_identifier "LAB_00102b18") (; ";"))) (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 "bVar3 = *param_1;" (assignment_expression "bVar3 = *param_1" (identifier "bVar3") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (} "}"))) (labeled_statement "LAB_00102bb9:\n uVar2 = 0;" (statement_identifier "LAB_00102bb9") (: ":") (expression_statement "uVar2 = 0;" (assignment_expression "uVar2 = 0" (identifier "uVar2") (= "=") (number_literal "0")) (; ";"))) (labeled_statement "LAB_00102b18:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }" (statement_identifier "LAB_00102b18") (: ":") (if_statement "if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }" (if "if") (parenthesized_expression "(local_10 == *(long *)(in_FS_OFFSET + 0x28))" (( "(") (binary_expression "local_10 == *(long *)(in_FS_OFFSET + 0x28)" (identifier "local_10") (== "==") (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" (* "*") (cast_expression "(long *)(in_FS_OFFSET + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_FS_OFFSET + 0x28)" (( "(") (binary_expression "in_FS_OFFSET + 0x28" (identifier "in_FS_OFFSET") (+ "+") (number_literal "0x28")) () ")"))))) () ")")) (compound_statement "{\n return uVar2;\n }" ({ "{") (return_statement "return uVar2;" (return "return") (identifier "uVar2") (; ";")) (} "}")))) (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" (identifier "__stack_chk_fail") (argument_list "()" (( "(") () ")"))) (; ";")) (labeled_statement "joined_r0x00102b7d:\n if (uVar1 == 0) goto LAB_00102bb0;" (statement_identifier "joined_r0x00102b7d") (: ":") (if_statement "if (uVar1 == 0) goto LAB_00102bb0;" (if "if") (parenthesized_expression "(uVar1 == 0)" (( "(") (binary_expression "uVar1 == 0" (identifier "uVar1") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00102bb0;" (goto "goto") (statement_identifier "LAB_00102bb0") (; ";")))) (expression_statement "local_18 = local_18 + 1;" (assignment_expression "local_18 = local_18 + 1" (identifier "local_18") (= "=") (binary_expression "local_18 + 1" (identifier "local_18") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "bVar3 = *local_18;" (assignment_expression "bVar3 = *local_18" (identifier "bVar3") (= "=") (pointer_expression "*local_18" (* "*") (identifier "local_18"))) (; ";")) (if_statement "if (bVar3 == 0) goto LAB_00102b18;" (if "if") (parenthesized_expression "(bVar3 == 0)" (( "(") (binary_expression "bVar3 == 0" (identifier "bVar3") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00102b18;" (goto "goto") (statement_identifier "LAB_00102b18") (; ";"))) (if_statement "if (0x20 < bVar3) goto LAB_00102bb0;" (if "if") (parenthesized_expression "(0x20 < bVar3)" (( "(") (binary_expression "0x20 < bVar3" (number_literal "0x20") (< "<") (identifier "bVar3")) () ")")) (goto_statement "goto LAB_00102bb0;" (goto "goto") (statement_identifier "LAB_00102bb0") (; ";"))) (expression_statement "uVar1 = 1L << (bVar3 & 0x3f) & 0x100003e00;" (assignment_expression "uVar1 = 1L << (bVar3 & 0x3f) & 0x100003e00" (identifier "uVar1") (= "=") (binary_expression "1L << (bVar3 & 0x3f) & 0x100003e00" (binary_expression "1L << (bVar3 & 0x3f)" (number_literal "1L") (<< "<<") (parenthesized_expression "(bVar3 & 0x3f)" (( "(") (binary_expression "bVar3 & 0x3f" (identifier "bVar3") (& "&") (number_literal "0x3f")) () ")"))) (& "&") (number_literal "0x100003e00"))) (; ";")) (goto_statement "goto joined_r0x00102b7d;" (goto "goto") (statement_identifier "joined_r0x00102b7d") (; ";")) (labeled_statement "LAB_00102bb0:\n if (bVar3 == 0x2c) goto LAB_00102b18;" (statement_identifier "LAB_00102bb0") (: ":") (if_statement "if (bVar3 == 0x2c) goto LAB_00102b18;" (if "if") (parenthesized_expression "(bVar3 == 0x2c)" (( "(") (binary_expression "bVar3 == 0x2c" (identifier "bVar3") (== "==") (number_literal "0x2c")) () ")")) (goto_statement "goto LAB_00102b18;" (goto "goto") (statement_identifier "LAB_00102b18") (; ";")))) (goto_statement "goto LAB_00102bb9;" (goto "goto") (statement_identifier "LAB_00102bb9") (; ";")) (} "}")))
|
type_1 function_1(char *threads)
{
type_1 var_8;
type_1 var_5;
type_2 var_2;
long var_1;
char *var_4;
long var_6;
var_6 = *(long *)(var_1 + 0x28);
var_2 = *threads;
while (var_2 != 0) {
if (0x20 < (type_3)(int)(char)var_2) {
var_5 = 0;
if (9 < (int)(char)var_2 - 0x30U) goto LAB_00102b18;
var_4 = (char *)0x0;
var_5 = var_3(threads,&var_4,10);
if (var_4 != (char *)0x0) {
var_2 = *var_4;
if (var_2 == 0) goto LAB_00102b18;
if (0x20 < var_2) goto LAB_00102bb0;
var_8 = 0x100003e00U >> ((type_1)var_2 & 0x3f) & 1;
goto joined_r0x00102b7d;
}
break;
}
var_5 = 1L << (var_2 & 0x3f) & 0x100003e00;
if (var_5 == 0) goto LAB_00102b18;
threads = (char *)((type_2 *)threads + 1);
var_2 = *threads;
}
LAB_00102bb9:
var_5 = 0;
LAB_00102b18:
if (var_6 == *(long *)(var_1 + 0x28)) {
return var_5;
}
/* WARNING: Subroutine does not return */
var_7();
joined_r0x00102b7d:
if (var_8 == 0) goto LAB_00102bb0;
var_4 = (char *)((type_2 *)var_4 + 1);
var_2 = *var_4;
if (var_2 == 0) goto LAB_00102b18;
if (0x20 < var_2) goto LAB_00102bb0;
var_8 = 1L << (var_2 & 0x3f) & 0x100003e00;
goto joined_r0x00102b7d;
LAB_00102bb0:
if (var_2 == 0x2c) goto LAB_00102b18;
goto LAB_00102bb9;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))) right: (number_literal)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (identifier)) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (pointer_expression argument: (identifier))) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (number_literal) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))) right: (number_literal)))) (goto_statement label: (statement_identifier)))) (break_statement))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (number_literal) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (return_statement (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (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 (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (number_literal) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal)))) (goto_statement label: (statement_identifier)) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))) (goto_statement label: (statement_identifier)))))
| null |
ulong MASKED(byte *param_1)
{
ulong uVar1;
ulong uVar2;
byte bVar3;
long in_FS_OFFSET;
byte *local_18;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
bVar3 = *param_1;
while (bVar3 != 0) {
if (0x20 < (uint)(int)(char)bVar3) {
uVar2 = 0;
if (9 < (int)(char)bVar3 - 0x30U) goto LAB_00102b18;
local_18 = (byte *)0x0;
uVar2 = strtoul((char *)param_1,(char **)&local_18,10);
if (local_18 != (byte *)0x0) {
bVar3 = *local_18;
if (bVar3 == 0) goto LAB_00102b18;
if (0x20 < bVar3) goto LAB_00102bb0;
uVar1 = 0x100003e00U >> ((ulong)bVar3 & 0x3f) & 1;
goto joined_r0x00102b7d;
}
break;
}
uVar2 = 1L << (bVar3 & 0x3f) & 0x100003e00;
if (uVar2 == 0) goto LAB_00102b18;
param_1 = param_1 + 1;
bVar3 = *param_1;
}
LAB_00102bb9:
uVar2 = 0;
LAB_00102b18:
if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {
return uVar2;
}
/* WARNING: Subroutine does not return */
__stack_chk_fail();
joined_r0x00102b7d:
if (uVar1 == 0) goto LAB_00102bb0;
local_18 = local_18 + 1;
bVar3 = *local_18;
if (bVar3 == 0) goto LAB_00102b18;
if (0x20 < bVar3) goto LAB_00102bb0;
uVar1 = 1L << (bVar3 & 0x3f) & 0x100003e00;
goto joined_r0x00102b7d;
LAB_00102bb0:
if (bVar3 == 0x2c) goto LAB_00102b18;
goto LAB_00102bb9;
}
|
5393_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
|
__heap_select<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_true>*,_std::vector<gold::Output_reloc<4,_true,_64,_true>,_std::allocator<gold::Output_reloc<4,_true,_64,_true>_>_>_>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_true>::Sort_relocs_comparison>_>
|
FUN_00233c80
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* DWARF original name: __heap_select<__gnu_cxx::__normal_iterator<gold::Output_reloc<4, true, 64,
true>*, std::vector<gold::Output_reloc<4, true, 64, true>, std::allocator<gold::Output_reloc<4,
true, 64, true> > > >, __gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4, true,
64, true>::Sort_relocs_comparison> > */
void std::
__heap_select<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_true>*,_std::vector<gold::Output_reloc<4,_true,_64,_true>,_std::allocator<gold::Output_reloc<4,_true,_64,_true>_>_>_>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_true>::Sort_relocs_comparison>_>
(Output_reloc<9,_true,_64,_true> *__first,Output_reloc<9,_true,_64,_true> *__middle,
Output_reloc<9,_true,_64,_true> *__last)
{
anon_union_8_2_238bdeaa_for_u2_ aVar1;
anon_union_8_4_c82d8563_for_u1_ aVar2;
Output_reloc<9,_true,_64,_true> *pOVar3;
uint uVar4;
undefined4 uVar5;
int iVar6;
long lVar7;
long lVar8;
_ValueType __value;
lVar7 = ((long)__middle - (long)__first >> 4) * -0x5555555555555555;
if (0x30 < (long)__middle - (long)__first) {
for (lVar8 = (lVar7 + -2) / 2;
__adjust_heap<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_true>*,_std::vector<gold::Output_reloc<4,_true,_64,_true>,_std::allocator<gold::Output_reloc<4,_true,_64,_true>_>_>_>,_long_int,_gold::Output_reloc<4,_true,_64,_true>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_true>::Sort_relocs_comparison>_>
(__first,lVar8,lVar7), lVar8 != 0; lVar8 = lVar8 + -1) {
}
}
if (__middle < __last) {
do {
while( true ) {
iVar6 = gold::Output_reloc<9,_true,_64,_true>::compare(__middle,__first);
if ((-1 < iVar6) && ((iVar6 != 0 || (__first[1].u1_.relobj <= __middle[1].u1_.relobj))))
break;
aVar1 = __first->u2_;
pOVar3 = __middle + 1;
__middle->u1_ = __first->u1_;
__middle->u2_ = aVar1;
uVar4 = __first->local_sym_index_;
uVar5 = *(undefined4 *)&__first->field_0x1c;
__middle->address_ = __first->address_;
__middle->local_sym_index_ = uVar4;
*(undefined4 *)&__middle->field_0x1c = uVar5;
uVar5 = *(undefined4 *)&__first->field_0x24;
aVar2 = __first[1].u1_;
__middle->shndx_ = __first->shndx_;
*(undefined4 *)&__middle->field_0x24 = uVar5;
__middle[1].u1_ = aVar2;
__adjust_heap<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_true>*,_std::vector<gold::Output_reloc<4,_true,_64,_true>,_std::allocator<gold::Output_reloc<4,_true,_64,_true>_>_>_>,_long_int,_gold::Output_reloc<4,_true,_64,_true>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_true>::Sort_relocs_comparison>_>
(__first,0,lVar7);
__middle = (Output_reloc<9,_true,_64,_true> *)&pOVar3->u2_;
if (__last <= &pOVar3->u2_) {
return;
}
}
__middle = (Output_reloc<9,_true,_64,_true> *)&__middle[1].u2_;
} while (__middle < __last);
}
return;
}
|
void FUN_00233c80(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)
{
undefined8 uVar1;
int iVar2;
long lVar3;
long lVar4;
undefined8 *puVar5;
lVar3 = ((long)param_2 - (long)param_1 >> 4) * -0x5555555555555555;
if (0x30 < (long)param_2 - (long)param_1) {
for (lVar4 = (lVar3 + -2) / 2; FUN_00233a20(param_1,lVar4,lVar3), lVar4 != 0; lVar4 = lVar4 + -1
) {
}
}
if (param_2 < param_3) {
do {
while( true ) {
iVar2 = FUN_0022bc80(param_2,param_1);
if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;
uVar1 = param_1[1];
puVar5 = param_2 + 6;
*param_2 = *param_1;
param_2[1] = uVar1;
uVar1 = param_1[3];
param_2[2] = param_1[2];
param_2[3] = uVar1;
uVar1 = param_1[5];
param_2[4] = param_1[4];
param_2[5] = uVar1;
FUN_00233a20(param_1,0,lVar3);
param_2 = puVar5;
if (param_3 <= puVar5) {
return;
}
}
param_2 = param_2 + 6;
} while (param_2 < param_3);
}
return;
}
|
MOV RAX,RSI
PUSH R14
SUB RAX,RDI
PUSH R13
MOV R13,RDI
PUSH R12
MOV R12,RDX
MOV RDX,-0x5555555555555555
PUSH RBP
MOV RBP,RAX
PUSH RBX
SAR RBP,0x4
MOV RBX,RSI
IMUL RBP,RDX
SUB RSP,0x30
CMP RAX,0x30
JLE 0x00233d36
LEA RAX,[RBP + -0x2]
MOV R14,RAX
SHR R14,0x3f
ADD R14,RAX
SAR R14,0x1
JMP 0x00233cd4
SUB R14,0x1
LEA RCX,[R14 + R14*0x2]
SHL RCX,0x4
MOV RDX,qword ptr [R13 + RCX*0x1 + 0x8]
MOV RSI,qword ptr [R13 + RCX*0x1 + 0x10]
MOV RDI,qword ptr [R13 + RCX*0x1 + 0x18]
MOV RAX,qword ptr [R13 + RCX*0x1]
MOV R9,qword ptr [R13 + RCX*0x1 + 0x20]
MOV R10,qword ptr [R13 + RCX*0x1 + 0x28]
MOV qword ptr [RSP + 0x8],RDX
MOV qword ptr [RSP + 0x10],RSI
MOV qword ptr [RSP + 0x18],RDI
MOV qword ptr [RSP],RAX
MOV qword ptr [RSP + 0x20],R9
MOV qword ptr [RSP + 0x28],R10
PUSH R10
PUSH R9
PUSH RDI
MOV RDI,R13
PUSH RSI
MOV RSI,R14
PUSH RDX
MOV RDX,RBP
PUSH RAX
CALL 0x00233a20
ADD RSP,0x30
TEST R14,R14
JNZ 0x00233cd0
MOV R14,RBX
CMP R12,RBX
JA 0x00233d55
JMP 0x00233dea
ADD R14,0x30
CMP R12,R14
JBE 0x00233dea
MOV RSI,R13
MOV RDI,R14
CALL 0x0022bc80
TEST EAX,EAX
JS 0x00233d70
JNZ 0x00233d48
MOV RAX,qword ptr [R13 + 0x28]
CMP qword ptr [R14 + 0x28],RAX
JNC 0x00233d48
MOVDQU XMM0,xmmword ptr [R13]
MOV RDX,qword ptr [R14 + 0x8]
ADD R14,0x30
MOV RAX,qword ptr [R14 + -0x30]
MOV RSI,qword ptr [R14 + -0x10]
MOVUPS xmmword ptr [R14 + -0x30],XMM0
MOVDQU XMM1,xmmword ptr [R13 + 0x10]
MOV RDI,qword ptr [R14 + -0x8]
MOV RCX,qword ptr [R14 + -0x20]
MOV RBX,qword ptr [R14 + -0x18]
MOV qword ptr [RSP + 0x8],RDX
MOVUPS xmmword ptr [R14 + -0x20],XMM1
MOVDQU XMM2,xmmword ptr [R13 + 0x20]
MOV qword ptr [RSP + 0x20],RSI
MOV qword ptr [RSP + 0x28],RDI
MOV qword ptr [RSP],RAX
MOV qword ptr [RSP + 0x10],RCX
MOV qword ptr [RSP + 0x18],RBX
MOVUPS xmmword ptr [R14 + -0x10],XMM2
PUSH RDI
MOV RDI,R13
PUSH RSI
XOR ESI,ESI
PUSH RBX
PUSH RCX
PUSH RDX
MOV RDX,RBP
PUSH RAX
CALL 0x00233a20
ADD RSP,0x30
CMP R12,R14
JA 0x00233d55
ADD RSP,0x30
POP RBX
POP RBP
POP R12
POP R13
POP R14
RET
| null | null | null | null |
[('tmp_2457', u'INT_LESS_-1204011405'), (u'MULTIEQUAL_-1204010873', u'PTRADD_-1204010463'), ('tmp_2460', u'PTRSUB_-1204010529'), ('const-433', u'STORE_-1204010720'), (u'LOAD_-1204010713', u'STORE_-1204010679'), ('tmp_420', u'BRANCH_-1204011672'), (u'MULTIEQUAL_-1204010873', u'PTRSUB_-1204010536'), ('const-48', u'INT_SLESS_-1204011747'), ('const-40', u'PTRADD_-1204010571'), (u'CAST_-1204010474', u'STORE_-1204010551'), ('const-8', u'PTRSUB_-1204010549'), (u'INT_LESS_-1204011405', u'CBRANCH_-1204011414'), (u'INT_ADD_-1204011301', u'MULTIEQUAL_-1204011000'), (u'COPY_-1204010478', u'MULTIEQUAL_-1204010873'), ('const--1', u'INT_ADD_-1204011301'), (u'INT_NOTEQUAL_-1204011438', u'CBRANCH_-1204011436'), ('const-32', u'PTRSUB_-1204010482'), ('tmp_932', u'CBRANCH_-1204011328'), ('const-0', u'PTRSUB_-1204010562'), ('const-16', u'PTRSUB_-1204010529'), (u'MULTIEQUAL_-1204010873', u'PTRSUB_-1204010490'), ('const-433', u'STORE_-1204010754'), ('tmp_2460', u'CALL_-1204011466'), ('const-433', u'LOAD_-1204010748'), (u'LOAD_-1204010579', u'STORE_-1204010720'), (u'PTRADD_-1204010609', u'PTRSUB_-1204010607'), (u'MULTIEQUAL_-1204010873', u'CALL_-1204011343'), (u'MULTIEQUAL_-1204010873', u'PTRSUB_-1204010535'), (u'PTRSUB_-1204010536', u'STORE_-1204010755'), ('tmp_2460', u'CALL_-1204011095'), ('tmp_810', u'CBRANCH_-1204011414'), (u'PTRSUB_-1204010535', u'STORE_-1204010754'), (u'PTRSUB_-1204010536', u'LOAD_-1204011323'), ('const-433', u'LOAD_-1204010543'), ('const-433', u'STORE_-1204010509'), ('const-433', u'STORE_-1204010551'), ('const-1', u'PTRADD_-1204010496'), (u'PTRSUB_-1204010496', u'LOAD_-1204010713'), (u'PTRADD_-1204010463', u'PTRSUB_-1204010463'), ('const-433', u'STORE_-1204010755'), ('const--2', u'INT_ADD_-1204011733'), (u'PTRADD_-1204010577', u'PTRSUB_-1204010575'), (u'LOAD_-1204010544', u'STORE_-1204010680'), (u'PTRSUB_-1204010490', u'STORE_-1204010720'), ('const-0', u'RETURN_-1204011190'), ('tmp_2460', u'PTRSUB_-1204010517'), (u'PTRSUB_-1204010481', u'CAST_-1204010468'), ('tmp_2463', u'INT_LESSEQUAL_-1204011054'), ('const-1', u'PTRADD_-1204010463'), (u'MULTIEQUAL_-1204010873', u'PTRSUB_-1204010489'), ('const-8', u'PTRSUB_-1204010561'), (u'PTRSUB_-1204010504', u'STORE_-1204010721'), ('tmp_2460', u'PTRSUB_-1204010516'), (u'LOAD_-1204010780', u'STORE_-1204010754'), (u'CAST_-1204010498', u'LOAD_-1204010578'), ('const-40', u'PTRADD_-1204010463'), (u'INT_LESSEQUAL_-1204011300', u'CBRANCH_-1204011297'), (u'INT_SUB_-1204011873', u'INT_SLESS_-1204011747'), (u'CAST_-1204010566', u'MULTIEQUAL_-1204010873'), ('tmp_2463', u'INT_LESS_-1204011182'), ('const-8', u'PTRSUB_-1204010535'), ('const-1', u'PTRADD_-1204010577'), ('const-433', u'LOAD_-1204010578'), ('tmp_982', u'CBRANCH_-1204011297'), (u'INT_SDIV_-1204011652', u'MULTIEQUAL_-1204011000'), ('const-2', u'INT_SDIV_-1204011652'), ('const-0', u'INT_NOTEQUAL_-1204011438'), (u'LOAD_-1204011316', u'INT_LESSEQUAL_-1204011300'), ('const-433', u'LOAD_-1204010579'), (u'PTRADD_-1204010571', u'PTRSUB_-1204010569'), (u'PTRSUB_-1204010561', u'LOAD_-1204010780'), ('const-36', u'PTRSUB_-1204010447'), ('const-0', u'PTRSUB_-1204010536'), ('tmp_2457', u'COPY_-1204010647'), (u'PTRSUB_-1204010569', u'PTRSUB_-1204010531'), ('const-1', u'PTRADD_-1204010609'), ('const-1', u'PTRADD_-1204010551'), ('tmp_773', u'CBRANCH_-1204011436'), (u'PTRSUB_-1204010549', u'INT_LESSEQUAL_-1204011054'), ('const-433', u'LOAD_-1204010544'), (u'MULTIEQUAL_-1204011000', u'CALL_-1204011466'), ('tmp_936', u'CBRANCH_-1204011324'), ('const-40', u'PTRADD_-1204010609'), (u'PTRSUB_-1204010531', u'LOAD_-1204011316'), (u'INT_LESSEQUAL_-1204011054', u'CBRANCH_-1204011063'), (u'LOAD_-1204010543', u'STORE_-1204010509'), (u'PTRSUB_-1204010549', u'CAST_-1204010405'), (u'PTRADD_-1204010551', u'PTRSUB_-1204010549'), ('const-0', u'PTRSUB_-1204010496'), (u'MULTIEQUAL_-1204010873', u'PTRSUB_-1204010504'), (u'PTRSUB_-1204010482', u'LOAD_-1204010544'), ('tmp_253', u'CBRANCH_-1204011754'), (u'CAST_-1204010764', u'INT_SUB_-1204011873'), ('const-24', u'PTRSUB_-1204010490'), (u'PTRSUB_-1204010489', u'CAST_-1204010474'), (u'CAST_-1204010566', u'INT_LESS_-1204011182'), ('tmp_2460', u'PTRSUB_-1204010481'), (u'INT_MULT_-1204011765', u'INT_ADD_-1204011733'), (u'MULTIEQUAL_-1204010873', u'PTRADD_-1204010551'), ('const-28', u'PTRSUB_-1204010489'), (u'PTRSUB_-1204010463', u'STORE_-1204010679'), (u'PTRSUB_-1204010575', u'PTRSUB_-1204010536'), ('const-24', u'PTRSUB_-1204010517'), ('const-433', u'STORE_-1204010721'), (u'PTRSUB_-1204010529', u'LOAD_-1204010748'), (u'INT_SRIGHT_-1204011809', u'INT_MULT_-1204011765'), ('const-433', u'STORE_-1204010680'), ('const-0', u'PTRSUB_-1204010569'), ('const-40', u'PTRADD_-1204010496'), (u'MULTIEQUAL_-1204011000', u'INT_NOTEQUAL_-1204011438'), (u'INT_NOTEQUAL_-1204011328', u'CBRANCH_-1204011324'), ('tmp_2460', u'CAST_-1204010764'), ('const-433', u'LOAD_-1204010780'), ('const-28', u'PTRSUB_-1204010516'), (u'CALL_-1204011343', u'INT_SLESS_-1204011328'), (u'CALL_-1204011343', u'INT_NOTEQUAL_-1204011328'), (u'PTRSUB_-1204010607', u'CAST_-1204010566'), ('const-433', u'LOAD_-1204010781'), ('const-433', u'LOAD_-1204011316'), (u'INT_LESS_-1204011182', u'CBRANCH_-1204011191'), ('const--6148914691236517205', u'INT_MULT_-1204011765'), (u'CAST_-1204010437', u'STORE_-1204010509'), ('tmp_2460', u'PTRSUB_-1204010561'), ('const-0', u'PTRSUB_-1204010536'), (u'LOAD_-1204011323', u'INT_LESSEQUAL_-1204011300'), (u'PTRADD_-1204010496', u'PTRSUB_-1204010496'), ('tmp_2460', u'PTRADD_-1204010496'), ('tmp_2463', u'INT_LESS_-1204011405'), (u'COPY_-1204010647', u'MULTIEQUAL_-1204010873'), (u'MULTIEQUAL_-1204010873', u'PTRADD_-1204010571'), (u'LOAD_-1204010578', u'STORE_-1204010551'), (u'INT_SLESS_-1204011747', u'CBRANCH_-1204011754'), (u'LOAD_-1204010748', u'STORE_-1204010721'), ('const-1', u'PTRADD_-1204010571'), ('const-4', u'INT_SRIGHT_-1204011809'), ('const-4294967295', u'INT_SLESS_-1204011328'), ('const-16', u'PTRSUB_-1204010504'), ('const-433', u'STORE_-1204010679'), ('tmp_2460', u'PTRADD_-1204010577'), ('const-40', u'PTRADD_-1204010577'), ('const-0', u'INT_NOTEQUAL_-1204011328'), (u'PTRSUB_-1204010562', u'LOAD_-1204010781'), (u'INT_SLESS_-1204011328', u'CBRANCH_-1204011328'), ('const-0', u'PTRSUB_-1204010463'), (u'MULTIEQUAL_-1204010873', u'PTRADD_-1204010609'), (u'CAST_-1204010405', u'COPY_-1204010478'), ('tmp_1352', u'CBRANCH_-1204011191'), ('tmp_2460', u'PTRSUB_-1204010562'), (u'INT_MULT_-1204011765', u'CALL_-1204011466'), (u'INT_ADD_-1204011733', u'INT_SDIV_-1204011652'), (u'CAST_-1204010468', u'LOAD_-1204010543'), (u'PTRSUB_-1204010447', u'CAST_-1204010437'), (u'INT_SUB_-1204011873', u'INT_SRIGHT_-1204011809'), ('tmp_2460', u'PTRSUB_-1204010482'), ('const-32', u'PTRSUB_-1204010448'), (u'CAST_-1204010765', u'INT_SUB_-1204011873'), (u'PTRSUB_-1204010448', u'STORE_-1204010680'), ('tmp_2457', u'CAST_-1204010765'), ('const-40', u'PTRADD_-1204010551'), ('const-433', u'LOAD_-1204010713'), ('const-8', u'PTRSUB_-1204010607'), ('const-36', u'PTRSUB_-1204010481'), (u'INT_MULT_-1204011765', u'CALL_-1204011095'), (u'LOAD_-1204010781', u'STORE_-1204010755'), ('tmp_1293', u'CBRANCH_-1204011063'), ('const-433', u'LOAD_-1204011323'), ('const-0', u'PTRSUB_-1204010575'), (u'MULTIEQUAL_-1204010873', u'PTRSUB_-1204010447'), (u'PTRSUB_-1204010516', u'CAST_-1204010498'), (u'MULTIEQUAL_-1204011000', u'INT_ADD_-1204011301'), ('const-0', u'RETURN_-1204010467'), ('const-0', u'CALL_-1204011095'), ('const-0', u'PTRSUB_-1204010531'), (u'MULTIEQUAL_-1204010873', u'PTRSUB_-1204010448'), (u'PTRSUB_-1204010517', u'LOAD_-1204010579'), ('tmp_2460', u'CALL_-1204011343')]
|
[('tmp_2499', u'CALL_-1204011343'), ('const-8', u'PTRADD_-1204010457'), ('tmp_420', u'BRANCH_-1204011672'), ('const-3', u'PTRADD_-1204010520'), (u'PTRADD_-1204010527', u'STORE_-1204010739'), (u'INT_LESS_-1204011405', u'CBRANCH_-1204011414'), ('const-3', u'PTRADD_-1204010495'), ('const-8', u'PTRADD_-1204010456'), (u'INT_NOTEQUAL_-1204011438', u'CBRANCH_-1204011436'), ('const-433', u'LOAD_-1204010699'), ('tmp_932', u'CBRANCH_-1204011328'), (u'PTRADD_-1204010488', u'LOAD_-1204010698'), (u'MULTIEQUAL_-1204010875', u'PTRADD_-1204010594'), ('const-433', u'LOAD_-1204010698'), (u'PTRADD_-1204010551', u'LOAD_-1204010765'), ('const-8', u'PTRADD_-1204010521'), (u'PTRADD_-1204010558', u'LOAD_-1204011316'), ('const-8', u'PTRADD_-1204010594'), ('tmp_2499', u'CAST_-1204010771'), (u'MULTIEQUAL_-1204011002', u'CALL_-1204011466'), (u'PTRADD_-1204010594', u'INT_LESS_-1204011182'), (u'CAST_-1204010771', u'INT_SUB_-1204011873'), ('tmp_2499', u'LOAD_-1204010766'), ('tmp_810', u'CBRANCH_-1204011414'), ('tmp_2502', u'INT_LESS_-1204011182'), ('const-433', u'LOAD_-1204010766'), ('tmp_2499', u'PTRADD_-1204010551'), ('const--1', u'INT_ADD_-1204011301'), (u'PTRADD_-1204010456', u'STORE_-1204010664'), (u'PTRADD_-1204010489', u'LOAD_-1204010699'), (u'PTRADD_-1204010495', u'STORE_-1204010705'), (u'MULTIEQUAL_-1204010875', u'PTRADD_-1204010527'), ('const-8', u'PTRADD_-1204010488'), (u'PTRADD_-1204010457', u'STORE_-1204010665'), ('const--2', u'INT_ADD_-1204011733'), ('const-433', u'STORE_-1204010705'), ('const-0', u'RETURN_-1204011190'), (u'LOAD_-1204010766', u'STORE_-1204010740'), ('const-433', u'LOAD_-1204010733'), ('const-1', u'PTRADD_-1204010551'), (u'LOAD_-1204010732', u'STORE_-1204010705'), ('const-8', u'PTRADD_-1204010496'), (u'MULTIEQUAL_-1204010875', u'CALL_-1204011343'), ('tmp_2499', u'PTRADD_-1204010489'), (u'INT_SUB_-1204011873', u'INT_SLESS_-1204011747'), (u'INT_LESSEQUAL_-1204011300', u'CBRANCH_-1204011297'), ('const-4', u'INT_SRIGHT_-1204011809'), ('const-8', u'PTRADD_-1204010558'), ('const-433', u'LOAD_-1204010765'), ('const-0', u'RETURN_-1204010460'), (u'MULTIEQUAL_-1204010875', u'PTRADD_-1204010496'), ('tmp_2499', u'PTRADD_-1204010520'), (u'PTRADD_-1204010521', u'LOAD_-1204010733'), ('tmp_982', u'CBRANCH_-1204011297'), ('const-8', u'PTRADD_-1204010495'), ('const-433', u'STORE_-1204010665'), ('const-0', u'INT_NOTEQUAL_-1204011438'), ('tmp_2499', u'CALL_-1204011466'), (u'COPY_-1204010485', u'MULTIEQUAL_-1204010875'), ('tmp_773', u'CBRANCH_-1204011436'), (u'LOAD_-1204011316', u'CAST_-1204010540'), ('const-8', u'PTRADD_-1204010520'), (u'MULTIEQUAL_-1204011002', u'INT_NOTEQUAL_-1204011438'), ('tmp_936', u'CBRANCH_-1204011324'), ('const-2', u'INT_SDIV_-1204011652'), (u'INT_LESSEQUAL_-1204011054', u'CBRANCH_-1204011063'), (u'MULTIEQUAL_-1204011002', u'INT_ADD_-1204011301'), ('const-6', u'PTRADD_-1204010540'), ('const-433', u'LOAD_-1204010732'), (u'PTRADD_-1204010496', u'STORE_-1204010706'), (u'PTRADD_-1204010520', u'LOAD_-1204010732'), ('tmp_253', u'CBRANCH_-1204011754'), (u'MULTIEQUAL_-1204010875', u'PTRADD_-1204010495'), (u'MULTIEQUAL_-1204010875', u'PTRADD_-1204010456'), ('const-433', u'STORE_-1204010740'), (u'INT_MULT_-1204011765', u'INT_ADD_-1204011733'), ('const-433', u'STORE_-1204010739'), ('const-5', u'PTRADD_-1204010563'), (u'CAST_-1204010541', u'INT_LESSEQUAL_-1204011300'), ('const-4', u'PTRADD_-1204010457'), (u'INT_SRIGHT_-1204011809', u'INT_MULT_-1204011765'), ('const-8', u'PTRADD_-1204010563'), (u'INT_NOTEQUAL_-1204011328', u'CBRANCH_-1204011324'), (u'LOAD_-1204010765', u'STORE_-1204010739'), ('const-4294967295', u'INT_SLESS_-1204011328'), (u'LOAD_-1204010733', u'STORE_-1204010706'), (u'CALL_-1204011343', u'INT_SLESS_-1204011328'), (u'CALL_-1204011343', u'INT_NOTEQUAL_-1204011328'), ('tmp_2496', u'CAST_-1204010772'), ('const-1', u'PTRADD_-1204010527'), (u'PTRADD_-1204010540', u'COPY_-1204010485'), (u'INT_LESS_-1204011182', u'CBRANCH_-1204011191'), ('const-4', u'PTRADD_-1204010489'), ('const-6', u'PTRADD_-1204010594'), (u'MULTIEQUAL_-1204010875', u'STORE_-1204010740'), ('const-8', u'PTRADD_-1204010540'), (u'MULTIEQUAL_-1204010875', u'PTRADD_-1204010540'), (u'INT_ADD_-1204011301', u'MULTIEQUAL_-1204011002'), (u'INT_SDIV_-1204011652', u'MULTIEQUAL_-1204011002'), (u'INT_SLESS_-1204011747', u'CBRANCH_-1204011754'), ('const-5', u'PTRADD_-1204010456'), ('tmp_2499', u'CALL_-1204011095'), ('tmp_2502', u'INT_LESS_-1204011405'), (u'LOAD_-1204010699', u'STORE_-1204010665'), ('const--6148914691236517205', u'INT_MULT_-1204011765'), (u'CAST_-1204010540', u'INT_LESSEQUAL_-1204011300'), (u'MULTIEQUAL_-1204010875', u'PTRADD_-1204010558'), ('const-5', u'PTRADD_-1204010488'), ('const-433', u'STORE_-1204010664'), ('tmp_2502', u'INT_LESSEQUAL_-1204011054'), ('const-0', u'INT_NOTEQUAL_-1204011328'), ('tmp_2499', u'PTRADD_-1204010521'), ('tmp_2496', u'INT_LESS_-1204011405'), (u'INT_SLESS_-1204011328', u'CBRANCH_-1204011328'), ('tmp_1352', u'CBRANCH_-1204011191'), (u'INT_ADD_-1204011733', u'INT_SDIV_-1204011652'), (u'INT_MULT_-1204011765', u'CALL_-1204011466'), ('const-8', u'PTRADD_-1204010489'), (u'LOAD_-1204010698', u'STORE_-1204010664'), ('const-433', u'LOAD_-1204011323'), (u'INT_SUB_-1204011873', u'INT_SRIGHT_-1204011809'), ('const-433', u'STORE_-1204010706'), ('const-433', u'LOAD_-1204011316'), ('const-8', u'PTRADD_-1204010551'), ('const-48', u'INT_SLESS_-1204011747'), (u'PTRADD_-1204010563', u'LOAD_-1204011323'), (u'LOAD_-1204011323', u'CAST_-1204010541'), (u'INT_MULT_-1204011765', u'CALL_-1204011095'), ('const-5', u'PTRADD_-1204010558'), ('tmp_1293', u'CBRANCH_-1204011063'), ('tmp_2499', u'PTRADD_-1204010488'), ('const-0', u'CALL_-1204011095'), ('const-2', u'PTRADD_-1204010521'), (u'MULTIEQUAL_-1204010875', u'PTRADD_-1204010457'), (u'PTRADD_-1204010540', u'INT_LESSEQUAL_-1204011054'), ('tmp_2499', u'PTRADD_-1204010563'), (u'PTRADD_-1204010594', u'MULTIEQUAL_-1204010875'), ('const-2', u'PTRADD_-1204010496'), ('const-8', u'PTRADD_-1204010527'), ('tmp_2496', u'COPY_-1204010654'), (u'CAST_-1204010772', u'INT_SUB_-1204011873'), (u'COPY_-1204010654', u'MULTIEQUAL_-1204010875')]
| null | null |
00233c80
|
x64
|
O2
|
(translation_unit "void FUN_00233c80(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n undefined8 uVar1;\n int iVar2;\n long lVar3;\n long lVar4;\n undefined8 *puVar5;\n \n lVar3 = ((long)param_2 - (long)param_1 >> 4) * -0x5555555555555555;\n if (0x30 < (long)param_2 - (long)param_1) {\n for (lVar4 = (lVar3 + -2) / 2; FUN_00233a20(param_1,lVar4,lVar3), lVar4 != 0; lVar4 = lVar4 + -1\n ) {\n }\n }\n if (param_2 < param_3) {\n do {\n while( true ) {\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }\n param_2 = param_2 + 6;\n } while (param_2 < param_3);\n }\n return;\n}\n\n" (function_definition "void FUN_00233c80(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n undefined8 uVar1;\n int iVar2;\n long lVar3;\n long lVar4;\n undefined8 *puVar5;\n \n lVar3 = ((long)param_2 - (long)param_1 >> 4) * -0x5555555555555555;\n if (0x30 < (long)param_2 - (long)param_1) {\n for (lVar4 = (lVar3 + -2) / 2; FUN_00233a20(param_1,lVar4,lVar3), lVar4 != 0; lVar4 = lVar4 + -1\n ) {\n }\n }\n if (param_2 < param_3) {\n do {\n while( true ) {\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }\n param_2 = param_2 + 6;\n } while (param_2 < param_3);\n }\n return;\n}" primitive_type (function_declarator "FUN_00233c80(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)" identifier (parameter_list "(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n undefined8 uVar1;\n int iVar2;\n long lVar3;\n long lVar4;\n undefined8 *puVar5;\n \n lVar3 = ((long)param_2 - (long)param_1 >> 4) * -0x5555555555555555;\n if (0x30 < (long)param_2 - (long)param_1) {\n for (lVar4 = (lVar3 + -2) / 2; FUN_00233a20(param_1,lVar4,lVar3), lVar4 != 0; lVar4 = lVar4 + -1\n ) {\n }\n }\n if (param_2 < param_3) {\n do {\n while( true ) {\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }\n param_2 = param_2 + 6;\n } while (param_2 < param_3);\n }\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (expression_statement "lVar3 = ((long)param_2 - (long)param_1 >> 4) * -0x5555555555555555;" (assignment_expression "lVar3 = ((long)param_2 - (long)param_1 >> 4) * -0x5555555555555555" identifier = (binary_expression "((long)param_2 - (long)param_1 >> 4) * -0x5555555555555555" (parenthesized_expression "((long)param_2 - (long)param_1 >> 4)" ( (binary_expression "(long)param_2 - (long)param_1 >> 4" (binary_expression "(long)param_2 - (long)param_1" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal) )) * number_literal)) ;) (if_statement "if (0x30 < (long)param_2 - (long)param_1) {\n for (lVar4 = (lVar3 + -2) / 2; FUN_00233a20(param_1,lVar4,lVar3), lVar4 != 0; lVar4 = lVar4 + -1\n ) {\n }\n }" if (parenthesized_expression "(0x30 < (long)param_2 - (long)param_1)" ( (binary_expression "0x30 < (long)param_2 - (long)param_1" number_literal < (binary_expression "(long)param_2 - (long)param_1" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) )) (compound_statement "{\n for (lVar4 = (lVar3 + -2) / 2; FUN_00233a20(param_1,lVar4,lVar3), lVar4 != 0; lVar4 = lVar4 + -1\n ) {\n }\n }" { (for_statement "for (lVar4 = (lVar3 + -2) / 2; FUN_00233a20(param_1,lVar4,lVar3), lVar4 != 0; lVar4 = lVar4 + -1\n ) {\n }" for ( (assignment_expression "lVar4 = (lVar3 + -2) / 2" identifier = (binary_expression "(lVar3 + -2) / 2" (parenthesized_expression "(lVar3 + -2)" ( (binary_expression "lVar3 + -2" identifier + number_literal) )) / number_literal)) ; (comma_expression "FUN_00233a20(param_1,lVar4,lVar3), lVar4 != 0" (call_expression "FUN_00233a20(param_1,lVar4,lVar3)" identifier (argument_list "(param_1,lVar4,lVar3)" ( identifier , identifier , identifier ))) , (binary_expression "lVar4 != 0" identifier != number_literal)) ; (assignment_expression "lVar4 = lVar4 + -1" identifier = (binary_expression "lVar4 + -1" identifier + number_literal)) ) (compound_statement "{\n }" { })) })) (if_statement "if (param_2 < param_3) {\n do {\n while( true ) {\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }\n param_2 = param_2 + 6;\n } while (param_2 < param_3);\n }" if (parenthesized_expression "(param_2 < param_3)" ( (binary_expression "param_2 < param_3" identifier < identifier) )) (compound_statement "{\n do {\n while( true ) {\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }\n param_2 = param_2 + 6;\n } while (param_2 < param_3);\n }" { (do_statement "do {\n while( true ) {\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }\n param_2 = param_2 + 6;\n } while (param_2 < param_3);" do (compound_statement "{\n while( true ) {\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }\n param_2 = param_2 + 6;\n }" { (while_statement "while( true ) {\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }" { (expression_statement "iVar2 = FUN_0022bc80(param_2,param_1);" (assignment_expression "iVar2 = FUN_0022bc80(param_2,param_1)" identifier = (call_expression "FUN_0022bc80(param_2,param_1)" identifier (argument_list "(param_2,param_1)" ( identifier , identifier )))) ;) (if_statement "if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;" if (parenthesized_expression "((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5]))))" ( (binary_expression "(-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))" (parenthesized_expression "(-1 < iVar2)" ( (binary_expression "-1 < iVar2" number_literal < identifier) )) && (parenthesized_expression "((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))" ( (parenthesized_expression "(iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5]))" ( (binary_expression "iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])" (binary_expression "iVar2 != 0" identifier != number_literal) || (parenthesized_expression "((ulong)param_1[5] <= (ulong)param_2[5])" ( (binary_expression "(ulong)param_1[5] <= (ulong)param_2[5]" (cast_expression "(ulong)param_1[5]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_1[5]" identifier [ number_literal ])) <= (cast_expression "(ulong)param_2[5]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_2[5]" identifier [ number_literal ]))) ))) )) ))) )) (break_statement "break;" break ;)) (expression_statement "uVar1 = param_1[1];" (assignment_expression "uVar1 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (expression_statement "puVar5 = param_2 + 6;" (assignment_expression "puVar5 = param_2 + 6" identifier = (binary_expression "param_2 + 6" identifier + number_literal)) ;) (expression_statement "*param_2 = *param_1;" (assignment_expression "*param_2 = *param_1" (pointer_expression "*param_2" * identifier) = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "param_2[1] = uVar1;" (assignment_expression "param_2[1] = uVar1" (subscript_expression "param_2[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "uVar1 = param_1[3];" (assignment_expression "uVar1 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (expression_statement "param_2[2] = param_1[2];" (assignment_expression "param_2[2] = param_1[2]" (subscript_expression "param_2[2]" identifier [ number_literal ]) = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "param_2[3] = uVar1;" (assignment_expression "param_2[3] = uVar1" (subscript_expression "param_2[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "uVar1 = param_1[5];" (assignment_expression "uVar1 = param_1[5]" identifier = (subscript_expression "param_1[5]" identifier [ number_literal ])) ;) (expression_statement "param_2[4] = param_1[4];" (assignment_expression "param_2[4] = param_1[4]" (subscript_expression "param_2[4]" identifier [ number_literal ]) = (subscript_expression "param_1[4]" identifier [ number_literal ])) ;) (expression_statement "param_2[5] = uVar1;" (assignment_expression "param_2[5] = uVar1" (subscript_expression "param_2[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_00233a20(param_1,0,lVar3);" (call_expression "FUN_00233a20(param_1,0,lVar3)" identifier (argument_list "(param_1,0,lVar3)" ( identifier , number_literal , identifier ))) ;) (expression_statement "param_2 = puVar5;" (assignment_expression "param_2 = puVar5" identifier = identifier) ;) (if_statement "if (param_3 <= puVar5) {\n return;\n }" if (parenthesized_expression "(param_3 <= puVar5)" ( (binary_expression "param_3 <= puVar5" identifier <= identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) (expression_statement "param_2 = param_2 + 6;" (assignment_expression "param_2 = param_2 + 6" identifier = (binary_expression "param_2 + 6" identifier + number_literal)) ;) }) while (parenthesized_expression "(param_2 < param_3)" ( (binary_expression "param_2 < param_3" identifier < identifier) )) ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* DWARF original name: __heap_select<__gnu_cxx::__normal_iterator<gold::Output_reloc<4, true, 64,\n true>*, std::vector<gold::Output_reloc<4, true, 64, true>, std::allocator<gold::Output_reloc<4,\n true, 64, true> > > >, __gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4, true,\n 64, true>::Sort_relocs_comparison> > */\n\nvoid std::\n __heap_select<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_true>*,_std::vector<gold::Output_reloc<4,_true,_64,_true>,_std::allocator<gold::Output_reloc<4,_true,_64,_true>_>_>_>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_true>::Sort_relocs_comparison>_>\n (Output_reloc<9,_true,_64,_true> *__first,Output_reloc<9,_true,_64,_true> *__middle,\n Output_reloc<9,_true,_64,_true> *__last)\n\n{\n anon_union_8_2_238bdeaa_for_u2_ aVar1;\n anon_union_8_4_c82d8563_for_u1_ aVar2;\n Output_reloc<9,_true,_64,_true> *pOVar3;\n uint uVar4;\n undefined4 uVar5;\n int iVar6;\n long lVar7;\n long lVar8;\n _ValueType __value;\n \n lVar7 = ((long)__middle - (long)__first >> 4) * -0x5555555555555555;\n if (0x30 < (long)__middle - (long)__first) {\n for (lVar8 = (lVar7 + -2) / 2;\n __adjust_heap<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_true>*,_std::vector<gold::Output_reloc<4,_true,_64,_true>,_std::allocator<gold::Output_reloc<4,_true,_64,_true>_>_>_>,_long_int,_gold::Output_reloc<4,_true,_64,_true>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_true>::Sort_relocs_comparison>_>\n (__first,lVar8,lVar7), lVar8 != 0; lVar8 = lVar8 + -1) {\n }\n }\n if (__middle < __last) {\n do {\n while( true ) {\n iVar6 = gold::Output_reloc<9,_true,_64,_true>::compare(__middle,__first);\n if ((-1 < iVar6) && ((iVar6 != 0 || (__first[1].u1_.relobj <= __middle[1].u1_.relobj))))\n break;\n aVar1 = __first->u2_;\n pOVar3 = __middle + 1;\n __middle->u1_ = __first->u1_;\n __middle->u2_ = aVar1;\n uVar4 = __first->local_sym_index_;\n uVar5 = *(undefined4 *)&__first->field_0x1c;\n __middle->address_ = __first->address_;\n __middle->local_sym_index_ = uVar4;\n *(undefined4 *)&__middle->field_0x1c = uVar5;\n uVar5 = *(undefined4 *)&__first->field_0x24;\n aVar2 = __first[1].u1_;\n __middle->shndx_ = __first->shndx_;\n *(undefined4 *)&__middle->field_0x24 = uVar5;\n __middle[1].u1_ = aVar2;\n __adjust_heap<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_true>*,_std::vector<gold::Output_reloc<4,_true,_64,_true>,_std::allocator<gold::Output_reloc<4,_true,_64,_true>_>_>_>,_long_int,_gold::Output_reloc<4,_true,_64,_true>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_true>::Sort_relocs_comparison>_>\n (__first,0,lVar7);\n __middle = (Output_reloc<9,_true,_64,_true> *)&pOVar3->u2_;\n if (__last <= &pOVar3->u2_) {\n return;\n }\n }\n __middle = (Output_reloc<9,_true,_64,_true> *)&__middle[1].u2_;\n } while (__middle < __last);\n }\n return;\n}\n\n" comment comment (declaration "void std::\n __heap_select<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_true>*,_std::vector<gold::Output_reloc<4,_true,_64,_true>,_std::allocator<gold::Output_reloc<4,_true,_64,_true>_>_>_>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_true>::Sort_relocs_comparison>_>\n (Output_reloc<9,_true,_64,_true> *__first,Output_reloc<9,_true,_64,_true> *__middle,\n Output_reloc<9,_true,_64,_true> *__last)\n\n{\n anon_union_8_2_238bdeaa_for_u2_ aVar1;" primitive_type (ERROR "std::\n __heap_select<__gnu_cxx::__normal_iterator<gold::" identifier : : identifier < identifier : : identifier < identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , identifier (ERROR ">*" > *) , (ERROR "_std::vector<gold::" identifier : : identifier < identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , identifier (ERROR ">" >) , (ERROR "_std::allocator<gold::" identifier : : identifier < identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , identifier (ERROR ">_>_>_>" > identifier > identifier > identifier >) , (ERROR "___gnu_cxx::__ops::_Iter_comp_iter<gold::" identifier : : identifier : : identifier < identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , (ERROR "_true>::Sort_relocs_comparison>_>\n (Output_reloc<9,_true,_64,_true> *__first,Output_reloc<9,_true,_64,_true> *__middle,\n Output_reloc<9,_true,_64,_true> *__last)\n\n{\n anon_union_8_2_238bdeaa_for_u2_" identifier > : : identifier > (function_declarator "_>\n (Output_reloc<9,_true,_64,_true> *__first,Output_reloc<9,_true,_64,_true> *__middle,\n Output_reloc<9,_true,_64,_true> *__last)" identifier (ERROR ">" >) (parameter_list "(Output_reloc<9,_true,_64,_true> *__first,Output_reloc<9,_true,_64,_true> *__middle,\n Output_reloc<9,_true,_64,_true> *__last)" ( (parameter_declaration "Output_reloc" type_identifier) (ERROR "<9" < number_literal) , (parameter_declaration "_true" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_true> *__first" type_identifier (ERROR ">" >) (pointer_declarator "*__first" * identifier)) , (parameter_declaration "Output_reloc" type_identifier) (ERROR "<9" < number_literal) , (parameter_declaration "_true" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_true> *__middle" type_identifier (ERROR ">" >) (pointer_declarator "*__middle" * identifier)) , (parameter_declaration "Output_reloc" type_identifier) (ERROR "<9" < number_literal) , (parameter_declaration "_true" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_true> *__last" type_identifier (ERROR ">" >) (pointer_declarator "*__last" * identifier)) ))) { identifier) identifier ;) (declaration "anon_union_8_4_c82d8563_for_u1_ aVar2;" type_identifier identifier ;) (expression_statement "Output_reloc<9,_true,_64,_true> *pOVar3;" (update_expression "Output_reloc<9,_true,_64,_true> *pOVar3" (binary_expression "Output_reloc<9,_true,_64,_true> *pOVar3" (binary_expression "Output_reloc<9" identifier < number_literal) (ERROR ",_true,_64,_true" , identifier , identifier , identifier) > (pointer_expression "*pOVar3" * identifier)) --) ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "undefined4 uVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar8;" (sized_type_specifier "long" long) identifier ;) (declaration "_ValueType __value;" type_identifier identifier ;) (expression_statement "lVar7 = ((long)__middle - (long)__first >> 4) * -0x5555555555555555;" (assignment_expression "lVar7 = ((long)__middle - (long)__first >> 4) * -0x5555555555555555" identifier = (binary_expression "((long)__middle - (long)__first >> 4) * -0x5555555555555555" (parenthesized_expression "((long)__middle - (long)__first >> 4)" ( (binary_expression "(long)__middle - (long)__first >> 4" (binary_expression "(long)__middle - (long)__first" (cast_expression "(long)__middle" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__first" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal) )) * number_literal)) ;) (if_statement "if (0x30 < (long)__middle - (long)__first) {\n for (lVar8 = (lVar7 + -2) / 2;\n __adjust_heap<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_true>*,_std::vector<gold::Output_reloc<4,_true,_64,_true>,_std::allocator<gold::Output_reloc<4,_true,_64,_true>_>_>_>,_long_int,_gold::Output_reloc<4,_true,_64,_true>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_true>::Sort_relocs_comparison>_>\n (__first,lVar8,lVar7), lVar8 != 0; lVar8 = lVar8 + -1) {\n }\n }" if (parenthesized_expression "(0x30 < (long)__middle - (long)__first)" ( (binary_expression "0x30 < (long)__middle - (long)__first" number_literal < (binary_expression "(long)__middle - (long)__first" (cast_expression "(long)__middle" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__first" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) )) (compound_statement "{\n for (lVar8 = (lVar7 + -2) / 2;\n __adjust_heap<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_true>*,_std::vector<gold::Output_reloc<4,_true,_64,_true>,_std::allocator<gold::Output_reloc<4,_true,_64,_true>_>_>_>,_long_int,_gold::Output_reloc<4,_true,_64,_true>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_true>::Sort_relocs_comparison>_>\n (__first,lVar8,lVar7), lVar8 != 0; lVar8 = lVar8 + -1) {\n }\n }" { (for_statement "for (lVar8 = (lVar7 + -2) / 2;\n __adjust_heap<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_true>*,_std::vector<gold::Output_reloc<4,_true,_64,_true>,_std::allocator<gold::Output_reloc<4,_true,_64,_true>_>_>_>,_long_int,_gold::Output_reloc<4,_true,_64,_true>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_true>::Sort_relocs_comparison>_>\n (__first,lVar8,lVar7), lVar8 != 0; lVar8 = lVar8 + -1) {\n }" for ( (assignment_expression "lVar8 = (lVar7 + -2) / 2" identifier = (binary_expression "(lVar7 + -2) / 2" (parenthesized_expression "(lVar7 + -2)" ( (binary_expression "lVar7 + -2" identifier + number_literal) )) / number_literal)) ; (ERROR "__adjust_heap<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_true>*,_std::vector<gold::Output_reloc<4,_true,_64,_true>,_std::allocator<gold::Output_reloc<4,_true,_64,_true>_>_>_>,_long_int,_gold::Output_reloc<4,_true,_64,_true>,___gnu_cxx::__ops::_Iter_comp_iter<gold::" (comma_expression "__adjust_heap<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_true>*,_std" (binary_expression "__adjust_heap<__gnu_cxx::__normal_iterator<gold::Output_reloc<4" (binary_expression "__adjust_heap<__gnu_cxx::__normal_iterator<gold" (binary_expression "__adjust_heap<__gnu_cxx" identifier < identifier) (ERROR "::__normal_iterator" : : identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) , (comma_expression "_true,_64,_true>*,_std" identifier , (comma_expression "_64,_true>*,_std" identifier , (binary_expression "_true>*,_std" identifier > (pointer_expression "*,_std" * (ERROR "," ,) identifier))))) : : (binary_expression "vector<gold" identifier < identifier) : : (comma_expression "Output_reloc<4,_true,_64,_true>,_std" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_true>,_std" identifier , (comma_expression "_64,_true>,_std" identifier , (binary_expression "_true>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : : (comma_expression "Output_reloc<4,_true,_64,_true>_>_>_>,_long_int,_gold" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_true>_>_>_>,_long_int,_gold" identifier , (comma_expression "_64,_true>_>_>_>,_long_int,_gold" identifier , (comma_expression "_true>_>_>_>,_long_int,_gold" (binary_expression "_true>_>_>_>,_long_int" (binary_expression "_true>_>_>_" (binary_expression "_true>_>_" (binary_expression "_true>_" identifier > identifier) > identifier) > identifier) > (ERROR "," ,) identifier) , identifier)))) : : (comma_expression "Output_reloc<4,_true,_64,_true>,___gnu_cxx" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_true>,___gnu_cxx" identifier , (comma_expression "_64,_true>,___gnu_cxx" identifier , (binary_expression "_true>,___gnu_cxx" identifier > (ERROR "," ,) identifier)))) : : identifier : : (binary_expression "_Iter_comp_iter<gold" identifier < identifier) : :) (comma_expression "Output_data_reloc_base<4,_true,_64,_true>::Sort_relocs_comparison>_>\n (__first,lVar8,lVar7), lVar8 != 0" (binary_expression "Output_data_reloc_base<4" identifier < number_literal) , (comma_expression "_true,_64,_true>::Sort_relocs_comparison>_>\n (__first,lVar8,lVar7), lVar8 != 0" identifier , (comma_expression "_64,_true>::Sort_relocs_comparison>_>\n (__first,lVar8,lVar7), lVar8 != 0" identifier , (comma_expression "_true>::Sort_relocs_comparison>_>\n (__first,lVar8,lVar7), lVar8 != 0" (binary_expression "_true>::Sort_relocs_comparison>_>\n (__first,lVar8,lVar7)" (binary_expression "_true>::Sort_relocs_comparison>_" (binary_expression "_true>::Sort_relocs_comparison" identifier > (ERROR "::" : :) identifier) > identifier) > (parenthesized_expression "(__first,lVar8,lVar7)" ( (comma_expression "__first,lVar8,lVar7" identifier , (comma_expression "lVar8,lVar7" identifier , identifier)) ))) , (binary_expression "lVar8 != 0" identifier != number_literal))))) ; (assignment_expression "lVar8 = lVar8 + -1" identifier = (binary_expression "lVar8 + -1" identifier + number_literal)) ) (compound_statement "{\n }" { })) })) (if_statement "if (__middle < __last) {\n do {\n while( true ) {\n iVar6 = gold::Output_reloc<9,_true,_64,_true>::compare(__middle,__first);\n if ((-1 < iVar6) && ((iVar6 != 0 || (__first[1].u1_.relobj <= __middle[1].u1_.relobj))))\n break;\n aVar1 = __first->u2_;\n pOVar3 = __middle + 1;\n __middle->u1_ = __first->u1_;\n __middle->u2_ = aVar1;\n uVar4 = __first->local_sym_index_;\n uVar5 = *(undefined4 *)&__first->field_0x1c;\n __middle->address_ = __first->address_;\n __middle->local_sym_index_ = uVar4;\n *(undefined4 *)&__middle->field_0x1c = uVar5;\n uVar5 = *(undefined4 *)&__first->field_0x24;\n aVar2 = __first[1].u1_;\n __middle->shndx_ = __first->shndx_;\n *(undefined4 *)&__middle->field_0x24 = uVar5;\n __middle[1].u1_ = aVar2;\n __adjust_heap<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_true>*,_std::vector<gold::Output_reloc<4,_true,_64,_true>,_std::allocator<gold::Output_reloc<4,_true,_64,_true>_>_>_>,_long_int,_gold::Output_reloc<4,_true,_64,_true>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_true>::Sort_relocs_comparison>_>\n (__first,0,lVar7);\n __middle = (Output_reloc<9,_true,_64,_true> *)&pOVar3->u2_;\n if (__last <= &pOVar3->u2_) {\n return;\n }\n }\n __middle = (Output_reloc<9,_true,_64,_true> *)&__middle[1].u2_;\n } while (__middle < __last);\n }" if (parenthesized_expression "(__middle < __last)" ( (binary_expression "__middle < __last" identifier < identifier) )) (compound_statement "{\n do {\n while( true ) {\n iVar6 = gold::Output_reloc<9,_true,_64,_true>::compare(__middle,__first);\n if ((-1 < iVar6) && ((iVar6 != 0 || (__first[1].u1_.relobj <= __middle[1].u1_.relobj))))\n break;\n aVar1 = __first->u2_;\n pOVar3 = __middle + 1;\n __middle->u1_ = __first->u1_;\n __middle->u2_ = aVar1;\n uVar4 = __first->local_sym_index_;\n uVar5 = *(undefined4 *)&__first->field_0x1c;\n __middle->address_ = __first->address_;\n __middle->local_sym_index_ = uVar4;\n *(undefined4 *)&__middle->field_0x1c = uVar5;\n uVar5 = *(undefined4 *)&__first->field_0x24;\n aVar2 = __first[1].u1_;\n __middle->shndx_ = __first->shndx_;\n *(undefined4 *)&__middle->field_0x24 = uVar5;\n __middle[1].u1_ = aVar2;\n __adjust_heap<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_true>*,_std::vector<gold::Output_reloc<4,_true,_64,_true>,_std::allocator<gold::Output_reloc<4,_true,_64,_true>_>_>_>,_long_int,_gold::Output_reloc<4,_true,_64,_true>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_true>::Sort_relocs_comparison>_>\n (__first,0,lVar7);\n __middle = (Output_reloc<9,_true,_64,_true> *)&pOVar3->u2_;\n if (__last <= &pOVar3->u2_) {\n return;\n }\n }\n __middle = (Output_reloc<9,_true,_64,_true> *)&__middle[1].u2_;\n } while (__middle < __last);\n }" { (do_statement "do {\n while( true ) {\n iVar6 = gold::Output_reloc<9,_true,_64,_true>::compare(__middle,__first);\n if ((-1 < iVar6) && ((iVar6 != 0 || (__first[1].u1_.relobj <= __middle[1].u1_.relobj))))\n break;\n aVar1 = __first->u2_;\n pOVar3 = __middle + 1;\n __middle->u1_ = __first->u1_;\n __middle->u2_ = aVar1;\n uVar4 = __first->local_sym_index_;\n uVar5 = *(undefined4 *)&__first->field_0x1c;\n __middle->address_ = __first->address_;\n __middle->local_sym_index_ = uVar4;\n *(undefined4 *)&__middle->field_0x1c = uVar5;\n uVar5 = *(undefined4 *)&__first->field_0x24;\n aVar2 = __first[1].u1_;\n __middle->shndx_ = __first->shndx_;\n *(undefined4 *)&__middle->field_0x24 = uVar5;\n __middle[1].u1_ = aVar2;\n __adjust_heap<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_true>*,_std::vector<gold::Output_reloc<4,_true,_64,_true>,_std::allocator<gold::Output_reloc<4,_true,_64,_true>_>_>_>,_long_int,_gold::Output_reloc<4,_true,_64,_true>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_true>::Sort_relocs_comparison>_>\n (__first,0,lVar7);\n __middle = (Output_reloc<9,_true,_64,_true> *)&pOVar3->u2_;\n if (__last <= &pOVar3->u2_) {\n return;\n }\n }\n __middle = (Output_reloc<9,_true,_64,_true> *)&__middle[1].u2_;\n } while (__middle < __last);" do (compound_statement "{\n while( true ) {\n iVar6 = gold::Output_reloc<9,_true,_64,_true>::compare(__middle,__first);\n if ((-1 < iVar6) && ((iVar6 != 0 || (__first[1].u1_.relobj <= __middle[1].u1_.relobj))))\n break;\n aVar1 = __first->u2_;\n pOVar3 = __middle + 1;\n __middle->u1_ = __first->u1_;\n __middle->u2_ = aVar1;\n uVar4 = __first->local_sym_index_;\n uVar5 = *(undefined4 *)&__first->field_0x1c;\n __middle->address_ = __first->address_;\n __middle->local_sym_index_ = uVar4;\n *(undefined4 *)&__middle->field_0x1c = uVar5;\n uVar5 = *(undefined4 *)&__first->field_0x24;\n aVar2 = __first[1].u1_;\n __middle->shndx_ = __first->shndx_;\n *(undefined4 *)&__middle->field_0x24 = uVar5;\n __middle[1].u1_ = aVar2;\n __adjust_heap<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_true>*,_std::vector<gold::Output_reloc<4,_true,_64,_true>,_std::allocator<gold::Output_reloc<4,_true,_64,_true>_>_>_>,_long_int,_gold::Output_reloc<4,_true,_64,_true>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_true>::Sort_relocs_comparison>_>\n (__first,0,lVar7);\n __middle = (Output_reloc<9,_true,_64,_true> *)&pOVar3->u2_;\n if (__last <= &pOVar3->u2_) {\n return;\n }\n }\n __middle = (Output_reloc<9,_true,_64,_true> *)&__middle[1].u2_;\n }" { (while_statement "while( true ) {\n iVar6 = gold::Output_reloc<9,_true,_64,_true>::compare(__middle,__first);\n if ((-1 < iVar6) && ((iVar6 != 0 || (__first[1].u1_.relobj <= __middle[1].u1_.relobj))))\n break;\n aVar1 = __first->u2_;\n pOVar3 = __middle + 1;\n __middle->u1_ = __first->u1_;\n __middle->u2_ = aVar1;\n uVar4 = __first->local_sym_index_;\n uVar5 = *(undefined4 *)&__first->field_0x1c;\n __middle->address_ = __first->address_;\n __middle->local_sym_index_ = uVar4;\n *(undefined4 *)&__middle->field_0x1c = uVar5;\n uVar5 = *(undefined4 *)&__first->field_0x24;\n aVar2 = __first[1].u1_;\n __middle->shndx_ = __first->shndx_;\n *(undefined4 *)&__middle->field_0x24 = uVar5;\n __middle[1].u1_ = aVar2;\n __adjust_heap<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_true>*,_std::vector<gold::Output_reloc<4,_true,_64,_true>,_std::allocator<gold::Output_reloc<4,_true,_64,_true>_>_>_>,_long_int,_gold::Output_reloc<4,_true,_64,_true>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_true>::Sort_relocs_comparison>_>\n (__first,0,lVar7);\n __middle = (Output_reloc<9,_true,_64,_true> *)&pOVar3->u2_;\n if (__last <= &pOVar3->u2_) {\n return;\n }\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n iVar6 = gold::Output_reloc<9,_true,_64,_true>::compare(__middle,__first);\n if ((-1 < iVar6) && ((iVar6 != 0 || (__first[1].u1_.relobj <= __middle[1].u1_.relobj))))\n break;\n aVar1 = __first->u2_;\n pOVar3 = __middle + 1;\n __middle->u1_ = __first->u1_;\n __middle->u2_ = aVar1;\n uVar4 = __first->local_sym_index_;\n uVar5 = *(undefined4 *)&__first->field_0x1c;\n __middle->address_ = __first->address_;\n __middle->local_sym_index_ = uVar4;\n *(undefined4 *)&__middle->field_0x1c = uVar5;\n uVar5 = *(undefined4 *)&__first->field_0x24;\n aVar2 = __first[1].u1_;\n __middle->shndx_ = __first->shndx_;\n *(undefined4 *)&__middle->field_0x24 = uVar5;\n __middle[1].u1_ = aVar2;\n __adjust_heap<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_true>*,_std::vector<gold::Output_reloc<4,_true,_64,_true>,_std::allocator<gold::Output_reloc<4,_true,_64,_true>_>_>_>,_long_int,_gold::Output_reloc<4,_true,_64,_true>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_true>::Sort_relocs_comparison>_>\n (__first,0,lVar7);\n __middle = (Output_reloc<9,_true,_64,_true> *)&pOVar3->u2_;\n if (__last <= &pOVar3->u2_) {\n return;\n }\n }" { (ERROR "iVar6 = gold::" (assignment_expression "iVar6 = gold" identifier = identifier) : :) (expression_statement "Output_reloc<9,_true,_64,_true>::compare(__middle,__first);" (comma_expression "Output_reloc<9,_true,_64,_true>::compare(__middle,__first)" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_64,_true>::compare(__middle,__first)" identifier , (comma_expression "_64,_true>::compare(__middle,__first)" identifier , (binary_expression "_true>::compare(__middle,__first)" identifier > (ERROR "::" : :) (call_expression "compare(__middle,__first)" identifier (argument_list "(__middle,__first)" ( identifier , identifier ))))))) ;) (if_statement "if ((-1 < iVar6) && ((iVar6 != 0 || (__first[1].u1_.relobj <= __middle[1].u1_.relobj))))\n break;" if (parenthesized_expression "((-1 < iVar6) && ((iVar6 != 0 || (__first[1].u1_.relobj <= __middle[1].u1_.relobj))))" ( (binary_expression "(-1 < iVar6) && ((iVar6 != 0 || (__first[1].u1_.relobj <= __middle[1].u1_.relobj)))" (parenthesized_expression "(-1 < iVar6)" ( (binary_expression "-1 < iVar6" number_literal < identifier) )) && (parenthesized_expression "((iVar6 != 0 || (__first[1].u1_.relobj <= __middle[1].u1_.relobj)))" ( (parenthesized_expression "(iVar6 != 0 || (__first[1].u1_.relobj <= __middle[1].u1_.relobj))" ( (binary_expression "iVar6 != 0 || (__first[1].u1_.relobj <= __middle[1].u1_.relobj)" (binary_expression "iVar6 != 0" identifier != number_literal) || (parenthesized_expression "(__first[1].u1_.relobj <= __middle[1].u1_.relobj)" ( (binary_expression "__first[1].u1_.relobj <= __middle[1].u1_.relobj" (field_expression "__first[1].u1_.relobj" (field_expression "__first[1].u1_" (subscript_expression "__first[1]" identifier [ number_literal ]) . field_identifier) . field_identifier) <= (field_expression "__middle[1].u1_.relobj" (field_expression "__middle[1].u1_" (subscript_expression "__middle[1]" identifier [ number_literal ]) . field_identifier) . field_identifier)) ))) )) ))) )) (break_statement "break;" break ;)) (expression_statement "aVar1 = __first->u2_;" (assignment_expression "aVar1 = __first->u2_" identifier = (field_expression "__first->u2_" identifier -> field_identifier)) ;) (expression_statement "pOVar3 = __middle + 1;" (assignment_expression "pOVar3 = __middle + 1" identifier = (binary_expression "__middle + 1" identifier + number_literal)) ;) (expression_statement "__middle->u1_ = __first->u1_;" (assignment_expression "__middle->u1_ = __first->u1_" (field_expression "__middle->u1_" identifier -> field_identifier) = (field_expression "__first->u1_" identifier -> field_identifier)) ;) (expression_statement "__middle->u2_ = aVar1;" (assignment_expression "__middle->u2_ = aVar1" (field_expression "__middle->u2_" identifier -> field_identifier) = identifier) ;) (expression_statement "uVar4 = __first->local_sym_index_;" (assignment_expression "uVar4 = __first->local_sym_index_" identifier = (field_expression "__first->local_sym_index_" identifier -> field_identifier)) ;) (expression_statement "uVar5 = *(undefined4 *)&__first->field_0x1c;" (assignment_expression "uVar5 = *(undefined4 *)&__first->field_0x1c" identifier = (pointer_expression "*(undefined4 *)&__first->field_0x1c" * (cast_expression "(undefined4 *)&__first->field_0x1c" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&__first->field_0x1c" & (field_expression "__first->field_0x1c" identifier -> field_identifier))))) ;) (expression_statement "__middle->address_ = __first->address_;" (assignment_expression "__middle->address_ = __first->address_" (field_expression "__middle->address_" identifier -> field_identifier) = (field_expression "__first->address_" identifier -> field_identifier)) ;) (expression_statement "__middle->local_sym_index_ = uVar4;" (assignment_expression "__middle->local_sym_index_ = uVar4" (field_expression "__middle->local_sym_index_" identifier -> field_identifier) = identifier) ;) (expression_statement "*(undefined4 *)&__middle->field_0x1c = uVar5;" (assignment_expression "*(undefined4 *)&__middle->field_0x1c = uVar5" (pointer_expression "*(undefined4 *)&__middle->field_0x1c" * (cast_expression "(undefined4 *)&__middle->field_0x1c" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&__middle->field_0x1c" & (field_expression "__middle->field_0x1c" identifier -> field_identifier)))) = identifier) ;) (expression_statement "uVar5 = *(undefined4 *)&__first->field_0x24;" (assignment_expression "uVar5 = *(undefined4 *)&__first->field_0x24" identifier = (pointer_expression "*(undefined4 *)&__first->field_0x24" * (cast_expression "(undefined4 *)&__first->field_0x24" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&__first->field_0x24" & (field_expression "__first->field_0x24" identifier -> field_identifier))))) ;) (expression_statement "aVar2 = __first[1].u1_;" (assignment_expression "aVar2 = __first[1].u1_" identifier = (field_expression "__first[1].u1_" (subscript_expression "__first[1]" identifier [ number_literal ]) . field_identifier)) ;) (expression_statement "__middle->shndx_ = __first->shndx_;" (assignment_expression "__middle->shndx_ = __first->shndx_" (field_expression "__middle->shndx_" identifier -> field_identifier) = (field_expression "__first->shndx_" identifier -> field_identifier)) ;) (expression_statement "*(undefined4 *)&__middle->field_0x24 = uVar5;" (assignment_expression "*(undefined4 *)&__middle->field_0x24 = uVar5" (pointer_expression "*(undefined4 *)&__middle->field_0x24" * (cast_expression "(undefined4 *)&__middle->field_0x24" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&__middle->field_0x24" & (field_expression "__middle->field_0x24" identifier -> field_identifier)))) = identifier) ;) (expression_statement "__middle[1].u1_ = aVar2;" (assignment_expression "__middle[1].u1_ = aVar2" (field_expression "__middle[1].u1_" (subscript_expression "__middle[1]" identifier [ number_literal ]) . field_identifier) = identifier) ;) (ERROR "__adjust_heap<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_true>*,_std::vector<gold::Output_reloc<4,_true,_64,_true>,_std::allocator<gold::Output_reloc<4,_true,_64,_true>_>_>_>,_long_int,_gold::Output_reloc<4,_true,_64,_true>,___gnu_cxx::" (comma_expression "__adjust_heap<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_true>*,_std" (binary_expression "__adjust_heap<__gnu_cxx::__normal_iterator<gold::Output_reloc<4" (binary_expression "__adjust_heap<__gnu_cxx::__normal_iterator<gold" (binary_expression "__adjust_heap<__gnu_cxx" identifier < identifier) (ERROR "::__normal_iterator" : : identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) , (comma_expression "_true,_64,_true>*,_std" identifier , (comma_expression "_64,_true>*,_std" identifier , (binary_expression "_true>*,_std" identifier > (pointer_expression "*,_std" * (ERROR "," ,) identifier))))) : : (binary_expression "vector<gold" identifier < identifier) : : (comma_expression "Output_reloc<4,_true,_64,_true>,_std" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_true>,_std" identifier , (comma_expression "_64,_true>,_std" identifier , (binary_expression "_true>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : : (comma_expression "Output_reloc<4,_true,_64,_true>_>_>_>,_long_int,_gold" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_true>_>_>_>,_long_int,_gold" identifier , (comma_expression "_64,_true>_>_>_>,_long_int,_gold" identifier , (comma_expression "_true>_>_>_>,_long_int,_gold" (binary_expression "_true>_>_>_>,_long_int" (binary_expression "_true>_>_>_" (binary_expression "_true>_>_" (binary_expression "_true>_" identifier > identifier) > identifier) > identifier) > (ERROR "," ,) identifier) , identifier)))) : : (comma_expression "Output_reloc<4,_true,_64,_true>,___gnu_cxx" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_true>,___gnu_cxx" identifier , (comma_expression "_64,_true>,___gnu_cxx" identifier , (binary_expression "_true>,___gnu_cxx" identifier > (ERROR "," ,) identifier)))) : :) (labeled_statement "__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_true>::Sort_relocs_comparison>_>\n (__first,0,lVar7);" statement_identifier (ERROR "::_Iter_comp_iter<gold:" : : (binary_expression "_Iter_comp_iter<gold" identifier < identifier) :) : (expression_statement "Output_data_reloc_base<4,_true,_64,_true>::Sort_relocs_comparison>_>\n (__first,0,lVar7);" (comma_expression "Output_data_reloc_base<4,_true,_64,_true>::Sort_relocs_comparison>_>\n (__first,0,lVar7)" (binary_expression "Output_data_reloc_base<4" identifier < number_literal) , (comma_expression "_true,_64,_true>::Sort_relocs_comparison>_>\n (__first,0,lVar7)" identifier , (comma_expression "_64,_true>::Sort_relocs_comparison>_>\n (__first,0,lVar7)" identifier , (binary_expression "_true>::Sort_relocs_comparison>_>\n (__first,0,lVar7)" (binary_expression "_true>::Sort_relocs_comparison>_" (binary_expression "_true>::Sort_relocs_comparison" identifier > (ERROR "::" : :) identifier) > identifier) > (parenthesized_expression "(__first,0,lVar7)" ( (comma_expression "__first,0,lVar7" identifier , (comma_expression "0,lVar7" number_literal , identifier)) )))))) ;)) (expression_statement "__middle = (Output_reloc<9,_true,_64,_true> *)&pOVar3->u2_;" (assignment_expression "__middle = (Output_reloc<9,_true,_64,_true> *)&pOVar3->u2_" identifier = (binary_expression "(Output_reloc<9,_true,_64,_true> *)&pOVar3->u2_" (parenthesized_expression "(Output_reloc<9,_true,_64,_true> *)" ( (comma_expression "Output_reloc<9,_true,_64,_true> *" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_64,_true> *" identifier , (comma_expression "_64,_true> *" identifier , (binary_expression "_true> *" identifier > (pointer_expression "*" * identifier))))) )) & (field_expression "pOVar3->u2_" identifier -> field_identifier))) ;) (if_statement "if (__last <= &pOVar3->u2_) {\n return;\n }" if (parenthesized_expression "(__last <= &pOVar3->u2_)" ( (binary_expression "__last <= &pOVar3->u2_" identifier <= (pointer_expression "&pOVar3->u2_" & (field_expression "pOVar3->u2_" identifier -> field_identifier))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) (expression_statement "__middle = (Output_reloc<9,_true,_64,_true> *)&__middle[1].u2_;" (assignment_expression "__middle = (Output_reloc<9,_true,_64,_true> *)&__middle[1].u2_" identifier = (binary_expression "(Output_reloc<9,_true,_64,_true> *)&__middle[1].u2_" (parenthesized_expression "(Output_reloc<9,_true,_64,_true> *)" ( (comma_expression "Output_reloc<9,_true,_64,_true> *" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_64,_true> *" identifier , (comma_expression "_64,_true> *" identifier , (binary_expression "_true> *" identifier > (pointer_expression "*" * identifier))))) )) & (field_expression "__middle[1].u2_" (subscript_expression "__middle[1]" identifier [ number_literal ]) . field_identifier))) ;) }) while (parenthesized_expression "(__middle < __last)" ( (binary_expression "__middle < __last" identifier < identifier) )) ;) })) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_00233c80(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n undefined8 uVar1;\n int iVar2;\n long lVar3;\n long lVar4;\n undefined8 *puVar5;\n \n lVar3 = ((long)param_2 - (long)param_1 >> 4) * -0x5555555555555555;\n if (0x30 < (long)param_2 - (long)param_1) {\n for (lVar4 = (lVar3 + -2) / 2; FUN_00233a20(param_1,lVar4,lVar3), lVar4 != 0; lVar4 = lVar4 + -1\n ) {\n }\n }\n if (param_2 < param_3) {\n do {\n while( true ) {\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }\n param_2 = param_2 + 6;\n } while (param_2 < param_3);\n }\n return;\n}\n\n" (function_definition "void FUN_00233c80(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n undefined8 uVar1;\n int iVar2;\n long lVar3;\n long lVar4;\n undefined8 *puVar5;\n \n lVar3 = ((long)param_2 - (long)param_1 >> 4) * -0x5555555555555555;\n if (0x30 < (long)param_2 - (long)param_1) {\n for (lVar4 = (lVar3 + -2) / 2; FUN_00233a20(param_1,lVar4,lVar3), lVar4 != 0; lVar4 = lVar4 + -1\n ) {\n }\n }\n if (param_2 < param_3) {\n do {\n while( true ) {\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }\n param_2 = param_2 + 6;\n } while (param_2 < param_3);\n }\n return;\n}" primitive_type (function_declarator "FUN_00233c80(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)" identifier (parameter_list "(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n undefined8 uVar1;\n int iVar2;\n long lVar3;\n long lVar4;\n undefined8 *puVar5;\n \n lVar3 = ((long)param_2 - (long)param_1 >> 4) * -0x5555555555555555;\n if (0x30 < (long)param_2 - (long)param_1) {\n for (lVar4 = (lVar3 + -2) / 2; FUN_00233a20(param_1,lVar4,lVar3), lVar4 != 0; lVar4 = lVar4 + -1\n ) {\n }\n }\n if (param_2 < param_3) {\n do {\n while( true ) {\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }\n param_2 = param_2 + 6;\n } while (param_2 < param_3);\n }\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (expression_statement "lVar3 = ((long)param_2 - (long)param_1 >> 4) * -0x5555555555555555;" (assignment_expression "lVar3 = ((long)param_2 - (long)param_1 >> 4) * -0x5555555555555555" identifier = (binary_expression "((long)param_2 - (long)param_1 >> 4) * -0x5555555555555555" (parenthesized_expression "((long)param_2 - (long)param_1 >> 4)" ( (binary_expression "(long)param_2 - (long)param_1 >> 4" (binary_expression "(long)param_2 - (long)param_1" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal) )) * number_literal)) ;) (if_statement "if (0x30 < (long)param_2 - (long)param_1) {\n for (lVar4 = (lVar3 + -2) / 2; FUN_00233a20(param_1,lVar4,lVar3), lVar4 != 0; lVar4 = lVar4 + -1\n ) {\n }\n }" if (parenthesized_expression "(0x30 < (long)param_2 - (long)param_1)" ( (binary_expression "0x30 < (long)param_2 - (long)param_1" number_literal < (binary_expression "(long)param_2 - (long)param_1" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) )) (compound_statement "{\n for (lVar4 = (lVar3 + -2) / 2; FUN_00233a20(param_1,lVar4,lVar3), lVar4 != 0; lVar4 = lVar4 + -1\n ) {\n }\n }" { (for_statement "for (lVar4 = (lVar3 + -2) / 2; FUN_00233a20(param_1,lVar4,lVar3), lVar4 != 0; lVar4 = lVar4 + -1\n ) {\n }" for ( (assignment_expression "lVar4 = (lVar3 + -2) / 2" identifier = (binary_expression "(lVar3 + -2) / 2" (parenthesized_expression "(lVar3 + -2)" ( (binary_expression "lVar3 + -2" identifier + number_literal) )) / number_literal)) ; (comma_expression "FUN_00233a20(param_1,lVar4,lVar3), lVar4 != 0" (call_expression "FUN_00233a20(param_1,lVar4,lVar3)" identifier (argument_list "(param_1,lVar4,lVar3)" ( identifier , identifier , identifier ))) , (binary_expression "lVar4 != 0" identifier != number_literal)) ; (assignment_expression "lVar4 = lVar4 + -1" identifier = (binary_expression "lVar4 + -1" identifier + number_literal)) ) (compound_statement "{\n }" { })) })) (if_statement "if (param_2 < param_3) {\n do {\n while( true ) {\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }\n param_2 = param_2 + 6;\n } while (param_2 < param_3);\n }" if (parenthesized_expression "(param_2 < param_3)" ( (binary_expression "param_2 < param_3" identifier < identifier) )) (compound_statement "{\n do {\n while( true ) {\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }\n param_2 = param_2 + 6;\n } while (param_2 < param_3);\n }" { (do_statement "do {\n while( true ) {\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }\n param_2 = param_2 + 6;\n } while (param_2 < param_3);" do (compound_statement "{\n while( true ) {\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }\n param_2 = param_2 + 6;\n }" { (while_statement "while( true ) {\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }" { (expression_statement "iVar2 = FUN_0022bc80(param_2,param_1);" (assignment_expression "iVar2 = FUN_0022bc80(param_2,param_1)" identifier = (call_expression "FUN_0022bc80(param_2,param_1)" identifier (argument_list "(param_2,param_1)" ( identifier , identifier )))) ;) (if_statement "if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;" if (parenthesized_expression "((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5]))))" ( (binary_expression "(-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))" (parenthesized_expression "(-1 < iVar2)" ( (binary_expression "-1 < iVar2" number_literal < identifier) )) && (parenthesized_expression "((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))" ( (parenthesized_expression "(iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5]))" ( (binary_expression "iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])" (binary_expression "iVar2 != 0" identifier != number_literal) || (parenthesized_expression "((ulong)param_1[5] <= (ulong)param_2[5])" ( (binary_expression "(ulong)param_1[5] <= (ulong)param_2[5]" (cast_expression "(ulong)param_1[5]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_1[5]" identifier [ number_literal ])) <= (cast_expression "(ulong)param_2[5]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_2[5]" identifier [ number_literal ]))) ))) )) ))) )) (break_statement "break;" break ;)) (expression_statement "uVar1 = param_1[1];" (assignment_expression "uVar1 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (expression_statement "puVar5 = param_2 + 6;" (assignment_expression "puVar5 = param_2 + 6" identifier = (binary_expression "param_2 + 6" identifier + number_literal)) ;) (expression_statement "*param_2 = *param_1;" (assignment_expression "*param_2 = *param_1" (pointer_expression "*param_2" * identifier) = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "param_2[1] = uVar1;" (assignment_expression "param_2[1] = uVar1" (subscript_expression "param_2[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "uVar1 = param_1[3];" (assignment_expression "uVar1 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (expression_statement "param_2[2] = param_1[2];" (assignment_expression "param_2[2] = param_1[2]" (subscript_expression "param_2[2]" identifier [ number_literal ]) = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "param_2[3] = uVar1;" (assignment_expression "param_2[3] = uVar1" (subscript_expression "param_2[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "uVar1 = param_1[5];" (assignment_expression "uVar1 = param_1[5]" identifier = (subscript_expression "param_1[5]" identifier [ number_literal ])) ;) (expression_statement "param_2[4] = param_1[4];" (assignment_expression "param_2[4] = param_1[4]" (subscript_expression "param_2[4]" identifier [ number_literal ]) = (subscript_expression "param_1[4]" identifier [ number_literal ])) ;) (expression_statement "param_2[5] = uVar1;" (assignment_expression "param_2[5] = uVar1" (subscript_expression "param_2[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_00233a20(param_1,0,lVar3);" (call_expression "FUN_00233a20(param_1,0,lVar3)" identifier (argument_list "(param_1,0,lVar3)" ( identifier , number_literal , identifier ))) ;) (expression_statement "param_2 = puVar5;" (assignment_expression "param_2 = puVar5" identifier = identifier) ;) (if_statement "if (param_3 <= puVar5) {\n return;\n }" if (parenthesized_expression "(param_3 <= puVar5)" ( (binary_expression "param_3 <= puVar5" identifier <= identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) (expression_statement "param_2 = param_2 + 6;" (assignment_expression "param_2 = param_2 + 6" identifier = (binary_expression "param_2 + 6" identifier + number_literal)) ;) }) while (parenthesized_expression "(param_2 < param_3)" ( (binary_expression "param_2 < 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 (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) >> LIT) )) * LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) )) (compound_statement { (for_statement for ( (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression IDENT + LIT) )) / LIT)) ; (comma_expression (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) , (binary_expression IDENT != LIT)) ; (assignment_expression IDENT = (binary_expression IDENT + LIT)) ) (compound_statement { })) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (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 )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < IDENT) )) && (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression IDENT != LIT) || (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) <= (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ]))) ))) )) ))) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (subscript_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 (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) ;) (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 (call_expression IDENT (argument_list ( IDENT , LIT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (return_statement return ;) })) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT < IDENT) )) ;) })) (return_statement return ;) })))
|
(function_definition "void FUN_00233c80(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n undefined8 uVar1;\n int iVar2;\n long lVar3;\n long lVar4;\n undefined8 *puVar5;\n \n lVar3 = ((long)param_2 - (long)param_1 >> 4) * -0x5555555555555555;\n if (0x30 < (long)param_2 - (long)param_1) {\n for (lVar4 = (lVar3 + -2) / 2; FUN_00233a20(param_1,lVar4,lVar3), lVar4 != 0; lVar4 = lVar4 + -1\n ) {\n }\n }\n if (param_2 < param_3) {\n do {\n while( true ) {\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }\n param_2 = param_2 + 6;\n } while (param_2 < param_3);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00233c80(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)" (identifier "FUN_00233c80") (parameter_list "(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined8 *param_2" (type_identifier "undefined8") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined8 *param_3" (type_identifier "undefined8") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n undefined8 uVar1;\n int iVar2;\n long lVar3;\n long lVar4;\n undefined8 *puVar5;\n \n lVar3 = ((long)param_2 - (long)param_1 >> 4) * -0x5555555555555555;\n if (0x30 < (long)param_2 - (long)param_1) {\n for (lVar4 = (lVar3 + -2) / 2; FUN_00233a20(param_1,lVar4,lVar3), lVar4 != 0; lVar4 = lVar4 + -1\n ) {\n }\n }\n if (param_2 < param_3) {\n do {\n while( true ) {\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }\n param_2 = param_2 + 6;\n } while (param_2 < param_3);\n }\n return;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "undefined8 *puVar5;" (type_identifier "undefined8") (pointer_declarator "*puVar5" (* "*") (identifier "puVar5")) (; ";")) (expression_statement "lVar3 = ((long)param_2 - (long)param_1 >> 4) * -0x5555555555555555;" (assignment_expression "lVar3 = ((long)param_2 - (long)param_1 >> 4) * -0x5555555555555555" (identifier "lVar3") (= "=") (binary_expression "((long)param_2 - (long)param_1 >> 4) * -0x5555555555555555" (parenthesized_expression "((long)param_2 - (long)param_1 >> 4)" (( "(") (binary_expression "(long)param_2 - (long)param_1 >> 4" (binary_expression "(long)param_2 - (long)param_1" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (- "-") (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1"))) (>> ">>") (number_literal "4")) () ")")) (* "*") (number_literal "-0x5555555555555555"))) (; ";")) (if_statement "if (0x30 < (long)param_2 - (long)param_1) {\n for (lVar4 = (lVar3 + -2) / 2; FUN_00233a20(param_1,lVar4,lVar3), lVar4 != 0; lVar4 = lVar4 + -1\n ) {\n }\n }" (if "if") (parenthesized_expression "(0x30 < (long)param_2 - (long)param_1)" (( "(") (binary_expression "0x30 < (long)param_2 - (long)param_1" (number_literal "0x30") (< "<") (binary_expression "(long)param_2 - (long)param_1" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (- "-") (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")))) () ")")) (compound_statement "{\n for (lVar4 = (lVar3 + -2) / 2; FUN_00233a20(param_1,lVar4,lVar3), lVar4 != 0; lVar4 = lVar4 + -1\n ) {\n }\n }" ({ "{") (for_statement "for (lVar4 = (lVar3 + -2) / 2; FUN_00233a20(param_1,lVar4,lVar3), lVar4 != 0; lVar4 = lVar4 + -1\n ) {\n }" (for "for") (( "(") (assignment_expression "lVar4 = (lVar3 + -2) / 2" (identifier "lVar4") (= "=") (binary_expression "(lVar3 + -2) / 2" (parenthesized_expression "(lVar3 + -2)" (( "(") (binary_expression "lVar3 + -2" (identifier "lVar3") (+ "+") (number_literal "-2")) () ")")) (/ "/") (number_literal "2"))) (; ";") (comma_expression "FUN_00233a20(param_1,lVar4,lVar3), lVar4 != 0" (call_expression "FUN_00233a20(param_1,lVar4,lVar3)" (identifier "FUN_00233a20") (argument_list "(param_1,lVar4,lVar3)" (( "(") (identifier "param_1") (, ",") (identifier "lVar4") (, ",") (identifier "lVar3") () ")"))) (, ",") (binary_expression "lVar4 != 0" (identifier "lVar4") (!= "!=") (number_literal "0"))) (; ";") (assignment_expression "lVar4 = lVar4 + -1" (identifier "lVar4") (= "=") (binary_expression "lVar4 + -1" (identifier "lVar4") (+ "+") (number_literal "-1"))) () ")") (compound_statement "{\n }" ({ "{") (} "}"))) (} "}"))) (if_statement "if (param_2 < param_3) {\n do {\n while( true ) {\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }\n param_2 = param_2 + 6;\n } while (param_2 < param_3);\n }" (if "if") (parenthesized_expression "(param_2 < param_3)" (( "(") (binary_expression "param_2 < param_3" (identifier "param_2") (< "<") (identifier "param_3")) () ")")) (compound_statement "{\n do {\n while( true ) {\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }\n param_2 = param_2 + 6;\n } while (param_2 < param_3);\n }" ({ "{") (do_statement "do {\n while( true ) {\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }\n param_2 = param_2 + 6;\n } while (param_2 < param_3);" (do "do") (compound_statement "{\n while( true ) {\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }\n param_2 = param_2 + 6;\n }" ({ "{") (while_statement "while( true ) {\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n iVar2 = FUN_0022bc80(param_2,param_1);\n if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;\n uVar1 = param_1[1];\n puVar5 = param_2 + 6;\n *param_2 = *param_1;\n param_2[1] = uVar1;\n uVar1 = param_1[3];\n param_2[2] = param_1[2];\n param_2[3] = uVar1;\n uVar1 = param_1[5];\n param_2[4] = param_1[4];\n param_2[5] = uVar1;\n FUN_00233a20(param_1,0,lVar3);\n param_2 = puVar5;\n if (param_3 <= puVar5) {\n return;\n }\n }" ({ "{") (expression_statement "iVar2 = FUN_0022bc80(param_2,param_1);" (assignment_expression "iVar2 = FUN_0022bc80(param_2,param_1)" (identifier "iVar2") (= "=") (call_expression "FUN_0022bc80(param_2,param_1)" (identifier "FUN_0022bc80") (argument_list "(param_2,param_1)" (( "(") (identifier "param_2") (, ",") (identifier "param_1") () ")")))) (; ";")) (if_statement "if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;" (if "if") (parenthesized_expression "((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5]))))" (( "(") (binary_expression "(-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))" (parenthesized_expression "(-1 < iVar2)" (( "(") (binary_expression "-1 < iVar2" (number_literal "-1") (< "<") (identifier "iVar2")) () ")")) (&& "&&") (parenthesized_expression "((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))" (( "(") (parenthesized_expression "(iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5]))" (( "(") (binary_expression "iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])" (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0")) (|| "||") (parenthesized_expression "((ulong)param_1[5] <= (ulong)param_2[5])" (( "(") (binary_expression "(ulong)param_1[5] <= (ulong)param_2[5]" (cast_expression "(ulong)param_1[5]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]"))) (<= "<=") (cast_expression "(ulong)param_2[5]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "param_2[5]" (identifier "param_2") ([ "[") (number_literal "5") (] "]")))) () ")"))) () ")")) () ")"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "uVar1 = param_1[1];" (assignment_expression "uVar1 = param_1[1]" (identifier "uVar1") (= "=") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "puVar5 = param_2 + 6;" (assignment_expression "puVar5 = param_2 + 6" (identifier "puVar5") (= "=") (binary_expression "param_2 + 6" (identifier "param_2") (+ "+") (number_literal "6"))) (; ";")) (expression_statement "*param_2 = *param_1;" (assignment_expression "*param_2 = *param_1" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "param_2[1] = uVar1;" (assignment_expression "param_2[1] = uVar1" (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "uVar1 = param_1[3];" (assignment_expression "uVar1 = param_1[3]" (identifier "uVar1") (= "=") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "param_2[2] = param_1[2];" (assignment_expression "param_2[2] = param_1[2]" (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]")) (= "=") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "param_2[3] = uVar1;" (assignment_expression "param_2[3] = uVar1" (subscript_expression "param_2[3]" (identifier "param_2") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "uVar1 = param_1[5];" (assignment_expression "uVar1 = param_1[5]" (identifier "uVar1") (= "=") (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "param_2[4] = param_1[4];" (assignment_expression "param_2[4] = param_1[4]" (subscript_expression "param_2[4]" (identifier "param_2") ([ "[") (number_literal "4") (] "]")) (= "=") (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "param_2[5] = uVar1;" (assignment_expression "param_2[5] = uVar1" (subscript_expression "param_2[5]" (identifier "param_2") ([ "[") (number_literal "5") (] "]")) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "FUN_00233a20(param_1,0,lVar3);" (call_expression "FUN_00233a20(param_1,0,lVar3)" (identifier "FUN_00233a20") (argument_list "(param_1,0,lVar3)" (( "(") (identifier "param_1") (, ",") (number_literal "0") (, ",") (identifier "lVar3") () ")"))) (; ";")) (expression_statement "param_2 = puVar5;" (assignment_expression "param_2 = puVar5" (identifier "param_2") (= "=") (identifier "puVar5")) (; ";")) (if_statement "if (param_3 <= puVar5) {\n return;\n }" (if "if") (parenthesized_expression "(param_3 <= puVar5)" (( "(") (binary_expression "param_3 <= puVar5" (identifier "param_3") (<= "<=") (identifier "puVar5")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}"))) (expression_statement "param_2 = param_2 + 6;" (assignment_expression "param_2 = param_2 + 6" (identifier "param_2") (= "=") (binary_expression "param_2 + 6" (identifier "param_2") (+ "+") (number_literal "6"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(param_2 < param_3)" (( "(") (binary_expression "param_2 < param_3" (identifier "param_2") (< "<") (identifier "param_3")) () ")")) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* DWARF original name: __heap_select<__gnu_cxx::__normal_iterator<gold::Output_reloc<4, true, 64,
true>*, std::vector<gold::Output_reloc<4, true, 64, true>, std::allocator<gold::Output_reloc<4,
true, 64, true> > > >, __gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4, true,
64, true>::Sort_relocs_comparison> > */
void std::
__heap_select<__gnu_cxx::__normal_iterator<gold::var_1<4,var_4,_64,var_4>*,_std::vector<gold::var_1<4,var_4,_64,var_4>,_std::allocator<gold::var_1<4,var_4,_64,var_4>var_6>var_6>var_6>,___gnu_cxx::__ops::_Iter_comp_iter<gold::var_3<4,var_4,_64,var_4>::var_5>var_6>
(var_1<9,var_4,_64,var_4> *__first,var_1<9,var_4,_64,var_4> *var_8,
var_1<9,var_4,_64,var_4> *var_9)
{
anon_union_8_2_238bdeaa_for_u2_ aVar1;
type_1 aVar2;
var_1<9,var_4,_64,var_4> *pOVar3;
type_2 uVar4;
type_3 uVar5;
int var_11;
long var_2;
long var_7;
type_4 __value;
var_2 = ((long)var_8 - (long)__first >> 4) * -0x5555555555555555;
if (0x30 < (long)var_8 - (long)__first) {
for (var_7 = (var_2 + -2) / 2;
__adjust_heap<__gnu_cxx::__normal_iterator<gold::var_1<4,var_4,_64,var_4>*,_std::vector<gold::var_1<4,var_4,_64,var_4>,_std::allocator<gold::var_1<4,var_4,_64,var_4>var_6>var_6>var_6>,_long_int,_gold::var_1<4,var_4,_64,var_4>,___gnu_cxx::__ops::_Iter_comp_iter<gold::var_3<4,var_4,_64,var_4>::var_5>var_6>
(__first,var_7,var_2), var_7 != 0; var_7 = var_7 + -1) {
}
}
if (var_8 < var_9) {
do {
while( true ) {
var_11 = gold::var_1<9,var_4,_64,var_4>::var_10(var_8,__first);
if ((-1 < var_11) && ((var_11 != 0 || (__first[1].u1_.relobj <= var_8[1].u1_.relobj))))
break;
aVar1 = __first->u2_;
pOVar3 = var_8 + 1;
var_8->u1_ = __first->u1_;
var_8->u2_ = aVar1;
uVar4 = __first->local_sym_index_;
uVar5 = *(type_3 *)&__first->field_0x1c;
var_8->address_ = __first->address_;
var_8->local_sym_index_ = uVar4;
*(type_3 *)&var_8->field_0x1c = uVar5;
uVar5 = *(type_3 *)&__first->field_0x24;
aVar2 = __first[1].u1_;
var_8->shndx_ = __first->shndx_;
*(type_3 *)&var_8->field_0x24 = uVar5;
var_8[1].u1_ = aVar2;
__adjust_heap<__gnu_cxx::__normal_iterator<gold::var_1<4,var_4,_64,var_4>*,_std::vector<gold::var_1<4,var_4,_64,var_4>,_std::allocator<gold::var_1<4,var_4,_64,var_4>var_6>var_6>var_6>,_long_int,_gold::var_1<4,var_4,_64,var_4>,___gnu_cxx::__ops::_Iter_comp_iter<gold::var_3<4,var_4,_64,var_4>::var_5>var_6>
(__first,0,var_2);
var_8 = (var_1<9,var_4,_64,var_4> *)&pOVar3->u2_;
if (var_9 <= &pOVar3->u2_) {
return;
}
}
var_8 = (var_1<9,var_4,_64,var_4> *)&var_8[1].u2_;
} while (var_8 < var_9);
}
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (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: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))) right: (number_literal))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) consequence: (compound_statement (for_statement initializer: (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) condition: (comma_expression left: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))) right: (binary_expression left: (identifier) right: (number_literal))) update: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal)))))))))) consequence: (break_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)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (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))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (return_statement))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) (return_statement))))
| null |
void MASKED(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)
{
undefined8 uVar1;
int iVar2;
long lVar3;
long lVar4;
undefined8 *puVar5;
lVar3 = ((long)param_2 - (long)param_1 >> 4) * -0x5555555555555555;
if (0x30 < (long)param_2 - (long)param_1) {
for (lVar4 = (lVar3 + -2) / 2; FUN_00233a20(param_1,lVar4,lVar3), lVar4 != 0; lVar4 = lVar4 + -1
) {
}
}
if (param_2 < param_3) {
do {
while( true ) {
iVar2 = FUN_0022bc80(param_2,param_1);
if ((-1 < iVar2) && ((iVar2 != 0 || ((ulong)param_1[5] <= (ulong)param_2[5])))) break;
uVar1 = param_1[1];
puVar5 = param_2 + 6;
*param_2 = *param_1;
param_2[1] = uVar1;
uVar1 = param_1[3];
param_2[2] = param_1[2];
param_2[3] = uVar1;
uVar1 = param_1[5];
param_2[4] = param_1[4];
param_2[5] = uVar1;
FUN_00233a20(param_1,0,lVar3);
param_2 = puVar5;
if (param_3 <= puVar5) {
return;
}
}
param_2 = param_2 + 6;
} while (param_2 < param_3);
}
return;
}
|
4465_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
|
find_kept_section_object
|
FUN_00230280
|
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: Relobj * find_kept_section_object(Sized_relobj_file<64,_false> * this,
uint shndx, uint * symndx_p) */
Relobj * __thiscall
gold::Sized_relobj_file<64,_false>::find_kept_section_object
(Sized_relobj_file<64,_false> *this,uint shndx,uint *symndx_p)
{
_Rb_tree_header *p_Var1;
Relobj *pRVar2;
Relobj *pRVar3;
Relobj *pRVar4;
pRVar2 = (Relobj *)
(this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;
p_Var1 = &(this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header;
pRVar3 = (Relobj *)p_Var1;
if (pRVar2 != (Relobj *)0x0) {
do {
while (pRVar4 = pRVar2, shndx <= *(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8)) {
pRVar2 = (Relobj *)(pRVar4->super_Object).name_._M_string_length;
pRVar3 = pRVar4;
if (pRVar2 == (Relobj *)0x0) goto LAB_002302ba;
}
pRVar2 = (Relobj *)(pRVar4->super_Object).name_.field_2._M_allocated_capacity;
pRVar4 = pRVar3;
} while (pRVar2 != (Relobj *)0x0);
LAB_002302ba:
if (((Relobj *)p_Var1 != pRVar4) &&
(*(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8) <= shndx)) {
*symndx_p = (pRVar4->super_Object).shnum_;
return *(Relobj **)(pRVar4->super_Object).offset_;
}
}
return pRVar2;
}
|
long FUN_00230280(long param_1,uint param_2,undefined4 *param_3)
{
long lVar1;
long lVar2;
long lVar3;
lVar1 = *(long *)(param_1 + 0x1c0);
lVar2 = param_1 + 0x1b8;
if (lVar1 != 0) {
do {
while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {
lVar1 = *(long *)(lVar3 + 0x10);
lVar2 = lVar3;
if (lVar1 == 0) goto LAB_002302ba;
}
lVar1 = *(long *)(lVar3 + 0x18);
lVar3 = lVar2;
} while (lVar1 != 0);
LAB_002302ba:
if ((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)) {
*param_3 = *(undefined4 *)(lVar3 + 0x38);
return **(long **)(lVar3 + 0x30);
}
}
return lVar1;
}
|
MOV RAX,qword ptr [RDI + 0x1c0]
LEA R8,[RDI + 0x1b8]
TEST RAX,RAX
JZ 0x002302c4
MOV RCX,R8
JMP 0x002302ac
MOV RCX,RAX
MOV RAX,qword ptr [RAX + 0x10]
TEST RAX,RAX
JZ 0x002302ba
CMP ESI,dword ptr [RAX + 0x20]
JBE 0x002302a0
MOV RAX,qword ptr [RAX + 0x18]
TEST RAX,RAX
JNZ 0x002302ac
CMP R8,RCX
JZ 0x002302c4
CMP ESI,dword ptr [RCX + 0x20]
JNC 0x002302c8
RET
MOV EAX,dword ptr [RCX + 0x38]
MOV dword ptr [RDX],EAX
MOV RAX,qword ptr [RCX + 0x30]
MOV RAX,qword ptr [RAX]
RET
| null | null | null | null |
[('const-433', u'LOAD_-1204026587'), ('const-16', u'PTRSUB_-1204026430'), (u'INT_NOTEQUAL_-1204026717', u'CBRANCH_-1204026716'), ('const-0', u'PTRSUB_-1204026455'), (u'COPY_-1204026481', u'PTRSUB_-1204026473'), (u'PTRSUB_-1204026454', u'PTRSUB_-1204026440'), ('const-48', u'PTRSUB_-1204026403'), ('const-8', u'INT_ADD_-1204026476'), (u'LOAD_-1204026626', u'CAST_-1204026416'), ('const-0', u'PTRSUB_-1204026421'), (u'PTRSUB_-1204026443', u'PTRSUB_-1204026430'), ('const-433', u'LOAD_-1204026749'), ('tmp_37', u'CBRANCH_-1204026716'), (u'COPY_-1204026509', u'MULTIEQUAL_-1204026504'), (u'PTRSUB_-1204026421', u'PTRSUB_-1204026403'), (u'COPY_-1204026485', u'MULTIEQUAL_-1204026504'), ('const-432', u'PTRSUB_-1204026512'), (u'PTRSUB_-1204026460', u'CAST_-1204026392'), ('const-0', u'PTRSUB_-1204026466'), (u'LOAD_-1204026688', u'INT_LESSEQUAL_-1204026660'), (u'COPY_-1204026465', u'MULTIEQUAL_-1204026486'), ('tmp_271', u'STORE_-1204026596'), ('const-8', u'PTRSUB_-1204026464'), ('const-0', u'INT_NOTEQUAL_-1204026649'), (u'PTRSUB_-1204026428', u'PTRSUB_-1204026409'), (u'MULTIEQUAL_-1204026486', u'PTRSUB_-1204026439'), (u'INT_NOTEQUAL_-1204026632', u'CBRANCH_-1204026631'), ('const-433', u'LOAD_-1204026593'), ('const-8', u'PTRSUB_-1204026469'), (u'PTRSUB_-1204026479', u'PTRSUB_-1204026469'), (u'MULTIEQUAL_-1204026489', u'MULTIEQUAL_-1204026478'), (u'MULTIEQUAL_-1204026486', u'INT_NOTEQUAL_-1204026632'), (u'PTRSUB_-1204026408', u'CAST_-1204026386'), (u'MULTIEQUAL_-1204026486', u'PTRSUB_-1204026428'), (u'CAST_-1204026416', u'COPY_-1204026485'), (u'INT_NOTEQUAL_-1204026649', u'CBRANCH_-1204026647'), (u'COPY_-1204026481', u'PTRSUB_-1204026455'), (u'PTRSUB_-1204026402', u'LOAD_-1204026669'), ('const-0', u'PTRSUB_-1204026428'), ('tmp_79', u'CBRANCH_-1204026670'), ('const-8', u'INT_ADD_-1204026454'), ('tmp_183', u'CBRANCH_-1204026612'), ('const-0', u'INT_EQUAL_-1204026607'), (u'PTRSUB_-1204026430', u'CAST_-1204026411'), ('const-0', u'RETURN_-1204026602'), (u'PTRSUB_-1204026466', u'PTRSUB_-1204026464'), ('tmp_261', u'CBRANCH_-1204026605'), (u'PTRSUB_-1204026420', u'PTRSUB_-1204026408'), ('const-433', u'STORE_-1204026596'), (u'CAST_-1204026370', u'LOAD_-1204026587'), (u'COPY_-1204026587', u'RETURN_-1204026572'), (u'PTRSUB_-1204026470', u'PTRSUB_-1204026460'), (u'PTRSUB_-1204026423', u'PTRSUB_-1204026402'), (u'CAST_-1204026410', u'LOAD_-1204026688'), ('const-0', u'INT_NOTEQUAL_-1204026717'), ('tmp_270', u'INT_LESSEQUAL_-1204026614'), (u'PTRSUB_-1204026473', u'PTRSUB_-1204026454'), (u'PTRSUB_-1204026503', u'PTRSUB_-1204026484'), ('const-0', u'PTRSUB_-1204026462'), ('tmp_270', u'INT_LESSEQUAL_-1204026660'), (u'CAST_-1204026403', u'COPY_-1204026472'), (u'LOAD_-1204026669', u'CAST_-1204026403'), (u'COPY_-1204026481', u'COPY_-1204026481'), ('const-8', u'PTRSUB_-1204026443'), (u'PTRSUB_-1204026484', u'PTRSUB_-1204026470'), (u'CAST_-1204026411', u'INT_ADD_-1204026476'), ('const-0', u'PTRSUB_-1204026493'), ('const-433', u'LOAD_-1204026688'), (u'MULTIEQUAL_-1204026501', u'COPY_-1204026468'), ('const-16', u'PTRSUB_-1204026423'), ('const-0', u'RETURN_-1204026572'), (u'INT_LESSEQUAL_-1204026614', u'CBRANCH_-1204026612'), (u'PTRSUB_-1204026460', u'CAST_-1204026439'), (u'CAST_-1204026457', u'INT_NOTEQUAL_-1204026717'), (u'COPY_-1204026468', u'MULTIEQUAL_-1204026501'), (u'COPY_-1204026481', u'MULTIEQUAL_-1204026486'), (u'PTRSUB_-1204026455', u'PTRSUB_-1204026436'), ('const-433', u'LOAD_-1204026626'), (u'PTRSUB_-1204026403', u'LOAD_-1204026593'), (u'PTRSUB_-1204026462', u'PTRSUB_-1204026443'), (u'PTRSUB_-1204026464', u'LOAD_-1204026749'), ('const-16', u'PTRSUB_-1204026408'), (u'MULTIEQUAL_-1204026501', u'COPY_-1204026465'), (u'CAST_-1204026392', u'INT_NOTEQUAL_-1204026632'), ('const-8', u'PTRSUB_-1204026420'), (u'CAST_-1204026457', u'COPY_-1204026509'), ('tmp_115', u'CBRANCH_-1204026647'), ('const-433', u'LOAD_-1204026604'), ('tmp_269', u'PTRSUB_-1204026512'), ('const-0', u'PTRSUB_-1204026473'), ('tmp_269', u'PTRSUB_-1204026503'), (u'CAST_-1204026439', u'COPY_-1204026505'), (u'CAST_-1204026403', u'MULTIEQUAL_-1204026489'), ('const-0', u'PTRSUB_-1204026402'), ('const-0', u'PTRSUB_-1204026484'), (u'COPY_-1204026481', u'MULTIEQUAL_-1204026501'), (u'CAST_-1204026457', u'MULTIEQUAL_-1204026478'), (u'PTRSUB_-1204026409', u'LOAD_-1204026604'), (u'PTRSUB_-1204026469', u'PTRSUB_-1204026466'), (u'COPY_-1204026481', u'PTRSUB_-1204026462'), (u'INT_ADD_-1204026476', u'CAST_-1204026410'), (u'MULTIEQUAL_-1204026478', u'RETURN_-1204026602'), (u'COPY_-1204026505', u'MULTIEQUAL_-1204026501'), (u'MULTIEQUAL_-1204026486', u'PTRSUB_-1204026421'), (u'LOAD_-1204026604', u'STORE_-1204026596'), (u'LOAD_-1204026587', u'COPY_-1204026587'), ('const-432', u'PTRSUB_-1204026503'), (u'CAST_-1204026416', u'INT_EQUAL_-1204026607'), (u'LOAD_-1204026749', u'CAST_-1204026457'), ('const-0', u'PTRSUB_-1204026479'), ('const-0', u'PTRSUB_-1204026439'), (u'CAST_-1204026386', u'INT_ADD_-1204026454'), ('const-8', u'PTRSUB_-1204026436'), ('const-8', u'PTRSUB_-1204026454'), (u'CAST_-1204026403', u'INT_NOTEQUAL_-1204026649'), (u'PTRSUB_-1204026493', u'PTRSUB_-1204026479'), (u'COPY_-1204026472', u'MULTIEQUAL_-1204026504'), (u'PTRSUB_-1204026512', u'PTRSUB_-1204026493'), (u'PTRSUB_-1204026440', u'LOAD_-1204026626'), (u'CAST_-1204026416', u'MULTIEQUAL_-1204026489'), ('const-56', u'PTRSUB_-1204026409'), ('const-0', u'PTRSUB_-1204026470'), (u'INT_EQUAL_-1204026607', u'CBRANCH_-1204026605'), (u'LOAD_-1204026593', u'CAST_-1204026370'), ('const-433', u'LOAD_-1204026669'), (u'INT_LESSEQUAL_-1204026660', u'CBRANCH_-1204026670'), (u'PTRSUB_-1204026439', u'PTRSUB_-1204026420'), (u'INT_ADD_-1204026454', u'CAST_-1204026385'), (u'LOAD_-1204026630', u'INT_LESSEQUAL_-1204026614'), ('const-433', u'LOAD_-1204026630'), ('const-8', u'PTRSUB_-1204026460'), (u'MULTIEQUAL_-1204026504', u'COPY_-1204026481'), ('tmp_145', u'CBRANCH_-1204026631'), (u'CAST_-1204026385', u'LOAD_-1204026630'), (u'PTRSUB_-1204026436', u'PTRSUB_-1204026423'), ('const-8', u'PTRSUB_-1204026440')]
|
[(u'CAST_-1204026436', u'LOAD_-1204026630'), (u'LOAD_-1204026626', u'COPY_-1204026531'), (u'COPY_-1204026527', u'COPY_-1204026527'), (u'INT_NOTEQUAL_-1204026717', u'CBRANCH_-1204026716'), (u'CAST_-1204026452', u'LOAD_-1204026669'), (u'LOAD_-1204026593', u'LOAD_-1204026587'), ('tmp_115', u'CBRANCH_-1204026647'), ('tmp_500', u'INT_LESSEQUAL_-1204026660'), ('const-433', u'LOAD_-1204026593'), ('tmp_489', u'INT_ADD_-1204026733'), (u'COPY_-1204026511', u'MULTIEQUAL_-1204026486'), (u'LOAD_-1204026669', u'INT_NOTEQUAL_-1204026649'), (u'MULTIEQUAL_-1204026504', u'COPY_-1204026527'), (u'MULTIEQUAL_-1204026486', u'INT_ADD_-1204026577'), ('const-32', u'INT_ADD_-1204026614'), (u'LOAD_-1204026626', u'INT_EQUAL_-1204026607'), ('const-440', u'INT_ADD_-1204026723'), (u'MULTIEQUAL_-1204026486', u'INT_ADD_-1204026588'), (u'CAST_-1204026426', u'LOAD_-1204026604'), (u'CAST_-1204026503', u'LOAD_-1204026749'), ('tmp_37', u'CBRANCH_-1204026716'), ('const-32', u'INT_ADD_-1204026672'), (u'COPY_-1204026527', u'INT_ADD_-1204026610'), (u'LOAD_-1204026749', u'INT_NOTEQUAL_-1204026717'), (u'LOAD_-1204026688', u'INT_LESSEQUAL_-1204026660'), ('const-16', u'INT_ADD_-1204026610'), ('const-0', u'INT_NOTEQUAL_-1204026649'), (u'INT_NOTEQUAL_-1204026632', u'CBRANCH_-1204026631'), (u'INT_ADD_-1204026723', u'COPY_-1204026551'), (u'INT_ADD_-1204026723', u'INT_NOTEQUAL_-1204026632'), (u'MULTIEQUAL_-1204026478', u'RETURN_-1204026602'), (u'MULTIEQUAL_-1204026489', u'MULTIEQUAL_-1204026478'), (u'MULTIEQUAL_-1204026486', u'INT_NOTEQUAL_-1204026632'), (u'COPY_-1204026531', u'MULTIEQUAL_-1204026504'), ('tmp_500', u'INT_LESSEQUAL_-1204026614'), (u'INT_NOTEQUAL_-1204026649', u'CBRANCH_-1204026647'), (u'INT_ADD_-1204026672', u'CAST_-1204026458'), ('const-433', u'LOAD_-1204026630'), ('const-433', u'LOAD_-1204026626'), (u'LOAD_-1204026604', u'STORE_-1204026596'), (u'COPY_-1204026527', u'INT_ADD_-1204026672'), ('tmp_79', u'CBRANCH_-1204026670'), ('tmp_183', u'CBRANCH_-1204026612'), ('const-433', u'LOAD_-1204026688'), ('const-433', u'STORE_-1204026596'), ('tmp_501', u'STORE_-1204026596'), ('const-0', u'INT_EQUAL_-1204026607'), (u'LOAD_-1204026587', u'COPY_-1204026587'), (u'INT_ADD_-1204026614', u'CAST_-1204026436'), ('tmp_489', u'INT_ADD_-1204026723'), ('const-0', u'RETURN_-1204026602'), ('tmp_261', u'CBRANCH_-1204026605'), (u'CAST_-1204026458', u'LOAD_-1204026688'), (u'COPY_-1204026527', u'MULTIEQUAL_-1204026501'), (u'COPY_-1204026527', u'MULTIEQUAL_-1204026486'), (u'COPY_-1204026587', u'RETURN_-1204026572'), (u'LOAD_-1204026669', u'COPY_-1204026518'), (u'COPY_-1204026551', u'MULTIEQUAL_-1204026501'), (u'MULTIEQUAL_-1204026486', u'INT_ADD_-1204026614'), ('const-0', u'INT_NOTEQUAL_-1204026717'), (u'INT_EQUAL_-1204026607', u'CBRANCH_-1204026605'), ('const-24', u'INT_ADD_-1204026653'), (u'MULTIEQUAL_-1204026501', u'COPY_-1204026514'), (u'COPY_-1204026555', u'MULTIEQUAL_-1204026504'), ('const-433', u'LOAD_-1204026604'), (u'INT_ADD_-1204026733', u'CAST_-1204026503'), (u'COPY_-1204026514', u'MULTIEQUAL_-1204026501'), ('const-448', u'INT_ADD_-1204026733'), (u'INT_ADD_-1204026577', u'CAST_-1204026420'), (u'INT_LESSEQUAL_-1204026660', u'CBRANCH_-1204026670'), (u'LOAD_-1204026669', u'MULTIEQUAL_-1204026489'), ('const-56', u'INT_ADD_-1204026588'), (u'CAST_-1204026465', u'LOAD_-1204026626'), ('const-48', u'INT_ADD_-1204026577'), (u'CAST_-1204026420', u'LOAD_-1204026593'), (u'MULTIEQUAL_-1204026501', u'COPY_-1204026511'), (u'LOAD_-1204026749', u'COPY_-1204026555'), ('const-0', u'RETURN_-1204026572'), (u'LOAD_-1204026630', u'INT_LESSEQUAL_-1204026614'), ('const-433', u'LOAD_-1204026587'), (u'INT_ADD_-1204026653', u'CAST_-1204026452'), (u'COPY_-1204026527', u'INT_ADD_-1204026653'), (u'INT_LESSEQUAL_-1204026614', u'CBRANCH_-1204026612'), (u'INT_ADD_-1204026588', u'CAST_-1204026426'), ('const-433', u'LOAD_-1204026669'), ('tmp_145', u'CBRANCH_-1204026631'), (u'INT_ADD_-1204026610', u'CAST_-1204026465'), ('const-433', u'LOAD_-1204026749'), (u'LOAD_-1204026626', u'MULTIEQUAL_-1204026489'), (u'COPY_-1204026518', u'MULTIEQUAL_-1204026504'), (u'LOAD_-1204026749', u'MULTIEQUAL_-1204026478')]
| null | null |
00230280
|
x64
|
O2
|
(translation_unit "long FUN_00230280(long param_1,uint param_2,undefined4 *param_3)\n\n{\n long lVar1;\n long lVar2;\n long lVar3;\n \n lVar1 = *(long *)(param_1 + 0x1c0);\n lVar2 = param_1 + 0x1b8;\n if (lVar1 != 0) {\n do {\n while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }\n lVar1 = *(long *)(lVar3 + 0x18);\n lVar3 = lVar2;\n } while (lVar1 != 0);\nLAB_002302ba:\n if ((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)) {\n *param_3 = *(undefined4 *)(lVar3 + 0x38);\n return **(long **)(lVar3 + 0x30);\n }\n }\n return lVar1;\n}\n\n" (function_definition "long FUN_00230280(long param_1,uint param_2,undefined4 *param_3)\n\n{\n long lVar1;\n long lVar2;\n long lVar3;\n \n lVar1 = *(long *)(param_1 + 0x1c0);\n lVar2 = param_1 + 0x1b8;\n if (lVar1 != 0) {\n do {\n while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }\n lVar1 = *(long *)(lVar3 + 0x18);\n lVar3 = lVar2;\n } while (lVar1 != 0);\nLAB_002302ba:\n if ((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)) {\n *param_3 = *(undefined4 *)(lVar3 + 0x38);\n return **(long **)(lVar3 + 0x30);\n }\n }\n return lVar1;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_00230280(long param_1,uint param_2,undefined4 *param_3)" identifier (parameter_list "(long param_1,uint param_2,undefined4 *param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "undefined4 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n long lVar3;\n \n lVar1 = *(long *)(param_1 + 0x1c0);\n lVar2 = param_1 + 0x1b8;\n if (lVar1 != 0) {\n do {\n while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }\n lVar1 = *(long *)(lVar3 + 0x18);\n lVar3 = lVar2;\n } while (lVar1 != 0);\nLAB_002302ba:\n if ((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)) {\n *param_3 = *(undefined4 *)(lVar3 + 0x38);\n return **(long **)(lVar3 + 0x30);\n }\n }\n return lVar1;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *(long *)(param_1 + 0x1c0);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x1c0)" identifier = (pointer_expression "*(long *)(param_1 + 0x1c0)" * (cast_expression "(long *)(param_1 + 0x1c0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c0)" ( (binary_expression "param_1 + 0x1c0" identifier + number_literal) ))))) ;) (expression_statement "lVar2 = param_1 + 0x1b8;" (assignment_expression "lVar2 = param_1 + 0x1b8" identifier = (binary_expression "param_1 + 0x1b8" identifier + number_literal)) ;) (if_statement "if (lVar1 != 0) {\n do {\n while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }\n lVar1 = *(long *)(lVar3 + 0x18);\n lVar3 = lVar2;\n } while (lVar1 != 0);\nLAB_002302ba:\n if ((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)) {\n *param_3 = *(undefined4 *)(lVar3 + 0x38);\n return **(long **)(lVar3 + 0x30);\n }\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n do {\n while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }\n lVar1 = *(long *)(lVar3 + 0x18);\n lVar3 = lVar2;\n } while (lVar1 != 0);\nLAB_002302ba:\n if ((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)) {\n *param_3 = *(undefined4 *)(lVar3 + 0x38);\n return **(long **)(lVar3 + 0x30);\n }\n }" { (do_statement "do {\n while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }\n lVar1 = *(long *)(lVar3 + 0x18);\n lVar3 = lVar2;\n } while (lVar1 != 0);" do (compound_statement "{\n while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }\n lVar1 = *(long *)(lVar3 + 0x18);\n lVar3 = lVar2;\n }" { (while_statement "while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }" while (parenthesized_expression "(lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20))" ( (comma_expression "lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)" (assignment_expression "lVar3 = lVar1" identifier = identifier) , (binary_expression "param_2 <= *(uint *)(lVar3 + 0x20)" identifier <= (pointer_expression "*(uint *)(lVar3 + 0x20)" * (cast_expression "(uint *)(lVar3 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x20)" ( (binary_expression "lVar3 + 0x20" identifier + number_literal) )))))) )) (compound_statement "{\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }" { (expression_statement "lVar1 = *(long *)(lVar3 + 0x10);" (assignment_expression "lVar1 = *(long *)(lVar3 + 0x10)" identifier = (pointer_expression "*(long *)(lVar3 + 0x10)" * (cast_expression "(long *)(lVar3 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x10)" ( (binary_expression "lVar3 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "lVar2 = lVar3;" (assignment_expression "lVar2 = lVar3" identifier = identifier) ;) (if_statement "if (lVar1 == 0) goto LAB_002302ba;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (goto_statement "goto LAB_002302ba;" goto statement_identifier ;)) })) (expression_statement "lVar1 = *(long *)(lVar3 + 0x18);" (assignment_expression "lVar1 = *(long *)(lVar3 + 0x18)" identifier = (pointer_expression "*(long *)(lVar3 + 0x18)" * (cast_expression "(long *)(lVar3 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x18)" ( (binary_expression "lVar3 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "lVar3 = lVar2;" (assignment_expression "lVar3 = lVar2" identifier = identifier) ;) }) while (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) ;) (labeled_statement "LAB_002302ba:\n if ((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)) {\n *param_3 = *(undefined4 *)(lVar3 + 0x38);\n return **(long **)(lVar3 + 0x30);\n }" statement_identifier : (if_statement "if ((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)) {\n *param_3 = *(undefined4 *)(lVar3 + 0x38);\n return **(long **)(lVar3 + 0x30);\n }" if (parenthesized_expression "((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2))" ( (binary_expression "(param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)" (parenthesized_expression "(param_1 + 0x1b8 != lVar3)" ( (binary_expression "param_1 + 0x1b8 != lVar3" (binary_expression "param_1 + 0x1b8" identifier + number_literal) != identifier) )) && (parenthesized_expression "(*(uint *)(lVar3 + 0x20) <= param_2)" ( (binary_expression "*(uint *)(lVar3 + 0x20) <= param_2" (pointer_expression "*(uint *)(lVar3 + 0x20)" * (cast_expression "(uint *)(lVar3 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x20)" ( (binary_expression "lVar3 + 0x20" identifier + number_literal) )))) <= identifier) ))) )) (compound_statement "{\n *param_3 = *(undefined4 *)(lVar3 + 0x38);\n return **(long **)(lVar3 + 0x30);\n }" { (expression_statement "*param_3 = *(undefined4 *)(lVar3 + 0x38);" (assignment_expression "*param_3 = *(undefined4 *)(lVar3 + 0x38)" (pointer_expression "*param_3" * identifier) = (pointer_expression "*(undefined4 *)(lVar3 + 0x38)" * (cast_expression "(undefined4 *)(lVar3 + 0x38)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x38)" ( (binary_expression "lVar3 + 0x38" identifier + number_literal) ))))) ;) (return_statement "return **(long **)(lVar3 + 0x30);" return (pointer_expression "**(long **)(lVar3 + 0x30)" * (pointer_expression "*(long **)(lVar3 + 0x30)" * (cast_expression "(long **)(lVar3 + 0x30)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar3 + 0x30)" ( (binary_expression "lVar3 + 0x30" identifier + number_literal) ))))) ;) }))) })) (return_statement "return lVar1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: Relobj * find_kept_section_object(Sized_relobj_file<64,_false> * this,\n uint shndx, uint * symndx_p) */\n\nRelobj * __thiscall\ngold::Sized_relobj_file<64,_false>::find_kept_section_object\n (Sized_relobj_file<64,_false> *this,uint shndx,uint *symndx_p)\n\n{\n _Rb_tree_header *p_Var1;\n Relobj *pRVar2;\n Relobj *pRVar3;\n Relobj *pRVar4;\n \n pRVar2 = (Relobj *)\n (this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;\n p_Var1 = &(this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header;\n pRVar3 = (Relobj *)p_Var1;\n if (pRVar2 != (Relobj *)0x0) {\n do {\n while (pRVar4 = pRVar2, shndx <= *(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8)) {\n pRVar2 = (Relobj *)(pRVar4->super_Object).name_._M_string_length;\n pRVar3 = pRVar4;\n if (pRVar2 == (Relobj *)0x0) goto LAB_002302ba;\n }\n pRVar2 = (Relobj *)(pRVar4->super_Object).name_.field_2._M_allocated_capacity;\n pRVar4 = pRVar3;\n } while (pRVar2 != (Relobj *)0x0);\nLAB_002302ba:\n if (((Relobj *)p_Var1 != pRVar4) &&\n (*(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8) <= shndx)) {\n *symndx_p = (pRVar4->super_Object).shnum_;\n return *(Relobj **)(pRVar4->super_Object).offset_;\n }\n }\n return pRVar2;\n}\n\n" comment comment (expression_statement "Relobj * __thiscall\ngold::Sized_relobj_file<64,_false>::find_kept_section_object\n (Sized_relobj_file<64,_false> *this,uint shndx,uint *symndx_p)\n\n{\n _Rb_tree_header *p_Var1;" (update_expression "Relobj * __thiscall\ngold::Sized_relobj_file<64,_false>::find_kept_section_object\n (Sized_relobj_file<64,_false> *this,uint shndx,uint *symndx_p)\n\n{\n _Rb_tree_header *p_Var1" (binary_expression "Relobj * __thiscall\ngold::Sized_relobj_file<64,_false>::find_kept_section_object\n (Sized_relobj_file<64,_false> *this,uint shndx,uint *symndx_p)\n\n{\n _Rb_tree_header *p_Var1" (binary_expression "Relobj * __thiscall\ngold::Sized_relobj_file<64" (binary_expression "Relobj * __thiscall" identifier * identifier) (ERROR "gold::Sized_relobj_file" identifier : : identifier) < number_literal) (ERROR ",_false" , identifier) > (ERROR "::find_kept_section_object\n (Sized_relobj_file<64,_false> *this,uint shndx,uint *symndx_p)\n\n{" : : (call_expression "find_kept_section_object\n (Sized_relobj_file<64,_false> *this,uint shndx,uint *symndx_p)" identifier (argument_list "(Sized_relobj_file<64,_false> *this,uint shndx,uint *symndx_p)" ( (binary_expression "Sized_relobj_file<64" identifier < number_literal) , (binary_expression "_false> *this" identifier > (pointer_expression "*this" * identifier)) , (ERROR "uint" identifier) identifier , (binary_expression "uint *symndx_p" identifier * identifier) ))) {) (binary_expression "_Rb_tree_header *p_Var1" identifier * identifier)) --) ;) (declaration "Relobj *pRVar2;" type_identifier (pointer_declarator "*pRVar2" * identifier) ;) (declaration "Relobj *pRVar3;" type_identifier (pointer_declarator "*pRVar3" * identifier) ;) (declaration "Relobj *pRVar4;" type_identifier (pointer_declarator "*pRVar4" * identifier) ;) (expression_statement "pRVar2 = (Relobj *)\n (this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;" (assignment_expression "pRVar2 = (Relobj *)\n (this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header._M_header._M_parent" identifier = (cast_expression "(Relobj *)\n (this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header._M_header._M_parent" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "(this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header._M_header._M_parent" (field_expression "(this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "(this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header" (field_expression "(this->kept_comdat_sections_)._M_t._M_impl" (field_expression "(this->kept_comdat_sections_)._M_t" (parenthesized_expression "(this->kept_comdat_sections_)" ( (field_expression "this->kept_comdat_sections_" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier))) ;) (expression_statement "p_Var1 = &(this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header;" (assignment_expression "p_Var1 = &(this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header" identifier = (pointer_expression "&(this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header" & (field_expression "(this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header" (field_expression "(this->kept_comdat_sections_)._M_t._M_impl" (field_expression "(this->kept_comdat_sections_)._M_t" (parenthesized_expression "(this->kept_comdat_sections_)" ( (field_expression "this->kept_comdat_sections_" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier))) ;) (expression_statement "pRVar3 = (Relobj *)p_Var1;" (assignment_expression "pRVar3 = (Relobj *)p_Var1" identifier = (cast_expression "(Relobj *)p_Var1" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (if_statement "if (pRVar2 != (Relobj *)0x0) {\n do {\n while (pRVar4 = pRVar2, shndx <= *(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8)) {\n pRVar2 = (Relobj *)(pRVar4->super_Object).name_._M_string_length;\n pRVar3 = pRVar4;\n if (pRVar2 == (Relobj *)0x0) goto LAB_002302ba;\n }\n pRVar2 = (Relobj *)(pRVar4->super_Object).name_.field_2._M_allocated_capacity;\n pRVar4 = pRVar3;\n } while (pRVar2 != (Relobj *)0x0);\nLAB_002302ba:\n if (((Relobj *)p_Var1 != pRVar4) &&\n (*(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8) <= shndx)) {\n *symndx_p = (pRVar4->super_Object).shnum_;\n return *(Relobj **)(pRVar4->super_Object).offset_;\n }\n }" if (parenthesized_expression "(pRVar2 != (Relobj *)0x0)" ( (binary_expression "pRVar2 != (Relobj *)0x0" identifier != (cast_expression "(Relobj *)0x0" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n do {\n while (pRVar4 = pRVar2, shndx <= *(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8)) {\n pRVar2 = (Relobj *)(pRVar4->super_Object).name_._M_string_length;\n pRVar3 = pRVar4;\n if (pRVar2 == (Relobj *)0x0) goto LAB_002302ba;\n }\n pRVar2 = (Relobj *)(pRVar4->super_Object).name_.field_2._M_allocated_capacity;\n pRVar4 = pRVar3;\n } while (pRVar2 != (Relobj *)0x0);\nLAB_002302ba:\n if (((Relobj *)p_Var1 != pRVar4) &&\n (*(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8) <= shndx)) {\n *symndx_p = (pRVar4->super_Object).shnum_;\n return *(Relobj **)(pRVar4->super_Object).offset_;\n }\n }" { (do_statement "do {\n while (pRVar4 = pRVar2, shndx <= *(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8)) {\n pRVar2 = (Relobj *)(pRVar4->super_Object).name_._M_string_length;\n pRVar3 = pRVar4;\n if (pRVar2 == (Relobj *)0x0) goto LAB_002302ba;\n }\n pRVar2 = (Relobj *)(pRVar4->super_Object).name_.field_2._M_allocated_capacity;\n pRVar4 = pRVar3;\n } while (pRVar2 != (Relobj *)0x0);" do (compound_statement "{\n while (pRVar4 = pRVar2, shndx <= *(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8)) {\n pRVar2 = (Relobj *)(pRVar4->super_Object).name_._M_string_length;\n pRVar3 = pRVar4;\n if (pRVar2 == (Relobj *)0x0) goto LAB_002302ba;\n }\n pRVar2 = (Relobj *)(pRVar4->super_Object).name_.field_2._M_allocated_capacity;\n pRVar4 = pRVar3;\n }" { (while_statement "while (pRVar4 = pRVar2, shndx <= *(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8)) {\n pRVar2 = (Relobj *)(pRVar4->super_Object).name_._M_string_length;\n pRVar3 = pRVar4;\n if (pRVar2 == (Relobj *)0x0) goto LAB_002302ba;\n }" while (parenthesized_expression "(pRVar4 = pRVar2, shndx <= *(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8))" ( (comma_expression "pRVar4 = pRVar2, shndx <= *(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8)" (assignment_expression "pRVar4 = pRVar2" identifier = identifier) , (binary_expression "shndx <= *(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8)" identifier <= (pointer_expression "*(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8)" * (cast_expression "(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&(pRVar4->super_Object).name_.field_2 + 8)" ( (binary_expression "(long)&(pRVar4->super_Object).name_.field_2 + 8" (cast_expression "(long)&(pRVar4->super_Object).name_.field_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(pRVar4->super_Object).name_.field_2" & (field_expression "(pRVar4->super_Object).name_.field_2" (field_expression "(pRVar4->super_Object).name_" (parenthesized_expression "(pRVar4->super_Object)" ( (field_expression "pRVar4->super_Object" identifier -> field_identifier) )) . field_identifier) . field_identifier))) + number_literal) )))))) )) (compound_statement "{\n pRVar2 = (Relobj *)(pRVar4->super_Object).name_._M_string_length;\n pRVar3 = pRVar4;\n if (pRVar2 == (Relobj *)0x0) goto LAB_002302ba;\n }" { (expression_statement "pRVar2 = (Relobj *)(pRVar4->super_Object).name_._M_string_length;" (assignment_expression "pRVar2 = (Relobj *)(pRVar4->super_Object).name_._M_string_length" identifier = (cast_expression "(Relobj *)(pRVar4->super_Object).name_._M_string_length" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "(pRVar4->super_Object).name_._M_string_length" (field_expression "(pRVar4->super_Object).name_" (parenthesized_expression "(pRVar4->super_Object)" ( (field_expression "pRVar4->super_Object" identifier -> field_identifier) )) . field_identifier) . field_identifier))) ;) (expression_statement "pRVar3 = pRVar4;" (assignment_expression "pRVar3 = pRVar4" identifier = identifier) ;) (if_statement "if (pRVar2 == (Relobj *)0x0) goto LAB_002302ba;" if (parenthesized_expression "(pRVar2 == (Relobj *)0x0)" ( (binary_expression "pRVar2 == (Relobj *)0x0" identifier == (cast_expression "(Relobj *)0x0" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_002302ba;" goto statement_identifier ;)) })) (expression_statement "pRVar2 = (Relobj *)(pRVar4->super_Object).name_.field_2._M_allocated_capacity;" (assignment_expression "pRVar2 = (Relobj *)(pRVar4->super_Object).name_.field_2._M_allocated_capacity" identifier = (cast_expression "(Relobj *)(pRVar4->super_Object).name_.field_2._M_allocated_capacity" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "(pRVar4->super_Object).name_.field_2._M_allocated_capacity" (field_expression "(pRVar4->super_Object).name_.field_2" (field_expression "(pRVar4->super_Object).name_" (parenthesized_expression "(pRVar4->super_Object)" ( (field_expression "pRVar4->super_Object" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier))) ;) (expression_statement "pRVar4 = pRVar3;" (assignment_expression "pRVar4 = pRVar3" identifier = identifier) ;) }) while (parenthesized_expression "(pRVar2 != (Relobj *)0x0)" ( (binary_expression "pRVar2 != (Relobj *)0x0" identifier != (cast_expression "(Relobj *)0x0" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (labeled_statement "LAB_002302ba:\n if (((Relobj *)p_Var1 != pRVar4) &&\n (*(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8) <= shndx)) {\n *symndx_p = (pRVar4->super_Object).shnum_;\n return *(Relobj **)(pRVar4->super_Object).offset_;\n }" statement_identifier : (if_statement "if (((Relobj *)p_Var1 != pRVar4) &&\n (*(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8) <= shndx)) {\n *symndx_p = (pRVar4->super_Object).shnum_;\n return *(Relobj **)(pRVar4->super_Object).offset_;\n }" if (parenthesized_expression "(((Relobj *)p_Var1 != pRVar4) &&\n (*(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8) <= shndx))" ( (binary_expression "((Relobj *)p_Var1 != pRVar4) &&\n (*(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8) <= shndx)" (parenthesized_expression "((Relobj *)p_Var1 != pRVar4)" ( (binary_expression "(Relobj *)p_Var1 != pRVar4" (cast_expression "(Relobj *)p_Var1" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) != identifier) )) && (parenthesized_expression "(*(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8) <= shndx)" ( (binary_expression "*(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8) <= shndx" (pointer_expression "*(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8)" * (cast_expression "(uint *)((long)&(pRVar4->super_Object).name_.field_2 + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&(pRVar4->super_Object).name_.field_2 + 8)" ( (binary_expression "(long)&(pRVar4->super_Object).name_.field_2 + 8" (cast_expression "(long)&(pRVar4->super_Object).name_.field_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(pRVar4->super_Object).name_.field_2" & (field_expression "(pRVar4->super_Object).name_.field_2" (field_expression "(pRVar4->super_Object).name_" (parenthesized_expression "(pRVar4->super_Object)" ( (field_expression "pRVar4->super_Object" identifier -> field_identifier) )) . field_identifier) . field_identifier))) + number_literal) )))) <= identifier) ))) )) (compound_statement "{\n *symndx_p = (pRVar4->super_Object).shnum_;\n return *(Relobj **)(pRVar4->super_Object).offset_;\n }" { (expression_statement "*symndx_p = (pRVar4->super_Object).shnum_;" (assignment_expression "*symndx_p = (pRVar4->super_Object).shnum_" (pointer_expression "*symndx_p" * identifier) = (field_expression "(pRVar4->super_Object).shnum_" (parenthesized_expression "(pRVar4->super_Object)" ( (field_expression "pRVar4->super_Object" identifier -> field_identifier) )) . field_identifier)) ;) (return_statement "return *(Relobj **)(pRVar4->super_Object).offset_;" return (pointer_expression "*(Relobj **)(pRVar4->super_Object).offset_" * (cast_expression "(Relobj **)(pRVar4->super_Object).offset_" ( (type_descriptor "Relobj **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (field_expression "(pRVar4->super_Object).offset_" (parenthesized_expression "(pRVar4->super_Object)" ( (field_expression "pRVar4->super_Object" identifier -> field_identifier) )) . field_identifier))) ;) }))) })) (return_statement "return pRVar2;" return identifier ;) (ERROR "}" }))
|
(translation_unit "long FUN_00230280(long param_1,uint param_2,undefined4 *param_3)\n\n{\n long lVar1;\n long lVar2;\n long lVar3;\n \n lVar1 = *(long *)(param_1 + 0x1c0);\n lVar2 = param_1 + 0x1b8;\n if (lVar1 != 0) {\n do {\n while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }\n lVar1 = *(long *)(lVar3 + 0x18);\n lVar3 = lVar2;\n } while (lVar1 != 0);\nLAB_002302ba:\n if ((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)) {\n *param_3 = *(undefined4 *)(lVar3 + 0x38);\n return **(long **)(lVar3 + 0x30);\n }\n }\n return lVar1;\n}\n\n" (function_definition "long FUN_00230280(long param_1,uint param_2,undefined4 *param_3)\n\n{\n long lVar1;\n long lVar2;\n long lVar3;\n \n lVar1 = *(long *)(param_1 + 0x1c0);\n lVar2 = param_1 + 0x1b8;\n if (lVar1 != 0) {\n do {\n while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }\n lVar1 = *(long *)(lVar3 + 0x18);\n lVar3 = lVar2;\n } while (lVar1 != 0);\nLAB_002302ba:\n if ((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)) {\n *param_3 = *(undefined4 *)(lVar3 + 0x38);\n return **(long **)(lVar3 + 0x30);\n }\n }\n return lVar1;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_00230280(long param_1,uint param_2,undefined4 *param_3)" identifier (parameter_list "(long param_1,uint param_2,undefined4 *param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "undefined4 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n long lVar3;\n \n lVar1 = *(long *)(param_1 + 0x1c0);\n lVar2 = param_1 + 0x1b8;\n if (lVar1 != 0) {\n do {\n while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }\n lVar1 = *(long *)(lVar3 + 0x18);\n lVar3 = lVar2;\n } while (lVar1 != 0);\nLAB_002302ba:\n if ((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)) {\n *param_3 = *(undefined4 *)(lVar3 + 0x38);\n return **(long **)(lVar3 + 0x30);\n }\n }\n return lVar1;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *(long *)(param_1 + 0x1c0);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x1c0)" identifier = (pointer_expression "*(long *)(param_1 + 0x1c0)" * (cast_expression "(long *)(param_1 + 0x1c0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c0)" ( (binary_expression "param_1 + 0x1c0" identifier + number_literal) ))))) ;) (expression_statement "lVar2 = param_1 + 0x1b8;" (assignment_expression "lVar2 = param_1 + 0x1b8" identifier = (binary_expression "param_1 + 0x1b8" identifier + number_literal)) ;) (if_statement "if (lVar1 != 0) {\n do {\n while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }\n lVar1 = *(long *)(lVar3 + 0x18);\n lVar3 = lVar2;\n } while (lVar1 != 0);\nLAB_002302ba:\n if ((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)) {\n *param_3 = *(undefined4 *)(lVar3 + 0x38);\n return **(long **)(lVar3 + 0x30);\n }\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n do {\n while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }\n lVar1 = *(long *)(lVar3 + 0x18);\n lVar3 = lVar2;\n } while (lVar1 != 0);\nLAB_002302ba:\n if ((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)) {\n *param_3 = *(undefined4 *)(lVar3 + 0x38);\n return **(long **)(lVar3 + 0x30);\n }\n }" { (do_statement "do {\n while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }\n lVar1 = *(long *)(lVar3 + 0x18);\n lVar3 = lVar2;\n } while (lVar1 != 0);" do (compound_statement "{\n while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }\n lVar1 = *(long *)(lVar3 + 0x18);\n lVar3 = lVar2;\n }" { (while_statement "while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }" while (parenthesized_expression "(lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20))" ( (comma_expression "lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)" (assignment_expression "lVar3 = lVar1" identifier = identifier) , (binary_expression "param_2 <= *(uint *)(lVar3 + 0x20)" identifier <= (pointer_expression "*(uint *)(lVar3 + 0x20)" * (cast_expression "(uint *)(lVar3 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x20)" ( (binary_expression "lVar3 + 0x20" identifier + number_literal) )))))) )) (compound_statement "{\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }" { (expression_statement "lVar1 = *(long *)(lVar3 + 0x10);" (assignment_expression "lVar1 = *(long *)(lVar3 + 0x10)" identifier = (pointer_expression "*(long *)(lVar3 + 0x10)" * (cast_expression "(long *)(lVar3 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x10)" ( (binary_expression "lVar3 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "lVar2 = lVar3;" (assignment_expression "lVar2 = lVar3" identifier = identifier) ;) (if_statement "if (lVar1 == 0) goto LAB_002302ba;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (goto_statement "goto LAB_002302ba;" goto statement_identifier ;)) })) (expression_statement "lVar1 = *(long *)(lVar3 + 0x18);" (assignment_expression "lVar1 = *(long *)(lVar3 + 0x18)" identifier = (pointer_expression "*(long *)(lVar3 + 0x18)" * (cast_expression "(long *)(lVar3 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x18)" ( (binary_expression "lVar3 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "lVar3 = lVar2;" (assignment_expression "lVar3 = lVar2" identifier = identifier) ;) }) while (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) ;) (labeled_statement "LAB_002302ba:\n if ((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)) {\n *param_3 = *(undefined4 *)(lVar3 + 0x38);\n return **(long **)(lVar3 + 0x30);\n }" statement_identifier : (if_statement "if ((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)) {\n *param_3 = *(undefined4 *)(lVar3 + 0x38);\n return **(long **)(lVar3 + 0x30);\n }" if (parenthesized_expression "((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2))" ( (binary_expression "(param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)" (parenthesized_expression "(param_1 + 0x1b8 != lVar3)" ( (binary_expression "param_1 + 0x1b8 != lVar3" (binary_expression "param_1 + 0x1b8" identifier + number_literal) != identifier) )) && (parenthesized_expression "(*(uint *)(lVar3 + 0x20) <= param_2)" ( (binary_expression "*(uint *)(lVar3 + 0x20) <= param_2" (pointer_expression "*(uint *)(lVar3 + 0x20)" * (cast_expression "(uint *)(lVar3 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x20)" ( (binary_expression "lVar3 + 0x20" identifier + number_literal) )))) <= identifier) ))) )) (compound_statement "{\n *param_3 = *(undefined4 *)(lVar3 + 0x38);\n return **(long **)(lVar3 + 0x30);\n }" { (expression_statement "*param_3 = *(undefined4 *)(lVar3 + 0x38);" (assignment_expression "*param_3 = *(undefined4 *)(lVar3 + 0x38)" (pointer_expression "*param_3" * identifier) = (pointer_expression "*(undefined4 *)(lVar3 + 0x38)" * (cast_expression "(undefined4 *)(lVar3 + 0x38)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x38)" ( (binary_expression "lVar3 + 0x38" identifier + number_literal) ))))) ;) (return_statement "return **(long **)(lVar3 + 0x30);" return (pointer_expression "**(long **)(lVar3 + 0x30)" * (pointer_expression "*(long **)(lVar3 + 0x30)" * (cast_expression "(long **)(lVar3 + 0x30)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar3 + 0x30)" ( (binary_expression "lVar3 + 0x30" identifier + number_literal) ))))) ;) }))) })) (return_statement "return lVar1;" return identifier ;) })))
|
(translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (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 { (do_statement do (compound_statement { (while_statement while (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (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 = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) != IDENT) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) <= IDENT) ))) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (return_statement return (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }))) })) (return_statement return IDENT ;) })))
|
(function_definition "long FUN_00230280(long param_1,uint param_2,undefined4 *param_3)\n\n{\n long lVar1;\n long lVar2;\n long lVar3;\n \n lVar1 = *(long *)(param_1 + 0x1c0);\n lVar2 = param_1 + 0x1b8;\n if (lVar1 != 0) {\n do {\n while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }\n lVar1 = *(long *)(lVar3 + 0x18);\n lVar3 = lVar2;\n } while (lVar1 != 0);\nLAB_002302ba:\n if ((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)) {\n *param_3 = *(undefined4 *)(lVar3 + 0x38);\n return **(long **)(lVar3 + 0x30);\n }\n }\n return lVar1;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_00230280(long param_1,uint param_2,undefined4 *param_3)" (identifier "FUN_00230280") (parameter_list "(long param_1,uint param_2,undefined4 *param_3)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 *param_3" (type_identifier "undefined4") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n long lVar1;\n long lVar2;\n long lVar3;\n \n lVar1 = *(long *)(param_1 + 0x1c0);\n lVar2 = param_1 + 0x1b8;\n if (lVar1 != 0) {\n do {\n while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }\n lVar1 = *(long *)(lVar3 + 0x18);\n lVar3 = lVar2;\n } while (lVar1 != 0);\nLAB_002302ba:\n if ((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)) {\n *param_3 = *(undefined4 *)(lVar3 + 0x38);\n return **(long **)(lVar3 + 0x30);\n }\n }\n return lVar1;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (expression_statement "lVar1 = *(long *)(param_1 + 0x1c0);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x1c0)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(param_1 + 0x1c0)" (* "*") (cast_expression "(long *)(param_1 + 0x1c0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1c0)" (( "(") (binary_expression "param_1 + 0x1c0" (identifier "param_1") (+ "+") (number_literal "0x1c0")) () ")"))))) (; ";")) (expression_statement "lVar2 = param_1 + 0x1b8;" (assignment_expression "lVar2 = param_1 + 0x1b8" (identifier "lVar2") (= "=") (binary_expression "param_1 + 0x1b8" (identifier "param_1") (+ "+") (number_literal "0x1b8"))) (; ";")) (if_statement "if (lVar1 != 0) {\n do {\n while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }\n lVar1 = *(long *)(lVar3 + 0x18);\n lVar3 = lVar2;\n } while (lVar1 != 0);\nLAB_002302ba:\n if ((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)) {\n *param_3 = *(undefined4 *)(lVar3 + 0x38);\n return **(long **)(lVar3 + 0x30);\n }\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n do {\n while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }\n lVar1 = *(long *)(lVar3 + 0x18);\n lVar3 = lVar2;\n } while (lVar1 != 0);\nLAB_002302ba:\n if ((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)) {\n *param_3 = *(undefined4 *)(lVar3 + 0x38);\n return **(long **)(lVar3 + 0x30);\n }\n }" ({ "{") (do_statement "do {\n while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }\n lVar1 = *(long *)(lVar3 + 0x18);\n lVar3 = lVar2;\n } while (lVar1 != 0);" (do "do") (compound_statement "{\n while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }\n lVar1 = *(long *)(lVar3 + 0x18);\n lVar3 = lVar2;\n }" ({ "{") (while_statement "while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }" (while "while") (parenthesized_expression "(lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20))" (( "(") (comma_expression "lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)" (assignment_expression "lVar3 = lVar1" (identifier "lVar3") (= "=") (identifier "lVar1")) (, ",") (binary_expression "param_2 <= *(uint *)(lVar3 + 0x20)" (identifier "param_2") (<= "<=") (pointer_expression "*(uint *)(lVar3 + 0x20)" (* "*") (cast_expression "(uint *)(lVar3 + 0x20)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x20)" (( "(") (binary_expression "lVar3 + 0x20" (identifier "lVar3") (+ "+") (number_literal "0x20")) () ")")))))) () ")")) (compound_statement "{\n lVar1 = *(long *)(lVar3 + 0x10);\n lVar2 = lVar3;\n if (lVar1 == 0) goto LAB_002302ba;\n }" ({ "{") (expression_statement "lVar1 = *(long *)(lVar3 + 0x10);" (assignment_expression "lVar1 = *(long *)(lVar3 + 0x10)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(lVar3 + 0x10)" (* "*") (cast_expression "(long *)(lVar3 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x10)" (( "(") (binary_expression "lVar3 + 0x10" (identifier "lVar3") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "lVar2 = lVar3;" (assignment_expression "lVar2 = lVar3" (identifier "lVar2") (= "=") (identifier "lVar3")) (; ";")) (if_statement "if (lVar1 == 0) goto LAB_002302ba;" (if "if") (parenthesized_expression "(lVar1 == 0)" (( "(") (binary_expression "lVar1 == 0" (identifier "lVar1") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_002302ba;" (goto "goto") (statement_identifier "LAB_002302ba") (; ";"))) (} "}"))) (expression_statement "lVar1 = *(long *)(lVar3 + 0x18);" (assignment_expression "lVar1 = *(long *)(lVar3 + 0x18)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(lVar3 + 0x18)" (* "*") (cast_expression "(long *)(lVar3 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x18)" (( "(") (binary_expression "lVar3 + 0x18" (identifier "lVar3") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (expression_statement "lVar3 = lVar2;" (assignment_expression "lVar3 = lVar2" (identifier "lVar3") (= "=") (identifier "lVar2")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (; ";")) (labeled_statement "LAB_002302ba:\n if ((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)) {\n *param_3 = *(undefined4 *)(lVar3 + 0x38);\n return **(long **)(lVar3 + 0x30);\n }" (statement_identifier "LAB_002302ba") (: ":") (if_statement "if ((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)) {\n *param_3 = *(undefined4 *)(lVar3 + 0x38);\n return **(long **)(lVar3 + 0x30);\n }" (if "if") (parenthesized_expression "((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2))" (( "(") (binary_expression "(param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)" (parenthesized_expression "(param_1 + 0x1b8 != lVar3)" (( "(") (binary_expression "param_1 + 0x1b8 != lVar3" (binary_expression "param_1 + 0x1b8" (identifier "param_1") (+ "+") (number_literal "0x1b8")) (!= "!=") (identifier "lVar3")) () ")")) (&& "&&") (parenthesized_expression "(*(uint *)(lVar3 + 0x20) <= param_2)" (( "(") (binary_expression "*(uint *)(lVar3 + 0x20) <= param_2" (pointer_expression "*(uint *)(lVar3 + 0x20)" (* "*") (cast_expression "(uint *)(lVar3 + 0x20)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x20)" (( "(") (binary_expression "lVar3 + 0x20" (identifier "lVar3") (+ "+") (number_literal "0x20")) () ")")))) (<= "<=") (identifier "param_2")) () ")"))) () ")")) (compound_statement "{\n *param_3 = *(undefined4 *)(lVar3 + 0x38);\n return **(long **)(lVar3 + 0x30);\n }" ({ "{") (expression_statement "*param_3 = *(undefined4 *)(lVar3 + 0x38);" (assignment_expression "*param_3 = *(undefined4 *)(lVar3 + 0x38)" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (pointer_expression "*(undefined4 *)(lVar3 + 0x38)" (* "*") (cast_expression "(undefined4 *)(lVar3 + 0x38)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x38)" (( "(") (binary_expression "lVar3 + 0x38" (identifier "lVar3") (+ "+") (number_literal "0x38")) () ")"))))) (; ";")) (return_statement "return **(long **)(lVar3 + 0x30);" (return "return") (pointer_expression "**(long **)(lVar3 + 0x30)" (* "*") (pointer_expression "*(long **)(lVar3 + 0x30)" (* "*") (cast_expression "(long **)(lVar3 + 0x30)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar3 + 0x30)" (( "(") (binary_expression "lVar3 + 0x30" (identifier "lVar3") (+ "+") (number_literal "0x30")) () ")"))))) (; ";")) (} "}")))) (} "}"))) (return_statement "return lVar1;" (return "return") (identifier "lVar1") (; ";")) (} "}")))
|
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: Relobj * find_kept_section_object(Sized_relobj_file<64,_false> * this,
uint shndx, uint * symndx_p) */
var_1 * var_2
gold::Sized_relobj_file<64,_false>::find_kept_section_object
(Sized_relobj_file<64,_false> *this,type_1 var_6,type_1 *symndx_p)
{
var_3 *var_4;
var_1 *var_5;
var_1 *pRVar3;
var_1 *var_7;
var_5 = (var_1 *)
(this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;
var_4 = &(this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header;
pRVar3 = (var_1 *)var_4;
if (var_5 != (var_1 *)0x0) {
do {
while (var_7 = var_5, var_6 <= *(type_1 *)((long)&(var_7->super_Object).name_.field_2 + 8)) {
var_5 = (var_1 *)(var_7->super_Object).name_._M_string_length;
pRVar3 = var_7;
if (var_5 == (var_1 *)0x0) goto LAB_002302ba;
}
var_5 = (var_1 *)(var_7->super_Object).name_.field_2._M_allocated_capacity;
var_7 = pRVar3;
} while (var_5 != (var_1 *)0x0);
LAB_002302ba:
if (((var_1 *)var_4 != var_7) &&
(*(type_1 *)((long)&(var_7->super_Object).name_.field_2 + 8) <= var_6)) {
*symndx_p = (var_7->super_Object).shnum_;
return *(var_1 **)(var_7->super_Object).offset_;
}
}
return var_5;
}
| null |
(translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) 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 (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (return_statement (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))))) (return_statement (identifier)))))
| null |
long MASKED(long param_1,uint param_2,undefined4 *param_3)
{
long lVar1;
long lVar2;
long lVar3;
lVar1 = *(long *)(param_1 + 0x1c0);
lVar2 = param_1 + 0x1b8;
if (lVar1 != 0) {
do {
while (lVar3 = lVar1, param_2 <= *(uint *)(lVar3 + 0x20)) {
lVar1 = *(long *)(lVar3 + 0x10);
lVar2 = lVar3;
if (lVar1 == 0) goto LAB_002302ba;
}
lVar1 = *(long *)(lVar3 + 0x18);
lVar3 = lVar2;
} while (lVar1 != 0);
LAB_002302ba:
if ((param_1 + 0x1b8 != lVar3) && (*(uint *)(lVar3 + 0x20) <= param_2)) {
*param_3 = *(undefined4 *)(lVar3 + 0x38);
return **(long **)(lVar3 + 0x30);
}
}
return lVar1;
}
|
3212_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
|
do_plt_address_for_global
|
FUN_001c7480
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: uint64_t do_plt_address_for_global(Target_sparc<64,_true> * this,
Symbol * gsym) */
uint64_t __thiscall
anon_unknown.dwarf_4cd88d::Target_sparc<64,_true>::do_plt_address_for_global
(Target_sparc<64,_true> *this,Symbol *gsym)
{
uint64_t uVar1;
General_options *pGVar2;
bool bVar3;
uint uVar4;
section_offset_type offset;
bool is_global;
ulong uVar5;
uVar1 = (this->sparc_info).abi_pagesize;
if (uVar1 == 0) {
/* WARNING: Subroutine does not return */
plt_section(this);
}
if ((gsym->field_0x38 & 0xf) == 10) {
if ((gsym->field_0x3a & 7) == 0) {
if ((((ulong)((gsym->u1_).output_segment)->output_lists_[2].
super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.
_M_impl._M_finish & 0x100000000) == 0) &&
(((gsym->u2_).shndx != 0 || ((gsym->field_0x3b & 0x20) == 0)))) {
LAB_001c74f4:
if (((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0)) {
pGVar2 = gold::parameters->options_;
if (pGVar2 == (General_options *)0x0) {
LAB_001c7610:
/* WARNING: Subroutine does not return */
gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");
}
if ((pGVar2->shared_).value != false) {
bVar3 = gold::Version_script_info::get_symbol_version
(&(pGVar2->dynamic_list_).version_script_info_,gsym->name_,
(string *)0x0,&is_global);
if ((!bVar3) || (is_global != false)) {
pGVar2 = gold::parameters->options_;
if (pGVar2 == (General_options *)0x0) goto LAB_001c7610;
if (((pGVar2->Bsymbolic_).value != false) ||
(((gsym->field_0x38 & 0xf) != 1 && ((pGVar2->Bsymbolic_functions_).value != false))
)) goto LAB_001c7588;
}
goto LAB_001c74a1;
}
}
LAB_001c7588:
uVar4 = *(int *)(uVar1 + 0x48) + 4;
if (uVar4 < 0x8000) {
uVar4 = uVar4 * 0x20;
}
else {
uVar4 = *(int *)(uVar1 + 0x48) - 0x7ffc;
uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;
}
uVar5 = (ulong)uVar4;
goto LAB_001c74a3;
}
}
else if ((gsym->field_0x3a & 7) != 4) goto LAB_001c74f4;
}
LAB_001c74a1:
uVar5 = 0;
LAB_001c74a3:
if ((*(byte *)(uVar1 + 0x20) & 1) == 0) {
/* WARNING: Subroutine does not return */
gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");
}
if (gsym->plt_offset_ == 0xffffffff) {
/* WARNING: Subroutine does not return */
gold::do_gold_unreachable("../../gold/symtab.h",0x1ce,"plt_offset");
}
return (ulong)gsym->plt_offset_ + *(long *)(uVar1 + 8) + uVar5;
}
|
long FUN_001c7480(long param_1,undefined8 *param_2)
{
long lVar1;
long lVar2;
char cVar3;
uint uVar4;
char local_19 [9];
ulong uVar5;
lVar1 = *(long *)(param_1 + 0x28);
if (lVar1 == 0) {
FUN_001c5910();
goto LAB_001c7610;
}
if ((*(byte *)(param_2 + 7) & 0xf) == 10) {
if ((*(byte *)((long)param_2 + 0x3a) & 7) == 0) {
if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&
((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {
LAB_001c74f4:
if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&
((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {
lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);
if (lVar2 == 0) {
LAB_001c7610:
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/parameters.h",0x5c,"options");
}
if (*(char *)(lVar2 + 0x2a61) != '\0') {
cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);
if ((cVar3 == '\0') || (local_19[0] != '\0')) {
lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);
if (lVar2 == 0) goto LAB_001c7610;
if ((*(char *)(lVar2 + 0xd21) != '\0') ||
(((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))
goto LAB_001c7588;
}
goto LAB_001c74a1;
}
}
LAB_001c7588:
uVar4 = *(int *)(lVar1 + 0x48) + 4;
if (uVar4 < 0x8000) {
uVar4 = uVar4 * 0x20;
}
else {
uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;
uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;
}
uVar5 = (ulong)uVar4;
goto LAB_001c74a3;
}
}
else if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;
}
LAB_001c74a1:
uVar5 = 0;
LAB_001c74a3:
if ((*(byte *)(lVar1 + 0x20) & 1) == 0) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0xc5,"address");
}
if (*(uint *)((long)param_2 + 0x24) == 0xffffffff) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/symtab.h",0x1ce,"plt_offset");
}
return (ulong)*(uint *)((long)param_2 + 0x24) + *(long *)(lVar1 + 8) + uVar5;
}
|
PUSH RBP
PUSH RBX
SUB RSP,0x18
MOV RBX,qword ptr [RDI + 0x28]
TEST RBX,RBX
JZ 0x001c760b
MOVZX EAX,byte ptr [RSI + 0x38]
MOV RBP,RSI
AND EAX,0xf
CMP AL,0xa
JZ 0x001c74d0
XOR ECX,ECX
TEST byte ptr [RBX + 0x20],0x1
JZ 0x001c75f3
MOV EDX,dword ptr [RBP + 0x24]
MOV RSI,qword ptr [RBX + 0x8]
CMP EDX,-0x1
JZ 0x001c75db
MOV EAX,EDX
ADD RSP,0x18
ADD RAX,RSI
POP RBX
POP RBP
ADD RAX,RCX
RET
MOVZX EAX,byte ptr [RSI + 0x3a]
AND EAX,0x7
JNZ 0x001c75a0
MOV RAX,qword ptr [RSI + 0x10]
TEST byte ptr [RAX + 0x3c],0x1
JNZ 0x001c74a1
MOV EAX,dword ptr [RSI + 0x18]
TEST EAX,EAX
JNZ 0x001c74f4
TEST byte ptr [RSI + 0x3b],0x20
JNZ 0x001c74a1
TEST byte ptr [RBP + 0x39],0x3
JNZ 0x001c7588
TEST byte ptr [RBP + 0x3b],0x10
JNZ 0x001c7588
MOV RAX,qword ptr [0x0067cb08]
MOV RAX,qword ptr [RAX + 0x10]
TEST RAX,RAX
JZ 0x001c7610
CMP byte ptr [RAX + 0x2a61],0x0
JZ 0x001c7588
MOV RSI,qword ptr [RBP]
XOR EDX,EDX
LEA RCX,[RSP + 0xf]
LEA RDI,[RAX + 0x9120]
CALL 0x0043a470
TEST AL,AL
JZ 0x001c754b
CMP byte ptr [RSP + 0xf],0x0
JZ 0x001c74a1
MOV RAX,qword ptr [0x0067cb08]
MOV RAX,qword ptr [RAX + 0x10]
TEST RAX,RAX
JZ 0x001c7610
CMP byte ptr [RAX + 0xd21],0x0
JNZ 0x001c7588
MOVZX EDX,byte ptr [RBP + 0x38]
AND EDX,0xf
CMP DL,0x1
JZ 0x001c74a1
CMP byte ptr [RAX + 0xde9],0x0
JZ 0x001c74a1
NOP dword ptr [RAX]
MOV EDX,dword ptr [RBX + 0x48]
LEA EAX,[RDX + 0x4]
CMP EAX,0x7fff
JA 0x001c75b0
SHL EAX,0x5
MOV RCX,RAX
JMP 0x001c74a3
CMP AL,0x4
JZ 0x001c74a1
JMP 0x001c74f4
LEA ECX,[RDX + -0x7ffc]
MOV EDX,0xcccccccd
MOV EAX,ECX
MUL EDX
SHR EDX,0x7
LEA EAX,[RDX + RDX*0x4]
MOV ESI,EAX
SHL EAX,0x5
SUB ECX,EAX
SHL ESI,0xa
LEA EAX,[RCX + RCX*0x2]
LEA EAX,[RSI + RAX*0x8 + 0x100000]
JMP 0x001c7598
LEA RDX,[0x53c450]
MOV ESI,0x1ce
LEA RDI,[0x533407]
CALL 0x00352af0
LEA RDX,[0x53c808]
MOV ESI,0xc5
LEA RDI,[0x533384]
CALL 0x00352af0
CALL 0x001c5910
LEA RDX,[0x53c8d8]
MOV ESI,0x5c
LEA RDI,[0x52e279]
CALL 0x00352af0
| null | null | null | null |
[('const-433', u'LOAD_-1207732767'), (u'LOAD_-1207732483', u'INT_ADD_-1207731622'), (u'INT_AND_-1207732764', u'INT_EQUAL_-1207732778'), ('tmp_1628', u'PTRSUB_-1207731607'), ('tmp_968', u'CBRANCH_-1207732491'), ('const-15', u'INT_AND_-1207731653'), ('const-0', u'INT_NOTEQUAL_-1207732618'), (u'INT_LESS_-1207732444', u'CBRANCH_-1207732452'), ('const-433', u'LOAD_-1207732790'), ('const-0', u'INT_EQUAL_-1207732583'), (u'PTRSUB_-1207731635', u'PTRSUB_-1207731602'), (u'PTRSUB_-1207731479', u'LOAD_-1207732553'), (u'INDIRECT_-1207731440', u'COPY_-1207731498'), ('const-32768', u'INT_LESS_-1207732444'), (u'INT_ZEXT_-1207731874', u'MULTIEQUAL_-1207732021'), (u'INT_EQUAL_-1207732838', u'CBRANCH_-1207732834'), (u'INT_MULT_-1207731437', u'INT_ADD_-1207731530'), ('tmp_541', u'CBRANCH_-1207732793'), (u'MULTIEQUAL_-1207731537', u'INT_ZEXT_-1207731874'), (u'PTRSUB_-1207731685', u'LOAD_-1207732997'), (u'LOAD_-1207732997', u'INT_ZEXT_-1207732100'), (u'INT_AND_-1207732824', u'INT_EQUAL_-1207732838'), (u'PTRSUB_-1207731596', u'LOAD_-1207732767'), ('const-72', u'INT_ADD_-1207732467'), (u'CAST_-1207731599', u'INT_AND_-1207732824'), (u'INT_DIV_-1207732322', u'INT_MULT_-1207731437'), ('const--25', u'PTRSUB_-1207731546'), (u'PTRSUB_-1207731727', u'PTRSUB_-1207731701'), ('const-433', u'LOAD_-1207732990'), ('const-32764', u'INT_SUB_-1207731583'), (u'PTRSUB_-1207731600', u'LOAD_-1207732850'), (u'INT_EQUAL_-1207733005', u'CBRANCH_-1207733002'), (u'LOAD_-1207732738', u'PTRSUB_-1207731564'), ('const-0', u'CALL_-1207732650'), (u'INT_NOTEQUAL_-1207732518', u'CBRANCH_-1207732517'), (u'INT_EQUAL_-1207732970', u'CBRANCH_-1207732968'), (u'LOAD_-1207733070', u'INT_AND_-1207731887'), (u'INT_ADD_-1207731622', u'INT_MULT_-1207732420'), ('const-0', u'COPY_-1207732095'), ('tmp_246', u'CBRANCH_-1207732968'), (u'INT_AND_-1207732991', u'INT_EQUAL_-1207733005'), (u'MULTIEQUAL_-1207731763', u'COPY_-1207731790'), ('const-24', u'PTRADD_-1207731610'), ('const-0', u'PTRSUB_-1207731590'), (u'INT_EQUAL_-1207732867', u'CBRANCH_-1207732864'), ('const-433', u'LOAD_-1207732712'), ('const-1', u'RETURN_-1207732604'), (u'INDIRECT_-1207731417', u'COPY_-1207731473'), (u'LOAD_-1207732859', u'PTRSUB_-1207731630'), (u'PTRSUB_-1207731712', u'LOAD_-1207733070'), ('const-433', u'LOAD_-1207732738'), ('const-16', u'PTRSUB_-1207731578'), (u'INT_MULT_-1207732420', u'MULTIEQUAL_-1207731537'), (u'INT_MULT_-1207731504', u'INT_ADD_-1207731529'), ('const-0', u'INT_EQUAL_-1207733077'), (u'INT_EQUAL_-1207732797', u'CBRANCH_-1207732793'), ('const-57', u'PTRSUB_-1207731607'), ('const-433', u'LOAD_-1207732483'), (u'LOAD_-1207733096', u'INT_ADD_-1207732974'), ('tmp_1019', u'CBRANCH_-1207732452'), (u'CALL_-1207732650', u'INDIRECT_-1207731603'), ('const-0', u'INT_NOTEQUAL_-1207732496'), (u'PTRSUB_-1207731462', u'PTRSUB_-1207731452'), (u'CALL_-1207732113', u'INDIRECT_-1207731415'), ('const-0', u'INT_EQUAL_-1207732755'), (u'INT_SUB_-1207731583', u'INT_MULT_-1207731504'), ('const-0', u'INT_NOTEQUAL_-1207732813'), (u'LOAD_-1207732602', u'INT_EQUAL_-1207732583'), ('const-1048576', u'INT_ADD_-1207731530'), (u'LOAD_-1207732790', u'INT_AND_-1207732764'), (u'BOOL_NEGATE_-1207732610', u'CBRANCH_-1207732635'), ('const-433', u'LOAD_-1207732809'), ('const-97', u'PTRSUB_-1207731478'), ('tmp_74', u'CBRANCH_-1207733075'), (u'LOAD_-1207733096', u'INT_EQUAL_-1207733077'), ('const-0', u'PTRSUB_-1207731608'), ('const-7', u'INT_AND_-1207732854'), ('const-433', u'LOAD_-1207732997'), (u'INT_ZEXT_-1207732100', u'INT_ADD_-1207732928'), (u'INT_EQUAL_-1207732583', u'CBRANCH_-1207732581'), ('tmp_828', u'CBRANCH_-1207732581'), (u'INT_NOTEQUAL_-1207732496', u'CBRANCH_-1207732491'), ('const-97', u'PTRSUB_-1207731547'), ('tmp_1552', u'BRANCH_-1207732188'), (u'PTRSUB_-1207731490', u'PTRSUB_-1207731478'), (u'INDIRECT_-1207731626', u'MULTIEQUAL_-1207731400'), (u'INT_NOTEQUAL_-1207732813', u'CBRANCH_-1207732812'), (u'PTRSUB_-1207731607', u'LOAD_-1207732790'), (u'COPY_-1207731386', u'CALL_-1207732105'), (u'INT_EQUAL_-1207732755', u'CBRANCH_-1207732751'), ('tmp_3903', u'MULTIEQUAL_-1207731535'), ('tmp_507', u'CBRANCH_-1207732812'), ('const-16', u'PTRSUB_-1207731504'), (u'CALL_-1207732650', u'BOOL_NEGATE_-1207732610'), ('const-433', u'LOAD_-1207732691'), ('tmp_140', u'CBRANCH_-1207733032'), ('const-3464', u'PTRSUB_-1207731462'), ('const-59', u'PTRSUB_-1207731596'), ('const-32', u'INT_AND_-1207732783'), ('const-1', u'RETURN_-1207732100'), ('const-433', u'LOAD_-1207732850'), (u'PTRSUB_-1207731547', u'LOAD_-1207732712'), (u'CALL_-1207732577', u'INDIRECT_-1207731417'), (u'MULTIEQUAL_-1207731768', u'MULTIEQUAL_-1207731763'), ('const-192', u'PTRSUB_-1207731526'), ('const-0', u'PTRSUB_-1207731553'), ('const-0', u'INT_EQUAL_-1207733005'), (u'LOAD_-1207733096', u'INT_ADD_-1207732467'), ('tmp_609', u'CBRANCH_-1207732751'), (u'PTRADD_-1207731610', u'PTRSUB_-1207731608'), ('tmp_1628', u'PTRSUB_-1207731712'), (u'INT_AND_-1207732741', u'INT_EQUAL_-1207732755'), ('tmp_866', u'CBRANCH_-1207732554'), ('const-197', u'CALL_-1207732577'), (u'MULTIEQUAL_-1207731535', u'MULTIEQUAL_-1207731763'), ('tmp_1627', u'CALL_-1207732113'), ('const-0', u'RETURN_-1207732903'), ('const-40', u'PTRSUB_-1207731701'), (u'INT_AND_-1207731767', u'INT_EQUAL_-1207732867'), ('const-433', u'LOAD_-1207733017'), ('const-2', u'PTRADD_-1207731610'), ('const-433', u'LOAD_-1207732553'), (u'CAST_-1207731658', u'LOAD_-1207733017'), (u'INT_NOTEQUAL_-1207732696', u'CBRANCH_-1207732691'), (u'INT_ADD_-1207732467', u'CAST_-1207731430'), (u'COPY_-1207731436', u'CALL_-1207732609'), (u'PTRSUB_-1207731540', u'PTRSUB_-1207731526'), (u'PTRSUB_-1207731526', u'CALL_-1207732650'), ('const-433', u'LOAD_-1207733096'), (u'INT_ADD_-1207731529', u'MULTIEQUAL_-1207731537'), (u'PTRSUB_-1207731602', u'PTRSUB_-1207731600'), ('const-5431929', u'COPY_-1207731386'), (u'COPY_-1207731410', u'CALL_-1207732577'), (u'LOAD_-1207732809', u'INT_AND_-1207732783'), (u'INT_ADD_-1207733003', u'CAST_-1207731658'), (u'PTRSUB_-1207731452', u'LOAD_-1207732512'), ('const-1280', u'INT_MULT_-1207731437'), (u'INT_AND_-1207731887', u'INT_EQUAL_-1207733033'), ('tmp_1129', u'BRANCH_-1207732405'), (u'COPY_-1207731413', u'CALL_-1207732577'), (u'INDIRECT_-1207731626', u'MULTIEQUAL_-1207731535'), ('const-433', u'LOAD_-1207733070'), (u'CAST_-1207731430', u'LOAD_-1207732483'), ('const-160', u'INT_DIV_-1207732322'), (u'CALL_-1207732105', u'INDIRECT_-1207731389'), ('tmp_681', u'CBRANCH_-1207732691'), ('tmp_3903', u'MULTIEQUAL_-1207731400'), ('const-462', u'CALL_-1207732609'), (u'PTRSUB_-1207731590', u'LOAD_-1207732833'), (u'LOAD_-1207732888', u'INT_AND_-1207732854'), (u'PTRSUB_-1207731564', u'PTRSUB_-1207731547'), (u'PTRSUB_-1207731602', u'LOAD_-1207732859'), ('const-56', u'PTRSUB_-1207731712'), (u'INT_ADD_-1207732906', u'RETURN_-1207732903'), ('tmp_1628', u'PTRSUB_-1207731614'), (u'LOAD_-1207732997', u'INT_EQUAL_-1207732970'), (u'INT_AND_-1207732854', u'INT_NOTEQUAL_-1207732224'), ('const-56', u'PTRSUB_-1207731479'), (u'PTRSUB_-1207731614', u'LOAD_-1207732809'), (u'INT_EQUAL_-1207732719', u'CBRANCH_-1207732717'), (u'INT_NOTEQUAL_-1207732618', u'CBRANCH_-1207732615'), ('const-36', u'PTRSUB_-1207731685'), (u'COPY_-1207731380', u'CALL_-1207732105'), ('const-5452676', u'COPY_-1207731413'), ('const-0', u'INT_NOTEQUAL_-1207732696'), (u'LOAD_-1207732738', u'PTRSUB_-1207731540'), ('const-5452807', u'COPY_-1207731436'), ('const-433', u'LOAD_-1207732859'), (u'PTRSUB_-1207731630', u'PTRADD_-1207731610'), ('const-4', u'INT_ADD_-1207731622'), (u'LOAD_-1207733096', u'INT_ADD_-1207733003'), (u'INT_NOTEQUAL_-1207732224', u'CBRANCH_-1207732224'), ('const-24', u'PTRSUB_-1207731622'), ('const-0', u'INT_EQUAL_-1207732867'), (u'LOAD_-1207732990', u'INT_ADD_-1207732928'), ('tmp_1627', u'PTRSUB_-1207731727'), (u'PTRSUB_-1207731649', u'LOAD_-1207732888'), (u'LOAD_-1207732850', u'CAST_-1207731599'), ('const-433', u'LOAD_-1207732512'), (u'INT_EQUAL_-1207733033', u'CBRANCH_-1207733032'), ('const-3264', u'PTRSUB_-1207731490'), (u'PTRSUB_-1207731478', u'LOAD_-1207732576'), (u'LOAD_-1207732738', u'INT_EQUAL_-1207732719'), (u'PTRSUB_-1207731608', u'PTRSUB_-1207731602'), ('const-1', u'RETURN_-1207732108'), (u'LOAD_-1207732712', u'INT_NOTEQUAL_-1207732696'), ('tmp_1628', u'PTRSUB_-1207731553'), (u'INT_NOTEQUAL_-1207732560', u'CBRANCH_-1207732554'), (u'LOAD_-1207732512', u'INT_NOTEQUAL_-1207732496'), ('const-16', u'PTRSUB_-1207731635'), (u'LOAD_-1207732602', u'PTRSUB_-1207731462'), ('tmp_3903', u'PTRSUB_-1207731578'), (u'LOAD_-1207733017', u'INT_AND_-1207732991'), ('tmp_792', u'CBRANCH_-1207732615'), ('const-24', u'INT_MULT_-1207731504'), ('tmp_575', u'CBRANCH_-1207732774'), ('const-16', u'INT_AND_-1207732741'), ('const-0', u'PTRSUB_-1207731602'), ('const-5490904', u'COPY_-1207731380'), ('const-8', u'PTRSUB_-1207731600'), ('const-3', u'INT_AND_-1207732764'), ('const-433', u'LOAD_-1207732576'), ('tmp_1595', u'CBRANCH_-1207732224'), ('const-36960', u'PTRSUB_-1207731540'), ('tmp_198', u'CBRANCH_-1207733002'), (u'LOAD_-1207732553', u'INT_AND_-1207731653'), (u'INDIRECT_-1207731389', u'COPY_-1207731443'), (u'LOAD_-1207732483', u'INT_SUB_-1207731583'), ('tmp_1628', u'PTRSUB_-1207731596'), (u'INDIRECT_-1207731626', u'PTRSUB_-1207731504'), ('const-10', u'INT_EQUAL_-1207733033'), ('const-0', u'INT_EQUAL_-1207732797'), ('const-1', u'INT_AND_-1207732991'), ('const-4294967295', u'INT_EQUAL_-1207732970'), ('tmp_1628', u'PTRSUB_-1207731635'), ('tmp_645', u'CBRANCH_-1207732717'), ('const-58', u'PTRSUB_-1207731649'), ('tmp_1628', u'PTRSUB_-1207731622'), ('tmp_3339', u'PTRSUB_-1207731546'), ('const-7', u'INT_AND_-1207731767'), ('const-10752', u'PTRSUB_-1207731564'), (u'LOAD_-1207732691', u'CALL_-1207732650'), ('const-433', u'LOAD_-1207732602'), ('const-15', u'INT_AND_-1207731887'), (u'INT_SUB_-1207731583', u'INT_DIV_-1207732322'), ('tmp_756', u'CBRANCH_-1207732635'), ('const-97', u'PTRSUB_-1207731452'), ('const-1', u'RETURN_-1207732572'), (u'LOAD_-1207732888', u'INT_AND_-1207731767'), ('const-433', u'LOAD_-1207732833'), ('const-4', u'INT_NOTEQUAL_-1207732224'), ('const-5489744', u'COPY_-1207731435'), ('const-8', u'INT_ADD_-1207732974'), ('tmp_469', u'CBRANCH_-1207732834'), ('const-92', u'CALL_-1207732105'), (u'CALL_-1207732650', u'INDIRECT_-1207731626'), ('const-0', u'PTRSUB_-1207731727'), (u'INT_AND_-1207732783', u'INT_EQUAL_-1207732797'), (u'CAST_-1207731644', u'LOAD_-1207732990'), (u'CALL_-1207732609', u'INDIRECT_-1207731440'), ('tmp_1628', u'PTRSUB_-1207731649'), ('tmp_427', u'CBRANCH_-1207732864'), ('const-0', u'INT_NOTEQUAL_-1207732560'), ('const-1', u'INT_NOTEQUAL_-1207732518'), ('tmp_932', u'CBRANCH_-1207732517'), (u'INT_ADD_-1207731622', u'INT_LESS_-1207732444'), (u'INT_AND_-1207731653', u'INT_NOTEQUAL_-1207732518'), ('const-433', u'LOAD_-1207732888'), (u'PTRSUB_-1207731504', u'LOAD_-1207732602'), (u'PTRSUB_-1207731553', u'LOAD_-1207732691'), (u'LOAD_-1207732602', u'PTRSUB_-1207731490'), ('const-32', u'INT_ADD_-1207733003'), ('tmp_1628', u'PTRSUB_-1207731479'), (u'INT_EQUAL_-1207733077', u'CBRANCH_-1207733075'), (u'COPY_-1207732095', u'MULTIEQUAL_-1207732021'), (u'MULTIEQUAL_-1207732021', u'INT_ADD_-1207732906'), (u'PTRSUB_-1207731546', u'CALL_-1207732650'), (u'PTRSUB_-1207731578', u'LOAD_-1207732738'), ('const-0', u'PTRSUB_-1207731602'), (u'INT_EQUAL_-1207732778', u'CBRANCH_-1207732774'), (u'COPY_-1207731435', u'CALL_-1207732609'), ('const-0', u'INT_EQUAL_-1207732838'), (u'INDIRECT_-1207731415', u'COPY_-1207731466'), ('tmp_1628', u'PTRSUB_-1207731685'), (u'LOAD_-1207732833', u'INT_NOTEQUAL_-1207732813'), (u'INDIRECT_-1207731603', u'INT_NOTEQUAL_-1207732618'), (u'PTRSUB_-1207731701', u'LOAD_-1207733096'), ('const-0', u'PTRSUB_-1207731630'), ('const-4294967296', u'INT_AND_-1207732824'), (u'LOAD_-1207732767', u'INT_AND_-1207732741'), ('const-5490696', u'COPY_-1207731410'), (u'PTRSUB_-1207731622', u'PTRSUB_-1207731590'), ('const-32', u'INT_MULT_-1207732420'), (u'INDIRECT_-1207731626', u'MULTIEQUAL_-1207731768'), (u'INT_ADD_-1207732974', u'CAST_-1207731644'), ('tmp_3903', u'MULTIEQUAL_-1207731768'), (u'INT_ADD_-1207731530', u'INT_ADD_-1207731529'), ('const-59', u'PTRSUB_-1207731614'), ('const-0', u'INT_EQUAL_-1207732778'), ('const-0', u'INT_EQUAL_-1207732719'), (u'LOAD_-1207732576', u'INT_NOTEQUAL_-1207732560'), (u'INT_ADD_-1207732928', u'INT_ADD_-1207732906')]
|
[(u'LOAD_-1207732483', u'INT_ADD_-1207731622'), ('const-24', u'INT_MULT_-1207731504'), (u'INT_AND_-1207732764', u'INT_EQUAL_-1207732778'), ('tmp_968', u'CBRANCH_-1207732491'), ('const-32768', u'INT_LESS_-1207732444'), ('const-92', u'CALL_-1207732105'), (u'INT_LESS_-1207732444', u'CBRANCH_-1207732452'), ('const-5431929', u'COPY_-1207731387'), ('const-0', u'INT_EQUAL_-1207732583'), (u'INDIRECT_-1207731440', u'COPY_-1207731498'), (u'INT_EQUAL_-1207732838', u'CBRANCH_-1207732834'), (u'MULTIEQUAL_-1207731536', u'MULTIEQUAL_-1207731764'), ('tmp_541', u'CBRANCH_-1207732793'), (u'PTRADD_-1207731630', u'CAST_-1207731622'), ('const-4294967295', u'INT_EQUAL_-1207732970'), (u'INT_AND_-1207732824', u'INT_EQUAL_-1207732838'), ('const-0', u'INT_EQUAL_-1207732636'), ('const-0', u'INT_NOTEQUAL_-1207732560'), (u'PTRADD_-1207732540', u'CAST_-1207731506'), (u'PTRADD_-1207731499', u'CAST_-1207731482'), ('const-72', u'INT_ADD_-1207732467'), (u'COPY_-1207731381', u'CALL_-1207732105'), ('const-3561', u'INT_ADD_-1207732496'), ('const-5490904', u'COPY_-1207731381'), ('const-0', u'INT_EQUAL_-1207732838'), (u'INT_EQUAL_-1207732636', u'CBRANCH_-1207732635'), (u'INT_EQUAL_-1207733005', u'CBRANCH_-1207733002'), (u'INT_NOTEQUAL_-1207732518', u'CBRANCH_-1207732517'), (u'CAST_-1207731606', u'INT_ADD_-1207732776'), (u'CAST_-1207731561', u'LOAD_-1207732712'), (u'INT_EQUAL_-1207732970', u'CBRANCH_-1207732968'), (u'LOAD_-1207733070', u'INT_AND_-1207731887'), ('const-433', u'LOAD_-1207732833'), (u'INT_ADD_-1207731622', u'INT_MULT_-1207732420'), ('const-433', u'LOAD_-1207732990'), ('const-1', u'PTRADD_-1207732676'), ('tmp_246', u'CBRANCH_-1207732968'), (u'INT_AND_-1207732991', u'INT_EQUAL_-1207733005'), ('const-4', u'INT_ADD_-1207731622'), (u'MULTIEQUAL_-1207732019', u'INT_ADD_-1207732906'), (u'INT_EQUAL_-1207732867', u'CBRANCH_-1207732864'), ('const-1', u'RETURN_-1207732604'), ('tmp_3386', u'PTRADD_-1207731716'), (u'INDIRECT_-1207731417', u'COPY_-1207731473'), (u'PTRADD_-1207731641', u'LOAD_-1207732859'), ('const-36', u'INT_ADD_-1207732981'), (u'INT_MULT_-1207732420', u'MULTIEQUAL_-1207731537'), ('const-1048576', u'INT_ADD_-1207731530'), (u'INT_MULT_-1207731504', u'INT_ADD_-1207731529'), (u'LOAD_-1207732602', u'INT_ADD_-1207732560'), ('const-0', u'INT_EQUAL_-1207733077'), (u'INT_EQUAL_-1207732797', u'CBRANCH_-1207732793'), ('const-59', u'INT_ADD_-1207732753'), (u'CAST_-1207731506', u'LOAD_-1207732602'), (u'LOAD_-1207733096', u'INT_ADD_-1207732974'), ('tmp_1019', u'CBRANCH_-1207732452'), (u'CALL_-1207732113', u'INDIRECT_-1207731415'), ('const-0', u'INT_EQUAL_-1207732755'), (u'INT_SUB_-1207731583', u'INT_MULT_-1207731504'), ('const-57', u'INT_ADD_-1207732776'), ('const-0', u'INT_NOTEQUAL_-1207732813'), (u'LOAD_-1207732602', u'INT_EQUAL_-1207732583'), (u'LOAD_-1207732790', u'INT_AND_-1207732764'), (u'INT_ADD_-1207732496', u'CAST_-1207731465'), ('tmp_74', u'CBRANCH_-1207733075'), (u'LOAD_-1207733096', u'INT_EQUAL_-1207733077'), (u'CAST_-1207731575', u'LOAD_-1207732738'), (u'INT_EQUAL_-1207732583', u'CBRANCH_-1207732581'), ('tmp_828', u'CBRANCH_-1207732581'), (u'LOAD_-1207732859', u'INT_ADD_-1207732836'), ('const-1', u'INT_NOTEQUAL_-1207732518'), (u'INT_NOTEQUAL_-1207732496', u'CBRANCH_-1207732491'), ('tmp_1552', u'BRANCH_-1207732188'), ('const-1', u'PTRADD_-1207732540'), ('tmp_3958', u'PTRADD_-1207732676'), (u'MULTIEQUAL_-1207731537', u'INT_ZEXT_-1207731873'), (u'MULTIEQUAL_-1207731769', u'MULTIEQUAL_-1207731764'), (u'INT_MULT_-1207731438', u'INT_ADD_-1207731530'), ('const-4', u'INT_NOTEQUAL_-1207732224'), (u'INDIRECT_-1207731626', u'MULTIEQUAL_-1207731401'), (u'INT_NOTEQUAL_-1207732813', u'CBRANCH_-1207732812'), (u'INT_EQUAL_-1207732755', u'CBRANCH_-1207732751'), (u'INT_DIV_-1207732322', u'INT_MULT_-1207731438'), ('tmp_507', u'CBRANCH_-1207732812'), (u'PTRSUB_-1207731560', u'CALL_-1207732650'), ('const-1280', u'INT_MULT_-1207731438'), ('const-433', u'LOAD_-1207733017'), (u'INDIRECT_-1207731415', u'MULTIEQUAL_-1207731401'), ('tmp_140', u'CBRANCH_-1207733032'), (u'INDIRECT_-1207731604', u'INT_NOTEQUAL_-1207732618'), ('tmp_3386', u'PTRADD_-1207731641'), ('const--25', u'PTRSUB_-1207731560'), ('tmp_3386', u'PTRADD_-1207731499'), ('const-433', u'LOAD_-1207732691'), ('const-32', u'INT_AND_-1207732783'), (u'INT_ADD_-1207732696', u'CAST_-1207731561'), ('const-1', u'RETURN_-1207732100'), ('tmp_3386', u'CAST_-1207731648'), (u'CALL_-1207732577', u'INDIRECT_-1207731417'), (u'PTRADD_-1207732676', u'CAST_-1207731575'), ('const-0', u'INT_EQUAL_-1207733005'), (u'CAST_-1207731613', u'LOAD_-1207732809'), (u'LOAD_-1207733096', u'INT_ADD_-1207732467'), (u'COPY_-1207732093', u'MULTIEQUAL_-1207732019'), ('tmp_3958', u'MULTIEQUAL_-1207731769'), ('tmp_609', u'CBRANCH_-1207732751'), (u'CAST_-1207731710', u'LOAD_-1207733070'), (u'INT_ADD_-1207732974', u'CAST_-1207731660'), ('const-0', u'RETURN_-1207732903'), (u'INT_ADD_-1207732795', u'CAST_-1207731613'), ('const-433', u'LOAD_-1207732850'), (u'INT_AND_-1207732741', u'INT_EQUAL_-1207732755'), ('tmp_866', u'CBRANCH_-1207732554'), ('tmp_3386', u'PTRADD_-1207731630'), ('const-7', u'INT_AND_-1207731767'), ('const-433', u'LOAD_-1207732790'), ('const-8', u'PTRADD_-1207731641'), (u'INT_AND_-1207731767', u'INT_EQUAL_-1207732867'), ('tmp_3386', u'CAST_-1207731614'), (u'CAST_-1207731482', u'LOAD_-1207732553'), (u'CAST_-1207731664', u'LOAD_-1207732997'), (u'MULTIEQUAL_-1207731764', u'COPY_-1207731790'), (u'INT_NOTEQUAL_-1207732696', u'CBRANCH_-1207732691'), ('const-433', u'LOAD_-1207732859'), (u'INT_ADD_-1207732560', u'CAST_-1207731492'), (u'COPY_-1207731436', u'CALL_-1207732609'), ('const-8', u'PTRADD_-1207731499'), ('tmp_3382', u'PTRSUB_-1207731560'), ('const-59', u'INT_ADD_-1207732795'), (u'INT_ADD_-1207732649', u'CALL_-1207732650'), (u'INT_ADD_-1207731529', u'MULTIEQUAL_-1207731537'), (u'CAST_-1207731594', u'INT_ADD_-1207732753'), (u'LOAD_-1207732809', u'INT_AND_-1207732783'), ('const-37152', u'INT_ADD_-1207732649'), (u'INT_AND_-1207731887', u'INT_EQUAL_-1207733033'), ('tmp_1129', u'BRANCH_-1207732405'), (u'CAST_-1207731665', u'INT_ADD_-1207732981'), (u'INDIRECT_-1207731626', u'PTRADD_-1207732540'), ('const-433', u'LOAD_-1207732767'), (u'CAST_-1207731465', u'LOAD_-1207732512'), (u'CAST_-1207731622', u'LOAD_-1207732833'), (u'CALL_-1207732105', u'INDIRECT_-1207731389'), ('tmp_681', u'CBRANCH_-1207732691'), (u'COPY_-1207731411', u'CALL_-1207732577'), ('const-0', u'INT_NOTEQUAL_-1207732496'), ('const-8', u'PTRADD_-1207731716'), (u'INT_ADD_-1207732981', u'CAST_-1207731664'), (u'LOAD_-1207732888', u'INT_AND_-1207732854'), (u'INT_ZEXT_-1207732099', u'INT_ADD_-1207732928'), (u'INT_ADD_-1207732906', u'RETURN_-1207732903'), ('const-0', u'INT_EQUAL_-1207732867'), ('tmp_3958', u'MULTIEQUAL_-1207731536'), (u'LOAD_-1207732997', u'INT_EQUAL_-1207732970'), (u'CAST_-1207731492', u'LOAD_-1207732576'), (u'INT_AND_-1207732854', u'INT_NOTEQUAL_-1207732224'), (u'INT_ADD_-1207732753', u'CAST_-1207731593'), (u'CAST_-1207731660', u'LOAD_-1207732990'), (u'LOAD_-1207732738', u'INT_ADD_-1207732649'), (u'COPY_-1207731387', u'CALL_-1207732105'), (u'PTRADD_-1207731716', u'CAST_-1207731710'), (u'INT_EQUAL_-1207732719', u'CBRANCH_-1207732717'), (u'INT_ADD_-1207732467', u'CAST_-1207731448'), ('const-7', u'INT_AND_-1207732854'), (u'INT_NOTEQUAL_-1207732618', u'CBRANCH_-1207732615'), (u'CAST_-1207731647', u'LOAD_-1207732888'), ('const-433', u'LOAD_-1207732888'), ('const-433', u'LOAD_-1207733096'), ('const-3361', u'INT_ADD_-1207732560'), (u'CAST_-1207731648', u'INT_ADD_-1207732872'), ('const-8', u'PTRADD_-1207731630'), ('const-0', u'INT_NOTEQUAL_-1207732696'), ('const-433', u'LOAD_-1207733070'), ('const-10849', u'INT_ADD_-1207732696'), (u'CAST_-1207731629', u'LOAD_-1207732850'), (u'LOAD_-1207733096', u'INT_ADD_-1207733003'), (u'INT_NOTEQUAL_-1207732224', u'CBRANCH_-1207732224'), ('const-3', u'PTRADD_-1207731630'), ('const-5490696', u'COPY_-1207731411'), (u'LOAD_-1207732990', u'INT_ADD_-1207732928'), ('const-2', u'PTRADD_-1207731641'), ('const-197', u'CALL_-1207732577'), ('const-0', u'COPY_-1207732093'), (u'INT_ADD_-1207732776', u'CAST_-1207731605'), ('const-0', u'INT_NOTEQUAL_-1207732618'), (u'INT_EQUAL_-1207733033', u'CBRANCH_-1207733032'), ('const-60', u'INT_ADD_-1207732836'), (u'LOAD_-1207732738', u'INT_EQUAL_-1207732719'), ('const-15', u'INT_AND_-1207731887'), (u'LOAD_-1207732712', u'INT_NOTEQUAL_-1207732696'), (u'INT_NOTEQUAL_-1207732560', u'CBRANCH_-1207732554'), (u'LOAD_-1207732512', u'INT_NOTEQUAL_-1207732496'), ('tmp_3386', u'CAST_-1207731594'), (u'LOAD_-1207732850', u'INT_AND_-1207732824'), (u'INT_ZEXT_-1207731873', u'MULTIEQUAL_-1207732019'), ('const-58', u'INT_ADD_-1207732872'), (u'INT_ADD_-1207732836', u'CAST_-1207731629'), (u'LOAD_-1207733017', u'INT_AND_-1207732991'), ('tmp_792', u'CBRANCH_-1207732615'), (u'INT_ADD_-1207732872', u'CAST_-1207731647'), ('const-433', u'LOAD_-1207732576'), (u'COPY_-1207731414', u'CALL_-1207732577'), (u'INT_ADD_-1207733003', u'CAST_-1207731676'), ('tmp_575', u'CBRANCH_-1207732774'), ('tmp_3386', u'LOAD_-1207732691'), ('const-16', u'INT_AND_-1207732741'), ('const-3', u'INT_AND_-1207732764'), (u'CAST_-1207731724', u'LOAD_-1207733096'), ('tmp_1595', u'CBRANCH_-1207732224'), ('tmp_198', u'CBRANCH_-1207733002'), (u'LOAD_-1207732553', u'INT_AND_-1207731653'), (u'LOAD_-1207732602', u'INT_ADD_-1207732496'), (u'INDIRECT_-1207731389', u'COPY_-1207731443'), ('const-433', u'LOAD_-1207732712'), (u'LOAD_-1207732483', u'INT_SUB_-1207731583'), (u'LOAD_-1207732997', u'INT_ZEXT_-1207732099'), ('tmp_3386', u'CAST_-1207731665'), ('const-5489744', u'COPY_-1207731436'), (u'CAST_-1207731448', u'LOAD_-1207732483'), (u'CAST_-1207731605', u'LOAD_-1207732790'), ('const-0', u'INT_EQUAL_-1207732797'), ('const-40', u'INT_ADD_-1207733080'), ('const-1', u'INT_AND_-1207732991'), ('tmp_645', u'CBRANCH_-1207732717'), (u'LOAD_-1207732691', u'CALL_-1207732650'), ('const-433', u'LOAD_-1207732809'), (u'CALL_-1207732650', u'INT_EQUAL_-1207732636'), (u'INT_SUB_-1207731583', u'INT_DIV_-1207732322'), ('tmp_756', u'CBRANCH_-1207732635'), ('const-32', u'INT_MULT_-1207732420'), ('tmp_3958', u'MULTIEQUAL_-1207731401'), ('const-7', u'PTRADD_-1207731716'), ('const-1', u'RETURN_-1207732572'), (u'LOAD_-1207732888', u'INT_AND_-1207731767'), (u'CAST_-1207731676', u'LOAD_-1207733017'), ('const-8', u'INT_ADD_-1207732974'), (u'INDIRECT_-1207731626', u'MULTIEQUAL_-1207731536'), ('tmp_469', u'CBRANCH_-1207732834'), ('const-1', u'INT_AND_-1207732824'), (u'CALL_-1207732650', u'INDIRECT_-1207731626'), ('const-15', u'INT_AND_-1207731653'), (u'INT_AND_-1207732783', u'INT_EQUAL_-1207732797'), (u'CALL_-1207732609', u'INDIRECT_-1207731440'), ('const-160', u'INT_DIV_-1207732322'), ('tmp_427', u'CBRANCH_-1207732864'), ('tmp_3386', u'CAST_-1207731606'), ('tmp_932', u'CBRANCH_-1207732517'), (u'INT_ADD_-1207731622', u'INT_LESS_-1207732444'), (u'INT_AND_-1207731653', u'INT_NOTEQUAL_-1207732518'), ('const-32', u'INT_ADD_-1207733003'), (u'COPY_-1207731437', u'CALL_-1207732609'), ('const-7', u'PTRADD_-1207731499'), ('const-433', u'LOAD_-1207732738'), (u'INT_EQUAL_-1207733077', u'CBRANCH_-1207733075'), ('const-32764', u'INT_SUB_-1207731583'), ('const-5452807', u'COPY_-1207731437'), ('const-433', u'LOAD_-1207732997'), (u'CALL_-1207732650', u'INDIRECT_-1207731604'), ('const-16', u'PTRADD_-1207732540'), (u'CAST_-1207731593', u'LOAD_-1207732767'), ('const-10', u'INT_EQUAL_-1207733033'), (u'INT_EQUAL_-1207732778', u'CBRANCH_-1207732774'), ('const-0', u'CALL_-1207732650'), ('const-433', u'LOAD_-1207732602'), ('const-433', u'LOAD_-1207732553'), ('tmp_3384', u'INT_ADD_-1207733080'), ('const-433', u'LOAD_-1207732483'), (u'LOAD_-1207732833', u'INT_NOTEQUAL_-1207732813'), (u'CAST_-1207731614', u'INT_ADD_-1207732795'), (u'INDIRECT_-1207731626', u'MULTIEQUAL_-1207731769'), (u'LOAD_-1207732738', u'INT_ADD_-1207732696'), (u'LOAD_-1207732767', u'INT_AND_-1207732741'), ('const-433', u'LOAD_-1207732512'), ('const-16', u'PTRADD_-1207732676'), (u'INT_ADD_-1207731530', u'INT_ADD_-1207731529'), ('const-0', u'INT_EQUAL_-1207732778'), ('const-0', u'INT_EQUAL_-1207732719'), ('const-5452676', u'COPY_-1207731414'), (u'INT_ADD_-1207733080', u'CAST_-1207731724'), (u'LOAD_-1207732576', u'INT_NOTEQUAL_-1207732560'), ('const-462', u'CALL_-1207732609'), (u'INT_ADD_-1207732928', u'INT_ADD_-1207732906')]
| null | null |
001c7480
|
x64
|
O2
|
(translation_unit "long FUN_001c7480(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n long lVar2;\n char cVar3;\n uint uVar4;\n char local_19 [9];\n ulong uVar5;\n \n lVar1 = *(long *)(param_1 + 0x28);\n if (lVar1 == 0) {\n FUN_001c5910();\n goto LAB_001c7610;\n }\n if ((*(byte *)(param_2 + 7) & 0xf) == 10) {\n if ((*(byte *)((long)param_2 + 0x3a) & 7) == 0) {\n if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }\n else if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;\n }\nLAB_001c74a1:\n uVar5 = 0;\nLAB_001c74a3:\n if ((*(byte *)(lVar1 + 0x20) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xc5,"address");\n }\n if (*(uint *)((long)param_2 + 0x24) == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/symtab.h",0x1ce,"plt_offset");\n }\n return (ulong)*(uint *)((long)param_2 + 0x24) + *(long *)(lVar1 + 8) + uVar5;\n}\n\n" (function_definition "long FUN_001c7480(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n long lVar2;\n char cVar3;\n uint uVar4;\n char local_19 [9];\n ulong uVar5;\n \n lVar1 = *(long *)(param_1 + 0x28);\n if (lVar1 == 0) {\n FUN_001c5910();\n goto LAB_001c7610;\n }\n if ((*(byte *)(param_2 + 7) & 0xf) == 10) {\n if ((*(byte *)((long)param_2 + 0x3a) & 7) == 0) {\n if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }\n else if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;\n }\nLAB_001c74a1:\n uVar5 = 0;\nLAB_001c74a3:\n if ((*(byte *)(lVar1 + 0x20) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xc5,"address");\n }\n if (*(uint *)((long)param_2 + 0x24) == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/symtab.h",0x1ce,"plt_offset");\n }\n return (ulong)*(uint *)((long)param_2 + 0x24) + *(long *)(lVar1 + 8) + uVar5;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_001c7480(long param_1,undefined8 *param_2)" identifier (parameter_list "(long param_1,undefined8 *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n char cVar3;\n uint uVar4;\n char local_19 [9];\n ulong uVar5;\n \n lVar1 = *(long *)(param_1 + 0x28);\n if (lVar1 == 0) {\n FUN_001c5910();\n goto LAB_001c7610;\n }\n if ((*(byte *)(param_2 + 7) & 0xf) == 10) {\n if ((*(byte *)((long)param_2 + 0x3a) & 7) == 0) {\n if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }\n else if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;\n }\nLAB_001c74a1:\n uVar5 = 0;\nLAB_001c74a3:\n if ((*(byte *)(lVar1 + 0x20) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xc5,"address");\n }\n if (*(uint *)((long)param_2 + 0x24) == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/symtab.h",0x1ce,"plt_offset");\n }\n return (ulong)*(uint *)((long)param_2 + 0x24) + *(long *)(lVar1 + 8) + uVar5;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "char local_19 [9];" primitive_type (array_declarator "local_19 [9]" identifier [ number_literal ]) ;) (declaration "ulong uVar5;" type_identifier identifier ;) (expression_statement "lVar1 = *(long *)(param_1 + 0x28);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x28)" identifier = (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) ))))) ;) (if_statement "if (lVar1 == 0) {\n FUN_001c5910();\n goto LAB_001c7610;\n }" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_001c5910();\n goto LAB_001c7610;\n }" { (expression_statement "FUN_001c5910();" (call_expression "FUN_001c5910()" identifier (argument_list "()" ( ))) ;) (goto_statement "goto LAB_001c7610;" goto statement_identifier ;) })) (if_statement "if ((*(byte *)(param_2 + 7) & 0xf) == 10) {\n if ((*(byte *)((long)param_2 + 0x3a) & 7) == 0) {\n if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }\n else if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;\n }" if (parenthesized_expression "((*(byte *)(param_2 + 7) & 0xf) == 10)" ( (binary_expression "(*(byte *)(param_2 + 7) & 0xf) == 10" (parenthesized_expression "(*(byte *)(param_2 + 7) & 0xf)" ( (binary_expression "*(byte *)(param_2 + 7) & 0xf" (pointer_expression "*(byte *)(param_2 + 7)" * (cast_expression "(byte *)(param_2 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 7)" ( (binary_expression "param_2 + 7" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n if ((*(byte *)((long)param_2 + 0x3a) & 7) == 0) {\n if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }\n else if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;\n }" { (if_statement "if ((*(byte *)((long)param_2 + 0x3a) & 7) == 0) {\n if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }\n else if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;" if (parenthesized_expression "((*(byte *)((long)param_2 + 0x3a) & 7) == 0)" ( (binary_expression "(*(byte *)((long)param_2 + 0x3a) & 7) == 0" (parenthesized_expression "(*(byte *)((long)param_2 + 0x3a) & 7)" ( (binary_expression "*(byte *)((long)param_2 + 0x3a) & 7" (pointer_expression "*(byte *)((long)param_2 + 0x3a)" * (cast_expression "(byte *)((long)param_2 + 0x3a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x3a)" ( (binary_expression "(long)param_2 + 0x3a" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }" { (if_statement "if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }" if (parenthesized_expression "(((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0))))" ( (binary_expression "((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))" (parenthesized_expression "((*(byte *)(param_2[2] + 0x3c) & 1) == 0)" ( (binary_expression "(*(byte *)(param_2[2] + 0x3c) & 1) == 0" (parenthesized_expression "(*(byte *)(param_2[2] + 0x3c) & 1)" ( (binary_expression "*(byte *)(param_2[2] + 0x3c) & 1" (pointer_expression "*(byte *)(param_2[2] + 0x3c)" * (cast_expression "(byte *)(param_2[2] + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2[2] + 0x3c)" ( (binary_expression "param_2[2] + 0x3c" (subscript_expression "param_2[2]" identifier [ number_literal ]) + number_literal) )))) & number_literal) )) == number_literal) )) && (parenthesized_expression "((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))" ( (parenthesized_expression "(*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0))" ( (binary_expression "*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)" (binary_expression "*(int *)(param_2 + 3) != 0" (pointer_expression "*(int *)(param_2 + 3)" * (cast_expression "(int *)(param_2 + 3)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 3)" ( (binary_expression "param_2 + 3" identifier + number_literal) )))) != number_literal) || (parenthesized_expression "((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)" ( (binary_expression "(*(byte *)((long)param_2 + 0x3b) & 0x20) == 0" (parenthesized_expression "(*(byte *)((long)param_2 + 0x3b) & 0x20)" ( (binary_expression "*(byte *)((long)param_2 + 0x3b) & 0x20" (pointer_expression "*(byte *)((long)param_2 + 0x3b)" * (cast_expression "(byte *)((long)param_2 + 0x3b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x3b)" ( (binary_expression "(long)param_2 + 0x3b" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) == number_literal) ))) )) ))) )) (compound_statement "{\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }" { (labeled_statement "LAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }" statement_identifier : (if_statement "if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }" if (parenthesized_expression "(((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0))" ( (binary_expression "((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)" (parenthesized_expression "((*(byte *)((long)param_2 + 0x39) & 3) == 0)" ( (binary_expression "(*(byte *)((long)param_2 + 0x39) & 3) == 0" (parenthesized_expression "(*(byte *)((long)param_2 + 0x39) & 3)" ( (binary_expression "*(byte *)((long)param_2 + 0x39) & 3" (pointer_expression "*(byte *)((long)param_2 + 0x39)" * (cast_expression "(byte *)((long)param_2 + 0x39)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x39)" ( (binary_expression "(long)param_2 + 0x39" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) == number_literal) )) && (parenthesized_expression "((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)" ( (binary_expression "(*(byte *)((long)param_2 + 0x3b) & 0x10) == 0" (parenthesized_expression "(*(byte *)((long)param_2 + 0x3b) & 0x10)" ( (binary_expression "*(byte *)((long)param_2 + 0x3b) & 0x10" (pointer_expression "*(byte *)((long)param_2 + 0x3b)" * (cast_expression "(byte *)((long)param_2 + 0x3b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x3b)" ( (binary_expression "(long)param_2 + 0x3b" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }" { (expression_statement "lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);" (assignment_expression "lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10)" identifier = (pointer_expression "*(long *)(PTR_DAT_0067cb08 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0067cb08 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0067cb08 + 0x10)" ( (binary_expression "PTR_DAT_0067cb08 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if (lVar2 == 0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }" { (labeled_statement "LAB_001c7610:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");" statement_identifier : comment (expression_statement "FUN_00352af0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_00352af0("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;)) })) (if_statement "if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }" if (parenthesized_expression "(*(char *)(lVar2 + 0x2a61) != '\0')" ( (binary_expression "*(char *)(lVar2 + 0x2a61) != '\0'" (pointer_expression "*(char *)(lVar2 + 0x2a61)" * (cast_expression "(char *)(lVar2 + 0x2a61)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x2a61)" ( (binary_expression "lVar2 + 0x2a61" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }" { (expression_statement "cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);" (assignment_expression "cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19)" identifier = (call_expression "FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19)" identifier (argument_list "(lVar2 + 0x9120,*param_2,0,local_19)" ( (binary_expression "lVar2 + 0x9120" identifier + number_literal) , (pointer_expression "*param_2" * identifier) , number_literal , identifier )))) ;) (if_statement "if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }" if (parenthesized_expression "((cVar3 == '\0') || (local_19[0] != '\0'))" ( (binary_expression "(cVar3 == '\0') || (local_19[0] != '\0')" (parenthesized_expression "(cVar3 == '\0')" ( (binary_expression "cVar3 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(local_19[0] != '\0')" ( (binary_expression "local_19[0] != '\0'" (subscript_expression "local_19[0]" identifier [ number_literal ]) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }" { (expression_statement "lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);" (assignment_expression "lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10)" identifier = (pointer_expression "*(long *)(PTR_DAT_0067cb08 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0067cb08 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0067cb08 + 0x10)" ( (binary_expression "PTR_DAT_0067cb08 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if (lVar2 == 0) goto LAB_001c7610;" if (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001c7610;" goto statement_identifier ;)) (if_statement "if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;" if (parenthesized_expression "((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))" ( (binary_expression "(*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0')))" (parenthesized_expression "(*(char *)(lVar2 + 0xd21) != '\0')" ( (binary_expression "*(char *)(lVar2 + 0xd21) != '\0'" (pointer_expression "*(char *)(lVar2 + 0xd21)" * (cast_expression "(char *)(lVar2 + 0xd21)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0xd21)" ( (binary_expression "lVar2 + 0xd21" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0')))" ( (parenthesized_expression "((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))" ( (binary_expression "(*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0')" (binary_expression "(*(byte *)(param_2 + 7) & 0xf) != 1" (parenthesized_expression "(*(byte *)(param_2 + 7) & 0xf)" ( (binary_expression "*(byte *)(param_2 + 7) & 0xf" (pointer_expression "*(byte *)(param_2 + 7)" * (cast_expression "(byte *)(param_2 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 7)" ( (binary_expression "param_2 + 7" identifier + number_literal) )))) & number_literal) )) != number_literal) && (parenthesized_expression "(*(char *)(lVar2 + 0xde9) != '\0')" ( (binary_expression "*(char *)(lVar2 + 0xde9) != '\0'" (pointer_expression "*(char *)(lVar2 + 0xde9)" * (cast_expression "(char *)(lVar2 + 0xde9)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0xde9)" ( (binary_expression "lVar2 + 0xde9" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) ))) )) ))) )) (goto_statement "goto LAB_001c7588;" goto statement_identifier ;)) })) (goto_statement "goto LAB_001c74a1;" goto statement_identifier ;) })) }))) (labeled_statement "LAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;" statement_identifier : (expression_statement "uVar4 = *(int *)(lVar1 + 0x48) + 4;" (assignment_expression "uVar4 = *(int *)(lVar1 + 0x48) + 4" identifier = (binary_expression "*(int *)(lVar1 + 0x48) + 4" (pointer_expression "*(int *)(lVar1 + 0x48)" * (cast_expression "(int *)(lVar1 + 0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x48)" ( (binary_expression "lVar1 + 0x48" identifier + number_literal) )))) + number_literal)) ;)) (if_statement "if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }" if (parenthesized_expression "(uVar4 < 0x8000)" ( (binary_expression "uVar4 < 0x8000" identifier < number_literal) )) (compound_statement "{\n uVar4 = uVar4 * 0x20;\n }" { (expression_statement "uVar4 = uVar4 * 0x20;" (assignment_expression "uVar4 = uVar4 * 0x20" identifier = (binary_expression "uVar4 * 0x20" identifier * number_literal)) ;) }) (else_clause "else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }" else (compound_statement "{\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }" { (expression_statement "uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;" (assignment_expression "uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc" identifier = (binary_expression "*(int *)(lVar1 + 0x48) - 0x7ffc" (pointer_expression "*(int *)(lVar1 + 0x48)" * (cast_expression "(int *)(lVar1 + 0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x48)" ( (binary_expression "lVar1 + 0x48" identifier + number_literal) )))) - number_literal)) ;) (expression_statement "uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;" (assignment_expression "uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18" identifier = (binary_expression "(uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18" (binary_expression "(uVar4 / 0xa0) * 0x500 + 0x100000" (binary_expression "(uVar4 / 0xa0) * 0x500" (parenthesized_expression "(uVar4 / 0xa0)" ( (binary_expression "uVar4 / 0xa0" identifier / number_literal) )) * number_literal) + number_literal) + (binary_expression "uVar4 * 0x18" identifier * number_literal))) ;) }))) (expression_statement "uVar5 = (ulong)uVar4;" (assignment_expression "uVar5 = (ulong)uVar4" identifier = (cast_expression "(ulong)uVar4" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (goto_statement "goto LAB_001c74a3;" goto statement_identifier ;) })) }) (else_clause "else if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;" else (if_statement "if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;" if (parenthesized_expression "((*(byte *)((long)param_2 + 0x3a) & 7) != 4)" ( (binary_expression "(*(byte *)((long)param_2 + 0x3a) & 7) != 4" (parenthesized_expression "(*(byte *)((long)param_2 + 0x3a) & 7)" ( (binary_expression "*(byte *)((long)param_2 + 0x3a) & 7" (pointer_expression "*(byte *)((long)param_2 + 0x3a)" * (cast_expression "(byte *)((long)param_2 + 0x3a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x3a)" ( (binary_expression "(long)param_2 + 0x3a" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001c74f4;" goto statement_identifier ;)))) })) (labeled_statement "LAB_001c74a1:\n uVar5 = 0;" statement_identifier : (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" identifier = number_literal) ;)) (labeled_statement "LAB_001c74a3:\n if ((*(byte *)(lVar1 + 0x20) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xc5,"address");\n }" statement_identifier : (if_statement "if ((*(byte *)(lVar1 + 0x20) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "((*(byte *)(lVar1 + 0x20) & 1) == 0)" ( (binary_expression "(*(byte *)(lVar1 + 0x20) & 1) == 0" (parenthesized_expression "(*(byte *)(lVar1 + 0x20) & 1)" ( (binary_expression "*(byte *)(lVar1 + 0x20) & 1" (pointer_expression "*(byte *)(lVar1 + 0x20)" * (cast_expression "(byte *)(lVar1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x20)" ( (binary_expression "lVar1 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xc5,"address");\n }" { comment (expression_statement "FUN_00352af0("../../gold/output.h",0xc5,"address");" (call_expression "FUN_00352af0("../../gold/output.h",0xc5,"address")" identifier (argument_list "("../../gold/output.h",0xc5,"address")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""address"" " string_content ") ))) ;) }))) (if_statement "if (*(uint *)((long)param_2 + 0x24) == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/symtab.h",0x1ce,"plt_offset");\n }" if (parenthesized_expression "(*(uint *)((long)param_2 + 0x24) == 0xffffffff)" ( (binary_expression "*(uint *)((long)param_2 + 0x24) == 0xffffffff" (pointer_expression "*(uint *)((long)param_2 + 0x24)" * (cast_expression "(uint *)((long)param_2 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x24)" ( (binary_expression "(long)param_2 + 0x24" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/symtab.h",0x1ce,"plt_offset");\n }" { comment (expression_statement "FUN_00352af0("../../gold/symtab.h",0x1ce,"plt_offset");" (call_expression "FUN_00352af0("../../gold/symtab.h",0x1ce,"plt_offset")" identifier (argument_list "("../../gold/symtab.h",0x1ce,"plt_offset")" ( (string_literal ""../../gold/symtab.h"" " string_content ") , number_literal , (string_literal ""plt_offset"" " string_content ") ))) ;) })) (return_statement "return (ulong)*(uint *)((long)param_2 + 0x24) + *(long *)(lVar1 + 8) + uVar5;" return (binary_expression "(ulong)*(uint *)((long)param_2 + 0x24) + *(long *)(lVar1 + 8) + uVar5" (binary_expression "(ulong)*(uint *)((long)param_2 + 0x24) + *(long *)(lVar1 + 8)" (binary_expression "(ulong)*(uint *)((long)param_2 + 0x24)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)((long)param_2 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x24)" ( (binary_expression "(long)param_2 + 0x24" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + (pointer_expression "*(long *)(lVar1 + 8)" * (cast_expression "(long *)(lVar1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 8)" ( (binary_expression "lVar1 + 8" identifier + number_literal) ))))) + identifier) ;) })))
|
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF original prototype: uint64_t do_plt_address_for_global(Target_sparc<64,_true> * this,\n Symbol * gsym) */\n\nuint64_t __thiscall\nanon_unknown.dwarf_4cd88d::Target_sparc<64,_true>::do_plt_address_for_global\n (Target_sparc<64,_true> *this,Symbol *gsym)\n\n{\n uint64_t uVar1;\n General_options *pGVar2;\n bool bVar3;\n uint uVar4;\n section_offset_type offset;\n bool is_global;\n ulong uVar5;\n \n uVar1 = (this->sparc_info).abi_pagesize;\n if (uVar1 == 0) {\n /* WARNING: Subroutine does not return */\n plt_section(this);\n }\n if ((gsym->field_0x38 & 0xf) == 10) {\n if ((gsym->field_0x3a & 7) == 0) {\n if ((((ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x100000000) == 0) &&\n (((gsym->u2_).shndx != 0 || ((gsym->field_0x3b & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0)) {\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((pGVar2->shared_).value != false) {\n bVar3 = gold::Version_script_info::get_symbol_version\n (&(pGVar2->dynamic_list_).version_script_info_,gsym->name_,\n (string *)0x0,&is_global);\n if ((!bVar3) || (is_global != false)) {\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) goto LAB_001c7610;\n if (((pGVar2->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar2->Bsymbolic_functions_).value != false))\n )) goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(uVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(uVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }\n else if ((gsym->field_0x3a & 7) != 4) goto LAB_001c74f4;\n }\nLAB_001c74a1:\n uVar5 = 0;\nLAB_001c74a3:\n if ((*(byte *)(uVar1 + 0x20) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if (gsym->plt_offset_ == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/symtab.h",0x1ce,"plt_offset");\n }\n return (ulong)gsym->plt_offset_ + *(long *)(uVar1 + 8) + uVar5;\n}\n\n" comment comment comment (declaration "uint64_t __thiscall\nanon_unknown.dwarf_4cd88d::Target_sparc<64,_true>::do_plt_address_for_global\n (Target_sparc<64,_true> *this,Symbol *gsym)\n\n{\n uint64_t uVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) identifier (ERROR ".dwarf_4cd88d::Target_sparc<64" . identifier : : identifier < number_literal) , (ERROR "_true>::do_plt_address_for_global\n (Target_sparc<64,_true> *this,Symbol *gsym)\n\n{\n uint64_t" identifier > : : (function_declarator "do_plt_address_for_global\n (Target_sparc<64,_true> *this,Symbol *gsym)" identifier (parameter_list "(Target_sparc<64,_true> *this,Symbol *gsym)" ( (parameter_declaration "Target_sparc" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol *gsym" type_identifier (pointer_declarator "*gsym" * identifier)) ))) { primitive_type) identifier ;) (declaration "General_options *pGVar2;" type_identifier (pointer_declarator "*pGVar2" * identifier) ;) (declaration "bool bVar3;" primitive_type identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "section_offset_type offset;" type_identifier identifier ;) (declaration "bool is_global;" primitive_type identifier ;) (declaration "ulong uVar5;" type_identifier identifier ;) (expression_statement "uVar1 = (this->sparc_info).abi_pagesize;" (assignment_expression "uVar1 = (this->sparc_info).abi_pagesize" identifier = (field_expression "(this->sparc_info).abi_pagesize" (parenthesized_expression "(this->sparc_info)" ( (field_expression "this->sparc_info" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if (uVar1 == 0) {\n /* WARNING: Subroutine does not return */\n plt_section(this);\n }" if (parenthesized_expression "(uVar1 == 0)" ( (binary_expression "uVar1 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n plt_section(this);\n }" { comment (expression_statement "plt_section(this);" (call_expression "plt_section(this)" identifier (argument_list "(this)" ( identifier ))) ;) })) (if_statement "if ((gsym->field_0x38 & 0xf) == 10) {\n if ((gsym->field_0x3a & 7) == 0) {\n if ((((ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x100000000) == 0) &&\n (((gsym->u2_).shndx != 0 || ((gsym->field_0x3b & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0)) {\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((pGVar2->shared_).value != false) {\n bVar3 = gold::Version_script_info::get_symbol_version\n (&(pGVar2->dynamic_list_).version_script_info_,gsym->name_,\n (string *)0x0,&is_global);\n if ((!bVar3) || (is_global != false)) {\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) goto LAB_001c7610;\n if (((pGVar2->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar2->Bsymbolic_functions_).value != false))\n )) goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(uVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(uVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }\n else if ((gsym->field_0x3a & 7) != 4) goto LAB_001c74f4;\n }" if (parenthesized_expression "((gsym->field_0x38 & 0xf) == 10)" ( (binary_expression "(gsym->field_0x38 & 0xf) == 10" (parenthesized_expression "(gsym->field_0x38 & 0xf)" ( (binary_expression "gsym->field_0x38 & 0xf" (field_expression "gsym->field_0x38" identifier -> field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n if ((gsym->field_0x3a & 7) == 0) {\n if ((((ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x100000000) == 0) &&\n (((gsym->u2_).shndx != 0 || ((gsym->field_0x3b & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0)) {\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((pGVar2->shared_).value != false) {\n bVar3 = gold::Version_script_info::get_symbol_version\n (&(pGVar2->dynamic_list_).version_script_info_,gsym->name_,\n (string *)0x0,&is_global);\n if ((!bVar3) || (is_global != false)) {\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) goto LAB_001c7610;\n if (((pGVar2->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar2->Bsymbolic_functions_).value != false))\n )) goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(uVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(uVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }\n else if ((gsym->field_0x3a & 7) != 4) goto LAB_001c74f4;\n }" { (if_statement "if ((gsym->field_0x3a & 7) == 0) {\n if ((((ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x100000000) == 0) &&\n (((gsym->u2_).shndx != 0 || ((gsym->field_0x3b & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0)) {\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((pGVar2->shared_).value != false) {\n bVar3 = gold::Version_script_info::get_symbol_version\n (&(pGVar2->dynamic_list_).version_script_info_,gsym->name_,\n (string *)0x0,&is_global);\n if ((!bVar3) || (is_global != false)) {\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) goto LAB_001c7610;\n if (((pGVar2->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar2->Bsymbolic_functions_).value != false))\n )) goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(uVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(uVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }\n else if ((gsym->field_0x3a & 7) != 4) goto LAB_001c74f4;" if (parenthesized_expression "((gsym->field_0x3a & 7) == 0)" ( (binary_expression "(gsym->field_0x3a & 7) == 0" (parenthesized_expression "(gsym->field_0x3a & 7)" ( (binary_expression "gsym->field_0x3a & 7" (field_expression "gsym->field_0x3a" identifier -> field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n if ((((ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x100000000) == 0) &&\n (((gsym->u2_).shndx != 0 || ((gsym->field_0x3b & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0)) {\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((pGVar2->shared_).value != false) {\n bVar3 = gold::Version_script_info::get_symbol_version\n (&(pGVar2->dynamic_list_).version_script_info_,gsym->name_,\n (string *)0x0,&is_global);\n if ((!bVar3) || (is_global != false)) {\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) goto LAB_001c7610;\n if (((pGVar2->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar2->Bsymbolic_functions_).value != false))\n )) goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(uVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(uVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }" { (if_statement "if ((((ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x100000000) == 0) &&\n (((gsym->u2_).shndx != 0 || ((gsym->field_0x3b & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0)) {\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((pGVar2->shared_).value != false) {\n bVar3 = gold::Version_script_info::get_symbol_version\n (&(pGVar2->dynamic_list_).version_script_info_,gsym->name_,\n (string *)0x0,&is_global);\n if ((!bVar3) || (is_global != false)) {\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) goto LAB_001c7610;\n if (((pGVar2->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar2->Bsymbolic_functions_).value != false))\n )) goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(uVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(uVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }" if (parenthesized_expression "((((ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x100000000) == 0) &&\n (((gsym->u2_).shndx != 0 || ((gsym->field_0x3b & 0x20) == 0))))" ( (binary_expression "(((ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x100000000) == 0) &&\n (((gsym->u2_).shndx != 0 || ((gsym->field_0x3b & 0x20) == 0)))" (parenthesized_expression "(((ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x100000000) == 0)" ( (binary_expression "((ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x100000000) == 0" (parenthesized_expression "((ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x100000000)" ( (binary_expression "(ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x100000000" (field_expression "(ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish" (field_expression "(ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl" (binary_expression "(ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_" (binary_expression "(ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold" (binary_expression "(ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std" (binary_expression "(ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold" (field_expression "(ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base" (subscript_expression "(ulong)((gsym->u1_).output_segment)->output_lists_[2]" (field_expression "(ulong)((gsym->u1_).output_segment)->output_lists_" (call_expression "(ulong)((gsym->u1_).output_segment)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((gsym->u1_).output_segment)" ( (field_expression "(gsym->u1_).output_segment" (parenthesized_expression "(gsym->u1_)" ( (field_expression "gsym->u1_" identifier -> field_identifier) )) . field_identifier) ))) -> field_identifier) [ number_literal ]) . field_identifier) < identifier) (ERROR "::Output_data" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_data" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) & number_literal) )) == number_literal) )) && (parenthesized_expression "(((gsym->u2_).shndx != 0 || ((gsym->field_0x3b & 0x20) == 0)))" ( (parenthesized_expression "((gsym->u2_).shndx != 0 || ((gsym->field_0x3b & 0x20) == 0))" ( (binary_expression "(gsym->u2_).shndx != 0 || ((gsym->field_0x3b & 0x20) == 0)" (binary_expression "(gsym->u2_).shndx != 0" (field_expression "(gsym->u2_).shndx" (parenthesized_expression "(gsym->u2_)" ( (field_expression "gsym->u2_" identifier -> field_identifier) )) . field_identifier) != number_literal) || (parenthesized_expression "((gsym->field_0x3b & 0x20) == 0)" ( (binary_expression "(gsym->field_0x3b & 0x20) == 0" (parenthesized_expression "(gsym->field_0x3b & 0x20)" ( (binary_expression "gsym->field_0x3b & 0x20" (field_expression "gsym->field_0x3b" identifier -> field_identifier) & number_literal) )) == number_literal) ))) )) ))) )) (compound_statement "{\nLAB_001c74f4:\n if (((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0)) {\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((pGVar2->shared_).value != false) {\n bVar3 = gold::Version_script_info::get_symbol_version\n (&(pGVar2->dynamic_list_).version_script_info_,gsym->name_,\n (string *)0x0,&is_global);\n if ((!bVar3) || (is_global != false)) {\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) goto LAB_001c7610;\n if (((pGVar2->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar2->Bsymbolic_functions_).value != false))\n )) goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(uVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(uVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }" { (labeled_statement "LAB_001c74f4:\n if (((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0)) {\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((pGVar2->shared_).value != false) {\n bVar3 = gold::Version_script_info::get_symbol_version\n (&(pGVar2->dynamic_list_).version_script_info_,gsym->name_,\n (string *)0x0,&is_global);\n if ((!bVar3) || (is_global != false)) {\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) goto LAB_001c7610;\n if (((pGVar2->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar2->Bsymbolic_functions_).value != false))\n )) goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }" statement_identifier : (if_statement "if (((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0)) {\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((pGVar2->shared_).value != false) {\n bVar3 = gold::Version_script_info::get_symbol_version\n (&(pGVar2->dynamic_list_).version_script_info_,gsym->name_,\n (string *)0x0,&is_global);\n if ((!bVar3) || (is_global != false)) {\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) goto LAB_001c7610;\n if (((pGVar2->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar2->Bsymbolic_functions_).value != false))\n )) goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }" if (parenthesized_expression "(((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0))" ( (binary_expression "((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0)" (parenthesized_expression "((gsym->field_0x39 & 3) == 0)" ( (binary_expression "(gsym->field_0x39 & 3) == 0" (parenthesized_expression "(gsym->field_0x39 & 3)" ( (binary_expression "gsym->field_0x39 & 3" (field_expression "gsym->field_0x39" identifier -> field_identifier) & number_literal) )) == number_literal) )) && (parenthesized_expression "((gsym->field_0x3b & 0x10) == 0)" ( (binary_expression "(gsym->field_0x3b & 0x10) == 0" (parenthesized_expression "(gsym->field_0x3b & 0x10)" ( (binary_expression "gsym->field_0x3b & 0x10" (field_expression "gsym->field_0x3b" identifier -> field_identifier) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((pGVar2->shared_).value != false) {\n bVar3 = gold::Version_script_info::get_symbol_version\n (&(pGVar2->dynamic_list_).version_script_info_,gsym->name_,\n (string *)0x0,&is_global);\n if ((!bVar3) || (is_global != false)) {\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) goto LAB_001c7610;\n if (((pGVar2->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar2->Bsymbolic_functions_).value != false))\n )) goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }" { (expression_statement "pGVar2 = gold::parameters->options_;" (field_expression "pGVar2 = gold::parameters->options_" (assignment_expression "pGVar2 = gold" identifier = identifier) (ERROR "::parameters" : : identifier) -> field_identifier) ;) (if_statement "if (pGVar2 == (General_options *)0x0) {\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(pGVar2 == (General_options *)0x0)" ( (binary_expression "pGVar2 == (General_options *)0x0" identifier == (cast_expression "(General_options *)0x0" ( (type_descriptor "General_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_001c7610:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" { (labeled_statement "LAB_001c7610:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" statement_identifier : comment (labeled_statement "gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;))) })) (if_statement "if ((pGVar2->shared_).value != false) {\n bVar3 = gold::Version_script_info::get_symbol_version\n (&(pGVar2->dynamic_list_).version_script_info_,gsym->name_,\n (string *)0x0,&is_global);\n if ((!bVar3) || (is_global != false)) {\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) goto LAB_001c7610;\n if (((pGVar2->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar2->Bsymbolic_functions_).value != false))\n )) goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }" if (parenthesized_expression "((pGVar2->shared_).value != false)" ( (binary_expression "(pGVar2->shared_).value != false" (field_expression "(pGVar2->shared_).value" (parenthesized_expression "(pGVar2->shared_)" ( (field_expression "pGVar2->shared_" identifier -> field_identifier) )) . field_identifier) != false) )) (compound_statement "{\n bVar3 = gold::Version_script_info::get_symbol_version\n (&(pGVar2->dynamic_list_).version_script_info_,gsym->name_,\n (string *)0x0,&is_global);\n if ((!bVar3) || (is_global != false)) {\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) goto LAB_001c7610;\n if (((pGVar2->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar2->Bsymbolic_functions_).value != false))\n )) goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }" { (ERROR "bVar3 = gold::" (assignment_expression "bVar3 = gold" identifier = identifier) : :) (labeled_statement "Version_script_info::get_symbol_version\n (&(pGVar2->dynamic_list_).version_script_info_,gsym->name_,\n (string *)0x0,&is_global);" statement_identifier : (ERROR ":" :) (expression_statement "get_symbol_version\n (&(pGVar2->dynamic_list_).version_script_info_,gsym->name_,\n (string *)0x0,&is_global);" (call_expression "get_symbol_version\n (&(pGVar2->dynamic_list_).version_script_info_,gsym->name_,\n (string *)0x0,&is_global)" identifier (argument_list "(&(pGVar2->dynamic_list_).version_script_info_,gsym->name_,\n (string *)0x0,&is_global)" ( (pointer_expression "&(pGVar2->dynamic_list_).version_script_info_" & (field_expression "(pGVar2->dynamic_list_).version_script_info_" (parenthesized_expression "(pGVar2->dynamic_list_)" ( (field_expression "pGVar2->dynamic_list_" identifier -> field_identifier) )) . field_identifier)) , (field_expression "gsym->name_" identifier -> field_identifier) , (cast_expression "(string *)0x0" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (pointer_expression "&is_global" & identifier) ))) ;)) (if_statement "if ((!bVar3) || (is_global != false)) {\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) goto LAB_001c7610;\n if (((pGVar2->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar2->Bsymbolic_functions_).value != false))\n )) goto LAB_001c7588;\n }" if (parenthesized_expression "((!bVar3) || (is_global != false))" ( (binary_expression "(!bVar3) || (is_global != false)" (parenthesized_expression "(!bVar3)" ( (unary_expression "!bVar3" ! identifier) )) || (parenthesized_expression "(is_global != false)" ( (binary_expression "is_global != false" identifier != false) ))) )) (compound_statement "{\n pGVar2 = gold::parameters->options_;\n if (pGVar2 == (General_options *)0x0) goto LAB_001c7610;\n if (((pGVar2->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar2->Bsymbolic_functions_).value != false))\n )) goto LAB_001c7588;\n }" { (expression_statement "pGVar2 = gold::parameters->options_;" (field_expression "pGVar2 = gold::parameters->options_" (assignment_expression "pGVar2 = gold" identifier = identifier) (ERROR "::parameters" : : identifier) -> field_identifier) ;) (if_statement "if (pGVar2 == (General_options *)0x0) goto LAB_001c7610;" if (parenthesized_expression "(pGVar2 == (General_options *)0x0)" ( (binary_expression "pGVar2 == (General_options *)0x0" identifier == (cast_expression "(General_options *)0x0" ( (type_descriptor "General_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001c7610;" goto statement_identifier ;)) (if_statement "if (((pGVar2->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar2->Bsymbolic_functions_).value != false))\n )) goto LAB_001c7588;" if (parenthesized_expression "(((pGVar2->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar2->Bsymbolic_functions_).value != false))\n ))" ( (binary_expression "((pGVar2->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar2->Bsymbolic_functions_).value != false))\n )" (parenthesized_expression "((pGVar2->Bsymbolic_).value != false)" ( (binary_expression "(pGVar2->Bsymbolic_).value != false" (field_expression "(pGVar2->Bsymbolic_).value" (parenthesized_expression "(pGVar2->Bsymbolic_)" ( (field_expression "pGVar2->Bsymbolic_" identifier -> field_identifier) )) . field_identifier) != false) )) || (parenthesized_expression "(((gsym->field_0x38 & 0xf) != 1 && ((pGVar2->Bsymbolic_functions_).value != false))\n )" ( (parenthesized_expression "((gsym->field_0x38 & 0xf) != 1 && ((pGVar2->Bsymbolic_functions_).value != false))" ( (binary_expression "(gsym->field_0x38 & 0xf) != 1 && ((pGVar2->Bsymbolic_functions_).value != false)" (binary_expression "(gsym->field_0x38 & 0xf) != 1" (parenthesized_expression "(gsym->field_0x38 & 0xf)" ( (binary_expression "gsym->field_0x38 & 0xf" (field_expression "gsym->field_0x38" identifier -> field_identifier) & number_literal) )) != number_literal) && (parenthesized_expression "((pGVar2->Bsymbolic_functions_).value != false)" ( (binary_expression "(pGVar2->Bsymbolic_functions_).value != false" (field_expression "(pGVar2->Bsymbolic_functions_).value" (parenthesized_expression "(pGVar2->Bsymbolic_functions_)" ( (field_expression "pGVar2->Bsymbolic_functions_" identifier -> field_identifier) )) . field_identifier) != false) ))) )) ))) )) (goto_statement "goto LAB_001c7588;" goto statement_identifier ;)) })) (goto_statement "goto LAB_001c74a1;" goto statement_identifier ;) })) }))) (labeled_statement "LAB_001c7588:\n uVar4 = *(int *)(uVar1 + 0x48) + 4;" statement_identifier : (expression_statement "uVar4 = *(int *)(uVar1 + 0x48) + 4;" (assignment_expression "uVar4 = *(int *)(uVar1 + 0x48) + 4" identifier = (binary_expression "*(int *)(uVar1 + 0x48) + 4" (pointer_expression "*(int *)(uVar1 + 0x48)" * (cast_expression "(int *)(uVar1 + 0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar1 + 0x48)" ( (binary_expression "uVar1 + 0x48" identifier + number_literal) )))) + number_literal)) ;)) (if_statement "if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(uVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }" if (parenthesized_expression "(uVar4 < 0x8000)" ( (binary_expression "uVar4 < 0x8000" identifier < number_literal) )) (compound_statement "{\n uVar4 = uVar4 * 0x20;\n }" { (expression_statement "uVar4 = uVar4 * 0x20;" (assignment_expression "uVar4 = uVar4 * 0x20" identifier = (binary_expression "uVar4 * 0x20" identifier * number_literal)) ;) }) (else_clause "else {\n uVar4 = *(int *)(uVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }" else (compound_statement "{\n uVar4 = *(int *)(uVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }" { (expression_statement "uVar4 = *(int *)(uVar1 + 0x48) - 0x7ffc;" (assignment_expression "uVar4 = *(int *)(uVar1 + 0x48) - 0x7ffc" identifier = (binary_expression "*(int *)(uVar1 + 0x48) - 0x7ffc" (pointer_expression "*(int *)(uVar1 + 0x48)" * (cast_expression "(int *)(uVar1 + 0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar1 + 0x48)" ( (binary_expression "uVar1 + 0x48" identifier + number_literal) )))) - number_literal)) ;) (expression_statement "uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;" (assignment_expression "uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18" identifier = (binary_expression "(uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18" (binary_expression "(uVar4 / 0xa0) * 0x500 + 0x100000" (binary_expression "(uVar4 / 0xa0) * 0x500" (parenthesized_expression "(uVar4 / 0xa0)" ( (binary_expression "uVar4 / 0xa0" identifier / number_literal) )) * number_literal) + number_literal) + (binary_expression "uVar4 * 0x18" identifier * number_literal))) ;) }))) (expression_statement "uVar5 = (ulong)uVar4;" (assignment_expression "uVar5 = (ulong)uVar4" identifier = (cast_expression "(ulong)uVar4" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (goto_statement "goto LAB_001c74a3;" goto statement_identifier ;) })) }) (else_clause "else if ((gsym->field_0x3a & 7) != 4) goto LAB_001c74f4;" else (if_statement "if ((gsym->field_0x3a & 7) != 4) goto LAB_001c74f4;" if (parenthesized_expression "((gsym->field_0x3a & 7) != 4)" ( (binary_expression "(gsym->field_0x3a & 7) != 4" (parenthesized_expression "(gsym->field_0x3a & 7)" ( (binary_expression "gsym->field_0x3a & 7" (field_expression "gsym->field_0x3a" identifier -> field_identifier) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001c74f4;" goto statement_identifier ;)))) })) (labeled_statement "LAB_001c74a1:\n uVar5 = 0;" statement_identifier : (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" identifier = number_literal) ;)) (labeled_statement "LAB_001c74a3:\n if ((*(byte *)(uVar1 + 0x20) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }" statement_identifier : (if_statement "if ((*(byte *)(uVar1 + 0x20) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "((*(byte *)(uVar1 + 0x20) & 1) == 0)" ( (binary_expression "(*(byte *)(uVar1 + 0x20) & 1) == 0" (parenthesized_expression "(*(byte *)(uVar1 + 0x20) & 1)" ( (binary_expression "*(byte *)(uVar1 + 0x20) & 1" (pointer_expression "*(byte *)(uVar1 + 0x20)" * (cast_expression "(byte *)(uVar1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar1 + 0x20)" ( (binary_expression "uVar1 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }" { comment (labeled_statement "gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/output.h",0xc5,"address");" (call_expression "do_gold_unreachable("../../gold/output.h",0xc5,"address")" identifier (argument_list "("../../gold/output.h",0xc5,"address")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""address"" " string_content ") ))) ;)) }))) (if_statement "if (gsym->plt_offset_ == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/symtab.h",0x1ce,"plt_offset");\n }" if (parenthesized_expression "(gsym->plt_offset_ == 0xffffffff)" ( (binary_expression "gsym->plt_offset_ == 0xffffffff" (field_expression "gsym->plt_offset_" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/symtab.h",0x1ce,"plt_offset");\n }" { comment (labeled_statement "gold::do_gold_unreachable("../../gold/symtab.h",0x1ce,"plt_offset");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/symtab.h",0x1ce,"plt_offset");" (call_expression "do_gold_unreachable("../../gold/symtab.h",0x1ce,"plt_offset")" identifier (argument_list "("../../gold/symtab.h",0x1ce,"plt_offset")" ( (string_literal ""../../gold/symtab.h"" " string_content ") , number_literal , (string_literal ""plt_offset"" " string_content ") ))) ;)) })) (return_statement "return (ulong)gsym->plt_offset_ + *(long *)(uVar1 + 8) + uVar5;" return (binary_expression "(ulong)gsym->plt_offset_ + *(long *)(uVar1 + 8) + uVar5" (binary_expression "(ulong)gsym->plt_offset_ + *(long *)(uVar1 + 8)" (cast_expression "(ulong)gsym->plt_offset_" ( (type_descriptor "ulong" type_identifier) ) (field_expression "gsym->plt_offset_" identifier -> field_identifier)) + (pointer_expression "*(long *)(uVar1 + 8)" * (cast_expression "(long *)(uVar1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar1 + 8)" ( (binary_expression "uVar1 + 8" identifier + number_literal) ))))) + identifier) ;) (ERROR "}" }))
|
(translation_unit "long FUN_001c7480(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n long lVar2;\n char cVar3;\n uint uVar4;\n char local_19 [9];\n ulong uVar5;\n \n lVar1 = *(long *)(param_1 + 0x28);\n if (lVar1 == 0) {\n FUN_001c5910();\n goto LAB_001c7610;\n }\n if ((*(byte *)(param_2 + 7) & 0xf) == 10) {\n if ((*(byte *)((long)param_2 + 0x3a) & 7) == 0) {\n if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }\n else if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;\n }\nLAB_001c74a1:\n uVar5 = 0;\nLAB_001c74a3:\n if ((*(byte *)(lVar1 + 0x20) & 1) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xc5,"address");\n }\n if (*(uint *)((long)param_2 + 0x24) == 0xffffffff) {\n \n FUN_00352af0("../../gold/symtab.h",0x1ce,"plt_offset");\n }\n return (ulong)*(uint *)((long)param_2 + 0x24) + *(long *)(lVar1 + 8) + uVar5;\n}\n\n" (function_definition "long FUN_001c7480(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n long lVar2;\n char cVar3;\n uint uVar4;\n char local_19 [9];\n ulong uVar5;\n \n lVar1 = *(long *)(param_1 + 0x28);\n if (lVar1 == 0) {\n FUN_001c5910();\n goto LAB_001c7610;\n }\n if ((*(byte *)(param_2 + 7) & 0xf) == 10) {\n if ((*(byte *)((long)param_2 + 0x3a) & 7) == 0) {\n if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }\n else if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;\n }\nLAB_001c74a1:\n uVar5 = 0;\nLAB_001c74a3:\n if ((*(byte *)(lVar1 + 0x20) & 1) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xc5,"address");\n }\n if (*(uint *)((long)param_2 + 0x24) == 0xffffffff) {\n \n FUN_00352af0("../../gold/symtab.h",0x1ce,"plt_offset");\n }\n return (ulong)*(uint *)((long)param_2 + 0x24) + *(long *)(lVar1 + 8) + uVar5;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_001c7480(long param_1,undefined8 *param_2)" identifier (parameter_list "(long param_1,undefined8 *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n char cVar3;\n uint uVar4;\n char local_19 [9];\n ulong uVar5;\n \n lVar1 = *(long *)(param_1 + 0x28);\n if (lVar1 == 0) {\n FUN_001c5910();\n goto LAB_001c7610;\n }\n if ((*(byte *)(param_2 + 7) & 0xf) == 10) {\n if ((*(byte *)((long)param_2 + 0x3a) & 7) == 0) {\n if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }\n else if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;\n }\nLAB_001c74a1:\n uVar5 = 0;\nLAB_001c74a3:\n if ((*(byte *)(lVar1 + 0x20) & 1) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xc5,"address");\n }\n if (*(uint *)((long)param_2 + 0x24) == 0xffffffff) {\n \n FUN_00352af0("../../gold/symtab.h",0x1ce,"plt_offset");\n }\n return (ulong)*(uint *)((long)param_2 + 0x24) + *(long *)(lVar1 + 8) + uVar5;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "char local_19 [9];" primitive_type (array_declarator "local_19 [9]" identifier [ number_literal ]) ;) (declaration "ulong uVar5;" type_identifier identifier ;) (expression_statement "lVar1 = *(long *)(param_1 + 0x28);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x28)" identifier = (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) ))))) ;) (if_statement "if (lVar1 == 0) {\n FUN_001c5910();\n goto LAB_001c7610;\n }" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_001c5910();\n goto LAB_001c7610;\n }" { (expression_statement "FUN_001c5910();" (call_expression "FUN_001c5910()" identifier (argument_list "()" ( ))) ;) (goto_statement "goto LAB_001c7610;" goto statement_identifier ;) })) (if_statement "if ((*(byte *)(param_2 + 7) & 0xf) == 10) {\n if ((*(byte *)((long)param_2 + 0x3a) & 7) == 0) {\n if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }\n else if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;\n }" if (parenthesized_expression "((*(byte *)(param_2 + 7) & 0xf) == 10)" ( (binary_expression "(*(byte *)(param_2 + 7) & 0xf) == 10" (parenthesized_expression "(*(byte *)(param_2 + 7) & 0xf)" ( (binary_expression "*(byte *)(param_2 + 7) & 0xf" (pointer_expression "*(byte *)(param_2 + 7)" * (cast_expression "(byte *)(param_2 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 7)" ( (binary_expression "param_2 + 7" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n if ((*(byte *)((long)param_2 + 0x3a) & 7) == 0) {\n if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }\n else if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;\n }" { (if_statement "if ((*(byte *)((long)param_2 + 0x3a) & 7) == 0) {\n if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }\n else if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;" if (parenthesized_expression "((*(byte *)((long)param_2 + 0x3a) & 7) == 0)" ( (binary_expression "(*(byte *)((long)param_2 + 0x3a) & 7) == 0" (parenthesized_expression "(*(byte *)((long)param_2 + 0x3a) & 7)" ( (binary_expression "*(byte *)((long)param_2 + 0x3a) & 7" (pointer_expression "*(byte *)((long)param_2 + 0x3a)" * (cast_expression "(byte *)((long)param_2 + 0x3a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x3a)" ( (binary_expression "(long)param_2 + 0x3a" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }" { (if_statement "if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }" if (parenthesized_expression "(((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0))))" ( (binary_expression "((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))" (parenthesized_expression "((*(byte *)(param_2[2] + 0x3c) & 1) == 0)" ( (binary_expression "(*(byte *)(param_2[2] + 0x3c) & 1) == 0" (parenthesized_expression "(*(byte *)(param_2[2] + 0x3c) & 1)" ( (binary_expression "*(byte *)(param_2[2] + 0x3c) & 1" (pointer_expression "*(byte *)(param_2[2] + 0x3c)" * (cast_expression "(byte *)(param_2[2] + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2[2] + 0x3c)" ( (binary_expression "param_2[2] + 0x3c" (subscript_expression "param_2[2]" identifier [ number_literal ]) + number_literal) )))) & number_literal) )) == number_literal) )) && (parenthesized_expression "((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))" ( (parenthesized_expression "(*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0))" ( (binary_expression "*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)" (binary_expression "*(int *)(param_2 + 3) != 0" (pointer_expression "*(int *)(param_2 + 3)" * (cast_expression "(int *)(param_2 + 3)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 3)" ( (binary_expression "param_2 + 3" identifier + number_literal) )))) != number_literal) || (parenthesized_expression "((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)" ( (binary_expression "(*(byte *)((long)param_2 + 0x3b) & 0x20) == 0" (parenthesized_expression "(*(byte *)((long)param_2 + 0x3b) & 0x20)" ( (binary_expression "*(byte *)((long)param_2 + 0x3b) & 0x20" (pointer_expression "*(byte *)((long)param_2 + 0x3b)" * (cast_expression "(byte *)((long)param_2 + 0x3b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x3b)" ( (binary_expression "(long)param_2 + 0x3b" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) == number_literal) ))) )) ))) )) (compound_statement "{\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }" { (labeled_statement "LAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }" statement_identifier : (if_statement "if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }" if (parenthesized_expression "(((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0))" ( (binary_expression "((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)" (parenthesized_expression "((*(byte *)((long)param_2 + 0x39) & 3) == 0)" ( (binary_expression "(*(byte *)((long)param_2 + 0x39) & 3) == 0" (parenthesized_expression "(*(byte *)((long)param_2 + 0x39) & 3)" ( (binary_expression "*(byte *)((long)param_2 + 0x39) & 3" (pointer_expression "*(byte *)((long)param_2 + 0x39)" * (cast_expression "(byte *)((long)param_2 + 0x39)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x39)" ( (binary_expression "(long)param_2 + 0x39" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) == number_literal) )) && (parenthesized_expression "((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)" ( (binary_expression "(*(byte *)((long)param_2 + 0x3b) & 0x10) == 0" (parenthesized_expression "(*(byte *)((long)param_2 + 0x3b) & 0x10)" ( (binary_expression "*(byte *)((long)param_2 + 0x3b) & 0x10" (pointer_expression "*(byte *)((long)param_2 + 0x3b)" * (cast_expression "(byte *)((long)param_2 + 0x3b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x3b)" ( (binary_expression "(long)param_2 + 0x3b" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }" { (expression_statement "lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);" (assignment_expression "lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10)" identifier = (pointer_expression "*(long *)(PTR_DAT_0067cb08 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0067cb08 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0067cb08 + 0x10)" ( (binary_expression "PTR_DAT_0067cb08 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }" { (labeled_statement "LAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");" statement_identifier : (expression_statement "FUN_00352af0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_00352af0("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;)) })) (if_statement "if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }" if (parenthesized_expression "(*(char *)(lVar2 + 0x2a61) != '\0')" ( (binary_expression "*(char *)(lVar2 + 0x2a61) != '\0'" (pointer_expression "*(char *)(lVar2 + 0x2a61)" * (cast_expression "(char *)(lVar2 + 0x2a61)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x2a61)" ( (binary_expression "lVar2 + 0x2a61" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }" { (expression_statement "cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);" (assignment_expression "cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19)" identifier = (call_expression "FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19)" identifier (argument_list "(lVar2 + 0x9120,*param_2,0,local_19)" ( (binary_expression "lVar2 + 0x9120" identifier + number_literal) , (pointer_expression "*param_2" * identifier) , number_literal , identifier )))) ;) (if_statement "if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }" if (parenthesized_expression "((cVar3 == '\0') || (local_19[0] != '\0'))" ( (binary_expression "(cVar3 == '\0') || (local_19[0] != '\0')" (parenthesized_expression "(cVar3 == '\0')" ( (binary_expression "cVar3 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(local_19[0] != '\0')" ( (binary_expression "local_19[0] != '\0'" (subscript_expression "local_19[0]" identifier [ number_literal ]) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }" { (expression_statement "lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);" (assignment_expression "lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10)" identifier = (pointer_expression "*(long *)(PTR_DAT_0067cb08 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0067cb08 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0067cb08 + 0x10)" ( (binary_expression "PTR_DAT_0067cb08 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if (lVar2 == 0) goto LAB_001c7610;" if (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001c7610;" goto statement_identifier ;)) (if_statement "if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;" if (parenthesized_expression "((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))" ( (binary_expression "(*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0')))" (parenthesized_expression "(*(char *)(lVar2 + 0xd21) != '\0')" ( (binary_expression "*(char *)(lVar2 + 0xd21) != '\0'" (pointer_expression "*(char *)(lVar2 + 0xd21)" * (cast_expression "(char *)(lVar2 + 0xd21)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0xd21)" ( (binary_expression "lVar2 + 0xd21" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0')))" ( (parenthesized_expression "((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))" ( (binary_expression "(*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0')" (binary_expression "(*(byte *)(param_2 + 7) & 0xf) != 1" (parenthesized_expression "(*(byte *)(param_2 + 7) & 0xf)" ( (binary_expression "*(byte *)(param_2 + 7) & 0xf" (pointer_expression "*(byte *)(param_2 + 7)" * (cast_expression "(byte *)(param_2 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 7)" ( (binary_expression "param_2 + 7" identifier + number_literal) )))) & number_literal) )) != number_literal) && (parenthesized_expression "(*(char *)(lVar2 + 0xde9) != '\0')" ( (binary_expression "*(char *)(lVar2 + 0xde9) != '\0'" (pointer_expression "*(char *)(lVar2 + 0xde9)" * (cast_expression "(char *)(lVar2 + 0xde9)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0xde9)" ( (binary_expression "lVar2 + 0xde9" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) ))) )) ))) )) (goto_statement "goto LAB_001c7588;" goto statement_identifier ;)) })) (goto_statement "goto LAB_001c74a1;" goto statement_identifier ;) })) }))) (labeled_statement "LAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;" statement_identifier : (expression_statement "uVar4 = *(int *)(lVar1 + 0x48) + 4;" (assignment_expression "uVar4 = *(int *)(lVar1 + 0x48) + 4" identifier = (binary_expression "*(int *)(lVar1 + 0x48) + 4" (pointer_expression "*(int *)(lVar1 + 0x48)" * (cast_expression "(int *)(lVar1 + 0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x48)" ( (binary_expression "lVar1 + 0x48" identifier + number_literal) )))) + number_literal)) ;)) (if_statement "if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }" if (parenthesized_expression "(uVar4 < 0x8000)" ( (binary_expression "uVar4 < 0x8000" identifier < number_literal) )) (compound_statement "{\n uVar4 = uVar4 * 0x20;\n }" { (expression_statement "uVar4 = uVar4 * 0x20;" (assignment_expression "uVar4 = uVar4 * 0x20" identifier = (binary_expression "uVar4 * 0x20" identifier * number_literal)) ;) }) (else_clause "else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }" else (compound_statement "{\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }" { (expression_statement "uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;" (assignment_expression "uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc" identifier = (binary_expression "*(int *)(lVar1 + 0x48) - 0x7ffc" (pointer_expression "*(int *)(lVar1 + 0x48)" * (cast_expression "(int *)(lVar1 + 0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x48)" ( (binary_expression "lVar1 + 0x48" identifier + number_literal) )))) - number_literal)) ;) (expression_statement "uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;" (assignment_expression "uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18" identifier = (binary_expression "(uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18" (binary_expression "(uVar4 / 0xa0) * 0x500 + 0x100000" (binary_expression "(uVar4 / 0xa0) * 0x500" (parenthesized_expression "(uVar4 / 0xa0)" ( (binary_expression "uVar4 / 0xa0" identifier / number_literal) )) * number_literal) + number_literal) + (binary_expression "uVar4 * 0x18" identifier * number_literal))) ;) }))) (expression_statement "uVar5 = (ulong)uVar4;" (assignment_expression "uVar5 = (ulong)uVar4" identifier = (cast_expression "(ulong)uVar4" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (goto_statement "goto LAB_001c74a3;" goto statement_identifier ;) })) }) (else_clause "else if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;" else (if_statement "if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;" if (parenthesized_expression "((*(byte *)((long)param_2 + 0x3a) & 7) != 4)" ( (binary_expression "(*(byte *)((long)param_2 + 0x3a) & 7) != 4" (parenthesized_expression "(*(byte *)((long)param_2 + 0x3a) & 7)" ( (binary_expression "*(byte *)((long)param_2 + 0x3a) & 7" (pointer_expression "*(byte *)((long)param_2 + 0x3a)" * (cast_expression "(byte *)((long)param_2 + 0x3a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x3a)" ( (binary_expression "(long)param_2 + 0x3a" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001c74f4;" goto statement_identifier ;)))) })) (labeled_statement "LAB_001c74a1:\n uVar5 = 0;" statement_identifier : (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" identifier = number_literal) ;)) (labeled_statement "LAB_001c74a3:\n if ((*(byte *)(lVar1 + 0x20) & 1) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xc5,"address");\n }" statement_identifier : (if_statement "if ((*(byte *)(lVar1 + 0x20) & 1) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "((*(byte *)(lVar1 + 0x20) & 1) == 0)" ( (binary_expression "(*(byte *)(lVar1 + 0x20) & 1) == 0" (parenthesized_expression "(*(byte *)(lVar1 + 0x20) & 1)" ( (binary_expression "*(byte *)(lVar1 + 0x20) & 1" (pointer_expression "*(byte *)(lVar1 + 0x20)" * (cast_expression "(byte *)(lVar1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x20)" ( (binary_expression "lVar1 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n \n FUN_00352af0("../../gold/output.h",0xc5,"address");\n }" { (expression_statement "FUN_00352af0("../../gold/output.h",0xc5,"address");" (call_expression "FUN_00352af0("../../gold/output.h",0xc5,"address")" identifier (argument_list "("../../gold/output.h",0xc5,"address")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""address"" " string_content ") ))) ;) }))) (if_statement "if (*(uint *)((long)param_2 + 0x24) == 0xffffffff) {\n \n FUN_00352af0("../../gold/symtab.h",0x1ce,"plt_offset");\n }" if (parenthesized_expression "(*(uint *)((long)param_2 + 0x24) == 0xffffffff)" ( (binary_expression "*(uint *)((long)param_2 + 0x24) == 0xffffffff" (pointer_expression "*(uint *)((long)param_2 + 0x24)" * (cast_expression "(uint *)((long)param_2 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x24)" ( (binary_expression "(long)param_2 + 0x24" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n \n FUN_00352af0("../../gold/symtab.h",0x1ce,"plt_offset");\n }" { (expression_statement "FUN_00352af0("../../gold/symtab.h",0x1ce,"plt_offset");" (call_expression "FUN_00352af0("../../gold/symtab.h",0x1ce,"plt_offset")" identifier (argument_list "("../../gold/symtab.h",0x1ce,"plt_offset")" ( (string_literal ""../../gold/symtab.h"" " string_content ") , number_literal , (string_literal ""plt_offset"" " string_content ") ))) ;) })) (return_statement "return (ulong)*(uint *)((long)param_2 + 0x24) + *(long *)(lVar1 + 8) + uVar5;" return (binary_expression "(ulong)*(uint *)((long)param_2 + 0x24) + *(long *)(lVar1 + 8) + uVar5" (binary_expression "(ulong)*(uint *)((long)param_2 + 0x24) + *(long *)(lVar1 + 8)" (binary_expression "(ulong)*(uint *)((long)param_2 + 0x24)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)((long)param_2 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x24)" ( (binary_expression "(long)param_2 + 0x24" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + (pointer_expression "*(long *)(lVar1 + 8)" * (cast_expression "(long *)(lVar1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 8)" ( (binary_expression "lVar1 + 8" identifier + number_literal) ))))) + identifier) ;) })))
|
(translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) & LIT) )) == LIT) )) && (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) || (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) & LIT) )) == LIT) ))) )) ))) )) (compound_statement { (labeled_statement statement_identifier : (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 (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) & LIT) )) == LIT) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) & LIT) )) == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })) (if_statement if (parenthesized_expression ( (binary_expression (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 ( (binary_expression IDENT + LIT) , (pointer_expression * IDENT) , LIT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) || (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != (char_literal ' escape_sequence ')) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (char_literal ' escape_sequence ')) )) || (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) != LIT) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (char_literal ' escape_sequence ')) ))) )) ))) )) (goto_statement goto statement_identifier ;)) })) (goto_statement goto statement_identifier ;) })) }))) (labeled_statement statement_identifier : (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 IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (binary_expression (parenthesized_expression ( (binary_expression IDENT / LIT) )) * LIT) + LIT) + (binary_expression IDENT * LIT))) ;) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (goto_statement goto statement_identifier ;) })) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) & LIT) )) != LIT) )) (goto_statement goto statement_identifier ;)))) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = LIT) ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (return_statement return (binary_expression (binary_expression (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + IDENT) ;) })))
|
(function_definition "long FUN_001c7480(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n long lVar2;\n char cVar3;\n uint uVar4;\n char local_19 [9];\n ulong uVar5;\n \n lVar1 = *(long *)(param_1 + 0x28);\n if (lVar1 == 0) {\n FUN_001c5910();\n goto LAB_001c7610;\n }\n if ((*(byte *)(param_2 + 7) & 0xf) == 10) {\n if ((*(byte *)((long)param_2 + 0x3a) & 7) == 0) {\n if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }\n else if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;\n }\nLAB_001c74a1:\n uVar5 = 0;\nLAB_001c74a3:\n if ((*(byte *)(lVar1 + 0x20) & 1) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xc5,"address");\n }\n if (*(uint *)((long)param_2 + 0x24) == 0xffffffff) {\n \n FUN_00352af0("../../gold/symtab.h",0x1ce,"plt_offset");\n }\n return (ulong)*(uint *)((long)param_2 + 0x24) + *(long *)(lVar1 + 8) + uVar5;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_001c7480(long param_1,undefined8 *param_2)" (identifier "FUN_001c7480") (parameter_list "(long param_1,undefined8 *param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 *param_2" (type_identifier "undefined8") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n long lVar1;\n long lVar2;\n char cVar3;\n uint uVar4;\n char local_19 [9];\n ulong uVar5;\n \n lVar1 = *(long *)(param_1 + 0x28);\n if (lVar1 == 0) {\n FUN_001c5910();\n goto LAB_001c7610;\n }\n if ((*(byte *)(param_2 + 7) & 0xf) == 10) {\n if ((*(byte *)((long)param_2 + 0x3a) & 7) == 0) {\n if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }\n else if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;\n }\nLAB_001c74a1:\n uVar5 = 0;\nLAB_001c74a3:\n if ((*(byte *)(lVar1 + 0x20) & 1) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xc5,"address");\n }\n if (*(uint *)((long)param_2 + 0x24) == 0xffffffff) {\n \n FUN_00352af0("../../gold/symtab.h",0x1ce,"plt_offset");\n }\n return (ulong)*(uint *)((long)param_2 + 0x24) + *(long *)(lVar1 + 8) + uVar5;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "char cVar3;" (primitive_type "char") (identifier "cVar3") (; ";")) (declaration "uint uVar4;" (type_identifier "uint") (identifier "uVar4") (; ";")) (declaration "char local_19 [9];" (primitive_type "char") (array_declarator "local_19 [9]" (identifier "local_19") ([ "[") (number_literal "9") (] "]")) (; ";")) (declaration "ulong uVar5;" (type_identifier "ulong") (identifier "uVar5") (; ";")) (expression_statement "lVar1 = *(long *)(param_1 + 0x28);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x28)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(param_1 + 0x28)" (* "*") (cast_expression "(long *)(param_1 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (if_statement "if (lVar1 == 0) {\n FUN_001c5910();\n goto LAB_001c7610;\n }" (if "if") (parenthesized_expression "(lVar1 == 0)" (( "(") (binary_expression "lVar1 == 0" (identifier "lVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_001c5910();\n goto LAB_001c7610;\n }" ({ "{") (expression_statement "FUN_001c5910();" (call_expression "FUN_001c5910()" (identifier "FUN_001c5910") (argument_list "()" (( "(") () ")"))) (; ";")) (goto_statement "goto LAB_001c7610;" (goto "goto") (statement_identifier "LAB_001c7610") (; ";")) (} "}"))) (if_statement "if ((*(byte *)(param_2 + 7) & 0xf) == 10) {\n if ((*(byte *)((long)param_2 + 0x3a) & 7) == 0) {\n if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }\n else if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;\n }" (if "if") (parenthesized_expression "((*(byte *)(param_2 + 7) & 0xf) == 10)" (( "(") (binary_expression "(*(byte *)(param_2 + 7) & 0xf) == 10" (parenthesized_expression "(*(byte *)(param_2 + 7) & 0xf)" (( "(") (binary_expression "*(byte *)(param_2 + 7) & 0xf" (pointer_expression "*(byte *)(param_2 + 7)" (* "*") (cast_expression "(byte *)(param_2 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 7)" (( "(") (binary_expression "param_2 + 7" (identifier "param_2") (+ "+") (number_literal "7")) () ")")))) (& "&") (number_literal "0xf")) () ")")) (== "==") (number_literal "10")) () ")")) (compound_statement "{\n if ((*(byte *)((long)param_2 + 0x3a) & 7) == 0) {\n if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }\n else if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;\n }" ({ "{") (if_statement "if ((*(byte *)((long)param_2 + 0x3a) & 7) == 0) {\n if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }\n else if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;" (if "if") (parenthesized_expression "((*(byte *)((long)param_2 + 0x3a) & 7) == 0)" (( "(") (binary_expression "(*(byte *)((long)param_2 + 0x3a) & 7) == 0" (parenthesized_expression "(*(byte *)((long)param_2 + 0x3a) & 7)" (( "(") (binary_expression "*(byte *)((long)param_2 + 0x3a) & 7" (pointer_expression "*(byte *)((long)param_2 + 0x3a)" (* "*") (cast_expression "(byte *)((long)param_2 + 0x3a)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_2 + 0x3a)" (( "(") (binary_expression "(long)param_2 + 0x3a" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (number_literal "0x3a")) () ")")))) (& "&") (number_literal "7")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }\n }" ({ "{") (if_statement "if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }" (if "if") (parenthesized_expression "(((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0))))" (( "(") (binary_expression "((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&\n ((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))" (parenthesized_expression "((*(byte *)(param_2[2] + 0x3c) & 1) == 0)" (( "(") (binary_expression "(*(byte *)(param_2[2] + 0x3c) & 1) == 0" (parenthesized_expression "(*(byte *)(param_2[2] + 0x3c) & 1)" (( "(") (binary_expression "*(byte *)(param_2[2] + 0x3c) & 1" (pointer_expression "*(byte *)(param_2[2] + 0x3c)" (* "*") (cast_expression "(byte *)(param_2[2] + 0x3c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2[2] + 0x3c)" (( "(") (binary_expression "param_2[2] + 0x3c" (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]")) (+ "+") (number_literal "0x3c")) () ")")))) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))" (( "(") (parenthesized_expression "(*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0))" (( "(") (binary_expression "*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)" (binary_expression "*(int *)(param_2 + 3) != 0" (pointer_expression "*(int *)(param_2 + 3)" (* "*") (cast_expression "(int *)(param_2 + 3)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 3)" (( "(") (binary_expression "param_2 + 3" (identifier "param_2") (+ "+") (number_literal "3")) () ")")))) (!= "!=") (number_literal "0")) (|| "||") (parenthesized_expression "((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)" (( "(") (binary_expression "(*(byte *)((long)param_2 + 0x3b) & 0x20) == 0" (parenthesized_expression "(*(byte *)((long)param_2 + 0x3b) & 0x20)" (( "(") (binary_expression "*(byte *)((long)param_2 + 0x3b) & 0x20" (pointer_expression "*(byte *)((long)param_2 + 0x3b)" (* "*") (cast_expression "(byte *)((long)param_2 + 0x3b)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_2 + 0x3b)" (( "(") (binary_expression "(long)param_2 + 0x3b" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (number_literal "0x3b")) () ")")))) (& "&") (number_literal "0x20")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) () ")"))) () ")")) (compound_statement "{\nLAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }\nLAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;\n if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }\n uVar5 = (ulong)uVar4;\n goto LAB_001c74a3;\n }" ({ "{") (labeled_statement "LAB_001c74f4:\n if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }" (statement_identifier "LAB_001c74f4") (: ":") (if_statement "if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }" (if "if") (parenthesized_expression "(((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0))" (( "(") (binary_expression "((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)" (parenthesized_expression "((*(byte *)((long)param_2 + 0x39) & 3) == 0)" (( "(") (binary_expression "(*(byte *)((long)param_2 + 0x39) & 3) == 0" (parenthesized_expression "(*(byte *)((long)param_2 + 0x39) & 3)" (( "(") (binary_expression "*(byte *)((long)param_2 + 0x39) & 3" (pointer_expression "*(byte *)((long)param_2 + 0x39)" (* "*") (cast_expression "(byte *)((long)param_2 + 0x39)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_2 + 0x39)" (( "(") (binary_expression "(long)param_2 + 0x39" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (number_literal "0x39")) () ")")))) (& "&") (number_literal "3")) () ")")) (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)" (( "(") (binary_expression "(*(byte *)((long)param_2 + 0x3b) & 0x10) == 0" (parenthesized_expression "(*(byte *)((long)param_2 + 0x3b) & 0x10)" (( "(") (binary_expression "*(byte *)((long)param_2 + 0x3b) & 0x10" (pointer_expression "*(byte *)((long)param_2 + 0x3b)" (* "*") (cast_expression "(byte *)((long)param_2 + 0x3b)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_2 + 0x3b)" (( "(") (binary_expression "(long)param_2 + 0x3b" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (number_literal "0x3b")) () ")")))) (& "&") (number_literal "0x10")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }\n }" ({ "{") (expression_statement "lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);" (assignment_expression "lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(PTR_DAT_0067cb08 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_0067cb08 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_0067cb08 + 0x10)" (( "(") (binary_expression "PTR_DAT_0067cb08 + 0x10" (identifier "PTR_DAT_0067cb08") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (if_statement "if (lVar2 == 0) {\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }" (if "if") (parenthesized_expression "(lVar2 == 0)" (( "(") (binary_expression "lVar2 == 0" (identifier "lVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }" ({ "{") (labeled_statement "LAB_001c7610:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");" (statement_identifier "LAB_001c7610") (: ":") (expression_statement "FUN_00352af0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_00352af0("../../gold/parameters.h",0x5c,"options")" (identifier "FUN_00352af0") (argument_list "("../../gold/parameters.h",0x5c,"options")" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x5c") (, ",") (string_literal ""options"" (" """) (string_content "options") (" """)) () ")"))) (; ";"))) (} "}"))) (if_statement "if (*(char *)(lVar2 + 0x2a61) != '\0') {\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }" (if "if") (parenthesized_expression "(*(char *)(lVar2 + 0x2a61) != '\0')" (( "(") (binary_expression "*(char *)(lVar2 + 0x2a61) != '\0'" (pointer_expression "*(char *)(lVar2 + 0x2a61)" (* "*") (cast_expression "(char *)(lVar2 + 0x2a61)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x2a61)" (( "(") (binary_expression "lVar2 + 0x2a61" (identifier "lVar2") (+ "+") (number_literal "0x2a61")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);\n if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }\n goto LAB_001c74a1;\n }" ({ "{") (expression_statement "cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);" (assignment_expression "cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19)" (identifier "cVar3") (= "=") (call_expression "FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19)" (identifier "FUN_0043a470") (argument_list "(lVar2 + 0x9120,*param_2,0,local_19)" (( "(") (binary_expression "lVar2 + 0x9120" (identifier "lVar2") (+ "+") (number_literal "0x9120")) (, ",") (pointer_expression "*param_2" (* "*") (identifier "param_2")) (, ",") (number_literal "0") (, ",") (identifier "local_19") () ")")))) (; ";")) (if_statement "if ((cVar3 == '\0') || (local_19[0] != '\0')) {\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }" (if "if") (parenthesized_expression "((cVar3 == '\0') || (local_19[0] != '\0'))" (( "(") (binary_expression "(cVar3 == '\0') || (local_19[0] != '\0')" (parenthesized_expression "(cVar3 == '\0')" (( "(") (binary_expression "cVar3 == '\0'" (identifier "cVar3") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (|| "||") (parenthesized_expression "(local_19[0] != '\0')" (( "(") (binary_expression "local_19[0] != '\0'" (subscript_expression "local_19[0]" (identifier "local_19") ([ "[") (number_literal "0") (] "]")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar2 == 0) goto LAB_001c7610;\n if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;\n }" ({ "{") (expression_statement "lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);" (assignment_expression "lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(PTR_DAT_0067cb08 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_0067cb08 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_0067cb08 + 0x10)" (( "(") (binary_expression "PTR_DAT_0067cb08 + 0x10" (identifier "PTR_DAT_0067cb08") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (if_statement "if (lVar2 == 0) goto LAB_001c7610;" (if "if") (parenthesized_expression "(lVar2 == 0)" (( "(") (binary_expression "lVar2 == 0" (identifier "lVar2") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001c7610;" (goto "goto") (statement_identifier "LAB_001c7610") (; ";"))) (if_statement "if ((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))\n goto LAB_001c7588;" (if "if") (parenthesized_expression "((*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))" (( "(") (binary_expression "(*(char *)(lVar2 + 0xd21) != '\0') ||\n (((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0')))" (parenthesized_expression "(*(char *)(lVar2 + 0xd21) != '\0')" (( "(") (binary_expression "*(char *)(lVar2 + 0xd21) != '\0'" (pointer_expression "*(char *)(lVar2 + 0xd21)" (* "*") (cast_expression "(char *)(lVar2 + 0xd21)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0xd21)" (( "(") (binary_expression "lVar2 + 0xd21" (identifier "lVar2") (+ "+") (number_literal "0xd21")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (|| "||") (parenthesized_expression "(((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0')))" (( "(") (parenthesized_expression "((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))" (( "(") (binary_expression "(*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0')" (binary_expression "(*(byte *)(param_2 + 7) & 0xf) != 1" (parenthesized_expression "(*(byte *)(param_2 + 7) & 0xf)" (( "(") (binary_expression "*(byte *)(param_2 + 7) & 0xf" (pointer_expression "*(byte *)(param_2 + 7)" (* "*") (cast_expression "(byte *)(param_2 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 7)" (( "(") (binary_expression "param_2 + 7" (identifier "param_2") (+ "+") (number_literal "7")) () ")")))) (& "&") (number_literal "0xf")) () ")")) (!= "!=") (number_literal "1")) (&& "&&") (parenthesized_expression "(*(char *)(lVar2 + 0xde9) != '\0')" (( "(") (binary_expression "*(char *)(lVar2 + 0xde9) != '\0'" (pointer_expression "*(char *)(lVar2 + 0xde9)" (* "*") (cast_expression "(char *)(lVar2 + 0xde9)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0xde9)" (( "(") (binary_expression "lVar2 + 0xde9" (identifier "lVar2") (+ "+") (number_literal "0xde9")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) () ")"))) () ")")) (goto_statement "goto LAB_001c7588;" (goto "goto") (statement_identifier "LAB_001c7588") (; ";"))) (} "}"))) (goto_statement "goto LAB_001c74a1;" (goto "goto") (statement_identifier "LAB_001c74a1") (; ";")) (} "}"))) (} "}")))) (labeled_statement "LAB_001c7588:\n uVar4 = *(int *)(lVar1 + 0x48) + 4;" (statement_identifier "LAB_001c7588") (: ":") (expression_statement "uVar4 = *(int *)(lVar1 + 0x48) + 4;" (assignment_expression "uVar4 = *(int *)(lVar1 + 0x48) + 4" (identifier "uVar4") (= "=") (binary_expression "*(int *)(lVar1 + 0x48) + 4" (pointer_expression "*(int *)(lVar1 + 0x48)" (* "*") (cast_expression "(int *)(lVar1 + 0x48)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x48)" (( "(") (binary_expression "lVar1 + 0x48" (identifier "lVar1") (+ "+") (number_literal "0x48")) () ")")))) (+ "+") (number_literal "4"))) (; ";"))) (if_statement "if (uVar4 < 0x8000) {\n uVar4 = uVar4 * 0x20;\n }\n else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }" (if "if") (parenthesized_expression "(uVar4 < 0x8000)" (( "(") (binary_expression "uVar4 < 0x8000" (identifier "uVar4") (< "<") (number_literal "0x8000")) () ")")) (compound_statement "{\n uVar4 = uVar4 * 0x20;\n }" ({ "{") (expression_statement "uVar4 = uVar4 * 0x20;" (assignment_expression "uVar4 = uVar4 * 0x20" (identifier "uVar4") (= "=") (binary_expression "uVar4 * 0x20" (identifier "uVar4") (* "*") (number_literal "0x20"))) (; ";")) (} "}")) (else_clause "else {\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }" (else "else") (compound_statement "{\n uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;\n uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;\n }" ({ "{") (expression_statement "uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;" (assignment_expression "uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc" (identifier "uVar4") (= "=") (binary_expression "*(int *)(lVar1 + 0x48) - 0x7ffc" (pointer_expression "*(int *)(lVar1 + 0x48)" (* "*") (cast_expression "(int *)(lVar1 + 0x48)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x48)" (( "(") (binary_expression "lVar1 + 0x48" (identifier "lVar1") (+ "+") (number_literal "0x48")) () ")")))) (- "-") (number_literal "0x7ffc"))) (; ";")) (expression_statement "uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;" (assignment_expression "uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18" (identifier "uVar4") (= "=") (binary_expression "(uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18" (binary_expression "(uVar4 / 0xa0) * 0x500 + 0x100000" (binary_expression "(uVar4 / 0xa0) * 0x500" (parenthesized_expression "(uVar4 / 0xa0)" (( "(") (binary_expression "uVar4 / 0xa0" (identifier "uVar4") (/ "/") (number_literal "0xa0")) () ")")) (* "*") (number_literal "0x500")) (+ "+") (number_literal "0x100000")) (+ "+") (binary_expression "uVar4 * 0x18" (identifier "uVar4") (* "*") (number_literal "0x18")))) (; ";")) (} "}")))) (expression_statement "uVar5 = (ulong)uVar4;" (assignment_expression "uVar5 = (ulong)uVar4" (identifier "uVar5") (= "=") (cast_expression "(ulong)uVar4" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar4"))) (; ";")) (goto_statement "goto LAB_001c74a3;" (goto "goto") (statement_identifier "LAB_001c74a3") (; ";")) (} "}"))) (} "}")) (else_clause "else if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;" (else "else") (if_statement "if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;" (if "if") (parenthesized_expression "((*(byte *)((long)param_2 + 0x3a) & 7) != 4)" (( "(") (binary_expression "(*(byte *)((long)param_2 + 0x3a) & 7) != 4" (parenthesized_expression "(*(byte *)((long)param_2 + 0x3a) & 7)" (( "(") (binary_expression "*(byte *)((long)param_2 + 0x3a) & 7" (pointer_expression "*(byte *)((long)param_2 + 0x3a)" (* "*") (cast_expression "(byte *)((long)param_2 + 0x3a)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_2 + 0x3a)" (( "(") (binary_expression "(long)param_2 + 0x3a" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (number_literal "0x3a")) () ")")))) (& "&") (number_literal "7")) () ")")) (!= "!=") (number_literal "4")) () ")")) (goto_statement "goto LAB_001c74f4;" (goto "goto") (statement_identifier "LAB_001c74f4") (; ";"))))) (} "}"))) (labeled_statement "LAB_001c74a1:\n uVar5 = 0;" (statement_identifier "LAB_001c74a1") (: ":") (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" (identifier "uVar5") (= "=") (number_literal "0")) (; ";"))) (labeled_statement "LAB_001c74a3:\n if ((*(byte *)(lVar1 + 0x20) & 1) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xc5,"address");\n }" (statement_identifier "LAB_001c74a3") (: ":") (if_statement "if ((*(byte *)(lVar1 + 0x20) & 1) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xc5,"address");\n }" (if "if") (parenthesized_expression "((*(byte *)(lVar1 + 0x20) & 1) == 0)" (( "(") (binary_expression "(*(byte *)(lVar1 + 0x20) & 1) == 0" (parenthesized_expression "(*(byte *)(lVar1 + 0x20) & 1)" (( "(") (binary_expression "*(byte *)(lVar1 + 0x20) & 1" (pointer_expression "*(byte *)(lVar1 + 0x20)" (* "*") (cast_expression "(byte *)(lVar1 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x20)" (( "(") (binary_expression "lVar1 + 0x20" (identifier "lVar1") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/output.h",0xc5,"address");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/output.h",0xc5,"address");" (call_expression "FUN_00352af0("../../gold/output.h",0xc5,"address")" (identifier "FUN_00352af0") (argument_list "("../../gold/output.h",0xc5,"address")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xc5") (, ",") (string_literal ""address"" (" """) (string_content "address") (" """)) () ")"))) (; ";")) (} "}")))) (if_statement "if (*(uint *)((long)param_2 + 0x24) == 0xffffffff) {\n \n FUN_00352af0("../../gold/symtab.h",0x1ce,"plt_offset");\n }" (if "if") (parenthesized_expression "(*(uint *)((long)param_2 + 0x24) == 0xffffffff)" (( "(") (binary_expression "*(uint *)((long)param_2 + 0x24) == 0xffffffff" (pointer_expression "*(uint *)((long)param_2 + 0x24)" (* "*") (cast_expression "(uint *)((long)param_2 + 0x24)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_2 + 0x24)" (( "(") (binary_expression "(long)param_2 + 0x24" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (number_literal "0x24")) () ")")))) (== "==") (number_literal "0xffffffff")) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/symtab.h",0x1ce,"plt_offset");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/symtab.h",0x1ce,"plt_offset");" (call_expression "FUN_00352af0("../../gold/symtab.h",0x1ce,"plt_offset")" (identifier "FUN_00352af0") (argument_list "("../../gold/symtab.h",0x1ce,"plt_offset")" (( "(") (string_literal ""../../gold/symtab.h"" (" """) (string_content "../../gold/symtab.h") (" """)) (, ",") (number_literal "0x1ce") (, ",") (string_literal ""plt_offset"" (" """) (string_content "plt_offset") (" """)) () ")"))) (; ";")) (} "}"))) (return_statement "return (ulong)*(uint *)((long)param_2 + 0x24) + *(long *)(lVar1 + 8) + uVar5;" (return "return") (binary_expression "(ulong)*(uint *)((long)param_2 + 0x24) + *(long *)(lVar1 + 8) + uVar5" (binary_expression "(ulong)*(uint *)((long)param_2 + 0x24) + *(long *)(lVar1 + 8)" (binary_expression "(ulong)*(uint *)((long)param_2 + 0x24)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (cast_expression "(uint *)((long)param_2 + 0x24)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_2 + 0x24)" (( "(") (binary_expression "(long)param_2 + 0x24" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (number_literal "0x24")) () ")")))) (+ "+") (pointer_expression "*(long *)(lVar1 + 8)" (* "*") (cast_expression "(long *)(lVar1 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 8)" (( "(") (binary_expression "lVar1 + 8" (identifier "lVar1") (+ "+") (number_literal "8")) () ")"))))) (+ "+") (identifier "uVar5")) (; ";")) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: uint64_t do_plt_address_for_global(Target_sparc<64,_true> * this,
Symbol * gsym) */
uint64_t __thiscall
anon_unknown.dwarf_4cd88d::Target_sparc<64,_true>::do_plt_address_for_global
(Target_sparc<64,_true> *this,Symbol *gsym)
{
uint64_t var_1;
type_1 *var_6;
bool bVar3;
type_2 var_10;
type_3 offset;
bool var_9;
type_4 var_11;
var_1 = (this->sparc_info).abi_pagesize;
if (var_1 == 0) {
/* WARNING: Subroutine does not return */
var_2(this);
}
if ((gsym->field_0x38 & 0xf) == 10) {
if ((gsym->field_0x3a & 7) == 0) {
if ((((type_4)((gsym->u1_).output_segment)->output_lists_[2].
super__Vector_base<var_3::Output_data*,var_4::allocator<var_3::Output_data*>var_5>.
_M_impl._M_finish & 0x100000000) == 0) &&
(((gsym->u2_).shndx != 0 || ((gsym->field_0x3b & 0x20) == 0)))) {
LAB_001c74f4:
if (((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0)) {
var_6 = var_3::parameters->options_;
if (var_6 == (type_1 *)0x0) {
LAB_001c7610:
/* WARNING: Subroutine does not return */
gold::var_7("../../gold/parameters.h",0x5c,"options");
}
if ((var_6->shared_).value != false) {
bVar3 = var_3::Version_script_info::var_8
(&(var_6->dynamic_list_).version_script_info_,gsym->name_,
(type_5 *)0x0,&var_9);
if ((!bVar3) || (var_9 != false)) {
var_6 = var_3::parameters->options_;
if (var_6 == (type_1 *)0x0) goto LAB_001c7610;
if (((var_6->Bsymbolic_).value != false) ||
(((gsym->field_0x38 & 0xf) != 1 && ((var_6->Bsymbolic_functions_).value != false))
)) goto LAB_001c7588;
}
goto LAB_001c74a1;
}
}
LAB_001c7588:
var_10 = *(int *)(var_1 + 0x48) + 4;
if (var_10 < 0x8000) {
var_10 = var_10 * 0x20;
}
else {
var_10 = *(int *)(var_1 + 0x48) - 0x7ffc;
var_10 = (var_10 / 0xa0) * 0x500 + 0x100000 + var_10 * 0x18;
}
var_11 = (type_4)var_10;
goto LAB_001c74a3;
}
}
else if ((gsym->field_0x3a & 7) != 4) goto LAB_001c74f4;
}
LAB_001c74a1:
var_11 = 0;
LAB_001c74a3:
if ((*(type_6 *)(var_1 + 0x20) & 1) == 0) {
/* WARNING: Subroutine does not return */
gold::var_7("../../gold/output.h",0xc5,"address");
}
if (gsym->plt_offset_ == 0xffffffff) {
/* WARNING: Subroutine does not return */
gold::var_7("../../gold/symtab.h",0x1ce,"plt_offset");
}
return (type_4)gsym->plt_offset_ + *(long *)(var_1 + 8) + var_11;
}
| null |
(translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (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))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (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: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) right: (number_literal)))))))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_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 (binary_expression left: (identifier) right: (number_literal)) (pointer_expression argument: (identifier)) (number_literal) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (char_literal (escape_sequence)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence))))))))) consequence: (goto_statement label: (statement_identifier))))) (goto_statement label: (statement_identifier))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) 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: (pointer_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: (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (goto_statement label: (statement_identifier))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))) (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (return_statement (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (identifier))))))
| null |
long MASKED(long param_1,undefined8 *param_2)
{
long lVar1;
long lVar2;
char cVar3;
uint uVar4;
char local_19 [9];
ulong uVar5;
lVar1 = *(long *)(param_1 + 0x28);
if (lVar1 == 0) {
FUN_001c5910();
goto LAB_001c7610;
}
if ((*(byte *)(param_2 + 7) & 0xf) == 10) {
if ((*(byte *)((long)param_2 + 0x3a) & 7) == 0) {
if (((*(byte *)(param_2[2] + 0x3c) & 1) == 0) &&
((*(int *)(param_2 + 3) != 0 || ((*(byte *)((long)param_2 + 0x3b) & 0x20) == 0)))) {
LAB_001c74f4:
if (((*(byte *)((long)param_2 + 0x39) & 3) == 0) &&
((*(byte *)((long)param_2 + 0x3b) & 0x10) == 0)) {
lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);
if (lVar2 == 0) {
LAB_001c7610:
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/parameters.h",0x5c,"options");
}
if (*(char *)(lVar2 + 0x2a61) != '\0') {
cVar3 = FUN_0043a470(lVar2 + 0x9120,*param_2,0,local_19);
if ((cVar3 == '\0') || (local_19[0] != '\0')) {
lVar2 = *(long *)(PTR_DAT_0067cb08 + 0x10);
if (lVar2 == 0) goto LAB_001c7610;
if ((*(char *)(lVar2 + 0xd21) != '\0') ||
(((*(byte *)(param_2 + 7) & 0xf) != 1 && (*(char *)(lVar2 + 0xde9) != '\0'))))
goto LAB_001c7588;
}
goto LAB_001c74a1;
}
}
LAB_001c7588:
uVar4 = *(int *)(lVar1 + 0x48) + 4;
if (uVar4 < 0x8000) {
uVar4 = uVar4 * 0x20;
}
else {
uVar4 = *(int *)(lVar1 + 0x48) - 0x7ffc;
uVar4 = (uVar4 / 0xa0) * 0x500 + 0x100000 + uVar4 * 0x18;
}
uVar5 = (ulong)uVar4;
goto LAB_001c74a3;
}
}
else if ((*(byte *)((long)param_2 + 0x3a) & 7) != 4) goto LAB_001c74f4;
}
LAB_001c74a1:
uVar5 = 0;
LAB_001c74a3:
if ((*(byte *)(lVar1 + 0x20) & 1) == 0) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0xc5,"address");
}
if (*(uint *)((long)param_2 + 0x24) == 0xffffffff) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/symtab.h",0x1ce,"plt_offset");
}
return (ulong)*(uint *)((long)param_2 + 0x24) + *(long *)(lVar1 + 8) + uVar5;
}
|
131_m68k-linux-gnu-ld_and_m68k-linux-gnu-ld_strip.c
|
strpbrk
|
strpbrk
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strpbrk(char *__s,char *__accept)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strpbrk_0017a418)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strpbrk(char *__s,char *__accept)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strpbrk_0017a418)();
return pcVar1;
}
|
JMP qword ptr [0x0017a418]
| null | null | null | null |
[(u'CAST_-1206937475', u'RETURN_-1206937541'), (u'CAST_-1206937476', u'CALLIND_-1206937544'), ('tmp_38', u'CAST_-1206937476'), ('const-0', u'RETURN_-1206937541'), (u'CALLIND_-1206937544', u'INDIRECT_-1206937481'), (u'INDIRECT_-1206937481', u'COPY_-1206937540'), (u'CALLIND_-1206937544', u'CAST_-1206937475')]
|
[(u'CAST_-1206937475', u'RETURN_-1206937541'), (u'CAST_-1206937476', u'CALLIND_-1206937544'), ('tmp_38', u'CAST_-1206937476'), ('const-0', u'RETURN_-1206937541'), (u'CALLIND_-1206937544', u'INDIRECT_-1206937481'), (u'INDIRECT_-1206937481', u'COPY_-1206937540'), (u'CALLIND_-1206937544', u'CAST_-1206937475')]
| null | null |
00109830
|
x64
|
O2
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strpbrk(char *__s,char *__accept)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strpbrk_0017a418)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strpbrk(char *__s,char *__accept)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strpbrk_0017a418)();\n return pcVar1;\n}" primitive_type (pointer_declarator "* strpbrk(char *__s,char *__accept)" * (function_declarator "strpbrk(char *__s,char *__accept)" identifier (parameter_list "(char *__s,char *__accept)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "char *__accept" primitive_type (pointer_declarator "*__accept" * identifier)) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strpbrk_0017a418)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_strpbrk_0017a418)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_strpbrk_0017a418)()" identifier = (cast_expression "(char *)(*(code *)PTR_strpbrk_0017a418)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_strpbrk_0017a418)()" (parenthesized_expression "(*(code *)PTR_strpbrk_0017a418)" ( (pointer_expression "*(code *)PTR_strpbrk_0017a418" * (cast_expression "(code *)PTR_strpbrk_0017a418" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pcVar1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strpbrk(char *__s,char *__accept)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strpbrk_0017a418)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strpbrk(char *__s,char *__accept)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strpbrk_0017a418)();\n return pcVar1;\n}" primitive_type (pointer_declarator "* strpbrk(char *__s,char *__accept)" * (function_declarator "strpbrk(char *__s,char *__accept)" identifier (parameter_list "(char *__s,char *__accept)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "char *__accept" primitive_type (pointer_declarator "*__accept" * identifier)) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strpbrk_0017a418)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_strpbrk_0017a418)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_strpbrk_0017a418)()" identifier = (cast_expression "(char *)(*(code *)PTR_strpbrk_0017a418)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_strpbrk_0017a418)()" (parenthesized_expression "(*(code *)PTR_strpbrk_0017a418)" ( (pointer_expression "*(code *)PTR_strpbrk_0017a418" * (cast_expression "(code *)PTR_strpbrk_0017a418" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pcVar1;" return identifier ;) })))
|
(translation_unit "char * strpbrk(char *__s,char *__accept)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strpbrk_0017a418)();\n return pcVar1;\n}\n\n" (function_definition "char * strpbrk(char *__s,char *__accept)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strpbrk_0017a418)();\n return pcVar1;\n}" primitive_type (pointer_declarator "* strpbrk(char *__s,char *__accept)" * (function_declarator "strpbrk(char *__s,char *__accept)" identifier (parameter_list "(char *__s,char *__accept)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "char *__accept" primitive_type (pointer_declarator "*__accept" * identifier)) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strpbrk_0017a418)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_strpbrk_0017a418)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_strpbrk_0017a418)()" identifier = (cast_expression "(char *)(*(code *)PTR_strpbrk_0017a418)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_strpbrk_0017a418)()" (parenthesized_expression "(*(code *)PTR_strpbrk_0017a418)" ( (pointer_expression "*(code *)PTR_strpbrk_0017a418" * (cast_expression "(code *)PTR_strpbrk_0017a418" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pcVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))))) ;) (return_statement return IDENT ;) })))
|
(function_definition "char * strpbrk(char *__s,char *__accept)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strpbrk_0017a418)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* strpbrk(char *__s,char *__accept)" (* "*") (function_declarator "strpbrk(char *__s,char *__accept)" (identifier "strpbrk") (parameter_list "(char *__s,char *__accept)" (( "(") (parameter_declaration "char *__s" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s"))) (, ",") (parameter_declaration "char *__accept" (primitive_type "char") (pointer_declarator "*__accept" (* "*") (identifier "__accept"))) () ")")))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strpbrk_0017a418)();\n return pcVar1;\n}" ({ "{") (declaration "char *pcVar1;" (primitive_type "char") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (expression_statement "pcVar1 = (char *)(*(code *)PTR_strpbrk_0017a418)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_strpbrk_0017a418)()" (identifier "pcVar1") (= "=") (cast_expression "(char *)(*(code *)PTR_strpbrk_0017a418)()" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR_strpbrk_0017a418)()" (parenthesized_expression "(*(code *)PTR_strpbrk_0017a418)" (( "(") (pointer_expression "*(code *)PTR_strpbrk_0017a418" (* "*") (cast_expression "(code *)PTR_strpbrk_0017a418" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_strpbrk_0017a418"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return pcVar1;" (return "return") (identifier "pcVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__s,char *__accept)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_strpbrk_0017a418)();
return pcVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (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))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))))) (return_statement (identifier)))))
| null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(char *__s,char *__accept)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_0017a418)();
return pcVar1;
}
|
1693_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
|
parse_to_value
|
FUN_0015c500
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_nostdlib * this, char * option_name, char *
arg, Command_line * param_3, General_options * param_4) */
void __thiscall
gold::General_options::Struct_nostdlib::parse_to_value
(Struct_nostdlib *this,char *option_name,char *arg,Command_line *param_3,
General_options *param_4)
{
gold::options::parse_bool(option_name,arg,&this->value);
this->user_set_via_option = true;
return;
}
|
void FUN_0015c500(long param_1,undefined8 param_2,undefined8 param_3)
{
FUN_001fb740(param_2,param_3,param_1 + 0x61);
*(undefined1 *)(param_1 + 0x60) = 1;
return;
}
|
PUSH RBX
MOV RBX,RDI
MOV RDI,RSI
MOV RSI,RDX
LEA RDX,[RBX + 0x61]
CALL 0x001fb740
MOV byte ptr [RBX + 0x60],0x1
POP RBX
RET
| null | null | null | null |
[('tmp_58', u'PTRSUB_-1207253648'), ('tmp_58', u'PTRSUB_-1207253638'), ('const-97', u'PTRSUB_-1207253648'), ('const-96', u'PTRSUB_-1207253638'), ('const-0', u'RETURN_-1207253706'), ('tmp_60', u'CALL_-1207253729'), ('const-433', u'STORE_-1207253725'), ('tmp_59', u'CALL_-1207253729'), (u'PTRSUB_-1207253638', u'STORE_-1207253725'), (u'PTRSUB_-1207253648', u'CALL_-1207253729'), ('const-1', u'STORE_-1207253725')]
|
[('const-97', u'INT_ADD_-1207253725'), (u'CAST_-1207253643', u'STORE_-1207253725'), ('tmp_84', u'INT_ADD_-1207253711'), ('const-0', u'RETURN_-1207253706'), ('const-433', u'STORE_-1207253725'), (u'INT_ADD_-1207253711', u'CAST_-1207253643'), ('const-1', u'STORE_-1207253725'), ('tmp_86', u'CALL_-1207253729'), ('tmp_84', u'INT_ADD_-1207253725'), ('tmp_85', u'CALL_-1207253729'), (u'INT_ADD_-1207253725', u'CALL_-1207253729'), ('const-96', u'INT_ADD_-1207253711')]
| null | null |
0015c500
|
x64
|
O2
|
(translation_unit "void FUN_0015c500(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001fb740(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}\n\n" (function_definition "void FUN_0015c500(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001fb740(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" primitive_type (function_declarator "FUN_0015c500(long param_1,undefined8 param_2,undefined8 param_3)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n FUN_001fb740(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" { (expression_statement "FUN_001fb740(param_2,param_3,param_1 + 0x61);" (call_expression "FUN_001fb740(param_2,param_3,param_1 + 0x61)" identifier (argument_list "(param_2,param_3,param_1 + 0x61)" ( identifier , identifier , (binary_expression "param_1 + 0x61" identifier + number_literal) ))) ;) (expression_statement "*(undefined1 *)(param_1 + 0x60) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0x60) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0x60)" * (cast_expression "(undefined1 *)(param_1 + 0x60)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_to_value(Struct_nostdlib * this, char * option_name, char *\n arg, Command_line * param_3, General_options * param_4) */\n\nvoid __thiscall\ngold::General_options::Struct_nostdlib::parse_to_value\n (Struct_nostdlib *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)\n\n{\n gold::options::parse_bool(option_name,arg,&this->value);\n this->user_set_via_option = true;\n return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_nostdlib::parse_to_value\n (Struct_nostdlib *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)\n\n{\n gold::options::parse_bool(option_name,arg,&this->value);\n this->user_set_via_option = true;\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_nostdlib::" identifier : : identifier : : identifier : :) (function_declarator "parse_to_value\n (Struct_nostdlib *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)" identifier (parameter_list "(Struct_nostdlib *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)" ( (parameter_declaration "Struct_nostdlib *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *option_name" primitive_type (pointer_declarator "*option_name" * identifier)) , (parameter_declaration "char *arg" primitive_type (pointer_declarator "*arg" * identifier)) , (parameter_declaration "Command_line *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "General_options *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n gold::options::parse_bool(option_name,arg,&this->value);\n this->user_set_via_option = true;\n return;\n}" { (labeled_statement "gold::options::parse_bool(option_name,arg,&this->value);" statement_identifier : (ERROR ":" :) (labeled_statement "options::parse_bool(option_name,arg,&this->value);" statement_identifier : (ERROR ":" :) (expression_statement "parse_bool(option_name,arg,&this->value);" (call_expression "parse_bool(option_name,arg,&this->value)" identifier (argument_list "(option_name,arg,&this->value)" ( identifier , identifier , (pointer_expression "&this->value" & (field_expression "this->value" identifier -> field_identifier)) ))) ;))) (expression_statement "this->user_set_via_option = true;" (assignment_expression "this->user_set_via_option = true" (field_expression "this->user_set_via_option" identifier -> field_identifier) = true) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0015c500(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001fb740(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}\n\n" (function_definition "void FUN_0015c500(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001fb740(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" primitive_type (function_declarator "FUN_0015c500(long param_1,undefined8 param_2,undefined8 param_3)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n FUN_001fb740(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" { (expression_statement "FUN_001fb740(param_2,param_3,param_1 + 0x61);" (call_expression "FUN_001fb740(param_2,param_3,param_1 + 0x61)" identifier (argument_list "(param_2,param_3,param_1 + 0x61)" ( identifier , identifier , (binary_expression "param_1 + 0x61" identifier + number_literal) ))) ;) (expression_statement "*(undefined1 *)(param_1 + 0x60) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0x60) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0x60)" * (cast_expression "(undefined1 *)(param_1 + 0x60)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0015c500(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001fb740(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0015c500(long param_1,undefined8 param_2,undefined8 param_3)" (identifier "FUN_0015c500") (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) () ")"))) (compound_statement "{\n FUN_001fb740(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" ({ "{") (expression_statement "FUN_001fb740(param_2,param_3,param_1 + 0x61);" (call_expression "FUN_001fb740(param_2,param_3,param_1 + 0x61)" (identifier "FUN_001fb740") (argument_list "(param_2,param_3,param_1 + 0x61)" (( "(") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (binary_expression "param_1 + 0x61" (identifier "param_1") (+ "+") (number_literal "0x61")) () ")"))) (; ";")) (expression_statement "*(undefined1 *)(param_1 + 0x60) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0x60) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0x60)" (* "*") (cast_expression "(undefined1 *)(param_1 + 0x60)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")")))) (= "=") (number_literal "1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_nostdlib * this, char * option_name, char *
arg, Command_line * param_3, General_options * param_4) */
void __thiscall
gold::type_3::type_1::function_1
(type_1 *this,char *option_name,char *arg,type_2 *param_3,
type_3 *param_4)
{
gold::options::var_1(option_name,arg,&this->value);
this->user_set_via_option = true;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (return_statement))))
| null |
void MASKED(long param_1,undefined8 param_2,undefined8 param_3)
{
FUN_001fb740(param_2,param_3,param_1 + 0x61);
*(undefined1 *)(param_1 + 0x60) = 1;
return;
}
|
9552_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
|
swap
|
FUN_003648b0
|
/* std::wfstream::swap(std::wfstream&) */
void __thiscall std::wfstream::swap(wfstream *this,wfstream *param_1)
{
wios wVar1;
undefined4 uVar2;
undefined8 uVar3;
undefined8 uVar4;
wios *this_00;
ios_base *this_01;
this_01 = (ios_base *)(this + *(long *)(*(long *)this + -0x18));
this_00 = (wios *)(param_1 + *(long *)(*(long *)param_1 + -0x18));
ios_base::_M_swap(this_01,(ios_base *)this_00);
wios::_M_cache_locale((wios *)this_01,(locale *)(this_01 + 0xd0));
wios::_M_cache_locale(this_00,(locale *)(this_00 + 0xd0));
uVar3 = *(undefined8 *)(this_01 + 0xd8);
*(undefined8 *)(this_01 + 0xd8) = *(undefined8 *)(this_00 + 0xd8);
*(undefined8 *)(this_00 + 0xd8) = uVar3;
uVar2 = *(undefined4 *)(this_01 + 0xe0);
*(undefined4 *)(this_01 + 0xe0) = *(undefined4 *)(this_00 + 0xe0);
*(undefined4 *)(this_00 + 0xe0) = uVar2;
wVar1 = *(wios *)(this_01 + 0xe4);
*(wios *)(this_01 + 0xe4) = this_00[0xe4];
uVar3 = *(undefined8 *)(param_1 + 8);
this_00[0xe4] = wVar1;
uVar4 = *(undefined8 *)(this + 8);
*(undefined8 *)(this + 8) = uVar3;
*(undefined8 *)(param_1 + 8) = uVar4;
wfilebuf::swap((wfilebuf *)(this + 0x18),(wfilebuf *)(param_1 + 0x18));
return;
}
|
void FUN_003648b0(long *param_1,long *param_2)
{
undefined1 uVar1;
undefined4 uVar2;
undefined8 uVar3;
long lVar4;
long lVar5;
lVar5 = *(long *)(*param_1 + -0x18) + (long)param_1;
lVar4 = *(long *)(*param_2 + -0x18) + (long)param_2;
FUN_00376c80(lVar5,lVar4);
FUN_0035f2a0(lVar5,lVar5 + 0xd0);
FUN_0035f2a0(lVar4,lVar4 + 0xd0);
uVar3 = *(undefined8 *)(lVar5 + 0xd8);
*(undefined8 *)(lVar5 + 0xd8) = *(undefined8 *)(lVar4 + 0xd8);
*(undefined8 *)(lVar4 + 0xd8) = uVar3;
uVar2 = *(undefined4 *)(lVar5 + 0xe0);
*(undefined4 *)(lVar5 + 0xe0) = *(undefined4 *)(lVar4 + 0xe0);
*(undefined4 *)(lVar4 + 0xe0) = uVar2;
uVar1 = *(undefined1 *)(lVar5 + 0xe4);
*(undefined1 *)(lVar5 + 0xe4) = *(undefined1 *)(lVar4 + 0xe4);
lVar5 = param_2[1];
*(undefined1 *)(lVar4 + 0xe4) = uVar1;
lVar4 = param_1[1];
param_1[1] = lVar5;
param_2[1] = lVar4;
FUN_003630e0(param_1 + 3,param_2 + 3);
return;
}
|
PUSH R13
MOV R13,RSI
PUSH R12
MOV R12,RDI
PUSH RBP
PUSH RBX
SUB RSP,0x8
MOV RAX,qword ptr [RDI]
MOV RBP,qword ptr [RAX + -0x18]
MOV RAX,qword ptr [RSI]
MOV RBX,qword ptr [RAX + -0x18]
ADD RBP,RDI
MOV RDI,RBP
ADD RBX,RSI
MOV RSI,RBX
CALL 0x00376c80
LEA RSI,[RBP + 0xd0]
MOV RDI,RBP
CALL 0x0035f2a0
LEA RSI,[RBX + 0xd0]
MOV RDI,RBX
CALL 0x0035f2a0
MOV RAX,qword ptr [RBP + 0xd8]
LEA RSI,[R13 + 0x18]
MOV RDX,qword ptr [RBX + 0xd8]
LEA RDI,[R12 + 0x18]
MOV qword ptr [RBP + 0xd8],RDX
MOV EDX,dword ptr [RBX + 0xe0]
MOV qword ptr [RBX + 0xd8],RAX
MOV EAX,dword ptr [RBP + 0xe0]
MOV dword ptr [RBP + 0xe0],EDX
MOVZX EDX,byte ptr [RBX + 0xe4]
MOV dword ptr [RBX + 0xe0],EAX
MOVZX EAX,byte ptr [RBP + 0xe4]
MOV byte ptr [RBP + 0xe4],DL
MOV RDX,qword ptr [R13 + 0x8]
MOV byte ptr [RBX + 0xe4],AL
MOV RAX,qword ptr [R12 + 0x8]
MOV qword ptr [R12 + 0x8],RDX
MOV qword ptr [R13 + 0x8],RAX
ADD RSP,0x8
POP RBX
POP RBP
POP R12
POP R13
JMP 0x003630e0
| null | null | null | null |
[('const-224', u'PTRADD_-1205253695'), ('const-433', u'STORE_-1205253664'), (u'CAST_-1205253628', u'LOAD_-1205253927'), (u'CAST_-1205253453', u'LOAD_-1205253682'), (u'CAST_-1205253549', u'CALL_-1205253620'), ('const-1', u'PTRADD_-1205253676'), (u'LOAD_-1205253909', u'PTRADD_-1205253822'), ('const-433', u'LOAD_-1205253921'), (u'INT_ADD_-1205253893', u'CAST_-1205253615'), (u'CAST_-1205253610', u'CAST_-1205253579'), ('const-228', u'PTRADD_-1205253645'), ('const-433', u'LOAD_-1205253698'), (u'LOAD_-1205253757', u'STORE_-1205253725'), (u'CAST_-1205253447', u'STORE_-1205253672'), (u'PTRADD_-1205253620', u'CAST_-1205253453'), (u'LOAD_-1205253820', u'STORE_-1205253765'), (u'CAST_-1205253471', u'STORE_-1205253705'), ('const-433', u'STORE_-1205253705'), ('tmp_412', u'PTRADD_-1205253604'), (u'PTRADD_-1205253822', u'CAST_-1205253603'), ('const-433', u'STORE_-1205253785'), (u'CAST_-1205253603', u'PTRADD_-1205253676'), (u'CAST_-1205253603', u'CALL_-1205253822'), ('const-1', u'PTRADD_-1205253612'), (u'LOAD_-1205253698', u'STORE_-1205253672'), (u'LOAD_-1205253804', u'STORE_-1205253785'), (u'PTRADD_-1205253656', u'CAST_-1205253479'), (u'LOAD_-1205253682', u'STORE_-1205253664'), (u'CAST_-1205253610', u'PTRADD_-1205253800'), (u'CAST_-1205253610', u'PTRADD_-1205253758'), (u'CAST_-1205253603', u'PTRADD_-1205253665'), (u'PTRADD_-1205253838', u'CAST_-1205253610'), ('const-216', u'PTRADD_-1205253725'), (u'CAST_-1205253610', u'PTRADD_-1205253656'), (u'CAST_-1205253522', u'LOAD_-1205253777'), ('const-433', u'STORE_-1205253765'), (u'CAST_-1205253610', u'PTRADD_-1205253645'), ('const-8', u'PTRADD_-1205253620'), (u'CAST_-1205253603', u'PTRADD_-1205253629'), (u'PTRADD_-1205253779', u'CAST_-1205253573'), ('tmp_411', u'PTRADD_-1205253732'), (u'CAST_-1205253624', u'LOAD_-1205253921'), ('const-1', u'PTRADD_-1205253685'), (u'CAST_-1205253619', u'LOAD_-1205253915'), (u'LOAD_-1205253921', u'PTRADD_-1205253838'), ('const-208', u'PTRADD_-1205253800'), (u'CAST_-1205253557', u'LOAD_-1205253820'), ('const-1', u'PTRADD_-1205253748'), (u'CAST_-1205253603', u'PTRADD_-1205253715'), ('tmp_412', u'PTRADD_-1205253748'), (u'PTRADD_-1205253758', u'CAST_-1205253557'), ('const-1', u'PTRADD_-1205253604'), ('const-433', u'LOAD_-1205253757'), ('const-228', u'PTRADD_-1205253656'), ('const-8', u'PTRADD_-1205253636'), (u'CAST_-1205253603', u'PTRADD_-1205253742'), (u'CAST_-1205253544', u'LOAD_-1205253804'), ('const-433', u'STORE_-1205253745'), ('const-1', u'PTRADD_-1205253695'), ('const-433', u'LOAD_-1205253682'), (u'PTRADD_-1205253665', u'CAST_-1205253486'), ('const-433', u'STORE_-1205253689'), ('const-433', u'LOAD_-1205253915'), (u'PTRADD_-1205253705', u'CAST_-1205253515'), ('tmp_412', u'PTRADD_-1205253636'), ('const-24', u'PTRADD_-1205253732'), (u'PTRADD_-1205253732', u'CAST_-1205253536'), ('const-224', u'PTRADD_-1205253685'), ('const-8', u'PTRADD_-1205253612'), (u'CAST_-1205253615', u'LOAD_-1205253909'), (u'PTRADD_-1205253748', u'CAST_-1205253549'), ('const-433', u'LOAD_-1205253820'), (u'CAST_-1205253603', u'CAST_-1205253596'), ('const-1', u'PTRADD_-1205253665'), ('const-433', u'STORE_-1205253725'), ('const-1', u'PTRADD_-1205253742'), (u'CAST_-1205253610', u'PTRADD_-1205253685'), (u'CAST_-1205253500', u'STORE_-1205253745'), (u'PTRADD_-1205253645', u'CAST_-1205253471'), ('const-433', u'LOAD_-1205253804'), (u'CAST_-1205253464', u'LOAD_-1205253698'), ('const-1', u'PTRADD_-1205253732'), ('const-433', u'STORE_-1205253672'), ('const-1', u'PTRADD_-1205253758'), ('const-1', u'PTRADD_-1205253715'), (u'LOAD_-1205253738', u'STORE_-1205253705'), (u'INT_ADD_-1205253905', u'CAST_-1205253624'), (u'PTRADD_-1205253612', u'CAST_-1205253447'), (u'PTRADD_-1205253685', u'CAST_-1205253500'), (u'CAST_-1205253603', u'PTRADD_-1205253779'), (u'LOAD_-1205253927', u'INT_ADD_-1205253905'), ('tmp_411', u'PTRADD_-1205253612'), (u'CAST_-1205253579', u'CALL_-1205253843'), (u'CAST_-1205253515', u'STORE_-1205253765'), (u'CAST_-1205253479', u'LOAD_-1205253718'), ('tmp_412', u'CAST_-1205253619'), (u'CAST_-1205253573', u'CALL_-1205253822'), (u'CAST_-1205253441', u'STORE_-1205253664'), ('const-1', u'PTRADD_-1205253656'), ('const-433', u'LOAD_-1205253777'), (u'PTRADD_-1205253715', u'CAST_-1205253522'), ('const-24', u'PTRADD_-1205253748'), (u'PTRADD_-1205253725', u'CAST_-1205253530'), (u'CAST_-1205253603', u'PTRADD_-1205253705'), ('const-1', u'PTRADD_-1205253800'), ('tmp_412', u'PTRADD_-1205253822'), ('tmp_411', u'PTRADD_-1205253620'), ('const-1', u'PTRADD_-1205253620'), ('const-1', u'PTRADD_-1205253822'), (u'LOAD_-1205253718', u'STORE_-1205253689'), (u'LOAD_-1205253777', u'STORE_-1205253745'), ('const-1', u'PTRADD_-1205253705'), (u'CAST_-1205253486', u'STORE_-1205253725'), ('const-8', u'PTRADD_-1205253604'), (u'CAST_-1205253536', u'CALL_-1205253620'), ('const-216', u'PTRADD_-1205253758'), ('const-433', u'LOAD_-1205253738'), ('const-433', u'LOAD_-1205253927'), ('const-1', u'PTRADD_-1205253636'), ('const-1', u'PTRADD_-1205253725'), (u'CAST_-1205253610', u'PTRADD_-1205253725'), ('const-1', u'PTRADD_-1205253645'), (u'CAST_-1205253610', u'PTRADD_-1205253695'), (u'PTRADD_-1205253695', u'CAST_-1205253507'), ('const-224', u'PTRADD_-1205253665'), (u'PTRADD_-1205253676', u'LOAD_-1205253738'), ('const-228', u'PTRADD_-1205253676'), ('const-1', u'PTRADD_-1205253779'), (u'CAST_-1205253596', u'CALL_-1205253864'), ('const--24', u'INT_ADD_-1205253905'), (u'LOAD_-1205253915', u'INT_ADD_-1205253893'), (u'PTRADD_-1205253800', u'CAST_-1205253590'), ('const-216', u'PTRADD_-1205253742'), ('const-433', u'LOAD_-1205253718'), (u'CAST_-1205253590', u'CALL_-1205253843'), (u'PTRADD_-1205253636', u'CAST_-1205253464'), ('const-208', u'PTRADD_-1205253779'), ('const--24', u'INT_ADD_-1205253893'), ('const-228', u'PTRADD_-1205253629'), ('tmp_411', u'PTRADD_-1205253838'), ('const-216', u'PTRADD_-1205253705'), ('const-433', u'LOAD_-1205253909'), (u'CAST_-1205253530', u'STORE_-1205253785'), ('const-0', u'RETURN_-1205253616'), (u'PTRADD_-1205253604', u'CAST_-1205253441'), (u'PTRADD_-1205253742', u'CAST_-1205253544'), (u'CAST_-1205253610', u'CALL_-1205253864'), (u'PTRADD_-1205253629', u'STORE_-1205253689'), ('const-1', u'PTRADD_-1205253629'), ('tmp_411', u'CAST_-1205253628'), (u'CAST_-1205253507', u'LOAD_-1205253757'), ('const-224', u'PTRADD_-1205253715'), ('const-1', u'PTRADD_-1205253838')]
|
[('tmp_599', u'PTRADD_-1205253460'), (u'INT_ADD_-1205253868', u'INT_ADD_-1205253825'), (u'LOAD_-1205253757', u'STORE_-1205253725'), ('const-8', u'PTRADD_-1205253483'), (u'CAST_-1205253509', u'LOAD_-1205253757'), ('tmp_601', u'PTRADD_-1205253472'), (u'LOAD_-1205253820', u'STORE_-1205253765'), ('tmp_601', u'CAST_-1205253606'), ('const-433', u'LOAD_-1205253757'), ('const-433', u'STORE_-1205253745'), (u'CAST_-1205253606', u'INT_ADD_-1205253884'), (u'INT_ADD_-1205253868', u'INT_ADD_-1205253751'), (u'INT_ADD_-1205253868', u'INT_ADD_-1205253711'), (u'INT_ADD_-1205253771', u'CAST_-1205253532'), ('tmp_599', u'PTRADD_-1205253483'), (u'LOAD_-1205253698', u'STORE_-1205253672'), (u'LOAD_-1205253804', u'STORE_-1205253785'), ('const-3', u'PTRADD_-1205253559'), (u'LOAD_-1205253682', u'STORE_-1205253664'), (u'INT_ADD_-1205253804', u'CAST_-1205253557'), ('const-224', u'INT_ADD_-1205253731'), (u'INT_ADD_-1205253868', u'INT_ADD_-1205253675'), (u'INT_ADD_-1205253884', u'INT_ADD_-1205253741'), (u'INT_ADD_-1205253691', u'CAST_-1205253472'), (u'INT_ADD_-1205253868', u'INT_ADD_-1205253722'), ('const-8', u'PTRADD_-1205253547'), (u'LOAD_-1205253909', u'INT_ADD_-1205253868'), (u'INT_ADD_-1205253884', u'CALL_-1205253843'), (u'INT_ADD_-1205253761', u'CAST_-1205253524'), ('const-433', u'LOAD_-1205253718'), ('const-433', u'LOAD_-1205253927'), ('const-433', u'STORE_-1205253765'), ('const-216', u'INT_ADD_-1205253804'), ('const-433', u'STORE_-1205253785'), ('tmp_599', u'CAST_-1205253599'), (u'INT_ADD_-1205253884', u'INT_ADD_-1205253804'), (u'CAST_-1205253545', u'LOAD_-1205253804'), (u'INT_ADD_-1205253884', u'INT_ADD_-1205253691'), (u'PTRADD_-1205253547', u'CALL_-1205253620'), (u'INT_ADD_-1205253741', u'CAST_-1205253509'), (u'PTRADD_-1205253472', u'LOAD_-1205253682'), (u'CAST_-1205253532', u'STORE_-1205253785'), ('const-433', u'LOAD_-1205253804'), (u'INT_ADD_-1205253702', u'CAST_-1205253480'), ('tmp_601', u'PTRADD_-1205253466'), (u'CAST_-1205253557', u'LOAD_-1205253820'), (u'CAST_-1205253599', u'INT_ADD_-1205253868'), ('const-433', u'LOAD_-1205253777'), (u'PTRADD_-1205253559', u'CALL_-1205253620'), (u'CAST_-1205253619', u'LOAD_-1205253921'), ('const-433', u'LOAD_-1205253698'), (u'INT_ADD_-1205253884', u'CALL_-1205253864'), ('const-228', u'INT_ADD_-1205253691'), ('const-216', u'INT_ADD_-1205253771'), (u'INT_ADD_-1205253884', u'INT_ADD_-1205253731'), ('const-433', u'STORE_-1205253705'), (u'PTRADD_-1205253460', u'STORE_-1205253664'), ('const-433', u'LOAD_-1205253909'), ('const-224', u'INT_ADD_-1205253711'), ('const-433', u'LOAD_-1205253682'), (u'INT_ADD_-1205253846', u'CALL_-1205253843'), ('const-433', u'LOAD_-1205253738'), ('const-433', u'STORE_-1205253725'), (u'INT_ADD_-1205253675', u'CAST_-1205253461'), (u'INT_ADD_-1205253868', u'INT_ADD_-1205253761'), ('const-8', u'PTRADD_-1205253559'), (u'INT_ADD_-1205253884', u'INT_ADD_-1205253771'), ('const-8', u'PTRADD_-1205253466'), (u'CAST_-1205253495', u'LOAD_-1205253738'), (u'INT_ADD_-1205253884', u'INT_ADD_-1205253702'), ('tmp_601', u'LOAD_-1205253927'), (u'INT_ADD_-1205253868', u'CALL_-1205253864'), (u'LOAD_-1205253921', u'INT_ADD_-1205253884'), (u'INT_ADD_-1205253893', u'CAST_-1205253611'), ('const-1', u'PTRADD_-1205253460'), ('const-8', u'PTRADD_-1205253472'), (u'PTRADD_-1205253466', u'STORE_-1205253672'), (u'INT_ADD_-1205253711', u'CAST_-1205253487'), ('tmp_599', u'PTRADD_-1205253559'), ('const-1', u'PTRADD_-1205253483'), (u'PTRADD_-1205253483', u'LOAD_-1205253698'), (u'LOAD_-1205253738', u'STORE_-1205253705'), ('const-224', u'INT_ADD_-1205253741'), (u'INT_ADD_-1205253731', u'CAST_-1205253502'), ('const-228', u'INT_ADD_-1205253722'), (u'LOAD_-1205253927', u'INT_ADD_-1205253905'), (u'CAST_-1205253487', u'STORE_-1205253725'), (u'CAST_-1205253472', u'STORE_-1205253705'), ('const-433', u'LOAD_-1205253820'), (u'INT_ADD_-1205253751', u'CAST_-1205253517'), ('const-224', u'INT_ADD_-1205253761'), (u'INT_ADD_-1205253905', u'CAST_-1205253619'), ('const-433', u'STORE_-1205253672'), ('tmp_599', u'LOAD_-1205253915'), ('const-228', u'INT_ADD_-1205253675'), ('const-433', u'STORE_-1205253689'), (u'INT_ADD_-1205253868', u'INT_ADD_-1205253788'), (u'LOAD_-1205253718', u'STORE_-1205253689'), (u'LOAD_-1205253777', u'STORE_-1205253745'), (u'CAST_-1205253611', u'LOAD_-1205253909'), ('const-216', u'INT_ADD_-1205253788'), (u'INT_ADD_-1205253825', u'CALL_-1205253822'), (u'CAST_-1205253517', u'STORE_-1205253765'), ('tmp_601', u'PTRADD_-1205253547'), ('const-1', u'PTRADD_-1205253466'), (u'INT_ADD_-1205253722', u'CAST_-1205253495'), ('const-228', u'INT_ADD_-1205253702'), ('const--24', u'INT_ADD_-1205253905'), ('const-208', u'INT_ADD_-1205253825'), (u'INT_ADD_-1205253868', u'CALL_-1205253822'), ('const-433', u'LOAD_-1205253915'), (u'LOAD_-1205253915', u'INT_ADD_-1205253893'), ('const-3', u'PTRADD_-1205253547'), ('const-433', u'STORE_-1205253664'), (u'CAST_-1205253461', u'STORE_-1205253689'), (u'INT_ADD_-1205253788', u'CAST_-1205253545'), ('const--24', u'INT_ADD_-1205253893'), ('const-433', u'LOAD_-1205253921'), (u'CAST_-1205253480', u'LOAD_-1205253718'), (u'CAST_-1205253524', u'LOAD_-1205253777'), (u'CAST_-1205253502', u'STORE_-1205253745'), ('const-0', u'RETURN_-1205253616'), (u'INT_ADD_-1205253884', u'INT_ADD_-1205253846'), ('const-8', u'PTRADD_-1205253460'), ('const-216', u'INT_ADD_-1205253751'), ('const-208', u'INT_ADD_-1205253846'), ('const-1', u'PTRADD_-1205253472')]
| null | null |
003648b0
|
x64
|
O2
|
(translation_unit "void FUN_003648b0(long *param_1,long *param_2)\n\n{\n undefined1 uVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n long lVar4;\n long lVar5;\n \n lVar5 = *(long *)(*param_1 + -0x18) + (long)param_1;\n lVar4 = *(long *)(*param_2 + -0x18) + (long)param_2;\n FUN_00376c80(lVar5,lVar4);\n FUN_0035f2a0(lVar5,lVar5 + 0xd0);\n FUN_0035f2a0(lVar4,lVar4 + 0xd0);\n uVar3 = *(undefined8 *)(lVar5 + 0xd8);\n *(undefined8 *)(lVar5 + 0xd8) = *(undefined8 *)(lVar4 + 0xd8);\n *(undefined8 *)(lVar4 + 0xd8) = uVar3;\n uVar2 = *(undefined4 *)(lVar5 + 0xe0);\n *(undefined4 *)(lVar5 + 0xe0) = *(undefined4 *)(lVar4 + 0xe0);\n *(undefined4 *)(lVar4 + 0xe0) = uVar2;\n uVar1 = *(undefined1 *)(lVar5 + 0xe4);\n *(undefined1 *)(lVar5 + 0xe4) = *(undefined1 *)(lVar4 + 0xe4);\n lVar5 = param_2[1];\n *(undefined1 *)(lVar4 + 0xe4) = uVar1;\n lVar4 = param_1[1];\n param_1[1] = lVar5;\n param_2[1] = lVar4;\n FUN_003630e0(param_1 + 3,param_2 + 3);\n return;\n}\n\n" (function_definition "void FUN_003648b0(long *param_1,long *param_2)\n\n{\n undefined1 uVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n long lVar4;\n long lVar5;\n \n lVar5 = *(long *)(*param_1 + -0x18) + (long)param_1;\n lVar4 = *(long *)(*param_2 + -0x18) + (long)param_2;\n FUN_00376c80(lVar5,lVar4);\n FUN_0035f2a0(lVar5,lVar5 + 0xd0);\n FUN_0035f2a0(lVar4,lVar4 + 0xd0);\n uVar3 = *(undefined8 *)(lVar5 + 0xd8);\n *(undefined8 *)(lVar5 + 0xd8) = *(undefined8 *)(lVar4 + 0xd8);\n *(undefined8 *)(lVar4 + 0xd8) = uVar3;\n uVar2 = *(undefined4 *)(lVar5 + 0xe0);\n *(undefined4 *)(lVar5 + 0xe0) = *(undefined4 *)(lVar4 + 0xe0);\n *(undefined4 *)(lVar4 + 0xe0) = uVar2;\n uVar1 = *(undefined1 *)(lVar5 + 0xe4);\n *(undefined1 *)(lVar5 + 0xe4) = *(undefined1 *)(lVar4 + 0xe4);\n lVar5 = param_2[1];\n *(undefined1 *)(lVar4 + 0xe4) = uVar1;\n lVar4 = param_1[1];\n param_1[1] = lVar5;\n param_2[1] = lVar4;\n FUN_003630e0(param_1 + 3,param_2 + 3);\n return;\n}" primitive_type (function_declarator "FUN_003648b0(long *param_1,long *param_2)" identifier (parameter_list "(long *param_1,long *param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n undefined1 uVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n long lVar4;\n long lVar5;\n \n lVar5 = *(long *)(*param_1 + -0x18) + (long)param_1;\n lVar4 = *(long *)(*param_2 + -0x18) + (long)param_2;\n FUN_00376c80(lVar5,lVar4);\n FUN_0035f2a0(lVar5,lVar5 + 0xd0);\n FUN_0035f2a0(lVar4,lVar4 + 0xd0);\n uVar3 = *(undefined8 *)(lVar5 + 0xd8);\n *(undefined8 *)(lVar5 + 0xd8) = *(undefined8 *)(lVar4 + 0xd8);\n *(undefined8 *)(lVar4 + 0xd8) = uVar3;\n uVar2 = *(undefined4 *)(lVar5 + 0xe0);\n *(undefined4 *)(lVar5 + 0xe0) = *(undefined4 *)(lVar4 + 0xe0);\n *(undefined4 *)(lVar4 + 0xe0) = uVar2;\n uVar1 = *(undefined1 *)(lVar5 + 0xe4);\n *(undefined1 *)(lVar5 + 0xe4) = *(undefined1 *)(lVar4 + 0xe4);\n lVar5 = param_2[1];\n *(undefined1 *)(lVar4 + 0xe4) = uVar1;\n lVar4 = param_1[1];\n param_1[1] = lVar5;\n param_2[1] = lVar4;\n FUN_003630e0(param_1 + 3,param_2 + 3);\n return;\n}" { (declaration "undefined1 uVar1;" type_identifier identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar5 = *(long *)(*param_1 + -0x18) + (long)param_1;" (assignment_expression "lVar5 = *(long *)(*param_1 + -0x18) + (long)param_1" identifier = (binary_expression "*(long *)(*param_1 + -0x18) + (long)param_1" (pointer_expression "*(long *)(*param_1 + -0x18)" * (cast_expression "(long *)(*param_1 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0x18)" ( (binary_expression "*param_1 + -0x18" (pointer_expression "*param_1" * identifier) + number_literal) )))) + (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "lVar4 = *(long *)(*param_2 + -0x18) + (long)param_2;" (assignment_expression "lVar4 = *(long *)(*param_2 + -0x18) + (long)param_2" identifier = (binary_expression "*(long *)(*param_2 + -0x18) + (long)param_2" (pointer_expression "*(long *)(*param_2 + -0x18)" * (cast_expression "(long *)(*param_2 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_2 + -0x18)" ( (binary_expression "*param_2 + -0x18" (pointer_expression "*param_2" * identifier) + number_literal) )))) + (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "FUN_00376c80(lVar5,lVar4);" (call_expression "FUN_00376c80(lVar5,lVar4)" identifier (argument_list "(lVar5,lVar4)" ( identifier , identifier ))) ;) (expression_statement "FUN_0035f2a0(lVar5,lVar5 + 0xd0);" (call_expression "FUN_0035f2a0(lVar5,lVar5 + 0xd0)" identifier (argument_list "(lVar5,lVar5 + 0xd0)" ( identifier , (binary_expression "lVar5 + 0xd0" identifier + number_literal) ))) ;) (expression_statement "FUN_0035f2a0(lVar4,lVar4 + 0xd0);" (call_expression "FUN_0035f2a0(lVar4,lVar4 + 0xd0)" identifier (argument_list "(lVar4,lVar4 + 0xd0)" ( identifier , (binary_expression "lVar4 + 0xd0" identifier + number_literal) ))) ;) (expression_statement "uVar3 = *(undefined8 *)(lVar5 + 0xd8);" (assignment_expression "uVar3 = *(undefined8 *)(lVar5 + 0xd8)" identifier = (pointer_expression "*(undefined8 *)(lVar5 + 0xd8)" * (cast_expression "(undefined8 *)(lVar5 + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0xd8)" ( (binary_expression "lVar5 + 0xd8" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(lVar5 + 0xd8) = *(undefined8 *)(lVar4 + 0xd8);" (assignment_expression "*(undefined8 *)(lVar5 + 0xd8) = *(undefined8 *)(lVar4 + 0xd8)" (pointer_expression "*(undefined8 *)(lVar5 + 0xd8)" * (cast_expression "(undefined8 *)(lVar5 + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0xd8)" ( (binary_expression "lVar5 + 0xd8" identifier + number_literal) )))) = (pointer_expression "*(undefined8 *)(lVar4 + 0xd8)" * (cast_expression "(undefined8 *)(lVar4 + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0xd8)" ( (binary_expression "lVar4 + 0xd8" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(lVar4 + 0xd8) = uVar3;" (assignment_expression "*(undefined8 *)(lVar4 + 0xd8) = uVar3" (pointer_expression "*(undefined8 *)(lVar4 + 0xd8)" * (cast_expression "(undefined8 *)(lVar4 + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0xd8)" ( (binary_expression "lVar4 + 0xd8" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar2 = *(undefined4 *)(lVar5 + 0xe0);" (assignment_expression "uVar2 = *(undefined4 *)(lVar5 + 0xe0)" identifier = (pointer_expression "*(undefined4 *)(lVar5 + 0xe0)" * (cast_expression "(undefined4 *)(lVar5 + 0xe0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0xe0)" ( (binary_expression "lVar5 + 0xe0" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(lVar5 + 0xe0) = *(undefined4 *)(lVar4 + 0xe0);" (assignment_expression "*(undefined4 *)(lVar5 + 0xe0) = *(undefined4 *)(lVar4 + 0xe0)" (pointer_expression "*(undefined4 *)(lVar5 + 0xe0)" * (cast_expression "(undefined4 *)(lVar5 + 0xe0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0xe0)" ( (binary_expression "lVar5 + 0xe0" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(lVar4 + 0xe0)" * (cast_expression "(undefined4 *)(lVar4 + 0xe0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0xe0)" ( (binary_expression "lVar4 + 0xe0" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(lVar4 + 0xe0) = uVar2;" (assignment_expression "*(undefined4 *)(lVar4 + 0xe0) = uVar2" (pointer_expression "*(undefined4 *)(lVar4 + 0xe0)" * (cast_expression "(undefined4 *)(lVar4 + 0xe0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0xe0)" ( (binary_expression "lVar4 + 0xe0" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar1 = *(undefined1 *)(lVar5 + 0xe4);" (assignment_expression "uVar1 = *(undefined1 *)(lVar5 + 0xe4)" identifier = (pointer_expression "*(undefined1 *)(lVar5 + 0xe4)" * (cast_expression "(undefined1 *)(lVar5 + 0xe4)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0xe4)" ( (binary_expression "lVar5 + 0xe4" identifier + number_literal) ))))) ;) (expression_statement "*(undefined1 *)(lVar5 + 0xe4) = *(undefined1 *)(lVar4 + 0xe4);" (assignment_expression "*(undefined1 *)(lVar5 + 0xe4) = *(undefined1 *)(lVar4 + 0xe4)" (pointer_expression "*(undefined1 *)(lVar5 + 0xe4)" * (cast_expression "(undefined1 *)(lVar5 + 0xe4)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0xe4)" ( (binary_expression "lVar5 + 0xe4" identifier + number_literal) )))) = (pointer_expression "*(undefined1 *)(lVar4 + 0xe4)" * (cast_expression "(undefined1 *)(lVar4 + 0xe4)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0xe4)" ( (binary_expression "lVar4 + 0xe4" identifier + number_literal) ))))) ;) (expression_statement "lVar5 = param_2[1];" (assignment_expression "lVar5 = param_2[1]" identifier = (subscript_expression "param_2[1]" identifier [ number_literal ])) ;) (expression_statement "*(undefined1 *)(lVar4 + 0xe4) = uVar1;" (assignment_expression "*(undefined1 *)(lVar4 + 0xe4) = uVar1" (pointer_expression "*(undefined1 *)(lVar4 + 0xe4)" * (cast_expression "(undefined1 *)(lVar4 + 0xe4)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0xe4)" ( (binary_expression "lVar4 + 0xe4" identifier + number_literal) )))) = identifier) ;) (expression_statement "lVar4 = param_1[1];" (assignment_expression "lVar4 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (expression_statement "param_1[1] = lVar5;" (assignment_expression "param_1[1] = lVar5" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_2[1] = lVar4;" (assignment_expression "param_2[1] = lVar4" (subscript_expression "param_2[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_003630e0(param_1 + 3,param_2 + 3);" (call_expression "FUN_003630e0(param_1 + 3,param_2 + 3)" identifier (argument_list "(param_1 + 3,param_2 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) , (binary_expression "param_2 + 3" identifier + number_literal) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* std::wfstream::swap(std::wfstream&) */\n\nvoid __thiscall std::wfstream::swap(wfstream *this,wfstream *param_1)\n\n{\n wios wVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n wios *this_00;\n ios_base *this_01;\n \n this_01 = (ios_base *)(this + *(long *)(*(long *)this + -0x18));\n this_00 = (wios *)(param_1 + *(long *)(*(long *)param_1 + -0x18));\n ios_base::_M_swap(this_01,(ios_base *)this_00);\n wios::_M_cache_locale((wios *)this_01,(locale *)(this_01 + 0xd0));\n wios::_M_cache_locale(this_00,(locale *)(this_00 + 0xd0));\n uVar3 = *(undefined8 *)(this_01 + 0xd8);\n *(undefined8 *)(this_01 + 0xd8) = *(undefined8 *)(this_00 + 0xd8);\n *(undefined8 *)(this_00 + 0xd8) = uVar3;\n uVar2 = *(undefined4 *)(this_01 + 0xe0);\n *(undefined4 *)(this_01 + 0xe0) = *(undefined4 *)(this_00 + 0xe0);\n *(undefined4 *)(this_00 + 0xe0) = uVar2;\n wVar1 = *(wios *)(this_01 + 0xe4);\n *(wios *)(this_01 + 0xe4) = this_00[0xe4];\n uVar3 = *(undefined8 *)(param_1 + 8);\n this_00[0xe4] = wVar1;\n uVar4 = *(undefined8 *)(this + 8);\n *(undefined8 *)(this + 8) = uVar3;\n *(undefined8 *)(param_1 + 8) = uVar4;\n wfilebuf::swap((wfilebuf *)(this + 0x18),(wfilebuf *)(param_1 + 0x18));\n return;\n}\n\n" comment (function_definition "void __thiscall std::wfstream::swap(wfstream *this,wfstream *param_1)\n\n{\n wios wVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n wios *this_00;\n ios_base *this_01;\n \n this_01 = (ios_base *)(this + *(long *)(*(long *)this + -0x18));\n this_00 = (wios *)(param_1 + *(long *)(*(long *)param_1 + -0x18));\n ios_base::_M_swap(this_01,(ios_base *)this_00);\n wios::_M_cache_locale((wios *)this_01,(locale *)(this_01 + 0xd0));\n wios::_M_cache_locale(this_00,(locale *)(this_00 + 0xd0));\n uVar3 = *(undefined8 *)(this_01 + 0xd8);\n *(undefined8 *)(this_01 + 0xd8) = *(undefined8 *)(this_00 + 0xd8);\n *(undefined8 *)(this_00 + 0xd8) = uVar3;\n uVar2 = *(undefined4 *)(this_01 + 0xe0);\n *(undefined4 *)(this_01 + 0xe0) = *(undefined4 *)(this_00 + 0xe0);\n *(undefined4 *)(this_00 + 0xe0) = uVar2;\n wVar1 = *(wios *)(this_01 + 0xe4);\n *(wios *)(this_01 + 0xe4) = this_00[0xe4];\n uVar3 = *(undefined8 *)(param_1 + 8);\n this_00[0xe4] = wVar1;\n uVar4 = *(undefined8 *)(this + 8);\n *(undefined8 *)(this + 8) = uVar3;\n *(undefined8 *)(param_1 + 8) = uVar4;\n wfilebuf::swap((wfilebuf *)(this + 0x18),(wfilebuf *)(param_1 + 0x18));\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wfstream::" identifier : : identifier : :) (function_declarator "swap(wfstream *this,wfstream *param_1)" identifier (parameter_list "(wfstream *this,wfstream *param_1)" ( (parameter_declaration "wfstream *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "wfstream *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n wios wVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n wios *this_00;\n ios_base *this_01;\n \n this_01 = (ios_base *)(this + *(long *)(*(long *)this + -0x18));\n this_00 = (wios *)(param_1 + *(long *)(*(long *)param_1 + -0x18));\n ios_base::_M_swap(this_01,(ios_base *)this_00);\n wios::_M_cache_locale((wios *)this_01,(locale *)(this_01 + 0xd0));\n wios::_M_cache_locale(this_00,(locale *)(this_00 + 0xd0));\n uVar3 = *(undefined8 *)(this_01 + 0xd8);\n *(undefined8 *)(this_01 + 0xd8) = *(undefined8 *)(this_00 + 0xd8);\n *(undefined8 *)(this_00 + 0xd8) = uVar3;\n uVar2 = *(undefined4 *)(this_01 + 0xe0);\n *(undefined4 *)(this_01 + 0xe0) = *(undefined4 *)(this_00 + 0xe0);\n *(undefined4 *)(this_00 + 0xe0) = uVar2;\n wVar1 = *(wios *)(this_01 + 0xe4);\n *(wios *)(this_01 + 0xe4) = this_00[0xe4];\n uVar3 = *(undefined8 *)(param_1 + 8);\n this_00[0xe4] = wVar1;\n uVar4 = *(undefined8 *)(this + 8);\n *(undefined8 *)(this + 8) = uVar3;\n *(undefined8 *)(param_1 + 8) = uVar4;\n wfilebuf::swap((wfilebuf *)(this + 0x18),(wfilebuf *)(param_1 + 0x18));\n return;\n}" { (declaration "wios wVar1;" type_identifier identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "wios *this_00;" type_identifier (pointer_declarator "*this_00" * identifier) ;) (declaration "ios_base *this_01;" type_identifier (pointer_declarator "*this_01" * identifier) ;) (expression_statement "this_01 = (ios_base *)(this + *(long *)(*(long *)this + -0x18));" (assignment_expression "this_01 = (ios_base *)(this + *(long *)(*(long *)this + -0x18))" identifier = (cast_expression "(ios_base *)(this + *(long *)(*(long *)this + -0x18))" ( (type_descriptor "ios_base *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + *(long *)(*(long *)this + -0x18))" ( (binary_expression "this + *(long *)(*(long *)this + -0x18)" identifier + (pointer_expression "*(long *)(*(long *)this + -0x18)" * (cast_expression "(long *)(*(long *)this + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)this + -0x18)" ( (binary_expression "*(long *)this + -0x18" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )))) ;) (expression_statement "this_00 = (wios *)(param_1 + *(long *)(*(long *)param_1 + -0x18));" (assignment_expression "this_00 = (wios *)(param_1 + *(long *)(*(long *)param_1 + -0x18))" identifier = (cast_expression "(wios *)(param_1 + *(long *)(*(long *)param_1 + -0x18))" ( (type_descriptor "wios *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + *(long *)(*(long *)param_1 + -0x18))" ( (binary_expression "param_1 + *(long *)(*(long *)param_1 + -0x18)" identifier + (pointer_expression "*(long *)(*(long *)param_1 + -0x18)" * (cast_expression "(long *)(*(long *)param_1 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)param_1 + -0x18)" ( (binary_expression "*(long *)param_1 + -0x18" (pointer_expression "*(long *)param_1" * (cast_expression "(long *)param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )))) ;) (labeled_statement "ios_base::_M_swap(this_01,(ios_base *)this_00);" statement_identifier : (ERROR ":" :) (expression_statement "_M_swap(this_01,(ios_base *)this_00);" (call_expression "_M_swap(this_01,(ios_base *)this_00)" identifier (argument_list "(this_01,(ios_base *)this_00)" ( identifier , (cast_expression "(ios_base *)this_00" ( (type_descriptor "ios_base *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;)) (labeled_statement "wios::_M_cache_locale((wios *)this_01,(locale *)(this_01 + 0xd0));" statement_identifier : (ERROR ":" :) (expression_statement "_M_cache_locale((wios *)this_01,(locale *)(this_01 + 0xd0));" (call_expression "_M_cache_locale((wios *)this_01,(locale *)(this_01 + 0xd0))" identifier (argument_list "((wios *)this_01,(locale *)(this_01 + 0xd0))" ( (cast_expression "(wios *)this_01" ( (type_descriptor "wios *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(locale *)(this_01 + 0xd0)" ( (type_descriptor "locale *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this_01 + 0xd0)" ( (binary_expression "this_01 + 0xd0" identifier + number_literal) ))) ))) ;)) (labeled_statement "wios::_M_cache_locale(this_00,(locale *)(this_00 + 0xd0));" statement_identifier : (ERROR ":" :) (expression_statement "_M_cache_locale(this_00,(locale *)(this_00 + 0xd0));" (call_expression "_M_cache_locale(this_00,(locale *)(this_00 + 0xd0))" identifier (argument_list "(this_00,(locale *)(this_00 + 0xd0))" ( identifier , (cast_expression "(locale *)(this_00 + 0xd0)" ( (type_descriptor "locale *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this_00 + 0xd0)" ( (binary_expression "this_00 + 0xd0" identifier + number_literal) ))) ))) ;)) (expression_statement "uVar3 = *(undefined8 *)(this_01 + 0xd8);" (assignment_expression "uVar3 = *(undefined8 *)(this_01 + 0xd8)" identifier = (pointer_expression "*(undefined8 *)(this_01 + 0xd8)" * (cast_expression "(undefined8 *)(this_01 + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this_01 + 0xd8)" ( (binary_expression "this_01 + 0xd8" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(this_01 + 0xd8) = *(undefined8 *)(this_00 + 0xd8);" (assignment_expression "*(undefined8 *)(this_01 + 0xd8) = *(undefined8 *)(this_00 + 0xd8)" (pointer_expression "*(undefined8 *)(this_01 + 0xd8)" * (cast_expression "(undefined8 *)(this_01 + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this_01 + 0xd8)" ( (binary_expression "this_01 + 0xd8" identifier + number_literal) )))) = (pointer_expression "*(undefined8 *)(this_00 + 0xd8)" * (cast_expression "(undefined8 *)(this_00 + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this_00 + 0xd8)" ( (binary_expression "this_00 + 0xd8" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(this_00 + 0xd8) = uVar3;" (assignment_expression "*(undefined8 *)(this_00 + 0xd8) = uVar3" (pointer_expression "*(undefined8 *)(this_00 + 0xd8)" * (cast_expression "(undefined8 *)(this_00 + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this_00 + 0xd8)" ( (binary_expression "this_00 + 0xd8" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar2 = *(undefined4 *)(this_01 + 0xe0);" (assignment_expression "uVar2 = *(undefined4 *)(this_01 + 0xe0)" identifier = (pointer_expression "*(undefined4 *)(this_01 + 0xe0)" * (cast_expression "(undefined4 *)(this_01 + 0xe0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this_01 + 0xe0)" ( (binary_expression "this_01 + 0xe0" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(this_01 + 0xe0) = *(undefined4 *)(this_00 + 0xe0);" (assignment_expression "*(undefined4 *)(this_01 + 0xe0) = *(undefined4 *)(this_00 + 0xe0)" (pointer_expression "*(undefined4 *)(this_01 + 0xe0)" * (cast_expression "(undefined4 *)(this_01 + 0xe0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this_01 + 0xe0)" ( (binary_expression "this_01 + 0xe0" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(this_00 + 0xe0)" * (cast_expression "(undefined4 *)(this_00 + 0xe0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this_00 + 0xe0)" ( (binary_expression "this_00 + 0xe0" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(this_00 + 0xe0) = uVar2;" (assignment_expression "*(undefined4 *)(this_00 + 0xe0) = uVar2" (pointer_expression "*(undefined4 *)(this_00 + 0xe0)" * (cast_expression "(undefined4 *)(this_00 + 0xe0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this_00 + 0xe0)" ( (binary_expression "this_00 + 0xe0" identifier + number_literal) )))) = identifier) ;) (expression_statement "wVar1 = *(wios *)(this_01 + 0xe4);" (assignment_expression "wVar1 = *(wios *)(this_01 + 0xe4)" identifier = (pointer_expression "*(wios *)(this_01 + 0xe4)" * (cast_expression "(wios *)(this_01 + 0xe4)" ( (type_descriptor "wios *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this_01 + 0xe4)" ( (binary_expression "this_01 + 0xe4" identifier + number_literal) ))))) ;) (expression_statement "*(wios *)(this_01 + 0xe4) = this_00[0xe4];" (assignment_expression "*(wios *)(this_01 + 0xe4) = this_00[0xe4]" (pointer_expression "*(wios *)(this_01 + 0xe4)" * (cast_expression "(wios *)(this_01 + 0xe4)" ( (type_descriptor "wios *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this_01 + 0xe4)" ( (binary_expression "this_01 + 0xe4" identifier + number_literal) )))) = (subscript_expression "this_00[0xe4]" identifier [ number_literal ])) ;) (expression_statement "uVar3 = *(undefined8 *)(param_1 + 8);" (assignment_expression "uVar3 = *(undefined8 *)(param_1 + 8)" identifier = (pointer_expression "*(undefined8 *)(param_1 + 8)" * (cast_expression "(undefined8 *)(param_1 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) ;) (expression_statement "this_00[0xe4] = wVar1;" (assignment_expression "this_00[0xe4] = wVar1" (subscript_expression "this_00[0xe4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "uVar4 = *(undefined8 *)(this + 8);" (assignment_expression "uVar4 = *(undefined8 *)(this + 8)" identifier = (pointer_expression "*(undefined8 *)(this + 8)" * (cast_expression "(undefined8 *)(this + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(this + 8) = uVar3;" (assignment_expression "*(undefined8 *)(this + 8) = uVar3" (pointer_expression "*(undefined8 *)(this + 8)" * (cast_expression "(undefined8 *)(this + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(param_1 + 8) = uVar4;" (assignment_expression "*(undefined8 *)(param_1 + 8) = uVar4" (pointer_expression "*(undefined8 *)(param_1 + 8)" * (cast_expression "(undefined8 *)(param_1 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) = identifier) ;) (labeled_statement "wfilebuf::swap((wfilebuf *)(this + 0x18),(wfilebuf *)(param_1 + 0x18));" statement_identifier : (ERROR ":" :) (expression_statement "swap((wfilebuf *)(this + 0x18),(wfilebuf *)(param_1 + 0x18));" (call_expression "swap((wfilebuf *)(this + 0x18),(wfilebuf *)(param_1 + 0x18))" identifier (argument_list "((wfilebuf *)(this + 0x18),(wfilebuf *)(param_1 + 0x18))" ( (cast_expression "(wfilebuf *)(this + 0x18)" ( (type_descriptor "wfilebuf *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x18)" ( (binary_expression "this + 0x18" identifier + number_literal) ))) , (cast_expression "(wfilebuf *)(param_1 + 0x18)" ( (type_descriptor "wfilebuf *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))) ))) ;)) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_003648b0(long *param_1,long *param_2)\n\n{\n undefined1 uVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n long lVar4;\n long lVar5;\n \n lVar5 = *(long *)(*param_1 + -0x18) + (long)param_1;\n lVar4 = *(long *)(*param_2 + -0x18) + (long)param_2;\n FUN_00376c80(lVar5,lVar4);\n FUN_0035f2a0(lVar5,lVar5 + 0xd0);\n FUN_0035f2a0(lVar4,lVar4 + 0xd0);\n uVar3 = *(undefined8 *)(lVar5 + 0xd8);\n *(undefined8 *)(lVar5 + 0xd8) = *(undefined8 *)(lVar4 + 0xd8);\n *(undefined8 *)(lVar4 + 0xd8) = uVar3;\n uVar2 = *(undefined4 *)(lVar5 + 0xe0);\n *(undefined4 *)(lVar5 + 0xe0) = *(undefined4 *)(lVar4 + 0xe0);\n *(undefined4 *)(lVar4 + 0xe0) = uVar2;\n uVar1 = *(undefined1 *)(lVar5 + 0xe4);\n *(undefined1 *)(lVar5 + 0xe4) = *(undefined1 *)(lVar4 + 0xe4);\n lVar5 = param_2[1];\n *(undefined1 *)(lVar4 + 0xe4) = uVar1;\n lVar4 = param_1[1];\n param_1[1] = lVar5;\n param_2[1] = lVar4;\n FUN_003630e0(param_1 + 3,param_2 + 3);\n return;\n}\n\n" (function_definition "void FUN_003648b0(long *param_1,long *param_2)\n\n{\n undefined1 uVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n long lVar4;\n long lVar5;\n \n lVar5 = *(long *)(*param_1 + -0x18) + (long)param_1;\n lVar4 = *(long *)(*param_2 + -0x18) + (long)param_2;\n FUN_00376c80(lVar5,lVar4);\n FUN_0035f2a0(lVar5,lVar5 + 0xd0);\n FUN_0035f2a0(lVar4,lVar4 + 0xd0);\n uVar3 = *(undefined8 *)(lVar5 + 0xd8);\n *(undefined8 *)(lVar5 + 0xd8) = *(undefined8 *)(lVar4 + 0xd8);\n *(undefined8 *)(lVar4 + 0xd8) = uVar3;\n uVar2 = *(undefined4 *)(lVar5 + 0xe0);\n *(undefined4 *)(lVar5 + 0xe0) = *(undefined4 *)(lVar4 + 0xe0);\n *(undefined4 *)(lVar4 + 0xe0) = uVar2;\n uVar1 = *(undefined1 *)(lVar5 + 0xe4);\n *(undefined1 *)(lVar5 + 0xe4) = *(undefined1 *)(lVar4 + 0xe4);\n lVar5 = param_2[1];\n *(undefined1 *)(lVar4 + 0xe4) = uVar1;\n lVar4 = param_1[1];\n param_1[1] = lVar5;\n param_2[1] = lVar4;\n FUN_003630e0(param_1 + 3,param_2 + 3);\n return;\n}" primitive_type (function_declarator "FUN_003648b0(long *param_1,long *param_2)" identifier (parameter_list "(long *param_1,long *param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n undefined1 uVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n long lVar4;\n long lVar5;\n \n lVar5 = *(long *)(*param_1 + -0x18) + (long)param_1;\n lVar4 = *(long *)(*param_2 + -0x18) + (long)param_2;\n FUN_00376c80(lVar5,lVar4);\n FUN_0035f2a0(lVar5,lVar5 + 0xd0);\n FUN_0035f2a0(lVar4,lVar4 + 0xd0);\n uVar3 = *(undefined8 *)(lVar5 + 0xd8);\n *(undefined8 *)(lVar5 + 0xd8) = *(undefined8 *)(lVar4 + 0xd8);\n *(undefined8 *)(lVar4 + 0xd8) = uVar3;\n uVar2 = *(undefined4 *)(lVar5 + 0xe0);\n *(undefined4 *)(lVar5 + 0xe0) = *(undefined4 *)(lVar4 + 0xe0);\n *(undefined4 *)(lVar4 + 0xe0) = uVar2;\n uVar1 = *(undefined1 *)(lVar5 + 0xe4);\n *(undefined1 *)(lVar5 + 0xe4) = *(undefined1 *)(lVar4 + 0xe4);\n lVar5 = param_2[1];\n *(undefined1 *)(lVar4 + 0xe4) = uVar1;\n lVar4 = param_1[1];\n param_1[1] = lVar5;\n param_2[1] = lVar4;\n FUN_003630e0(param_1 + 3,param_2 + 3);\n return;\n}" { (declaration "undefined1 uVar1;" type_identifier identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar5 = *(long *)(*param_1 + -0x18) + (long)param_1;" (assignment_expression "lVar5 = *(long *)(*param_1 + -0x18) + (long)param_1" identifier = (binary_expression "*(long *)(*param_1 + -0x18) + (long)param_1" (pointer_expression "*(long *)(*param_1 + -0x18)" * (cast_expression "(long *)(*param_1 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0x18)" ( (binary_expression "*param_1 + -0x18" (pointer_expression "*param_1" * identifier) + number_literal) )))) + (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "lVar4 = *(long *)(*param_2 + -0x18) + (long)param_2;" (assignment_expression "lVar4 = *(long *)(*param_2 + -0x18) + (long)param_2" identifier = (binary_expression "*(long *)(*param_2 + -0x18) + (long)param_2" (pointer_expression "*(long *)(*param_2 + -0x18)" * (cast_expression "(long *)(*param_2 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_2 + -0x18)" ( (binary_expression "*param_2 + -0x18" (pointer_expression "*param_2" * identifier) + number_literal) )))) + (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "FUN_00376c80(lVar5,lVar4);" (call_expression "FUN_00376c80(lVar5,lVar4)" identifier (argument_list "(lVar5,lVar4)" ( identifier , identifier ))) ;) (expression_statement "FUN_0035f2a0(lVar5,lVar5 + 0xd0);" (call_expression "FUN_0035f2a0(lVar5,lVar5 + 0xd0)" identifier (argument_list "(lVar5,lVar5 + 0xd0)" ( identifier , (binary_expression "lVar5 + 0xd0" identifier + number_literal) ))) ;) (expression_statement "FUN_0035f2a0(lVar4,lVar4 + 0xd0);" (call_expression "FUN_0035f2a0(lVar4,lVar4 + 0xd0)" identifier (argument_list "(lVar4,lVar4 + 0xd0)" ( identifier , (binary_expression "lVar4 + 0xd0" identifier + number_literal) ))) ;) (expression_statement "uVar3 = *(undefined8 *)(lVar5 + 0xd8);" (assignment_expression "uVar3 = *(undefined8 *)(lVar5 + 0xd8)" identifier = (pointer_expression "*(undefined8 *)(lVar5 + 0xd8)" * (cast_expression "(undefined8 *)(lVar5 + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0xd8)" ( (binary_expression "lVar5 + 0xd8" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(lVar5 + 0xd8) = *(undefined8 *)(lVar4 + 0xd8);" (assignment_expression "*(undefined8 *)(lVar5 + 0xd8) = *(undefined8 *)(lVar4 + 0xd8)" (pointer_expression "*(undefined8 *)(lVar5 + 0xd8)" * (cast_expression "(undefined8 *)(lVar5 + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0xd8)" ( (binary_expression "lVar5 + 0xd8" identifier + number_literal) )))) = (pointer_expression "*(undefined8 *)(lVar4 + 0xd8)" * (cast_expression "(undefined8 *)(lVar4 + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0xd8)" ( (binary_expression "lVar4 + 0xd8" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(lVar4 + 0xd8) = uVar3;" (assignment_expression "*(undefined8 *)(lVar4 + 0xd8) = uVar3" (pointer_expression "*(undefined8 *)(lVar4 + 0xd8)" * (cast_expression "(undefined8 *)(lVar4 + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0xd8)" ( (binary_expression "lVar4 + 0xd8" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar2 = *(undefined4 *)(lVar5 + 0xe0);" (assignment_expression "uVar2 = *(undefined4 *)(lVar5 + 0xe0)" identifier = (pointer_expression "*(undefined4 *)(lVar5 + 0xe0)" * (cast_expression "(undefined4 *)(lVar5 + 0xe0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0xe0)" ( (binary_expression "lVar5 + 0xe0" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(lVar5 + 0xe0) = *(undefined4 *)(lVar4 + 0xe0);" (assignment_expression "*(undefined4 *)(lVar5 + 0xe0) = *(undefined4 *)(lVar4 + 0xe0)" (pointer_expression "*(undefined4 *)(lVar5 + 0xe0)" * (cast_expression "(undefined4 *)(lVar5 + 0xe0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0xe0)" ( (binary_expression "lVar5 + 0xe0" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(lVar4 + 0xe0)" * (cast_expression "(undefined4 *)(lVar4 + 0xe0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0xe0)" ( (binary_expression "lVar4 + 0xe0" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(lVar4 + 0xe0) = uVar2;" (assignment_expression "*(undefined4 *)(lVar4 + 0xe0) = uVar2" (pointer_expression "*(undefined4 *)(lVar4 + 0xe0)" * (cast_expression "(undefined4 *)(lVar4 + 0xe0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0xe0)" ( (binary_expression "lVar4 + 0xe0" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar1 = *(undefined1 *)(lVar5 + 0xe4);" (assignment_expression "uVar1 = *(undefined1 *)(lVar5 + 0xe4)" identifier = (pointer_expression "*(undefined1 *)(lVar5 + 0xe4)" * (cast_expression "(undefined1 *)(lVar5 + 0xe4)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0xe4)" ( (binary_expression "lVar5 + 0xe4" identifier + number_literal) ))))) ;) (expression_statement "*(undefined1 *)(lVar5 + 0xe4) = *(undefined1 *)(lVar4 + 0xe4);" (assignment_expression "*(undefined1 *)(lVar5 + 0xe4) = *(undefined1 *)(lVar4 + 0xe4)" (pointer_expression "*(undefined1 *)(lVar5 + 0xe4)" * (cast_expression "(undefined1 *)(lVar5 + 0xe4)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0xe4)" ( (binary_expression "lVar5 + 0xe4" identifier + number_literal) )))) = (pointer_expression "*(undefined1 *)(lVar4 + 0xe4)" * (cast_expression "(undefined1 *)(lVar4 + 0xe4)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0xe4)" ( (binary_expression "lVar4 + 0xe4" identifier + number_literal) ))))) ;) (expression_statement "lVar5 = param_2[1];" (assignment_expression "lVar5 = param_2[1]" identifier = (subscript_expression "param_2[1]" identifier [ number_literal ])) ;) (expression_statement "*(undefined1 *)(lVar4 + 0xe4) = uVar1;" (assignment_expression "*(undefined1 *)(lVar4 + 0xe4) = uVar1" (pointer_expression "*(undefined1 *)(lVar4 + 0xe4)" * (cast_expression "(undefined1 *)(lVar4 + 0xe4)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0xe4)" ( (binary_expression "lVar4 + 0xe4" identifier + number_literal) )))) = identifier) ;) (expression_statement "lVar4 = param_1[1];" (assignment_expression "lVar4 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (expression_statement "param_1[1] = lVar5;" (assignment_expression "param_1[1] = lVar5" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_2[1] = lVar4;" (assignment_expression "param_2[1] = lVar4" (subscript_expression "param_2[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_003630e0(param_1 + 3,param_2 + 3);" (call_expression "FUN_003630e0(param_1 + 3,param_2 + 3)" identifier (argument_list "(param_1 + 3,param_2 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) , (binary_expression "param_2 + 3" identifier + number_literal) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT + LIT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (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 = (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) )))) = (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 = (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) )))) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (binary_expression IDENT + LIT) ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_003648b0(long *param_1,long *param_2)\n\n{\n undefined1 uVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n long lVar4;\n long lVar5;\n \n lVar5 = *(long *)(*param_1 + -0x18) + (long)param_1;\n lVar4 = *(long *)(*param_2 + -0x18) + (long)param_2;\n FUN_00376c80(lVar5,lVar4);\n FUN_0035f2a0(lVar5,lVar5 + 0xd0);\n FUN_0035f2a0(lVar4,lVar4 + 0xd0);\n uVar3 = *(undefined8 *)(lVar5 + 0xd8);\n *(undefined8 *)(lVar5 + 0xd8) = *(undefined8 *)(lVar4 + 0xd8);\n *(undefined8 *)(lVar4 + 0xd8) = uVar3;\n uVar2 = *(undefined4 *)(lVar5 + 0xe0);\n *(undefined4 *)(lVar5 + 0xe0) = *(undefined4 *)(lVar4 + 0xe0);\n *(undefined4 *)(lVar4 + 0xe0) = uVar2;\n uVar1 = *(undefined1 *)(lVar5 + 0xe4);\n *(undefined1 *)(lVar5 + 0xe4) = *(undefined1 *)(lVar4 + 0xe4);\n lVar5 = param_2[1];\n *(undefined1 *)(lVar4 + 0xe4) = uVar1;\n lVar4 = param_1[1];\n param_1[1] = lVar5;\n param_2[1] = lVar4;\n FUN_003630e0(param_1 + 3,param_2 + 3);\n return;\n}" (primitive_type "void") (function_declarator "FUN_003648b0(long *param_1,long *param_2)" (identifier "FUN_003648b0") (parameter_list "(long *param_1,long *param_2)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long *param_2" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n undefined1 uVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n long lVar4;\n long lVar5;\n \n lVar5 = *(long *)(*param_1 + -0x18) + (long)param_1;\n lVar4 = *(long *)(*param_2 + -0x18) + (long)param_2;\n FUN_00376c80(lVar5,lVar4);\n FUN_0035f2a0(lVar5,lVar5 + 0xd0);\n FUN_0035f2a0(lVar4,lVar4 + 0xd0);\n uVar3 = *(undefined8 *)(lVar5 + 0xd8);\n *(undefined8 *)(lVar5 + 0xd8) = *(undefined8 *)(lVar4 + 0xd8);\n *(undefined8 *)(lVar4 + 0xd8) = uVar3;\n uVar2 = *(undefined4 *)(lVar5 + 0xe0);\n *(undefined4 *)(lVar5 + 0xe0) = *(undefined4 *)(lVar4 + 0xe0);\n *(undefined4 *)(lVar4 + 0xe0) = uVar2;\n uVar1 = *(undefined1 *)(lVar5 + 0xe4);\n *(undefined1 *)(lVar5 + 0xe4) = *(undefined1 *)(lVar4 + 0xe4);\n lVar5 = param_2[1];\n *(undefined1 *)(lVar4 + 0xe4) = uVar1;\n lVar4 = param_1[1];\n param_1[1] = lVar5;\n param_2[1] = lVar4;\n FUN_003630e0(param_1 + 3,param_2 + 3);\n return;\n}" ({ "{") (declaration "undefined1 uVar1;" (type_identifier "undefined1") (identifier "uVar1") (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (expression_statement "lVar5 = *(long *)(*param_1 + -0x18) + (long)param_1;" (assignment_expression "lVar5 = *(long *)(*param_1 + -0x18) + (long)param_1" (identifier "lVar5") (= "=") (binary_expression "*(long *)(*param_1 + -0x18) + (long)param_1" (pointer_expression "*(long *)(*param_1 + -0x18)" (* "*") (cast_expression "(long *)(*param_1 + -0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + -0x18)" (( "(") (binary_expression "*param_1 + -0x18" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "-0x18")) () ")")))) (+ "+") (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")))) (; ";")) (expression_statement "lVar4 = *(long *)(*param_2 + -0x18) + (long)param_2;" (assignment_expression "lVar4 = *(long *)(*param_2 + -0x18) + (long)param_2" (identifier "lVar4") (= "=") (binary_expression "*(long *)(*param_2 + -0x18) + (long)param_2" (pointer_expression "*(long *)(*param_2 + -0x18)" (* "*") (cast_expression "(long *)(*param_2 + -0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_2 + -0x18)" (( "(") (binary_expression "*param_2 + -0x18" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "-0x18")) () ")")))) (+ "+") (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")))) (; ";")) (expression_statement "FUN_00376c80(lVar5,lVar4);" (call_expression "FUN_00376c80(lVar5,lVar4)" (identifier "FUN_00376c80") (argument_list "(lVar5,lVar4)" (( "(") (identifier "lVar5") (, ",") (identifier "lVar4") () ")"))) (; ";")) (expression_statement "FUN_0035f2a0(lVar5,lVar5 + 0xd0);" (call_expression "FUN_0035f2a0(lVar5,lVar5 + 0xd0)" (identifier "FUN_0035f2a0") (argument_list "(lVar5,lVar5 + 0xd0)" (( "(") (identifier "lVar5") (, ",") (binary_expression "lVar5 + 0xd0" (identifier "lVar5") (+ "+") (number_literal "0xd0")) () ")"))) (; ";")) (expression_statement "FUN_0035f2a0(lVar4,lVar4 + 0xd0);" (call_expression "FUN_0035f2a0(lVar4,lVar4 + 0xd0)" (identifier "FUN_0035f2a0") (argument_list "(lVar4,lVar4 + 0xd0)" (( "(") (identifier "lVar4") (, ",") (binary_expression "lVar4 + 0xd0" (identifier "lVar4") (+ "+") (number_literal "0xd0")) () ")"))) (; ";")) (expression_statement "uVar3 = *(undefined8 *)(lVar5 + 0xd8);" (assignment_expression "uVar3 = *(undefined8 *)(lVar5 + 0xd8)" (identifier "uVar3") (= "=") (pointer_expression "*(undefined8 *)(lVar5 + 0xd8)" (* "*") (cast_expression "(undefined8 *)(lVar5 + 0xd8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0xd8)" (( "(") (binary_expression "lVar5 + 0xd8" (identifier "lVar5") (+ "+") (number_literal "0xd8")) () ")"))))) (; ";")) (expression_statement "*(undefined8 *)(lVar5 + 0xd8) = *(undefined8 *)(lVar4 + 0xd8);" (assignment_expression "*(undefined8 *)(lVar5 + 0xd8) = *(undefined8 *)(lVar4 + 0xd8)" (pointer_expression "*(undefined8 *)(lVar5 + 0xd8)" (* "*") (cast_expression "(undefined8 *)(lVar5 + 0xd8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0xd8)" (( "(") (binary_expression "lVar5 + 0xd8" (identifier "lVar5") (+ "+") (number_literal "0xd8")) () ")")))) (= "=") (pointer_expression "*(undefined8 *)(lVar4 + 0xd8)" (* "*") (cast_expression "(undefined8 *)(lVar4 + 0xd8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0xd8)" (( "(") (binary_expression "lVar4 + 0xd8" (identifier "lVar4") (+ "+") (number_literal "0xd8")) () ")"))))) (; ";")) (expression_statement "*(undefined8 *)(lVar4 + 0xd8) = uVar3;" (assignment_expression "*(undefined8 *)(lVar4 + 0xd8) = uVar3" (pointer_expression "*(undefined8 *)(lVar4 + 0xd8)" (* "*") (cast_expression "(undefined8 *)(lVar4 + 0xd8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0xd8)" (( "(") (binary_expression "lVar4 + 0xd8" (identifier "lVar4") (+ "+") (number_literal "0xd8")) () ")")))) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "uVar2 = *(undefined4 *)(lVar5 + 0xe0);" (assignment_expression "uVar2 = *(undefined4 *)(lVar5 + 0xe0)" (identifier "uVar2") (= "=") (pointer_expression "*(undefined4 *)(lVar5 + 0xe0)" (* "*") (cast_expression "(undefined4 *)(lVar5 + 0xe0)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0xe0)" (( "(") (binary_expression "lVar5 + 0xe0" (identifier "lVar5") (+ "+") (number_literal "0xe0")) () ")"))))) (; ";")) (expression_statement "*(undefined4 *)(lVar5 + 0xe0) = *(undefined4 *)(lVar4 + 0xe0);" (assignment_expression "*(undefined4 *)(lVar5 + 0xe0) = *(undefined4 *)(lVar4 + 0xe0)" (pointer_expression "*(undefined4 *)(lVar5 + 0xe0)" (* "*") (cast_expression "(undefined4 *)(lVar5 + 0xe0)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0xe0)" (( "(") (binary_expression "lVar5 + 0xe0" (identifier "lVar5") (+ "+") (number_literal "0xe0")) () ")")))) (= "=") (pointer_expression "*(undefined4 *)(lVar4 + 0xe0)" (* "*") (cast_expression "(undefined4 *)(lVar4 + 0xe0)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0xe0)" (( "(") (binary_expression "lVar4 + 0xe0" (identifier "lVar4") (+ "+") (number_literal "0xe0")) () ")"))))) (; ";")) (expression_statement "*(undefined4 *)(lVar4 + 0xe0) = uVar2;" (assignment_expression "*(undefined4 *)(lVar4 + 0xe0) = uVar2" (pointer_expression "*(undefined4 *)(lVar4 + 0xe0)" (* "*") (cast_expression "(undefined4 *)(lVar4 + 0xe0)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0xe0)" (( "(") (binary_expression "lVar4 + 0xe0" (identifier "lVar4") (+ "+") (number_literal "0xe0")) () ")")))) (= "=") (identifier "uVar2")) (; ";")) (expression_statement "uVar1 = *(undefined1 *)(lVar5 + 0xe4);" (assignment_expression "uVar1 = *(undefined1 *)(lVar5 + 0xe4)" (identifier "uVar1") (= "=") (pointer_expression "*(undefined1 *)(lVar5 + 0xe4)" (* "*") (cast_expression "(undefined1 *)(lVar5 + 0xe4)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0xe4)" (( "(") (binary_expression "lVar5 + 0xe4" (identifier "lVar5") (+ "+") (number_literal "0xe4")) () ")"))))) (; ";")) (expression_statement "*(undefined1 *)(lVar5 + 0xe4) = *(undefined1 *)(lVar4 + 0xe4);" (assignment_expression "*(undefined1 *)(lVar5 + 0xe4) = *(undefined1 *)(lVar4 + 0xe4)" (pointer_expression "*(undefined1 *)(lVar5 + 0xe4)" (* "*") (cast_expression "(undefined1 *)(lVar5 + 0xe4)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0xe4)" (( "(") (binary_expression "lVar5 + 0xe4" (identifier "lVar5") (+ "+") (number_literal "0xe4")) () ")")))) (= "=") (pointer_expression "*(undefined1 *)(lVar4 + 0xe4)" (* "*") (cast_expression "(undefined1 *)(lVar4 + 0xe4)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0xe4)" (( "(") (binary_expression "lVar4 + 0xe4" (identifier "lVar4") (+ "+") (number_literal "0xe4")) () ")"))))) (; ";")) (expression_statement "lVar5 = param_2[1];" (assignment_expression "lVar5 = param_2[1]" (identifier "lVar5") (= "=") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "*(undefined1 *)(lVar4 + 0xe4) = uVar1;" (assignment_expression "*(undefined1 *)(lVar4 + 0xe4) = uVar1" (pointer_expression "*(undefined1 *)(lVar4 + 0xe4)" (* "*") (cast_expression "(undefined1 *)(lVar4 + 0xe4)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0xe4)" (( "(") (binary_expression "lVar4 + 0xe4" (identifier "lVar4") (+ "+") (number_literal "0xe4")) () ")")))) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "lVar4 = param_1[1];" (assignment_expression "lVar4 = param_1[1]" (identifier "lVar4") (= "=") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "param_1[1] = lVar5;" (assignment_expression "param_1[1] = lVar5" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "lVar5")) (; ";")) (expression_statement "param_2[1] = lVar4;" (assignment_expression "param_2[1] = lVar4" (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "lVar4")) (; ";")) (expression_statement "FUN_003630e0(param_1 + 3,param_2 + 3);" (call_expression "FUN_003630e0(param_1 + 3,param_2 + 3)" (identifier "FUN_003630e0") (argument_list "(param_1 + 3,param_2 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) (, ",") (binary_expression "param_2 + 3" (identifier "param_2") (+ "+") (number_literal "3")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* std::wfstream::swap(std::wfstream&) */
void __thiscall std::type_1::function_1(type_1 *var_1,type_1 *var_2)
{
type_2 wVar1;
type_3 uVar2;
type_4 uVar3;
type_4 uVar4;
type_2 *var_6;
type_5 *var_5;
var_5 = (type_5 *)(var_1 + *(long *)(*(long *)var_1 + -0x18));
var_6 = (type_2 *)(var_2 + *(long *)(*(long *)var_2 + -0x18));
ios_base::var_3(var_5,(type_5 *)var_6);
wios::var_4((type_2 *)var_5,(type_6 *)(var_5 + 0xd0));
wios::var_4(var_6,(type_6 *)(var_6 + 0xd0));
uVar3 = *(type_4 *)(var_5 + 0xd8);
*(type_4 *)(var_5 + 0xd8) = *(type_4 *)(var_6 + 0xd8);
*(type_4 *)(var_6 + 0xd8) = uVar3;
uVar2 = *(type_3 *)(var_5 + 0xe0);
*(type_3 *)(var_5 + 0xe0) = *(type_3 *)(var_6 + 0xe0);
*(type_3 *)(var_6 + 0xe0) = uVar2;
wVar1 = *(type_2 *)(var_5 + 0xe4);
*(type_2 *)(var_5 + 0xe4) = var_6[0xe4];
uVar3 = *(type_4 *)(var_2 + 8);
var_6[0xe4] = wVar1;
uVar4 = *(type_4 *)(var_1 + 8);
*(type_4 *)(var_1 + 8) = uVar3;
*(type_4 *)(var_2 + 8) = uVar4;
wfilebuf::function_1((type_7 *)(var_1 + 0x18),(type_7 *)(var_2 + 0x18));
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_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: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (binary_expression left: (identifier) right: (number_literal))))) (return_statement))))
| null |
void MASKED(long *param_1,long *param_2)
{
undefined1 uVar1;
undefined4 uVar2;
undefined8 uVar3;
long lVar4;
long lVar5;
lVar5 = *(long *)(*param_1 + -0x18) + (long)param_1;
lVar4 = *(long *)(*param_2 + -0x18) + (long)param_2;
FUN_00376c80(lVar5,lVar4);
FUN_0035f2a0(lVar5,lVar5 + 0xd0);
FUN_0035f2a0(lVar4,lVar4 + 0xd0);
uVar3 = *(undefined8 *)(lVar5 + 0xd8);
*(undefined8 *)(lVar5 + 0xd8) = *(undefined8 *)(lVar4 + 0xd8);
*(undefined8 *)(lVar4 + 0xd8) = uVar3;
uVar2 = *(undefined4 *)(lVar5 + 0xe0);
*(undefined4 *)(lVar5 + 0xe0) = *(undefined4 *)(lVar4 + 0xe0);
*(undefined4 *)(lVar4 + 0xe0) = uVar2;
uVar1 = *(undefined1 *)(lVar5 + 0xe4);
*(undefined1 *)(lVar5 + 0xe4) = *(undefined1 *)(lVar4 + 0xe4);
lVar5 = param_2[1];
*(undefined1 *)(lVar4 + 0xe4) = uVar1;
lVar4 = param_1[1];
param_1[1] = lVar5;
param_2[1] = lVar4;
FUN_003630e0(param_1 + 3,param_2 + 3);
return;
}
|
376_alpha-linux-gnu-ld_and_alpha-linux-gnu-ld_strip.c
|
lang_add_map
|
thunk_FUN_0011a80c
|
void lang_add_map(char *name)
{
for (; *name != '\0'; name = name + 1) {
}
return;
}
|
void thunk_FUN_0011a80c(char *param_1)
{
for (; *param_1 != '\0'; param_1 = param_1 + 1) {
}
return;
}
|
JMP 0x0011a80c
ADD RDI,0x1
| null | null | null | null |
[('const-433', u'LOAD_-1206999025'), ('const-1', u'PTRADD_-1206998948'), (u'MULTIEQUAL_-1206998931', u'PTRADD_-1206998948'), ('const-1', u'PTRADD_-1206998948'), (u'LOAD_-1206999025', u'INT_NOTEQUAL_-1206999009'), (u'INT_NOTEQUAL_-1206999009', u'CBRANCH_-1206999007'), ('tmp_72', u'MULTIEQUAL_-1206998931'), ('tmp_0', u'BRANCH_-1206999036'), (u'MULTIEQUAL_-1206998931', u'LOAD_-1206999025'), ('const-0', u'RETURN_-1206998997'), ('tmp_34', u'CBRANCH_-1206999007'), ('const-0', u'INT_NOTEQUAL_-1206999009'), (u'PTRADD_-1206998948', u'MULTIEQUAL_-1206998931')]
|
[('const-0', u'INT_NOTEQUAL_-1206999009'), (u'MULTIEQUAL_-1206998931', u'PTRADD_-1206998948'), ('const-1', u'PTRADD_-1206998948'), (u'LOAD_-1206999025', u'INT_NOTEQUAL_-1206999009'), (u'INT_NOTEQUAL_-1206999009', u'CBRANCH_-1206999007'), ('tmp_122', u'MULTIEQUAL_-1206998931'), ('tmp_0', u'BRANCH_-1206999036'), ('const-433', u'LOAD_-1206999025'), (u'MULTIEQUAL_-1206998931', u'LOAD_-1206999025'), ('const-0', u'RETURN_-1206998997'), ('tmp_34', u'CBRANCH_-1206999007'), ('const-1', u'PTRADD_-1206998948'), (u'PTRADD_-1206998948', u'MULTIEQUAL_-1206998931')]
| null | null |
0011a800
|
x64
|
O2
|
(translation_unit "void thunk_FUN_0011a80c(char *param_1)\n\n{\n for (; *param_1 != '\0'; param_1 = param_1 + 1) {\n }\n return;\n}\n\n" (function_definition "void thunk_FUN_0011a80c(char *param_1)\n\n{\n for (; *param_1 != '\0'; param_1 = param_1 + 1) {\n }\n return;\n}" primitive_type (function_declarator "thunk_FUN_0011a80c(char *param_1)" identifier (parameter_list "(char *param_1)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n for (; *param_1 != '\0'; param_1 = param_1 + 1) {\n }\n return;\n}" { (for_statement "for (; *param_1 != '\0'; param_1 = param_1 + 1) {\n }" for ( ; (binary_expression "*param_1 != '\0'" (pointer_expression "*param_1" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ; (assignment_expression "param_1 = param_1 + 1" identifier = (binary_expression "param_1 + 1" identifier + number_literal)) ) (compound_statement "{\n }" { })) (return_statement "return;" return ;) })))
|
(translation_unit "void lang_add_map(char *name)\n\n{\n for (; *name != '\0'; name = name + 1) {\n }\n return;\n}\n\n" (function_definition "void lang_add_map(char *name)\n\n{\n for (; *name != '\0'; name = name + 1) {\n }\n return;\n}" primitive_type (function_declarator "lang_add_map(char *name)" identifier (parameter_list "(char *name)" ( (parameter_declaration "char *name" primitive_type (pointer_declarator "*name" * identifier)) ))) (compound_statement "{\n for (; *name != '\0'; name = name + 1) {\n }\n return;\n}" { (for_statement "for (; *name != '\0'; name = name + 1) {\n }" for ( ; (binary_expression "*name != '\0'" (pointer_expression "*name" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ; (assignment_expression "name = name + 1" identifier = (binary_expression "name + 1" identifier + number_literal)) ) (compound_statement "{\n }" { })) (return_statement "return;" return ;) })))
|
(translation_unit "void thunk_FUN_0011a80c(char *param_1)\n\n{\n for (; *param_1 != '\0'; param_1 = param_1 + 1) {\n }\n return;\n}\n\n" (function_definition "void thunk_FUN_0011a80c(char *param_1)\n\n{\n for (; *param_1 != '\0'; param_1 = param_1 + 1) {\n }\n return;\n}" primitive_type (function_declarator "thunk_FUN_0011a80c(char *param_1)" identifier (parameter_list "(char *param_1)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n for (; *param_1 != '\0'; param_1 = param_1 + 1) {\n }\n return;\n}" { (for_statement "for (; *param_1 != '\0'; param_1 = param_1 + 1) {\n }" for ( ; (binary_expression "*param_1 != '\0'" (pointer_expression "*param_1" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ; (assignment_expression "param_1 = param_1 + 1" identifier = (binary_expression "param_1 + 1" identifier + number_literal)) ) (compound_statement "{\n }" { })) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (for_statement for ( ; (binary_expression (pointer_expression * IDENT) != (char_literal ' escape_sequence ')) ; (assignment_expression IDENT = (binary_expression IDENT + LIT)) ) (compound_statement { })) (return_statement return ;) })))
|
(function_definition "void thunk_FUN_0011a80c(char *param_1)\n\n{\n for (; *param_1 != '\0'; param_1 = param_1 + 1) {\n }\n return;\n}" (primitive_type "void") (function_declarator "thunk_FUN_0011a80c(char *param_1)" (identifier "thunk_FUN_0011a80c") (parameter_list "(char *param_1)" (( "(") (parameter_declaration "char *param_1" (primitive_type "char") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n for (; *param_1 != '\0'; param_1 = param_1 + 1) {\n }\n return;\n}" ({ "{") (for_statement "for (; *param_1 != '\0'; param_1 = param_1 + 1) {\n }" (for "for") (( "(") (; ";") (binary_expression "*param_1 != '\0'" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";") (assignment_expression "param_1 = param_1 + 1" (identifier "param_1") (= "=") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1"))) () ")") (compound_statement "{\n }" ({ "{") (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(char *var_1)
{
for (; *var_1 != '\0'; var_1 = var_1 + 1) {
}
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (for_statement condition: (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence))) update: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement)) (return_statement))))
| null |
void MASKED(char *param_1)
{
for (; *param_1 != '\0'; param_1 = param_1 + 1) {
}
return;
}
|
1676_libMagickCore-7.Q16HDRI.so.8.0_and_libMagickCore-7.Q16HDRI.so.8.0_strip.c
|
GetImageFeatures._omp_fn.3
|
FUN_001ff190
|
/* DWARF original prototype: void GetImageFeatures._omp_fn.3(anon_struct_88_11_54aeac8d * param_0)
*/
void __thiscall GetImageFeatures__omp_fn_3(void *this)
{
long *plVar1;
long lVar2;
undefined1 auVar3 [16];
ulong uVar4;
int iVar5;
int iVar6;
long lVar7;
ulong uVar8;
long lVar9;
double *pdVar10;
long lVar11;
long lVar12;
long lVar13;
ulong uVar14;
long *plVar15;
long lVar16;
double *pdVar17;
double *pdVar18;
double *pdVar19;
double *pdVar20;
double dVar21;
double dVar22;
double dVar23;
double dVar24;
double dVar25;
long local_f0;
ulong local_e8;
long local_d8;
long local_78;
double *local_70;
long local_58;
double *local_50;
double *local_48;
iVar5 = omp_get_num_threads();
iVar6 = omp_get_thread_num();
uVar4 = DAT_003efbd0;
auVar3._8_8_ = 0;
auVar3._0_8_ = SUB168(SEXT816(4),8);
auVar3 = auVar3 << 0x40 | ZEXT816(4);
lVar7 = SUB168(auVar3 / SEXT816((long)iVar5),0);
local_78 = SUB168(auVar3 % SEXT816((long)iVar5),0);
if (iVar6 < local_78) {
lVar7 = lVar7 + 1;
local_78 = 0;
}
local_78 = iVar6 * lVar7 + local_78;
lVar7 = lVar7 + local_78;
if (local_78 < lVar7) {
plVar1 = *(long **)((long)this + 0x10);
/* WARNING: Load size is inaccurate */
lVar2 = *this;
uVar8 = (ulong)*(uint *)((long)this + 0x50);
pdVar10 = (double *)(*(long *)((long)this + 8) + local_78 * 8);
lVar13 = local_78 * 0x58 + 0x28;
local_58 = local_78 * 0x58 + *(long *)((long)this + 0x28);
local_70 = (double *)(*(long *)((long)this + 0x20) + lVar13);
local_48 = (double *)(*(long *)((long)this + 0x40) + lVar13);
local_50 = (double *)(lVar13 + *(long *)((long)this + 0x30));
do {
dVar25 = DAT_003fce50;
if (uVar8 == 0) {
lVar13 = *(long *)((long)this + 0x38);
lVar9 = *(long *)((long)this + 0x48);
}
else {
local_f0 = 0;
local_e8 = 0;
iVar5 = *(int *)(lVar2 + 4);
iVar6 = *(int *)(lVar2 + 0x33c);
lVar11 = local_78 * 0x58;
pdVar19 = local_50;
pdVar20 = local_48;
do {
local_d8 = 0;
pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);
uVar14 = local_e8;
plVar15 = plVar1;
pdVar17 = local_70;
do {
lVar9 = local_f0 + *plVar15;
lVar13 = lVar9 + lVar11;
dVar21 = *(double *)(lVar13 + 0x28);
*pdVar10 = dVar21 * dVar21 + *pdVar10;
pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];
pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];
if (iVar5 == 2) {
pdVar10[0xa8] =
*(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];
}
if (iVar6 != 0) {
dVar22 = *(double *)(lVar9 + 0x48 + lVar11);
pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];
}
lVar13 = lVar9 + lVar11;
*pdVar20 = dVar21 + *pdVar20;
pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);
pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);
if (iVar5 == 2) {
pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);
}
if (iVar6 != 0) {
pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);
}
lVar13 = lVar9 + lVar11;
dVar21 = (double)local_d8;
lVar16 = *(long *)((long)this + 0x18);
lVar12 = lVar16 + lVar11;
*(double *)(lVar12 + 0x28) =
*(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);
*(double *)(lVar12 + 0x30) =
*(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);
*(double *)(lVar12 + 0x38) =
*(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);
if (iVar5 == 2) {
*(double *)(lVar12 + 0x40) =
*(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);
}
if (iVar6 != 0) {
lVar16 = lVar16 + lVar11;
*(double *)(lVar16 + 0x48) =
dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);
}
lVar13 = lVar9 + lVar11;
dVar21 = *(double *)(lVar13 + 0x28);
dVar22 = (double)(long)(uVar14 * uVar14 + 1);
pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];
pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];
pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];
if (iVar5 == 2) {
pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];
}
if (iVar6 != 0) {
pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];
}
lVar13 = lVar9 + lVar11;
*pdVar18 = dVar21 + *pdVar18;
pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);
pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);
if (iVar5 == 2) {
pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);
}
if (iVar6 != 0) {
pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);
}
dVar21 = *(double *)(lVar9 + 0x28 + lVar11);
dVar23 = (double)((ulong)dVar21 & uVar4);
dVar22 = DAT_00411ee0;
if (dVar25 <= dVar23) {
dVar22 = log10(dVar23);
lVar9 = local_f0 + *plVar15;
}
dVar23 = DAT_00411ee0;
pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;
dVar21 = *(double *)(lVar9 + 0x30 + lVar11);
dVar22 = (double)((ulong)dVar21 & uVar4);
if (dVar25 <= dVar22) {
dVar23 = log10(dVar22);
lVar9 = local_f0 + *plVar15;
}
dVar22 = DAT_00411ee0;
pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;
dVar21 = *(double *)(lVar9 + 0x38 + lVar11);
dVar23 = (double)((ulong)dVar21 & uVar4);
if (dVar25 <= dVar23) {
dVar22 = log10(dVar23);
lVar9 = local_f0 + *plVar15;
}
iVar5 = *(int *)(lVar2 + 4);
pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;
if (iVar5 == 2) {
dVar21 = *(double *)(lVar9 + 0x40 + lVar11);
dVar23 = (double)((ulong)dVar21 & uVar4);
dVar22 = DAT_00411ee0;
if (dVar25 <= dVar23) {
dVar22 = log10(dVar23);
lVar9 = local_f0 + *plVar15;
}
pdVar10[200] = pdVar10[200] - dVar21 * dVar22;
}
iVar6 = *(int *)(lVar2 + 0x33c);
if (iVar6 != 0) {
dVar21 = *(double *)(lVar9 + 0x48 + lVar11);
dVar23 = (double)((ulong)dVar21 & uVar4);
dVar22 = DAT_00411ee0;
if (dVar25 <= dVar23) {
dVar22 = log10(dVar23);
lVar9 = local_f0 + *plVar15;
iVar6 = *(int *)(lVar2 + 0x33c);
}
pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;
}
lVar13 = lVar9 + lVar11;
*pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);
pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);
pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);
if (iVar6 != 0) {
pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);
}
iVar5 = *(int *)(lVar2 + 4);
if (iVar5 == 2) {
lVar13 = lVar9 + lVar11;
pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);
*pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);
pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);
pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);
pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);
}
else {
lVar13 = lVar9 + lVar11;
*pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);
pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);
pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);
}
if (iVar6 != 0) {
pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);
}
plVar15 = plVar15 + 1;
pdVar17 = pdVar17 + 0x2c;
pdVar18 = pdVar18 + 0x2c;
local_d8 = local_d8 + local_e8;
uVar14 = uVar14 - 1;
} while (local_e8 - uVar8 != uVar14);
lVar13 = *(long *)((long)this + 0x38);
dVar22 = (double)(long)local_e8;
lVar9 = *(long *)((long)this + 0x48);
lVar12 = lVar13 + lVar11;
lVar16 = lVar9 + lVar11;
*(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);
dVar21 = (double)(long)(local_e8 * local_e8);
*(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);
*(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);
*(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);
*(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);
*(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);
if (iVar5 == 2) {
*(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);
*(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);
}
if (iVar6 != 0) {
*(double *)(lVar13 + lVar11 + 0x48) =
dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);
*(double *)(lVar9 + lVar11 + 0x48) =
dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);
}
local_e8 = local_e8 + 1;
pdVar20 = pdVar20 + 0x2c;
pdVar19 = pdVar19 + 0x2c;
local_f0 = local_f0 + 0x160;
} while (local_e8 != uVar8);
}
lVar11 = *(long *)((long)this + 0x18);
lVar12 = local_78 * 0x58;
dVar25 = *(double *)(lVar13 + 0x28 + lVar12);
dVar25 = dVar25 * dVar25;
dVar21 = *(double *)(lVar11 + 0x28 + lVar12);
dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;
dVar22 = SQRT(dVar23);
if (dVar23 < 0.0) {
sqrt(dVar23);
lVar13 = *(long *)((long)this + 0x38);
lVar9 = *(long *)((long)this + 0x48);
dVar22 = *(double *)(lVar13 + 0x28 + lVar12);
dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;
dVar22 = SQRT(dVar24);
if (0.0 <= dVar24) {
lVar11 = *(long *)((long)this + 0x18);
}
else {
sqrt(dVar24);
lVar11 = *(long *)((long)this + 0x18);
lVar13 = *(long *)((long)this + 0x38);
lVar9 = *(long *)((long)this + 0x48);
}
}
lVar12 = local_78 * 0x58;
pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);
dVar25 = *(double *)(lVar13 + 0x30 + lVar12);
dVar21 = *(double *)(lVar11 + 0x30 + lVar12);
dVar25 = dVar25 * dVar25;
dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;
dVar22 = SQRT(dVar23);
if (dVar23 < 0.0) {
sqrt(dVar23);
lVar13 = *(long *)((long)this + 0x38);
lVar9 = *(long *)((long)this + 0x48);
dVar22 = *(double *)(lVar13 + 0x30 + lVar12);
dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;
dVar22 = SQRT(dVar24);
if (0.0 <= dVar24) {
lVar11 = *(long *)((long)this + 0x18);
}
else {
sqrt(dVar24);
lVar11 = *(long *)((long)this + 0x18);
lVar13 = *(long *)((long)this + 0x38);
lVar9 = *(long *)((long)this + 0x48);
}
}
lVar12 = local_78 * 0x58;
pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);
dVar25 = *(double *)(lVar13 + 0x38 + lVar12);
dVar25 = dVar25 * dVar25;
dVar21 = *(double *)(lVar11 + 0x38 + lVar12);
dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;
dVar22 = SQRT(dVar23);
if (dVar23 < 0.0) {
sqrt(dVar23);
dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar12 + 0x38);
dVar24 = *(double *)(lVar12 + *(long *)((long)this + 0x48) + 0x38) - dVar22 * dVar22;
dVar22 = SQRT(dVar24);
if (dVar24 < 0.0) {
sqrt(dVar24);
}
}
iVar5 = *(int *)(lVar2 + 4);
pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);
if (iVar5 == 2) {
lVar13 = local_78 * 0x58;
dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);
dVar25 = dVar25 * dVar25;
dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x40);
dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar25;
dVar22 = SQRT(dVar23);
if (dVar23 < 0.0) {
sqrt(dVar23);
dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);
dVar24 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar22 * dVar22;
dVar22 = SQRT(dVar24);
if (dVar24 < 0.0) {
sqrt(dVar24);
}
}
pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);
}
if (*(int *)(lVar2 + 0x33c) != 0) {
lVar13 = local_78 * 0x58;
dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);
dVar25 = dVar25 * dVar25;
dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x48);
dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x48) - dVar25;
dVar22 = SQRT(dVar23);
if (dVar23 < 0.0) {
sqrt(dVar23);
dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);
dVar24 = *(double *)(lVar13 + *(long *)((long)this + 0x48) + 0x48) - dVar22 * dVar22;
dVar22 = SQRT(dVar24);
if (dVar24 < 0.0) {
sqrt(dVar24);
}
}
pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);
}
local_78 = local_78 + 1;
pdVar10 = pdVar10 + 1;
local_70 = local_70 + 0xb;
local_48 = local_48 + 0xb;
local_50 = local_50 + 0xb;
local_58 = local_58 + 0x58;
} while (lVar7 != local_78);
}
return;
}
|
void FUN_001ff190(long *param_1)
{
long *plVar1;
long lVar2;
undefined1 auVar3 [16];
ulong uVar4;
int iVar5;
int iVar6;
long lVar7;
ulong uVar8;
long lVar9;
double *pdVar10;
long lVar11;
long lVar12;
long lVar13;
ulong uVar14;
long *plVar15;
long lVar16;
double *pdVar17;
double *pdVar18;
double *pdVar19;
double *pdVar20;
double dVar21;
double dVar22;
double dVar23;
double dVar24;
double dVar25;
long local_f0;
ulong local_e8;
long local_d8;
long local_78;
double *local_70;
long local_58;
double *local_50;
double *local_48;
iVar5 = omp_get_num_threads();
iVar6 = omp_get_thread_num();
uVar4 = DAT_003efbd0;
auVar3._8_8_ = 0;
auVar3._0_8_ = SUB168(SEXT816(4),8);
auVar3 = auVar3 << 0x40 | ZEXT816(4);
lVar7 = SUB168(auVar3 / SEXT816((long)iVar5),0);
local_78 = SUB168(auVar3 % SEXT816((long)iVar5),0);
if (iVar6 < local_78) {
lVar7 = lVar7 + 1;
local_78 = 0;
}
local_78 = iVar6 * lVar7 + local_78;
lVar7 = lVar7 + local_78;
if (local_78 < lVar7) {
plVar1 = (long *)param_1[2];
lVar2 = *param_1;
uVar8 = (ulong)*(uint *)(param_1 + 10);
pdVar10 = (double *)(param_1[1] + local_78 * 8);
lVar13 = local_78 * 0x58 + 0x28;
local_58 = local_78 * 0x58 + param_1[5];
local_70 = (double *)(param_1[4] + lVar13);
local_48 = (double *)(param_1[8] + lVar13);
local_50 = (double *)(lVar13 + param_1[6]);
do {
dVar25 = DAT_003fce50;
if (uVar8 == 0) {
lVar13 = param_1[7];
lVar9 = param_1[9];
}
else {
local_f0 = 0;
local_e8 = 0;
iVar5 = *(int *)(lVar2 + 4);
iVar6 = *(int *)(lVar2 + 0x33c);
lVar11 = local_78 * 0x58;
pdVar19 = local_50;
pdVar20 = local_48;
do {
local_d8 = 0;
pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);
uVar14 = local_e8;
plVar15 = plVar1;
pdVar17 = local_70;
do {
lVar9 = local_f0 + *plVar15;
lVar13 = lVar9 + lVar11;
dVar21 = *(double *)(lVar13 + 0x28);
*pdVar10 = dVar21 * dVar21 + *pdVar10;
pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];
pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];
if (iVar5 == 2) {
pdVar10[0xa8] =
*(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];
}
if (iVar6 != 0) {
dVar22 = *(double *)(lVar9 + 0x48 + lVar11);
pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];
}
lVar13 = lVar9 + lVar11;
*pdVar20 = dVar21 + *pdVar20;
pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);
pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);
if (iVar5 == 2) {
pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);
}
if (iVar6 != 0) {
pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);
}
lVar13 = lVar9 + lVar11;
dVar21 = (double)local_d8;
lVar16 = param_1[3];
lVar12 = lVar16 + lVar11;
*(double *)(lVar12 + 0x28) =
*(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);
*(double *)(lVar12 + 0x30) =
*(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);
*(double *)(lVar12 + 0x38) =
*(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);
if (iVar5 == 2) {
*(double *)(lVar12 + 0x40) =
*(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);
}
if (iVar6 != 0) {
lVar16 = lVar16 + lVar11;
*(double *)(lVar16 + 0x48) =
dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);
}
lVar13 = lVar9 + lVar11;
dVar21 = *(double *)(lVar13 + 0x28);
dVar22 = (double)(long)(uVar14 * uVar14 + 1);
pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];
pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];
pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];
if (iVar5 == 2) {
pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];
}
if (iVar6 != 0) {
pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];
}
lVar13 = lVar9 + lVar11;
*pdVar18 = dVar21 + *pdVar18;
pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);
pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);
if (iVar5 == 2) {
pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);
}
if (iVar6 != 0) {
pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);
}
dVar21 = *(double *)(lVar9 + 0x28 + lVar11);
dVar23 = (double)((ulong)dVar21 & uVar4);
dVar22 = DAT_00411ee0;
if (dVar25 <= dVar23) {
dVar22 = log10(dVar23);
lVar9 = local_f0 + *plVar15;
}
dVar23 = DAT_00411ee0;
pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;
dVar21 = *(double *)(lVar9 + 0x30 + lVar11);
dVar22 = (double)((ulong)dVar21 & uVar4);
if (dVar25 <= dVar22) {
dVar23 = log10(dVar22);
lVar9 = local_f0 + *plVar15;
}
dVar22 = DAT_00411ee0;
pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;
dVar21 = *(double *)(lVar9 + 0x38 + lVar11);
dVar23 = (double)((ulong)dVar21 & uVar4);
if (dVar25 <= dVar23) {
dVar22 = log10(dVar23);
lVar9 = local_f0 + *plVar15;
}
iVar5 = *(int *)(lVar2 + 4);
pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;
if (iVar5 == 2) {
dVar21 = *(double *)(lVar9 + 0x40 + lVar11);
dVar23 = (double)((ulong)dVar21 & uVar4);
dVar22 = DAT_00411ee0;
if (dVar25 <= dVar23) {
dVar22 = log10(dVar23);
lVar9 = local_f0 + *plVar15;
}
pdVar10[200] = pdVar10[200] - dVar21 * dVar22;
}
iVar6 = *(int *)(lVar2 + 0x33c);
if (iVar6 != 0) {
dVar21 = *(double *)(lVar9 + 0x48 + lVar11);
dVar23 = (double)((ulong)dVar21 & uVar4);
dVar22 = DAT_00411ee0;
if (dVar25 <= dVar23) {
dVar22 = log10(dVar23);
lVar9 = local_f0 + *plVar15;
iVar6 = *(int *)(lVar2 + 0x33c);
}
pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;
}
lVar13 = lVar9 + lVar11;
*pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);
pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);
pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);
if (iVar6 != 0) {
pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);
}
iVar5 = *(int *)(lVar2 + 4);
if (iVar5 == 2) {
lVar13 = lVar9 + lVar11;
pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);
*pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);
pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);
pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);
pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);
}
else {
lVar13 = lVar9 + lVar11;
*pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);
pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);
pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);
}
if (iVar6 != 0) {
pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);
}
plVar15 = plVar15 + 1;
pdVar17 = pdVar17 + 0x2c;
pdVar18 = pdVar18 + 0x2c;
local_d8 = local_d8 + local_e8;
uVar14 = uVar14 - 1;
} while (local_e8 - uVar8 != uVar14);
lVar13 = param_1[7];
dVar22 = (double)(long)local_e8;
lVar9 = param_1[9];
lVar12 = lVar13 + lVar11;
lVar16 = lVar9 + lVar11;
*(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);
dVar21 = (double)(long)(local_e8 * local_e8);
*(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);
*(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);
*(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);
*(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);
*(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);
if (iVar5 == 2) {
*(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);
*(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);
}
if (iVar6 != 0) {
*(double *)(lVar13 + lVar11 + 0x48) =
dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);
*(double *)(lVar9 + lVar11 + 0x48) =
dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);
}
local_e8 = local_e8 + 1;
pdVar20 = pdVar20 + 0x2c;
pdVar19 = pdVar19 + 0x2c;
local_f0 = local_f0 + 0x160;
} while (local_e8 != uVar8);
}
lVar11 = param_1[3];
lVar12 = local_78 * 0x58;
dVar25 = *(double *)(lVar13 + 0x28 + lVar12);
dVar25 = dVar25 * dVar25;
dVar21 = *(double *)(lVar11 + 0x28 + lVar12);
dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;
dVar22 = SQRT(dVar23);
if (dVar23 < 0.0) {
sqrt(dVar23);
lVar13 = param_1[7];
lVar9 = param_1[9];
dVar22 = *(double *)(lVar13 + 0x28 + lVar12);
dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;
dVar22 = SQRT(dVar24);
if (0.0 <= dVar24) {
lVar11 = param_1[3];
}
else {
sqrt(dVar24);
lVar11 = param_1[3];
lVar13 = param_1[7];
lVar9 = param_1[9];
}
}
lVar12 = local_78 * 0x58;
pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);
dVar25 = *(double *)(lVar13 + 0x30 + lVar12);
dVar21 = *(double *)(lVar11 + 0x30 + lVar12);
dVar25 = dVar25 * dVar25;
dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;
dVar22 = SQRT(dVar23);
if (dVar23 < 0.0) {
sqrt(dVar23);
lVar13 = param_1[7];
lVar9 = param_1[9];
dVar22 = *(double *)(lVar13 + 0x30 + lVar12);
dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;
dVar22 = SQRT(dVar24);
if (0.0 <= dVar24) {
lVar11 = param_1[3];
}
else {
sqrt(dVar24);
lVar11 = param_1[3];
lVar13 = param_1[7];
lVar9 = param_1[9];
}
}
lVar12 = local_78 * 0x58;
pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);
dVar25 = *(double *)(lVar13 + 0x38 + lVar12);
dVar25 = dVar25 * dVar25;
dVar21 = *(double *)(lVar11 + 0x38 + lVar12);
dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;
dVar22 = SQRT(dVar23);
if (dVar23 < 0.0) {
sqrt(dVar23);
dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);
dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;
dVar22 = SQRT(dVar24);
if (dVar24 < 0.0) {
sqrt(dVar24);
}
}
iVar5 = *(int *)(lVar2 + 4);
pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);
if (iVar5 == 2) {
lVar13 = local_78 * 0x58;
dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);
dVar25 = dVar25 * dVar25;
dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);
dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;
dVar22 = SQRT(dVar23);
if (dVar23 < 0.0) {
sqrt(dVar23);
dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);
dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;
dVar22 = SQRT(dVar24);
if (dVar24 < 0.0) {
sqrt(dVar24);
}
}
pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);
}
if (*(int *)(lVar2 + 0x33c) != 0) {
lVar13 = local_78 * 0x58;
dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);
dVar25 = dVar25 * dVar25;
dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);
dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;
dVar22 = SQRT(dVar23);
if (dVar23 < 0.0) {
sqrt(dVar23);
dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);
dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;
dVar22 = SQRT(dVar24);
if (dVar24 < 0.0) {
sqrt(dVar24);
}
}
pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);
}
local_78 = local_78 + 1;
pdVar10 = pdVar10 + 1;
local_70 = local_70 + 0xb;
local_48 = local_48 + 0xb;
local_50 = local_50 + 0xb;
local_58 = local_58 + 0x58;
} while (lVar7 != local_78);
}
return;
}
|
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0xc8
MOV qword ptr [RSP + 0x28],RDI
CALL 0x00149d80
MOVSXD RBX,EAX
CALL 0x0014af90
MOVSXD RCX,EAX
MOV EAX,0x4
CQO
IDIV RBX
CMP RCX,RDX
JGE 0x001ff1cb
ADD RAX,0x1
XOR EDX,EDX
IMUL RCX,RAX
LEA RDI,[RCX + RDX*0x1]
ADD RAX,RDI
MOV qword ptr [RSP + 0x80],RDI
CMP RDI,RAX
MOV qword ptr [RSP + 0xb8],RAX
JGE 0x001ffbee
MOV RSI,qword ptr [RSP + 0x28]
MOVQ XMM4,qword ptr [0x003efbd0]
MOV RAX,qword ptr [RSI + 0x10]
MOV R11,qword ptr [RSI]
MOV qword ptr [RSP + 0x98],RAX
MOV EAX,dword ptr [RSI + 0x50]
MOV R14,R11
MOV qword ptr [RSP + 0x78],RAX
MOV RAX,qword ptr [RSI + 0x8]
LEA R10,[RAX + RDI*0x8]
LEA RAX,[RDI + RDI*0x4]
MOV RBX,R10
LEA RAX,[RDI + RAX*0x2]
MOV RDI,qword ptr [RSI + 0x20]
SHL RAX,0x3
LEA RDX,[RAX + 0x28]
ADD RAX,qword ptr [RSI + 0x28]
ADD RDI,RDX
MOV qword ptr [RSP + 0x88],RDI
MOV RDI,qword ptr [RSI + 0x40]
MOV qword ptr [RSP + 0xa0],RAX
ADD RDI,RDX
ADD RDX,qword ptr [RSI + 0x30]
MOV qword ptr [RSP + 0xb0],RDI
MOV qword ptr [RSP + 0xa8],RDX
CMP qword ptr [RSP + 0x78],0x0
JZ 0x001ffdb4
MOV RAX,qword ptr [RSP + 0xa0]
MOV R10,R14
MOV qword ptr [RSP + 0x8],0x0
MOV RDI,qword ptr [RSP + 0x80]
MOV qword ptr [RSP + 0x10],0x0
MOV RCX,qword ptr [RSP + 0xa8]
MOV R15,qword ptr [RSP + 0xb0]
ADD RAX,0x2e8
MOVSD XMM3,qword ptr [0x003fce50]
MOV qword ptr [RSP + 0x90],RAX
LEA RAX,[RDI + RDI*0x4]
MOV R11D,dword ptr [R14 + 0x4]
LEA RBP,[RDI + RAX*0x2]
MOV EDX,dword ptr [R14 + 0x33c]
MOV R14,RCX
SHL RBP,0x3
NOP dword ptr [RAX + RAX*0x1]
MOV RSI,qword ptr [RSP + 0x10]
MOV qword ptr [RSP + 0x20],0x0
MOV R13,qword ptr [RSP + 0x90]
MOV RDI,qword ptr [RSP + 0x98]
ADD R13,qword ptr [RSP + 0x8]
MOV RAX,RSI
SUB RAX,qword ptr [RSP + 0x78]
MOV R12,qword ptr [RSP + 0x88]
MOV qword ptr [RSP + 0x30],RAX
JMP 0x001ff43d
MOV EDX,dword ptr [R10 + 0x33c]
TEST EDX,EDX
JZ 0x001ff367
MOVSD XMM1,qword ptr [RAX + RBP*0x1 + 0x48]
MOV RCX,qword ptr [0x00411ee0]
MOVAPD XMM0,XMM1
ANDPD XMM0,XMM4
UCOMISD XMM3,XMM0
MOVQ XMM2,RCX
JBE 0x001ffc00
MULSD XMM1,XMM2
MOVSD XMM0,qword ptr [RBX + 0x800]
SUBSD XMM0,XMM1
MOVSD qword ptr [RBX + 0x800],XMM0
LEA RCX,[RAX + RBP*0x1]
MOVSD XMM0,qword ptr [R12]
TEST EDX,EDX
ADDSD XMM0,qword ptr [RCX + 0x28]
MOVSD qword ptr [R12],XMM0
MOVSD XMM0,qword ptr [R12 + 0x8]
ADDSD XMM0,qword ptr [RCX + 0x30]
MOVSD qword ptr [R12 + 0x8],XMM0
MOVSD XMM0,qword ptr [R12 + 0x10]
ADDSD XMM0,qword ptr [RCX + 0x38]
MOVSD qword ptr [R12 + 0x10],XMM0
JZ 0x001ff3b9
MOVSD XMM0,qword ptr [R12 + 0x20]
ADDSD XMM0,qword ptr [RCX + 0x48]
MOVSD qword ptr [R12 + 0x20],XMM0
MOV R11D,dword ptr [R10 + 0x4]
CMP R11D,0x2
JZ 0x001ff7c0
LEA RCX,[RAX + RBP*0x1]
MOVSD XMM0,qword ptr [R14]
ADDSD XMM0,qword ptr [RCX + 0x28]
MOVSD qword ptr [R14],XMM0
MOVSD XMM0,qword ptr [R14 + 0x8]
ADDSD XMM0,qword ptr [RCX + 0x30]
MOVSD qword ptr [R14 + 0x8],XMM0
MOVSD XMM0,qword ptr [R14 + 0x10]
ADDSD XMM0,qword ptr [RCX + 0x38]
MOVSD qword ptr [R14 + 0x10],XMM0
TEST EDX,EDX
JZ 0x001ff412
MOVSD XMM0,qword ptr [R14 + 0x20]
ADDSD XMM0,qword ptr [RAX + RBP*0x1 + 0x48]
MOVSD qword ptr [R14 + 0x20],XMM0
ADD RDI,0x8
ADD R12,0x160
ADD R13,0x160
MOV RCX,qword ptr [RSP + 0x10]
ADD qword ptr [RSP + 0x20],RCX
SUB RSI,0x1
CMP qword ptr [RSP + 0x30],RSI
JZ 0x001ff940
MOV RAX,qword ptr [RSP + 0x8]
ADD RAX,qword ptr [RDI]
CMP R11D,0x2
LEA RCX,[RAX + RBP*0x1]
MOVSD XMM1,qword ptr [RCX + 0x28]
MOVAPD XMM0,XMM1
MULSD XMM0,XMM1
ADDSD XMM0,qword ptr [RBX]
MOVSD qword ptr [RBX],XMM0
MOVSD XMM0,qword ptr [RCX + 0x30]
MULSD XMM0,XMM0
ADDSD XMM0,qword ptr [RBX + 0x1c0]
MOVSD qword ptr [RBX + 0x1c0],XMM0
MOVSD XMM0,qword ptr [RCX + 0x38]
MULSD XMM0,XMM0
ADDSD XMM0,qword ptr [RBX + 0x380]
MOVSD qword ptr [RBX + 0x380],XMM0
JNZ 0x001ff4af
MOVSD XMM0,qword ptr [RCX + 0x40]
MULSD XMM0,XMM0
ADDSD XMM0,qword ptr [RBX + 0x540]
MOVSD qword ptr [RBX + 0x540],XMM0
TEST EDX,EDX
JZ 0x001ff4cd
MOVSD XMM0,qword ptr [RAX + RBP*0x1 + 0x48]
MULSD XMM0,XMM0
ADDSD XMM0,qword ptr [RBX + 0x700]
MOVSD qword ptr [RBX + 0x700],XMM0
ADDSD XMM1,qword ptr [R15]
LEA RCX,[RAX + RBP*0x1]
CMP R11D,0x2
MOVSD XMM0,qword ptr [R15 + 0x8]
MOVSD qword ptr [R15],XMM1
ADDSD XMM0,qword ptr [RCX + 0x30]
MOVSD qword ptr [R15 + 0x8],XMM0
MOVSD XMM0,qword ptr [R15 + 0x10]
ADDSD XMM0,qword ptr [RCX + 0x38]
MOVSD qword ptr [R15 + 0x10],XMM0
JNZ 0x001ff514
MOVSD XMM0,qword ptr [R15 + 0x18]
ADDSD XMM0,qword ptr [RCX + 0x40]
MOVSD qword ptr [R15 + 0x18],XMM0
TEST EDX,EDX
JZ 0x001ff52a
MOVSD XMM0,qword ptr [R15 + 0x20]
ADDSD XMM0,qword ptr [RAX + RBP*0x1 + 0x48]
MOVSD qword ptr [R15 + 0x20],XMM0
MOV RCX,qword ptr [RSP + 0x28]
PXOR XMM0,XMM0
LEA R8,[RAX + RBP*0x1]
CMP R11D,0x2
CVTSI2SD XMM0,qword ptr [RSP + 0x20]
MOVSD XMM1,qword ptr [R8 + 0x28]
MOV R9,qword ptr [RCX + 0x18]
MULSD XMM1,XMM0
LEA RCX,[R9 + RBP*0x1]
ADDSD XMM1,qword ptr [RCX + 0x28]
MOVSD qword ptr [RCX + 0x28],XMM1
MOVSD XMM1,qword ptr [R8 + 0x30]
MULSD XMM1,XMM0
ADDSD XMM1,qword ptr [RCX + 0x30]
MOVSD qword ptr [RCX + 0x30],XMM1
MOVSD XMM1,qword ptr [R8 + 0x38]
MULSD XMM1,XMM0
ADDSD XMM1,qword ptr [RCX + 0x38]
MOVSD qword ptr [RCX + 0x38],XMM1
JNZ 0x001ff59c
MOVSD XMM1,qword ptr [R8 + 0x40]
MULSD XMM1,XMM0
ADDSD XMM1,qword ptr [RCX + 0x40]
MOVSD qword ptr [RCX + 0x40],XMM1
TEST EDX,EDX
JZ 0x001ff5b5
MULSD XMM0,qword ptr [RAX + RBP*0x1 + 0x48]
ADD R9,RBP
ADDSD XMM0,qword ptr [R9 + 0x48]
MOVSD qword ptr [R9 + 0x48],XMM0
LEA R8,[RAX + RBP*0x1]
MOV RCX,RSI
PXOR XMM0,XMM0
IMUL RCX,RSI
MOVSD XMM2,qword ptr [R8 + 0x28]
MOVAPD XMM1,XMM2
ADD RCX,0x1
CMP R11D,0x2
CVTSI2SD XMM0,RCX
DIVSD XMM1,XMM0
ADDSD XMM1,qword ptr [RBX + 0x80]
MOVSD qword ptr [RBX + 0x80],XMM1
MOVSD XMM1,qword ptr [R8 + 0x30]
DIVSD XMM1,XMM0
ADDSD XMM1,qword ptr [RBX + 0x240]
MOVSD qword ptr [RBX + 0x240],XMM1
MOVSD XMM1,qword ptr [R8 + 0x38]
DIVSD XMM1,XMM0
ADDSD XMM1,qword ptr [RBX + 0x400]
MOVSD qword ptr [RBX + 0x400],XMM1
JNZ 0x001ff63f
MOVSD XMM1,qword ptr [R8 + 0x40]
DIVSD XMM1,XMM0
ADDSD XMM1,qword ptr [RBX + 0x5c0]
MOVSD qword ptr [RBX + 0x5c0],XMM1
TEST EDX,EDX
JZ 0x001ff65d
MOVSD XMM1,qword ptr [RAX + RBP*0x1 + 0x48]
DIVSD XMM1,XMM0
ADDSD XMM1,qword ptr [RBX + 0x780]
MOVSD qword ptr [RBX + 0x780],XMM1
ADDSD XMM2,qword ptr [R13]
LEA RCX,[RAX + RBP*0x1]
CMP R11D,0x2
MOVSD XMM0,qword ptr [R13 + 0x8]
MOVSD qword ptr [R13],XMM2
ADDSD XMM0,qword ptr [RCX + 0x30]
MOVSD qword ptr [R13 + 0x8],XMM0
MOVSD XMM0,qword ptr [R13 + 0x10]
ADDSD XMM0,qword ptr [RCX + 0x38]
MOVSD qword ptr [R13 + 0x10],XMM0
JNZ 0x001ff6a6
MOVSD XMM0,qword ptr [R13 + 0x18]
ADDSD XMM0,qword ptr [RCX + 0x40]
MOVSD qword ptr [R13 + 0x18],XMM0
TEST EDX,EDX
JZ 0x001ff6bc
MOVSD XMM0,qword ptr [R13 + 0x20]
ADDSD XMM0,qword ptr [RAX + RBP*0x1 + 0x48]
MOVSD qword ptr [R13 + 0x20],XMM0
MOVSD XMM1,qword ptr [RAX + RBP*0x1 + 0x28]
MOV RDX,qword ptr [0x00411ee0]
MOVAPD XMM0,XMM1
ANDPD XMM0,XMM4
UCOMISD XMM3,XMM0
MOVQ XMM2,RDX
JBE 0x001ff8e0
MULSD XMM1,XMM2
MOVSD XMM0,qword ptr [RBX + 0x100]
MOV RDX,qword ptr [0x00411ee0]
SUBSD XMM0,XMM1
MOVQ XMM2,RDX
MOVSD qword ptr [RBX + 0x100],XMM0
MOVSD XMM1,qword ptr [RAX + RBP*0x1 + 0x30]
MOVAPD XMM0,XMM1
ANDPD XMM0,XMM4
UCOMISD XMM3,XMM0
JBE 0x001ff880
MULSD XMM1,XMM2
MOVSD XMM0,qword ptr [RBX + 0x2c0]
MOV RDX,qword ptr [0x00411ee0]
SUBSD XMM0,XMM1
MOVQ XMM2,RDX
MOVSD qword ptr [RBX + 0x2c0],XMM0
MOVSD XMM1,qword ptr [RAX + RBP*0x1 + 0x38]
MOVAPD XMM0,XMM1
ANDPD XMM0,XMM4
UCOMISD XMM3,XMM0
JBE 0x001ff820
MULSD XMM1,XMM2
MOVSD XMM0,qword ptr [RBX + 0x480]
CMP dword ptr [R10 + 0x4],0x2
SUBSD XMM0,XMM1
MOVSD qword ptr [RBX + 0x480],XMM0
JNZ 0x001ff320
MOVSD XMM1,qword ptr [RAX + RBP*0x1 + 0x40]
MOV RDX,qword ptr [0x00411ee0]
MOVAPD XMM0,XMM1
ANDPD XMM0,XMM4
UCOMISD XMM3,XMM0
MOVQ XMM2,RDX
JBE 0x001ffc60
MULSD XMM1,XMM2
MOVSD XMM0,qword ptr [RBX + 0x640]
SUBSD XMM0,XMM1
MOVSD qword ptr [RBX + 0x640],XMM0
JMP 0x001ff320
LEA RCX,[RAX + RBP*0x1]
MOVSD XMM0,qword ptr [R12 + 0x18]
ADDSD XMM0,qword ptr [RCX + 0x40]
MOVSD qword ptr [R12 + 0x18],XMM0
MOVSD XMM0,qword ptr [R14]
ADDSD XMM0,qword ptr [RCX + 0x28]
MOVSD qword ptr [R14],XMM0
MOVSD XMM0,qword ptr [R14 + 0x8]
ADDSD XMM0,qword ptr [RCX + 0x30]
MOVSD qword ptr [R14 + 0x8],XMM0
MOVSD XMM0,qword ptr [R14 + 0x10]
ADDSD XMM0,qword ptr [RCX + 0x38]
MOVSD qword ptr [R14 + 0x10],XMM0
MOVSD XMM0,qword ptr [R14 + 0x18]
ADDSD XMM0,qword ptr [RCX + 0x40]
MOVSD qword ptr [R14 + 0x18],XMM0
JMP 0x001ff3fc
MOV qword ptr [RSP + 0x70],RDI
MOV qword ptr [RSP + 0x68],RSI
MOV qword ptr [RSP + 0x60],R10
MOVAPS xmmword ptr [RSP + 0x50],XMM4
MOVSD qword ptr [RSP + 0x48],XMM3
MOVSD qword ptr [RSP + 0x40],XMM1
CALL 0x001499f0
MOV RDI,qword ptr [RSP + 0x70]
MOV RAX,qword ptr [RSP + 0x8]
MOVAPD XMM2,XMM0
MOV RSI,qword ptr [RSP + 0x68]
MOV R10,qword ptr [RSP + 0x60]
ADD RAX,qword ptr [RDI]
MOVAPD XMM4,xmmword ptr [RSP + 0x50]
MOVSD XMM3,qword ptr [RSP + 0x48]
MOVSD XMM1,qword ptr [RSP + 0x40]
JMP 0x001ff758
MOV qword ptr [RSP + 0x70],RDI
MOV qword ptr [RSP + 0x68],RSI
MOV qword ptr [RSP + 0x60],R10
MOVAPS xmmword ptr [RSP + 0x50],XMM4
MOVSD qword ptr [RSP + 0x48],XMM3
MOVSD qword ptr [RSP + 0x40],XMM1
CALL 0x001499f0
MOV RDI,qword ptr [RSP + 0x70]
MOV RAX,qword ptr [RSP + 0x8]
MOVAPD XMM2,XMM0
MOV RSI,qword ptr [RSP + 0x68]
MOV R10,qword ptr [RSP + 0x60]
ADD RAX,qword ptr [RDI]
MOVAPD XMM4,xmmword ptr [RSP + 0x50]
MOVSD XMM3,qword ptr [RSP + 0x48]
MOVSD XMM1,qword ptr [RSP + 0x40]
JMP 0x001ff71c
MOV qword ptr [RSP + 0x70],RDI
MOV qword ptr [RSP + 0x68],RSI
MOV qword ptr [RSP + 0x60],R10
MOVAPS xmmword ptr [RSP + 0x50],XMM4
MOVSD qword ptr [RSP + 0x48],XMM3
MOVSD qword ptr [RSP + 0x40],XMM1
CALL 0x001499f0
MOV RDI,qword ptr [RSP + 0x70]
MOV RAX,qword ptr [RSP + 0x8]
MOVAPD XMM2,XMM0
MOV RSI,qword ptr [RSP + 0x68]
MOV R10,qword ptr [RSP + 0x60]
ADD RAX,qword ptr [RDI]
MOVAPD XMM4,xmmword ptr [RSP + 0x50]
MOVSD XMM3,qword ptr [RSP + 0x48]
MOVSD XMM1,qword ptr [RSP + 0x40]
JMP 0x001ff6e0
MOV RSI,qword ptr [RSP + 0x28]
PXOR XMM2,XMM2
MOV RAX,qword ptr [RSP + 0x10]
MOVSD XMM0,qword ptr [R15]
MOV RDI,qword ptr [RSI + 0x38]
CVTSI2SD XMM2,RAX
MOV R8,qword ptr [RSI + 0x48]
IMUL RAX,RAX
CMP R11D,0x2
LEA RCX,[RDI + RBP*0x1]
MULSD XMM0,XMM2
ADDSD XMM0,qword ptr [RCX + 0x28]
LEA RSI,[R8 + RBP*0x1]
MOVSD qword ptr [RCX + 0x28],XMM0
PXOR XMM0,XMM0
MOVSD XMM1,qword ptr [R15]
CVTSI2SD XMM0,RAX
MULSD XMM1,XMM0
ADDSD XMM1,qword ptr [RSI + 0x28]
MOVSD qword ptr [RSI + 0x28],XMM1
MOVSD XMM1,qword ptr [R15 + 0x8]
MULSD XMM1,XMM2
ADDSD XMM1,qword ptr [RCX + 0x30]
MOVSD qword ptr [RCX + 0x30],XMM1
MOVSD XMM1,qword ptr [R15 + 0x8]
MULSD XMM1,XMM0
ADDSD XMM1,qword ptr [RSI + 0x30]
MOVSD qword ptr [RSI + 0x30],XMM1
MOVSD XMM1,qword ptr [R15 + 0x10]
MULSD XMM1,XMM2
ADDSD XMM1,qword ptr [RCX + 0x38]
MOVSD qword ptr [RCX + 0x38],XMM1
MOVSD XMM1,qword ptr [R15 + 0x10]
MULSD XMM1,XMM0
ADDSD XMM1,qword ptr [RSI + 0x38]
MOVSD qword ptr [RSI + 0x38],XMM1
JNZ 0x001ffa14
MOVSD XMM1,qword ptr [R15 + 0x18]
MULSD XMM1,XMM2
ADDSD XMM1,qword ptr [RCX + 0x40]
MOVSD qword ptr [RCX + 0x40],XMM1
MOVSD XMM1,qword ptr [R15 + 0x18]
MULSD XMM1,XMM0
ADDSD XMM1,qword ptr [RSI + 0x40]
MOVSD qword ptr [RSI + 0x40],XMM1
TEST EDX,EDX
JZ 0x001ffa40
LEA RCX,[RDI + RBP*0x1]
MULSD XMM2,qword ptr [R15 + 0x20]
ADDSD XMM2,qword ptr [RCX + 0x48]
MOVSD qword ptr [RCX + 0x48],XMM2
LEA RCX,[R8 + RBP*0x1]
MULSD XMM0,qword ptr [R15 + 0x20]
ADDSD XMM0,qword ptr [RCX + 0x48]
MOVSD qword ptr [RCX + 0x48],XMM0
ADD qword ptr [RSP + 0x10],0x1
ADD R15,0x160
ADD R14,0x160
MOV RAX,qword ptr [RSP + 0x10]
ADD qword ptr [RSP + 0x8],0x160
CMP RAX,qword ptr [RSP + 0x78]
JNZ 0x001ff2e0
MOV R14,R10
MOV RSI,qword ptr [RSP + 0x80]
PXOR XMM5,XMM5
MOV RAX,qword ptr [RSP + 0x28]
LEA RDX,[RSI + RSI*0x4]
LEA RBP,[RSI + RDX*0x2]
MOV RAX,qword ptr [RAX + 0x18]
SHL RBP,0x3
MOVSD XMM1,qword ptr [RDI + RBP*0x1 + 0x28]
MULSD XMM1,XMM1
MOVSD XMM0,qword ptr [RAX + RBP*0x1 + 0x28]
MOVAPD XMM3,XMM0
MOVSD XMM0,qword ptr [R8 + RBP*0x1 + 0x28]
SUBSD XMM0,XMM1
SUBSD XMM3,XMM1
UCOMISD XMM5,XMM0
SQRTSD XMM1,XMM0
JA 0x001ffefd
MOVAPD XMM2,XMM1
MULSD XMM1,XMM2
MOV RSI,qword ptr [RSP + 0x80]
PXOR XMM6,XMM6
LEA RDX,[RSI + RSI*0x4]
DIVSD XMM3,XMM1
LEA RBP,[RSI + RDX*0x2]
SHL RBP,0x3
MOVSD qword ptr [RBX + 0x40],XMM3
MOVSD XMM1,qword ptr [RDI + RBP*0x1 + 0x30]
MOVSD XMM0,qword ptr [RAX + RBP*0x1 + 0x30]
MULSD XMM1,XMM1
MOVAPD XMM3,XMM0
MOVSD XMM0,qword ptr [R8 + RBP*0x1 + 0x30]
SUBSD XMM0,XMM1
SUBSD XMM3,XMM1
UCOMISD XMM6,XMM0
SQRTSD XMM1,XMM0
JA 0x001ffe53
MOVAPD XMM2,XMM1
MULSD XMM1,XMM2
MOV RSI,qword ptr [RSP + 0x80]
PXOR XMM7,XMM7
LEA RDX,[RSI + RSI*0x4]
DIVSD XMM3,XMM1
LEA RBP,[RSI + RDX*0x2]
SHL RBP,0x3
MOVSD qword ptr [RBX + 0x200],XMM3
MOVSD XMM0,qword ptr [RDI + RBP*0x1 + 0x38]
MOVSD XMM1,qword ptr [R8 + RBP*0x1 + 0x38]
MULSD XMM0,XMM0
MOVSD XMM3,qword ptr [RAX + RBP*0x1 + 0x38]
SUBSD XMM1,XMM0
SUBSD XMM3,XMM0
MOVAPD XMM0,XMM1
UCOMISD XMM7,XMM0
SQRTSD XMM1,XMM1
JA 0x001ffdc6
MOVAPD XMM2,XMM1
MULSD XMM1,XMM2
CMP dword ptr [R14 + 0x4],0x2
DIVSD XMM3,XMM1
MOVSD qword ptr [RBX + 0x3c0],XMM3
JZ 0x001ffd38
MOV EAX,dword ptr [R14 + 0x33c]
TEST EAX,EAX
JNZ 0x001ffcc0
ADD qword ptr [RSP + 0x80],0x1
ADD RBX,0x8
MOV RAX,qword ptr [RSP + 0x80]
ADD qword ptr [RSP + 0x88],0x58
ADD qword ptr [RSP + 0xb0],0x58
ADD qword ptr [RSP + 0xa8],0x58
ADD qword ptr [RSP + 0xa0],0x58
CMP qword ptr [RSP + 0xb8],RAX
JNZ 0x001ff267
ADD RSP,0xc8
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV qword ptr [RSP + 0x70],RDI
MOV qword ptr [RSP + 0x68],RSI
MOV qword ptr [RSP + 0x60],R10
MOVAPS xmmword ptr [RSP + 0x50],XMM4
MOVSD qword ptr [RSP + 0x48],XMM3
MOVSD qword ptr [RSP + 0x40],XMM1
CALL 0x001499f0
MOV RDI,qword ptr [RSP + 0x70]
MOV R10,qword ptr [RSP + 0x60]
MOVAPD XMM2,XMM0
MOV RAX,qword ptr [RSP + 0x8]
MOV RSI,qword ptr [RSP + 0x68]
ADD RAX,qword ptr [RDI]
MOV EDX,dword ptr [R10 + 0x33c]
MOVAPD XMM4,xmmword ptr [RSP + 0x50]
MOVSD XMM3,qword ptr [RSP + 0x48]
MOVSD XMM1,qword ptr [RSP + 0x40]
JMP 0x001ff34f
MOV qword ptr [RSP + 0x70],RDI
MOV qword ptr [RSP + 0x68],RSI
MOV qword ptr [RSP + 0x60],R10
MOVAPS xmmword ptr [RSP + 0x50],XMM4
MOVSD qword ptr [RSP + 0x48],XMM3
MOVSD qword ptr [RSP + 0x40],XMM1
CALL 0x001499f0
MOV RDI,qword ptr [RSP + 0x70]
MOV RAX,qword ptr [RSP + 0x8]
MOVAPD XMM2,XMM0
MOV RSI,qword ptr [RSP + 0x68]
MOV R10,qword ptr [RSP + 0x60]
ADD RAX,qword ptr [RDI]
MOVAPD XMM4,xmmword ptr [RSP + 0x50]
MOVSD XMM3,qword ptr [RSP + 0x48]
MOVSD XMM1,qword ptr [RSP + 0x40]
JMP 0x001ff79f
MOV RDI,qword ptr [RSP + 0x80]
PXOR XMM5,XMM5
LEA RAX,[RDI + RDI*0x4]
LEA RBP,[RDI + RAX*0x2]
MOV RDI,qword ptr [RSP + 0x28]
SHL RBP,0x3
MOV RAX,qword ptr [RDI + 0x38]
ADD RAX,RBP
MOVSD XMM0,qword ptr [RAX + 0x48]
MOV RAX,qword ptr [RDI + 0x18]
MULSD XMM0,XMM0
ADD RAX,RBP
MOVSD XMM3,qword ptr [RAX + 0x48]
MOV RAX,qword ptr [RDI + 0x48]
SUBSD XMM3,XMM0
ADD RAX,RBP
MOVSD XMM1,qword ptr [RAX + 0x48]
SUBSD XMM1,XMM0
MOVAPD XMM0,XMM1
UCOMISD XMM5,XMM0
SQRTSD XMM1,XMM1
JA 0x00200037
MOVAPD XMM2,XMM1
MULSD XMM1,XMM2
DIVSD XMM3,XMM1
MOVSD qword ptr [RBX + 0x740],XMM3
JMP 0x001ffba7
MOV RDI,qword ptr [RSP + 0x80]
PXOR XMM6,XMM6
LEA RAX,[RDI + RDI*0x4]
LEA RAX,[RDI + RAX*0x2]
MOV RDI,qword ptr [RSP + 0x28]
LEA RBP,[RAX*0x8]
MOV RAX,qword ptr [RDI + 0x38]
ADD RAX,RBP
MOVSD XMM0,qword ptr [RAX + 0x40]
MOV RAX,qword ptr [RDI + 0x18]
MULSD XMM0,XMM0
ADD RAX,RBP
MOVSD XMM3,qword ptr [RAX + 0x40]
MOV RAX,qword ptr [RDI + 0x48]
SUBSD XMM3,XMM0
ADD RAX,RBP
MOVSD XMM1,qword ptr [RAX + 0x40]
SUBSD XMM1,XMM0
MOVAPD XMM0,XMM1
UCOMISD XMM6,XMM0
SQRTSD XMM1,XMM1
JA 0x001fffa7
MOVAPD XMM2,XMM1
MULSD XMM1,XMM2
DIVSD XMM3,XMM1
MOVSD qword ptr [RBX + 0x580],XMM3
JMP 0x001ffb98
MOV RAX,qword ptr [RSP + 0x28]
MOV RDI,qword ptr [RAX + 0x38]
MOV R8,qword ptr [RAX + 0x48]
JMP 0x001ffa70
MOVAPS xmmword ptr [RSP + 0x10],XMM4
MOVSD qword ptr [RSP + 0x20],XMM1
MOVSD qword ptr [RSP + 0x8],XMM3
CALL 0x0014d6a0
MOV RDI,qword ptr [RSP + 0x28]
PXOR XMM7,XMM7
MOVSD XMM3,qword ptr [RSP + 0x8]
MOVSD XMM1,qword ptr [RSP + 0x20]
MOVAPD XMM4,xmmword ptr [RSP + 0x10]
MOV RAX,qword ptr [RDI + 0x38]
ADD RAX,RBP
ADD RBP,qword ptr [RDI + 0x48]
MOVSD XMM0,qword ptr [RAX + 0x38]
MOVAPD XMM2,XMM0
MULSD XMM2,XMM0
MOVSD XMM0,qword ptr [RBP + 0x38]
SUBSD XMM0,XMM2
UCOMISD XMM7,XMM0
SQRTSD XMM2,XMM0
JBE 0x001ffb7d
MOVAPS xmmword ptr [RSP + 0x30],XMM4
MOVSD qword ptr [RSP + 0x10],XMM2
CALL 0x0014d6a0
MOVSD XMM3,qword ptr [RSP + 0x8]
MOVSD XMM1,qword ptr [RSP + 0x20]
MOVSD XMM2,qword ptr [RSP + 0x10]
MOVAPD XMM4,xmmword ptr [RSP + 0x30]
JMP 0x001ffb7d
MOVAPS xmmword ptr [RSP + 0x10],XMM4
MOVSD qword ptr [RSP + 0x20],XMM1
MOVSD qword ptr [RSP + 0x8],XMM3
CALL 0x0014d6a0
MOV RAX,qword ptr [RSP + 0x28]
PXOR XMM7,XMM7
MOVSD XMM3,qword ptr [RSP + 0x8]
MOVSD XMM1,qword ptr [RSP + 0x20]
MOVAPD XMM4,xmmword ptr [RSP + 0x10]
MOV RDI,qword ptr [RAX + 0x38]
MOV R8,qword ptr [RAX + 0x48]
MOVSD XMM0,qword ptr [RDI + RBP*0x1 + 0x30]
MOVAPD XMM2,XMM0
MULSD XMM2,XMM0
MOVSD XMM0,qword ptr [R8 + RBP*0x1 + 0x30]
SUBSD XMM0,XMM2
UCOMISD XMM7,XMM0
SQRTSD XMM2,XMM0
JBE 0x002000c4
MOVAPS xmmword ptr [RSP + 0x30],XMM4
MOVSD qword ptr [RSP + 0x10],XMM2
MOVSD qword ptr [RSP + 0x20],XMM1
MOVSD qword ptr [RSP + 0x8],XMM3
CALL 0x0014d6a0
MOV RSI,qword ptr [RSP + 0x28]
MOVSD XMM3,qword ptr [RSP + 0x8]
MOVSD XMM1,qword ptr [RSP + 0x20]
MOVSD XMM2,qword ptr [RSP + 0x10]
MOV RAX,qword ptr [RSI + 0x18]
MOV RDI,qword ptr [RSI + 0x38]
MOV R8,qword ptr [RSI + 0x48]
MOVAPD XMM4,xmmword ptr [RSP + 0x30]
JMP 0x001ffb20
MOVAPS xmmword ptr [RSP + 0x10],XMM4
MOVSD qword ptr [RSP + 0x20],XMM1
MOVSD qword ptr [RSP + 0x8],XMM3
CALL 0x0014d6a0
MOV RAX,qword ptr [RSP + 0x28]
PXOR XMM7,XMM7
MOVSD XMM3,qword ptr [RSP + 0x8]
MOVSD XMM1,qword ptr [RSP + 0x20]
MOVAPD XMM4,xmmword ptr [RSP + 0x10]
MOV RDI,qword ptr [RAX + 0x38]
MOV R8,qword ptr [RAX + 0x48]
MOVSD XMM0,qword ptr [RDI + RBP*0x1 + 0x28]
MOVAPD XMM2,XMM0
MULSD XMM2,XMM0
MOVSD XMM0,qword ptr [R8 + RBP*0x1 + 0x28]
SUBSD XMM0,XMM2
UCOMISD XMM7,XMM0
SQRTSD XMM2,XMM0
JBE 0x002000cd
MOVAPS xmmword ptr [RSP + 0x30],XMM4
MOVSD qword ptr [RSP + 0x10],XMM2
MOVSD qword ptr [RSP + 0x20],XMM1
MOVSD qword ptr [RSP + 0x8],XMM3
CALL 0x0014d6a0
MOV RSI,qword ptr [RSP + 0x28]
MOVSD XMM3,qword ptr [RSP + 0x8]
MOVSD XMM1,qword ptr [RSP + 0x20]
MOVSD XMM2,qword ptr [RSP + 0x10]
MOV RAX,qword ptr [RSI + 0x18]
MOV RDI,qword ptr [RSI + 0x38]
MOV R8,qword ptr [RSI + 0x48]
MOVAPD XMM4,xmmword ptr [RSP + 0x30]
JMP 0x001ffac6
MOVAPS xmmword ptr [RSP + 0x10],XMM4
MOVSD qword ptr [RSP + 0x20],XMM1
MOVSD qword ptr [RSP + 0x8],XMM3
CALL 0x0014d6a0
MOV RDI,qword ptr [RSP + 0x28]
PXOR XMM7,XMM7
MOVSD XMM3,qword ptr [RSP + 0x8]
MOVSD XMM1,qword ptr [RSP + 0x20]
MOVAPD XMM4,xmmword ptr [RSP + 0x10]
MOV RAX,qword ptr [RDI + 0x38]
ADD RAX,RBP
MOVSD XMM0,qword ptr [RAX + 0x40]
MOV RAX,qword ptr [RDI + 0x48]
MOVAPD XMM2,XMM0
MULSD XMM2,XMM0
ADD RAX,RBP
MOVSD XMM0,qword ptr [RAX + 0x40]
SUBSD XMM0,XMM2
UCOMISD XMM7,XMM0
SQRTSD XMM2,XMM0
JBE 0x001ffd9f
MOVAPS xmmword ptr [RSP + 0x30],XMM4
MOVSD qword ptr [RSP + 0x10],XMM2
CALL 0x0014d6a0
MOVSD XMM3,qword ptr [RSP + 0x8]
MOVSD XMM1,qword ptr [RSP + 0x20]
MOVSD XMM2,qword ptr [RSP + 0x10]
MOVAPD XMM4,xmmword ptr [RSP + 0x30]
JMP 0x001ffd9f
MOVAPS xmmword ptr [RSP + 0x10],XMM4
MOVSD qword ptr [RSP + 0x20],XMM1
MOVSD qword ptr [RSP + 0x8],XMM3
CALL 0x0014d6a0
MOV RDI,qword ptr [RSP + 0x28]
PXOR XMM7,XMM7
MOVSD XMM3,qword ptr [RSP + 0x8]
MOVSD XMM1,qword ptr [RSP + 0x20]
MOVAPD XMM4,xmmword ptr [RSP + 0x10]
MOV RAX,qword ptr [RDI + 0x38]
ADD RAX,RBP
ADD RBP,qword ptr [RDI + 0x48]
MOVSD XMM0,qword ptr [RAX + 0x48]
MOVAPD XMM2,XMM0
MULSD XMM2,XMM0
MOVSD XMM0,qword ptr [RBP + 0x48]
SUBSD XMM0,XMM2
UCOMISD XMM7,XMM0
SQRTSD XMM2,XMM0
JBE 0x001ffd23
MOVAPS xmmword ptr [RSP + 0x30],XMM4
MOVSD qword ptr [RSP + 0x10],XMM2
CALL 0x0014d6a0
MOVSD XMM3,qword ptr [RSP + 0x8]
MOVSD XMM1,qword ptr [RSP + 0x20]
MOVSD XMM2,qword ptr [RSP + 0x10]
MOVAPD XMM4,xmmword ptr [RSP + 0x30]
JMP 0x001ffd23
MOV RAX,qword ptr [RAX + 0x18]
JMP 0x001ffb20
MOV RAX,qword ptr [RAX + 0x18]
JMP 0x001ffac6
| null | null | null | null |
[(u'CAST_-1207887436', u'LOAD_-1207894113'), (u'STORE_-1207895443', u'INDIRECT_-1207889888'), (u'LOAD_-1207896339', u'FLOAT_ADD_-1207896293'), ('const-433', u'STORE_-1207896271'), (u'COPY_-1207887302', u'MULTIEQUAL_-1207889104'), (u'MULTIEQUAL_-1207890411', u'FLOAT_MULT_-1207895342'), (u'MULTIEQUAL_-1207893045', u'INT_MULT_-1207895931'), (u'FLOAT_SUB_-1207893617', u'FLOAT_SQRT_-1207893590'), (u'LOAD_-1203827910', u'MULTIEQUAL_-1207891531'), ('const-433', u'LOAD_-1207896128'), (u'MULTIEQUAL_-1207889591', u'COPY_-1207888436'), (u'MULTIEQUAL_-1207890194', u'MULTIEQUAL_-1207890166'), (u'MULTIEQUAL_-1207888841', u'MULTIEQUAL_-1207888800'), ('const-72', u'INT_ADD_-1207896004'), ('const-72', u'INT_ADD_-1207891727'), (u'MULTIEQUAL_-1207888800', u'MULTIEQUAL_-1207890687'), (u'CAST_-1207888714', u'STORE_-1207896075'), (u'FLOAT_ADD_-1207893286', u'STORE_-1207893322'), (u'INT_ADD_-1207894206', u'CAST_-1207887506'), (u'LOAD_-1207893856', u'FLOAT_SUB_-1207893798'), (u'MULTIEQUAL_-1207890783', u'MULTIEQUAL_-1207888750'), ('const-8', u'PTRADD_-1207888597'), (u'MULTIEQUAL_-1207888345', u'COPY_-1207888471'), (u'INT_ADD_-1207892433', u'CAST_-1207886538'), (u'CAST_-1207886198', u'INT_ADD_-1207891734'), (u'INT_ADD_-1207892810', u'CAST_-1207886677'), ('const-433', u'LOAD_-1207895708'), (u'LOAD_-1207895708', u'FLOAT_ADD_-1207895662'), ('const-8', u'PTRADD_-1207888539'), (u'STORE_-1207892703', u'INDIRECT_-1207888059'), (u'LOAD_-1207891763', u'INT_ADD_-1207891727'), (u'INDIRECT_-1207891288', u'MULTIEQUAL_-1207891003'), ('const-433', u'LOAD_-1207895797'), (u'INT_ADD_-1207891867', u'INT_ADD_-1207891865'), ('const-433', u'STORE_-1207895350'), (u'INDIRECT_-1207890612', u'MULTIEQUAL_-1207890574'), (u'CAST_-1207886045', u'INT_ADD_-1207891451'), (u'INT_ADD_-1207896026', u'CAST_-1207888689'), ('const-40', u'INT_ADD_-1207895935'), (u'STORE_-1207896486', u'INDIRECT_-1207890315'), (u'FLOAT_ADD_-1207896101', u'STORE_-1207896137'), (u'CAST_-1207886693', u'INT_ADD_-1207892838'), (u'INT_ADD_-1207897258', u'CAST_-1207889555'), (u'CAST_-1207886635', u'LOAD_-1207891562'), (u'CAST_-1207889629', u'INT_ADD_-1207897420'), (u'MULTIEQUAL_-1207890601', u'INT_ADD_-1207892037'), (u'LOAD_-1207896291', u'FLOAT_ADD_-1207896235'), (u'PTRADD_-1207887250', u'STORE_-1207893407'), ('tmp_5084', u'CBRANCH_-1207893184'), ('const-433', u'STORE_-1207895153'), (u'FLOAT_DIV_-1207895689', u'FLOAT_ADD_-1207895683'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888468'), (u'MULTIEQUAL_-1207889968', u'MULTIEQUAL_-1207889944'), ('const-72', u'INT_ADD_-1207894097'), (u'MULTIEQUAL_-1207889987', u'PTRADD_-1207887178'), (u'STORE_-1207894340', u'INDIRECT_-1207889188'), (u'MULTIEQUAL_-1207889926', u'MULTIEQUAL_-1207889905'), (u'PTRADD_-1207887188', u'MULTIEQUAL_-1207889951'), ('const-2', u'PTRADD_-1207888572'), (u'INT_ADD_-1207895962', u'INT_ADD_-1207895822'), ('const-72', u'INT_ADD_-1207896277'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207895219'), (u'FLOAT_SUB_-1207893798', u'FLOAT_LESS_-1207889472'), (u'CAST_-1207886145', u'LOAD_-1207891621'), (u'LOAD_-1207891562', u'MULTIEQUAL_-1207891424'), (u'INDIRECT_-1207888861', u'MULTIEQUAL_-1207888841'), (u'MULTIEQUAL_-1207889706', u'MULTIEQUAL_-1207889685'), (u'INDIRECT_-1207888044', u'MULTIEQUAL_-1207888539'), ('const-8', u'PTRADD_-1207887198'), ('tmp_5795', u'BRANCH_-1203828447'), (u'INT_SEXT_-1207897612', u'SUBPIECE_-1207897566'), ('const-56', u'INT_ADD_-1207892095'), (u'PTRADD_-1207887178', u'MULTIEQUAL_-1207889987'), (u'CAST_-1207888395', u'LOAD_-1207895559'), (u'INDIRECT_-1207888815', u'MULTIEQUAL_-1207888800'), (u'INDIRECT_-1207888074', u'MULTIEQUAL_-1207888673'), (u'STORE_-1207893376', u'INDIRECT_-1207889503'), (u'STORE_-1207894212', u'INDIRECT_-1207888992'), ('const-112', u'PTRADD_-1207889099'), (u'INT_ADD_-1207895781', u'CAST_-1207888539'), (u'CAST_-1207888364', u'INT_AND_-1207895491'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207895991'), (u'PTRADD_-1207887198', u'MULTIEQUAL_-1207890131'), ('tmp_2258', u'CBRANCH_-1207895572'), (u'PTRADD_-1207888181', u'LOAD_-1207893369'), ('const-433', u'LOAD_-1207892473'), (u'FLOAT_MULT_-1207895249', u'FLOAT_SUB_-1207895214'), (u'INDIRECT_-1207888971', u'MULTIEQUAL_-1207888951'), (u'FLOAT_ADD_-1207895977', u'STORE_-1207896014'), ('const-433', u'STORE_-1207896075'), (u'STORE_-1207896137', u'INDIRECT_-1207890102'), ('const-8', u'PTRADD_-1207888620'), (u'FLOAT_ADD_-1207896100', u'STORE_-1207896136'), ('const-433', u'STORE_-1207895988'), ('const-56', u'INT_ADD_-1207896497'), ('const-128', u'PTRADD_-1207888691'), (u'COPY_-1207889643', u'FLOAT_LESSEQUAL_-1207891489'), (u'INT_OR_-1207897594', u'INT_SDIV_-1207897587'), (u'LOAD_-1207894145', u'FLOAT_ADD_-1207894099'), (u'MULTIEQUAL_-1207888429', u'MULTIEQUAL_-1207888040'), ('const-433', u'LOAD_-1207896312'), (u'LOAD_-1207897472', u'INT_ADD_-1207896302'), ('const-11', u'PTRADD_-1207887188'), (u'MULTIEQUAL_-1207888910', u'MULTIEQUAL_-1207890797'), (u'INDIRECT_-1207889827', u'MULTIEQUAL_-1207889752'), ('const-184', u'PTRADD_-1207888661'), (u'PTRADD_-1207888629', u'LOAD_-1207895729'), (u'LOAD_-1207894486', u'INT_ADD_-1207894423'), ('const-8', u'PTRADD_-1207888181'), (u'INT_SEXT_-1207897622', u'INT_MULT_-1207897537'), (u'COPY_-1207889829', u'INT_AND_-1207895187'), (u'MULTIEQUAL_-1207891245', u'INT_NOTEQUAL_-1207895572'), (u'STORE_-1207895667', u'INDIRECT_-1207890032'), (u'PTRADD_-1207888661', u'LOAD_-1207895782'), ('const-8', u'PTRADD_-1207887188'), (u'STORE_-1207894309', u'INDIRECT_-1207889057'), (u'FLOAT_ADD_-1207895814', u'STORE_-1207895847'), (u'INT_MULT_-1207894434', u'CAST_-1207887628'), (u'INT_ADD_-1207895617', u'CAST_-1207888437'), (u'LOAD_-1207896250', u'FLOAT_ADD_-1207896192'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207896190'), ('tmp_8213', u'CAST_-1203822496'), (u'MULTIEQUAL_-1207892351', u'MULTIEQUAL_-1207893501'), ('const-433', u'STORE_-1207893718'), (u'PTRADD_-1207888381', u'STORE_-1207895350'), (u'CAST_-1207889293', u'LOAD_-1207896318'), (u'FLOAT_ADD_-1207894145', u'STORE_-1207894181'), (u'INT_ADD_-1207897388', u'CAST_-1207889606'), ('tmp_8213', u'CAST_-1207888780'), ('tmp_2435', u'CBRANCH_-1207895393'), (u'PTRADD_-1207889047', u'LOAD_-1207896406'), (u'CAST_-1207885936', u'LOAD_-1207891791'), ('const-433', u'LOAD_-1207896096'), (u'STORE_-1207895548', u'INDIRECT_-1207889849'), (u'INT_ADD_-1207893682', u'CAST_-1207887227'), ('const-1', u'PTRADD_-1207889277'), ('const-8', u'PTRADD_-1207888188'), (u'INDIRECT_-1207888587', u'MULTIEQUAL_-1207888023'), (u'INT_MULT_-1207893730', u'INT_ADD_-1207891888'), (u'INDIRECT_-1207889778', u'MULTIEQUAL_-1207889701'), (u'LOAD_-1207896067', u'INT_EQUAL_-1207894441'), (u'STORE_-1207893427', u'INDIRECT_-1207889648'), (u'FLOAT_MULT_-1207894181', u'FLOAT_ADD_-1207894176'), (u'INT_ADD_-1207892095', u'CAST_-1207886405'), ('const-433', u'STORE_-1207893407'), (u'STORE_-1207893407', u'INDIRECT_-1207888587'), ('const-64', u'INT_ADD_-1207892499'), ('const-8', u'PTRADD_-1207888528'), ('tmp_4426', u'CBRANCH_-1207893631'), ('tmp_7485', u'BRANCH_-1207892161'), (u'INT_ADD_-1207896457', u'CAST_-1207888965'), (u'FLOAT_SUB_-1207891540', u'CALL_-1207891514'), (u'INT_EQUAL_-1207893416', u'CBRANCH_-1207893396'), (u'CAST_-1207886039', u'INT_ADD_-1207891444'), ('const-24', u'INT_ADD_-1207896150'), ('const-4', u'PTRADD_-1207889330'), (u'INT_MULT_-1207892864', u'INT_ADD_-1203828586'), (u'INT_ADD_-1203828586', u'INT_ADD_-1203828559'), (u'INT_ADD_-1207896190', u'INT_ADD_-1207896115'), ('const-433', u'LOAD_-1207894154'), ('const-72', u'INT_ADD_-1207895545'), (u'INDIRECT_-1207888662', u'MULTIEQUAL_-1207888563'), (u'STORE_-1207893349', u'INDIRECT_-1207889595'), (u'CAST_-1207887552', u'LOAD_-1207894288'), (u'LOAD_-1207896023', u'FLOAT_ADD_-1207895977'), ('const-0', u'INT_NOTEQUAL_-1207894162'), ('const-200', u'PTRADD_-1207888258'), ('const-48', u'INT_ADD_-1207895982'), (u'STORE_-1207895961', u'INDIRECT_-1207890651'), (u'INT_ADD_-1207894365', u'CAST_-1207887618'), (u'CAST_-1207886310', u'INT_ADD_-1207891904'), (u'INDIRECT_-1207891178', u'MULTIEQUAL_-1207888455'), (u'CAST_-1207886678', u'INT_ADD_-1207892810'), (u'INT_SEXT_-1207897608', u'INT_SREM_-1207897583'), (u'INDIRECT_-1207889668', u'MULTIEQUAL_-1207889591'), (u'STORE_-1207893537', u'INDIRECT_-1207888552'), ('const-433', u'STORE_-1207895810'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207889135'), (u'INT_ADD_-1207891539', u'CAST_-1207886629'), (u'INT_ADD_-1207894334', u'CAST_-1207887596'), (u'LOAD_-1207895643', u'FLOAT_ADD_-1207895587'), ('const-0', u'COPY_-1207897201'), (u'INT_AND_-1207895187', u'CAST_-1207888162'), (u'MULTIEQUAL_-1207893433', u'INT_ADD_-1207896021'), ('const-112', u'PTRADD_-1207889108'), (u'INT_MULT_-1207893549', u'INT_ADD_-1207893510'), (u'CAST_-1207887653', u'LOAD_-1207894428'), ('const-433', u'LOAD_-1207892854'), (u'PTRADD_-1207889247', u'LOAD_-1207895940'), (u'MULTIEQUAL_-1207890834', u'MULTIEQUAL_-1207890765'), (u'INT_AND_-1207895491', u'CAST_-1207888363'), (u'LOAD_-1207895928', u'FLOAT_ADD_-1207895882'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207887622'), (u'FLOAT_SUB_-1207892713', u'FLOAT_SQRT_-1207892685'), (u'MULTIEQUAL_-1207888951', u'MULTIEQUAL_-1207888910'), ('const-433', u'LOAD_-1207893420'), (u'INT_ADD_-1207896100', u'CAST_-1207888743'), ('const-433', u'LOAD_-1207895897'), ('tmp_6033', u'BRANCH_-1207892373'), (u'PTRADD_-1207888999', u'STORE_-1207896329'), (u'MULTIEQUAL_-1207890687', u'MULTIEQUAL_-1207890334'), (u'INT_EQUAL_-1207895909', u'CBRANCH_-1207895798'), (u'CAST_-1207887484', u'LOAD_-1207894191'), (u'INT_ADD_-1207893339', u'MULTIEQUAL_-1207890167'), (u'INT_ADD_-1207896275', u'CAST_-1207889281'), (u'INT_ADD_-1207896021', u'INT_ADD_-1207895982'), ('const-433', u'LOAD_-1207895172'), (u'CAST_-1207887019', u'LOAD_-1207893391'), ('const-433', u'STORE_-1207895254'), (u'FLOAT_SUB_-1207893798', u'FLOAT_SQRT_-1207893771'), (u'CAST_-1207889592', u'LOAD_-1207897346'), (u'FLOAT_MULT_-1207892453', u'FLOAT_SUB_-1207892419'), (u'INT_ADD_-1207897532', u'INT_NOTEQUAL_-1207893191'), ('const-433', u'STORE_-1207895884'), (u'FLOAT_MULT_-1207892070', u'FLOAT_SUB_-1207892055'), ('const-2', u'INT_EQUAL_-1207896357'), (u'CAST_-1207888866', u'LOAD_-1207896312'), (u'CALL_-1207891966', u'INDIRECT_-1207887806'), (u'INT_ADD_-1207893339', u'INT_NOTEQUAL_-1207893191'), (u'CAST_-1207889606', u'LOAD_-1207897404'), ('const-433', u'LOAD_-1207894257'), (u'MULTIEQUAL_-1207890027', u'MULTIEQUAL_-1207889998'), ('const-8', u'PTRADD_-1207888169'), (u'LOAD_-1207897472', u'INT_ADD_-1207893375'), ('const-433', u'LOAD_-1207892506'), ('const-433', u'LOAD_-1207895539'), (u'LOAD_-1207893514', u'FLOAT_SUB_-1207893439'), (u'STORE_-1207894181', u'INDIRECT_-1207888971'), (u'INT_ADD_-1207896596', u'INT_ADD_-1207896190'), ('tmp_8213', u'LOAD_-1207897472'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888661'), (u'MULTIEQUAL_-1207889316', u'FLOAT_MULT_-1207893574'), ('const-433', u'LOAD_-1207892515'), (u'INT_ADD_-1203828576', u'CAST_-1203822535'), (u'INT_MULT_-1207893549', u'INT_ADD_-1207892142'), (u'STORE_-1207894340', u'INDIRECT_-1207888968'), (u'COPY_-1207897201', u'MULTIEQUAL_-1207890601'), (u'CAST_-1207888363', u'CALL_-1207892811'), (u'MULTIEQUAL_-1207892834', u'PTRADD_-1207889374'), ('const-433', u'LOAD_-1207895602'), (u'LOAD_-1207896008', u'FLOAT_ADD_-1207895952'), ('const-56', u'INT_ADD_-1207895325'), (u'FLOAT_MULT_-1207892349', u'FLOAT_DIV_-1207892345'), (u'CALL_-1203828437', u'INDIRECT_-1203824356'), ('const-56', u'INT_ADD_-1207891904'), (u'MULTIEQUAL_-1207891003', u'MULTIEQUAL_-1207888970'), (u'INT2FLOAT_-1207895857', u'FLOAT_DIV_-1207895857'), (u'LOAD_-1207892769', u'FLOAT_SUB_-1207892713'), (u'LOAD_-1207897472', u'INT_ADD_-1207896051'), (u'CAST_-1207888884', u'LOAD_-1207896339'), (u'LOAD_-1207895729', u'FLOAT_ADD_-1207895683'), (u'FLOAT_DIV_-1207893728', u'STORE_-1207893718'), (u'INT_ADD_-1207895525', u'INT_ADD_-1207895523'), (u'INT_ADD_-1207896137', u'INT_ADD_-1207896092'), (u'MULTIEQUAL_-1207893045', u'INT_SUB_-1207895816'), (u'CAST_-1207889574', u'LOAD_-1207897310'), (u'FLOAT_SUB_-1207892393', u'FLOAT_SQRT_-1207892365'), ('tmp_7175', u'BRANCH_-1203827902'), (u'PTRADD_-1207888406', u'LOAD_-1207895383'), (u'CALL_-1207892047', u'INDIRECT_-1207887964'), (u'STORE_-1207894278', u'INDIRECT_-1207888926'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888629'), (u'LOAD_-1207895981', u'FLOAT_ADD_-1207895925'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207888935'), (u'INT_MULT_-1207893730', u'INT_ADD_-1207893659'), (u'MULTIEQUAL_-1207890893', u'MULTIEQUAL_-1207890797'), (u'STORE_-1207895917', u'INDIRECT_-1207890628'), (u'LOAD_-1207897436', u'INT_ADD_-1207897412'), (u'INDIRECT_-1207890541', u'MULTIEQUAL_-1207890508'), (u'INDIRECT_-1207889773', u'MULTIEQUAL_-1207889682'), (u'INT_ADD_-1207891444', u'CAST_-1207886038'), ('tmp_5495', u'CBRANCH_-1207892726'), ('const-4', u'PTRADD_-1207889247'), (u'INDIRECT_-1207890256', u'MULTIEQUAL_-1207890166'), ('const-40', u'INT_ADD_-1207894412'), ('const-44', u'PTRADD_-1207889214'), (u'LOAD_-1207893411', u'FLOAT_ADD_-1207893365'), (u'INT_SEXT_-1207897608', u'INT_SDIV_-1207897587'), ('const-433', u'STORE_-1207892383'), ('const-3', u'PTRADD_-1207888223'), ('const-433', u'LOAD_-1207895729'), (u'MULTIEQUAL_-1207890477', u'FLOAT_MULT_-1207895435'), (u'LOAD_-1207896173', u'FLOAT_ADD_-1207896127'), (u'PTRADD_-1207888682', u'STORE_-1207895810'), (u'CAST_-1207889642', u'INT_ADD_-1207897439'), (u'COPY_-1207889829', u'INT_AND_-1207895299'), (u'MULTIEQUAL_-1207891458', u'INT_NOTEQUAL_-1207895941'), (u'CALL_-1203828491', u'INDIRECT_-1203824213'), (u'LOAD_-1207897455', u'INT_ZEXT_-1207893847'), (u'FLOAT_SUB_-1207895316', u'STORE_-1207895350'), ('const-433', u'LOAD_-1207892204'), (u'CAST_-1203822504', u'INT_ADD_-1203827894'), ('const-56', u'INT_ADD_-1207896084'), (u'INT_MULT_-1207893903', u'INT_ADD_-1207893858'), (u'CAST_-1207889102', u'LOAD_-1207896023'), (u'STORE_-1207895667', u'INDIRECT_-1207889922'), ('const-0', u'INT_NOTEQUAL_-1207896294'), (u'LOAD_-1207894401', u'FLOAT_MULT_-1207894340'), ('const-433', u'LOAD_-1207896473'), ('const-64', u'INT_ADD_-1207892433'), ('const-1', u'PTRADD_-1207889387'), ('const-433', u'STORE_-1207896393'), (u'STORE_-1207896040', u'INDIRECT_-1207890257'), (u'PTRADD_-1207888539', u'STORE_-1207895592'), (u'PTRADD_-1207888597', u'LOAD_-1207895678'), ('const-433', u'LOAD_-1207893514'), (u'CAST_-1207888737', u'STORE_-1207896106'), ('const-433', u'LOAD_-1207896085'), (u'LOAD_-1207892482', u'FLOAT_SUB_-1207892419'), (u'INT_ADD_-1207893659', u'CAST_-1207887212'), (u'INT_ADD_-1207896265', u'CAST_-1207888846'), (u'MULTIEQUAL_-1207891388', u'MULTIEQUAL_-1207891284'), (u'INDIRECT_-1207888279', u'MULTIEQUAL_-1207888639'), (u'PTRADD_-1207889432', u'LOAD_-1207896228'), (u'INDIRECT_-1207889486', u'MULTIEQUAL_-1207890614'), (u'CALL_-1207892098', u'INDIRECT_-1207888294'), (u'LOAD_-1207896291', u'CAST_-1207889263'), (u'INT_EQUAL_-1207896589', u'CBRANCH_-1207896474'), (u'INT_EQUAL_-1207896187', u'CBRANCH_-1207896066'), (u'PTRADD_-1207888169', u'STORE_-1207893349'), ('const-433', u'LOAD_-1207896067'), (u'MULTIEQUAL_-1207889650', u'COPY_-1207888497'), (u'FLOAT_ADD_-1207896192', u'STORE_-1207896227'), ('const-433', u'LOAD_-1207893342'), (u'PTRADD_-1207888236', u'LOAD_-1207893448'), (u'LOAD_-1207894473', u'MULTIEQUAL_-1207891388'), (u'INT_ADD_-1207892490', u'CAST_-1207886569'), (u'MULTIEQUAL_-1207891388', u'INT_ADD_-1207893842'), (u'INT_MULT_-1207897366', u'INT_ADD_-1207897340'), (u'STORE_-1207894340', u'INDIRECT_-1207889078'), (u'CAST_-1207888295', u'FLOAT_LESSEQUAL_-1207890436'), ('const-8', u'PTRADD_-1207888468'), (u'INDIRECT_-1207889782', u'MULTIEQUAL_-1207889706'), (u'INT_ADD_-1207893438', u'INT_ADD_-1207893370'), ('const-433', u'LOAD_-1207891474'), ('const-8', u'PTRADD_-1207887672'), (u'INDIRECT_-1207887813', u'MULTIEQUAL_-1207888654'), ('tmp_5515', u'BRANCH_-1207892693'), ('const-3', u'PTRADD_-1207888236'), ('const-433', u'STORE_-1207894340'), ('const-433', u'LOAD_-1207894365'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207888980'), (u'STORE_-1207895592', u'INDIRECT_-1207889982'), (u'STORE_-1207896227', u'INDIRECT_-1207890376'), (u'INT_MULT_-1207895931', u'INT_ADD_-1207895917'), (u'LOAD_-1207892131', u'FLOAT_MULT_-1207892070'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888620'), (u'MULTIEQUAL_-1207892829', u'PTRADD_-1207888572'), ('const-433', u'LOAD_-1207892167'), (u'LOAD_-1207893941', u'MULTIEQUAL_-1207891531'), (u'MULTIEQUAL_-1207889807', u'MULTIEQUAL_-1207889778'), ('const-352', u'INT_ADD_-1207894012'), ('const-64', u'INT_ADD_-1207892466'), ('const-433', u'LOAD_-1207896166'), (u'INT_ADD_-1207895219', u'CAST_-1207888181'), (u'LOAD_-1207893332', u'FLOAT_ADD_-1207893286'), (u'MULTIEQUAL_-1207892829', u'PTRADD_-1207888528'), (u'FLOAT_SUB_-1207892055', u'FLOAT_LESS_-1207888522'), (u'INT_ADD_-1207896007', u'CAST_-1207889102'), (u'MULTIEQUAL_-1207893172', u'LOAD_-1207893420'), (u'INT_AND_-1207895392', u'CAST_-1207888295'), (u'MULTIEQUAL_-1207889816', u'MULTIEQUAL_-1207889795'), ('const-2', u'INT_EQUAL_-1207895263'), ('const-72', u'INT_ADD_-1207895730'), (u'INT_ADD_-1207892907', u'MULTIEQUAL_-1207892479'), ('tmp_8213', u'CAST_-1207886636'), (u'MULTIEQUAL_-1207891458', u'MULTIEQUAL_-1207891595'), ('const-48', u'INT_ADD_-1207894295'), (u'CAST_-1207888568', u'LOAD_-1207895838'), ('const-433', u'LOAD_-1207895643'), (u'LOAD_-1207895559', u'FLOAT_ADD_-1207895513'), (u'CAST_-1207886303', u'LOAD_-1207891913'), ('const-8', u'PTRADD_-1207887211'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207889234'), (u'MULTIEQUAL_-1207890188', u'MULTIEQUAL_-1207890164'), (u'INT_ADD_-1207894112', u'INT_ADD_-1207894097'), (u'INT_NOTEQUAL_-1207893992', u'CBRANCH_-1207893988'), ('const-433', u'LOAD_-1207891621'), ('const-433', u'LOAD_-1207893710'), (u'CAST_-1207889557', u'INT_ADD_-1207897264'), ('const-2', u'PTRADD_-1207888169'), (u'INT_ADD_-1207892457', u'CAST_-1207886550'), (u'FLOAT_MULT_-1207896009', u'FLOAT_ADD_-1207896004'), (u'CAST_-1207886538', u'LOAD_-1207892449'), (u'CALL_-1207897639', u'INDIRECT_-1207891288'), (u'PTRADD_-1207888344', u'LOAD_-1207895290'), (u'STORE_-1207895847', u'INDIRECT_-1207890038'), (u'INT_ADD_-1207896596', u'INT_ADD_-1207896407'), (u'PTRADD_-1207888223', u'STORE_-1207893427'), (u'LOAD_-1207894113', u'FLOAT_ADD_-1207894067'), ('tmp_2702', u'CBRANCH_-1207896294'), (u'LOAD_-1207892515', u'FLOAT_MULT_-1207892453'), (u'CALL_-1207892213', u'INDIRECT_-1207888055'), (u'INDIRECT_-1207889901', u'MULTIEQUAL_-1207889807'), (u'PTRADD_-1207888971', u'LOAD_-1207896291'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888682'), (u'LOAD_-1207895633', u'FLOAT_ADD_-1207895587'), (u'MULTIEQUAL_-1207889685', u'MULTIEQUAL_-1207889650'), (u'CAST_-1207889377', u'MULTIEQUAL_-1207892829'), (u'LOAD_-1207895951', u'FLOAT_ADD_-1207895662'), (u'INT_ADD_-1207894241', u'CAST_-1207887530'), (u'INDIRECT_-1207890179', u'MULTIEQUAL_-1207890096'), (u'MULTIEQUAL_-1207893561', u'STORE_-1207896554'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207889419'), (u'FLOAT_MULT_-1207893390', u'FLOAT_DIV_-1207893369'), (u'LOAD_-1207894191', u'FLOAT_ADD_-1207894145'), (u'INT2FLOAT_-1207895857', u'FLOAT_DIV_-1207895820'), ('tmp_2205', u'CBRANCH_-1207895613'), ('const-433', u'STORE_-1207896136'), ('const-8', u'PTRADD_-1207888719'), (u'CAST_-1207888070', u'LOAD_-1207893411'), (u'INT_ADD_-1207891904', u'CAST_-1207886309'), (u'FLOAT_SUB_-1207892713', u'CALL_-1203828657'), ('tmp_1763', u'CBRANCH_-1207896021'), (u'MULTIEQUAL_-1207890565', u'INT_ADD_-1207895835'), (u'LOAD_-1207893396', u'FLOAT_ADD_-1207893340'), (u'INDIRECT_-1207889553', u'MULTIEQUAL_-1207889462'), ('const-433', u'LOAD_-1207894486'), (u'LOAD_-1207892144', u'INT_ADD_-1207892126'), ('tmp_8213', u'CAST_-1207889607'), (u'LOAD_-1207895290', u'FLOAT_SUB_-1207895214'), (u'INT_ADD_-1207894129', u'CAST_-1207887458'), ('const-4', u'INT_ZEXT_-1207897606'), (u'CAST_-1207888232', u'CALL_-1207893125'), (u'INDIRECT_-1207887645', u'MULTIEQUAL_-1207888743'), ('const-433', u'LOAD_-1207895940'), (u'MULTIEQUAL_-1207888639', u'MULTIEQUAL_-1207891003'), (u'INT_ADD_-1207897540', u'INT_MULT_-1207897400'), ('const-44', u'PTRADD_-1207889222'), (u'FLOAT_SQRT_-1207891801', u'COPY_-1207886474'), (u'FLOAT_ADD_-1207895952', u'STORE_-1207895988'), ('const-0', u'FLOAT_LESS_-1207889255'), (u'INT_ADD_-1207896049', u'CAST_-1207888706'), ('const-433', u'LOAD_-1207891562'), (u'CAST_-1207887618', u'LOAD_-1207894381'), ('const-433', u'LOAD_-1207892534'), (u'LOAD_-1207892449', u'FLOAT_SUB_-1207892393'), ('const-433', u'LOAD_-1207894334'), (u'CAST_-1207887212', u'LOAD_-1207893675'), (u'INT_ADD_-1207897576', u'MULTIEQUAL_-1207893829'), (u'MULTIEQUAL_-1207891231', u'INT_ADD_-1207893512'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888406'), (u'FLOAT_ADD_-1207895513', u'STORE_-1207895548'), ('const-240', u'PTRADD_-1207888629'), (u'MULTIEQUAL_-1207889020', u'MULTIEQUAL_-1207888970'), (u'INDIRECT_-1207888059', u'MULTIEQUAL_-1207888419'), ('const-64', u'INT_ADD_-1207897294'), (u'INT_ADD_-1207891582', u'CAST_-1207886130'), (u'INT_ADD_-1207894412', u'CAST_-1207887653'), (u'INDIRECT_-1207889357', u'MULTIEQUAL_-1207890398'), (u'FLOAT_DIV_-1207895742', u'FLOAT_ADD_-1207895736'), (u'CALL_-1207891683', u'INDIRECT_-1207887638'), (u'STORE_-1207896136', u'INDIRECT_-1207890654'), ('const-4', u'PTRADD_-1207887601'), (u'INT_ADD_-1207893415', u'CAST_-1207887058'), ('const-24', u'INT_ADD_-1207892490'), (u'STORE_-1207894181', u'INDIRECT_-1207888861'), (u'INDIRECT_-1207889762', u'MULTIEQUAL_-1207889706'), ('const-72', u'INT_ADD_-1207894121'), (u'INT_SLESS_-1207897493', u'CBRANCH_-1207897500'), (u'CALL_-1207897651', u'INDIRECT_-1207891297'), (u'LOAD_-1207891474', u'MULTIEQUAL_-1207891531'), (u'MULTIEQUAL_-1207892834', u'PTRADD_-1207888223'), (u'CAST_-1207887458', u'LOAD_-1207894145'), (u'LOAD_-1207896157', u'FLOAT_ADD_-1207896100'), (u'CALL_-1207893125', u'INDIRECT_-1207889493'), (u'LOAD_-1207893698', u'FLOAT_SUB_-1207893612'), (u'INT_MULT_-1207893549', u'INT_ADD_-1207892126'), ('const-168', u'PTRADD_-1207889079'), (u'MULTIEQUAL_-1207888649', u'MULTIEQUAL_-1207888260'), (u'FLOAT_SQRT_-1203828477', u'COPY_-1203822768'), (u'INT_ADD_-1207896021', u'INT_ADD_-1207896007'), ('const-72', u'INT_ADD_-1207896407'), (u'CAST_-1207887478', u'STORE_-1207894181'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207888169'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207888181'), (u'STORE_-1207895548', u'INDIRECT_-1207889959'), (u'CAST_-1207886659', u'INT_ADD_-1207892777'), (u'INDIRECT_-1207889706', u'MULTIEQUAL_-1207890834'), (u'CAST_-1207886576', u'LOAD_-1207892515'), (u'CAST_-1207888766', u'LOAD_-1207896147'), ('const-144', u'PTRADD_-1207888344'), (u'INDIRECT_-1207890634', u'MULTIEQUAL_-1207890574'), ('const-16', u'INT_ADD_-1207897462'), (u'FLOAT_MULT_-1207896187', u'FLOAT_SUB_-1207896169'), (u'MULTIEQUAL_-1207893009', u'PTRADD_-1207889227'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207886828'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207887716'), (u'MULTIEQUAL_-1207889104', u'FLOAT_MULT_-1207893390'), (u'COPY_-1207893823', u'MULTIEQUAL_-1207893719'), ('const-433', u'LOAD_-1207894222'), (u'INT_ADD_-1207894357', u'CAST_-1207887612'), (u'LOAD_-1207893710', u'FLOAT_MULT_-1207893642'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207889289'), ('const-433', u'LOAD_-1207891881'), (u'INT_ADD_-1207892115', u'CAST_-1207886419'), ('const-433', u'STORE_-1207895986'), (u'MULTIEQUAL_-1207888690', u'FLOAT_MULT_-1207892669'), (u'LOAD_-1207895432', u'CAST_-1207888296'), (u'FLOAT_ADD_-1207895777', u'STORE_-1207895810'), (u'STORE_-1207893349', u'INDIRECT_-1207889375'), (u'INT_ADD_-1207891546', u'CAST_-1207886635'), (u'STORE_-1207892383', u'INDIRECT_-1207887934'), ('const-0', u'FLOAT_LESS_-1207889371'), (u'STORE_-1207896302', u'INDIRECT_-1207890309'), ('tmp_1509', u'CBRANCH_-1207896251'), (u'INDIRECT_-1207889849', u'MULTIEQUAL_-1207889795'), ('const-433', u'LOAD_-1207891467'), (u'FLOAT_MULT_-1207896418', u'FLOAT_ADD_-1207896413'), (u'STORE_-1207896227', u'INDIRECT_-1207890156'), ('const-8', u'PTRADD_-1207889038'), ('const-433', u'LOAD_-1207896513'), (u'INT_ZEXT_-1207897606', u'INT_OR_-1207897594'), (u'CAST_-1207886584', u'LOAD_-1207892534'), (u'MULTIEQUAL_-1207892834', u'PTRADD_-1207889330'), ('const-433', u'LOAD_-1207896238'), ('const-8', u'PTRADD_-1207889126'), ('const-44', u'PTRADD_-1207887570'), (u'MULTIEQUAL_-1207891284', u'INT_ADD_-1207893661'), (u'CAST_-1207887628', u'INT2FLOAT_-1207894341'), (u'CAST_-1207889019', u'LOAD_-1207896549'), (u'STORE_-1207895810', u'INDIRECT_-1207890011'), (u'MULTIEQUAL_-1207893169', u'STORE_-1207896345'), (u'INT_ADD_-1207892796', u'INT_ADD_-1207892786'), (u'FLOAT_ADD_-1207895587', u'STORE_-1207895623'), ('const-433', u'LOAD_-1207891460'), (u'STORE_-1207895810', u'INDIRECT_-1207890121'), (u'MULTIEQUAL_-1207888750', u'MULTIEQUAL_-1207888633'), (u'FLOAT_ADD_-1207893340', u'STORE_-1207893376'), (u'STORE_-1207895623', u'INDIRECT_-1207889782'), (u'INT_ADD_-1207891897', u'CAST_-1207886303'), (u'MULTIEQUAL_-1207890167', u'INT_MULT_-1207892515'), (u'FLOAT_LESS_-1203824631', u'CBRANCH_-1203828519'), (u'FLOAT_ADD_-1207896266', u'STORE_-1207896302'), ('const-8', u'PTRADD_-1207888992'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207887416'), (u'INT_ADD_-1207891621', u'CAST_-1207886156'), (u'MULTIEQUAL_-1207891245', u'INT_NOTEQUAL_-1207896251'), (u'FLOAT_MULT_-1207894387', u'FLOAT_ADD_-1207894382'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207889126'), (u'PTRADD_-1207888935', u'STORE_-1207896227'), ('const-48', u'INT_ADD_-1207893661'), ('const-32', u'PTRADD_-1207888443'), (u'STORE_-1207893407', u'INDIRECT_-1207888697'), ('const-1', u'PTRADD_-1207887737'), (u'INT_ADD_-1207896533', u'CAST_-1207889019'), (u'LOAD_-1207896067', u'MULTIEQUAL_-1207891600'), (u'STORE_-1207892383', u'INDIRECT_-1207888154'), (u'INT_ADD_-1207897340', u'INT_ADD_-1207897258'), ('tmp_2581', u'CBRANCH_-1207895242'), ('const-433', u'STORE_-1207893427'), (u'INDIRECT_-1207888552', u'MULTIEQUAL_-1207888453'), (u'INDIRECT_-1207888697', u'MULTIEQUAL_-1207888649'), ('tmp_8213', u'CAST_-1207886585'), (u'CAST_-1207887686', u'LOAD_-1207894486'), (u'LOAD_-1207894272', u'FLOAT_MULT_-1207894216'), (u'LOAD_-1207892802', u'FLOAT_SUB_-1207892739'), (u'INDIRECT_-1207889603', u'MULTIEQUAL_-1207889752'), ('const-433', u'LOAD_-1207896499'), (u'INT_ADD_-1207892509', u'INT_ADD_-1207892499'), (u'INT_ADD_-1207897274', u'CAST_-1207889561'), (u'STORE_-1207895592', u'INDIRECT_-1207889872'), (u'FLOAT_ADD_-1207896070', u'STORE_-1207896106'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207887601'), ('tmp_8213', u'CAST_-1207889642'), (u'CAST_-1207888760', u'STORE_-1207896137'), (u'PTRADD_-1207888443', u'STORE_-1207895443'), (u'INT_ADD_-1207896571', u'INT_ADD_-1207896457'), (u'CAST_-1207886405', u'LOAD_-1207892111'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207887578'), ('const-8', u'PTRADD_-1207888935'), (u'LOAD_-1207891750', u'MULTIEQUAL_-1207891231'), (u'LOAD_-1207895997', u'FLOAT_ADD_-1207895951'), (u'CAST_-1207888621', u'INT2FLOAT_-1207895857'), (u'INT_ADD_-1207896596', u'INT_ADD_-1207896224'), ('const-8', u'PTRADD_-1207888271'), (u'FLOAT_DIV_-1207892345', u'STORE_-1207892383'), (u'INT_ADD_-1207896160', u'CAST_-1207888787'), (u'MULTIEQUAL_-1207890783', u'MULTIEQUAL_-1207890687'), (u'INT_ADD_-1207897315', u'CAST_-1207889587'), (u'MULTIEQUAL_-1207890598', u'MULTIEQUAL_-1207890554'), (u'LOAD_-1207895678', u'FLOAT_ADD_-1207895614'), (u'FLOAT_ADD_-1207894211', u'STORE_-1207894247'), (u'LOAD_-1207896581', u'FLOAT_MULT_-1207896520'), ('const-433', u'STORE_-1207894181'), (u'CAST_-1207888689', u'STORE_-1207896040'), ('const-433', u'STORE_-1207896486'), ('const-433', u'LOAD_-1207894381'), (u'FLOAT_SUB_-1207893617', u'CALL_-1207891966'), (u'INDIRECT_-1207888587', u'MULTIEQUAL_-1207888539'), (u'CAST_-1203822536', u'INT_ADD_-1203828576'), ('const-433', u'LOAD_-1207892793'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207896405'), (u'INT_ADD_-1207895991', u'INT_ADD_-1207895981'), (u'STORE_-1207894135', u'INDIRECT_-1207888836'), (u'LOAD_-1207892925', u'INT_ADD_-1207892907'), ('const-64', u'INT_ADD_-1207891717'), (u'LOAD_-1207896356', u'FLOAT_ADD_-1207896293'), ('const-8', u'PTRADD_-1207887695'), (u'MULTIEQUAL_-1207888455', u'COPY_-1207888581'), ('const-56', u'INT_ADD_-1207891451'), (u'INT_ADD_-1207894264', u'CAST_-1207887546'), ('const-433', u'LOAD_-1207894428'), (u'CAST_-1207886150', u'LOAD_-1207891630'), (u'PTRADD_-1207887416', u'STORE_-1207893718'), (u'INDIRECT_-1207890524', u'MULTIEQUAL_-1207890464'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207895682'), (u'LOAD_-1207894495', u'FLOAT_MULT_-1207894387'), ('const-433', u'LOAD_-1207895838'), (u'CAST_-1207889067', u'LOAD_-1207895971'), (u'MULTIEQUAL_-1207891481', u'MULTIEQUAL_-1207891458'), (u'CAST_-1207888296', u'INT_AND_-1207895392'), (u'INDIRECT_-1207889508', u'MULTIEQUAL_-1207889811'), (u'MULTIEQUAL_-1207888429', u'MULTIEQUAL_-1207888419'), (u'CAST_-1207886551', u'INT_ADD_-1207892457'), (u'INT_ADD_-1207893395', u'CAST_-1207888070'), (u'CALL_-1203828657', u'INDIRECT_-1203824194'), (u'LOAD_-1207896128', u'FLOAT_ADD_-1207896071'), ('const-8', u'PTRADD_-1207887737'), (u'CAST_-1207886665', u'LOAD_-1207892802'), ('const-256', u'PTRADD_-1207889419'), ('const-0', u'COPY_-1207897012'), (u'STORE_-1207894309', u'INDIRECT_-1207889167'), (u'STORE_-1207892703', u'INDIRECT_-1207888279'), ('const-433', u'LOAD_-1207894350'), ('const-433', u'LOAD_-1207897478'), ('const-433', u'LOAD_-1207893359'), (u'MULTIEQUAL_-1207891216', u'FLOAT_MULT_-1207896187'), ('const-433', u'LOAD_-1207892835'), (u'MULTIEQUAL_-1207890488', u'MULTIEQUAL_-1207890444'), ('const-40', u'INT_ADD_-1207896007'), ('const-0', u'RETURN_-1207893120'), (u'FLOAT_ADD_-1207896516', u'STORE_-1207896554'), (u'INT_ADD_-1207894403', u'INT_ADD_-1207894357'), (u'LOAD_-1207896176', u'FLOAT_MULT_-1207896113'), ('const-40', u'INT_ADD_-1207895525'), (u'LOAD_-1207895602', u'FLOAT_ADD_-1207895556'), (u'LOAD_-1207895539', u'CAST_-1207888364'), (u'MULTIEQUAL_-1207891531', u'MULTIEQUAL_-1207891442'), ('const-4', u'INT_ADD_-1207895262'), (u'STORE_-1207896345', u'INDIRECT_-1207890448'), ('const-433', u'STORE_-1207895650'), ('const-88', u'INT_MULT_-1207897366'), (u'FLOAT_MULT_-1207893755', u'FLOAT_DIV_-1207893728'), (u'CAST_-1207889439', u'LOAD_-1207897101'), (u'INT2FLOAT_-1207894428', u'FLOAT_MULT_-1207894106'), (u'INT2FLOAT_-1207894341', u'FLOAT_MULT_-1207894340'), (u'MULTIEQUAL_-1207890601', u'INT_ADD_-1207896596'), (u'CALL_-1207892811', u'INDIRECT_-1207889193'), (u'FLOAT_MULT_-1207891842', u'FLOAT_SUB_-1207891823'), (u'FLOAT_ADD_-1207896339', u'STORE_-1207896345'), (u'INT_ADD_-1207896296', u'CAST_-1207888866'), (u'INT_ADD_-1207896183', u'INT_ADD_-1207896130'), (u'STORE_-1207893322', u'INDIRECT_-1207889357'), ('const-48', u'INT_ADD_-1207896130'), (u'LOAD_-1207893437', u'FLOAT_ADD_-1207893391'), ('const-433', u'STORE_-1207893537'), ('const-64', u'PTRADD_-1207887325'), (u'INT_MULT_-1207893730', u'INT_ADD_-1207891865'), (u'INDIRECT_-1207888925', u'MULTIEQUAL_-1207888910'), (u'INT_ADD_-1207892518', u'CAST_-1207886584'), (u'INT_ADD_-1203828016', u'CAST_-1203822495'), ('const-8', u'PTRADD_-1207889214'), (u'PTRADD_-1207889222', u'MULTIEQUAL_-1207892834'), (u'CAST_-1207886692', u'LOAD_-1207892854'), (u'STORE_-1207896393', u'INDIRECT_-1207890476'), ('const-433', u'LOAD_-1207896356'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207888992'), ('const-433', u'LOAD_-1207891555'), (u'FLOAT_SUB_-1207892055', u'CALL_-1207892047'), ('const-48', u'INT_ADD_-1207896092'), (u'INT2FLOAT_-1207894341', u'FLOAT_MULT_-1207894216'), ('const-433', u'LOAD_-1207891763'), (u'MULTIEQUAL_-1207891458', u'INT_NOTEQUAL_-1207894162'), (u'FLOAT_DIV_-1207895820', u'FLOAT_ADD_-1207895814'), (u'INT2FLOAT_-1207894341', u'FLOAT_MULT_-1207894150'), (u'LOAD_-1207896067', u'MULTIEQUAL_-1207891250'), ('const-4', u'PTRADD_-1207887622'), (u'INT2FLOAT_-1207895857', u'FLOAT_DIV_-1207895742'), (u'INT_ADD_-1207892829', u'INT_ADD_-1207892819'), (u'INT_ADD_-1207892476', u'INT_ADD_-1207892466'), (u'INDIRECT_-1207889959', u'MULTIEQUAL_-1207889905'), (u'FLOAT_MULT_-1207892453', u'FLOAT_SUB_-1207892393'), ('const-433', u'STORE_-1207894278'), ('tmp_8213', u'CAST_-1207886425'), (u'CAST_-1207885921', u'LOAD_-1207891763'), (u'LOAD_-1207892506', u'INT_ADD_-1207892476'), (u'CALL_-1207891683', u'INDIRECT_-1207887858'), ('const-64', u'INT_ADD_-1207896034'), (u'FLOAT_SUB_-1207891823', u'FLOAT_LESSEQUAL_-1207888372'), ('const-433', u'LOAD_-1207897276'), (u'LOAD_-1207896067', u'INT_EQUAL_-1207896046'), (u'COPY_-1207897178', u'MULTIEQUAL_-1207890565'), (u'CAST_-1207887681', u'INT2FLOAT_-1207894428'), (u'INT_ADD_-1207896137', u'INT_ADD_-1207896034'), (u'LOAD_-1207894473', u'INT_ADD_-1207894403'), (u'STORE_-1207896302', u'INDIRECT_-1207890419'), (u'INT_MULT_-1207892515', u'INT_ADD_-1207892443'), (u'STORE_-1207896107', u'INDIRECT_-1207890634'), ('const-72', u'INT_ADD_-1207891897'), ('const-56', u'INT_ADD_-1207891775'), (u'INT_ADD_-1207896497', u'CAST_-1207888993'), (u'INDIRECT_-1207889553', u'COPY_-1207888297'), ('const-64', u'INT_ADD_-1207894198'), (u'INDIRECT_-1203824194', u'MULTIEQUAL_-1207888150'), (u'CAST_-1207886204', u'INT_ADD_-1207891741'), (u'STORE_-1207896014', u'INDIRECT_-1207890576'), ('tmp_8213', u'CAST_-1207886198'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207895962'), (u'MULTIEQUAL_-1207891442', u'INT_ADD_-1207893482'), (u'INT_NOTEQUAL_-1207895806', u'CBRANCH_-1207895803'), (u'LOAD_-1207897346', u'INT_ADD_-1207897328'), ('tmp_8213', u'CAST_-1207889575'), (u'INT_NOTEQUAL_-1207895747', u'CBRANCH_-1207895747'), ('const-224', u'PTRADD_-1207889038'), (u'LOAD_-1207893891', u'FLOAT_MULT_-1207893835'), (u'CALL_-1207893125', u'INDIRECT_-1207889603'), ('const-64', u'INT_LEFT_-1207897595'), ('const-8', u'PTRADD_-1207888515'), (u'CAST_-1207886298', u'LOAD_-1207891904'), ('const-433', u'LOAD_-1203828575'), (u'MULTIEQUAL_-1207888419', u'MULTIEQUAL_-1207888345'), (u'FLOAT_SUB_-1207892393', u'FLOAT_LESS_-1207888669'), (u'INT_ADD_-1207897540', u'INT_ADD_-1207897532'), ('const-8', u'PTRADD_-1207888948'), ('const-8', u'PTRADD_-1207888682'), ('const-433', u'LOAD_-1207896549'), (u'INDIRECT_-1207889553', u'MULTIEQUAL_-1207890614'), (u'CAST_-1207888363', u'FLOAT_LESSEQUAL_-1207890502'), ('const-433', u'LOAD_-1207897101'), ('const-433', u'STORE_-1207896302'), (u'INT_ADD_-1207894403', u'INT_ADD_-1207894233'), (u'CAST_-1207887506', u'LOAD_-1207894222'), (u'STORE_-1207895548', u'INDIRECT_-1207889739'), (u'CAST_-1207888162', u'CALL_-1207892098'), ('const-433', u'LOAD_-1207896008'), (u'CAST_-1207889085', u'LOAD_-1207895998'), (u'CALL_-1207891514', u'INDIRECT_-1207887755'), (u'INT_MULT_-1207892864', u'INT_ADD_-1207892829'), ('const-24', u'INT_ADD_-1207891458'), (u'INDIRECT_-1203823993', u'MULTIEQUAL_-1207888040'), ('tmp_8213', u'CAST_-1207885937'), ('const-8', u'PTRADD_-1207889108'), (u'LOAD_-1207896281', u'FLOAT_ADD_-1207896235'), (u'INT_ADD_-1207893421', u'CAST_-1207888088'), ('const-11', u'PTRADD_-1207887198'), (u'PTRADD_-1207888515', u'STORE_-1207895548'), (u'INT_ADD_-1207893925', u'CAST_-1207887350'), ('tmp_7048', u'CBRANCH_-1207891560'), (u'PTRADD_-1207887651', u'LOAD_-1207894206'), (u'INT2FLOAT_-1207896133', u'FLOAT_MULT_-1207896075'), (u'INDIRECT_-1207890744', u'MULTIEQUAL_-1207890684'), (u'STORE_-1207895254', u'INDIRECT_-1207889773'), (u'LOAD_-1207896513', u'FLOAT_MULT_-1207896458'), (u'INT_ADD_-1207894403', u'INT_ADD_-1207894167'), (u'INT_SUB_-1207895816', u'INT_NOTEQUAL_-1207895806'), (u'FLOAT_SUB_-1207891823', u'FLOAT_SQRT_-1207891801'), (u'FLOAT_SUB_-1207891540', u'FLOAT_LESSEQUAL_-1207888194'), (u'INDIRECT_-1207887964', u'MULTIEQUAL_-1207888563'), ('const-433', u'LOAD_-1207896157'), ('const-433', u'STORE_-1207894135'), (u'INT_ADD_-1207895644', u'CAST_-1207888455'), (u'INT_ADD_-1207896004', u'INT_ADD_-1207896002'), (u'INT_LEFT_-1207897595', u'INT_OR_-1207897594'), (u'INT_ADD_-1207894423', u'INT_ADD_-1207894397'), ('const-40', u'INT_ADD_-1207897334'), ('const-8', u'PTRADD_-1207888999'), (u'MULTIEQUAL_-1207891250', u'INT_EQUAL_-1207895679'), ('const-433', u'LOAD_-1207894401'), (u'CAST_-1207888824', u'LOAD_-1207896238'), (u'INT_ADD_-1207891727', u'CAST_-1207886191'), ('const-2', u'PTRADD_-1207888560'), (u'FLOAT_ADD_-1207895683', u'STORE_-1207895716'), (u'INDIRECT_-1207890257', u'MULTIEQUAL_-1207890188'), (u'LOAD_-1207894222', u'FLOAT_ADD_-1207894176'), (u'STORE_-1207895350', u'INDIRECT_-1207889607'), (u'LOAD_-1207894122', u'FLOAT_MULT_-1207894074'), (u'CAST_-1207885937', u'INT_ADD_-1207891775'), (u'PTRADD_-1207889108', u'LOAD_-1207896499'), (u'CAST_-1207888779', u'LOAD_-1207896166'), (u'LOAD_-1207897086', u'MULTIEQUAL_-1207891595'), ('const-8', u'PTRADD_-1207889016'), ('const-48', u'INT_ADD_-1207895418'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207889247'), ('const-433', u'STORE_-1207894103'), (u'INT_ADD_-1207892151', u'CAST_-1207886433'), (u'PTRADD_-1207889099', u'STORE_-1207896486'), (u'INT_ADD_-1207896131', u'CAST_-1207888766'), (u'MULTIEQUAL_-1207890614', u'COPY_-1207889402'), ('const-1', u'PTRADD_-1207889374'), (u'CALL_-1207891683', u'INDIRECT_-1207887748'), ('const-8', u'PTRADD_-1207886828'), ('const-8', u'PTRADD_-1207889079'), (u'INT_ADD_-1207895972', u'CAST_-1207888662'), (u'FLOAT_SUB_-1207891540', u'FLOAT_SQRT_-1207891518'), (u'FLOAT_SUB_-1207895214', u'STORE_-1207895254'), (u'INT_MULT_-1207892515', u'INT_ADD_-1207892476'), (u'INT_SEXT_-1207897622', u'INT_SLESS_-1207897588'), ('const-433', u'LOAD_-1207894206'), (u'MULTIEQUAL_-1207893172', u'LOAD_-1207896032'), ('tmp_4182', u'CBRANCH_-1207893812'), (u'COPY_-1207888497', u'MULTIEQUAL_-1207890411'), (u'INT_ADD_-1207896069', u'CAST_-1207888720'), ('const-4', u'INT_ADD_-1207897085'), (u'PTRADD_-1207888719', u'LOAD_-1207895860'), (u'MULTIEQUAL_-1207889429', u'FLOAT_MULT_-1207893755'), (u'FLOAT_ADD_-1207895736', u'STORE_-1207895769'), (u'LOAD_-1207895235', u'CAST_-1207888163'), ('const-433', u'LOAD_-1207894288'), ('tmp_6519', u'CBRANCH_-1207892075'), (u'MULTIEQUAL_-1207890180', u'FLOAT_MULT_-1207895249'), (u'MULTIEQUAL_-1207893433', u'INT_ADD_-1207896183'), (u'INT_ADD_-1207893661', u'INT_ADD_-1207893659'), (u'STORE_-1207893402', u'INDIRECT_-1207889630'), ('const-8', u'PTRADD_-1207887651'), (u'INT_ADD_-1207896137', u'INT_ADD_-1207896061'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888747'), (u'STORE_-1207896554', u'INDIRECT_-1207890363'), ('const-433', u'LOAD_-1207895633'), (u'INT_ADD_-1207897420', u'CAST_-1207889628'), (u'INDIRECT_-1207888697', u'MULTIEQUAL_-1207888133'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207889079'), (u'INT_ADD_-1207892443', u'INT_ADD_-1207892433'), (u'LOAD_-1207896535', u'FLOAT_ADD_-1207896489'), (u'FLOAT_MULT_-1207893835', u'FLOAT_SUB_-1207893798'), (u'COPY_-1203822768', u'MULTIEQUAL_-1207888690'), ('const-48', u'INT_ADD_-1207891890'), (u'STORE_-1207895254', u'INDIRECT_-1207889553'), ('const-433', u'LOAD_-1207896459'), (u'FLOAT_DIV_-1207895783', u'FLOAT_ADD_-1207895777'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207895416'), (u'INDIRECT_-1207889951', u'MULTIEQUAL_-1207889888'), (u'STORE_-1207896164', u'INDIRECT_-1207890673'), ('const-8', u'PTRADD_-1207889227'), (u'INT_ADD_-1207897264', u'CAST_-1207889556'), (u'CALL_-1207892968', u'INDIRECT_-1207889398'), ('const-48', u'INT_ADD_-1207894303'), (u'LOAD_-1207892216', u'INT_ADD_-1207892198'), (u'MULTIEQUAL_-1207889795', u'MULTIEQUAL_-1207889760'), ('tmp_7971', u'BRANCH_-1207892881'), (u'INT_MULT_-1207892515', u'INT_ADD_-1207891766'), (u'CALL_-1203828491', u'INDIRECT_-1203823993'), ('const-56', u'PTRADD_-1207889126'), ('const-433', u'LOAD_-1207896250'), (u'PTRADD_-1207889126', u'STORE_-1207896522'), (u'LOAD_-1207896050', u'FLOAT_ADD_-1207896004'), ('const-3', u'PTRADD_-1207888162'), (u'CAST_-1207888295', u'CALL_-1207892968'), (u'CAST_-1207888233', u'INT_AND_-1207895299'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207889099'), (u'MULTIEQUAL_-1207891250', u'INT_EQUAL_-1207896357'), (u'STORE_-1207896446', u'INDIRECT_-1207890397'), (u'FLOAT_SQRT_-1207893590', u'COPY_-1207887406'), (u'LOAD_-1207893675', u'FLOAT_SUB_-1207893617'), (u'INT_ADD_-1207893500', u'INT_ADD_-1207893498'), ('const-88', u'INT_MULT_-1207892864'), (u'INT_ADD_-1207894403', u'INT_ADD_-1207894365'), (u'CAST_-1207889205', u'LOAD_-1207896173'), (u'FLOAT_MULT_-1207895342', u'FLOAT_SUB_-1207895316'), ('tmp_6873', u'BRANCH_-1207891724'), (u'INT_ADD_-1207894403', u'INT_ADD_-1207894295'), (u'INT_ADD_-1207896190', u'INT_ADD_-1207896084'), (u'INT_ADD_-1203828570', u'INT_ADD_-1203828539'), ('const-184', u'PTRADD_-1207888652'), (u'INT_ADD_-1207895325', u'INT_ADD_-1207895323'), (u'INDIRECT_-1207888609', u'MULTIEQUAL_-1207890788'), ('const-8', u'PTRADD_-1207888738'), (u'STORE_-1207895847', u'INDIRECT_-1207890148'), ('const-144', u'PTRADD_-1207888326'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207895728'), (u'INT_ADD_-1207896571', u'INT_ADD_-1207896497'), (u'INT_ADD_-1207894423', u'INT_ADD_-1207894206'), ('const-88', u'PTRADD_-1207888381'), (u'PTRADD_-1207886703', u'STORE_-1207892383'), (u'CALL_-1207891797', u'INDIRECT_-1207887813'), ('const-56', u'INT_ADD_-1207891621'), ('const-56', u'INT_ADD_-1207893482'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207888959'), ('const-48', u'INT_ADD_-1207893696'), (u'STORE_-1207895988', u'INDIRECT_-1207890449'), (u'CAST_-1207886684', u'LOAD_-1207892835'), (u'CAST_-1207886151', u'INT_ADD_-1207891614'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888443'), ('const-1', u'PTRADD_-1207888999'), (u'INT_ADD_-1207897462', u'CAST_-1207889658'), (u'INT_ADD_-1207895962', u'INT_ADD_-1207895781'), (u'INDIRECT_-1207889717', u'MULTIEQUAL_-1207889642'), (u'CAST_-1207888232', u'FLOAT_LESSEQUAL_-1207890370'), (u'STORE_-1207895716', u'INDIRECT_-1207890061'), ('const-56', u'INT_ADD_-1207895822'), ('const-48', u'INT_ADD_-1207894326'), (u'INDIRECT_-1203824084', u'MULTIEQUAL_-1207888040'), (u'INT_ADD_-1207891756', u'CAST_-1207885928'), ('const-433', u'STORE_-1207896227'), (u'INT_AND_-1207896243', u'CAST_-1207889262'), (u'INDIRECT_-1207888154', u'MULTIEQUAL_-1207888649'), (u'CAST_-1207886050', u'LOAD_-1207891474'), ('tmp_8133', u'BRANCH_-1207892724'), (u'CAST_-1207889430', u'LOAD_-1207897086'), ('const-48', u'INT_ADD_-1207893684'), (u'CAST_-1207888965', u'LOAD_-1207896473'), ('const-0', u'INT_NOTEQUAL_-1207896424'), (u'STORE_-1207895153', u'INDIRECT_-1207889706'), (u'PTRADD_-1207888326', u'STORE_-1207895254'), (u'MULTIEQUAL_-1207888910', u'MULTIEQUAL_-1207888860'), (u'INDIRECT_-1207887572', u'MULTIEQUAL_-1207888023'), (u'COPY_-1207887499', u'MULTIEQUAL_-1207889429'), ('const-433', u'LOAD_-1207897455'), ('const-433', u'LOAD_-1207896614'), ('const-433', u'LOAD_-1207892111'), ('const-72', u'INT_ADD_-1203828539'), (u'INT_ADD_-1207897294', u'CAST_-1207889574'), (u'INT_ADD_-1207895730', u'INT_ADD_-1207895728'), (u'FLOAT_SUB_-1207892419', u'FLOAT_DIV_-1207892345'), (u'MULTIEQUAL_-1207892420', u'MULTIEQUAL_-1207892351'), (u'FLOAT_ADD_-1207895614', u'STORE_-1207895650'), (u'STORE_-1207894411', u'INDIRECT_-1207889238'), (u'CAST_-1207889262', u'FLOAT_LESSEQUAL_-1207891489'), (u'FLOAT_MULT_-1207892669', u'FLOAT_DIV_-1207892665'), ('const-40', u'INT_ADD_-1207893860'), ('const-0', u'SUBPIECE_-1207897557'), (u'COPY_-1207886305', u'MULTIEQUAL_-1207889429'), (u'CAST_-1207888307', u'LOAD_-1207895432'), (u'FLOAT_SUB_-1207895409', u'STORE_-1207895443'), ('const-8', u'INT_MULT_-1207897400'), ('const-72', u'INT_ADD_-1207894457'), ('const-433', u'STORE_-1207896137'), (u'FLOAT_SQRT_-1207893771', u'FLOAT_MULT_-1207893755'), (u'MULTIEQUAL_-1207890106', u'FLOAT_MULT_-1207895131'), ('const-3', u'PTRADD_-1207888539'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207896021'), (u'FLOAT_LESSEQUAL_-1207890502', u'CBRANCH_-1207895486'), (u'INT_ADD_-1207893512', u'INT_ADD_-1207893510'), (u'FLOAT_SUB_-1207891823', u'CALL_-1207891797'), (u'MULTIEQUAL_-1207892829', u'PTRADD_-1207888560'), (u'CALL_-1207892259', u'MULTIEQUAL_-1207891216'), (u'INDIRECT_-1207887535', u'MULTIEQUAL_-1207888633'), ('const-4', u'INT_ADD_-1207893415'), ('const-2', u'PTRADD_-1207888181'), (u'INDIRECT_-1207890122', u'MULTIEQUAL_-1207890054'), (u'INDIRECT_-1207890425', u'MULTIEQUAL_-1207890304'), (u'FLOAT_DIV_-1207895857', u'FLOAT_ADD_-1207895851'), (u'MULTIEQUAL_-1207893009', u'LOAD_-1207892055'), (u'MULTIEQUAL_-1207890398', u'MULTIEQUAL_-1207890378'), (u'COPY_-1207889524', u'MULTIEQUAL_-1207893172'), ('const-433', u'LOAD_-1207893386'), ('tmp_8213', u'CAST_-1203822504'), (u'INT_ADD_-1207895962', u'INT_ADD_-1207895859'), (u'INDIRECT_-1203824136', u'MULTIEQUAL_-1207887913'), (u'CAST_-1207886156', u'LOAD_-1207891637'), (u'INDIRECT_-1207890399', u'MULTIEQUAL_-1207890316'), (u'INT_MULT_-1207893549', u'INT_ADD_-1207893480'), ('const-433', u'LOAD_-1207897404'), (u'CAST_-1207886585', u'INT_ADD_-1207892518'), ('const-8', u'PTRADD_-1207887250'), (u'INT_MULT_-1207892864', u'INT_ADD_-1207892763'), ('const-2', u'PTRADD_-1207888992'), (u'FLOAT_ADD_-1207896039', u'STORE_-1207896075'), (u'FLOAT_ADD_-1207896039', u'STORE_-1207896075'), ('const-433', u'LOAD_-1207895860'), (u'CAST_-1207886192', u'INT_ADD_-1207891727'), (u'INT_ADD_-1203828595', u'CAST_-1203822544'), ('const-4', u'INT_ADD_-1207896051'), (u'STORE_-1207896486', u'INDIRECT_-1207890425'), (u'CAST_-1207888181', u'LOAD_-1207895235'), (u'CAST_-1203822544', u'LOAD_-1203828611'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888344'), (u'PTRADD_-1207888572', u'LOAD_-1207895643'), (u'INT_NOTEQUAL_-1207893367', u'CBRANCH_-1207893366'), (u'FLOAT_LESSEQUAL_-1207888194', u'CBRANCH_-1207891560'), ('const-8', u'PTRADD_-1207888629'), ('const-8', u'PTRADD_-1207889387'), (u'INT_ADD_-1207891605', u'CAST_-1207886145'), ('const-433', u'LOAD_-1207891904'), (u'INT_ADD_-1207892786', u'CAST_-1207886665'), (u'MULTIEQUAL_-1207890131', u'PTRADD_-1207887198'), (u'CAST_-1207887117', u'LOAD_-1207893514'), (u'STORE_-1207894371', u'INDIRECT_-1207889099'), (u'INT_ADD_-1207896130', u'CAST_-1207889186'), ('const-8', u'INT_ADD_-1207897420'), (u'INT_SDIV_-1207897587', u'SUBPIECE_-1207897557'), ('const-72', u'INT_ADD_-1207895914'), (u'LOAD_-1207896406', u'FLOAT_ADD_-1207896360'), (u'STORE_-1207893402', u'INDIRECT_-1207889410'), (u'LOAD_-1207891904', u'FLOAT_MULT_-1207891842'), (u'PTRADD_-1207888948', u'LOAD_-1207896250'), ('const-433', u'LOAD_-1207893332'), (u'MULTIEQUAL_-1207893009', u'LOAD_-1207896614'), (u'CAST_-1207887105', u'LOAD_-1207893496'), (u'INT_ADD_-1207897540', u'MULTIEQUAL_-1207890167'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207888188'), (u'INT_ADD_-1207894144', u'INT_ADD_-1207894129'), (u'CAST_-1207888017', u'LOAD_-1207893332'), (u'MULTIEQUAL_-1207890724', u'MULTIEQUAL_-1207890678'), (u'PTRADD_-1207888468', u'LOAD_-1207895476'), (u'INT_ADD_-1207896034', u'CAST_-1207888695'), (u'STORE_-1207894371', u'INDIRECT_-1207889209'), (u'CAST_-1207887687', u'INT_ADD_-1207894470'), (u'INT_ADD_-1207896323', u'CAST_-1207888884'), (u'LOAD_-1207896318', u'MULTIEQUAL_-1207891458'), (u'INT_ADD_-1207896115', u'CAST_-1207888754'), (u'LOAD_-1207895823', u'FLOAT_ADD_-1207895777'), (u'INDIRECT_-1207887916', u'MULTIEQUAL_-1207888654'), (u'INDIRECT_-1207891178', u'MULTIEQUAL_-1207890893'), (u'MULTIEQUAL_-1207892834', u'PTRADD_-1207889353'), (u'INT_ADD_-1207896407', u'INT_ADD_-1207896405'), (u'MULTIEQUAL_-1207893009', u'LOAD_-1207892768'), (u'INT_MULT_-1207893549', u'INT_ADD_-1207893498'), ('tmp_3586', u'CBRANCH_-1207894238'), (u'LOAD_-1207896421', u'FLOAT_MULT_-1207896365'), (u'LOAD_-1207895278', u'INT_EQUAL_-1207895263'), (u'STORE_-1207893376', u'INDIRECT_-1207889613'), (u'STORE_-1207894411', u'INDIRECT_-1207889128'), (u'CAST_-1207889041', u'LOAD_-1207896581'), (u'LOAD_-1207896085', u'FLOAT_ADD_-1207896039'), (u'LOAD_-1207896085', u'FLOAT_ADD_-1207896039'), (u'CAST_-1207886203', u'LOAD_-1207891757'), ('const-40', u'INT_ADD_-1207896160'), (u'INDIRECT_-1207888389', u'MULTIEQUAL_-1207890568'), ('const-2', u'PTRADD_-1207888980'), (u'MULTIEQUAL_-1207893433', u'INT_ADD_-1207895914'), (u'INT_ADD_-1207893370', u'CAST_-1207888053'), (u'CALL_-1207891837', u'INDIRECT_-1207887682'), (u'INT_ADD_-1207894423', u'INT_ADD_-1207894412'), (u'CAST_-1203822496', u'INT_ADD_-1203828016'), (u'CALL_-1207892098', u'INDIRECT_-1207888514'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207889047'), (u'STORE_-1207892703', u'INDIRECT_-1207888169'), (u'INDIRECT_-1207888643', u'MULTIEQUAL_-1207888544'), ('const-2', u'PTRADD_-1207889258'), ('const-32', u'PTRADD_-1207888468'), (u'CAST_-1207886557', u'LOAD_-1207892482'), ('const-433', u'LOAD_-1207894495'), (u'INT_ADD_-1207895917', u'CAST_-1207888621'), (u'CAST_-1207886038', u'LOAD_-1207891460'), (u'INDIRECT_-1207889193', u'MULTIEQUAL_-1207889650'), (u'LOAD_-1207891598', u'FLOAT_SUB_-1207891540'), (u'INT_ADD_-1207894112', u'INT_ADD_-1207894089'), (u'PTRADD_-1207889016', u'LOAD_-1207896356'), (u'INDIRECT_-1207888514', u'MULTIEQUAL_-1207889682'), (u'CAST_-1207889556', u'LOAD_-1207897276'), (u'CALL_-1207891514', u'INDIRECT_-1207887535'), (u'CAST_-1207888244', u'LOAD_-1207895339'), ('const-433', u'LOAD_-1203828611'), (u'LOAD_-1207894288', u'FLOAT_ADD_-1207894242'), (u'INDIRECT_-1207888055', u'MULTIEQUAL_-1207888563'), ('const-433', u'LOAD_-1207897346'), (u'INT_ADD_-1207893842', u'INT_ADD_-1207893840'), ('tmp_1259', u'CBRANCH_-1207896474'), (u'INDIRECT_-1207889773', u'MULTIEQUAL_-1207890834'), (u'MULTIEQUAL_-1207893829', u'INT_ADD_-1207897532'), (u'LOAD_-1203828555', u'FLOAT_SUB_-1203828499'), (u'LOAD_-1207892111', u'FLOAT_SUB_-1207892055'), ('const-433', u'LOAD_-1207897086'), (u'STORE_-1207896040', u'INDIRECT_-1207890147'), (u'INT_ADD_-1207896101', u'CAST_-1207889166'), (u'INT_MULT_-1207893903', u'INT_ADD_-1207891605'), (u'LOAD_-1207891630', u'MULTIEQUAL_-1207891284'), ('const-433', u'LOAD_-1207895290'), ('tmp_8213', u'CAST_-1207887687'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207896137'), ('const-40', u'INT_ADD_-1207896123'), (u'MULTIEQUAL_-1207892834', u'PTRADD_-1207889366'), ('tmp_8213', u'CAST_-1207886310'), (u'INT_ADD_-1207891451', u'CAST_-1207886044'), (u'MULTIEQUAL_-1207893433', u'INT_ADD_-1207893438'), (u'INDIRECT_-1207890315', u'MULTIEQUAL_-1207890194'), (u'STORE_-1207895884', u'INDIRECT_-1207890175'), (u'MULTIEQUAL_-1207890304', u'MULTIEQUAL_-1207890276'), (u'CAST_-1207887319', u'LOAD_-1207893856'), (u'INT_ADD_-1207891890', u'INT_ADD_-1207891888'), (u'INT_ADD_-1207895859', u'CAST_-1207888595'), ('tmp_1089', u'BRANCH_-1207896918'), (u'LOAD_-1207893874', u'FLOAT_SUB_-1207893793'), ('const-433', u'LOAD_-1207892144'), (u'CAST_-1207886283', u'LOAD_-1207891881'), ('const-1', u'PTRADD_-1207888188'), (u'FLOAT_MULT_-1207892773', u'FLOAT_SUB_-1207892739'), (u'CALL_-1207892213', u'INDIRECT_-1207887945'), ('const-24', u'INT_ADD_-1207892810'), (u'CAST_-1207888669', u'LOAD_-1207895997'), (u'INT_ADD_-1207892142', u'INT_ADD_-1207892115'), ('const-4', u'PTRADD_-1207888935'), ('const-433', u'STORE_-1207896106'), (u'CAST_-1207887524', u'STORE_-1207894247'), (u'STORE_-1207893402', u'INDIRECT_-1207889520'), (u'MULTIEQUAL_-1207893501', u'MULTIEQUAL_-1207893433'), (u'INDIRECT_-1207889872', u'MULTIEQUAL_-1207889816'), (u'STORE_-1207893376', u'INDIRECT_-1207889393'), (u'LOAD_-1207897404', u'INT_ADD_-1207897315'), (u'PTRADD_-1207888200', u'LOAD_-1207893396'), (u'INT_ADD_-1207894423', u'INT_ADD_-1207894272'), ('const-433', u'LOAD_-1207896173'), (u'MULTIEQUAL_-1207890167', u'INT_MULT_-1207892864'), ('const-1', u'INT_SUB_-1207895816'), (u'FLOAT_SUB_-1207893798', u'CALL_-1207891683'), (u'STORE_-1207896106', u'INDIRECT_-1207890301'), (u'FLOAT_SQRT_-1207893406', u'COPY_-1207887302'), ('const-433', u'LOAD_-1207891757'), ('const-8', u'PTRADD_-1207889343'), ('const-433', u'LOAD_-1207894319'), ('const-8', u'PTRADD_-1207887178'), ('const-8', u'PTRADD_-1207888661'), (u'INT_ADD_-1207893064', u'MULTIEQUAL_-1207892420'), ('const-8', u'PTRADD_-1207888959'), (u'FLOAT_SUB_-1207895113', u'STORE_-1207895153'), (u'LOAD_-1207893342', u'FLOAT_ADD_-1207893286'), (u'INDIRECT_-1203824246', u'MULTIEQUAL_-1207888023'), ('const-8', u'PTRADD_-1207888443'), ('const-4', u'PTRADD_-1207889234'), (u'CALL_-1207891966', u'INDIRECT_-1207888026'), (u'INDIRECT_-1207890431', u'MULTIEQUAL_-1207890398'), (u'MULTIEQUAL_-1207893501', u'INT_ADD_-1207896277'), (u'STORE_-1207896106', u'INDIRECT_-1207890191'), ('const-8', u'PTRADD_-1207888691'), (u'INT_ADD_-1207894403', u'INT_ADD_-1207894241'), (u'CAST_-1207888640', u'LOAD_-1207895951'), (u'INT_ADD_-1207892750', u'MULTIEQUAL_-1207892538'), (u'INT_ADD_-1207891865', u'CAST_-1207886283'), ('const-56', u'INT_ADD_-1207896069'), (u'LOAD_-1207891637', u'MULTIEQUAL_-1207891320'), ('tmp_7647', u'BRANCH_-1207892011'), (u'FLOAT_ADD_-1207894304', u'STORE_-1207894340'), ('const-433', u'LOAD_-1207896117'), (u'LOAD_-1207896166', u'INT_ADD_-1207895991'), (u'CAST_-1207889262', u'CALL_-1207892259'), ('const-433', u'LOAD_-1207893391'), (u'INT_ADD_-1207894423', u'INT_ADD_-1207894334'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207895543'), ('tmp_725', u'CBRANCH_-1207897221'), ('const-433', u'LOAD_-1207894303'), ('const-433', u'LOAD_-1207896194'), ('tmp_8213', u'CAST_-1207886678'), (u'MULTIEQUAL_-1207892834', u'LOAD_-1207896194'), (u'INDIRECT_-1207889663', u'MULTIEQUAL_-1207889572'), ('const-200', u'PTRADD_-1207888271'), ('const-433', u'LOAD_-1207894122'), (u'CAST_-1207889641', u'LOAD_-1207897455'), (u'INT_ADD_-1207893696', u'INT_ADD_-1207893694'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207887250'), (u'LOAD_-1207892835', u'FLOAT_MULT_-1207892773'), ('tmp_3938', u'CBRANCH_-1207893988'), (u'STORE_-1207896486', u'INDIRECT_-1207890535'), (u'INT_ADD_-1207891717', u'CAST_-1207885905'), (u'CALL_-1203828437', u'INDIRECT_-1203824136'), ('const-8', u'PTRADD_-1207887416'), (u'CAST_-1207887574', u'LOAD_-1207894319'), (u'INT_ZEXT_-1207893847', u'INT_NOTEQUAL_-1207893992'), (u'STORE_-1207895350', u'INDIRECT_-1207889827'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888691'), (u'INT_ADD_-1207891614', u'CAST_-1207886150'), ('const-1', u'INT_ADD_-1207897576'), ('const-433', u'LOAD_-1207891630'), (u'FLOAT_SUB_-1207892055', u'FLOAT_SQRT_-1207892033'), ('const-64', u'INT_ADD_-1207896049'), (u'STORE_-1207895988', u'INDIRECT_-1207890669'), (u'PTRADD_-1207888620', u'STORE_-1207895716'), ('const-433', u'LOAD_-1207895951'), ('const-433', u'STORE_-1207896040'), (u'STORE_-1207895961', u'INDIRECT_-1207890431'), (u'LOAD_-1207892854', u'INT_ADD_-1207892829'), (u'LOAD_-1207892534', u'INT_ADD_-1207892509'), ('const-0', u'FLOAT_LESSEQUAL_-1207888194'), (u'MULTIEQUAL_-1207890167', u'INT_MULT_-1207893549'), (u'MULTIEQUAL_-1207889917', u'MULTIEQUAL_-1207889888'), ('tmp_7809', u'BRANCH_-1207893038'), (u'LOAD_-1207891757', u'MULTIEQUAL_-1207891442'), (u'FLOAT_SQRT_-1207893771', u'COPY_-1207887499'), ('tmp_8213', u'CAST_-1207886570'), (u'INT_MULT_-1207892515', u'INT_ADD_-1207891727'), ('const-64', u'INT_ADD_-1207891756'), (u'FLOAT_MULT_-1203828514', u'FLOAT_SUB_-1203828499'), (u'STORE_-1207896209', u'INDIRECT_-1207890809'), (u'INT_MULT_-1207897537', u'INT_ADD_-1207897540'), (u'CAST_-1207886677', u'LOAD_-1207892826'), (u'CAST_-1207886157', u'INT_ADD_-1207891621'), (u'LOAD_-1207891621', u'FLOAT_MULT_-1207891559'), (u'LOAD_-1207897472', u'INT_ADD_-1207897070'), (u'CALL_-1207897651', u'INDIRECT_-1207891187'), (u'INT_NOTEQUAL_-1207896294', u'CBRANCH_-1207896294'), (u'INT_ADD_-1207894295', u'CAST_-1207887568'), (u'MULTIEQUAL_-1207889951', u'PTRADD_-1207887188'), (u'FLOAT_ADD_-1207893391', u'STORE_-1207893427'), ('tmp_8213', u'CAST_-1207886630'), ('tmp_7313', u'BRANCH_-1207893314'), (u'INDIRECT_-1207887854', u'MULTIEQUAL_-1207888453'), (u'INT_ADD_-1207896157', u'CAST_-1207889205'), ('const-1', u'PTRADD_-1207888200'), (u'STORE_-1207893349', u'INDIRECT_-1207889485'), (u'INT_SLESS_-1207897588', u'CBRANCH_-1207897595'), (u'LOAD_-1207895797', u'FLOAT_DIV_-1207895742'), (u'LOAD_-1207895476', u'FLOAT_SUB_-1207895409'), (u'LOAD_-1207895432', u'FLOAT_MULT_-1207895342'), (u'FLOAT_SQRT_-1203828423', u'COPY_-1203822906'), (u'STORE_-1207896271', u'INDIRECT_-1207890179'), (u'MULTIEQUAL_-1207890893', u'MULTIEQUAL_-1207888860'), (u'LOAD_-1207891460', u'MULTIEQUAL_-1207891284'), (u'INT_ADD_-1207897126', u'INT_ADD_-1207896956'), (u'INT_ADD_-1207896224', u'INT_ADD_-1207896222'), (u'LOAD_-1207896318', u'INT_NOTEQUAL_-1207896294'), (u'INT_ADD_-1207894272', u'CAST_-1207887552'), ('tmp_8213', u'CAST_-1207886659'), (u'FLOAT_SUB_-1203828499', u'FLOAT_LESS_-1203824631'), (u'CAST_-1207888846', u'LOAD_-1207896281'), ('const-40', u'INT_ADD_-1207896565'), (u'MULTIEQUAL_-1207893169', u'LOAD_-1207894401'), (u'CAST_-1207887643', u'STORE_-1207894411'), (u'INDIRECT_-1207889383', u'MULTIEQUAL_-1207889532'), ('const-433', u'LOAD_-1207895339'), (u'FLOAT_ADD_-1207896127', u'STORE_-1207896164'), ('const-8', u'PTRADD_-1207888236'), (u'INT_ADD_-1207896137', u'INT_ADD_-1207896069'), ('const-433', u'STORE_-1207895623'), (u'INT_ADD_-1207895912', u'CAST_-1207889045'), (u'INDIRECT_-1207889035', u'MULTIEQUAL_-1207889020'), (u'MULTIEQUAL_-1207890601', u'INT_ADD_-1207896956'), ('const-433', u'LOAD_-1203828032'), ('tmp_8213', u'CAST_-1207886151'), (u'MULTIEQUAL_-1207890907', u'MULTIEQUAL_-1207890554'), ('const-8', u'PTRADD_-1207888747'), ('const-433', u'LOAD_-1207896406'), (u'INT_ADD_-1207896084', u'CAST_-1207888731'), ('const-56', u'INT_ADD_-1207892115'), (u'INDIRECT_-1203824356', u'MULTIEQUAL_-1207888133'), (u'INT_ADD_-1207892132', u'CAST_-1207886424'), ('const-72', u'INT_ADD_-1207895972'), ('const-64', u'INT_ADD_-1207895586'), ('const-433', u'LOAD_-1207891637'), (u'STORE_-1207894103', u'INDIRECT_-1207889035'), (u'PIECE_-1207897563', u'INT_LEFT_-1207897595'), ('const-24', u'INT_ADD_-1203827894'), (u'FLOAT_SUB_-1207892739', u'FLOAT_DIV_-1207892665'), ('const-72', u'PTRADD_-1207888719'), ('const-2', u'INT_EQUAL_-1207896589'), (u'STORE_-1207896302', u'INDIRECT_-1207890199'), (u'LOAD_-1207891743', u'MULTIEQUAL_-1207891195'), (u'STORE_-1207895623', u'INDIRECT_-1207890002'), (u'STORE_-1207896446', u'INDIRECT_-1207890507'), (u'LOAD_-1207897472', u'INT_ADD_-1207895262'), (u'LOAD_-1207896194', u'FLOAT_ADD_-1207896127'), ('tmp_3302', u'CBRANCH_-1207895803'), (u'PTRADD_-1207889330', u'STORE_-1207896075'), (u'STORE_-1207895810', u'INDIRECT_-1207889901'), (u'LOAD_-1207891920', u'INT_ADD_-1207891890'), (u'STORE_-1207893322', u'INDIRECT_-1207889577'), (u'MULTIEQUAL_-1207888860', u'MULTIEQUAL_-1207888743'), (u'FLOAT_SUB_-1203828499', u'FLOAT_SQRT_-1203828477'), (u'INT_ADD_-1207896051', u'CAST_-1207889131'), (u'INT_NOTEQUAL_-1207896424', u'CBRANCH_-1207896424'), (u'INT_ADD_-1207897540', u'INT_SLESS_-1207897493'), ('const-433', u'LOAD_-1207892449'), ('tmp_8213', u'CAST_-1207889629'), (u'STORE_-1207896329', u'INDIRECT_-1207890327'), (u'STORE_-1207896271', u'INDIRECT_-1207890289'), (u'INDIRECT_-1207889841', u'MULTIEQUAL_-1207889778'), (u'CAST_-1207886630', u'INT_ADD_-1207891539'), (u'COPY_-1207886759', u'MULTIEQUAL_-1207888562'), ('const-56', u'INT_ADD_-1207895617'), (u'INDIRECT_-1207889888', u'MULTIEQUAL_-1207889811'), (u'INT_ADD_-1207891741', u'CAST_-1207886203'), (u'INT2FLOAT_-1207895857', u'FLOAT_DIV_-1207895689'), ('const-4', u'PTRADD_-1207888515'), ('const-433', u'LOAD_-1207896131'), (u'COPY_-1207888297', u'MULTIEQUAL_-1207890106'), ('tmp_2008', u'CBRANCH_-1207895798'), (u'CALL_-1207891966', u'INDIRECT_-1207887916'), ('const-4', u'PTRADD_-1207888948'), (u'CAST_-1203822503', u'LOAD_-1203827910'), ('const-744', u'INT_ADD_-1207897126'), ('const-8', u'PTRADD_-1207888652'), ('tmp_6309', u'BRANCH_-1203828393'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207888948'), (u'STORE_-1207895592', u'INDIRECT_-1207889762'), ('const-72', u'INT_ADD_-1207891747'), (u'LOAD_-1207894381', u'FLOAT_ADD_-1207894335'), ('const-433', u'LOAD_-1207895875'), (u'STORE_-1207893427', u'INDIRECT_-1207889428'), ('tmp_6755', u'CBRANCH_-1207891843'), (u'LOAD_-1207897478', u'COPY_-1207889462'), (u'INT_ADD_-1207896596', u'INT_ADD_-1207895545'), (u'INT_ADD_-1207893438', u'INT_ADD_-1207893395'), ('const-56', u'INT_ADD_-1203828595'), (u'CALL_-1203828437', u'INDIRECT_-1203824246'), (u'STORE_-1207894103', u'INDIRECT_-1207888925'), (u'INDIRECT_-1207890289', u'MULTIEQUAL_-1207890206'), (u'INT_ADD_-1207896002', u'CAST_-1207888679'), (u'LOAD_-1207895571', u'FLOAT_ADD_-1207895513'), (u'INT_ADD_-1207894144', u'INT_ADD_-1207894121'), (u'PTRADD_-1207888980', u'STORE_-1207896302'), (u'LOAD_-1207892204', u'MULTIEQUAL_-1207891481'), ('tmp_8213', u'CAST_-1203822545'), (u'MULTIEQUAL_-1207891458', u'INT_NOTEQUAL_-1207896171'), ('tmp_8158', u'BRANCH_-1207891547'), (u'SUBPIECE_-1207897566', u'COPY_-1207889815'), ('const-72', u'INT_ADD_-1207891539'), ('const-433', u'LOAD_-1207895782'), (u'PTRADD_-1207887758', u'LOAD_-1207894365'), (u'INT_ADD_-1207894121', u'CAST_-1207887452'), ('const-433', u'LOAD_-1207896535'), (u'INT_ADD_-1207895418', u'INT_ADD_-1207895416'), ('const-8', u'PTRADD_-1207887601'), ('const-433', u'LOAD_-1207892769'), (u'INT_ADD_-1207893498', u'CAST_-1207887117'), (u'INT_NOTEQUAL_-1207895572', u'CBRANCH_-1207895572'), (u'INT_NOTEQUAL_-1207893191', u'CBRANCH_-1207893184'), (u'CAST_-1207887596', u'LOAD_-1207894350'), (u'INT_ADD_-1207894403', u'INT_ADD_-1207894175'), ('const-433', u'LOAD_-1207893874'), (u'CAST_-1207887568', u'STORE_-1207894309'), (u'CAST_-1207885922', u'INT_ADD_-1207891747'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207887651'), ('const-8', u'PTRADD_-1207889353'), ('const-433', u'LOAD_-1207894272'), ('tmp_8213', u'CAST_-1207886304'), (u'FLOAT_SUB_-1203828499', u'CALL_-1203828491'), ('const-72', u'INT_ADD_-1207896069'), ('const-56', u'INT_ADD_-1207894272'), (u'CAST_-1207886953', u'LOAD_-1207892204'), ('const-64', u'INT_ADD_-1207896265'), (u'INT_ADD_-1207893877', u'INT_ADD_-1207893875'), (u'COPY_-1207889643', u'FLOAT_LESSEQUAL_-1207890295'), (u'LOAD_-1203828611', u'INT_ADD_-1203828586'), (u'LOAD_-1207894486', u'MULTIEQUAL_-1207891424'), (u'PTRADD_-1207889070', u'STORE_-1207896446'), (u'CAST_-1207888595', u'LOAD_-1207895875'), (u'CAST_-1207889281', u'LOAD_-1207896291'), (u'FLOAT_LESSEQUAL_-1207888372', u'CBRANCH_-1207891843'), (u'MULTIEQUAL_-1207893169', u'LOAD_-1207896385'), (u'INDIRECT_-1207889577', u'MULTIEQUAL_-1207890618'), (u'CAST_-1207886424', u'LOAD_-1207892144'), ('tmp_8213', u'CAST_-1207885922'), ('const-0', u'FLOAT_LESS_-1207888800'), ('const-3', u'PTRADD_-1207887651'), (u'INT_ADD_-1207893482', u'INT_ADD_-1207893480'), ('const-224', u'PTRADD_-1207889047'), (u'FLOAT_SQRT_-1207892685', u'FLOAT_MULT_-1207892669'), (u'MULTIEQUAL_-1207890601', u'INT_ADD_-1207892750'), (u'INT_ADD_-1207895955', u'CAST_-1207889067'), (u'INT2FLOAT_-1207894428', u'FLOAT_MULT_-1207894387'), (u'COPY_-1207889815', u'PIECE_-1207897563'), (u'MULTIEQUAL_-1207889061', u'MULTIEQUAL_-1207889020'), (u'LOAD_-1207896032', u'FLOAT_ADD_-1207895977'), (u'PTRADD_-1207888738', u'STORE_-1207895884'), (u'CAST_-1207889555', u'MULTIEQUAL_-1207889987'), (u'CAST_-1207888162', u'FLOAT_LESSEQUAL_-1207890295'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207894403'), (u'COPY_-1207889523', u'MULTIEQUAL_-1207893169'), (u'CALL_-1207897639', u'INDIRECT_-1207891068'), (u'INDIRECT_-1207890147', u'MULTIEQUAL_-1207890078'), ('const-433', u'LOAD_-1207895678'), (u'FLOAT_MULT_-1207893642', u'FLOAT_SUB_-1207893612'), (u'INT_ADD_-1207895981', u'CAST_-1207888669'), ('const-433', u'STORE_-1207893376'), (u'INT_ADD_-1207893694', u'CAST_-1207887234'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207887758'), (u'COPY_-1207889829', u'INT_AND_-1207896243'), (u'LOAD_-1207896096', u'FLOAT_ADD_-1207896039'), (u'INDIRECT_-1207888294', u'MULTIEQUAL_-1207889462'), ('const-1', u'INT_ADD_-1207894075'), (u'STORE_-1207895716', u'INDIRECT_-1207889951'), (u'LOAD_-1207895612', u'FLOAT_ADD_-1207895556'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207887672'), ('const-433', u'LOAD_-1207896291'), (u'INT_ADD_-1207894167', u'CAST_-1207887478'), (u'INDIRECT_-1207889607', u'MULTIEQUAL_-1207889532'), ('const-64', u'INT_ADD_-1207894206'), ('const-433', u'LOAD_-1207896291'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888271'), (u'INT_EQUAL_-1207896357', u'CBRANCH_-1207896292'), (u'FLOAT_SQRT_-1207891518', u'COPY_-1207886305'), (u'CAST_-1207886304', u'INT_ADD_-1207891897'), (u'STORE_-1207896107', u'INDIRECT_-1207890744'), (u'PTRADD_-1207889079', u'LOAD_-1207896459'), (u'MULTIEQUAL_-1207890078', u'MULTIEQUAL_-1207890054'), (u'MULTIEQUAL_-1207888419', u'MULTIEQUAL_-1207890783'), (u'PTRADD_-1207888652', u'STORE_-1207895769'), (u'FLOAT_MULT_-1207893457', u'FLOAT_SUB_-1207893434'), ('const-433', u'LOAD_-1207896023'), ('const-8', u'PTRADD_-1207888579'), ('tmp_2519', u'CBRANCH_-1207895300'), ('const-8', u'PTRADD_-1207887622'), ('tmp_1456', u'CBRANCH_-1207896292'), (u'INT_ADD_-1207895991', u'INT_ADD_-1207895972'), ('const-433', u'LOAD_-1207891772'), ('const-433', u'STORE_-1207895716'), ('const-8', u'SUBPIECE_-1207897566'), (u'PTRADD_-1207887601', u'LOAD_-1207894122'), (u'MULTIEQUAL_-1207890565', u'INT_ADD_-1207894075'), ('const-433', u'LOAD_-1207893496'), (u'INDIRECT_-1207889982', u'MULTIEQUAL_-1207889917'), (u'LOAD_-1207896238', u'FLOAT_ADD_-1207896192'), ('const-433', u'LOAD_-1207897436'), (u'MULTIEQUAL_-1207890023', u'INT_ADD_-1207893211'), (u'INDIRECT_-1207889303', u'MULTIEQUAL_-1207889760'), (u'CAST_-1207888754', u'LOAD_-1207896131'), (u'INT_ADD_-1207894012', u'MULTIEQUAL_-1207890601'), (u'MULTIEQUAL_-1207890414', u'MULTIEQUAL_-1207890386'), (u'MULTIEQUAL_-1207892479', u'MULTIEQUAL_-1207892420'), (u'INT_NOTEQUAL_-1207894162', u'CBRANCH_-1207894162'), (u'STORE_-1207895769', u'INDIRECT_-1207889872'), ('const-433', u'STORE_-1207895548'), (u'MULTIEQUAL_-1207892829', u'PTRADD_-1207888515'), (u'FLOAT_ADD_-1207896004', u'STORE_-1207896040'), (u'LOAD_-1207896146', u'FLOAT_ADD_-1207896100'), (u'INT_NOTEQUAL_-1207896171', u'CBRANCH_-1207896097'), (u'STORE_-1207896137', u'INDIRECT_-1207890212'), ('const-433', u'LOAD_-1207895981'), ('const-56', u'INT_ADD_-1207895955'), (u'COPY_-1207889829', u'INT_AND_-1207895491'), (u'STORE_-1207895716', u'INDIRECT_-1207889841'), (u'INDIRECT_-1207888477', u'MULTIEQUAL_-1207888429'), ('tmp_6013', u'CBRANCH_-1207892406'), (u'CAST_-1207886191', u'LOAD_-1207891743'), ('tmp_8213', u'CAST_-1207886051'), ('const-56', u'INT_ADD_-1207894470'), (u'FLOAT_ADD_-1207895662', u'STORE_-1207895667'), (u'INT_ADD_-1207895682', u'INT_ADD_-1207895617'), (u'INT_ADD_-1207897070', u'CAST_-1207889430'), (u'STORE_-1207895847', u'INDIRECT_-1207889928'), ('const-433', u'LOAD_-1207892482'), (u'CAST_-1207889658', u'LOAD_-1207897478'), (u'LOAD_-1207894237', u'FLOAT_MULT_-1207894181'), ('const-0', u'INT_NOTEQUAL_-1207895572'), ('const-433', u'LOAD_-1207891743'), (u'INT_SUB_-1207895816', u'MULTIEQUAL_-1207893045'), ('const-433', u'STORE_-1207895592'), (u'FLOAT_MULT_-1207896494', u'FLOAT_ADD_-1207896489'), (u'STORE_-1207896227', u'INDIRECT_-1207890266'), (u'LOAD_-1207897472', u'INT_ADD_-1207892188'), ('tmp_3071', u'CBRANCH_-1207895941'), (u'INT_ADD_-1207897340', u'INT_ADD_-1207897315'), (u'INDIRECT_-1207890011', u'MULTIEQUAL_-1207889917'), (u'LOAD_-1207896473', u'FLOAT_MULT_-1207896418'), (u'CAST_-1207888455', u'LOAD_-1207895660'), ('const-433', u'LOAD_-1207892216'), (u'STORE_-1207896522', u'INDIRECT_-1207890341'), (u'STORE_-1207895986', u'INDIRECT_-1207890232'), (u'INT_MULT_-1207893730', u'INT_ADD_-1207893694'), (u'INDIRECT_-1207887755', u'MULTIEQUAL_-1207888853'), (u'INT2FLOAT_-1207894341', u'FLOAT_MULT_-1207894278'), (u'INT_ADD_-1207895935', u'CAST_-1207888640'), (u'CAST_-1207887058', u'LOAD_-1207893431'), ('const-2', u'INT_EQUAL_-1207895679'), (u'INT_NOTEQUAL_-1207896021', u'CBRANCH_-1207896021'), (u'INT_ADD_-1203827894', u'CAST_-1203822503'), (u'LOAD_-1207891733', u'FLOAT_SUB_-1207891677'), ('const-8', u'PTRADD_-1207888560'), (u'INT_MULT_-1207892515', u'INT_ADD_-1207892509'), ('const-80', u'INT_ADD_-1207897439'), (u'FLOAT_MULT_-1207894106', u'FLOAT_ADD_-1207894099'), (u'FLOAT_SUB_-1207891677', u'FLOAT_SQRT_-1203828423'), (u'CAST_-1207887530', u'LOAD_-1207894257'), (u'INT_ADD_-1207891584', u'INT_ADD_-1207891582'), ('tmp_2641', u'CBRANCH_-1207895182'), (u'FLOAT_ADD_-1207894099', u'STORE_-1207894135'), (u'CAST_-1203822530', u'LOAD_-1203828575'), (u'INT_ADD_-1207891607', u'INT_ADD_-1207891605'), ('const-72', u'INT_ADD_-1203828559'), (u'INT_ADD_-1207896302', u'CAST_-1207889293'), ('const-433', u'STORE_-1207896107'), ('const-433', u'STORE_-1207896554'), (u'CAST_-1207886550', u'LOAD_-1207892473'), ('const-0', u'INT_EQUAL_-1207897226'), (u'INDIRECT_-1207890699', u'MULTIEQUAL_-1207890655'), ('const-433', u'LOAD_-1207896421'), (u'STORE_-1207895769', u'INDIRECT_-1207889982'), (u'MULTIEQUAL_-1207891250', u'INT_EQUAL_-1207896589'), (u'INDIRECT_-1207887923', u'MULTIEQUAL_-1207888764'), (u'STORE_-1207896040', u'INDIRECT_-1207890037'), (u'INT_ADD_-1207892126', u'INT_ADD_-1207892095'), (u'INDIRECT_-1207890397', u'MULTIEQUAL_-1207890304'), (u'MULTIEQUAL_-1207889905', u'MULTIEQUAL_-1207889870'), ('const-433', u'LOAD_-1207896085'), (u'INT2FLOAT_-1207896133', u'FLOAT_MULT_-1207895970'), (u'FLOAT_MULT_-1207896113', u'FLOAT_ADD_-1207896101'), (u'MULTIEQUAL_-1207891424', u'INT_ADD_-1207893877'), (u'FLOAT_ADD_-1207896071', u'STORE_-1207896107'), ('const-2', u'PTRADD_-1207889366'), (u'MULTIEQUAL_-1207893829', u'INT_MULT_-1207897537'), (u'CAST_-1207888437', u'LOAD_-1207895633'), ('const-72', u'INT_ADD_-1207894129'), ('const-433', u'STORE_-1207895769'), ('const-0', u'FLOAT_LESS_-1203824782'), (u'STORE_-1207896075', u'INDIRECT_-1207890170'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207887570'), ('const-433', u'LOAD_-1207896562'), (u'MULTIEQUAL_-1207890834', u'MULTIEQUAL_-1207890788'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207893438'), (u'SUBPIECE_-1207897555', u'MULTIEQUAL_-1207893719'), (u'LOAD_-1207896065', u'FLOAT_MULT_-1207896009'), ('const-433', u'LOAD_-1207893369'), ('const-433', u'LOAD_-1207896018'), (u'LOAD_-1207893448', u'FLOAT_ADD_-1207893391'), (u'INT_MULT_-1207893730', u'INT_ADD_-1207893682'), ('const-433', u'LOAD_-1207896281'), (u'INDIRECT_-1207887945', u'MULTIEQUAL_-1207888453'), (u'LOAD_-1203828588', u'INT_ADD_-1203828570'), (u'LOAD_-1207892826', u'INT_ADD_-1207892796'), ('const-72', u'INT_ADD_-1207891444'), (u'INT_ADD_-1207894089', u'CAST_-1207887430'), (u'INDIRECT_-1207889467', u'MULTIEQUAL_-1207890508'), ('const-433', u'STORE_-1207895443'), (u'STORE_-1207896075', u'INDIRECT_-1207890502'), (u'INDIRECT_-1207890012', u'MULTIEQUAL_-1207889944'), (u'LOAD_-1207895998', u'FLOAT_ADD_-1207895952'), (u'STORE_-1207895769', u'INDIRECT_-1207890092'), (u'LOAD_-1203828032', u'MULTIEQUAL_-1207891442'), (u'CALL_-1207893125', u'MULTIEQUAL_-1207890180'), ('const-64', u'INT_ADD_-1207896026'), ('const-8', u'PTRADD_-1207889419'), ('const-1', u'PTRADD_-1207889016'), (u'INDIRECT_-1207890518', u'MULTIEQUAL_-1207890488'), ('tmp_8213', u'CAST_-1207887351'), (u'INT_MULT_-1207897400', u'INT_ADD_-1207897412'), ('const-433', u'LOAD_-1207895432'), (u'STORE_-1207896345', u'INDIRECT_-1207890228'), ('const-433', u'LOAD_-1207893448'), (u'COPY_-1207886886', u'MULTIEQUAL_-1207888690'), (u'MULTIEQUAL_-1207893719', u'INT_ADD_-1207897540'), ('const-433', u'STORE_-1207895917'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888258'), ('const-828', u'INT_ADD_-1207893375'), (u'INT_ADD_-1207891888', u'CAST_-1207886298'), ('const-64', u'INT_ADD_-1207894167'), (u'LOAD_-1207892473', u'INT_ADD_-1207892443'), ('tmp_5725', u'CBRANCH_-1203828519'), ('const-0', u'FLOAT_LESS_-1203824631'), ('const-8', u'PTRADD_-1207889222'), (u'FLOAT_ADD_-1207896235', u'STORE_-1207896271'), (u'STORE_-1207896164', u'INDIRECT_-1207890563'), (u'INT_ADD_-1207896183', u'INT_ADD_-1207896069'), (u'INT_ADD_-1207893510', u'CAST_-1207887124'), (u'INT_SREM_-1207897583', u'SUBPIECE_-1207897555'), (u'PTRADD_-1207889038', u'STORE_-1207896393'), (u'LOAD_-1207896581', u'FLOAT_ADD_-1207896339'), ('tmp_8213', u'CAST_-1207886693'), (u'LOAD_-1207892793', u'INT_ADD_-1207892763'), (u'INT2FLOAT_-1207895857', u'FLOAT_DIV_-1207895783'), (u'CAST_-1207887430', u'STORE_-1207894103'), (u'LOAD_-1207891920', u'MULTIEQUAL_-1207891231'), (u'MULTIEQUAL_-1207893172', u'STORE_-1207893402'), ('const-168', u'PTRADD_-1207889070'), (u'STORE_-1207896075', u'INDIRECT_-1207890612'), (u'COPY_-1207889643', u'FLOAT_LESSEQUAL_-1207890436'), (u'INT_ADD_-1207897540', u'INT_MULT_-1207897366'), (u'INT_ADD_-1207896360', u'INT_ADD_-1207896323'), (u'INT_NOTEQUAL_-1207895941', u'CBRANCH_-1207895941'), (u'MULTIEQUAL_-1207892538', u'INT_ADD_-1207895418'), (u'PTRADD_-1207888551', u'LOAD_-1207895612'), ('const-56', u'INT_ADD_-1207891734'), (u'CAST_-1207887330', u'LOAD_-1207893874'), ('const-433', u'LOAD_-1207894145'), (u'FLOAT_DIV_-1207892665', u'STORE_-1207892703'), ('const-2', u'PTRADD_-1207887695'), ('tmp_8213', u'CAST_-1207886039'), ('const-433', u'STORE_-1207895961'), (u'MULTIEQUAL_-1207888639', u'MULTIEQUAL_-1207888565'), (u'CAST_-1207886197', u'LOAD_-1207891750'), (u'STORE_-1207896393', u'INDIRECT_-1207890256'), (u'LOAD_-1207893082', u'INT_ADD_-1207893064'), (u'PTRADD_-1207887695', u'LOAD_-1207894272'), (u'CAST_-1207889045', u'LOAD_-1207895928'), ('const-40', u'INT_ADD_-1207896131'), (u'STORE_-1207895884', u'INDIRECT_-1207889955'), (u'CALL_-1207892811', u'MULTIEQUAL_-1207890477'), ('const-433', u'LOAD_-1207893082'), (u'FLOAT_SQRT_-1207892685', u'COPY_-1207886886'), (u'STORE_-1207896136', u'INDIRECT_-1207890544'), (u'MULTIEQUAL_-1207891250', u'INT_EQUAL_-1207896187'), (u'MULTIEQUAL_-1207890144', u'INT2FLOAT_-1207896133'), ('const-40', u'INT_ADD_-1207893395'), (u'FLOAT_MULT_-1207893642', u'FLOAT_SUB_-1207893617'), (u'STORE_-1207894247', u'INDIRECT_-1207888905'), (u'MULTIEQUAL_-1207888529', u'MULTIEQUAL_-1207890893'), (u'INT_ADD_-1203828559', u'CAST_-1203822530'), (u'INT_ZEXT_-1207893847', u'INT_EQUAL_-1207897226'), (u'INDIRECT_-1207887748', u'MULTIEQUAL_-1207888743'), (u'MULTIEQUAL_-1207893458', u'MULTIEQUAL_-1207893433'), (u'LOAD_-1207894319', u'FLOAT_ADD_-1207894273'), ('const-433', u'LOAD_-1207896100'), ('const-433', u'LOAD_-1207891920'), ('const-433', u'LOAD_-1207891598'), ('const-56', u'INT_ADD_-1207896061'), (u'MULTIEQUAL_-1207892420', u'INT_ADD_-1207895221'), (u'FLOAT_MULT_-1207896458', u'FLOAT_ADD_-1207896453'), (u'MULTIEQUAL_-1207892829', u'PTRADD_-1207888539'), (u'INDIRECT_-1207889081', u'MULTIEQUAL_-1207889061'), (u'STORE_-1207894212', u'INDIRECT_-1207888882'), (u'INT_EQUAL_-1207895263', u'CBRANCH_-1207895242'), (u'PTRADD_-1207889353', u'STORE_-1207896107'), ('const-8', u'PTRADD_-1207889258'), (u'FLOAT_MULT_-1207896075', u'FLOAT_ADD_-1207896070'), (u'INDIRECT_-1207889288', u'MULTIEQUAL_-1207889591'), ('const-433', u'LOAD_-1207891913'), (u'MULTIEQUAL_-1207892834', u'PTRADD_-1207888236'), (u'INT_ADD_-1207896021', u'INT_ADD_-1207895955'), (u'STORE_-1207893407', u'INDIRECT_-1207888477'), (u'INT_ADD_-1207896123', u'CAST_-1207888760'), ('const-40', u'INT_ADD_-1207891584'), (u'INT2FLOAT_-1207896133', u'FLOAT_MULT_-1207896009'), (u'LOAD_-1207896312', u'FLOAT_ADD_-1207896266'), ('const-0', u'INT_NOTEQUAL_-1207895747'), (u'FLOAT_MULT_-1207895435', u'FLOAT_SUB_-1207895409'), (u'FLOAT_ADD_-1207895925', u'STORE_-1207895961'), ('const-32', u'INT_ADD_-1207897388'), (u'STORE_-1207894278', u'INDIRECT_-1207889036'), (u'LOAD_-1207895539', u'FLOAT_MULT_-1207895435'), (u'CAST_-1207888679', u'LOAD_-1207896018'), (u'LOAD_-1207895971', u'FLOAT_ADD_-1207895925'), (u'STORE_-1207896209', u'INDIRECT_-1207890699'), (u'INDIRECT_-1207891068', u'MULTIEQUAL_-1207888345'), (u'STORE_-1207896075', u'INDIRECT_-1207890060'), (u'INDIRECT_-1207890156', u'MULTIEQUAL_-1207890079'), ('const-8', u'PTRADD_-1207888162'), (u'MULTIEQUAL_-1207891531', u'INT_ADD_-1207893684'), (u'CAST_-1207888695', u'LOAD_-1207896050'), (u'MULTIEQUAL_-1207892834', u'PTRADD_-1207889222'), (u'LOAD_-1207896322', u'FLOAT_ADD_-1207896266'), ('const-48', u'INT_ADD_-1207896100'), (u'FLOAT_MULT_-1207896044', u'FLOAT_ADD_-1207896039'), (u'MULTIEQUAL_-1207888970', u'MULTIEQUAL_-1207888853'), (u'MULTIEQUAL_-1207890167', u'INT_MULT_-1207893730'), (u'LOAD_-1207895860', u'FLOAT_ADD_-1207895814'), ('const-8', u'PTRADD_-1207888326'), (u'LOAD_-1207894206', u'FLOAT_MULT_-1207894150'), (u'FLOAT_MULT_-1207894150', u'FLOAT_ADD_-1207894145'), ('const-48', u'INT_ADD_-1207896323'), (u'LOAD_-1207897310', u'INT_ADD_-1207897274'), ('const-433', u'LOAD_-1207895744'), (u'INT_ADD_-1207896183', u'INT_ADD_-1207896157'), ('const-56', u'INT_ADD_-1207896296'), ('const-8', u'PTRADD_-1207888258'), ('tmp_7166', u'BRANCH_-1207891441'), ('const-24', u'INT_ADD_-1207893925'), (u'CAST_-1207885928', u'LOAD_-1207891772'), (u'INT_ADD_-1207892838', u'CAST_-1207886692'), ('const-433', u'STORE_-1207894411'), (u'CAST_-1207889593', u'INT_ADD_-1207897334'), ('const-433', u'LOAD_-1207892768'), (u'INT_MULT_-1207893903', u'INT_ADD_-1207893840'), (u'COPY_-1207886619', u'MULTIEQUAL_-1207889104'), (u'CAST_-1207889131', u'LOAD_-1207896067'), (u'LOAD_-1207897472', u'INT_ADD_-1207893415'), ('tmp_1315', u'CBRANCH_-1207896424'), (u'INT_ADD_-1207897328', u'MULTIEQUAL_-1207890023'), (u'CAST_-1207887546', u'STORE_-1207894278'), ('const-433', u'LOAD_-1207891733'), (u'MULTIEQUAL_-1207892834', u'PTRADD_-1207889343'), (u'FLOAT_LESS_-1207889255', u'CBRANCH_-1207893447'), ('const-8', u'PTRADD_-1207887325'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207887737'), (u'LOAD_-1207891555', u'MULTIEQUAL_-1207891388'), (u'INT_ZEXT_-1207893847', u'INT_SUB_-1207896933'), ('const-8', u'PTRADD_-1207888381'), (u'SUBPIECE_-1207897557', u'INT_ADD_-1207897576'), ('const-433', u'LOAD_-1207892925'), ('const-56', u'INT_ADD_-1207892151'), (u'FLOAT_SUB_-1207893793', u'FLOAT_DIV_-1207893728'), (u'CALL_-1207897651', u'INT_SEXT_-1207897634'), ('const-2', u'PTRADD_-1207887716'), ('const-433', u'LOAD_-1207894191'), (u'CALL_-1207897639', u'INT_SEXT_-1207897622'), (u'FLOAT_SUB_-1207893439', u'FLOAT_LESS_-1207889255'), ('const-11', u'PTRADD_-1207887178'), (u'MULTIEQUAL_-1207890601', u'INT_ADD_-1207892198'), (u'STORE_-1207893537', u'INDIRECT_-1207888662'), (u'CALL_-1207897639', u'INDIRECT_-1207891178'), ('const-120', u'PTRADD_-1207887250'), ('const-48', u'INT_ADD_-1207891867'), ('const-1', u'INT_ADD_-1207893339'), ('const-40', u'INT_ADD_-1207891607'), (u'FLOAT_SQRT_-1207892033', u'COPY_-1207886619'), (u'CAST_-1207887351', u'INT_ADD_-1207893925'), ('const-433', u'LOAD_-1207893526'), ('const-72', u'INT_ADD_-1207892777'), ('const-8', u'PTRADD_-1207887758'), (u'FLOAT_SUB_-1207893439', u'FLOAT_SQRT_-1207893406'), (u'INDIRECT_-1203824304', u'MULTIEQUAL_-1207888260'), ('const-64', u'INT_ADD_-1207893316'), (u'MULTIEQUAL_-1207890167', u'INT_ADD_-1207893339'), ('const-8', u'PTRADD_-1207889234'), (u'FLOAT_MULT_-1207896365', u'FLOAT_ADD_-1207896360'), (u'FLOAT_ADD_-1207894335', u'STORE_-1207894371'), (u'INT_ADD_-1207894326', u'CAST_-1207887590'), (u'LOAD_-1207895875', u'FLOAT_DIV_-1207895820'), (u'STORE_-1207896164', u'INDIRECT_-1207890783'), ('const-8', u'PTRADD_-1207888971'), (u'LOAD_-1207895383', u'FLOAT_SUB_-1207895316'), (u'LOAD_-1207893359', u'FLOAT_ADD_-1207893313'), (u'STORE_-1207894135', u'INDIRECT_-1207888946'), (u'CAST_-1203822535', u'LOAD_-1203828588'), (u'MULTIEQUAL_-1207890023', u'INT_ADD_-1207897126'), ('const-56', u'INT_ADD_-1207892518'), (u'LOAD_-1207896117', u'FLOAT_ADD_-1207896071'), ('tmp_3672', u'CBRANCH_-1207894162'), ('const-40', u'INT_ADD_-1207897340'), ('const-828', u'INT_ADD_-1207897070'), (u'CAST_-1207888035', u'LOAD_-1207893359'), ('const-40', u'INT_ADD_-1207894397'), ('const-64', u'INT_ADD_-1207894175'), ('const-8', u'PTRADD_-1207888980'), (u'INT_ADD_-1207891775', u'CAST_-1207885936'), (u'INDIRECT_-1207887858', u'MULTIEQUAL_-1207888853'), ('const-433', u'STORE_-1207896164'), (u'MULTIEQUAL_-1207892829', u'PTRADD_-1207888579'), (u'PTRADD_-1207887622', u'LOAD_-1207894154'), (u'INT_ADD_-1207895728', u'CAST_-1207888508'), (u'COPY_-1207897012', u'MULTIEQUAL_-1207890144'), (u'INDIRECT_-1207891068', u'MULTIEQUAL_-1207890783'), (u'FLOAT_MULT_-1207894278', u'FLOAT_ADD_-1207894273'), (u'INT_ADD_-1207893858', u'CAST_-1207887330'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207888200'), (u'FLOAT_ADD_-1207893365', u'STORE_-1207893402'), (u'INT_ADD_-1207893375', u'CAST_-1207887019'), ('const-433', u'LOAD_-1207893411'), (u'FLOAT_MULT_-1207894247', u'FLOAT_ADD_-1207894242'), (u'LOAD_-1207895172', u'FLOAT_SUB_-1207895113'), (u'INT_ADD_-1207893438', u'INT_ADD_-1207893421'), ('const-433', u'LOAD_-1207892826'), (u'FLOAT_LESSEQUAL_-1207890370', u'CBRANCH_-1207895300'), (u'LOAD_-1207894154', u'FLOAT_MULT_-1207894106'), (u'INT_ADD_-1207893438', u'INT_ADD_-1207893343'), (u'FLOAT_SUB_-1207893434', u'FLOAT_DIV_-1207893369'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888710'), (u'INDIRECT_-1207890722', u'MULTIEQUAL_-1207890684'), ('const-0', u'INT_NOTEQUAL_-1207893367'), ('const-433', u'STORE_-1207894212'), ('const-433', u'LOAD_-1207895476'), (u'INT_ADD_-1207896137', u'INT_ADD_-1207896131'), (u'INDIRECT_-1207889015', u'MULTIEQUAL_-1207888951'), ('const-8', u'PTRADD_-1207889366'), (u'PTRADD_-1207888992', u'LOAD_-1207896322'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207886703'), (u'INT_ADD_-1207896069', u'CAST_-1207889144'), (u'INT_ADD_-1207894075', u'INT_NOTEQUAL_-1207893992'), (u'CALL_-1207892811', u'INDIRECT_-1207889303'), ('const-0', u'FLOAT_LESS_-1207888522'), (u'MULTIEQUAL_-1207889987', u'COPY_-1207889524'), ('const-40', u'INT_ADD_-1207894357'), (u'INT_ADD_-1207895914', u'INT_ADD_-1207895912'), (u'CALL_-1207892213', u'INDIRECT_-1207888165'), ('const-433', u'STORE_-1207892703'), (u'PTRADD_-1207889234', u'STORE_-1207895917'), ('const-433', u'LOAD_-1207896146'), (u'LOAD_-1207895782', u'FLOAT_ADD_-1207895736'), (u'PTRADD_-1207887578', u'MULTIEQUAL_-1207893169'), (u'INDIRECT_-1207890309', u'MULTIEQUAL_-1207890206'), (u'CAST_-1207887124', u'LOAD_-1207893526'), (u'LOAD_-1207894334', u'FLOAT_MULT_-1207894278'), (u'INT_ADD_-1207897334', u'CAST_-1207889592'), (u'CALL_-1207892968', u'INDIRECT_-1207889508'), (u'LOAD_-1207892055', u'INT_ADD_-1207892037'), (u'INDIRECT_-1207890199', u'MULTIEQUAL_-1207890096'), (u'MULTIEQUAL_-1207893169', u'LOAD_-1207894495'), (u'FLOAT_ADD_-1207894242', u'STORE_-1207894278'), (u'CALL_-1207892968', u'MULTIEQUAL_-1207890411'), (u'INDIRECT_-1207890809', u'MULTIEQUAL_-1207890765'), ('const-8', u'PTRADD_-1207889135'), (u'FLOAT_DIV_-1207893369', u'STORE_-1207893407'), ('const-48', u'INT_ADD_-1207893370'), (u'INDIRECT_-1207889125', u'MULTIEQUAL_-1207889061'), ('const-4', u'PTRADD_-1207888528'), ('const-176', u'PTRADD_-1207886703'), ('tmp_319', u'CBRANCH_-1207897500'), (u'INT_ADD_-1207896596', u'INT_ADD_-1207895525'), (u'INDIRECT_-1207889892', u'MULTIEQUAL_-1207889816'), (u'INT_ADD_-1207895682', u'INT_ADD_-1207895586'), ('const-8', u'PTRADD_-1207888200'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888381'), (u'FLOAT_MULT_-1207895970', u'FLOAT_ADD_-1207895951'), (u'CAST_-1207888780', u'INT_ADD_-1207896150'), ('const-433', u'LOAD_-1207894473'), ('const-40', u'INT_ADD_-1207893877'), (u'INT_ADD_-1207892466', u'CAST_-1207886557'), (u'INT_ADD_-1207894233', u'CAST_-1207887524'), ('tmp_2962', u'CBRANCH_-1207896043'), (u'MULTIEQUAL_-1207892829', u'PTRADD_-1207888551'), (u'FLOAT_SQRT_-1207893406', u'FLOAT_MULT_-1207893390'), (u'STORE_-1207896522', u'INDIRECT_-1207890451'), (u'CALL_-1207892098', u'MULTIEQUAL_-1207890106'), ('tmp_2895', u'CBRANCH_-1207896097'), (u'INT_ADD_-1207893211', u'MULTIEQUAL_-1207890023'), (u'MULTIEQUAL_-1207891245', u'INT_NOTEQUAL_-1207895747'), (u'INT_ADD_-1207896565', u'CAST_-1207889041'), (u'INDIRECT_-1207888499', u'MULTIEQUAL_-1207890678'), ('const-3', u'PTRADD_-1207888551'), ('tmp_8213', u'CAST_-1207889557'), (u'COPY_-1207887406', u'MULTIEQUAL_-1207889316'), (u'COPY_-1207889402', u'MULTIEQUAL_-1207891216'), ('const-256', u'PTRADD_-1207889432'), ('const-433', u'STORE_-1207896014'), (u'INDIRECT_-1207890280', u'MULTIEQUAL_-1207890188'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207888999'), ('const-1', u'PTRADD_-1207889227'), ('const-72', u'INT_ADD_-1207894089'), (u'PTRADD_-1207888150', u'STORE_-1207893322'), (u'MULTIEQUAL_-1207890096', u'MULTIEQUAL_-1207890079'), (u'INDIRECT_-1207888404', u'MULTIEQUAL_-1207889572'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207889070'), (u'COPY_-1207888496', u'MULTIEQUAL_-1207890477'), (u'INDIRECT_-1207890507', u'MULTIEQUAL_-1207890414'), ('const-2', u'INT_EQUAL_-1207896187'), (u'FLOAT_MULT_-1207894309', u'FLOAT_ADD_-1207894304'), (u'LOAD_-1207895940', u'FLOAT_ADD_-1207895882'), (u'PTRADD_-1207889343', u'LOAD_-1207896096'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207895323'), (u'COPY_-1203822906', u'MULTIEQUAL_-1207888562'), (u'INDIRECT_-1207888753', u'MULTIEQUAL_-1207888654'), (u'CAST_-1207888088', u'LOAD_-1207893437'), ('const-72', u'INT_ADD_-1207895981'), (u'LOAD_-1207896018', u'FLOAT_MULT_-1207895970'), (u'CAST_-1207888935', u'LOAD_-1207896421'), ('const-2', u'INT_EQUAL_-1207896046'), (u'STORE_-1207896137', u'INDIRECT_-1207890322'), ('tmp_2762', u'CBRANCH_-1207896238'), (u'FLOAT_MULT_-1207891559', u'FLOAT_SUB_-1207891540'), (u'FLOAT_SQRT_-1207892365', u'FLOAT_MULT_-1207892349'), (u'FLOAT_MULT_-1207891704', u'FLOAT_SUB_-1207891677'), (u'LOAD_-1207893420', u'FLOAT_ADD_-1207893365'), ('tmp_8213', u'CAST_-1203822536'), (u'INT_ADD_-1207893438', u'INT_ADD_-1207893316'), (u'CAST_-1207889561', u'MULTIEQUAL_-1207889951'), (u'MULTIEQUAL_-1207892829', u'STORE_-1207895667'), (u'STORE_-1207894411', u'INDIRECT_-1207889018'), ('const-8', u'PTRADD_-1207888406'), ('const-433', u'LOAD_-1207895571'), (u'FLOAT_ADD_-1207896360', u'STORE_-1207896393'), (u'INT_ADD_-1207895962', u'INT_ADD_-1207895935'), (u'LOAD_-1207893386', u'FLOAT_ADD_-1207893340'), (u'MULTIEQUAL_-1207893561', u'LOAD_-1207896562'), (u'CAST_-1207889186', u'LOAD_-1207896146'), ('tmp_4724', u'CBRANCH_-1207893396'), ('const-433', u'STORE_-1207894247'), (u'FLOAT_SUB_-1207893612', u'FLOAT_DIV_-1207893547'), (u'STORE_-1207896106', u'INDIRECT_-1207890081'), (u'FLOAT_MULT_-1207895131', u'FLOAT_SUB_-1207895113'), ('const-44', u'PTRADD_-1207887578'), ('const-433', u'LOAD_-1207892055'), (u'LOAD_-1207896562', u'FLOAT_ADD_-1207896516'), (u'FLOAT_ADD_-1207894382', u'STORE_-1207894411'), ('tmp_2667', u'BRANCH_-1207895143'), (u'LOAD_-1207894428', u'FLOAT_ADD_-1207894382'), (u'LOAD_-1207891630', u'INT_ADD_-1207891584'), ('const-433', u'LOAD_-1207896581'), ('const-433', u'LOAD_-1207893675'), (u'FLOAT_ADD_-1207895951', u'STORE_-1207895986'), ('const-433', u'STORE_-1207894371'), ('const-0', u'INT_NOTEQUAL_-1207895941'), (u'LOAD_-1207895339', u'CAST_-1207888233'), (u'INDIRECT_-1203824213', u'MULTIEQUAL_-1207888260'), ('const-72', u'INT_ADD_-1207892457'), (u'MULTIEQUAL_-1207891320', u'MULTIEQUAL_-1207891231'), (u'INDIRECT_-1207890476', u'MULTIEQUAL_-1207890386'), (u'STORE_-1207896554', u'INDIRECT_-1207890583'), ('const-8', u'PTRADD_-1207888150'), (u'MULTIEQUAL_-1207889020', u'MULTIEQUAL_-1207890907'), ('const-1', u'PTRADD_-1207888597'), (u'CAST_-1207886130', u'LOAD_-1207891598'), (u'FLOAT_SUB_-1207891677', u'FLOAT_LESS_-1203824782'), (u'PTRADD_-1207888747', u'LOAD_-1207895897'), (u'INDIRECT_-1207889739', u'MULTIEQUAL_-1207889685'), (u'MULTIEQUAL_-1207888649', u'MULTIEQUAL_-1207888639'), (u'CALL_-1207897651', u'INDIRECT_-1207891077'), (u'CALL_-1207892968', u'INDIRECT_-1207889288'), (u'MULTIEQUAL_-1207890206', u'MULTIEQUAL_-1207890189'), (u'INT_ADD_-1207896137', u'INT_ADD_-1207896100'), (u'STORE_-1207896329', u'INDIRECT_-1207890217'), (u'LOAD_-1207896147', u'FLOAT_ADD_-1207896101'), (u'PTRADD_-1207887570', u'MULTIEQUAL_-1207893172'), (u'INT_ADD_-1207896190', u'INT_ADD_-1207896049'), (u'INT_ADD_-1207894403', u'INT_ADD_-1207894303'), (u'CAST_-1207888993', u'LOAD_-1207896513'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207889277'), (u'LOAD_-1207892167', u'INT_ADD_-1207892142'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207887695'), (u'INDIRECT_-1207890266', u'MULTIEQUAL_-1207890189'), (u'STORE_-1207895254', u'INDIRECT_-1207889663'), (u'PTRADD_-1207888691', u'LOAD_-1207895823'), (u'FLOAT_LESS_-1207889472', u'CBRANCH_-1207893812'), (u'STORE_-1207895153', u'INDIRECT_-1207889486'), ('const-0', u'COPY_-1207893823'), (u'MULTIEQUAL_-1207890167', u'INT_MULT_-1207897040'), (u'COPY_-1207889816', u'PIECE_-1207897563'), (u'INDIRECT_-1207890376', u'MULTIEQUAL_-1207890299'), ('const-88', u'INT_MULT_-1207892515'), (u'LOAD_-1207896614', u'INT_ADD_-1207896596'), (u'LOAD_-1207896385', u'FLOAT_ADD_-1207896339'), (u'INDIRECT_-1207888772', u'MULTIEQUAL_-1207888673'), (u'PTRADD_-1207889258', u'STORE_-1207895961'), ('const-433', u'LOAD_-1207894237'), (u'MULTIEQUAL_-1207888529', u'MULTIEQUAL_-1207888455'), ('const-828', u'INT_ADD_-1207892188'), (u'STORE_-1207895650', u'INDIRECT_-1207889800'), (u'CAST_-1207887590', u'STORE_-1207894340'), (u'PTRADD_-1207889277', u'STORE_-1207895988'), (u'INDIRECT_-1207890092', u'MULTIEQUAL_-1207890027'), ('tmp_4670', u'CBRANCH_-1207893447'), ('const-433', u'LOAD_-1207896176'), ('const-56', u'INT_ADD_-1207894264'), (u'PTRADD_-1207888162', u'LOAD_-1207893342'), (u'LOAD_-1207897101', u'MULTIEQUAL_-1207891600'), (u'STORE_-1207894181', u'INDIRECT_-1207889081'), (u'INDIRECT_-1207889982', u'MULTIEQUAL_-1207889926'), (u'MULTIEQUAL_-1207891424', u'MULTIEQUAL_-1207891320'), ('const-72', u'INT_ADD_-1207892819'), (u'LOAD_-1207896318', u'MULTIEQUAL_-1207891481'), (u'INT_ADD_-1207895682', u'INT_ADD_-1207895644'), (u'INT_ADD_-1207896596', u'INT_ADD_-1207896004'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888738'), ('const-433', u'LOAD_-1207892131'), (u'STORE_-1207894309', u'INDIRECT_-1207888947'), (u'STORE_-1207895650', u'INDIRECT_-1207889910'), ('const-433', u'LOAD_-1207897310'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207887325'), ('const-433', u'LOAD_-1207893431'), (u'CAST_-1207886646', u'LOAD_-1207892769'), (u'PTRADD_-1207887672', u'LOAD_-1207894237'), ('const-40', u'INT_ADD_-1207893842'), ('const-0', u'INT_NOTEQUAL_-1207896171'), (u'INT_ADD_-1207896360', u'INT_ADD_-1207896265'), ('const-48', u'INT_ADD_-1207894334'), (u'PTRADD_-1207888258', u'STORE_-1207895153'), ('tmp_8213', u'CAST_-1207886204'), (u'COPY_-1207889461', u'MULTIEQUAL_-1207892834'), ('const-16', u'PTRADD_-1207888747'), (u'STORE_-1207895650', u'INDIRECT_-1207890020'), (u'INT_ADD_-1207892037', u'MULTIEQUAL_-1207892351'), (u'INT_ADD_-1207895545', u'INT_ADD_-1207895543'), (u'MULTIEQUAL_-1207890601', u'INT_ADD_-1207892907'), (u'PTRADD_-1207887211', u'MULTIEQUAL_-1207893561'), (u'CAST_-1207888706', u'LOAD_-1207896065'), (u'PTRADD_-1207889366', u'LOAD_-1207896128'), ('const-8', u'PTRADD_-1207889277'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207895523'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207894144'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207888162'), ('const-433', u'LOAD_-1207895278'), ('const-48', u'INT_ADD_-1207896115'), ('const-433', u'LOAD_-1207891750'), (u'INT_ADD_-1207896596', u'INT_ADD_-1207895730'), ('const-433', u'LOAD_-1207896065'), (u'FLOAT_SUB_-1207896169', u'STORE_-1207896209'), (u'CAST_-1207887452', u'STORE_-1207894135'), (u'INT_MULT_-1207892864', u'INT_ADD_-1207892796'), (u'COPY_-1207889463', u'MULTIEQUAL_-1207893045'), ('const-72', u'PTRADD_-1207888710'), (u'LOAD_-1207893391', u'INT_NOTEQUAL_-1207893367'), ('const-433', u'LOAD_-1207897472'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888326'), (u'LOAD_-1207891913', u'MULTIEQUAL_-1207891195'), (u'INT_ADD_-1207895982', u'CAST_-1207889085'), (u'INT_ADD_-1207893840', u'CAST_-1207887319'), (u'INDIRECT_-1207891288', u'MULTIEQUAL_-1207888565'), (u'INT_ADD_-1207894423', u'INT_ADD_-1207894264'), (u'INDIRECT_-1207890060', u'MULTIEQUAL_-1207889968'), (u'MULTIEQUAL_-1207892479', u'INT_ADD_-1207895325'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207888150'), (u'LOAD_-1207894473', u'INT_ADD_-1207894112'), (u'CAST_-1207886309', u'LOAD_-1207891920'), (u'CAST_-1207888787', u'LOAD_-1207896176'), (u'MULTIEQUAL_-1207891600', u'MULTIEQUAL_-1207891250'), (u'CAST_-1207887674', u'LOAD_-1207894473'), (u'INT_ADD_-1207897412', u'CAST_-1207889623'), (u'STORE_-1207894278', u'INDIRECT_-1207889146'), (u'STORE_-1207895623', u'INDIRECT_-1207889892'), ('const-8', u'PTRADD_-1207889047'), (u'STORE_-1207896014', u'INDIRECT_-1207890466'), ('const-433', u'LOAD_-1207893437'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207889270'), (u'STORE_-1207895988', u'INDIRECT_-1207890559'), (u'LOAD_-1207893496', u'FLOAT_SUB_-1207893434'), (u'MULTIEQUAL_-1207890131', u'COPY_-1207889461'), (u'MULTIEQUAL_-1207890508', u'MULTIEQUAL_-1207890488'), ('const-4', u'PTRADD_-1207889343'), (u'CAST_-1207887234', u'LOAD_-1207893710'), ('const-433', u'LOAD_-1207892802'), (u'LOAD_-1207896459', u'FLOAT_ADD_-1207896413'), (u'MULTIEQUAL_-1207893501', u'MULTIEQUAL_-1207893458'), ('tmp_4762', u'CBRANCH_-1207893366'), (u'STORE_-1207896393', u'INDIRECT_-1207890366'), (u'FLOAT_LESSEQUAL_-1207890436', u'CBRANCH_-1207895393'), ('const-433', u'STORE_-1207896446'), (u'FLOAT_MULT_-1207892773', u'FLOAT_SUB_-1207892713'), ('const-56', u'INT_ADD_-1207894233'), ('const-433', u'LOAD_-1207895660'), (u'PTRADD_-1207888560', u'STORE_-1207895623'), ('const-8', u'PTRADD_-1207889099'), ('const-0', u'FLOAT_LESS_-1207889472'), (u'LOAD_-1207896291', u'FLOAT_MULT_-1207896187'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207896275'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207889108'), (u'INT_ADD_-1207893480', u'CAST_-1207887105'), (u'INDIRECT_-1207887703', u'MULTIEQUAL_-1207888544'), ('const-48', u'INT_ADD_-1207896533'), ('tmp_8213', u'CAST_-1207887675'), (u'INT_ADD_-1207894423', u'INT_ADD_-1207894198'), ('const-433', u'LOAD_-1207893856'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888652'), (u'STORE_-1207896014', u'INDIRECT_-1207890686'), ('const-8', u'PTRADD_-1207888223'), (u'INDIRECT_-1207889493', u'MULTIEQUAL_-1207889642'), ('const-433', u'LOAD_-1207895928'), (u'INT2FLOAT_-1207894428', u'FLOAT_MULT_-1207894181'), (u'STORE_-1207896136', u'INDIRECT_-1207890764'), ('const-40', u'INT_ADD_-1207894365'), ('const-8', u'PTRADD_-1207887416'), (u'CAST_-1207886425', u'INT_ADD_-1207892132'), (u'FLOAT_SUB_-1207893439', u'CALL_-1207892213'), ('const-2', u'PTRADD_-1207889353'), (u'LOAD_-1207891637', u'INT_ADD_-1207891607'), (u'INT_NOTEQUAL_-1207896251', u'CBRANCH_-1207896251'), (u'INDIRECT_-1207888863', u'MULTIEQUAL_-1207888764'), (u'CAST_-1207888508', u'LOAD_-1207895744'), (u'COPY_-1207888436', u'MULTIEQUAL_-1207890180'), (u'STORE_-1207893322', u'INDIRECT_-1207889467'), (u'FLOAT_MULT_-1207893835', u'FLOAT_SUB_-1207893793'), ('const-24', u'INT_ADD_-1207891741'), (u'FLOAT_ADD_-1207895851', u'STORE_-1207895884'), (u'PTRADD_-1207888579', u'STORE_-1207895650'), (u'INT_ADD_-1207891458', u'CAST_-1207886050'), (u'INT_ADD_-1207891727', u'INT_ADD_-1207891717'), (u'PTRADD_-1207889227', u'MULTIEQUAL_-1207893009'), (u'FLOAT_SUB_-1207891677', u'CALL_-1203828437'), (u'LOAD_-1207895838', u'FLOAT_DIV_-1207895783'), (u'CALL_-1207892047', u'INDIRECT_-1207888074'), (u'CAST_-1207886433', u'LOAD_-1207892167'), (u'PTRADD_-1207888710', u'STORE_-1207895847'), (u'PTRADD_-1207889387', u'LOAD_-1207896157'), (u'INT_ADD_-1207896405', u'CAST_-1207888935'), (u'INDIRECT_-1207890287', u'MULTIEQUAL_-1207890194'), ('const-56', u'INT_ADD_-1207893500'), ('const-433', u'STORE_-1207893402'), (u'CAST_-1207889587', u'MULTIEQUAL_-1207890131'), (u'STORE_-1207895443', u'INDIRECT_-1207889778'), (u'INDIRECT_-1207887638', u'MULTIEQUAL_-1207888633'), (u'CALL_-1207891797', u'INDIRECT_-1207887923'), (u'CAST_-1207888539', u'LOAD_-1207895797'), ('tmp_8213', u'CAST_-1207886157'), (u'MULTIEQUAL_-1207890601', u'INT_ADD_-1207894012'), ('tmp_6239', u'CBRANCH_-1203828465'), (u'MULTIEQUAL_-1207891250', u'INT_EQUAL_-1207895909'), ('const-433', u'STORE_-1207896075'), (u'MULTIEQUAL_-1207891320', u'INT_ADD_-1207893696'), ('const-8', u'PTRADD_-1207889330'), (u'INT2FLOAT_-1207896133', u'FLOAT_MULT_-1207896044'), (u'INDIRECT_-1207888165', u'MULTIEQUAL_-1207888673'), (u'MULTIEQUAL_-1207891195', u'INT_ADD_-1207893500'), (u'INDIRECT_-1207890061', u'MULTIEQUAL_-1207889998'), (u'CAST_-1207888382', u'LOAD_-1207895539'), (u'INT_ADD_-1207892499', u'CAST_-1207886576'), ('const-128', u'PTRADD_-1207888682'), (u'INT_ADD_-1207893860', u'INT_ADD_-1207893858'), (u'CALL_-1207892259', u'INDIRECT_-1207888389'), (u'LOAD_-1207895897', u'FLOAT_ADD_-1207895851'), ('const-64', u'INT_ADD_-1207893421'), ('const-72', u'INT_ADD_-1203828576'), (u'CAST_-1207888743', u'LOAD_-1207896116'), (u'INT_MULT_-1207893903', u'INT_ADD_-1207893875'), ('const-433', u'LOAD_-1207895998'), ('const-433', u'LOAD_-1207893396'), (u'CAST_-1207887227', u'LOAD_-1207893698'), (u'CALL_-1207891797', u'INDIRECT_-1207887703'), (u'MULTIEQUAL_-1207892420', u'MULTIEQUAL_-1207893501'), (u'CALL_-1207893125', u'INDIRECT_-1207889383'), ('const-8', u'PTRADD_-1207889289'), (u'LOAD_-1207891791', u'INT_ADD_-1207891766'), (u'MULTIEQUAL_-1207890614', u'MULTIEQUAL_-1207890545'), (u'INT_ADD_-1207893316', u'CAST_-1207888017'), (u'STORE_-1207896522', u'INDIRECT_-1207890561'), (u'CAST_-1203822495', u'LOAD_-1203828032'), (u'INT_ADD_-1207892763', u'INT_ADD_-1207892753'), ('const-72', u'INT_ADD_-1207896224'), (u'INT2FLOAT_-1207894341', u'FLOAT_MULT_-1207894074'), (u'INDIRECT_-1207887806', u'MULTIEQUAL_-1207888544'), ('const-433', u'STORE_-1207895847'), ('const-1', u'PTRADD_-1207888579'), (u'SUBPIECE_-1207897557', u'MULTIEQUAL_-1207893829'), (u'STORE_-1207895986', u'INDIRECT_-1207890122'), (u'STORE_-1207895350', u'INDIRECT_-1207889717'), (u'FLOAT_ADD_-1207893313', u'STORE_-1207893349'), (u'PTRADD_-1207889419', u'STORE_-1207896209'), (u'INT_ADD_-1207894075', u'MULTIEQUAL_-1207890565'), (u'INDIRECT_-1207890366', u'MULTIEQUAL_-1207890276'), (u'CAST_-1207888205', u'LOAD_-1207895278'), (u'FLOAT_LESS_-1207888669', u'CBRANCH_-1207892406'), (u'INT_ADD_-1207892777', u'CAST_-1207886658'), ('const-433', u'STORE_-1207893349'), (u'INT_ADD_-1207892188', u'CAST_-1207886953'), (u'INT_ADD_-1207896061', u'CAST_-1207888714'), (u'MULTIEQUAL_-1207890565', u'CAST_-1207887681'), (u'INT_ADD_-1207896137', u'INT_ADD_-1207896026'), ('const-433', u'LOAD_-1207896116'), ('const-72', u'INT_ADD_-1207892132'), (u'FLOAT_MULT_-1207894074', u'FLOAT_ADD_-1207894067'), ('const-88', u'INT_MULT_-1207893730'), (u'INT_ADD_-1207894423', u'INT_ADD_-1207894326'), (u'MULTIEQUAL_-1207888800', u'MULTIEQUAL_-1207888750'), ('const-433', u'LOAD_-1207895971'), (u'MULTIEQUAL_-1207893009', u'LOAD_-1207892216'), (u'INT_AND_-1207895299', u'CAST_-1207888232'), (u'LOAD_-1207894365', u'FLOAT_MULT_-1207894309'), (u'CAST_-1207888053', u'LOAD_-1207893386'), (u'INDIRECT_-1207890408', u'MULTIEQUAL_-1207890378'), ('const-433', u'LOAD_-1207896228'), (u'LOAD_-1207897472', u'INT_ADD_-1207897085'), (u'PTRADD_-1207887325', u'STORE_-1207893537'), (u'INT_EQUAL_-1207895679', u'CBRANCH_-1207895613'), ('const-828', u'INT_ADD_-1207896302'), (u'STORE_-1207896107', u'INDIRECT_-1207890524'), ('const-56', u'INT_ADD_-1207893343'), (u'CAST_-1203822516', u'LOAD_-1203828555'), ('const-72', u'INT_ADD_-1207892753'), ('tmp_8213', u'CAST_-1207889593'), (u'LOAD_-1207894486', u'INT_ADD_-1207894144'), (u'LOAD_-1207895660', u'FLOAT_ADD_-1207895614'), (u'PTRADD_-1207888528', u'LOAD_-1207895571'), (u'LOAD_-1207896131', u'FLOAT_MULT_-1207896075'), (u'INT_ADD_-1207894303', u'CAST_-1207887574'), (u'STORE_-1207895667', u'INDIRECT_-1207889812'), (u'STORE_-1207895884', u'INDIRECT_-1207890065'), (u'STORE_-1207896446', u'INDIRECT_-1207890287'), (u'INT_ADD_-1207896222', u'CAST_-1207888824'), (u'CAST_-1207886051', u'INT_ADD_-1207891458'), (u'INT_ADD_-1207896596', u'INT_ADD_-1207896360'), (u'INT_ADD_-1207896277', u'INT_ADD_-1207896275'), (u'MULTIEQUAL_-1207891595', u'MULTIEQUAL_-1207891245'), (u'MULTIEQUAL_-1207891245', u'INT_NOTEQUAL_-1207896021'), ('const-0', u'INT_NOTEQUAL_-1207896021'), (u'MULTIEQUAL_-1207893172', u'STORE_-1207896014'), (u'INDIRECT_-1207890170', u'MULTIEQUAL_-1207890078'), (u'MULTIEQUAL_-1207893009', u'LOAD_-1207893082'), ('const-433', u'LOAD_-1207896339'), (u'INDIRECT_-1207889413', u'MULTIEQUAL_-1207889870'), (u'INT_ADD_-1207896571', u'INT_ADD_-1207896533'), (u'INT_ADD_-1207891747', u'CAST_-1207885921'), (u'INT_ADD_-1207896190', u'INT_ADD_-1207896160'), (u'COPY_-1207889829', u'INT_AND_-1207895392'), (u'LOAD_-1207895951', u'FLOAT_DIV_-1207895857'), (u'INT_ADD_-1207897532', u'INT_SLESS_-1207897493'), (u'CAST_-1207886658', u'LOAD_-1207892793'), (u'LOAD_-1207896116', u'FLOAT_ADD_-1207896070'), (u'PTRADD_-1207889270', u'LOAD_-1207895981'), (u'INT_ADD_-1207893343', u'CAST_-1207888035'), (u'INT_ADD_-1207895262', u'CAST_-1207888205'), (u'LOAD_-1207894350', u'FLOAT_ADD_-1207894304'), (u'INDIRECT_-1207887682', u'MULTIEQUAL_-1207888133'), (u'INT_ADD_-1207895416', u'CAST_-1207888307'), (u'FLOAT_SUB_-1207892713', u'FLOAT_LESS_-1207888800'), (u'STORE_-1207893718', u'INDIRECT_-1207888863'), (u'INDIRECT_-1207887462', u'MULTIEQUAL_-1207887913'), ('const-8', u'PTRADD_-1207888572'), (u'INT2FLOAT_-1207894428', u'FLOAT_MULT_-1207894309'), ('const-2', u'PTRADD_-1207889270'), (u'FLOAT_SUB_-1207893617', u'FLOAT_LESS_-1207889371'), ('const-433', u'LOAD_-1207893941'), (u'PTRADD_-1207889289', u'LOAD_-1207896008'), (u'STORE_-1207895443', u'INDIRECT_-1207889668'), ('const-64', u'INT_ADD_-1207895221'), (u'CAST_-1207889144', u'LOAD_-1207896085'), ('const-3', u'PTRADD_-1207888150'), (u'LOAD_-1207894257', u'FLOAT_ADD_-1207894211'), (u'LOAD_-1207896499', u'FLOAT_ADD_-1207896453'), (u'STORE_-1207893427', u'INDIRECT_-1207889538'), (u'INDIRECT_-1207889596', u'MULTIEQUAL_-1207890724'), (u'FLOAT_LESSEQUAL_-1207891489', u'CBRANCH_-1207896238'), ('const-433', u'LOAD_-1207893698'), (u'FLOAT_LESS_-1207888522', u'CBRANCH_-1207892075'), (u'CAST_-1207888417', u'LOAD_-1207895602'), (u'MULTIEQUAL_-1207892829', u'PTRADD_-1207888597'), (u'INT_ADD_-1207895221', u'INT_ADD_-1207895219'), ('const-433', u'LOAD_-1203828555'), (u'STORE_-1207896329', u'INDIRECT_-1207890437'), (u'INT_OR_-1207897594', u'INT_SREM_-1207897583'), (u'CALL_-1207891837', u'INDIRECT_-1207887462'), (u'MULTIEQUAL_-1207889685', u'COPY_-1207888496'), (u'CAST_-1207889659', u'INT_ADD_-1207897462'), (u'CAST_-1207889607', u'INT_ADD_-1207897388'), (u'STORE_-1207895917', u'INDIRECT_-1207890408'), (u'MULTIEQUAL_-1207890378', u'MULTIEQUAL_-1207890334'), (u'FLOAT_MULT_-1207896520', u'FLOAT_ADD_-1207896516'), (u'LOAD_-1207893941', u'INT_ADD_-1207893860'), ('const-4', u'INT_SEXT_-1207897612'), (u'INDIRECT_-1207889398', u'MULTIEQUAL_-1207889701'), (u'CAST_-1207887612', u'STORE_-1207894371'), (u'INT_ADD_-1207892753', u'CAST_-1207886646'), (u'INT_ADD_-1207894198', u'CAST_-1207887500'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207895912'), ('const-433', u'LOAD_-1207895823'), ('const-0', u'SUBPIECE_-1207897555'), (u'FLOAT_ADD_-1207894176', u'STORE_-1207894212'), (u'CALL_-1207891514', u'INDIRECT_-1207887645'), ('const-433', u'STORE_-1207896209'), (u'STORE_-1207895961', u'INDIRECT_-1207890541'), (u'INDIRECT_-1203824103', u'MULTIEQUAL_-1207888150'), (u'FLOAT_MULT_-1207894216', u'FLOAT_ADD_-1207894211'), (u'MULTIEQUAL_-1207892829', u'PTRADD_-1207889214'), ('const-8', u'PTRADD_-1207888710'), (u'INT_SEXT_-1207897634', u'INT_SEXT_-1207897608'), ('const-433', u'STORE_-1207894309'), (u'MULTIEQUAL_-1207891284', u'MULTIEQUAL_-1207891195'), ('const-8', u'PTRADD_-1207889270'), (u'INT_ADD_-1207894175', u'CAST_-1207887484'), (u'CAST_-1207886570', u'INT_ADD_-1207892490'), (u'MULTIEQUAL_-1207888539', u'MULTIEQUAL_-1207888529'), (u'INT_ADD_-1207896956', u'CAST_-1207889377'), ('const-433', u'LOAD_-1207891791'), ('tmp_8213', u'CAST_-1207886434'), (u'STORE_-1207893537', u'INDIRECT_-1207888772'), (u'MULTIEQUAL_-1207892538', u'MULTIEQUAL_-1207892479'), ('const-3', u'PTRADD_-1207888959'), (u'CAST_-1207885905', u'LOAD_-1207891733'), ('const-0', u'COPY_-1207897178'), (u'INDIRECT_-1207889663', u'MULTIEQUAL_-1207890724'), ('const-0', u'INT_NOTEQUAL_-1207896251'), ('const-8', u'PTRADD_-1207887716'), (u'CAST_-1207889263', u'INT_AND_-1207896243'), ('const-2', u'INT_EQUAL_-1207894441'), ('const-433', u'LOAD_-1203827910'), (u'INT_ADD_-1207896360', u'INT_ADD_-1207896296'), (u'STORE_-1207894103', u'INDIRECT_-1207888815'), (u'CAST_-1207887350', u'LOAD_-1207893941'), ('const-8', u'PTRADD_-1207889432'), ('const-56', u'INT_ADD_-1207891546'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207888971'), (u'MULTIEQUAL_-1207893009', u'LOAD_-1207892925'), (u'LOAD_-1207891467', u'MULTIEQUAL_-1207891320'), (u'LOAD_-1207896549', u'FLOAT_MULT_-1207896494'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207889432'), (u'INDIRECT_-1207890628', u'MULTIEQUAL_-1207890598'), (u'FLOAT_MULT_-1207894340', u'FLOAT_ADD_-1207894335'), ('const-1', u'INT_ADD_-1207895917'), (u'STORE_-1207896075', u'INDIRECT_-1207890722'), (u'INT_ADD_-1207895523', u'CAST_-1207888382'), (u'LOAD_-1207895339', u'FLOAT_MULT_-1207895249'), (u'MULTIEQUAL_-1207892834', u'PTRADD_-1207889387'), (u'INDIRECT_-1207890419', u'MULTIEQUAL_-1207890316'), ('const-64', u'INT_ADD_-1207895781'), (u'STORE_-1207895917', u'INDIRECT_-1207890518'), (u'FLOAT_ADD_-1207896453', u'STORE_-1207896486'), (u'MULTIEQUAL_-1207892834', u'STORE_-1207896164'), (u'STORE_-1207896345', u'INDIRECT_-1207890338'), ('const-1', u'PTRADD_-1207887758'), (u'CALL_-1207892259', u'INDIRECT_-1207888609'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207896571'), (u'STORE_-1207896271', u'INDIRECT_-1207890399'), (u'INDIRECT_-1207887934', u'MULTIEQUAL_-1207888429'), ('const-433', u'LOAD_-1207896318'), ('const-433', u'LOAD_-1207895612'), ('const-433', u'LOAD_-1207896385'), (u'INT_SUB_-1207896933', u'INT_NOTEQUAL_-1207895806'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207889038'), (u'FLOAT_ADD_-1207894067', u'STORE_-1207894103'), (u'STORE_-1207894247', u'INDIRECT_-1207889015'), (u'INDIRECT_-1207890535', u'MULTIEQUAL_-1207890414'), (u'FLOAT_ADD_-1207895556', u'STORE_-1207895592'), (u'LOAD_-1207891772', u'FLOAT_MULT_-1207891704'), (u'CAST_-1207887500', u'STORE_-1207894212'), (u'INT_MULT_-1207897366', u'INT_ADD_-1207897328'), ('const-8', u'PTRADD_-1207887570'), (u'INDIRECT_-1207890589', u'MULTIEQUAL_-1207890545'), (u'CAST_-1207886636', u'INT_ADD_-1207891546'), (u'INDIRECT_-1207888169', u'MULTIEQUAL_-1207888529'), (u'STORE_-1207896075', u'INDIRECT_-1207890280'), ('const-8', u'PTRADD_-1207886703'), (u'CAST_-1207888731', u'LOAD_-1207896100'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207889016'), ('const-0', u'FLOAT_LESS_-1207888669'), (u'STORE_-1207893718', u'INDIRECT_-1207888753'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207896360'), ('const-2', u'INT_EQUAL_-1207895909'), (u'MULTIEQUAL_-1207890893', u'COPY_-1207889643'), (u'LOAD_-1207897276', u'INT_ADD_-1207897258'), ('const-433', u'STORE_-1207893322'), (u'INDIRECT_-1207890037', u'MULTIEQUAL_-1207889968'), (u'INT_ADD_-1207896571', u'INT_ADD_-1207896565'), (u'STORE_-1207893718', u'INDIRECT_-1207888643'), ('const-433', u'STORE_-1207895667'), (u'INT_ADD_-1207896092', u'CAST_-1207888737'), (u'INDIRECT_-1207890232', u'MULTIEQUAL_-1207890164'), ('tmp_164', u'CBRANCH_-1207897595'), (u'INT_ADD_-1207896596', u'INT_ADD_-1207896571'), ('const-433', u'LOAD_-1207895997'), (u'CAST_-1207886629', u'LOAD_-1207891555'), (u'INT_ADD_-1207896596', u'INT_ADD_-1207895682'), (u'INT_ADD_-1207895543', u'CAST_-1207888395'), (u'INT_ADD_-1207895586', u'CAST_-1207888417'), (u'MULTIEQUAL_-1207890601', u'INT_ADD_-1207893064'), ('const-0', u'COPY_-1207889816'), ('tmp_8213', u'CAST_-1207886045'), (u'INT_ADD_-1207891766', u'INT_ADD_-1207891756'), ('const-16', u'PTRADD_-1207888738'), (u'STORE_-1207894135', u'INDIRECT_-1207889056'), (u'MULTIEQUAL_-1207890565', u'COPY_-1207889463'), (u'CAST_-1207889575', u'INT_ADD_-1207897294'), (u'FLOAT_MULT_-1207893574', u'FLOAT_DIV_-1207893547'), (u'INT_ADD_-1207894397', u'CAST_-1207887643'), (u'CALL_-1203828491', u'INDIRECT_-1203824103'), ('const-433', u'LOAD_-1207896147'), (u'FLOAT_ADD_-1207895882', u'STORE_-1207895917'), (u'LOAD_-1207893369', u'FLOAT_ADD_-1207893313'), (u'FLOAT_MULT_-1207893457', u'FLOAT_SUB_-1207893439'), (u'INT_ADD_-1207896596', u'MULTIEQUAL_-1207892538'), (u'STORE_-1207895153', u'INDIRECT_-1207889596'), (u'LOAD_-1207892768', u'INT_ADD_-1207892750'), (u'CAST_-1207888662', u'STORE_-1207895986'), (u'MULTIEQUAL_-1207890167', u'INT_MULT_-1207893903'), ('const-88', u'PTRADD_-1207888406'), (u'FLOAT_DIV_-1207893547', u'STORE_-1207893537'), ('const-3', u'PTRADD_-1207887672'), (u'MULTIEQUAL_-1207892829', u'LOAD_-1207895708'), (u'CAST_-1207887675', u'INT_ADD_-1207894457'), ('const-8', u'PTRADD_-1207889247'), ('const-88', u'INT_ADD_-1207893211'), (u'MULTIEQUAL_-1207891458', u'MULTIEQUAL_-1207891245'), (u'COPY_-1207886474', u'MULTIEQUAL_-1207889316'), (u'LOAD_-1207895235', u'FLOAT_MULT_-1207895131'), ('const-1', u'PTRADD_-1207887211'), ('const-8', u'PTRADD_-1207887578'), ('const-72', u'INT_ADD_-1207891614'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207894423'), (u'INDIRECT_-1207888026', u'MULTIEQUAL_-1207888764'), (u'STORE_-1207896554', u'INDIRECT_-1207890473'), ('const-8', u'PTRADD_-1207888551'), (u'CAST_-1207888163', u'INT_AND_-1207895187'), (u'FLOAT_ADD_-1207894273', u'STORE_-1207894309'), (u'PTRADD_-1207889135', u'LOAD_-1207896535'), (u'FLOAT_LESS_-1207888800', u'CBRANCH_-1207892726'), ('const-433', u'LOAD_-1207895383'), ('const-72', u'INT_ADD_-1207892786'), (u'LOAD_-1207896166', u'INT_ADD_-1207896137'), (u'CALL_-1203828657', u'INDIRECT_-1203824304'), (u'LOAD_-1207894303', u'FLOAT_MULT_-1207894247'), ('const-433', u'LOAD_-1207894113'), (u'MULTIEQUAL_-1207889951', u'COPY_-1207889523'), (u'INT_ADD_-1207896183', u'INT_ADD_-1207896101'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207889258'), (u'COPY_-1207889643', u'FLOAT_LESSEQUAL_-1207890502'), (u'INT_ADD_-1207895323', u'CAST_-1207888244'), (u'INT_ADD_-1207894457', u'CAST_-1207887674'), (u'LOAD_-1207896228', u'FLOAT_SUB_-1207896169'), (u'INT_ADD_-1207896596', u'INT_ADD_-1207895962'), (u'PTRADD_-1207886828', u'STORE_-1207892703'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207887211'), (u'LOAD_-1207893431', u'INT_EQUAL_-1207893416'), (u'STORE_-1207892383', u'INDIRECT_-1207888044'), (u'INT_ADD_-1207894470', u'CAST_-1207887686'), ('const-433', u'LOAD_-1207896322'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207894112'), ('const-88', u'INT_MULT_-1207897040'), (u'STORE_-1207895986', u'INDIRECT_-1207890012'), ('tmp_1707', u'CBRANCH_-1207896066'), (u'FLOAT_LESSEQUAL_-1207890295', u'CBRANCH_-1207895182'), (u'INDIRECT_-1207888477', u'MULTIEQUAL_-1207887913'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207896183'), (u'INT_ADD_-1207895822', u'CAST_-1207888568'), (u'INT2FLOAT_-1207894428', u'FLOAT_MULT_-1207894247'), ('const-0', u'FLOAT_LESSEQUAL_-1207888372'), (u'CAST_-1207889623', u'MULTIEQUAL_-1207893561'), (u'STORE_-1207894247', u'INDIRECT_-1207889125'), ('const-40', u'INT_ADD_-1207896157'), ('const-8', u'PTRADD_-1207889374'), (u'CAST_-1207889628', u'LOAD_-1207897436'), (u'FLOAT_LESS_-1203824782', u'CBRANCH_-1203828465'), ('tmp_2064', u'CBRANCH_-1207895747'), (u'SUBPIECE_-1207897555', u'INT_SLESS_-1207897588'), ('const-433', u'LOAD_-1203828588'), (u'CAST_-1207886044', u'LOAD_-1207891467'), (u'CAST_-1203822545', u'INT_ADD_-1203828595'), (u'INDIRECT_-1207890002', u'MULTIEQUAL_-1207889926'), (u'INT_ADD_-1207895835', u'MULTIEQUAL_-1207890144'), (u'INDIRECT_-1207890651', u'MULTIEQUAL_-1207890618'), ('const-232', u'PTRADD_-1207886828'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207896002'), (u'CAST_-1207886569', u'LOAD_-1207892506'), (u'INT_ADD_-1207891734', u'CAST_-1207886197'), (u'CALL_-1207892098', u'INDIRECT_-1207888404'), ('tmp_6882', u'BRANCH_-1203828024'), (u'INDIRECT_-1207888905', u'MULTIEQUAL_-1207888841'), (u'LOAD_-1207891881', u'FLOAT_SUB_-1207891823'), (u'LOAD_-1207895744', u'FLOAT_DIV_-1207895689'), (u'MULTIEQUAL_-1207891245', u'INT_NOTEQUAL_-1207896424'), (u'INT_MULT_-1207893903', u'INT_ADD_-1207891582'), (u'PTRADD_-1207889374', u'STORE_-1207896136'), (u'CALL_-1207892047', u'INDIRECT_-1207887854'), ('const-56', u'INT_ADD_-1207894241'), ('const-240', u'PTRADD_-1207888620'), (u'LOAD_-1207893526', u'FLOAT_MULT_-1207893457'), (u'FLOAT_ADD_-1207896293', u'STORE_-1207896329'), ('const-3', u'PTRADD_-1207888971'), (u'INDIRECT_-1207889872', u'MULTIEQUAL_-1207889807'), (u'PTRADD_-1207887716', u'LOAD_-1207894303'), (u'CALL_-1203828657', u'INDIRECT_-1203824084'), (u'INT_ADD_-1207896150', u'CAST_-1207888779'), (u'CAST_-1207886419', u'LOAD_-1207892131'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207896222'), (u'MULTIEQUAL_-1207888562', u'FLOAT_MULT_-1207892349'), (u'CALL_-1207892259', u'INDIRECT_-1207888499'), ('const-433', u'LOAD_-1207895235'), (u'MULTIEQUAL_-1207890316', u'MULTIEQUAL_-1207890299'), (u'MULTIEQUAL_-1207888539', u'MULTIEQUAL_-1207888150'), (u'INT_ADD_-1207897340', u'INT_ADD_-1207897274'), (u'INT_EQUAL_-1207894441', u'CBRANCH_-1207894238'), (u'CAST_-1207886434', u'INT_ADD_-1207892151'), ('const-48', u'INT_ADD_-1207897264'), (u'INT_ADD_-1207897085', u'CAST_-1207889439'), (u'MULTIEQUAL_-1207890565', u'INT_MULT_-1207894434'), ('const-64', u'INT_ADD_-1207896457'), ('const-433', u'STORE_-1207896329'), (u'INT2FLOAT_-1207896133', u'FLOAT_MULT_-1207896113'), (u'INT_ADD_-1207896137', u'INT_ADD_-1207896123'), (u'INT_ADD_-1207893684', u'INT_ADD_-1207893682'), ('tmp_8213', u'CAST_-1207889659'), (u'INT_ADD_-1207892198', u'MULTIEQUAL_-1207893458'), (u'COPY_-1207889462', u'MULTIEQUAL_-1207893009'), ('const-433', u'STORE_-1207896345'), (u'FLOAT_SUB_-1207892393', u'CALL_-1207891837'), (u'INT_MULT_-1207892864', u'INT_ADD_-1203828570'), (u'STORE_-1207894212', u'INDIRECT_-1207889102'), (u'INT_ADD_-1207892819', u'CAST_-1207886684'), (u'MULTIEQUAL_-1207890565', u'INT_SUB_-1207896933'), (u'INT_ADD_-1207893875', u'CAST_-1207887341'), (u'INT_ADD_-1203828539', u'CAST_-1203822516'), (u'LOAD_-1207896100', u'FLOAT_MULT_-1207896044'), (u'MULTIEQUAL_-1207890144', u'INT_ADD_-1207895835'), (u'CALL_-1207891837', u'INDIRECT_-1207887572'), (u'CALL_-1207892811', u'INDIRECT_-1207889413'), (u'MULTIEQUAL_-1207888565', u'COPY_-1207888691'), (u'LOAD_-1207891913', u'INT_ADD_-1207891867'), ('tmp_6589', u'BRANCH_-1207892003'), (u'INT_EQUAL_-1207897226', u'CBRANCH_-1207897221'), (u'PTRADD_-1207888959', u'STORE_-1207896271'), (u'INT_ADD_-1207894097', u'CAST_-1207887436'), ('const-88', u'INT_MULT_-1207893903'), (u'PTRADD_-1207887737', u'LOAD_-1207894334'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888719'), (u'FLOAT_LESS_-1207889371', u'CBRANCH_-1207893631'), ('const-56', u'INT_ADD_-1207893512'), (u'PTRADD_-1207888271', u'LOAD_-1207895172'), ('const-1', u'PTRADD_-1207889289'), ('const-433', u'LOAD_-1207896032'), ('tmp_8213', u'CAST_-1207886551'), (u'PTRADD_-1207888188', u'STORE_-1207893376'), ('tmp_8213', u'CAST_-1207886192'), (u'PTRADD_-1207889214', u'MULTIEQUAL_-1207892829'), ('tmp_2351', u'CBRANCH_-1207895486'), ('const-433', u'LOAD_-1207893891'), (u'FLOAT_SQRT_-1207892365', u'COPY_-1207886759'), (u'MULTIEQUAL_-1207890614', u'MULTIEQUAL_-1207890568'), ('const-56', u'INT_ADD_-1207892838'), (u'MULTIEQUAL_-1207890618', u'MULTIEQUAL_-1207890598'), ('const-2', u'INT_EQUAL_-1207893416'), (u'STORE_-1207896209', u'INDIRECT_-1207890589'), ('const-433', u'STORE_-1207896522'), (u'INDIRECT_-1207891288', u'COPY_-1207889829'), (u'INDIRECT_-1207890121', u'MULTIEQUAL_-1207890027'), (u'FLOAT_SQRT_-1207893590', u'FLOAT_MULT_-1207893574'), (u'INDIRECT_-1207890502', u'MULTIEQUAL_-1207890464'), (u'CAST_-1207889166', u'LOAD_-1207896117'), (u'MULTIEQUAL_-1207890724', u'MULTIEQUAL_-1207890655'), (u'MULTIEQUAL_-1207891003', u'MULTIEQUAL_-1207890907'), ('const-8', u'PTRADD_-1207888344'), ('const-56', u'INT_ADD_-1207896101'), ('const-88', u'INT_MULT_-1207893549'), ('const-48', u'INT_ADD_-1207895859'), ('const-24', u'INT_ADD_-1203828016'), (u'INT_EQUAL_-1207896046', u'CBRANCH_-1207896043'), ('const-433', u'LOAD_-1207895559'), ('const-8', u'PTRADD_-1207889070'), (u'CAST_-1207887341', u'LOAD_-1207893891'), (u'CAST_-1207888720', u'LOAD_-1207896085'), (u'STORE_-1207894371', u'INDIRECT_-1207888989'), ('const-48', u'INT_ADD_-1207895644'), (u'MULTIEQUAL_-1207890797', u'MULTIEQUAL_-1207890444'), ('const-433', u'LOAD_-1207896050'), (u'LOAD_-1203828575', u'FLOAT_MULT_-1203828514'), (u'FLOAT_ADD_-1207896413', u'STORE_-1207896446'), (u'FLOAT_ADD_-1207896489', u'STORE_-1207896522'), ('const-56', u'PTRADD_-1207889135'), (u'INT_ADD_-1207897439', u'CAST_-1207889641'), (u'COPY_-1207889643', u'FLOAT_LESSEQUAL_-1207890370')]
|
[('const-3', u'PTRADD_-1207888951'), (u'CAST_-1207888700', u'LOAD_-1207896085'), (u'LOAD_-1207896339', u'FLOAT_ADD_-1207896293'), ('const-433', u'LOAD_-1207897086'), (u'INDIRECT_-1207888476', u'MULTIEQUAL_-1207887912'), (u'MULTIEQUAL_-1207893045', u'INT_MULT_-1207895931'), (u'FLOAT_SUB_-1207893617', u'FLOAT_SQRT_-1207893590'), (u'CAST_-1207888068', u'LOAD_-1207893437'), (u'LOAD_-1203827910', u'MULTIEQUAL_-1207891531'), (u'STORE_-1207894181', u'INDIRECT_-1207888860'), (u'MULTIEQUAL_-1207890413', u'MULTIEQUAL_-1207890385'), ('const-72', u'INT_ADD_-1207896004'), (u'CALL_-1207893125', u'INDIRECT_-1207889492'), (u'MULTIEQUAL_-1207889925', u'MULTIEQUAL_-1207889904'), ('const-433', u'LOAD_-1207895981'), (u'MULTIEQUAL_-1207890782', u'MULTIEQUAL_-1207890686'), (u'STORE_-1207896209', u'INDIRECT_-1207890588'), (u'FLOAT_ADD_-1207893286', u'STORE_-1207893322'), ('const-176', u'PTRADD_-1207886685'), (u'LOAD_-1207893856', u'FLOAT_SUB_-1207893798'), (u'INDIRECT_-1207889552', u'MULTIEQUAL_-1207889461'), (u'STORE_-1207894135', u'INDIRECT_-1207888945'), (u'PTRADD_-1203822723', u'LOAD_-1203828588'), (u'INDIRECT_-1207889485', u'MULTIEQUAL_-1207890613'), ('const-2', u'PTRADD_-1207887705'), ('const-0', u'FLOAT_LESS_-1207889471'), ('const-5', u'PTRADD_-1207889713'), (u'LOAD_-1207895708', u'FLOAT_ADD_-1207895662'), (u'LOAD_-1207891763', u'INT_ADD_-1207891727'), (u'INDIRECT_-1207890721', u'MULTIEQUAL_-1207890683'), (u'INT_ADD_-1207891867', u'INT_ADD_-1207891865'), ('const-11', u'PTRADD_-1207887186'), (u'INDIRECT_-1207889356', u'MULTIEQUAL_-1207890397'), (u'INDIRECT_-1207889981', u'MULTIEQUAL_-1207889916'), ('const-40', u'INT_ADD_-1207895935'), (u'COPY_-1203822730', u'MULTIEQUAL_-1207888689'), (u'STORE_-1207895769', u'INDIRECT_-1207889871'), (u'MULTIEQUAL_-1207892834', u'PTRADD_-1207889379'), (u'FLOAT_ADD_-1207896101', u'STORE_-1207896137'), (u'CAST_-1207889417', u'LOAD_-1207897101'), ('const-433', u'STORE_-1207894278'), (u'INDIRECT_-1207890256', u'MULTIEQUAL_-1207890187'), ('const-433', u'STORE_-1207896164'), (u'CAST_-1207889047', u'LOAD_-1207895971'), (u'LOAD_-1207896291', u'FLOAT_ADD_-1207896235'), ('tmp_5084', u'CBRANCH_-1207893184'), (u'STORE_-1207895961', u'INDIRECT_-1207890650'), (u'STORE_-1207894340', u'INDIRECT_-1207889187'), (u'STORE_-1207892383', u'INDIRECT_-1207887933'), (u'MULTIEQUAL_-1207888528', u'MULTIEQUAL_-1207888454'), (u'FLOAT_DIV_-1207895689', u'FLOAT_ADD_-1207895683'), ('const-72', u'INT_ADD_-1207894097'), (u'MULTIEQUAL_-1207893009', u'PTRADD_-1207889219'), (u'INT_ADD_-1207894295', u'CAST_-1207887552'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207889100'), (u'STORE_-1207893402', u'INDIRECT_-1207889409'), (u'INT_ADD_-1207895962', u'INT_ADD_-1207895822'), ('const-72', u'INT_ADD_-1207896277'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207895219'), ('const-433', u'LOAD_-1207893526'), (u'CAST_-1207888575', u'LOAD_-1207895875'), ('const-8', u'PTRADD_-1207888214'), (u'PTRADD_-1207888506', u'STORE_-1207895548'), (u'LOAD_-1207891562', u'MULTIEQUAL_-1207891424'), ('tmp_15411', u'PTRADD_-1207889726'), (u'COPY_-1207889791', u'INT_AND_-1207895491'), ('const-8', u'PTRADD_-1207886096'), (u'CAST_-1203822564', u'LOAD_-1203828575'), (u'INT_ADD_-1207892819', u'CAST_-1207886710'), ('tmp_5795', u'BRANCH_-1203828447'), (u'INDIRECT_-1207891177', u'MULTIEQUAL_-1207890892'), (u'FLOAT_SUB_-1207892055', u'FLOAT_LESS_-1207888521'), (u'INT_SEXT_-1207897612', u'SUBPIECE_-1207897566'), ('const-56', u'INT_ADD_-1207892095'), ('const-88', u'INT_MULT_-1207893730'), (u'MULTIEQUAL_-1207889060', u'MULTIEQUAL_-1207889019'), ('const-433', u'LOAD_-1207892854'), (u'INT_AND_-1207895187', u'CAST_-1207888142'), (u'INDIRECT_-1207890418', u'MULTIEQUAL_-1207890315'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207895991'), (u'INT_AND_-1207895491', u'CAST_-1207888343'), ('tmp_2258', u'CBRANCH_-1207895572'), (u'INT_ADD_-1207896100', u'CAST_-1207888723'), ('const-8', u'PTRADD_-1207888620'), (u'FLOAT_MULT_-1207895249', u'FLOAT_SUB_-1207895214'), ('const-433', u'LOAD_-1207897478'), (u'CAST_-1207888620', u'LOAD_-1207895951'), (u'STORE_-1207896164', u'INDIRECT_-1207890672'), (u'FLOAT_ADD_-1207895977', u'STORE_-1207896014'), (u'CALL_-1203828657', u'INDIRECT_-1203824083'), (u'INT_ADD_-1207896049', u'CAST_-1207888686'), ('const-433', u'LOAD_-1207896385'), (u'STORE_-1207893407', u'INDIRECT_-1207888476'), (u'INDIRECT_-1207890001', u'MULTIEQUAL_-1207889925'), (u'MULTIEQUAL_-1207888859', u'MULTIEQUAL_-1207888742'), (u'FLOAT_ADD_-1207896100', u'STORE_-1207896136'), ('const-56', u'INT_ADD_-1207896497'), (u'MULTIEQUAL_-1207889684', u'MULTIEQUAL_-1207889649'), (u'INT_OR_-1207897594', u'INT_SDIV_-1207897587'), (u'LOAD_-1207894145', u'FLOAT_ADD_-1207894099'), ('const-433', u'STORE_-1207895548'), (u'LOAD_-1207897472', u'INT_ADD_-1207896302'), (u'STORE_-1207894135', u'INDIRECT_-1207889055'), ('const-433', u'STORE_-1207896137'), ('const-433', u'LOAD_-1207895678'), (u'CAST_-1207886419', u'LOAD_-1207892111'), ('const-8', u'PTRADD_-1207886459'), (u'INT_ADD_-1207893682', u'CAST_-1207887225'), (u'INDIRECT_-1207889034', u'MULTIEQUAL_-1207889019'), (u'LOAD_-1207894486', u'INT_ADD_-1207894423'), (u'INT_SEXT_-1207897622', u'INT_MULT_-1207897537'), (u'CALL_-1207891797', u'INDIRECT_-1207887812'), ('const-4', u'PTRADD_-1207889335'), ('const-7', u'PTRADD_-1207886109'), ('const-8', u'PTRADD_-1207889071'), ('const-11', u'PTRADD_-1207887166'), ('const-433', u'LOAD_-1203827910'), (u'FLOAT_ADD_-1207895814', u'STORE_-1207895847'), (u'LOAD_-1207896250', u'FLOAT_ADD_-1207896192'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207896190'), (u'INT_ADD_-1207896002', u'CAST_-1207888659'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207887567'), (u'MULTIEQUAL_-1207892351', u'MULTIEQUAL_-1207893501'), ('const-433', u'LOAD_-1207891763'), (u'CAST_-1207888734', u'LOAD_-1207896131'), (u'FLOAT_ADD_-1207894145', u'STORE_-1207894181'), ('tmp_2435', u'CBRANCH_-1207895393'), (u'STORE_-1207893322', u'INDIRECT_-1207889356'), (u'STORE_-1207893349', u'INDIRECT_-1207889374'), ('const-3', u'PTRADD_-1207888141'), (u'STORE_-1207895623', u'INDIRECT_-1207890001'), (u'MULTIEQUAL_-1207890723', u'MULTIEQUAL_-1207890654'), (u'INDIRECT_-1207888860', u'MULTIEQUAL_-1207888840'), (u'CALL_-1203828491', u'INDIRECT_-1203823992'), (u'INT_MULT_-1207893730', u'INT_ADD_-1207891888'), (u'STORE_-1207896209', u'INDIRECT_-1207890698'), (u'LOAD_-1207896067', u'INT_EQUAL_-1207894441'), (u'FLOAT_MULT_-1207894181', u'FLOAT_ADD_-1207894176'), ('const-433', u'LOAD_-1207894122'), (u'STORE_-1207895667', u'INDIRECT_-1207889921'), (u'FLOAT_LESSEQUAL_-1207890294', u'CBRANCH_-1207895182'), ('const-64', u'INT_ADD_-1207892499'), (u'PTRADD_-1207887559', u'MULTIEQUAL_-1207893172'), ('const-2', u'PTRADD_-1207889250'), ('const-8', u'PTRADD_-1207888940'), ('tmp_4426', u'CBRANCH_-1207893631'), ('tmp_7485', u'BRANCH_-1207892161'), (u'FLOAT_SUB_-1207891540', u'CALL_-1207891514'), ('const-433', u'LOAD_-1207891637'), (u'INDIRECT_-1207888696', u'MULTIEQUAL_-1207888648'), ('const-433', u'STORE_-1207896486'), (u'INT_EQUAL_-1207893416', u'CBRANCH_-1207893396'), (u'PTRADD_-1207889250', u'STORE_-1207895961'), (u'LOAD_-1207895539', u'CAST_-1207888344'), (u'INT_MULT_-1207892864', u'INT_ADD_-1203828586'), (u'INT_ADD_-1203828586', u'INT_ADD_-1203828559'), (u'INT_ADD_-1207896190', u'INT_ADD_-1207896115'), ('const-72', u'INT_ADD_-1207895545'), (u'INDIRECT_-1207889552', u'COPY_-1207888259'), ('const-433', u'LOAD_-1207891474'), ('const-8', u'PTRADD_-1207888459'), (u'INT_ADD_-1207893343', u'CAST_-1207888015'), (u'LOAD_-1207896023', u'FLOAT_ADD_-1207895977'), ('const-0', u'INT_NOTEQUAL_-1207894162'), (u'MULTIEQUAL_-1207890166', u'INT_MULT_-1207897040'), (u'PTRADD_-1207889411', u'STORE_-1207896209'), ('const-48', u'INT_ADD_-1207895982'), ('const-4', u'PTRADD_-1207888506'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207889091'), (u'STORE_-1207895254', u'INDIRECT_-1207889552'), (u'INDIRECT_-1207889302', u'MULTIEQUAL_-1207889759'), (u'INT_SEXT_-1207897608', u'INT_SREM_-1207897583'), (u'CAST_-1207888488', u'LOAD_-1207895744'), (u'PTRADD_-1207889127', u'LOAD_-1207896535'), ('const-433', u'LOAD_-1207894272'), ('const-433', u'STORE_-1207896227'), (u'STORE_-1207896209', u'INDIRECT_-1207890808'), (u'INDIRECT_-1207890534', u'MULTIEQUAL_-1207890413'), (u'INT_ADD_-1207896084', u'CAST_-1207888711'), (u'PTRADD_-1207889358', u'LOAD_-1207896128'), (u'LOAD_-1207895643', u'FLOAT_ADD_-1207895587'), ('const-433', u'LOAD_-1207896194'), (u'INDIRECT_-1207889397', u'MULTIEQUAL_-1207889700'), (u'CAST_-1207888276', u'INT_AND_-1207895392'), (u'MULTIEQUAL_-1207893433', u'INT_ADD_-1207896021'), (u'INT_ADD_-1207893211', u'MULTIEQUAL_-1207890022'), ('const-433', u'LOAD_-1207897472'), (u'INT_MULT_-1207893549', u'INT_ADD_-1207893510'), (u'STORE_-1207893537', u'INDIRECT_-1207888551'), (u'LOAD_-1207895928', u'FLOAT_ADD_-1207895882'), (u'FLOAT_SUB_-1207892713', u'FLOAT_SQRT_-1207892685'), (u'PTRADD_-1207888542', u'LOAD_-1207895612'), (u'CAST_-1207888343', u'FLOAT_LESSEQUAL_-1207890501'), (u'CAST_-1203822550', u'LOAD_-1203828555'), ('tmp_6033', u'BRANCH_-1207892373'), (u'STORE_-1207895847', u'INDIRECT_-1207890037'), (u'INDIRECT_-1207888970', u'MULTIEQUAL_-1207888950'), ('const-433', u'LOAD_-1207895823'), (u'INDIRECT_-1207889412', u'MULTIEQUAL_-1207889869'), (u'INT_EQUAL_-1207895909', u'CBRANCH_-1207895798'), ('tmp_15411', u'PTRADD_-1203822627'), (u'INT_ADD_-1207896021', u'INT_ADD_-1207895982'), ('const-433', u'LOAD_-1207891920'), ('const-3', u'PTRADD_-1203822637'), (u'FLOAT_SUB_-1207893798', u'FLOAT_SQRT_-1207893771'), ('const-2', u'INT_EQUAL_-1207894441'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207888927'), (u'FLOAT_MULT_-1207892453', u'FLOAT_SUB_-1207892419'), (u'PTRADD_-1207888951', u'STORE_-1207896271'), (u'INT_ADD_-1207897532', u'INT_NOTEQUAL_-1207893191'), ('const-433', u'LOAD_-1207896166'), (u'FLOAT_MULT_-1207892070', u'FLOAT_SUB_-1207892055'), (u'INT_ADD_-1207896051', u'CAST_-1207889111'), (u'CAST_-1207887115', u'LOAD_-1207893496'), ('const-433', u'LOAD_-1207894319'), ('const-8', u'PTRADD_-1207889206'), (u'CAST_-1207888659', u'LOAD_-1207896018'), (u'MULTIEQUAL_-1207889103', u'FLOAT_MULT_-1207893390'), (u'CALL_-1207892047', u'INDIRECT_-1207887853'), (u'INT_ADD_-1207893339', u'INT_NOTEQUAL_-1207893191'), ('const-8', u'PTRADD_-1207889424'), (u'STORE_-1207896137', u'INDIRECT_-1207890101'), (u'PTRADD_-1207888570', u'STORE_-1207895650'), (u'STORE_-1207896227', u'INDIRECT_-1207890265'), (u'PTRADD_-1207887684', u'LOAD_-1207894272'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207889226'), (u'LOAD_-1207897472', u'INT_ADD_-1207893375'), ('const-7', u'PTRADD_-1207886602'), (u'CALL_-1207891683', u'INDIRECT_-1207887857'), (u'MULTIEQUAL_-1207889806', u'MULTIEQUAL_-1207889777'), (u'LOAD_-1207893514', u'FLOAT_SUB_-1207893439'), (u'STORE_-1207893376', u'INDIRECT_-1207889612'), (u'MULTIEQUAL_-1207891249', u'INT_EQUAL_-1207895679'), ('const-433', u'LOAD_-1207894113'), (u'INT_ADD_-1207896596', u'INT_ADD_-1207896190'), (u'PTRADD_-1207889206', u'MULTIEQUAL_-1207892829'), ('const-433', u'LOAD_-1207896312'), (u'INT_MULT_-1207893549', u'INT_ADD_-1207892142'), (u'INT_ADD_-1207892115', u'CAST_-1207886433'), ('const-433', u'STORE_-1207896014'), ('const-9', u'PTRADD_-1207887810'), (u'PTRADD_-1207889379', u'LOAD_-1207896157'), (u'LOAD_-1207896008', u'FLOAT_ADD_-1207895952'), ('const-56', u'INT_ADD_-1207895325'), (u'FLOAT_MULT_-1207892349', u'FLOAT_DIV_-1207892345'), (u'COPY_-1207889791', u'INT_AND_-1207895187'), (u'FLOAT_SQRT_-1207893406', u'COPY_-1207887264'), (u'MULTIEQUAL_-1207890179', u'FLOAT_MULT_-1207895249'), (u'INT2FLOAT_-1207895857', u'FLOAT_DIV_-1207895857'), (u'LOAD_-1207892769', u'FLOAT_SUB_-1207892713'), ('const-3', u'PTRADD_-1207886753'), (u'LOAD_-1207897472', u'INT_ADD_-1207896051'), ('tmp_15411', u'PTRADD_-1207886881'), (u'LOAD_-1207895729', u'FLOAT_ADD_-1207895683'), ('const-433', u'LOAD_-1207893386'), (u'FLOAT_DIV_-1207893728', u'STORE_-1207893718'), ('const-433', u'LOAD_-1207894237'), (u'INT_ADD_-1207895543', u'CAST_-1207888375'), (u'INT_ADD_-1207895525', u'INT_ADD_-1207895523'), (u'STORE_-1207896106', u'INDIRECT_-1207890300'), (u'INT_ADD_-1207896137', u'INT_ADD_-1207896092'), ('const-8', u'PTRADD_-1207888434'), (u'MULTIEQUAL_-1207893045', u'INT_SUB_-1207895816'), (u'FLOAT_SUB_-1207892393', u'FLOAT_SQRT_-1207892365'), ('tmp_7175', u'BRANCH_-1203827902'), ('const-3', u'PTRADD_-1207886881'), (u'CALL_-1207897639', u'INDIRECT_-1207891287'), ('const-433', u'LOAD_-1207895559'), (u'FLOAT_SQRT_-1207892033', u'COPY_-1207886581'), (u'MULTIEQUAL_-1207888638', u'MULTIEQUAL_-1207891002'), (u'STORE_-1207893537', u'INDIRECT_-1207888661'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207887640'), (u'INDIRECT_-1207887853', u'MULTIEQUAL_-1207888452'), (u'LOAD_-1207895981', u'FLOAT_ADD_-1207895925'), (u'MULTIEQUAL_-1207890077', u'MULTIEQUAL_-1207890053'), (u'INT_MULT_-1207893730', u'INT_ADD_-1207893659'), (u'STORE_-1207893407', u'INDIRECT_-1207888586'), (u'MULTIEQUAL_-1207890600', u'INT_ADD_-1207896956'), (u'INT_ADD_-1207896457', u'CAST_-1207888943'), (u'INT_ADD_-1207895935', u'CAST_-1207888620'), (u'PTRADD_-1207887820', u'LOAD_-1207894486'), (u'INT_AND_-1207895299', u'CAST_-1207888212'), ('const-0', u'COPY_-1207893823'), (u'LOAD_-1207897436', u'INT_ADD_-1207897412'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207889071'), ('const-433', u'LOAD_-1207894206'), (u'STORE_-1207895884', u'INDIRECT_-1207889954'), ('tmp_5495', u'CBRANCH_-1207892726'), ('const-8', u'PTRADD_-1207887238'), ('const-88', u'PTRADD_-1207888397'), ('const-40', u'INT_ADD_-1207894412'), (u'LOAD_-1207893411', u'FLOAT_ADD_-1207893365'), (u'INT_SEXT_-1207897608', u'INT_SDIV_-1207897587'), (u'CAST_-1207889166', u'LOAD_-1207896146'), ('const-433', u'STORE_-1207893407'), (u'LOAD_-1207896173', u'FLOAT_ADD_-1207896127'), ('const-88', u'INT_MULT_-1207893903'), (u'LOAD_-1207897455', u'INT_ZEXT_-1207893847'), (u'FLOAT_SUB_-1207895316', u'STORE_-1207895350'), (u'STORE_-1207895847', u'INDIRECT_-1207890147'), ('const-56', u'INT_ADD_-1207896084'), (u'PTRADD_-1207887166', u'MULTIEQUAL_-1207889986'), (u'COPY_-1207889424', u'MULTIEQUAL_-1207893009'), (u'STORE_-1207895592', u'INDIRECT_-1207889761'), ('const-8', u'PTRADD_-1207887567'), (u'INT_MULT_-1207893903', u'INT_ADD_-1207893858'), (u'CAST_-1207887043', u'LOAD_-1207893391'), (u'FLOAT_LESS_-1207889254', u'CBRANCH_-1207893447'), ('const-8', u'PTRADD_-1207886454'), ('const-433', u'LOAD_-1207894350'), (u'STORE_-1207894309', u'INDIRECT_-1207889166'), (u'CAST_-1207889025', u'LOAD_-1207895928'), ('const-0', u'INT_NOTEQUAL_-1207896294'), (u'LOAD_-1207894401', u'FLOAT_MULT_-1207894340'), ('const-128', u'PTRADD_-1207888673'), ('const-433', u'LOAD_-1207897404'), ('const-8', u'PTRADD_-1207887661'), ('const-64', u'INT_ADD_-1207892433'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207889062'), (u'STORE_-1207896522', u'INDIRECT_-1207890560'), ('const-8', u'PTRADD_-1207888179'), (u'CALL_-1207892259', u'INDIRECT_-1207888608'), (u'STORE_-1207896107', u'INDIRECT_-1207890523'), (u'LOAD_-1207892482', u'FLOAT_SUB_-1207892419'), (u'MULTIEQUAL_-1207890600', u'INT_ADD_-1207892198'), (u'INT_ADD_-1207896302', u'CAST_-1207889273'), (u'COPY_-1207889605', u'FLOAT_LESSEQUAL_-1207890369'), (u'MULTIEQUAL_-1207891388', u'MULTIEQUAL_-1207891284'), ('const-433', u'STORE_-1207893349'), (u'MULTIEQUAL_-1207891457', u'INT_NOTEQUAL_-1207894162'), (u'INDIRECT_-1207887754', u'MULTIEQUAL_-1207888852'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207887313'), (u'CAST_-1207889243', u'INT_AND_-1207896243'), (u'INT_EQUAL_-1207896589', u'CBRANCH_-1207896474'), (u'INT_EQUAL_-1207896187', u'CBRANCH_-1207896066'), (u'INT_ADD_-1207896130', u'CAST_-1207889166'), (u'COPY_-1207887368', u'MULTIEQUAL_-1207889315'), ('const-7', u'PTRADD_-1207886666'), (u'FLOAT_ADD_-1207896192', u'STORE_-1207896227'), (u'LOAD_-1207894473', u'MULTIEQUAL_-1207891388'), (u'MULTIEQUAL_-1207891388', u'INT_ADD_-1207893842'), (u'INT_MULT_-1207897366', u'INT_ADD_-1207897340'), (u'MULTIEQUAL_-1207890564', u'INT_SUB_-1207896933'), (u'INT_ADD_-1207893438', u'INT_ADD_-1207893370'), ('const-433', u'LOAD_-1207896614'), (u'PTRADD_-1207887705', u'LOAD_-1207894303'), (u'STORE_-1207896329', u'INDIRECT_-1207890216'), ('tmp_5515', u'BRANCH_-1207892693'), ('const-1', u'PTRADD_-1207889366'), ('const-433', u'LOAD_-1207894145'), (u'STORE_-1207896446', u'INDIRECT_-1207890506'), (u'INDIRECT_-1207889507', u'MULTIEQUAL_-1207889810'), (u'INDIRECT_-1207887933', u'MULTIEQUAL_-1207888428'), (u'STORE_-1207893718', u'INDIRECT_-1207888752'), (u'CALL_-1207893125', u'INDIRECT_-1207889382'), ('const-433', u'LOAD_-1207894495'), (u'MULTIEQUAL_-1207888909', u'MULTIEQUAL_-1207888859'), ('const-8', u'PTRADD_-1207887611'), (u'FLOAT_LESSEQUAL_-1207890501', u'CBRANCH_-1207895486'), (u'INT_MULT_-1207895931', u'INT_ADD_-1207895917'), (u'INDIRECT_-1207891067', u'MULTIEQUAL_-1207890782'), (u'PTRADD_-1203822731', u'LOAD_-1203828611'), ('const-433', u'LOAD_-1207896281'), (u'LOAD_-1207892131', u'FLOAT_MULT_-1207892070'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888620'), (u'LOAD_-1207893941', u'MULTIEQUAL_-1207891531'), ('const-8', u'PTRADD_-1207889127'), ('const-352', u'INT_ADD_-1207894012'), ('const-64', u'INT_ADD_-1207892466'), (u'MULTIEQUAL_-1207892829', u'PTRADD_-1207888530'), (u'LOAD_-1207893332', u'FLOAT_ADD_-1207893286'), ('const-8', u'PTRADD_-1203822627'), (u'MULTIEQUAL_-1207893172', u'LOAD_-1207893420'), (u'PTRADD_-1207888397', u'LOAD_-1207895383'), (u'INT_ADD_-1207894365', u'CAST_-1207887602'), (u'INT_ADD_-1207894334', u'CAST_-1207887580'), ('const-433', u'LOAD_-1207897436'), (u'STORE_-1207896345', u'INDIRECT_-1207890447'), ('const-72', u'INT_ADD_-1207895730'), ('const-433', u'LOAD_-1207895997'), (u'PTRADD_-1207887567', u'MULTIEQUAL_-1207893169'), (u'INT_ADD_-1207892907', u'MULTIEQUAL_-1207892479'), (u'INDIRECT_-1203824212', u'MULTIEQUAL_-1207888259'), (u'STORE_-1207895623', u'INDIRECT_-1207889781'), ('const-48', u'INT_ADD_-1207894295'), (u'PTRADD_-1207888963', u'LOAD_-1207896291'), ('tmp_15411', u'PTRADD_-1207889697'), (u'LOAD_-1207895559', u'FLOAT_ADD_-1207895513'), ('const-433', u'STORE_-1207893537'), (u'STORE_-1207893427', u'INDIRECT_-1207889427'), (u'INT_ADD_-1207894175', u'CAST_-1207887468'), (u'INT_ADD_-1207894112', u'INT_ADD_-1207894097'), (u'INT_NOTEQUAL_-1207893992', u'CBRANCH_-1207893988'), ('const-2', u'PTRADD_-1207888972'), ('const-8', u'PTRADD_-1207888563'), ('const-433', u'LOAD_-1207894365'), ('const-433', u'LOAD_-1207896291'), ('tmp_15411', u'PTRADD_-1207886284'), ('const-8', u'PTRADD_-1207888972'), ('const-1', u'PTRADD_-1207889746'), (u'FLOAT_MULT_-1207896009', u'FLOAT_ADD_-1207896004'), (u'INT_ADD_-1207894075', u'MULTIEQUAL_-1207890564'), (u'INT_ADD_-1207896596', u'INT_ADD_-1207896407'), (u'LOAD_-1207894113', u'FLOAT_ADD_-1207894067'), (u'INDIRECT_-1207888924', u'MULTIEQUAL_-1207888909'), ('const-433', u'LOAD_-1207895708'), ('tmp_2702', u'CBRANCH_-1207896294'), (u'STORE_-1207896329', u'INDIRECT_-1207890326'), (u'LOAD_-1207892515', u'FLOAT_MULT_-1207892453'), (u'MULTIEQUAL_-1207890410', u'FLOAT_MULT_-1207895342'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888682'), (u'LOAD_-1207895633', u'FLOAT_ADD_-1207895587'), ('const-8', u'PTRADD_-1207888262'), (u'CAST_-1207887612', u'INT2FLOAT_-1207894341'), ('const-112', u'PTRADD_-1207889100'), (u'LOAD_-1207895951', u'FLOAT_ADD_-1207895662'), (u'STORE_-1207894278', u'INDIRECT_-1207889035'), (u'MULTIEQUAL_-1207893561', u'STORE_-1207896554'), (u'FLOAT_MULT_-1207893390', u'FLOAT_DIV_-1207893369'), ('const-433', u'LOAD_-1207896173'), (u'LOAD_-1207894191', u'FLOAT_ADD_-1207894145'), (u'INDIRECT_-1207890279', u'MULTIEQUAL_-1207890187'), (u'INT2FLOAT_-1207895857', u'FLOAT_DIV_-1207895820'), ('tmp_2205', u'CBRANCH_-1207895613'), (u'STORE_-1207893427', u'INDIRECT_-1207889537'), ('const-433', u'LOAD_-1207893698'), (u'FLOAT_SUB_-1207892713', u'CALL_-1203828657'), ('tmp_1763', u'CBRANCH_-1207896021'), (u'LOAD_-1207893396', u'FLOAT_ADD_-1207893340'), (u'LOAD_-1207892144', u'INT_ADD_-1207892126'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888729'), (u'LOAD_-1207895290', u'FLOAT_SUB_-1207895214'), ('const-8', u'PTRADD_-1207888984'), (u'STORE_-1207895592', u'INDIRECT_-1207889981'), (u'PTRADD_-1207887611', u'LOAD_-1207894154'), (u'PTRADD_-1207888191', u'LOAD_-1207893396'), (u'INT_ADD_-1207897540', u'INT_MULT_-1207897400'), ('const-0', u'FLOAT_LESS_-1207889254'), (u'FLOAT_ADD_-1207895952', u'STORE_-1207895988'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207887684'), (u'STORE_-1207896345', u'INDIRECT_-1207890337'), ('const-8', u'PTRADD_-1207889345'), ('const-433', u'STORE_-1207896075'), (u'MULTIEQUAL_-1207889649', u'COPY_-1207888459'), ('const-433', u'LOAD_-1207895729'), (u'LOAD_-1207892449', u'FLOAT_SUB_-1207892393'), (u'STORE_-1207894411', u'INDIRECT_-1207889237'), (u'INT_ADD_-1207897576', u'MULTIEQUAL_-1207893829'), (u'CALL_-1207892811', u'MULTIEQUAL_-1207890476'), (u'MULTIEQUAL_-1207891231', u'INT_ADD_-1207893512'), ('const-8', u'PTRADD_-1207886736'), (u'FLOAT_ADD_-1207895513', u'STORE_-1207895548'), (u'PTRADD_-1207889214', u'MULTIEQUAL_-1207892834'), ('const-433', u'LOAD_-1207894222'), (u'CALL_-1207897639', u'INDIRECT_-1207891067'), ('tmp_15411', u'PTRADD_-1207886736'), (u'FLOAT_DIV_-1207895742', u'FLOAT_ADD_-1207895736'), ('const-433', u'LOAD_-1207895290'), (u'MULTIEQUAL_-1207889794', u'MULTIEQUAL_-1207889759'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207887559'), (u'INDIRECT_-1207889287', u'MULTIEQUAL_-1207889590'), ('const-8', u'PTRADD_-1207886174'), (u'CAST_-1207888397', u'LOAD_-1207895602'), ('const-72', u'INT_ADD_-1207894121'), (u'INT_SLESS_-1207897493', u'CBRANCH_-1207897500'), (u'LOAD_-1207891474', u'MULTIEQUAL_-1207891531'), (u'PTRADD_-1203822627', u'LOAD_-1203827910'), (u'LOAD_-1207896157', u'FLOAT_ADD_-1207896100'), (u'LOAD_-1207893698', u'FLOAT_SUB_-1207893612'), ('const-4', u'PTRADD_-1207889226'), (u'INT_MULT_-1207893549', u'INT_ADD_-1207892126'), ('const-433', u'LOAD_-1207891743'), (u'PTRADD_-1207888160', u'STORE_-1207893349'), ('const-8', u'PTRADD_-1207888542'), (u'CAST_-1207889146', u'LOAD_-1207896117'), (u'INDIRECT_-1207889772', u'MULTIEQUAL_-1207889681'), (u'INT_ADD_-1207895323', u'CAST_-1207888224'), ('const-72', u'INT_ADD_-1207896407'), (u'INT_ADD_-1207896021', u'INT_ADD_-1207896007'), (u'INDIRECT_-1207889887', u'MULTIEQUAL_-1207889810'), (u'PTRADD_-1207887747', u'LOAD_-1207894365'), ('const-433', u'LOAD_-1207894288'), ('const-433', u'LOAD_-1207896018'), (u'STORE_-1207896446', u'INDIRECT_-1207890396'), (u'FLOAT_MULT_-1207896187', u'FLOAT_SUB_-1207896169'), (u'PTRADD_-1207889366', u'STORE_-1207896136'), (u'PTRADD_-1207889774', u'LOAD_-1207897478'), (u'INDIRECT_-1207890501', u'MULTIEQUAL_-1207890463'), ('const-3', u'PTRADD_-1207888963'), (u'STORE_-1207896107', u'INDIRECT_-1207890743'), (u'FLOAT_SQRT_-1207893590', u'COPY_-1207887368'), ('const-8', u'PTRADD_-1207886661'), (u'COPY_-1207893823', u'MULTIEQUAL_-1207893719'), (u'CAST_-1207887484', u'STORE_-1207894212'), (u'LOAD_-1207893710', u'FLOAT_MULT_-1207893642'), (u'INT_ADD_-1207897274', u'CAST_-1207889533'), (u'COPY_-1207897201', u'MULTIEQUAL_-1207890600'), (u'SUBPIECE_-1207897566', u'COPY_-1207889777'), ('const-1', u'PTRADD_-1207889219'), ('const-7', u'PTRADD_-1207887820'), (u'FLOAT_ADD_-1207895777', u'STORE_-1207895810'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888459'), (u'INDIRECT_-1207889014', u'MULTIEQUAL_-1207888950'), (u'CAST_-1207887490', u'LOAD_-1207894222'), (u'MULTIEQUAL_-1207890613', u'MULTIEQUAL_-1207890567'), ('tmp_1509', u'CBRANCH_-1207896251'), ('tmp_15411', u'PTRADD_-1207886454'), ('const-72', u'PTRADD_-1207888701'), ('const-200', u'PTRADD_-1207888262'), (u'FLOAT_MULT_-1207896418', u'FLOAT_ADD_-1207896413'), ('const-8', u'PTRADD_-1207887640'), (u'PTRADD_-1207888710', u'LOAD_-1207895860'), (u'PTRADD_-1207888738', u'LOAD_-1207895897'), (u'STORE_-1207893402', u'INDIRECT_-1207889519'), (u'INT_ADD_-1207894121', u'CAST_-1207887436'), (u'MULTIEQUAL_-1207890397', u'MULTIEQUAL_-1207890377'), (u'STORE_-1207895350', u'INDIRECT_-1207889606'), (u'INT_ZEXT_-1207897606', u'INT_OR_-1207897594'), ('const-7', u'PTRADD_-1203822731'), (u'INT_ADD_-1207896265', u'CAST_-1207888824'), (u'MULTIEQUAL_-1207891244', u'INT_NOTEQUAL_-1207896021'), (u'MULTIEQUAL_-1207891284', u'INT_ADD_-1207893661'), (u'MULTIEQUAL_-1207890187', u'MULTIEQUAL_-1207890163'), ('tmp_15411', u'PTRADD_-1207886666'), ('const-433', u'LOAD_-1203828575'), (u'STORE_-1207894340', u'INDIRECT_-1207888967'), (u'COPY_-1207887264', u'MULTIEQUAL_-1207889103'), (u'MULTIEQUAL_-1207893169', u'STORE_-1207896345'), (u'CAST_-1207889082', u'LOAD_-1207896023'), (u'INT_ADD_-1207892796', u'INT_ADD_-1207892786'), (u'FLOAT_ADD_-1207895587', u'STORE_-1207895623'), (u'INT_ADD_-1207894129', u'CAST_-1207887442'), ('const-433', u'LOAD_-1207892925'), ('const-9', u'PTRADD_-1207886864'), ('const-433', u'LOAD_-1207897101'), (u'CAST_-1207889111', u'LOAD_-1207896067'), (u'MULTIEQUAL_-1207890193', u'MULTIEQUAL_-1207890165'), (u'FLOAT_ADD_-1207893340', u'STORE_-1207893376'), (u'FLOAT_ADD_-1207896266', u'STORE_-1207896302'), (u'PTRADD_-1207888940', u'LOAD_-1207896250'), (u'STORE_-1207895650', u'INDIRECT_-1207889799'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207888951'), ('const-2', u'PTRADD_-1207888172'), (u'INDIRECT_-1207889662', u'MULTIEQUAL_-1207890723'), ('const-2', u'INT_EQUAL_-1207895263'), (u'FLOAT_MULT_-1207894387', u'FLOAT_ADD_-1207894382'), ('const-48', u'INT_ADD_-1207893661'), ('const-9', u'PTRADD_-1203822723'), (u'STORE_-1207893407', u'INDIRECT_-1207888696'), ('tmp_15411', u'PTRADD_-1207886279'), (u'INT_ADD_-1207897340', u'INT_ADD_-1207897258'), ('tmp_2581', u'CBRANCH_-1207895242'), (u'LOAD_-1207894272', u'FLOAT_MULT_-1207894216'), (u'LOAD_-1207892802', u'FLOAT_SUB_-1207892739'), ('tmp_15411', u'PTRADD_-1203822723'), (u'PTRADD_-1207886766', u'LOAD_-1207892534'), (u'INT_ADD_-1207892509', u'INT_ADD_-1207892499'), (u'STORE_-1207893718', u'INDIRECT_-1207888862'), (u'FLOAT_ADD_-1207896070', u'STORE_-1207896106'), (u'INT_ADD_-1207896571', u'INT_ADD_-1207896457'), ('const-8', u'PTRADD_-1207888397'), (u'INT_ADD_-1207896069', u'CAST_-1207888700'), (u'CAST_-1207889557', u'MULTIEQUAL_-1207890130'), (u'LOAD_-1207891750', u'MULTIEQUAL_-1207891231'), ('const-433', u'LOAD_-1207897276'), (u'LOAD_-1207895997', u'FLOAT_ADD_-1207895951'), (u'INT_ADD_-1207896596', u'INT_ADD_-1207896224'), (u'FLOAT_DIV_-1207892345', u'STORE_-1207892383'), (u'INDIRECT_-1207889552', u'MULTIEQUAL_-1207890613'), (u'CAST_-1207887327', u'LOAD_-1207893891'), ('const-0', u'FLOAT_LESS_-1203824781'), ('const-168', u'PTRADD_-1207889062'), ('const-433', u'LOAD_-1207895339'), (u'INDIRECT_-1207890308', u'MULTIEQUAL_-1207890205'), (u'PTRADD_-1207886354', u'LOAD_-1207891750'), (u'INT_ADD_-1207893875', u'CAST_-1207887327'), (u'INDIRECT_-1207889891', u'MULTIEQUAL_-1207889815'), (u'LOAD_-1207895678', u'FLOAT_ADD_-1207895614'), (u'FLOAT_ADD_-1207894211', u'STORE_-1207894247'), (u'LOAD_-1207896581', u'FLOAT_MULT_-1207896520'), ('const-433', u'STORE_-1207895847'), (u'FLOAT_SUB_-1207893617', u'CALL_-1207891966'), ('const-433', u'LOAD_-1207895998'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207896405'), (u'INT_ADD_-1207895991', u'INT_ADD_-1207895981'), (u'STORE_-1207895988', u'INDIRECT_-1207890668'), (u'INDIRECT_-1207889080', u'MULTIEQUAL_-1207889060'), (u'LOAD_-1207892925', u'INT_ADD_-1207892907'), ('const-64', u'INT_ADD_-1207891717'), (u'LOAD_-1207896356', u'FLOAT_ADD_-1207896293'), ('const-433', u'LOAD_-1207893411'), (u'INDIRECT_-1207891287', u'COPY_-1207889791'), ('const-112', u'PTRADD_-1207889091'), (u'MULTIEQUAL_-1207891244', u'INT_NOTEQUAL_-1207895572'), (u'MULTIEQUAL_-1207888799', u'MULTIEQUAL_-1207888749'), (u'CAST_-1207887580', u'LOAD_-1207894350'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207895682'), (u'LOAD_-1207894495', u'FLOAT_MULT_-1207894387'), ('const-3', u'PTRADD_-1207887661'), (u'INDIRECT_-1207890288', u'MULTIEQUAL_-1207890205'), (u'MULTIEQUAL_-1207889986', u'COPY_-1207889486'), (u'COPY_-1207889777', u'PIECE_-1207897563'), (u'LOAD_-1207896128', u'FLOAT_ADD_-1207896071'), (u'INDIRECT_-1207890036', u'MULTIEQUAL_-1207889967'), (u'INT_ADD_-1207894264', u'CAST_-1207887530'), (u'INDIRECT_-1207888025', u'MULTIEQUAL_-1207888763'), ('const-10', u'PTRADD_-1207889758'), (u'MULTIEQUAL_-1207892829', u'PTRADD_-1207888588'), (u'MULTIEQUAL_-1207888428', u'MULTIEQUAL_-1207888418'), (u'INDIRECT_-1207890743', u'MULTIEQUAL_-1207890683'), (u'MULTIEQUAL_-1207889315', u'FLOAT_MULT_-1207893574'), ('const-40', u'INT_ADD_-1207896007'), ('const-0', u'RETURN_-1207893120'), ('const-8', u'PTRADD_-1207886666'), (u'CALL_-1207892213', u'INDIRECT_-1207887944'), (u'FLOAT_ADD_-1207896516', u'STORE_-1207896554'), (u'INT_ADD_-1207894403', u'INT_ADD_-1207894357'), (u'LOAD_-1207896176', u'FLOAT_MULT_-1207896113'), ('const-40', u'INT_ADD_-1207895525'), (u'LOAD_-1207895602', u'FLOAT_ADD_-1207895556'), (u'CAST_-1207886433', u'LOAD_-1207892131'), (u'CAST_-1207887552', u'STORE_-1207894309'), (u'MULTIEQUAL_-1207891531', u'MULTIEQUAL_-1207891442'), ('const-4', u'INT_SEXT_-1207897612'), (u'MULTIEQUAL_-1207888638', u'MULTIEQUAL_-1207888564'), (u'MULTIEQUAL_-1207890022', u'INT_ADD_-1207897126'), ('const-4', u'INT_ADD_-1207895262'), (u'MULTIEQUAL_-1207890564', u'COPY_-1207889425'), (u'FLOAT_MULT_-1207893755', u'FLOAT_DIV_-1207893728'), (u'MULTIEQUAL_-1207890130', u'PTRADD_-1207887186'), (u'INT2FLOAT_-1207894428', u'FLOAT_MULT_-1207894106'), (u'STORE_-1207893322', u'INDIRECT_-1207889466'), (u'INT2FLOAT_-1207894341', u'FLOAT_MULT_-1207894340'), (u'FLOAT_MULT_-1207891842', u'FLOAT_SUB_-1207891823'), (u'FLOAT_ADD_-1207896339', u'STORE_-1207896345'), (u'INT_ADD_-1207896069', u'CAST_-1207889124'), (u'INT_ADD_-1207896183', u'INT_ADD_-1207896130'), (u'STORE_-1207895650', u'INDIRECT_-1207889909'), (u'INDIRECT_-1207890155', u'MULTIEQUAL_-1207890078'), ('const-48', u'INT_ADD_-1207896130'), (u'LOAD_-1207893437', u'FLOAT_ADD_-1207893391'), (u'INT_MULT_-1207893730', u'INT_ADD_-1207891865'), ('const-433', u'LOAD_-1207894428'), (u'STORE_-1207895769', u'INDIRECT_-1207890091'), (u'MULTIEQUAL_-1207890143', u'INT2FLOAT_-1207896133'), (u'MULTIEQUAL_-1207890476', u'FLOAT_MULT_-1207895435'), (u'INT_ADD_-1207893659', u'CAST_-1207887210'), (u'FLOAT_SUB_-1207892055', u'CALL_-1207892047'), ('const-48', u'INT_ADD_-1207896092'), (u'INT2FLOAT_-1207894341', u'FLOAT_MULT_-1207894216'), (u'CAST_-1207887225', u'LOAD_-1207893698'), (u'FLOAT_DIV_-1207895820', u'FLOAT_ADD_-1207895814'), (u'CAST_-1207889124', u'LOAD_-1207896085'), (u'INT2FLOAT_-1207894341', u'FLOAT_MULT_-1207894150'), (u'INT2FLOAT_-1207895857', u'FLOAT_DIV_-1207895742'), (u'INT_ADD_-1207892829', u'INT_ADD_-1207892819'), (u'INT_ADD_-1207892476', u'INT_ADD_-1207892466'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207888172'), (u'COPY_-1207886581', u'MULTIEQUAL_-1207889103'), (u'FLOAT_MULT_-1207892453', u'FLOAT_SUB_-1207892393'), ('const-0', u'FLOAT_LESS_-1207888668'), (u'INDIRECT_-1207890627', u'MULTIEQUAL_-1207890597'), (u'LOAD_-1207892506', u'INT_ADD_-1207892476'), ('const-4', u'PTRADD_-1207887590'), ('const-64', u'INT_ADD_-1207896034'), (u'LOAD_-1207896067', u'INT_EQUAL_-1207896046'), ('tmp_15411', u'PTRADD_-1207886594'), ('const-9', u'PTRADD_-1207886454'), (u'INT_ADD_-1207896137', u'INT_ADD_-1207896034'), (u'CAST_-1207887663', u'INT2FLOAT_-1207894428'), ('const-8', u'PTRADD_-1207889250'), (u'CAST_-1207887072', u'LOAD_-1207893431'), (u'MULTIEQUAL_-1207891457', u'INT_NOTEQUAL_-1207896171'), (u'LOAD_-1207894473', u'INT_ADD_-1207894403'), (u'MULTIEQUAL_-1207890166', u'INT_MULT_-1207893730'), (u'PTRADD_-1207886109', u'LOAD_-1207891791'), (u'CAST_-1207887508', u'STORE_-1207894247'), (u'INT_MULT_-1207892515', u'INT_ADD_-1207892443'), (u'STORE_-1207896486', u'INDIRECT_-1207890424'), (u'MULTIEQUAL_-1207890600', u'INT_ADD_-1207896596'), ('const-433', u'LOAD_-1207895875'), ('const-433', u'STORE_-1207894181'), ('const-64', u'INT_ADD_-1207894198'), (u'MULTIEQUAL_-1207890166', u'INT_MULT_-1207893549'), (u'INDIRECT_-1207889781', u'MULTIEQUAL_-1207889705'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888643'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207895962'), ('const-8', u'PTRADD_-1207886594'), (u'MULTIEQUAL_-1207891442', u'INT_ADD_-1207893482'), (u'FLOAT_SUB_-1207893439', u'FLOAT_LESS_-1207889254'), (u'INT_NOTEQUAL_-1207895806', u'CBRANCH_-1207895803'), (u'LOAD_-1207897346', u'INT_ADD_-1207897328'), ('const-2', u'PTRADD_-1207888551'), (u'INT_NOTEQUAL_-1207895747', u'CBRANCH_-1207895747'), (u'LOAD_-1207893891', u'FLOAT_MULT_-1207893835'), (u'COPY_-1207888458', u'MULTIEQUAL_-1207890476'), ('const-64', u'INT_LEFT_-1207897595'), (u'STORE_-1207894181', u'INDIRECT_-1207888970'), (u'PTRADD_-1207886594', u'LOAD_-1207892144'), (u'INT_AND_-1207896243', u'CAST_-1207889242'), (u'INT_ADD_-1207896092', u'CAST_-1207888717'), (u'MULTIEQUAL_-1207890613', u'COPY_-1207889364'), (u'INT_ADD_-1207897540', u'INT_ADD_-1207897532'), (u'INDIRECT_-1207890424', u'MULTIEQUAL_-1207890303'), (u'STORE_-1207894371', u'INDIRECT_-1207889208'), (u'STORE_-1207892383', u'INDIRECT_-1207888153'), (u'INT_ADD_-1207894403', u'INT_ADD_-1207894233'), ('const-433', u'LOAD_-1207892204'), ('const-433', u'STORE_-1207894411'), ('const-2', u'INT_EQUAL_-1207893416'), (u'INT_MULT_-1207892864', u'INT_ADD_-1207892829'), (u'STORE_-1207894103', u'INDIRECT_-1207889034'), (u'LOAD_-1207896281', u'FLOAT_ADD_-1207896235'), (u'MULTIEQUAL_-1207890564', u'CAST_-1207887663'), ('tmp_7048', u'CBRANCH_-1207891560'), (u'INT2FLOAT_-1207896133', u'FLOAT_MULT_-1207896075'), (u'LOAD_-1207896513', u'FLOAT_MULT_-1207896458'), (u'CAST_-1207887637', u'LOAD_-1207894428'), (u'INT_ADD_-1207894403', u'INT_ADD_-1207894167'), (u'INT_SUB_-1207895816', u'INT_NOTEQUAL_-1207895806'), (u'MULTIEQUAL_-1207891249', u'INT_EQUAL_-1207896589'), (u'FLOAT_SUB_-1207891823', u'FLOAT_SQRT_-1207891801'), (u'INT_ADD_-1207896275', u'CAST_-1207889261'), (u'CAST_-1207886120', u'LOAD_-1207891598'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207888160'), (u'INT_ADD_-1207896004', u'INT_ADD_-1207896002'), (u'INT_LEFT_-1207897595', u'INT_OR_-1207897594'), (u'INT_ADD_-1207894423', u'INT_ADD_-1207894397'), ('const-433', u'LOAD_-1207895633'), (u'INDIRECT_-1207888153', u'MULTIEQUAL_-1207888648'), (u'FLOAT_ADD_-1207895683', u'STORE_-1207895716'), (u'STORE_-1207894278', u'INDIRECT_-1207888925'), (u'CAST_-1207886693', u'LOAD_-1207892802'), (u'FLOAT_SQRT_-1203828423', u'COPY_-1203822868'), (u'STORE_-1207895986', u'INDIRECT_-1207890231'), (u'LOAD_-1207894222', u'FLOAT_ADD_-1207894176'), (u'INT_ADD_-1207896157', u'CAST_-1207889185'), (u'LOAD_-1207894122', u'FLOAT_MULT_-1207894074'), ('const-433', u'STORE_-1207896040'), ('const-48', u'INT_ADD_-1207895418'), ('const-8', u'PTRADD_-1207889226'), (u'MULTIEQUAL_-1207890892', u'COPY_-1207889605'), (u'STORE_-1207895153', u'INDIRECT_-1207889485'), (u'INT_ADD_-1207897412', u'CAST_-1207889589'), ('const-433', u'LOAD_-1207896513'), (u'FLOAT_SUB_-1207891540', u'FLOAT_SQRT_-1207891518'), (u'FLOAT_SUB_-1207895214', u'STORE_-1207895254'), ('const-8', u'PTRADD_-1207887747'), (u'INT_ADD_-1207896323', u'CAST_-1207888862'), (u'INT_MULT_-1207892515', u'INT_ADD_-1207892476'), (u'INT_SEXT_-1207897622', u'INT_SLESS_-1207897588'), (u'MULTIEQUAL_-1207891244', u'INT_NOTEQUAL_-1207896424'), (u'MULTIEQUAL_-1207893172', u'LOAD_-1207896032'), ('tmp_4182', u'CBRANCH_-1207893812'), (u'INDIRECT_-1207889382', u'MULTIEQUAL_-1207889531'), (u'CAST_-1207889621', u'COPY_-1207889424'), ('const-433', u'LOAD_-1207896581'), ('const-4', u'INT_ADD_-1207897085'), ('const-433', u'LOAD_-1207896128'), ('tmp_15411', u'PTRADD_-1207886459'), (u'FLOAT_ADD_-1207895736', u'STORE_-1207895769'), ('tmp_6519', u'CBRANCH_-1207892075'), (u'CAST_-1207887602', u'LOAD_-1207894381'), (u'MULTIEQUAL_-1207893433', u'INT_ADD_-1207896183'), (u'INT_ADD_-1207893395', u'CAST_-1207888050'), ('const-8', u'PTRADD_-1207886753'), (u'CALL_-1207891837', u'INDIRECT_-1207887571'), ('const-433', u'LOAD_-1207894334'), (u'INT_ADD_-1207893661', u'INT_ADD_-1207893659'), ('const-8', u'PTRADD_-1207886881'), (u'CAST_-1207888224', u'LOAD_-1207895339'), (u'INT_ADD_-1207896137', u'INT_ADD_-1207896061'), ('const-433', u'STORE_-1207896446'), ('const-433', u'LOAD_-1207893420'), ('const-1', u'PTRADD_-1207887199'), (u'CAST_-1207888686', u'LOAD_-1207896065'), (u'STORE_-1207894371', u'INDIRECT_-1207889098'), (u'INDIRECT_-1207889958', u'MULTIEQUAL_-1207889904'), (u'FLOAT_LESSEQUAL_-1207888371', u'CBRANCH_-1207891843'), ('const-8', u'PTRADD_-1203822731'), (u'INT_ADD_-1207896131', u'CAST_-1207888746'), (u'COPY_-1207889791', u'INT_AND_-1207895299'), (u'INT_ADD_-1207892443', u'INT_ADD_-1207892433'), (u'LOAD_-1207896535', u'FLOAT_ADD_-1207896489'), (u'MULTIEQUAL_-1207891249', u'INT_EQUAL_-1207896187'), (u'FLOAT_MULT_-1207893835', u'FLOAT_SUB_-1207893798'), (u'MULTIEQUAL_-1207890166', u'INT_MULT_-1207893903'), ('const-2', u'INT_EQUAL_-1207896046'), (u'CAST_-1207887436', u'STORE_-1207894135'), ('const-48', u'INT_ADD_-1207891890'), ('const-2', u'PTRADD_-1207888563'), (u'CAST_-1207889529', u'MULTIEQUAL_-1207889986'), ('const-433', u'LOAD_-1207893710'), (u'INDIRECT_-1207889192', u'MULTIEQUAL_-1207889649'), (u'INDIRECT_-1207889466', u'MULTIEQUAL_-1207890507'), (u'INDIRECT_-1207889738', u'MULTIEQUAL_-1207889684'), (u'FLOAT_DIV_-1207895783', u'FLOAT_ADD_-1207895777'), ('const-433', u'LOAD_-1207896146'), ('const-433', u'LOAD_-1207895928'), ('const-433', u'STORE_-1207895884'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207895416'), (u'MULTIEQUAL_-1207890022', u'INT_ADD_-1207893211'), ('const-433', u'LOAD_-1207895971'), ('const-433', u'LOAD_-1207891630'), (u'MULTIEQUAL_-1207890564', u'INT_ADD_-1207894075'), (u'CALL_-1207891797', u'INDIRECT_-1207887702'), (u'COPY_-1207888459', u'MULTIEQUAL_-1207890410'), (u'PTRADD_-1207889746', u'LOAD_-1207897436'), ('const-48', u'INT_ADD_-1207894303'), ('const-184', u'PTRADD_-1207888652'), (u'LOAD_-1207892216', u'INT_ADD_-1207892198'), ('tmp_7971', u'BRANCH_-1207892881'), (u'MULTIEQUAL_-1207888648', u'MULTIEQUAL_-1207888638'), (u'INT_MULT_-1207892515', u'INT_ADD_-1207891766'), (u'CAST_-1207888844', u'LOAD_-1207896312'), ('const-88', u'INT_MULT_-1207892515'), ('const-433', u'LOAD_-1207896116'), (u'LOAD_-1207896050', u'FLOAT_ADD_-1207896004'), (u'CAST_-1207887414', u'STORE_-1207894103'), (u'LOAD_-1207893675', u'FLOAT_SUB_-1207893617'), (u'INT_ADD_-1207893500', u'INT_ADD_-1207893498'), ('const-8', u'PTRADD_-1207886284'), (u'CAST_-1207888417', u'LOAD_-1207895633'), (u'STORE_-1207894103', u'INDIRECT_-1207888924'), ('const-433', u'LOAD_-1207893941'), (u'INT_ADD_-1207893510', u'CAST_-1207887134'), (u'INDIRECT_-1207889705', u'MULTIEQUAL_-1207890833'), (u'INDIRECT_-1207889826', u'MULTIEQUAL_-1207889751'), (u'MULTIEQUAL_-1207889019', u'MULTIEQUAL_-1207890906'), (u'INT_ADD_-1207894403', u'INT_ADD_-1207894365'), ('const-0', u'FLOAT_LESSEQUAL_-1207888371'), ('const-433', u'LOAD_-1207893431'), ('const-8', u'PTRADD_-1207887820'), (u'FLOAT_MULT_-1207895342', u'FLOAT_SUB_-1207895316'), ('tmp_6873', u'BRANCH_-1207891724'), (u'INT_ADD_-1207894403', u'INT_ADD_-1207894295'), ('const-433', u'LOAD_-1207891733'), (u'INT_ADD_-1207896190', u'INT_ADD_-1207896084'), (u'CAST_-1207887232', u'LOAD_-1207893710'), (u'STORE_-1207895988', u'INDIRECT_-1207890448'), (u'INT_ADD_-1203828570', u'INT_ADD_-1203828539'), (u'PTRADD_-1207889008', u'LOAD_-1207896356'), (u'INT_ADD_-1207895325', u'INT_ADD_-1207895323'), (u'INDIRECT_-1207889662', u'MULTIEQUAL_-1207889571'), (u'STORE_-1207894212', u'INDIRECT_-1207888881'), ('const-120', u'PTRADD_-1207887238'), (u'CAST_-1207889242', u'CALL_-1207892259'), (u'MULTIEQUAL_-1207890600', u'INT_ADD_-1207892037'), (u'INT_ADD_-1207896007', u'CAST_-1207889082'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207895728'), (u'INT_ADD_-1207896571', u'INT_ADD_-1207896497'), ('const-3', u'PTRADD_-1207888890'), (u'INT_ADD_-1207894423', u'INT_ADD_-1207894206'), (u'INT_ADD_-1207894303', u'CAST_-1207887558'), (u'MULTIEQUAL_-1207891457', u'INT_NOTEQUAL_-1207895941'), ('const-8', u'PTRADD_-1207888951'), ('const-56', u'INT_ADD_-1207893482'), ('const-433', u'LOAD_-1207892768'), ('const-48', u'INT_ADD_-1207893696'), ('const-8', u'PTRADD_-1207887186'), (u'STORE_-1207895667', u'INDIRECT_-1207890031'), (u'INDIRECT_-1207889777', u'MULTIEQUAL_-1207889700'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207889239'), (u'STORE_-1207894247', u'INDIRECT_-1207889014'), (u'PTRADD_-1203822637', u'LOAD_-1203828032'), ('const-16', u'PTRADD_-1207888738'), (u'STORE_-1207896164', u'INDIRECT_-1207890562'), ('const-433', u'STORE_-1207894309'), (u'INDIRECT_-1207889772', u'MULTIEQUAL_-1207890833'), ('const-433', u'LOAD_-1207896421'), (u'INT_ADD_-1207895962', u'INT_ADD_-1207895781'), (u'INDIRECT_-1207889871', u'MULTIEQUAL_-1207889815'), ('const-56', u'INT_ADD_-1207895822'), ('const-48', u'INT_ADD_-1207894326'), (u'STORE_-1207896446', u'INDIRECT_-1207890286'), ('const-8', u'PTRADD_-1207888191'), (u'COPY_-1207889791', u'INT_AND_-1207896243'), (u'PTRADD_-1207888335', u'LOAD_-1207895290'), ('tmp_8133', u'BRANCH_-1207892724'), ('const-433', u'LOAD_-1207896085'), ('const-48', u'INT_ADD_-1207893684'), ('const-433', u'LOAD_-1207892482'), ('const-0', u'INT_NOTEQUAL_-1207896424'), (u'CAST_-1207888015', u'LOAD_-1207893359'), ('tmp_15411', u'PTRADD_-1207886766'), (u'INDIRECT_-1207887963', u'MULTIEQUAL_-1207888562'), (u'FLOAT_SUB_-1203828499', u'FLOAT_LESS_-1203824630'), (u'INDIRECT_-1207891287', u'MULTIEQUAL_-1207891002'), (u'MULTIEQUAL_-1207889684', u'COPY_-1207888458'), ('const-72', u'INT_ADD_-1203828539'), ('const-433', u'STORE_-1207895623'), (u'CALL_-1207892213', u'INDIRECT_-1207888164'), (u'PTRADD_-1207886602', u'LOAD_-1207892167'), (u'INT_ADD_-1207895730', u'INT_ADD_-1207895728'), (u'FLOAT_SUB_-1207892419', u'FLOAT_DIV_-1207892345'), (u'MULTIEQUAL_-1207892420', u'MULTIEQUAL_-1207892351'), ('tmp_15411', u'PTRADD_-1207887810'), (u'FLOAT_ADD_-1207895614', u'STORE_-1207895650'), (u'PTRADD_-1207886184', u'LOAD_-1207891474'), (u'INDIRECT_-1203824355', u'MULTIEQUAL_-1207888132'), (u'FLOAT_MULT_-1207892669', u'FLOAT_DIV_-1207892665'), ('const-2', u'PTRADD_-1207889774'), ('const-40', u'INT_ADD_-1207893860'), ('const-0', u'SUBPIECE_-1207897557'), (u'PTRADD_-1207888317', u'STORE_-1207895254'), (u'INT_ADD_-1203828539', u'CAST_-1203822550'), (u'FLOAT_SUB_-1207895409', u'STORE_-1207895443'), (u'STORE_-1207895884', u'INDIRECT_-1207890064'), ('const-433', u'STORE_-1207895667'), ('const-8', u'INT_MULT_-1207897400'), ('const-8', u'PTRADD_-1207887199'), (u'COPY_-1207889605', u'FLOAT_LESSEQUAL_-1207890294'), ('const-8', u'PTRADD_-1207889062'), (u'FLOAT_SQRT_-1207893771', u'FLOAT_MULT_-1207893755'), ('const-232', u'PTRADD_-1207886813'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207896021'), ('const-0', u'FLOAT_LESS_-1207888799'), (u'INT_ADD_-1207893512', u'INT_ADD_-1207893510'), ('const-8', u'PTRADD_-1207887726'), (u'FLOAT_SUB_-1207891823', u'CALL_-1207891797'), ('const-433', u'LOAD_-1207892835'), (u'INT_ADD_-1207891865', u'CAST_-1207886285'), ('const-9', u'PTRADD_-1207886096'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207889118'), ('const-8', u'PTRADD_-1207888927'), ('const-4', u'INT_ADD_-1207893415'), (u'INT_ADD_-1207896034', u'CAST_-1207888675'), (u'INT_MULT_-1207894434', u'CAST_-1207887612'), ('const-433', u'LOAD_-1207896356'), (u'FLOAT_DIV_-1207895857', u'FLOAT_ADD_-1207895851'), ('const-8', u'PTRADD_-1207889681'), (u'MULTIEQUAL_-1207893009', u'LOAD_-1207892055'), (u'INDIRECT_-1207890060', u'MULTIEQUAL_-1207889997'), (u'CAST_-1207888675', u'LOAD_-1207896050'), ('const-433', u'LOAD_-1207892131'), (u'INT_ADD_-1207895962', u'INT_ADD_-1207895859'), (u'INDIRECT_-1207890540', u'MULTIEQUAL_-1207890507'), (u'PTRADD_-1207886359', u'LOAD_-1207891757'), (u'INT_MULT_-1207893549', u'INT_ADD_-1207893480'), (u'INT_ADD_-1207896101', u'CAST_-1207889146'), (u'INT_MULT_-1207892864', u'INT_ADD_-1207892763'), (u'FLOAT_ADD_-1207896039', u'STORE_-1207896075'), (u'FLOAT_ADD_-1207896039', u'STORE_-1207896075'), ('const-4', u'INT_ADD_-1207896051'), (u'COPY_-1207889486', u'MULTIEQUAL_-1207893172'), (u'CALL_-1203828657', u'INDIRECT_-1203824193'), (u'MULTIEQUAL_-1207892834', u'PTRADD_-1207889335'), (u'CALL_-1207891797', u'INDIRECT_-1207887922'), (u'CALL_-1207892213', u'INDIRECT_-1207888054'), (u'STORE_-1207896522', u'INDIRECT_-1207890450'), (u'INT_NOTEQUAL_-1207893367', u'CBRANCH_-1207893366'), (u'INDIRECT_-1207890517', u'MULTIEQUAL_-1207890487'), (u'INDIRECT_-1207887915', u'MULTIEQUAL_-1207888653'), (u'FLOAT_LESS_-1207888521', u'CBRANCH_-1207892075'), (u'CAST_-1207888344', u'INT_AND_-1207895491'), (u'INT_ADD_-1207893858', u'CAST_-1207887316'), (u'INDIRECT_-1207888293', u'MULTIEQUAL_-1207889461'), (u'COPY_-1207897012', u'MULTIEQUAL_-1207890143'), (u'INT_SDIV_-1207897587', u'SUBPIECE_-1207897557'), (u'STORE_-1207895592', u'INDIRECT_-1207889871'), ('const-72', u'INT_ADD_-1207895914'), (u'LOAD_-1207896406', u'FLOAT_ADD_-1207896360'), (u'STORE_-1207893376', u'INDIRECT_-1207889392'), ('const-433', u'LOAD_-1207896459'), ('const-433', u'LOAD_-1207896023'), ('tmp_15411', u'PTRADD_-1207886602'), (u'LOAD_-1207891904', u'FLOAT_MULT_-1207891842'), ('const-433', u'LOAD_-1207892167'), (u'STORE_-1207896014', u'INDIRECT_-1207890575'), (u'MULTIEQUAL_-1207892834', u'PTRADD_-1207888214'), (u'MULTIEQUAL_-1207893009', u'LOAD_-1207896614'), (u'MULTIEQUAL_-1207892829', u'PTRADD_-1207889206'), ('const-2', u'INT_EQUAL_-1207896357'), ('const-433', u'STORE_-1207895961'), ('const-88', u'INT_MULT_-1207897366'), (u'CALL_-1207892811', u'INDIRECT_-1207889412'), (u'INT_ADD_-1207894144', u'INT_ADD_-1207894129'), (u'STORE_-1207895961', u'INDIRECT_-1207890540'), (u'CALL_-1207892259', u'MULTIEQUAL_-1207891215'), (u'INDIRECT_-1207889124', u'MULTIEQUAL_-1207889060'), ('const-9', u'PTRADD_-1207886736'), ('const-433', u'LOAD_-1207893332'), (u'LOAD_-1207895823', u'FLOAT_ADD_-1207895777'), (u'INT_ADD_-1207896407', u'INT_ADD_-1207896405'), (u'MULTIEQUAL_-1207893009', u'LOAD_-1207892768'), (u'INT_MULT_-1207893549', u'INT_ADD_-1207893498'), (u'CAST_-1207889261', u'LOAD_-1207896291'), (u'STORE_-1207895667', u'INDIRECT_-1207889811'), ('tmp_3586', u'CBRANCH_-1207894238'), (u'LOAD_-1207896421', u'FLOAT_MULT_-1207896365'), (u'LOAD_-1207895278', u'INT_EQUAL_-1207895263'), (u'INDIRECT_-1207888073', u'MULTIEQUAL_-1207888672'), (u'FLOAT_SQRT_-1207892685', u'COPY_-1207886848'), (u'LOAD_-1207896085', u'FLOAT_ADD_-1207896039'), (u'LOAD_-1207896085', u'FLOAT_ADD_-1207896039'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888434'), (u'CALL_-1207892098', u'INDIRECT_-1207888293'), ('const-40', u'INT_ADD_-1207896160'), (u'MULTIEQUAL_-1207893433', u'INT_ADD_-1207895914'), ('const-44', u'PTRADD_-1207887567'), (u'INT_ADD_-1207894423', u'INT_ADD_-1207894412'), (u'STORE_-1207895988', u'INDIRECT_-1207890558'), (u'STORE_-1207896106', u'INDIRECT_-1207890190'), (u'CALL_-1207897651', u'INDIRECT_-1207891076'), (u'STORE_-1207895716', u'INDIRECT_-1207889840'), (u'LOAD_-1207891598', u'FLOAT_SUB_-1207891540'), (u'CALL_-1207893125', u'MULTIEQUAL_-1207890179'), (u'INT_ADD_-1207894112', u'INT_ADD_-1207894089'), ('const-433', u'LOAD_-1207897346'), (u'MULTIEQUAL_-1207891249', u'INT_EQUAL_-1207895909'), ('const-256', u'PTRADD_-1207889411'), (u'LOAD_-1207894288', u'FLOAT_ADD_-1207894242'), (u'INT_ADD_-1207894089', u'CAST_-1207887414'), (u'PTRADD_-1207888643', u'STORE_-1207895769'), (u'STORE_-1207895847', u'INDIRECT_-1207889927'), (u'CALL_-1207892968', u'INDIRECT_-1207889397'), (u'STORE_-1207892383', u'INDIRECT_-1207888043'), (u'CAST_-1207889408', u'LOAD_-1207897086'), (u'PTRADD_-1207888984', u'LOAD_-1207896322'), ('const-433', u'STORE_-1207895716'), (u'INT_ADD_-1207893842', u'INT_ADD_-1207893840'), ('const-8', u'PTRADD_-1207889281'), ('tmp_1259', u'CBRANCH_-1207896474'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207889269'), ('const-2', u'INT_EQUAL_-1207895679'), (u'MULTIEQUAL_-1207893829', u'INT_ADD_-1207897532'), ('const-433', u'LOAD_-1207893448'), ('const-8', u'PTRADD_-1207887404'), ('const-11', u'PTRADD_-1207887176'), (u'LOAD_-1203828555', u'FLOAT_SUB_-1203828499'), (u'LOAD_-1207892111', u'FLOAT_SUB_-1207892055'), (u'STORE_-1207896554', u'INDIRECT_-1207890472'), (u'CALL_-1207892968', u'MULTIEQUAL_-1207890410'), (u'INDIRECT_-1207888476', u'MULTIEQUAL_-1207888428'), ('const-2', u'INT_EQUAL_-1207896589'), (u'PTRADD_-1207887199', u'MULTIEQUAL_-1207893561'), ('const-3', u'PTRADD_-1207888530'), (u'INT_MULT_-1207893903', u'INT_ADD_-1207891605'), (u'LOAD_-1207891630', u'MULTIEQUAL_-1207891284'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207896137'), (u'LOAD_-1207895432', u'CAST_-1207888276'), ('const-40', u'INT_ADD_-1207896123'), (u'MULTIEQUAL_-1207890564', u'INT_MULT_-1207894434'), (u'MULTIEQUAL_-1207892834', u'PTRADD_-1207889366'), (u'INDIRECT_-1207889871', u'MULTIEQUAL_-1207889806'), ('const-4', u'PTRADD_-1207887611'), (u'MULTIEQUAL_-1207893433', u'INT_ADD_-1207893438'), (u'STORE_-1207896486', u'INDIRECT_-1207890314'), (u'INT_ADD_-1207893339', u'MULTIEQUAL_-1207890166'), (u'INT_ADD_-1207891890', u'INT_ADD_-1207891888'), ('tmp_1089', u'BRANCH_-1207896918'), (u'LOAD_-1207893874', u'FLOAT_SUB_-1207893793'), (u'CALL_-1207892968', u'INDIRECT_-1207889287'), (u'STORE_-1207895350', u'INDIRECT_-1207889716'), (u'FLOAT_MULT_-1207892773', u'FLOAT_SUB_-1207892739'), (u'PTRADD_-1207888563', u'LOAD_-1207895643'), (u'INT_ADD_-1207893375', u'CAST_-1207887043'), ('const-1', u'PTRADD_-1207889281'), (u'INT_ADD_-1207892142', u'INT_ADD_-1207892115'), (u'INDIRECT_-1207888403', u'MULTIEQUAL_-1207889571'), (u'CAST_-1207888343', u'CALL_-1207892811'), (u'MULTIEQUAL_-1207893501', u'MULTIEQUAL_-1207893433'), (u'LOAD_-1207897404', u'INT_ADD_-1207897315'), (u'INT_ADD_-1207894423', u'INT_ADD_-1207894272'), (u'CAST_-1207889185', u'LOAD_-1207896173'), (u'INDIRECT_-1207890120', u'MULTIEQUAL_-1207890026'), ('const-0', u'COPY_-1207897012'), (u'FLOAT_SUB_-1207893798', u'CALL_-1207891683'), (u'CALL_-1207891966', u'INDIRECT_-1207887805'), (u'PTRADD_-1207887404', u'STORE_-1207893718'), (u'PTRADD_-1207886096', u'LOAD_-1207891763'), (u'PTRADD_-1207887726', u'LOAD_-1207894334'), ('const-44', u'PTRADD_-1207887559'), (u'MULTIEQUAL_-1207892834', u'PTRADD_-1207889358'), (u'INT_ADD_-1207893064', u'MULTIEQUAL_-1207892420'), (u'INDIRECT_-1207888661', u'MULTIEQUAL_-1207888562'), (u'FLOAT_LESS_-1203824630', u'CBRANCH_-1203828519'), (u'FLOAT_SUB_-1207895113', u'STORE_-1207895153'), (u'INT_ADD_-1207894272', u'CAST_-1207887536'), (u'LOAD_-1207893342', u'FLOAT_ADD_-1207893286'), ('const-433', u'LOAD_-1207896250'), (u'MULTIEQUAL_-1207893501', u'INT_ADD_-1207896277'), ('const-433', u'STORE_-1207896106'), (u'MULTIEQUAL_-1207891002', u'MULTIEQUAL_-1207890906'), (u'INDIRECT_-1207889595', u'MULTIEQUAL_-1207890723'), (u'PTRADD_-1207888611', u'STORE_-1207895716'), (u'STORE_-1207896014', u'INDIRECT_-1207890685'), (u'INT_ADD_-1207895781', u'CAST_-1207888519'), (u'INT_ADD_-1207894403', u'INT_ADD_-1207894241'), (u'INT_ADD_-1207892750', u'MULTIEQUAL_-1207892538'), (u'CAST_-1207887596', u'STORE_-1207894371'), ('const-56', u'INT_ADD_-1207896069'), (u'LOAD_-1207891637', u'MULTIEQUAL_-1207891320'), (u'INT_ADD_-1207894206', u'CAST_-1207887490'), ('tmp_7647', u'BRANCH_-1207892011'), (u'STORE_-1207896302', u'INDIRECT_-1207890198'), (u'FLOAT_ADD_-1207894304', u'STORE_-1207894340'), ('const-88', u'PTRADD_-1207888372'), ('const-433', u'LOAD_-1207893396'), (u'LOAD_-1207896291', u'CAST_-1207889243'), ('const-0', u'FLOAT_LESS_-1207888521'), (u'LOAD_-1207896166', u'INT_ADD_-1207895991'), (u'INT_ADD_-1207894423', u'INT_ADD_-1207894334'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207895543'), (u'INDIRECT_-1207890475', u'MULTIEQUAL_-1207890385'), (u'PTRADD_-1207888890', u'LOAD_-1207896166'), ('tmp_725', u'CBRANCH_-1207897221'), (u'INDIRECT_-1207887702', u'MULTIEQUAL_-1207888543'), (u'PTRADD_-1207886864', u'LOAD_-1207892793'), (u'MULTIEQUAL_-1207892829', u'PTRADD_-1207888570'), (u'PTRADD_-1207888673', u'STORE_-1207895810'), (u'MULTIEQUAL_-1207892834', u'LOAD_-1207896194'), (u'INT_ADD_-1207893370', u'CAST_-1207888033'), (u'PTRADD_-1207889262', u'LOAD_-1207895981'), (u'MULTIEQUAL_-1207890130', u'COPY_-1207889423'), ('const-433', u'STORE_-1207896554'), (u'INT_ADD_-1207893696', u'INT_ADD_-1207893694'), (u'STORE_-1207895443', u'INDIRECT_-1207889777'), (u'LOAD_-1207892835', u'FLOAT_MULT_-1207892773'), ('tmp_3938', u'CBRANCH_-1207893988'), ('const-433', u'LOAD_-1207896032'), (u'INDIRECT_-1207889492', u'MULTIEQUAL_-1207889641'), (u'PTRADD_-1207886179', u'LOAD_-1207891467'), (u'CAST_-1207888601', u'INT2FLOAT_-1207895857'), (u'PTRADD_-1207888620', u'LOAD_-1207895729'), (u'INT_ZEXT_-1207893847', u'INT_NOTEQUAL_-1207893992'), (u'CALL_-1207892047', u'INDIRECT_-1207888073'), (u'STORE_-1207895917', u'INDIRECT_-1207890407'), (u'CAST_-1207888287', u'LOAD_-1207895432'), ('const-8', u'PTRADD_-1207888506'), ('const-1', u'INT_ADD_-1207897576'), (u'INDIRECT_-1207890255', u'MULTIEQUAL_-1207890165'), (u'FLOAT_SUB_-1207892055', u'FLOAT_SQRT_-1207892033'), ('const-64', u'INT_ADD_-1207896049'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207887611'), ('const-7', u'PTRADD_-1207886354'), ('tmp_15411', u'PTRADD_-1207889713'), ('const-8', u'PTRADD_-1207888519'), ('const-433', u'LOAD_-1207895838'), ('const-8', u'PTRADD_-1207888227'), (u'CALL_-1207891514', u'INDIRECT_-1207887644'), (u'MULTIEQUAL_-1207891457', u'MULTIEQUAL_-1207891594'), (u'LOAD_-1207892854', u'INT_ADD_-1207892829'), (u'LOAD_-1207892534', u'INT_ADD_-1207892509'), (u'INDIRECT_-1203824083', u'MULTIEQUAL_-1207888039'), ('tmp_7809', u'BRANCH_-1207893038'), (u'LOAD_-1207891757', u'MULTIEQUAL_-1207891442'), (u'FLOAT_LESS_-1207889471', u'CBRANCH_-1207893812'), (u'CAST_-1207887997', u'LOAD_-1207893332'), ('tmp_15411', u'PTRADD_-1207886174'), (u'INT_MULT_-1207892515', u'INT_ADD_-1207891727'), (u'CALL_-1203828491', u'INDIRECT_-1203824212'), ('const-64', u'INT_ADD_-1207891756'), (u'FLOAT_MULT_-1203828514', u'FLOAT_SUB_-1203828499'), (u'INT_MULT_-1207897537', u'INT_ADD_-1207897540'), (u'CAST_-1207888185', u'LOAD_-1207895278'), (u'CAST_-1207886933', u'LOAD_-1207892204'), (u'LOAD_-1207891621', u'FLOAT_MULT_-1207891559'), (u'LOAD_-1207897472', u'INT_ADD_-1207897070'), (u'PTRADD_-1207887810', u'LOAD_-1207894473'), ('const-433', u'STORE_-1207894371'), (u'INT_NOTEQUAL_-1207896294', u'CBRANCH_-1207896294'), (u'MULTIEQUAL_-1207890833', u'MULTIEQUAL_-1207890787'), (u'CAST_-1207888913', u'LOAD_-1207896421'), (u'FLOAT_ADD_-1207893391', u'STORE_-1207893427'), ('const-433', u'LOAD_-1207893359'), (u'CAST_-1207888275', u'CALL_-1207892968'), ('tmp_7313', u'BRANCH_-1207893314'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207888991'), (u'CAST_-1207888711', u'LOAD_-1207896100'), (u'INT_SLESS_-1207897588', u'CBRANCH_-1207897595'), (u'LOAD_-1207895797', u'FLOAT_DIV_-1207895742'), (u'STORE_-1207894309', u'INDIRECT_-1207889056'), (u'LOAD_-1207895476', u'FLOAT_SUB_-1207895409'), (u'STORE_-1207895350', u'INDIRECT_-1207889826'), (u'INDIRECT_-1203823992', u'MULTIEQUAL_-1207888039'), (u'LOAD_-1207895432', u'FLOAT_MULT_-1207895342'), (u'PTRADD_-1207888153', u'LOAD_-1207893342'), (u'INT_ADD_-1207896115', u'CAST_-1207888734'), ('const-433', u'STORE_-1207892703'), ('const-433', u'STORE_-1207896522'), (u'LOAD_-1207891460', u'MULTIEQUAL_-1207891284'), (u'INT_ADD_-1207897126', u'INT_ADD_-1207896956'), ('const-433', u'LOAD_-1207896291'), ('const-433', u'LOAD_-1207896067'), (u'INT_ADD_-1207896224', u'INT_ADD_-1207896222'), (u'LOAD_-1207896318', u'INT_NOTEQUAL_-1207896294'), ('const-433', u'STORE_-1207894103'), (u'MULTIEQUAL_-1207889950', u'PTRADD_-1207887176'), ('const-40', u'INT_ADD_-1207896565'), (u'CALL_-1207891966', u'INDIRECT_-1207887915'), ('const-184', u'PTRADD_-1207888643'), ('const-433', u'LOAD_-1207895235'), (u'MULTIEQUAL_-1207893169', u'LOAD_-1207894401'), ('const-433', u'LOAD_-1207895940'), (u'INT_ADD_-1207895835', u'MULTIEQUAL_-1207890143'), (u'FLOAT_ADD_-1207896127', u'STORE_-1207896164'), ('const-2', u'PTRADD_-1207889345'), ('const-8', u'PTRADD_-1207888317'), (u'INT_ADD_-1207896137', u'INT_ADD_-1207896069'), (u'STORE_-1207895153', u'INDIRECT_-1207889705'), ('const-433', u'STORE_-1207895650'), (u'INDIRECT_-1207890506', u'MULTIEQUAL_-1207890413'), ('const-433', u'LOAD_-1207892826'), (u'INDIRECT_-1207889576', u'MULTIEQUAL_-1207890617'), ('const-64', u'PTRADD_-1207887313'), ('const-56', u'INT_ADD_-1207892115'), ('const-433', u'LOAD_-1203828611'), ('tmp_15411', u'LOAD_-1207897472'), ('const-72', u'INT_ADD_-1207895972'), ('const-64', u'INT_ADD_-1207895586'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207887590'), ('const-433', u'STORE_-1207895810'), (u'INT_ADD_-1207893421', u'CAST_-1207888068'), (u'PTRADD_-1207889697', u'LOAD_-1207897310'), (u'CAST_-1207888275', u'FLOAT_LESSEQUAL_-1207890435'), (u'STORE_-1207893376', u'INDIRECT_-1207889502'), ('const-8', u'PTRADD_-1207887166'), (u'PIECE_-1207897563', u'INT_LEFT_-1207897595'), (u'FLOAT_SUB_-1207892739', u'FLOAT_DIV_-1207892665'), (u'MULTIEQUAL_-1207890564', u'INT_ADD_-1207895835'), ('const-8', u'PTRADD_-1207888611'), (u'MULTIEQUAL_-1207891244', u'INT_NOTEQUAL_-1207895747'), (u'LOAD_-1207891743', u'MULTIEQUAL_-1207891195'), (u'STORE_-1207896393', u'INDIRECT_-1207890475'), (u'MULTIEQUAL_-1207889967', u'MULTIEQUAL_-1207889943'), ('const-433', u'STORE_-1207895592'), (u'LOAD_-1207897472', u'INT_ADD_-1207895262'), (u'MULTIEQUAL_-1207890600', u'INT_ADD_-1207894012'), (u'INDIRECT_-1207888608', u'MULTIEQUAL_-1207890787'), (u'LOAD_-1207896194', u'FLOAT_ADD_-1207896127'), (u'INDIRECT_-1207890398', u'MULTIEQUAL_-1207890315'), (u'CAST_-1207889273', u'LOAD_-1207896318'), ('tmp_3302', u'CBRANCH_-1207895803'), (u'MULTIEQUAL_-1207890723', u'MULTIEQUAL_-1207890677'), (u'LOAD_-1207891920', u'INT_ADD_-1207891890'), (u'STORE_-1207896136', u'INDIRECT_-1207890763'), (u'CALL_-1207891514', u'INDIRECT_-1207887754'), (u'FLOAT_LESSEQUAL_-1207890435', u'CBRANCH_-1207895393'), (u'INT_ADD_-1207892095', u'CAST_-1207886419'), (u'MULTIEQUAL_-1207888648', u'MULTIEQUAL_-1207888259'), (u'PTRADD_-1207886685', u'STORE_-1207892383'), (u'FLOAT_SUB_-1203828499', u'FLOAT_SQRT_-1203828477'), (u'INT_NOTEQUAL_-1207896424', u'CBRANCH_-1207896424'), (u'INT_ADD_-1207897540', u'INT_SLESS_-1207897493'), ('const-8', u'PTRADD_-1207889039'), (u'MULTIEQUAL_-1207890507', u'MULTIEQUAL_-1207890487'), (u'CAST_-1207888765', u'LOAD_-1207896176'), (u'INDIRECT_-1207890523', u'MULTIEQUAL_-1207890463'), (u'INDIRECT_-1207888388', u'MULTIEQUAL_-1207890567'), (u'LOAD_-1207895235', u'CAST_-1207888143'), ('const-56', u'INT_ADD_-1207895617'), ('const-8', u'PTRADD_-1207888160'), ('const-433', u'LOAD_-1207892473'), (u'INT2FLOAT_-1207895857', u'FLOAT_DIV_-1207895689'), (u'MULTIEQUAL_-1207890026', u'MULTIEQUAL_-1207889997'), ('tmp_2008', u'CBRANCH_-1207895798'), (u'LOAD_-1207896318', u'MULTIEQUAL_-1207891457'), (u'CALL_-1207891837', u'INDIRECT_-1207887461'), ('const-0', u'INT_EQUAL_-1207897226'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207887705'), ('const-744', u'INT_ADD_-1207897126'), ('const-433', u'LOAD_-1207893437'), (u'INT_ADD_-1207893694', u'CAST_-1207887232'), ('tmp_6309', u'BRANCH_-1203828393'), ('const-8', u'PTRADD_-1207888551'), (u'LOAD_-1207894381', u'FLOAT_ADD_-1207894335'), ('const-433', u'LOAD_-1207896131'), ('tmp_6755', u'CBRANCH_-1207891843'), (u'INT_ADD_-1207896596', u'INT_ADD_-1207895545'), (u'INT_ADD_-1207893438', u'INT_ADD_-1207893395'), ('const-8', u'PTRADD_-1207888738'), (u'STORE_-1207895623', u'INDIRECT_-1207889891'), (u'INT_ADD_-1207894167', u'CAST_-1207887462'), (u'CALL_-1207892098', u'INDIRECT_-1207888403'), (u'PTRADD_-1207886661', u'LOAD_-1207891555'), ('const-3', u'PTRADD_-1207887640'), ('const-8', u'PTRADD_-1207886894'), (u'LOAD_-1207895571', u'FLOAT_ADD_-1207895513'), (u'INT_ADD_-1207894233', u'CAST_-1207887508'), (u'INDIRECT_-1207888904', u'MULTIEQUAL_-1207888840'), (u'INT_ADD_-1207894144', u'INT_ADD_-1207894121'), (u'INDIRECT_-1207887534', u'MULTIEQUAL_-1207888632'), (u'CAST_-1207888824', u'LOAD_-1207896281'), (u'CALL_-1207892047', u'INDIRECT_-1207887963'), (u'STORE_-1207895254', u'INDIRECT_-1207889772'), (u'STORE_-1207895884', u'INDIRECT_-1207890174'), ('tmp_8158', u'BRANCH_-1207891547'), ('const-433', u'STORE_-1207895986'), (u'INDIRECT_-1207890265', u'MULTIEQUAL_-1207890188'), (u'INT_ADD_-1207895418', u'INT_ADD_-1207895416'), (u'MULTIEQUAL_-1207892829', u'PTRADD_-1207888519'), (u'INDIRECT_-1207889840', u'MULTIEQUAL_-1207889777'), ('const-8', u'PTRADD_-1207888682'), (u'INT_NOTEQUAL_-1207895572', u'CBRANCH_-1207895572'), (u'INT_NOTEQUAL_-1207893191', u'CBRANCH_-1207893184'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207889250'), (u'INT_ADD_-1207894403', u'INT_ADD_-1207894175'), (u'PTRADD_-1207889091', u'STORE_-1207896486'), (u'INDIRECT_-1207888168', u'MULTIEQUAL_-1207888528'), (u'PTRADD_-1207887176', u'MULTIEQUAL_-1207889950'), ('const-8', u'PTRADD_-1207887590'), ('const-433', u'STORE_-1207893718'), (u'PTRADD_-1207889219', u'MULTIEQUAL_-1207893009'), (u'CAST_-1207885950', u'LOAD_-1207891772'), (u'STORE_-1207894247', u'INDIRECT_-1207888904'), ('const-8', u'PTRADD_-1207886813'), (u'FLOAT_SUB_-1203828499', u'CALL_-1203828491'), ('const-72', u'INT_ADD_-1207896069'), ('const-56', u'INT_ADD_-1207894272'), ('const-64', u'INT_ADD_-1207896265'), (u'CAST_-1207886575', u'LOAD_-1207892482'), (u'INT_ADD_-1207893877', u'INT_ADD_-1207893875'), (u'LOAD_-1203828611', u'INT_ADD_-1203828586'), (u'STORE_-1207895548', u'INDIRECT_-1207889848'), (u'LOAD_-1207894486', u'MULTIEQUAL_-1207891424'), (u'STORE_-1207895443', u'INDIRECT_-1207889667'), ('const-433', u'LOAD_-1207892534'), (u'CAST_-1207886592', u'LOAD_-1207892515'), (u'MULTIEQUAL_-1207890600', u'INT_ADD_-1207892907'), (u'INDIRECT_-1207888498', u'MULTIEQUAL_-1207890677'), ('const-224', u'PTRADD_-1207889030'), (u'MULTIEQUAL_-1207893169', u'LOAD_-1207896385'), (u'STORE_-1207896040', u'INDIRECT_-1207890146'), (u'CAST_-1207887468', u'LOAD_-1207894191'), (u'PTRADD_-1207886894', u'LOAD_-1207892854'), ('const-433', u'LOAD_-1207894303'), ('const-0', u'FLOAT_LESSEQUAL_-1207888193'), (u'PTRADD_-1207889269', u'STORE_-1207895988'), (u'INDIRECT_-1207887461', u'MULTIEQUAL_-1207887912'), (u'FLOAT_SUB_-1207891677', u'FLOAT_LESS_-1203824781'), (u'INT_ADD_-1207894397', u'CAST_-1207887627'), (u'INT_ADD_-1207893482', u'INT_ADD_-1207893480'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207888963'), (u'FLOAT_SQRT_-1207892685', u'FLOAT_MULT_-1207892669'), ('const-433', u'LOAD_-1207891598'), ('const-433', u'LOAD_-1207897455'), (u'INT_ADD_-1207895822', u'CAST_-1207888548'), (u'INDIRECT_-1207890365', u'MULTIEQUAL_-1207890275'), (u'MULTIEQUAL_-1207888538', u'MULTIEQUAL_-1207888528'), (u'INT2FLOAT_-1207894428', u'FLOAT_MULT_-1207894387'), (u'LOAD_-1207896032', u'FLOAT_ADD_-1207895977'), (u'PTRADD_-1207888214', u'STORE_-1207893427'), (u'MULTIEQUAL_-1207888840', u'MULTIEQUAL_-1207888799'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207894403'), (u'STORE_-1207895650', u'INDIRECT_-1207890019'), (u'FLOAT_MULT_-1207893642', u'FLOAT_SUB_-1207893612'), (u'MULTIEQUAL_-1207892829', u'PTRADD_-1207888506'), (u'MULTIEQUAL_-1207889428', u'FLOAT_MULT_-1207893755'), (u'LOAD_-1207896096', u'FLOAT_ADD_-1207896039'), ('const-1', u'INT_ADD_-1207894075'), (u'LOAD_-1207895612', u'FLOAT_ADD_-1207895556'), (u'INDIRECT_-1207890633', u'MULTIEQUAL_-1207890573'), ('const-8', u'PTRADD_-1207889269'), (u'CALL_-1207891683', u'INDIRECT_-1207887747'), ('const-64', u'INT_ADD_-1207894206'), (u'STORE_-1207894135', u'INDIRECT_-1207888835'), (u'STORE_-1207896164', u'INDIRECT_-1207890782'), ('const-6', u'PTRADD_-1207889681'), (u'INT_EQUAL_-1207896357', u'CBRANCH_-1207896292'), (u'CALL_-1207892968', u'INDIRECT_-1207889507'), (u'INDIRECT_-1207888278', u'MULTIEQUAL_-1207888638'), (u'CALL_-1207891837', u'INDIRECT_-1207887681'), (u'MULTIEQUAL_-1207890105', u'FLOAT_MULT_-1207895131'), (u'INDIRECT_-1207888054', u'MULTIEQUAL_-1207888562'), ('const-433', u'LOAD_-1207892506'), (u'CALL_-1207892098', u'INDIRECT_-1207888513'), (u'FLOAT_MULT_-1207893457', u'FLOAT_SUB_-1207893434'), ('tmp_2519', u'CBRANCH_-1207895300'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207887661'), ('tmp_1456', u'CBRANCH_-1207896292'), (u'MULTIEQUAL_-1207888689', u'FLOAT_MULT_-1207892669'), (u'INT_ADD_-1207895991', u'INT_ADD_-1207895972'), ('const-8', u'SUBPIECE_-1207897566'), (u'CALL_-1207897651', u'INDIRECT_-1207891186'), (u'COPY_-1207889605', u'FLOAT_LESSEQUAL_-1207890435'), (u'PTRADD_-1207888262', u'LOAD_-1207895172'), (u'PTRADD_-1207886279', u'LOAD_-1207891630'), (u'LOAD_-1207896238', u'FLOAT_ADD_-1207896192'), ('const-433', u'LOAD_-1207894191'), ('const-433', u'LOAD_-1207893082'), (u'INT_ADD_-1207896956', u'CAST_-1207889355'), (u'MULTIEQUAL_-1207889019', u'MULTIEQUAL_-1207888969'), ('tmp_15411', u'PTRADD_-1207889758'), (u'MULTIEQUAL_-1207892479', u'MULTIEQUAL_-1207892420'), ('const-433', u'LOAD_-1207892449'), (u'INT_ADD_-1207895955', u'CAST_-1207889047'), ('const-2', u'INT_EQUAL_-1207895909'), (u'INT_NOTEQUAL_-1207894162', u'CBRANCH_-1207894162'), (u'FLOAT_ADD_-1207896004', u'STORE_-1207896040'), (u'LOAD_-1207896146', u'FLOAT_ADD_-1207896100'), (u'INT_NOTEQUAL_-1207896171', u'CBRANCH_-1207896097'), ('const-4', u'PTRADD_-1207889726'), (u'PTRADD_-1207888701', u'STORE_-1207895847'), (u'INDIRECT_-1207891177', u'MULTIEQUAL_-1207888454'), ('const-8', u'PTRADD_-1207888963'), (u'INDIRECT_-1207890430', u'MULTIEQUAL_-1207890397'), ('const-56', u'INT_ADD_-1207895955'), ('const-3', u'PTRADD_-1207886359'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207889262'), ('tmp_6013', u'CBRANCH_-1207892406'), ('const-433', u'LOAD_-1203828555'), (u'FLOAT_ADD_-1207895662', u'STORE_-1207895667'), (u'INT_ADD_-1207895682', u'INT_ADD_-1207895617'), (u'STORE_-1207896075', u'INDIRECT_-1207890501'), (u'MULTIEQUAL_-1207889986', u'PTRADD_-1207887166'), ('const-433', u'LOAD_-1203828032'), (u'LOAD_-1207894237', u'FLOAT_MULT_-1207894181'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888372'), ('const-0', u'INT_NOTEQUAL_-1207895572'), (u'CAST_-1207889605', u'LOAD_-1207897455'), (u'INT_SUB_-1207895816', u'MULTIEQUAL_-1207893045'), (u'CAST_-1207887316', u'LOAD_-1207893874'), ('tmp_15411', u'PTRADD_-1207886096'), ('const-8', u'PTRADD_-1207889411'), (u'FLOAT_MULT_-1207896494', u'FLOAT_ADD_-1207896489'), ('const-1', u'PTRADD_-1207888191'), (u'INDIRECT_-1207887571', u'MULTIEQUAL_-1207888022'), (u'LOAD_-1207897472', u'INT_ADD_-1207892188'), ('tmp_3071', u'CBRANCH_-1207895941'), (u'INT_ADD_-1207896123', u'CAST_-1207888740'), (u'INT_ADD_-1207897340', u'INT_ADD_-1207897315'), (u'LOAD_-1207896473', u'FLOAT_MULT_-1207896418'), (u'INT_ADD_-1207896533', u'CAST_-1207888997'), ('const-433', u'LOAD_-1207893342'), ('const-433', u'LOAD_-1207896238'), (u'STORE_-1207894371', u'INDIRECT_-1207888988'), (u'INT_ADD_-1207895972', u'CAST_-1207888642'), (u'INT_MULT_-1207893730', u'INT_ADD_-1207893694'), ('const-2', u'PTRADD_-1207887684'), (u'CAST_-1207888050', u'LOAD_-1207893411'), (u'MULTIEQUAL_-1207891480', u'MULTIEQUAL_-1207891457'), (u'INT2FLOAT_-1207894341', u'FLOAT_MULT_-1207894278'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207889424'), (u'INT_NOTEQUAL_-1207896021', u'CBRANCH_-1207896021'), ('const-1', u'PTRADD_-1207887726'), (u'PTRADD_-1207886349', u'LOAD_-1207891743'), (u'LOAD_-1207891733', u'FLOAT_SUB_-1207891677'), (u'INT_MULT_-1207892515', u'INT_ADD_-1207892509'), ('const-3', u'PTRADD_-1207886184'), (u'FLOAT_MULT_-1207894106', u'FLOAT_ADD_-1207894099'), (u'STORE_-1207896271', u'INDIRECT_-1207890398'), (u'FLOAT_SUB_-1207891677', u'FLOAT_SQRT_-1203828423'), (u'STORE_-1207896271', u'INDIRECT_-1207890288'), (u'INT_ADD_-1207891584', u'INT_ADD_-1207891582'), ('tmp_2641', u'CBRANCH_-1207895182'), (u'FLOAT_ADD_-1207894099', u'STORE_-1207894135'), ('const-8', u'PTRADD_-1207889774'), (u'CAST_-1207887305', u'LOAD_-1207893856'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207887238'), ('const-8', u'PTRADD_-1207887498'), (u'LOAD_-1207897086', u'MULTIEQUAL_-1207891594'), (u'INDIRECT_-1207890091', u'MULTIEQUAL_-1207890026'), (u'INT_ADD_-1207891607', u'INT_ADD_-1207891605'), ('const-72', u'INT_ADD_-1203828559'), (u'FLOAT_SQRT_-1207891801', u'COPY_-1207886436'), (u'CAST_-1207888642', u'STORE_-1207895986'), (u'CAST_-1207888212', u'CALL_-1207893125'), (u'INT_ADD_-1207892126', u'INT_ADD_-1207892095'), (u'INT2FLOAT_-1207896133', u'FLOAT_MULT_-1207895970'), (u'FLOAT_MULT_-1207896113', u'FLOAT_ADD_-1207896101'), (u'MULTIEQUAL_-1207891424', u'INT_ADD_-1207893877'), (u'FLOAT_ADD_-1207896071', u'STORE_-1207896107'), (u'MULTIEQUAL_-1207893829', u'INT_MULT_-1207897537'), ('const-433', u'STORE_-1207896209'), ('const-433', u'LOAD_-1207893369'), ('const-72', u'INT_ADD_-1207894129'), (u'MULTIEQUAL_-1207888969', u'MULTIEQUAL_-1207888852'), (u'INDIRECT_-1207887812', u'MULTIEQUAL_-1207888653'), (u'INT_ADD_-1207891605', u'CAST_-1207886135'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207893438'), (u'SUBPIECE_-1207897555', u'MULTIEQUAL_-1207893719'), (u'LOAD_-1207896065', u'FLOAT_MULT_-1207896009'), (u'CAST_-1207888143', u'INT_AND_-1207895187'), (u'LOAD_-1207893448', u'FLOAT_ADD_-1207893391'), (u'INT_MULT_-1207893730', u'INT_ADD_-1207893682'), (u'STORE_-1207895810', u'INDIRECT_-1207890010'), ('const-0', u'COPY_-1207889778'), (u'LOAD_-1203828588', u'INT_ADD_-1203828570'), ('const-433', u'LOAD_-1207895951'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207887747'), (u'LOAD_-1207892826', u'INT_ADD_-1207892796'), ('const-8', u'PTRADD_-1207886766'), (u'CAST_-1207888548', u'LOAD_-1207895838'), ('const-2', u'PTRADD_-1207889358'), ('const-0', u'FLOAT_LESS_-1203824630'), ('const-8', u'PTRADD_-1207888890'), (u'LOAD_-1207895998', u'FLOAT_ADD_-1207895952'), (u'INDIRECT_-1207890396', u'MULTIEQUAL_-1207890303'), (u'LOAD_-1203828032', u'MULTIEQUAL_-1207891442'), ('const-433', u'LOAD_-1207895782'), ('const-64', u'INT_ADD_-1207896026'), ('const-433', u'LOAD_-1207896499'), ('const-433', u'STORE_-1207896271'), (u'INT_MULT_-1207897400', u'INT_ADD_-1207897412'), (u'MULTIEQUAL_-1207893719', u'INT_ADD_-1207897540'), ('const-828', u'INT_ADD_-1207893375'), (u'CAST_-1207888212', u'FLOAT_LESSEQUAL_-1207890369'), (u'PTRADD_-1207887640', u'LOAD_-1207894206'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207888141'), ('const-64', u'INT_ADD_-1207894167'), (u'LOAD_-1207892473', u'INT_ADD_-1207892443'), ('tmp_5725', u'CBRANCH_-1203828519'), (u'FLOAT_ADD_-1207896235', u'STORE_-1207896271'), (u'INT_ADD_-1207896183', u'INT_ADD_-1207896069'), (u'CAST_-1207886558', u'LOAD_-1207892449'), ('const-2', u'PTRADD_-1207888984'), (u'INT_SREM_-1207897583', u'SUBPIECE_-1207897555'), (u'INDIRECT_-1207889900', u'MULTIEQUAL_-1207889806'), ('const-8', u'PTRADD_-1207887705'), (u'LOAD_-1207896581', u'FLOAT_ADD_-1207896339'), (u'INT_ADD_-1207895262', u'CAST_-1207888185'), (u'LOAD_-1207892793', u'INT_ADD_-1207892763'), (u'INT2FLOAT_-1207895857', u'FLOAT_DIV_-1207895783'), (u'PTRADD_-1207886666', u'LOAD_-1207891562'), (u'LOAD_-1207891920', u'MULTIEQUAL_-1207891231'), (u'MULTIEQUAL_-1207893172', u'STORE_-1207893402'), (u'INT_ADD_-1207897540', u'INT_MULT_-1207897366'), (u'INT_ADD_-1207896360', u'INT_ADD_-1207896323'), ('const-433', u'LOAD_-1207893391'), ('const-7', u'PTRADD_-1207886284'), ('const-433', u'LOAD_-1207892793'), (u'INT_NOTEQUAL_-1207895941', u'CBRANCH_-1207895941'), ('const-433', u'LOAD_-1207895797'), (u'MULTIEQUAL_-1207892538', u'INT_ADD_-1207895418'), ('const-8', u'PTRADD_-1207887313'), (u'INDIRECT_-1207888642', u'MULTIEQUAL_-1207888543'), (u'FLOAT_DIV_-1207892665', u'STORE_-1207892703'), (u'INT_ADD_-1207891717', u'CAST_-1207885929'), ('const-88', u'INT_MULT_-1207892864'), ('const-8', u'PTRADD_-1207888172'), ('const-8', u'PTRADD_-1207888570'), (u'COPY_-1207888259', u'MULTIEQUAL_-1207890105'), (u'PTRADD_-1207888459', u'LOAD_-1207895476'), ('const-433', u'LOAD_-1207891460'), ('const-1', u'INT_SUB_-1207895816'), (u'LOAD_-1207893082', u'INT_ADD_-1207893064'), (u'CAST_-1207888669', u'STORE_-1207896040'), (u'INDIRECT_-1207888513', u'MULTIEQUAL_-1207889681'), ('const-44', u'PTRADD_-1207889214'), ('const-40', u'INT_ADD_-1207896131'), (u'PTRADD_-1207886459', u'LOAD_-1207891920'), (u'STORE_-1207895810', u'INDIRECT_-1207890120'), ('const-40', u'INT_ADD_-1207893395'), (u'INT_ADD_-1207897328', u'MULTIEQUAL_-1207890022'), ('tmp_15411', u'PTRADD_-1203822731'), (u'PTRADD_-1207889226', u'STORE_-1207895917'), (u'FLOAT_MULT_-1207893642', u'FLOAT_SUB_-1207893617'), ('const-8', u'PTRADD_-1207888729'), (u'INT_ZEXT_-1207893847', u'INT_EQUAL_-1207897226'), (u'CAST_-1207888362', u'LOAD_-1207895539'), (u'STORE_-1207896136', u'INDIRECT_-1207890653'), (u'MULTIEQUAL_-1207893458', u'MULTIEQUAL_-1207893433'), (u'LOAD_-1207894319', u'FLOAT_ADD_-1207894273'), ('const-433', u'STORE_-1207896345'), (u'INDIRECT_-1207889606', u'MULTIEQUAL_-1207889531'), (u'INDIRECT_-1207887944', u'MULTIEQUAL_-1207888452'), ('const-56', u'INT_ADD_-1207896061'), (u'MULTIEQUAL_-1207892420', u'INT_ADD_-1207895221'), (u'FLOAT_MULT_-1207896458', u'FLOAT_ADD_-1207896453'), (u'INDIRECT_-1207888752', u'MULTIEQUAL_-1207888653'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207889127'), (u'INT_EQUAL_-1207895263', u'CBRANCH_-1207895242'), (u'FLOAT_MULT_-1207896075', u'FLOAT_ADD_-1207896070'), ('const-8', u'PTRADD_-1207887176'), (u'INT_ADD_-1207896021', u'INT_ADD_-1207895955'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888249'), ('const-40', u'INT_ADD_-1207891584'), (u'INT2FLOAT_-1207896133', u'FLOAT_MULT_-1207896009'), (u'LOAD_-1207896312', u'FLOAT_ADD_-1207896266'), ('const-0', u'INT_NOTEQUAL_-1207895747'), (u'FLOAT_MULT_-1207895435', u'FLOAT_SUB_-1207895409'), (u'FLOAT_ADD_-1207895925', u'STORE_-1207895961'), (u'COPY_-1207886848', u'MULTIEQUAL_-1207888689'), (u'INT_ADD_-1207894326', u'CAST_-1207887574'), (u'LOAD_-1207895971', u'FLOAT_ADD_-1207895925'), (u'LOAD_-1207895539', u'FLOAT_MULT_-1207895435'), ('const-433', u'LOAD_-1207896176'), (u'PTRADD_-1207886881', u'LOAD_-1207892826'), (u'INDIRECT_-1207890011', u'MULTIEQUAL_-1207889943'), (u'INDIRECT_-1207888696', u'MULTIEQUAL_-1207888132'), (u'MULTIEQUAL_-1207891531', u'INT_ADD_-1207893684'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207886685'), (u'MULTIEQUAL_-1207890796', u'MULTIEQUAL_-1207890443'), (u'STORE_-1207895153', u'INDIRECT_-1207889595'), (u'COPY_-1207886267', u'MULTIEQUAL_-1207889428'), (u'LOAD_-1207896322', u'FLOAT_ADD_-1207896266'), ('const-48', u'INT_ADD_-1207896100'), (u'FLOAT_MULT_-1207896044', u'FLOAT_ADD_-1207896039'), ('const-433', u'LOAD_-1207891913'), (u'PTRADD_-1207889758', u'CAST_-1207889605'), ('const-7', u'PTRADD_-1207886894'), (u'LOAD_-1207895860', u'FLOAT_ADD_-1207895814'), (u'LOAD_-1207894206', u'FLOAT_MULT_-1207894150'), (u'FLOAT_MULT_-1207894150', u'FLOAT_ADD_-1207894145'), ('const-48', u'INT_ADD_-1207896323'), (u'STORE_-1207895810', u'INDIRECT_-1207889900'), (u'PTRADD_-1207887590', u'LOAD_-1207894122'), (u'LOAD_-1207897310', u'INT_ADD_-1207897274'), (u'INT_ADD_-1207896183', u'INT_ADD_-1207896157'), ('const-56', u'INT_ADD_-1207896296'), (u'INDIRECT_-1207889848', u'MULTIEQUAL_-1207889794'), (u'CAST_-1207887210', u'LOAD_-1207893675'), (u'MULTIEQUAL_-1207888538', u'MULTIEQUAL_-1207888149'), ('const-433', u'LOAD_-1207895897'), (u'FLOAT_SQRT_-1207891518', u'COPY_-1207886267'), ('tmp_7166', u'BRANCH_-1207891441'), (u'CALL_-1203828437', u'INDIRECT_-1203824135'), (u'INT_MULT_-1207893903', u'INT_ADD_-1207893840'), ('const-433', u'STORE_-1207895254'), (u'MULTIEQUAL_-1207890600', u'INT_ADD_-1207892750'), ('const-433', u'STORE_-1207896136'), (u'LOAD_-1207897472', u'INT_ADD_-1207893415'), (u'INT_ADD_-1207895912', u'CAST_-1207889025'), ('const-433', u'LOAD_-1207896228'), ('tmp_1315', u'CBRANCH_-1207896424'), ('const-8', u'PTRADD_-1207888652'), (u'MULTIEQUAL_-1207890600', u'INT_ADD_-1207893064'), (u'CALL_-1207892259', u'INDIRECT_-1207888388'), ('const-8', u'PTRADD_-1207889322'), (u'PTRADD_-1207886454', u'LOAD_-1207891913'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888262'), (u'INT_ADD_-1207891888', u'CAST_-1207886300'), (u'LOAD_-1207891555', u'MULTIEQUAL_-1207891388'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207889039'), ('const-8', u'PTRADD_-1207889239'), (u'STORE_-1207896137', u'INDIRECT_-1207890321'), ('const-72', u'PTRADD_-1207888710'), (u'INT_ZEXT_-1207893847', u'INT_SUB_-1207896933'), (u'SUBPIECE_-1207897557', u'INT_ADD_-1207897576'), (u'STORE_-1207894103', u'INDIRECT_-1207888814'), (u'FLOAT_SUB_-1207893793', u'FLOAT_DIV_-1207893728'), ('const-433', u'STORE_-1207895988'), (u'CALL_-1207897651', u'INT_SEXT_-1207897634'), ('const-8', u'PTRADD_-1207889118'), (u'CALL_-1207897639', u'INT_SEXT_-1207897622'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207889030'), (u'INT_ADD_-1207894241', u'CAST_-1207887514'), (u'CAST_-1207887442', u'LOAD_-1207894145'), ('const-8', u'PTRADD_-1207888335'), (u'STORE_-1207893322', u'INDIRECT_-1207889576'), (u'MULTIEQUAL_-1207890892', u'MULTIEQUAL_-1207888859'), ('const-48', u'INT_ADD_-1207891867'), (u'PTRADD_-1207886813', u'STORE_-1207892703'), ('tmp_15411', u'PTRADD_-1207886359'), ('const-1', u'INT_ADD_-1207893339'), ('const-40', u'INT_ADD_-1207891607'), (u'PTRADD_-1207889345', u'STORE_-1207896107'), (u'STORE_-1207895716', u'INDIRECT_-1207889950'), (u'FLOAT_SUB_-1207893439', u'FLOAT_SQRT_-1207893406'), (u'FLOAT_LESSEQUAL_-1207888193', u'CBRANCH_-1207891560'), ('const-433', u'LOAD_-1207891555'), ('const-64', u'INT_ADD_-1207893316'), (u'FLOAT_MULT_-1207896365', u'FLOAT_ADD_-1207896360'), (u'FLOAT_ADD_-1207894335', u'STORE_-1207894371'), (u'LOAD_-1207895875', u'FLOAT_DIV_-1207895820'), (u'LOAD_-1207895383', u'FLOAT_SUB_-1207895316'), ('const-240', u'PTRADD_-1207888611'), (u'STORE_-1207896271', u'INDIRECT_-1207890178'), (u'LOAD_-1207893359', u'FLOAT_ADD_-1207893313'), ('const-8', u'PTRADD_-1207886349'), (u'INDIRECT_-1207890407', u'MULTIEQUAL_-1207890377'), (u'INDIRECT_-1207888164', u'MULTIEQUAL_-1207888672'), (u'LOAD_-1207897101', u'MULTIEQUAL_-1207891599'), (u'STORE_-1207893349', u'INDIRECT_-1207889594'), (u'LOAD_-1207897478', u'CAST_-1207889621'), (u'INT_ADD_-1207895917', u'CAST_-1207888601'), (u'LOAD_-1207896117', u'FLOAT_ADD_-1207896071'), ('tmp_3672', u'CBRANCH_-1207894162'), ('const-40', u'INT_ADD_-1207897340'), ('const-828', u'INT_ADD_-1207897070'), ('const-40', u'INT_ADD_-1207894397'), ('const-64', u'INT_ADD_-1207894175'), (u'COPY_-1207886721', u'MULTIEQUAL_-1207888561'), (u'MULTIEQUAL_-1207892834', u'PTRADD_-1207889345'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888701'), (u'COPY_-1207889605', u'FLOAT_LESSEQUAL_-1207891488'), (u'INDIRECT_-1207890650', u'MULTIEQUAL_-1207890617'), (u'INDIRECT_-1207888814', u'MULTIEQUAL_-1207888799'), (u'MULTIEQUAL_-1207891249', u'INT_EQUAL_-1207896357'), (u'STORE_-1207896075', u'INDIRECT_-1207890059'), ('const-433', u'LOAD_-1207894257'), (u'FLOAT_LESS_-1203824781', u'CBRANCH_-1203828465'), ('const-433', u'LOAD_-1207896406'), (u'FLOAT_LESS_-1207889370', u'CBRANCH_-1207893631'), (u'FLOAT_MULT_-1207894278', u'FLOAT_ADD_-1207894273'), (u'INT_ADD_-1207895617', u'CAST_-1207888417'), (u'FLOAT_ADD_-1207893365', u'STORE_-1207893402'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207889281'), ('tmp_15411', u'PTRADD_-1207886753'), (u'MULTIEQUAL_-1207888561', u'FLOAT_MULT_-1207892349'), (u'FLOAT_MULT_-1207894247', u'FLOAT_ADD_-1207894242'), (u'LOAD_-1207895172', u'FLOAT_SUB_-1207895113'), (u'INT_ADD_-1207893438', u'INT_ADD_-1207893421'), (u'CAST_-1207886285', u'LOAD_-1207891881'), ('const-433', u'LOAD_-1207892769'), (u'STORE_-1207896227', u'INDIRECT_-1207890155'), (u'INT_ADD_-1207895523', u'CAST_-1207888362'), ('const-9', u'PTRADD_-1207886279'), (u'LOAD_-1207894154', u'FLOAT_MULT_-1207894106'), ('const-433', u'LOAD_-1207896157'), (u'INT_ADD_-1207893438', u'INT_ADD_-1207893343'), (u'FLOAT_SUB_-1207893434', u'FLOAT_DIV_-1207893369'), (u'CAST_-1207889533', u'MULTIEQUAL_-1207889950'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888710'), ('const-0', u'INT_NOTEQUAL_-1207893367'), ('const-32', u'PTRADD_-1207888434'), ('tmp_15411', u'PTRADD_-1207886349'), (u'INT_ADD_-1207896137', u'INT_ADD_-1207896131'), (u'INDIRECT_-1207887747', u'MULTIEQUAL_-1207888742'), ('tmp_15411', u'PTRADD_-1207887498'), (u'STORE_-1207892703', u'INDIRECT_-1207888168'), (u'INT_ADD_-1207894075', u'INT_NOTEQUAL_-1207893992'), (u'MULTIEQUAL_-1207890143', u'INT_ADD_-1207895835'), ('const-240', u'PTRADD_-1207888620'), ('const-40', u'INT_ADD_-1207894357'), (u'INT_ADD_-1207895914', u'INT_ADD_-1207895912'), ('const-8', u'PTRADD_-1207889697'), (u'LOAD_-1207895782', u'FLOAT_ADD_-1207895736'), (u'LOAD_-1207894334', u'FLOAT_MULT_-1207894278'), ('const-433', u'LOAD_-1207897310'), (u'LOAD_-1207892055', u'INT_ADD_-1207892037'), ('const-88', u'INT_MULT_-1207897040'), (u'MULTIEQUAL_-1207893169', u'LOAD_-1207894495'), (u'INDIRECT_-1207890698', u'MULTIEQUAL_-1207890654'), (u'FLOAT_ADD_-1207894242', u'STORE_-1207894278'), (u'PTRADD_-1207888682', u'LOAD_-1207895823'), (u'MULTIEQUAL_-1207892829', u'PTRADD_-1207888542'), (u'INDIRECT_-1207890808', u'MULTIEQUAL_-1207890764'), (u'FLOAT_DIV_-1207893369', u'STORE_-1207893407'), ('const-433', u'LOAD_-1207895660'), ('const-48', u'INT_ADD_-1207893370'), (u'FLOAT_SQRT_-1207893771', u'COPY_-1207887461'), ('const-433', u'STORE_-1207893427'), ('tmp_319', u'CBRANCH_-1207897500'), ('const-1', u'PTRADD_-1207888991'), (u'INT_ADD_-1207896596', u'INT_ADD_-1207895525'), (u'INT_ADD_-1207895682', u'INT_ADD_-1207895586'), (u'STORE_-1207896302', u'INDIRECT_-1207890308'), (u'COPY_-1207887461', u'MULTIEQUAL_-1207889428'), ('const-8', u'PTRADD_-1207886179'), ('tmp_15411', u'PTRADD_-1207886184'), (u'FLOAT_MULT_-1207895970', u'FLOAT_ADD_-1207895951'), (u'PTRADD_-1207888991', u'STORE_-1207896329'), ('const-7', u'PTRADD_-1207886459'), (u'PTRADD_-1207886174', u'LOAD_-1207891460'), ('const-8', u'PTRADD_-1207888588'), ('const-40', u'INT_ADD_-1207893877'), ('tmp_2962', u'CBRANCH_-1207896043'), (u'INDIRECT_-1207888586', u'MULTIEQUAL_-1207888538'), (u'PTRADD_-1207889100', u'LOAD_-1207896499'), (u'MULTIEQUAL_-1207892829', u'PTRADD_-1207888551'), (u'FLOAT_SQRT_-1207893406', u'FLOAT_MULT_-1207893390'), (u'MULTIEQUAL_-1207888950', u'MULTIEQUAL_-1207888909'), ('const-8', u'PTRADD_-1207888643'), (u'STORE_-1207893402', u'INDIRECT_-1207889629'), ('tmp_2895', u'CBRANCH_-1207896097'), (u'INDIRECT_-1207888043', u'MULTIEQUAL_-1207888538'), (u'MULTIEQUAL_-1207892834', u'PTRADD_-1207889214'), ('const-8', u'PTRADD_-1207889008'), ('const-8', u'PTRADD_-1207889379'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207889411'), (u'PTRADD_-1207887186', u'MULTIEQUAL_-1207890130'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888673'), (u'FLOAT_SQRT_-1207892365', u'COPY_-1207886721'), ('const-72', u'INT_ADD_-1207894089'), (u'INT_ADD_-1207893480', u'CAST_-1207887115'), (u'PTRADD_-1207889281', u'LOAD_-1207896008'), ('const-8', u'PTRADD_-1207888530'), ('const-7', u'PTRADD_-1207886766'), (u'CAST_-1207889589', u'MULTIEQUAL_-1207893561'), (u'INDIRECT_-1207890178', u'MULTIEQUAL_-1207890095'), (u'INT_ADD_-1207896497', u'CAST_-1207888971'), (u'PTRADD_-1207889118', u'STORE_-1207896522'), (u'PTRADD_-1207886736', u'LOAD_-1207892473'), (u'INT_ADD_-1207897070', u'CAST_-1207889408'), (u'INT_ADD_-1207895586', u'CAST_-1207888397'), (u'FLOAT_MULT_-1207894309', u'FLOAT_ADD_-1207894304'), (u'FLOAT_SUB_-1207891540', u'FLOAT_LESSEQUAL_-1207888193'), (u'LOAD_-1207895940', u'FLOAT_ADD_-1207895882'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207895323'), ('const-72', u'INT_ADD_-1207895981'), (u'LOAD_-1207896018', u'FLOAT_MULT_-1207895970'), ('const-433', u'LOAD_-1207896562'), ('const-1', u'PTRADD_-1207888588'), (u'INDIRECT_-1207887805', u'MULTIEQUAL_-1207888543'), (u'INDIRECT_-1203824193', u'MULTIEQUAL_-1207888149'), (u'INDIRECT_-1207890146', u'MULTIEQUAL_-1207890077'), (u'MULTIEQUAL_-1207888428', u'MULTIEQUAL_-1207888039'), (u'INDIRECT_-1207890611', u'MULTIEQUAL_-1207890573'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888611'), ('tmp_2762', u'CBRANCH_-1207896238'), (u'FLOAT_MULT_-1207891559', u'FLOAT_SUB_-1207891540'), (u'FLOAT_SQRT_-1207892365', u'FLOAT_MULT_-1207892349'), (u'CAST_-1207889355', u'MULTIEQUAL_-1207892829'), (u'FLOAT_MULT_-1207891704', u'FLOAT_SUB_-1207891677'), (u'LOAD_-1207893420', u'FLOAT_ADD_-1207893365'), (u'STORE_-1207896075', u'INDIRECT_-1207890169'), ('const-433', u'LOAD_-1207895612'), ('const-2', u'INT_EQUAL_-1207896187'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207888940'), (u'INT_ADD_-1207895859', u'CAST_-1207888575'), (u'INT_ADD_-1207896026', u'CAST_-1207888669'), (u'INT_ADD_-1207893438', u'INT_ADD_-1207893316'), (u'PTRADD_-1207889239', u'LOAD_-1207895940'), ('const-433', u'STORE_-1207895769'), ('const-433', u'LOAD_-1207894381'), (u'MULTIEQUAL_-1207892829', u'STORE_-1207895667'), (u'INT_ADD_-1207894012', u'MULTIEQUAL_-1207890600'), ('const-4', u'PTRADD_-1207888940'), (u'CAST_-1207888142', u'CALL_-1207892098'), (u'STORE_-1207896137', u'INDIRECT_-1207890211'), (u'FLOAT_ADD_-1207896360', u'STORE_-1207896393'), (u'INT_ADD_-1207895962', u'INT_ADD_-1207895935'), (u'LOAD_-1207893386', u'FLOAT_ADD_-1207893340'), (u'MULTIEQUAL_-1207893561', u'LOAD_-1207896562'), (u'PTRADD_-1207888652', u'LOAD_-1207895782'), ('const-3', u'PTRADD_-1207888227'), ('const-8', u'PTRADD_-1207888372'), (u'INT_ADD_-1207896222', u'CAST_-1207888802'), ('tmp_4724', u'CBRANCH_-1207893396'), (u'FLOAT_SUB_-1207893612', u'FLOAT_DIV_-1207893547'), (u'PTRADD_-1207888519', u'LOAD_-1207895571'), (u'FLOAT_MULT_-1207895131', u'FLOAT_SUB_-1207895113'), (u'LOAD_-1207896562', u'FLOAT_ADD_-1207896516'), (u'FLOAT_ADD_-1207894382', u'STORE_-1207894411'), (u'STORE_-1207895917', u'INDIRECT_-1207890627'), ('tmp_2667', u'BRANCH_-1207895143'), (u'FLOAT_LESS_-1207888799', u'CBRANCH_-1207892726'), (u'LOAD_-1207894428', u'FLOAT_ADD_-1207894382'), (u'COPY_-1207886436', u'MULTIEQUAL_-1207889315'), (u'LOAD_-1207891630', u'INT_ADD_-1207891584'), (u'INDIRECT_-1207890169', u'MULTIEQUAL_-1207890077'), (u'CAST_-1207888435', u'LOAD_-1207895660'), (u'FLOAT_ADD_-1207895951', u'STORE_-1207895986'), (u'COPY_-1203822868', u'MULTIEQUAL_-1207888561'), ('const-0', u'INT_NOTEQUAL_-1207895941'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207888153'), (u'CAST_-1207889242', u'FLOAT_LESSEQUAL_-1207891488'), (u'MULTIEQUAL_-1207888344', u'COPY_-1207888470'), (u'CAST_-1207888943', u'LOAD_-1207896473'), (u'INDIRECT_-1207891287', u'MULTIEQUAL_-1207888564'), (u'MULTIEQUAL_-1207891320', u'MULTIEQUAL_-1207891231'), (u'INT_ADD_-1207895416', u'CAST_-1207888287'), (u'CAST_-1207887536', u'LOAD_-1207894288'), (u'CAST_-1207887420', u'LOAD_-1207894113'), (u'CALL_-1203828437', u'INDIRECT_-1203824245'), ('const-8', u'PTRADD_-1207887404'), ('const-8', u'PTRADD_-1207889335'), ('const-8', u'PTRADD_-1207889758'), (u'CAST_-1207888740', u'STORE_-1207896137'), ('const-8', u'PTRADD_-1207888249'), (u'STORE_-1207894411', u'INDIRECT_-1207889127'), ('const-4', u'PTRADD_-1207888519'), (u'PTRADD_-1207888530', u'STORE_-1207895592'), (u'MULTIEQUAL_-1207890782', u'MULTIEQUAL_-1207888749'), (u'CAST_-1207888723', u'LOAD_-1207896116'), (u'INDIRECT_-1207890314', u'MULTIEQUAL_-1207890193'), (u'INT_ADD_-1207896137', u'INT_ADD_-1207896100'), (u'CAST_-1207888519', u'LOAD_-1207895797'), ('tmp_15411', u'PTRADD_-1207886864'), ('const-8', u'PTRADD_-1207886354'), (u'LOAD_-1207896147', u'FLOAT_ADD_-1207896101'), (u'CALL_-1207893125', u'INDIRECT_-1207889602'), (u'INT_ADD_-1207896190', u'INT_ADD_-1207896049'), (u'INT_ADD_-1207894403', u'INT_ADD_-1207894303'), (u'STORE_-1207896393', u'INDIRECT_-1207890255'), (u'LOAD_-1207892167', u'INT_ADD_-1207892142'), ('const-168', u'PTRADD_-1207889071'), (u'MULTIEQUAL_-1207888909', u'MULTIEQUAL_-1207890796'), ('const-433', u'LOAD_-1207895172'), (u'STORE_-1207896393', u'INDIRECT_-1207890365'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207888191'), (u'CAST_-1207886676', u'LOAD_-1207892769'), ('const-433', u'LOAD_-1207892111'), (u'FLOAT_SUB_-1207892713', u'FLOAT_LESS_-1207888799'), (u'LOAD_-1207896614', u'INT_ADD_-1207896596'), (u'LOAD_-1207896385', u'FLOAT_ADD_-1207896339'), (u'STORE_-1207896345', u'INDIRECT_-1207890227'), ('const-828', u'INT_ADD_-1207892188'), (u'INT_ADD_-1207892786', u'CAST_-1207886693'), (u'PTRADD_-1207889071', u'LOAD_-1207896459'), (u'INDIRECT_-1207889667', u'MULTIEQUAL_-1207889590'), ('tmp_15411', u'PTRADD_-1207888890'), (u'CAST_-1207887462', u'STORE_-1207894181'), (u'MULTIEQUAL_-1207891002', u'MULTIEQUAL_-1207888969'), ('const-0', u'COPY_-1207897201'), ('tmp_15411', u'PTRADD_-1207889774'), ('const-433', u'LOAD_-1207895860'), (u'STORE_-1207894212', u'INDIRECT_-1207889101'), ('tmp_4670', u'CBRANCH_-1207893447'), ('const-8', u'PTRADD_-1207886359'), ('const-56', u'INT_ADD_-1207894264'), (u'CALL_-1203828491', u'INDIRECT_-1203824102'), (u'LOAD_-1207896067', u'MULTIEQUAL_-1207891249'), (u'LOAD_-1207895339', u'CAST_-1207888213'), (u'MULTIEQUAL_-1207891424', u'MULTIEQUAL_-1207891320'), ('const-72', u'INT_ADD_-1207892819'), ('const-433', u'LOAD_-1207896147'), (u'INT_ADD_-1207895728', u'CAST_-1207888488'), (u'INT_ADD_-1207895682', u'INT_ADD_-1207895644'), (u'STORE_-1207895769', u'INDIRECT_-1207889981'), (u'INT_ADD_-1207896596', u'INT_ADD_-1207896004'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888738'), ('const-433', u'LOAD_-1207894401'), (u'STORE_-1207895716', u'INDIRECT_-1207890060'), ('const-9', u'PTRADD_-1207886661'), (u'MULTIEQUAL_-1207888454', u'COPY_-1207888580'), ('const-8', u'PTRADD_-1207888141'), (u'INDIRECT_-1207890588', u'MULTIEQUAL_-1207890544'), (u'COPY_-1207889791', u'INT_AND_-1207895392'), ('const-44', u'PTRADD_-1207889206'), ('const-40', u'INT_ADD_-1207893842'), (u'INT_ADD_-1207896405', u'CAST_-1207888913'), ('const-0', u'INT_NOTEQUAL_-1207896171'), (u'MULTIEQUAL_-1207888749', u'MULTIEQUAL_-1207888632'), ('const-433', u'LOAD_-1207891791'), (u'INT_ADD_-1207896360', u'INT_ADD_-1207896265'), ('const-48', u'INT_ADD_-1207894334'), (u'INT_ADD_-1207896296', u'CAST_-1207888844'), (u'STORE_-1207896107', u'INDIRECT_-1207890633'), (u'INDIRECT_-1207890198', u'MULTIEQUAL_-1207890095'), (u'INT_ADD_-1207892037', u'MULTIEQUAL_-1207892351'), (u'INT_ADD_-1207896565', u'CAST_-1207889019'), ('const-8', u'PTRADD_-1207888673'), (u'INT_ADD_-1207895545', u'INT_ADD_-1207895543'), (u'PTRADD_-1207889322', u'STORE_-1207896075'), (u'STORE_-1207892703', u'INDIRECT_-1207888058'), (u'STORE_-1207894309', u'INDIRECT_-1207888946'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207895523'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207894144'), (u'INDIRECT_-1207888862', u'MULTIEQUAL_-1207888763'), ('const-48', u'INT_ADD_-1207896115'), (u'FLOAT_SUB_-1207896169', u'STORE_-1207896209'), (u'INT_ADD_-1207896596', u'INT_ADD_-1207895730'), (u'PTRADD_-1207888179', u'STORE_-1207893376'), (u'INT_MULT_-1207892864', u'INT_ADD_-1207892796'), ('const-8', u'PTRADD_-1207888710'), (u'STORE_-1207893427', u'INDIRECT_-1207889647'), (u'STORE_-1207894181', u'INDIRECT_-1207889080'), (u'LOAD_-1207893391', u'INT_NOTEQUAL_-1207893367'), (u'INDIRECT_-1207889950', u'MULTIEQUAL_-1207889887'), ('tmp_15411', u'PTRADD_-1207887820'), ('const-433', u'LOAD_-1207896085'), (u'LOAD_-1207891913', u'MULTIEQUAL_-1207891195'), ('const-56', u'PTRADD_-1207889118'), (u'STORE_-1207896486', u'INDIRECT_-1207890534'), ('const-433', u'LOAD_-1207894154'), (u'INT_ADD_-1207894423', u'INT_ADD_-1207894264'), (u'MULTIEQUAL_-1207892479', u'INT_ADD_-1207895325'), (u'LOAD_-1207894473', u'INT_ADD_-1207894112'), (u'CAST_-1207887558', u'LOAD_-1207894319'), (u'STORE_-1207893718', u'INDIRECT_-1207888642'), (u'PTRADD_-1207889681', u'LOAD_-1207897276'), ('const-433', u'STORE_-1207893376'), (u'CAST_-1207888649', u'LOAD_-1207895997'), (u'MULTIEQUAL_-1207888418', u'MULTIEQUAL_-1207888344'), (u'INT_ADD_-1207892433', u'CAST_-1207886558'), ('const-0', u'FLOAT_LESS_-1207889370'), (u'INT_ADD_-1207894357', u'CAST_-1207887596'), ('const-8', u'PTRADD_-1207888991'), (u'INT_ADD_-1207895644', u'CAST_-1207888435'), (u'CAST_-1207887627', u'STORE_-1207894411'), (u'FLOAT_SQRT_-1203828477', u'COPY_-1203822730'), (u'PTRADD_-1207889726', u'LOAD_-1207897404'), (u'LOAD_-1207893496', u'FLOAT_SUB_-1207893434'), (u'INT_ADD_-1207895982', u'CAST_-1207889065'), ('const-8', u'PTRADD_-1207887559'), (u'MULTIEQUAL_-1207888528', u'MULTIEQUAL_-1207890892'), ('const-8', u'PTRADD_-1207886602'), (u'MULTIEQUAL_-1207892834', u'PTRADD_-1207888227'), (u'INT_ADD_-1207892188', u'CAST_-1207886933'), (u'LOAD_-1207896459', u'FLOAT_ADD_-1207896413'), (u'MULTIEQUAL_-1207888799', u'MULTIEQUAL_-1207890686'), (u'PTRADD_-1207888972', u'STORE_-1207896302'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207887199'), (u'MULTIEQUAL_-1207893501', u'MULTIEQUAL_-1207893458'), ('tmp_4762', u'CBRANCH_-1207893366'), ('const-8', u'PTRADD_-1207886685'), ('const-1', u'PTRADD_-1207888570'), ('const-433', u'STORE_-1207894340'), (u'FLOAT_MULT_-1207892773', u'FLOAT_SUB_-1207892713'), (u'PTRADD_-1207886284', u'LOAD_-1207891637'), ('const-56', u'INT_ADD_-1207894233'), (u'STORE_-1207894278', u'INDIRECT_-1207889145'), ('const-144', u'PTRADD_-1207888317'), ('const-9', u'PTRADD_-1207886349'), (u'LOAD_-1207896291', u'FLOAT_MULT_-1207896187'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207896275'), (u'COPY_-1207889364', u'MULTIEQUAL_-1207891215'), ('const-48', u'INT_ADD_-1207896533'), (u'INT_ADD_-1207894423', u'INT_ADD_-1207894198'), ('const-3', u'PTRADD_-1207888214'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888652'), ('tmp_15411', u'PTRADD_-1207886109'), (u'STORE_-1207893349', u'INDIRECT_-1207889484'), (u'CAST_-1207888971', u'LOAD_-1207896513'), ('const-433', u'LOAD_-1207895602'), (u'INT_ADD_-1207895219', u'CAST_-1207888161'), (u'INT2FLOAT_-1207894428', u'FLOAT_MULT_-1207894181'), (u'PTRADD_-1207886753', u'LOAD_-1207892506'), ('const-40', u'INT_ADD_-1207894365'), (u'FLOAT_SUB_-1207893439', u'CALL_-1207892213'), (u'CALL_-1207891966', u'INDIRECT_-1207888025'), (u'INT_ADD_-1207891582', u'CAST_-1207886120'), (u'PTRADD_-1207887661', u'LOAD_-1207894237'), (u'LOAD_-1207891637', u'INT_ADD_-1207891607'), (u'INT_NOTEQUAL_-1207896251', u'CBRANCH_-1207896251'), (u'STORE_-1207895548', u'INDIRECT_-1207889738'), ('const-8', u'PTRADD_-1207889713'), (u'FLOAT_MULT_-1207893835', u'FLOAT_SUB_-1207893793'), ('const-433', u'LOAD_-1207894473'), (u'FLOAT_ADD_-1207895851', u'STORE_-1207895884'), (u'MULTIEQUAL_-1207892829', u'PTRADD_-1207888563'), (u'INT_ADD_-1207891727', u'INT_ADD_-1207891717'), (u'FLOAT_SUB_-1207891677', u'CALL_-1203828437'), (u'LOAD_-1207895838', u'FLOAT_DIV_-1207895783'), (u'STORE_-1207896106', u'INDIRECT_-1207890080'), (u'INT_ADD_-1207897258', u'CAST_-1207889529'), ('const-433', u'LOAD_-1207896318'), ('const-56', u'INT_ADD_-1207893500'), (u'CAST_-1207888694', u'STORE_-1207896075'), (u'MULTIEQUAL_-1207890487', u'MULTIEQUAL_-1207890443'), (u'MULTIEQUAL_-1207893172', u'PTRADD_-1207888179'), (u'COPY_-1207889605', u'FLOAT_LESSEQUAL_-1207890501'), (u'INDIRECT_-1203824135', u'MULTIEQUAL_-1207887912'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207889008'), (u'PTRADD_-1207888227', u'LOAD_-1207893448'), (u'INDIRECT_-1207890010', u'MULTIEQUAL_-1207889916'), ('tmp_6239', u'CBRANCH_-1203828465'), (u'INDIRECT_-1207889981', u'MULTIEQUAL_-1207889925'), (u'INDIRECT_-1207887681', u'MULTIEQUAL_-1207888132'), (u'PTRADD_-1207889424', u'LOAD_-1207896228'), (u'MULTIEQUAL_-1207891320', u'INT_ADD_-1207893696'), (u'INT2FLOAT_-1207896133', u'FLOAT_MULT_-1207896044'), ('const-433', u'LOAD_-1207895643'), (u'MULTIEQUAL_-1207891195', u'INT_ADD_-1207893500'), ('const-433', u'STORE_-1207896107'), (u'INT_ADD_-1207893860', u'INT_ADD_-1207893858'), (u'LOAD_-1207895897', u'FLOAT_ADD_-1207895851'), ('const-64', u'INT_ADD_-1207893421'), (u'STORE_-1207892703', u'INDIRECT_-1207888278'), (u'INT_MULT_-1207893903', u'INT_ADD_-1207893875'), (u'INDIRECT_-1207889761', u'MULTIEQUAL_-1207889705'), ('tmp_15411', u'PTRADD_-1207886661'), (u'CALL_-1203828657', u'INDIRECT_-1203824303'), (u'INDIRECT_-1207887857', u'MULTIEQUAL_-1207888852'), ('const-433', u'LOAD_-1207896322'), (u'PTRADD_-1207887498', u'LOAD_-1207893941'), (u'INDIRECT_-1207889602', u'MULTIEQUAL_-1207889751'), (u'MULTIEQUAL_-1207892420', u'MULTIEQUAL_-1207893501'), (u'INDIRECT_-1207887644', u'MULTIEQUAL_-1207888742'), (u'INDIRECT_-1207887637', u'MULTIEQUAL_-1207888632'), (u'INT_ADD_-1203828559', u'CAST_-1203822564'), (u'PTRADD_-1207888172', u'LOAD_-1207893369'), (u'LOAD_-1207891791', u'INT_ADD_-1207891766'), (u'CAST_-1207887574', u'STORE_-1207894340'), ('const-1', u'PTRADD_-1207888179'), (u'STORE_-1207895961', u'INDIRECT_-1207890430'), (u'INT_ADD_-1207892763', u'INT_ADD_-1207892753'), ('const-72', u'INT_ADD_-1207896224'), ('const-433', u'LOAD_-1207893874'), (u'INT2FLOAT_-1207894341', u'FLOAT_MULT_-1207894074'), (u'MULTIEQUAL_-1207890617', u'MULTIEQUAL_-1207890597'), (u'SUBPIECE_-1207897557', u'MULTIEQUAL_-1207893829'), (u'FLOAT_ADD_-1207893313', u'STORE_-1207893349'), ('const-8', u'PTRADD_-1207889262'), (u'STORE_-1207896554', u'INDIRECT_-1207890582'), ('const-433', u'LOAD_-1207893514'), ('const-433', u'LOAD_-1207896008'), (u'MULTIEQUAL_-1207888418', u'MULTIEQUAL_-1207890782'), ('const-4', u'PTRADD_-1207889239'), ('const-8', u'PTRADD_-1207889030'), (u'INT_ADD_-1207896137', u'INT_ADD_-1207896026'), (u'FLOAT_MULT_-1207894074', u'FLOAT_ADD_-1207894067'), (u'INT_ADD_-1207894423', u'INT_ADD_-1207894326'), ('const-32', u'PTRADD_-1207888459'), ('const-3', u'PTRADD_-1207888153'), (u'PTRADD_-1207888141', u'STORE_-1207893322'), (u'INDIRECT_-1207891067', u'MULTIEQUAL_-1207888344'), (u'STORE_-1207896329', u'INDIRECT_-1207890436'), (u'MULTIEQUAL_-1207893009', u'LOAD_-1207892216'), ('const-433', u'STORE_-1207892383'), ('const-433', u'STORE_-1207895443'), (u'MULTIEQUAL_-1207890906', u'MULTIEQUAL_-1207890553'), (u'LOAD_-1207894365', u'FLOAT_MULT_-1207894309'), (u'LOAD_-1207897472', u'INT_ADD_-1207897085'), (u'INT_EQUAL_-1207895679', u'CBRANCH_-1207895613'), ('const-828', u'INT_ADD_-1207896302'), (u'CAST_-1207888161', u'LOAD_-1207895235'), ('const-56', u'INT_ADD_-1207893343'), ('const-72', u'INT_ADD_-1207892753'), ('const-224', u'PTRADD_-1207889039'), (u'LOAD_-1207894486', u'INT_ADD_-1207894144'), ('const-433', u'LOAD_-1207896050'), (u'STORE_-1207896136', u'INDIRECT_-1207890543'), (u'LOAD_-1207895660', u'FLOAT_ADD_-1207895614'), (u'LOAD_-1207896131', u'FLOAT_MULT_-1207896075'), (u'INDIRECT_-1207890375', u'MULTIEQUAL_-1207890298'), (u'STORE_-1207896040', u'INDIRECT_-1207890036'), (u'INT_ADD_-1207895981', u'CAST_-1207888649'), ('const-433', u'LOAD_-1207891621'), (u'INT_ADD_-1207896596', u'INT_ADD_-1207896360'), (u'MULTIEQUAL_-1207890166', u'INT_MULT_-1207892864'), ('const-8', u'PTRADD_-1207886184'), (u'INDIRECT_-1203824102', u'MULTIEQUAL_-1207888149'), (u'INT_ADD_-1207896061', u'CAST_-1207888694'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207887726'), (u'INT_ADD_-1207896277', u'INT_ADD_-1207896275'), (u'CAST_-1207888717', u'STORE_-1207896106'), ('const-433', u'LOAD_-1203828588'), ('const-0', u'INT_NOTEQUAL_-1207896021'), (u'STORE_-1207895443', u'INDIRECT_-1207889887'), ('tmp_15411', u'PTRADD_-1207889681'), ('const-433', u'STORE_-1207893402'), ('const-144', u'PTRADD_-1207888335'), (u'MULTIEQUAL_-1207893172', u'STORE_-1207896014'), ('const-2', u'PTRADD_-1207888160'), (u'MULTIEQUAL_-1207893009', u'LOAD_-1207893082'), (u'STORE_-1207895986', u'INDIRECT_-1207890121'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888397'), (u'INT_ADD_-1207896571', u'INT_ADD_-1207896533'), (u'CALL_-1207892259', u'INDIRECT_-1207888498'), (u'INT_ADD_-1207896190', u'INT_ADD_-1207896160'), ('const-8', u'PTRADD_-1207887684'), (u'LOAD_-1207895951', u'FLOAT_DIV_-1207895857'), (u'STORE_-1207895254', u'INDIRECT_-1207889662'), (u'CALL_-1207892811', u'INDIRECT_-1207889192'), (u'PTRADD_-1207888434', u'STORE_-1207895443'), (u'PTRADD_-1207888729', u'STORE_-1207895884'), (u'INT_ADD_-1207897532', u'INT_SLESS_-1207897493'), (u'LOAD_-1207896116', u'FLOAT_ADD_-1207896070'), (u'LOAD_-1207894350', u'FLOAT_ADD_-1207894304'), (u'STORE_-1207894212', u'INDIRECT_-1207888991'), ('const-8', u'PTRADD_-1207889697'), (u'LOAD_-1207896318', u'MULTIEQUAL_-1207891480'), ('const-3', u'PTRADD_-1203822627'), ('const-3', u'PTRADD_-1207888542'), (u'CAST_-1207887514', u'LOAD_-1207894257'), (u'INT2FLOAT_-1207894428', u'FLOAT_MULT_-1207894309'), (u'PTRADD_-1207889062', u'STORE_-1207896446'), ('const-8', u'PTRADD_-1207887810'), ('const-433', u'LOAD_-1207893891'), (u'STORE_-1207896040', u'INDIRECT_-1207890256'), ('const-433', u'LOAD_-1207893496'), ('const-3', u'PTRADD_-1207887498'), ('const-64', u'INT_ADD_-1207895221'), (u'MULTIEQUAL_-1207892834', u'PTRADD_-1207889322'), ('const-433', u'LOAD_-1207891757'), (u'LOAD_-1207894257', u'FLOAT_ADD_-1207894211'), (u'LOAD_-1207896499', u'FLOAT_ADD_-1207896453'), ('const-433', u'LOAD_-1207896096'), ('const-433', u'LOAD_-1207895278'), (u'INT_ADD_-1207895221', u'INT_ADD_-1207895219'), (u'CALL_-1203828437', u'INDIRECT_-1203824355'), (u'INT_OR_-1207897594', u'INT_SREM_-1207897583'), (u'PTRADD_-1207888551', u'STORE_-1207895623'), (u'FLOAT_MULT_-1207896520', u'FLOAT_ADD_-1207896516'), (u'LOAD_-1207893941', u'INT_ADD_-1207893860'), (u'COPY_-1207897178', u'MULTIEQUAL_-1207890564'), (u'PTRADD_-1207889335', u'LOAD_-1207896096'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207888984'), (u'INT_ADD_-1207893316', u'CAST_-1207887997'), (u'MULTIEQUAL_-1207890095', u'MULTIEQUAL_-1207890078'), ('const-1', u'PTRADD_-1207889269'), ('const-16', u'PTRADD_-1207888729'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207895912'), ('const-0', u'SUBPIECE_-1207897555'), (u'FLOAT_ADD_-1207894176', u'STORE_-1207894212'), ('const-433', u'LOAD_-1207894486'), (u'FLOAT_MULT_-1207894216', u'FLOAT_ADD_-1207894211'), (u'INT_SEXT_-1207897634', u'INT_SEXT_-1207897608'), (u'MULTIEQUAL_-1207891284', u'MULTIEQUAL_-1207891195'), (u'CALL_-1207897639', u'INDIRECT_-1207891177'), ('const-433', u'LOAD_-1207892515'), (u'MULTIEQUAL_-1207891599', u'MULTIEQUAL_-1207891249'), ('const-433', u'LOAD_-1207892144'), (u'CALL_-1207897651', u'INDIRECT_-1207891296'), (u'CALL_-1207892811', u'INDIRECT_-1207889302'), ('const-433', u'LOAD_-1207893675'), ('const-88', u'INT_MULT_-1207893549'), (u'CALL_-1207891514', u'INDIRECT_-1207887534'), (u'MULTIEQUAL_-1207891594', u'MULTIEQUAL_-1207891244'), ('const-8', u'PTRADD_-1203822723'), (u'COPY_-1207889423', u'MULTIEQUAL_-1207892834'), (u'STORE_-1207896554', u'INDIRECT_-1207890362'), (u'MULTIEQUAL_-1207890315', u'MULTIEQUAL_-1207890298'), (u'STORE_-1207894411', u'INDIRECT_-1207889017'), (u'FLOAT_SUB_-1207893798', u'FLOAT_LESS_-1207889471'), ('const-8', u'PTRADD_-1207889746'), (u'MULTIEQUAL_-1207892538', u'MULTIEQUAL_-1207892479'), (u'MULTIEQUAL_-1207890166', u'INT_MULT_-1207892515'), ('const-0', u'INT_NOTEQUAL_-1207896251'), (u'STORE_-1207896075', u'INDIRECT_-1207890279'), (u'FLOAT_SUB_-1207891823', u'FLOAT_LESSEQUAL_-1207888371'), (u'INT_ADD_-1207896360', u'INT_ADD_-1207896296'), ('tmp_15411', u'PTRADD_-1207889746'), (u'FLOAT_LESSEQUAL_-1207890369', u'CBRANCH_-1207895300'), (u'CAST_-1207888746', u'LOAD_-1207896147'), (u'CAST_-1207887127', u'LOAD_-1207893514'), (u'MULTIEQUAL_-1207893009', u'LOAD_-1207892925'), (u'LOAD_-1207891467', u'MULTIEQUAL_-1207891320'), ('const-1', u'PTRADD_-1207889008'), (u'LOAD_-1207896549', u'FLOAT_MULT_-1207896494'), (u'CAST_-1207888213', u'INT_AND_-1207895299'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888335'), (u'MULTIEQUAL_-1207889916', u'MULTIEQUAL_-1207889887'), ('const-8', u'PTRADD_-1207889214'), ('const-433', u'LOAD_-1207895744'), (u'FLOAT_MULT_-1207894340', u'FLOAT_ADD_-1207894335'), ('const-8', u'PTRADD_-1207889219'), ('const-1', u'INT_ADD_-1207895917'), (u'LOAD_-1207895339', u'FLOAT_MULT_-1207895249'), (u'CAST_-1207888997', u'LOAD_-1207896549'), ('const-433', u'LOAD_-1207895571'), ('const-64', u'INT_ADD_-1207895781'), (u'PTRADD_-1207888372', u'STORE_-1207895350'), (u'PTRADD_-1207889030', u'STORE_-1207896393'), (u'MULTIEQUAL_-1207889590', u'COPY_-1207888398'), ('const-433', u'STORE_-1207895350'), (u'STORE_-1207896014', u'INDIRECT_-1207890465'), (u'INT_ADD_-1207893498', u'CAST_-1207887127'), (u'INDIRECT_-1207888058', u'MULTIEQUAL_-1207888418'), (u'FLOAT_ADD_-1207896453', u'STORE_-1207896486'), (u'MULTIEQUAL_-1207892834', u'STORE_-1207896164'), (u'STORE_-1207896075', u'INDIRECT_-1207890721'), ('const-433', u'LOAD_-1207896100'), (u'STORE_-1207895986', u'INDIRECT_-1207890011'), ('const-2', u'PTRADD_-1207889262'), (u'LOAD_-1207896067', u'MULTIEQUAL_-1207891599'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207896571'), (u'FLOAT_SUB_-1207892393', u'FLOAT_LESS_-1207888668'), ('const-0', u'COPY_-1207897178'), ('const-433', u'LOAD_-1207895476'), (u'INT_SUB_-1207896933', u'INT_NOTEQUAL_-1207895806'), (u'FLOAT_ADD_-1207894067', u'STORE_-1207894103'), (u'FLOAT_ADD_-1207895556', u'STORE_-1207895592'), ('const-8', u'PTRADD_-1207889100'), (u'INDIRECT_-1203824245', u'MULTIEQUAL_-1207888022'), (u'LOAD_-1207891772', u'FLOAT_MULT_-1207891704'), (u'INT_MULT_-1207897366', u'INT_ADD_-1207897328'), (u'INT_ADD_-1207897315', u'CAST_-1207889557'), (u'MULTIEQUAL_-1207889950', u'COPY_-1207889485'), (u'MULTIEQUAL_-1207890377', u'MULTIEQUAL_-1207890333'), ('const-433', u'LOAD_-1207896117'), (u'MULTIEQUAL_-1207890303', u'MULTIEQUAL_-1207890275'), (u'INT_ADD_-1207897540', u'MULTIEQUAL_-1207890166'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207896360'), (u'LOAD_-1207897276', u'INT_ADD_-1207897258'), (u'INT_ADD_-1207896571', u'INT_ADD_-1207896565'), (u'INT_ADD_-1207893840', u'CAST_-1207887305'), (u'STORE_-1207895917', u'INDIRECT_-1207890517'), (u'STORE_-1207894340', u'INDIRECT_-1207889077'), ('tmp_164', u'CBRANCH_-1207897595'), (u'INT_ADD_-1207896596', u'INT_ADD_-1207896571'), ('const-433', u'STORE_-1207896075'), (u'CAST_-1207888862', u'LOAD_-1207896339'), (u'COPY_-1207889485', u'MULTIEQUAL_-1207893169'), (u'INT_ADD_-1207896596', u'INT_ADD_-1207895682'), ('const-433', u'STORE_-1207896393'), (u'FLOAT_SUB_-1207893617', u'FLOAT_LESS_-1207889370'), (u'INDIRECT_-1207890059', u'MULTIEQUAL_-1207889967'), (u'PTRADD_-1207887313', u'STORE_-1207893537'), (u'INT_ADD_-1207891766', u'INT_ADD_-1207891756'), (u'INT_ADD_-1207897085', u'CAST_-1207889417'), (u'FLOAT_MULT_-1207893574', u'FLOAT_DIV_-1207893547'), ('const-433', u'LOAD_-1207891772'), (u'STORE_-1207896302', u'INDIRECT_-1207890418'), (u'INT_ADD_-1207894097', u'CAST_-1207887420'), (u'STORE_-1207895548', u'INDIRECT_-1207889958'), (u'CAST_-1207886300', u'LOAD_-1207891904'), ('const-8', u'PTRADD_-1207886109'), ('const-128', u'PTRADD_-1207888682'), (u'MULTIEQUAL_-1207890597', u'MULTIEQUAL_-1207890553'), (u'MULTIEQUAL_-1207893169', u'PTRADD_-1207888972'), ('tmp_15411', u'PTRADD_-1207886894'), ('const-433', u'LOAD_-1207891562'), ('const-8', u'PTRADD_-1207889726'), ('const-56', u'PTRADD_-1207889127'), (u'CALL_-1207892098', u'MULTIEQUAL_-1207890105'), (u'FLOAT_ADD_-1207895882', u'STORE_-1207895917'), (u'LOAD_-1207893369', u'FLOAT_ADD_-1207893313'), (u'FLOAT_MULT_-1207893457', u'FLOAT_SUB_-1207893439'), ('tmp_15411', u'PTRADD_-1207886354'), (u'INT_ADD_-1207896596', u'MULTIEQUAL_-1207892538'), (u'PTRADD_-1207888249', u'STORE_-1207895153'), (u'INDIRECT_-1207890121', u'MULTIEQUAL_-1207890053'), (u'LOAD_-1207892768', u'INT_ADD_-1207892750'), (u'STORE_-1207896227', u'INDIRECT_-1207890375'), (u'INDIRECT_-1207889716', u'MULTIEQUAL_-1207889641'), (u'PTRADD_-1207887238', u'STORE_-1207893407'), (u'FLOAT_DIV_-1207893547', u'STORE_-1207893537'), (u'MULTIEQUAL_-1207890686', u'MULTIEQUAL_-1207890333'), (u'INDIRECT_-1207890286', u'MULTIEQUAL_-1207890193'), (u'MULTIEQUAL_-1207892829', u'LOAD_-1207895708'), ('const-88', u'INT_ADD_-1207893211'), (u'INT_ADD_-1207892466', u'CAST_-1207886575'), ('const-7', u'PTRADD_-1207886179'), (u'LOAD_-1207895235', u'FLOAT_MULT_-1207895131'), (u'COPY_-1207888398', u'MULTIEQUAL_-1207890179'), ('const-433', u'STORE_-1207894247'), ('const-433', u'LOAD_-1207895539'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207894423'), (u'INT_ADD_-1207894412', u'CAST_-1207887637'), (u'CAST_-1207889019', u'LOAD_-1207896581'), (u'FLOAT_ADD_-1207894273', u'STORE_-1207894309'), (u'CALL_-1207891683', u'INDIRECT_-1207887637'), ('const-72', u'INT_ADD_-1207892786'), (u'LOAD_-1207896166', u'INT_ADD_-1207896137'), (u'MULTIEQUAL_-1207889705', u'MULTIEQUAL_-1207889684'), (u'LOAD_-1207894303', u'FLOAT_MULT_-1207894247'), (u'INT_ADD_-1207896183', u'INT_ADD_-1207896101'), ('const-433', u'STORE_-1207894135'), (u'PTRADD_-1207889039', u'LOAD_-1207896406'), (u'MULTIEQUAL_-1207891244', u'INT_NOTEQUAL_-1207896251'), (u'LOAD_-1207896228', u'FLOAT_SUB_-1207896169'), (u'INT_ADD_-1207896596', u'INT_ADD_-1207895962'), ('const-433', u'STORE_-1207893322'), (u'INDIRECT_-1207888551', u'MULTIEQUAL_-1207888452'), (u'INDIRECT_-1203824303', u'MULTIEQUAL_-1207888259'), (u'INDIRECT_-1207888586', u'MULTIEQUAL_-1207888022'), (u'INDIRECT_-1207890231', u'MULTIEQUAL_-1207890163'), (u'PTRADD_-1207888927', u'STORE_-1207896227'), (u'LOAD_-1207893431', u'INT_EQUAL_-1207893416'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207894112'), ('const-256', u'PTRADD_-1207889424'), ('tmp_1707', u'CBRANCH_-1207896066'), (u'CAST_-1207889065', u'LOAD_-1207895998'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207896183'), (u'COPY_-1207889425', u'MULTIEQUAL_-1207893045'), ('const-433', u'LOAD_-1207891881'), (u'INT2FLOAT_-1207894428', u'FLOAT_MULT_-1207894247'), ('const-433', u'LOAD_-1207891467'), (u'INT_AND_-1207895392', u'CAST_-1207888275'), ('const-8', u'PTRADD_-1207888153'), ('const-433', u'LOAD_-1207892216'), ('const-40', u'INT_ADD_-1207896157'), (u'INDIRECT_-1207888771', u'MULTIEQUAL_-1207888672'), ('const-433', u'STORE_-1207896302'), ('tmp_2064', u'CBRANCH_-1207895747'), (u'INT_ADD_-1207896160', u'CAST_-1207888765'), (u'CAST_-1207886135', u'LOAD_-1207891621'), (u'MULTIEQUAL_-1207891457', u'MULTIEQUAL_-1207891244'), (u'SUBPIECE_-1207897555', u'INT_SLESS_-1207897588'), (u'INT_ADD_-1207892753', u'CAST_-1207886676'), ('const-8', u'PTRADD_-1203822637'), ('tmp_15411', u'PTRADD_-1207886179'), (u'INT_ADD_-1207893415', u'CAST_-1207887072'), ('const-200', u'PTRADD_-1207888249'), ('const-8', u'PTRADD_-1207889358'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207896002'), ('tmp_15411', u'PTRADD_-1203822637'), ('tmp_6882', u'BRANCH_-1203828024'), (u'INT_ADD_-1207892499', u'CAST_-1207886592'), (u'MULTIEQUAL_-1207890613', u'MULTIEQUAL_-1207890544'), (u'LOAD_-1207891881', u'FLOAT_SUB_-1207891823'), ('const-8', u'PTRADD_-1207889091'), (u'LOAD_-1207895744', u'FLOAT_DIV_-1207895689'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207886813'), (u'INT_MULT_-1207893903', u'INT_ADD_-1207891582'), (u'CAST_-1207888375', u'LOAD_-1207895559'), ('const-433', u'LOAD_-1207891904'), ('const-433', u'LOAD_-1207892055'), ('const-56', u'INT_ADD_-1207894241'), (u'FLOAT_LESS_-1207888668', u'CBRANCH_-1207892406'), (u'LOAD_-1207893526', u'FLOAT_MULT_-1207893457'), (u'CAST_-1207887530', u'STORE_-1207894278'), (u'CAST_-1207885929', u'LOAD_-1207891733'), (u'INDIRECT_-1207887922', u'MULTIEQUAL_-1207888763'), (u'STORE_-1207896075', u'INDIRECT_-1207890611'), (u'FLOAT_ADD_-1207896293', u'STORE_-1207896329'), ('const-433', u'STORE_-1207894212'), ('const-433', u'LOAD_-1207896339'), (u'INT_MULT_-1207897040', u'INT_ADD_-1207896222'), (u'MULTIEQUAL_-1207891215', u'FLOAT_MULT_-1207896187'), (u'LOAD_-1207892204', u'MULTIEQUAL_-1207891480'), (u'INT_ADD_-1207897340', u'INT_ADD_-1207897274'), (u'INT_ADD_-1207894198', u'CAST_-1207887484'), ('const-8', u'PTRADD_-1207889366'), (u'INT_EQUAL_-1207894441', u'CBRANCH_-1207894238'), ('const-8', u'PTRADD_-1207886864'), ('const-433', u'STORE_-1207895917'), (u'MULTIEQUAL_-1207888564', u'COPY_-1207888690'), ('const-64', u'INT_ADD_-1207896457'), (u'INT2FLOAT_-1207896133', u'FLOAT_MULT_-1207896113'), (u'INT_ADD_-1207896137', u'INT_ADD_-1207896123'), (u'INT_ADD_-1207893684', u'INT_ADD_-1207893682'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207888317'), (u'STORE_-1207893537', u'INDIRECT_-1207888771'), ('const-4', u'PTRADD_-1207888927'), (u'INT_ADD_-1207892198', u'MULTIEQUAL_-1207893458'), (u'FLOAT_SUB_-1207892393', u'CALL_-1207891837'), (u'INT_MULT_-1207892864', u'INT_ADD_-1203828570'), (u'COPY_-1207889778', u'PIECE_-1207897563'), ('const-433', u'LOAD_-1207891750'), ('const-433', u'LOAD_-1207896473'), (u'LOAD_-1207896100', u'FLOAT_MULT_-1207896044'), ('const-9', u'PTRADD_-1207886174'), (u'MULTIEQUAL_-1207890892', u'MULTIEQUAL_-1207890796'), ('const-433', u'LOAD_-1207896535'), ('const-8', u'PTRADD_-1207886279'), ('const-1', u'PTRADD_-1207887747'), (u'CAST_-1207887134', u'LOAD_-1207893526'), (u'LOAD_-1207891913', u'INT_ADD_-1207891867'), ('tmp_6589', u'BRANCH_-1207892003'), ('const-4', u'INT_ZEXT_-1207897606'), (u'INT_EQUAL_-1207897226', u'CBRANCH_-1207897221'), (u'MULTIEQUAL_-1207890833', u'MULTIEQUAL_-1207890764'), (u'CAST_-1207888142', u'FLOAT_LESSEQUAL_-1207890294'), (u'MULTIEQUAL_-1207889904', u'MULTIEQUAL_-1207889869'), ('const-56', u'INT_ADD_-1207893512'), ('const-433', u'LOAD_-1207896549'), ('const-433', u'LOAD_-1207892802'), (u'MULTIEQUAL_-1207893561', u'PTRADD_-1207887404'), ('const-8', u'PTRADD_-1207888701'), ('const-4', u'PTRADD_-1207889322'), ('const-1', u'PTRADD_-1207889379'), (u'CAST_-1207888802', u'LOAD_-1207896238'), (u'CAST_-1207886710', u'LOAD_-1207892835'), ('tmp_2351', u'CBRANCH_-1207895486'), (u'MULTIEQUAL_-1207890205', u'MULTIEQUAL_-1207890188'), (u'INT_ADD_-1207891756', u'CAST_-1207885950'), ('const-9', u'PTRADD_-1207886594'), (u'FLOAT_SQRT_-1207893590', u'FLOAT_MULT_-1207893574'), (u'PTRADD_-1207888588', u'LOAD_-1207895678'), (u'STORE_-1207896522', u'INDIRECT_-1207890340'), (u'FLOAT_LESSEQUAL_-1207891488', u'CBRANCH_-1207896238'), ('const-433', u'STORE_-1207895153'), (u'CAST_-1207888033', u'LOAD_-1207893386'), (u'STORE_-1207894247', u'INDIRECT_-1207889124'), ('const-56', u'INT_ADD_-1207896101'), (u'PTRADD_-1207889713', u'LOAD_-1207897346'), ('const-48', u'INT_ADD_-1207895859'), ('const-433', u'STORE_-1207896329'), (u'INT_EQUAL_-1207896046', u'CBRANCH_-1207896043'), (u'MULTIEQUAL_-1207889815', u'MULTIEQUAL_-1207889794'), ('const-433', u'LOAD_-1207893856'), ('const-48', u'INT_ADD_-1207895644'), ('const-433', u'LOAD_-1207895432'), (u'LOAD_-1203828575', u'FLOAT_MULT_-1203828514'), (u'FLOAT_ADD_-1207896413', u'STORE_-1207896446'), (u'FLOAT_ADD_-1207896489', u'STORE_-1207896522'), ('const-433', u'LOAD_-1207896065'), ('const-433', u'LOAD_-1207895383'), (u'MULTIEQUAL_-1207890166', u'INT_ADD_-1207893339')]
| null | null |
001ff190
|
x64
|
O2
|
(translation_unit "void FUN_001ff190(long *param_1)\n\n{\n long *plVar1;\n long lVar2;\n undefined1 auVar3 [16];\n ulong uVar4;\n int iVar5;\n int iVar6;\n long lVar7;\n ulong uVar8;\n long lVar9;\n double *pdVar10;\n long lVar11;\n long lVar12;\n long lVar13;\n ulong uVar14;\n long *plVar15;\n long lVar16;\n double *pdVar17;\n double *pdVar18;\n double *pdVar19;\n double *pdVar20;\n double dVar21;\n double dVar22;\n double dVar23;\n double dVar24;\n double dVar25;\n long local_f0;\n ulong local_e8;\n long local_d8;\n long local_78;\n double *local_70;\n long local_58;\n double *local_50;\n double *local_48;\n \n iVar5 = omp_get_num_threads();\n iVar6 = omp_get_thread_num();\n uVar4 = DAT_003efbd0;\n auVar3._8_8_ = 0;\n auVar3._0_8_ = SUB168(SEXT816(4),8);\n auVar3 = auVar3 << 0x40 | ZEXT816(4);\n lVar7 = SUB168(auVar3 / SEXT816((long)iVar5),0);\n local_78 = SUB168(auVar3 % SEXT816((long)iVar5),0);\n if (iVar6 < local_78) {\n lVar7 = lVar7 + 1;\n local_78 = 0;\n }\n local_78 = iVar6 * lVar7 + local_78;\n lVar7 = lVar7 + local_78;\n if (local_78 < lVar7) {\n plVar1 = (long *)param_1[2];\n lVar2 = *param_1;\n uVar8 = (ulong)*(uint *)(param_1 + 10);\n pdVar10 = (double *)(param_1[1] + local_78 * 8);\n lVar13 = local_78 * 0x58 + 0x28;\n local_58 = local_78 * 0x58 + param_1[5];\n local_70 = (double *)(param_1[4] + lVar13);\n local_48 = (double *)(param_1[8] + lVar13);\n local_50 = (double *)(lVar13 + param_1[6]);\n do {\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = param_1[3];\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n } while (lVar7 != local_78);\n }\n return;\n}\n\n" (function_definition "void FUN_001ff190(long *param_1)\n\n{\n long *plVar1;\n long lVar2;\n undefined1 auVar3 [16];\n ulong uVar4;\n int iVar5;\n int iVar6;\n long lVar7;\n ulong uVar8;\n long lVar9;\n double *pdVar10;\n long lVar11;\n long lVar12;\n long lVar13;\n ulong uVar14;\n long *plVar15;\n long lVar16;\n double *pdVar17;\n double *pdVar18;\n double *pdVar19;\n double *pdVar20;\n double dVar21;\n double dVar22;\n double dVar23;\n double dVar24;\n double dVar25;\n long local_f0;\n ulong local_e8;\n long local_d8;\n long local_78;\n double *local_70;\n long local_58;\n double *local_50;\n double *local_48;\n \n iVar5 = omp_get_num_threads();\n iVar6 = omp_get_thread_num();\n uVar4 = DAT_003efbd0;\n auVar3._8_8_ = 0;\n auVar3._0_8_ = SUB168(SEXT816(4),8);\n auVar3 = auVar3 << 0x40 | ZEXT816(4);\n lVar7 = SUB168(auVar3 / SEXT816((long)iVar5),0);\n local_78 = SUB168(auVar3 % SEXT816((long)iVar5),0);\n if (iVar6 < local_78) {\n lVar7 = lVar7 + 1;\n local_78 = 0;\n }\n local_78 = iVar6 * lVar7 + local_78;\n lVar7 = lVar7 + local_78;\n if (local_78 < lVar7) {\n plVar1 = (long *)param_1[2];\n lVar2 = *param_1;\n uVar8 = (ulong)*(uint *)(param_1 + 10);\n pdVar10 = (double *)(param_1[1] + local_78 * 8);\n lVar13 = local_78 * 0x58 + 0x28;\n local_58 = local_78 * 0x58 + param_1[5];\n local_70 = (double *)(param_1[4] + lVar13);\n local_48 = (double *)(param_1[8] + lVar13);\n local_50 = (double *)(lVar13 + param_1[6]);\n do {\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = param_1[3];\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n } while (lVar7 != local_78);\n }\n return;\n}" primitive_type (function_declarator "FUN_001ff190(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n long *plVar1;\n long lVar2;\n undefined1 auVar3 [16];\n ulong uVar4;\n int iVar5;\n int iVar6;\n long lVar7;\n ulong uVar8;\n long lVar9;\n double *pdVar10;\n long lVar11;\n long lVar12;\n long lVar13;\n ulong uVar14;\n long *plVar15;\n long lVar16;\n double *pdVar17;\n double *pdVar18;\n double *pdVar19;\n double *pdVar20;\n double dVar21;\n double dVar22;\n double dVar23;\n double dVar24;\n double dVar25;\n long local_f0;\n ulong local_e8;\n long local_d8;\n long local_78;\n double *local_70;\n long local_58;\n double *local_50;\n double *local_48;\n \n iVar5 = omp_get_num_threads();\n iVar6 = omp_get_thread_num();\n uVar4 = DAT_003efbd0;\n auVar3._8_8_ = 0;\n auVar3._0_8_ = SUB168(SEXT816(4),8);\n auVar3 = auVar3 << 0x40 | ZEXT816(4);\n lVar7 = SUB168(auVar3 / SEXT816((long)iVar5),0);\n local_78 = SUB168(auVar3 % SEXT816((long)iVar5),0);\n if (iVar6 < local_78) {\n lVar7 = lVar7 + 1;\n local_78 = 0;\n }\n local_78 = iVar6 * lVar7 + local_78;\n lVar7 = lVar7 + local_78;\n if (local_78 < lVar7) {\n plVar1 = (long *)param_1[2];\n lVar2 = *param_1;\n uVar8 = (ulong)*(uint *)(param_1 + 10);\n pdVar10 = (double *)(param_1[1] + local_78 * 8);\n lVar13 = local_78 * 0x58 + 0x28;\n local_58 = local_78 * 0x58 + param_1[5];\n local_70 = (double *)(param_1[4] + lVar13);\n local_48 = (double *)(param_1[8] + lVar13);\n local_50 = (double *)(lVar13 + param_1[6]);\n do {\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = param_1[3];\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n } while (lVar7 != local_78);\n }\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 auVar3 [16];" type_identifier (array_declarator "auVar3 [16]" identifier [ number_literal ]) ;) (declaration "ulong uVar4;" type_identifier identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar8;" type_identifier identifier ;) (declaration "long lVar9;" (sized_type_specifier "long" long) identifier ;) (declaration "double *pdVar10;" primitive_type (pointer_declarator "*pdVar10" * identifier) ;) (declaration "long lVar11;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar12;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar13;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar14;" type_identifier identifier ;) (declaration "long *plVar15;" (sized_type_specifier "long" long) (pointer_declarator "*plVar15" * identifier) ;) (declaration "long lVar16;" (sized_type_specifier "long" long) identifier ;) (declaration "double *pdVar17;" primitive_type (pointer_declarator "*pdVar17" * identifier) ;) (declaration "double *pdVar18;" primitive_type (pointer_declarator "*pdVar18" * identifier) ;) (declaration "double *pdVar19;" primitive_type (pointer_declarator "*pdVar19" * identifier) ;) (declaration "double *pdVar20;" primitive_type (pointer_declarator "*pdVar20" * identifier) ;) (declaration "double dVar21;" primitive_type identifier ;) (declaration "double dVar22;" primitive_type identifier ;) (declaration "double dVar23;" primitive_type identifier ;) (declaration "double dVar24;" primitive_type identifier ;) (declaration "double dVar25;" primitive_type identifier ;) (declaration "long local_f0;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong local_e8;" type_identifier identifier ;) (declaration "long local_d8;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_78;" (sized_type_specifier "long" long) identifier ;) (declaration "double *local_70;" primitive_type (pointer_declarator "*local_70" * identifier) ;) (declaration "long local_58;" (sized_type_specifier "long" long) identifier ;) (declaration "double *local_50;" primitive_type (pointer_declarator "*local_50" * identifier) ;) (declaration "double *local_48;" primitive_type (pointer_declarator "*local_48" * identifier) ;) (expression_statement "iVar5 = omp_get_num_threads();" (assignment_expression "iVar5 = omp_get_num_threads()" identifier = (call_expression "omp_get_num_threads()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar6 = omp_get_thread_num();" (assignment_expression "iVar6 = omp_get_thread_num()" identifier = (call_expression "omp_get_thread_num()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar4 = DAT_003efbd0;" (assignment_expression "uVar4 = DAT_003efbd0" identifier = identifier) ;) (expression_statement "auVar3._8_8_ = 0;" (assignment_expression "auVar3._8_8_ = 0" (field_expression "auVar3._8_8_" identifier . field_identifier) = number_literal) ;) (expression_statement "auVar3._0_8_ = SUB168(SEXT816(4),8);" (assignment_expression "auVar3._0_8_ = SUB168(SEXT816(4),8)" (field_expression "auVar3._0_8_" identifier . field_identifier) = (call_expression "SUB168(SEXT816(4),8)" identifier (argument_list "(SEXT816(4),8)" ( (call_expression "SEXT816(4)" identifier (argument_list "(4)" ( number_literal ))) , number_literal )))) ;) (expression_statement "auVar3 = auVar3 << 0x40 | ZEXT816(4);" (assignment_expression "auVar3 = auVar3 << 0x40 | ZEXT816(4)" identifier = (binary_expression "auVar3 << 0x40 | ZEXT816(4)" (binary_expression "auVar3 << 0x40" identifier << number_literal) | (call_expression "ZEXT816(4)" identifier (argument_list "(4)" ( number_literal ))))) ;) (expression_statement "lVar7 = SUB168(auVar3 / SEXT816((long)iVar5),0);" (assignment_expression "lVar7 = SUB168(auVar3 / SEXT816((long)iVar5),0)" identifier = (call_expression "SUB168(auVar3 / SEXT816((long)iVar5),0)" identifier (argument_list "(auVar3 / SEXT816((long)iVar5),0)" ( (binary_expression "auVar3 / SEXT816((long)iVar5)" identifier / (call_expression "SEXT816((long)iVar5)" identifier (argument_list "((long)iVar5)" ( (cast_expression "(long)iVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) )))) , number_literal )))) ;) (expression_statement "local_78 = SUB168(auVar3 % SEXT816((long)iVar5),0);" (assignment_expression "local_78 = SUB168(auVar3 % SEXT816((long)iVar5),0)" identifier = (call_expression "SUB168(auVar3 % SEXT816((long)iVar5),0)" identifier (argument_list "(auVar3 % SEXT816((long)iVar5),0)" ( (binary_expression "auVar3 % SEXT816((long)iVar5)" identifier % (call_expression "SEXT816((long)iVar5)" identifier (argument_list "((long)iVar5)" ( (cast_expression "(long)iVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) )))) , number_literal )))) ;) (if_statement "if (iVar6 < local_78) {\n lVar7 = lVar7 + 1;\n local_78 = 0;\n }" if (parenthesized_expression "(iVar6 < local_78)" ( (binary_expression "iVar6 < local_78" identifier < identifier) )) (compound_statement "{\n lVar7 = lVar7 + 1;\n local_78 = 0;\n }" { (expression_statement "lVar7 = lVar7 + 1;" (assignment_expression "lVar7 = lVar7 + 1" identifier = (binary_expression "lVar7 + 1" identifier + number_literal)) ;) (expression_statement "local_78 = 0;" (assignment_expression "local_78 = 0" identifier = number_literal) ;) })) (expression_statement "local_78 = iVar6 * lVar7 + local_78;" (assignment_expression "local_78 = iVar6 * lVar7 + local_78" identifier = (binary_expression "iVar6 * lVar7 + local_78" (binary_expression "iVar6 * lVar7" identifier * identifier) + identifier)) ;) (expression_statement "lVar7 = lVar7 + local_78;" (assignment_expression "lVar7 = lVar7 + local_78" identifier = (binary_expression "lVar7 + local_78" identifier + identifier)) ;) (if_statement "if (local_78 < lVar7) {\n plVar1 = (long *)param_1[2];\n lVar2 = *param_1;\n uVar8 = (ulong)*(uint *)(param_1 + 10);\n pdVar10 = (double *)(param_1[1] + local_78 * 8);\n lVar13 = local_78 * 0x58 + 0x28;\n local_58 = local_78 * 0x58 + param_1[5];\n local_70 = (double *)(param_1[4] + lVar13);\n local_48 = (double *)(param_1[8] + lVar13);\n local_50 = (double *)(lVar13 + param_1[6]);\n do {\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = param_1[3];\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n } while (lVar7 != local_78);\n }" if (parenthesized_expression "(local_78 < lVar7)" ( (binary_expression "local_78 < lVar7" identifier < identifier) )) (compound_statement "{\n plVar1 = (long *)param_1[2];\n lVar2 = *param_1;\n uVar8 = (ulong)*(uint *)(param_1 + 10);\n pdVar10 = (double *)(param_1[1] + local_78 * 8);\n lVar13 = local_78 * 0x58 + 0x28;\n local_58 = local_78 * 0x58 + param_1[5];\n local_70 = (double *)(param_1[4] + lVar13);\n local_48 = (double *)(param_1[8] + lVar13);\n local_50 = (double *)(lVar13 + param_1[6]);\n do {\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = param_1[3];\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n } while (lVar7 != local_78);\n }" { (expression_statement "plVar1 = (long *)param_1[2];" (assignment_expression "plVar1 = (long *)param_1[2]" identifier = (cast_expression "(long *)param_1[2]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) ;) (expression_statement "lVar2 = *param_1;" (assignment_expression "lVar2 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "uVar8 = (ulong)*(uint *)(param_1 + 10);" (assignment_expression "uVar8 = (ulong)*(uint *)(param_1 + 10)" identifier = (binary_expression "(ulong)*(uint *)(param_1 + 10)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(param_1 + 10)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 10)" ( (binary_expression "param_1 + 10" identifier + number_literal) ))))) ;) (expression_statement "pdVar10 = (double *)(param_1[1] + local_78 * 8);" (assignment_expression "pdVar10 = (double *)(param_1[1] + local_78 * 8)" identifier = (cast_expression "(double *)(param_1[1] + local_78 * 8)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + local_78 * 8)" ( (binary_expression "param_1[1] + local_78 * 8" (subscript_expression "param_1[1]" identifier [ number_literal ]) + (binary_expression "local_78 * 8" identifier * number_literal)) )))) ;) (expression_statement "lVar13 = local_78 * 0x58 + 0x28;" (assignment_expression "lVar13 = local_78 * 0x58 + 0x28" identifier = (binary_expression "local_78 * 0x58 + 0x28" (binary_expression "local_78 * 0x58" identifier * number_literal) + number_literal)) ;) (expression_statement "local_58 = local_78 * 0x58 + param_1[5];" (assignment_expression "local_58 = local_78 * 0x58 + param_1[5]" identifier = (binary_expression "local_78 * 0x58 + param_1[5]" (binary_expression "local_78 * 0x58" identifier * number_literal) + (subscript_expression "param_1[5]" identifier [ number_literal ]))) ;) (expression_statement "local_70 = (double *)(param_1[4] + lVar13);" (assignment_expression "local_70 = (double *)(param_1[4] + lVar13)" identifier = (cast_expression "(double *)(param_1[4] + lVar13)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[4] + lVar13)" ( (binary_expression "param_1[4] + lVar13" (subscript_expression "param_1[4]" identifier [ number_literal ]) + identifier) )))) ;) (expression_statement "local_48 = (double *)(param_1[8] + lVar13);" (assignment_expression "local_48 = (double *)(param_1[8] + lVar13)" identifier = (cast_expression "(double *)(param_1[8] + lVar13)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[8] + lVar13)" ( (binary_expression "param_1[8] + lVar13" (subscript_expression "param_1[8]" identifier [ number_literal ]) + identifier) )))) ;) (expression_statement "local_50 = (double *)(lVar13 + param_1[6]);" (assignment_expression "local_50 = (double *)(lVar13 + param_1[6])" identifier = (cast_expression "(double *)(lVar13 + param_1[6])" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + param_1[6])" ( (binary_expression "lVar13 + param_1[6]" identifier + (subscript_expression "param_1[6]" identifier [ number_literal ])) )))) ;) (do_statement "do {\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = param_1[3];\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n } while (lVar7 != local_78);" do (compound_statement "{\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = param_1[3];\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n }" { (expression_statement "dVar25 = DAT_003fce50;" (assignment_expression "dVar25 = DAT_003fce50" identifier = identifier) ;) (if_statement "if (uVar8 == 0) {\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }" if (parenthesized_expression "(uVar8 == 0)" ( (binary_expression "uVar8 == 0" identifier == number_literal) )) (compound_statement "{\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }" { (expression_statement "lVar13 = param_1[7];" (assignment_expression "lVar13 = param_1[7]" identifier = (subscript_expression "param_1[7]" identifier [ number_literal ])) ;) (expression_statement "lVar9 = param_1[9];" (assignment_expression "lVar9 = param_1[9]" identifier = (subscript_expression "param_1[9]" identifier [ number_literal ])) ;) }) (else_clause "else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }" else (compound_statement "{\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }" { (expression_statement "local_f0 = 0;" (assignment_expression "local_f0 = 0" identifier = number_literal) ;) (expression_statement "local_e8 = 0;" (assignment_expression "local_e8 = 0" identifier = number_literal) ;) (expression_statement "iVar5 = *(int *)(lVar2 + 4);" (assignment_expression "iVar5 = *(int *)(lVar2 + 4)" identifier = (pointer_expression "*(int *)(lVar2 + 4)" * (cast_expression "(int *)(lVar2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 4)" ( (binary_expression "lVar2 + 4" identifier + number_literal) ))))) ;) (expression_statement "iVar6 = *(int *)(lVar2 + 0x33c);" (assignment_expression "iVar6 = *(int *)(lVar2 + 0x33c)" identifier = (pointer_expression "*(int *)(lVar2 + 0x33c)" * (cast_expression "(int *)(lVar2 + 0x33c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x33c)" ( (binary_expression "lVar2 + 0x33c" identifier + number_literal) ))))) ;) (expression_statement "lVar11 = local_78 * 0x58;" (assignment_expression "lVar11 = local_78 * 0x58" identifier = (binary_expression "local_78 * 0x58" identifier * number_literal)) ;) (expression_statement "pdVar19 = local_50;" (assignment_expression "pdVar19 = local_50" identifier = identifier) ;) (expression_statement "pdVar20 = local_48;" (assignment_expression "pdVar20 = local_48" identifier = identifier) ;) (do_statement "do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);" do (compound_statement "{\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n }" { (expression_statement "local_d8 = 0;" (assignment_expression "local_d8 = 0" identifier = number_literal) ;) (expression_statement "pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);" (assignment_expression "pdVar18 = (double *)(local_58 + 0x2e8 + local_f0)" identifier = (cast_expression "(double *)(local_58 + 0x2e8 + local_f0)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_58 + 0x2e8 + local_f0)" ( (binary_expression "local_58 + 0x2e8 + local_f0" (binary_expression "local_58 + 0x2e8" identifier + number_literal) + identifier) )))) ;) (expression_statement "uVar14 = local_e8;" (assignment_expression "uVar14 = local_e8" identifier = identifier) ;) (expression_statement "plVar15 = plVar1;" (assignment_expression "plVar15 = plVar1" identifier = identifier) ;) (expression_statement "pdVar17 = local_70;" (assignment_expression "pdVar17 = local_70" identifier = identifier) ;) (do_statement "do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);" do (compound_statement "{\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n }" { (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" identifier = (binary_expression "local_f0 + *plVar15" identifier + (pointer_expression "*plVar15" * identifier))) ;) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "dVar21 = *(double *)(lVar13 + 0x28);" (assignment_expression "dVar21 = *(double *)(lVar13 + 0x28)" identifier = (pointer_expression "*(double *)(lVar13 + 0x28)" * (cast_expression "(double *)(lVar13 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28)" ( (binary_expression "lVar13 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "*pdVar10 = dVar21 * dVar21 + *pdVar10;" (assignment_expression "*pdVar10 = dVar21 * dVar21 + *pdVar10" (pointer_expression "*pdVar10" * identifier) = (binary_expression "dVar21 * dVar21 + *pdVar10" (binary_expression "dVar21 * dVar21" identifier * identifier) + (pointer_expression "*pdVar10" * identifier))) ;) (expression_statement "pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];" (assignment_expression "pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38]" (subscript_expression "pdVar10[0x38]" identifier [ number_literal ]) = (binary_expression "*(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38]" (binary_expression "*(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30)" (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))) * (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) ))))) + (subscript_expression "pdVar10[0x38]" identifier [ number_literal ]))) ;) (expression_statement "pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];" (assignment_expression "pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70]" (subscript_expression "pdVar10[0x70]" identifier [ number_literal ]) = (binary_expression "*(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70]" (binary_expression "*(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38)" (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))) * (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) ))))) + (subscript_expression "pdVar10[0x70]" identifier [ number_literal ]))) ;) (if_statement "if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }" { (expression_statement "pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];" (assignment_expression "pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8]" (subscript_expression "pdVar10[0xa8]" identifier [ number_literal ]) = (binary_expression "*(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8]" (binary_expression "*(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40)" (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) )))) * (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) ))))) + (subscript_expression "pdVar10[0xa8]" identifier [ number_literal ]))) ;) })) (if_statement "if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }" { (expression_statement "dVar22 = *(double *)(lVar9 + 0x48 + lVar11);" (assignment_expression "dVar22 = *(double *)(lVar9 + 0x48 + lVar11)" identifier = (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x48 + lVar11)" ( (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" identifier + number_literal) + identifier) ))))) ;) (expression_statement "pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];" (assignment_expression "pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0]" (subscript_expression "pdVar10[0xe0]" identifier [ number_literal ]) = (binary_expression "dVar22 * dVar22 + pdVar10[0xe0]" (binary_expression "dVar22 * dVar22" identifier * identifier) + (subscript_expression "pdVar10[0xe0]" identifier [ number_literal ]))) ;) })) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "*pdVar20 = dVar21 + *pdVar20;" (assignment_expression "*pdVar20 = dVar21 + *pdVar20" (pointer_expression "*pdVar20" * identifier) = (binary_expression "dVar21 + *pdVar20" identifier + (pointer_expression "*pdVar20" * identifier))) ;) (expression_statement "pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);" (assignment_expression "pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar20[1]" identifier [ number_literal ]) = (binary_expression "pdVar20[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar20[1]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);" (assignment_expression "pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar20[2]" identifier [ number_literal ]) = (binary_expression "pdVar20[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar20[2]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))))) ;) (if_statement "if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }" { (expression_statement "pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);" (assignment_expression "pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar20[3]" identifier [ number_literal ]) = (binary_expression "pdVar20[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar20[3]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) )))))) ;) })) (if_statement "if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" { (expression_statement "pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);" (assignment_expression "pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar20[4]" identifier [ number_literal ]) = (binary_expression "pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar20[4]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x48 + lVar11)" ( (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" identifier + number_literal) + identifier) )))))) ;) })) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "dVar21 = (double)local_d8;" (assignment_expression "dVar21 = (double)local_d8" identifier = (cast_expression "(double)local_d8" ( (type_descriptor "double" primitive_type) ) identifier)) ;) (expression_statement "lVar16 = param_1[3];" (assignment_expression "lVar16 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (expression_statement "lVar12 = lVar16 + lVar11;" (assignment_expression "lVar12 = lVar16 + lVar11" identifier = (binary_expression "lVar16 + lVar11" identifier + identifier)) ;) (expression_statement "*(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);" (assignment_expression "*(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28)" (pointer_expression "*(double *)(lVar12 + 0x28)" * (cast_expression "(double *)(lVar12 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x28)" ( (binary_expression "lVar12 + 0x28" identifier + number_literal) )))) = (binary_expression "*(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28)" (binary_expression "*(double *)(lVar13 + 0x28) * dVar21" (pointer_expression "*(double *)(lVar13 + 0x28)" * (cast_expression "(double *)(lVar13 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28)" ( (binary_expression "lVar13 + 0x28" identifier + number_literal) )))) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x28)" * (cast_expression "(double *)(lVar12 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x28)" ( (binary_expression "lVar12 + 0x28" identifier + number_literal) )))))) ;) (expression_statement "*(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);" (assignment_expression "*(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30)" (pointer_expression "*(double *)(lVar12 + 0x30)" * (cast_expression "(double *)(lVar12 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x30)" ( (binary_expression "lVar12 + 0x30" identifier + number_literal) )))) = (binary_expression "*(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30)" (binary_expression "*(double *)(lVar13 + 0x30) * dVar21" (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x30)" * (cast_expression "(double *)(lVar12 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x30)" ( (binary_expression "lVar12 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "*(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);" (assignment_expression "*(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38)" (pointer_expression "*(double *)(lVar12 + 0x38)" * (cast_expression "(double *)(lVar12 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x38)" ( (binary_expression "lVar12 + 0x38" identifier + number_literal) )))) = (binary_expression "*(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38)" (binary_expression "*(double *)(lVar13 + 0x38) * dVar21" (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x38)" * (cast_expression "(double *)(lVar12 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x38)" ( (binary_expression "lVar12 + 0x38" identifier + number_literal) )))))) ;) (if_statement "if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }" { (expression_statement "*(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);" (assignment_expression "*(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40)" (pointer_expression "*(double *)(lVar12 + 0x40)" * (cast_expression "(double *)(lVar12 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x40)" ( (binary_expression "lVar12 + 0x40" identifier + number_literal) )))) = (binary_expression "*(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40)" (binary_expression "*(double *)(lVar13 + 0x40) * dVar21" (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) )))) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x40)" * (cast_expression "(double *)(lVar12 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x40)" ( (binary_expression "lVar12 + 0x40" identifier + number_literal) )))))) ;) })) (if_statement "if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }" { (expression_statement "lVar16 = lVar16 + lVar11;" (assignment_expression "lVar16 = lVar16 + lVar11" identifier = (binary_expression "lVar16 + lVar11" identifier + identifier)) ;) (expression_statement "*(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);" (assignment_expression "*(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48)" (pointer_expression "*(double *)(lVar16 + 0x48)" * (cast_expression "(double *)(lVar16 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x48)" ( (binary_expression "lVar16 + 0x48" identifier + number_literal) )))) = (binary_expression "dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48)" (binary_expression "dVar21 * *(double *)(lVar9 + 0x48 + lVar11)" identifier * (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x48 + lVar11)" ( (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" identifier + number_literal) + identifier) ))))) + (pointer_expression "*(double *)(lVar16 + 0x48)" * (cast_expression "(double *)(lVar16 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x48)" ( (binary_expression "lVar16 + 0x48" identifier + number_literal) )))))) ;) })) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "dVar21 = *(double *)(lVar13 + 0x28);" (assignment_expression "dVar21 = *(double *)(lVar13 + 0x28)" identifier = (pointer_expression "*(double *)(lVar13 + 0x28)" * (cast_expression "(double *)(lVar13 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28)" ( (binary_expression "lVar13 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "dVar22 = (double)(long)(uVar14 * uVar14 + 1);" (assignment_expression "dVar22 = (double)(long)(uVar14 * uVar14 + 1)" identifier = (cast_expression "(double)(long)(uVar14 * uVar14 + 1)" ( (type_descriptor "double" primitive_type) ) (cast_expression "(long)(uVar14 * uVar14 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(uVar14 * uVar14 + 1)" ( (binary_expression "uVar14 * uVar14 + 1" (binary_expression "uVar14 * uVar14" identifier * identifier) + number_literal) ))))) ;) (expression_statement "pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];" (assignment_expression "pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10]" (subscript_expression "pdVar10[0x10]" identifier [ number_literal ]) = (binary_expression "dVar21 / dVar22 + pdVar10[0x10]" (binary_expression "dVar21 / dVar22" identifier / identifier) + (subscript_expression "pdVar10[0x10]" identifier [ number_literal ]))) ;) (expression_statement "pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];" (assignment_expression "pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48]" (subscript_expression "pdVar10[0x48]" identifier [ number_literal ]) = (binary_expression "*(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48]" (binary_expression "*(double *)(lVar13 + 0x30) / dVar22" (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))) / identifier) + (subscript_expression "pdVar10[0x48]" identifier [ number_literal ]))) ;) (expression_statement "pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];" (assignment_expression "pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80]" (subscript_expression "pdVar10[0x80]" identifier [ number_literal ]) = (binary_expression "*(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80]" (binary_expression "*(double *)(lVar13 + 0x38) / dVar22" (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))) / identifier) + (subscript_expression "pdVar10[0x80]" identifier [ number_literal ]))) ;) (if_statement "if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }" { (expression_statement "pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];" (assignment_expression "pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8]" (subscript_expression "pdVar10[0xb8]" identifier [ number_literal ]) = (binary_expression "*(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8]" (binary_expression "*(double *)(lVar13 + 0x40) / dVar22" (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) )))) / identifier) + (subscript_expression "pdVar10[0xb8]" identifier [ number_literal ]))) ;) })) (if_statement "if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }" { (expression_statement "pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];" (assignment_expression "pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0]" (subscript_expression "pdVar10[0xf0]" identifier [ number_literal ]) = (binary_expression "*(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0]" (binary_expression "*(double *)(lVar9 + 0x48 + lVar11) / dVar22" (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x48 + lVar11)" ( (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" identifier + number_literal) + identifier) )))) / identifier) + (subscript_expression "pdVar10[0xf0]" identifier [ number_literal ]))) ;) })) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "*pdVar18 = dVar21 + *pdVar18;" (assignment_expression "*pdVar18 = dVar21 + *pdVar18" (pointer_expression "*pdVar18" * identifier) = (binary_expression "dVar21 + *pdVar18" identifier + (pointer_expression "*pdVar18" * identifier))) ;) (expression_statement "pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);" (assignment_expression "pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar18[1]" identifier [ number_literal ]) = (binary_expression "pdVar18[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar18[1]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);" (assignment_expression "pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar18[2]" identifier [ number_literal ]) = (binary_expression "pdVar18[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar18[2]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))))) ;) (if_statement "if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }" { (expression_statement "pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);" (assignment_expression "pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar18[3]" identifier [ number_literal ]) = (binary_expression "pdVar18[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar18[3]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) )))))) ;) })) (if_statement "if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" { (expression_statement "pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);" (assignment_expression "pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar18[4]" identifier [ number_literal ]) = (binary_expression "pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar18[4]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x48 + lVar11)" ( (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" identifier + number_literal) + identifier) )))))) ;) })) (expression_statement "dVar21 = *(double *)(lVar9 + 0x28 + lVar11);" (assignment_expression "dVar21 = *(double *)(lVar9 + 0x28 + lVar11)" identifier = (pointer_expression "*(double *)(lVar9 + 0x28 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x28 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x28 + lVar11)" ( (binary_expression "lVar9 + 0x28 + lVar11" (binary_expression "lVar9 + 0x28" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar23 = (double)((ulong)dVar21 & uVar4);" (assignment_expression "dVar23 = (double)((ulong)dVar21 & uVar4)" identifier = (cast_expression "(double)((ulong)dVar21 & uVar4)" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "((ulong)dVar21 & uVar4)" ( (binary_expression "(ulong)dVar21 & uVar4" (cast_expression "(ulong)dVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) & identifier) )))) ;) (expression_statement "dVar22 = DAT_00411ee0;" (assignment_expression "dVar22 = DAT_00411ee0" identifier = identifier) ;) (if_statement "if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" if (parenthesized_expression "(dVar25 <= dVar23)" ( (binary_expression "dVar25 <= dVar23" identifier <= identifier) )) (compound_statement "{\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" { (expression_statement "dVar22 = log10(dVar23);" (assignment_expression "dVar22 = log10(dVar23)" identifier = (call_expression "log10(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" identifier = (binary_expression "local_f0 + *plVar15" identifier + (pointer_expression "*plVar15" * identifier))) ;) })) (expression_statement "dVar23 = DAT_00411ee0;" (assignment_expression "dVar23 = DAT_00411ee0" identifier = identifier) ;) (expression_statement "pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;" (assignment_expression "pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22" (subscript_expression "pdVar10[0x20]" identifier [ number_literal ]) = (binary_expression "pdVar10[0x20] - dVar21 * dVar22" (subscript_expression "pdVar10[0x20]" identifier [ number_literal ]) - (binary_expression "dVar21 * dVar22" identifier * identifier))) ;) (expression_statement "dVar21 = *(double *)(lVar9 + 0x30 + lVar11);" (assignment_expression "dVar21 = *(double *)(lVar9 + 0x30 + lVar11)" identifier = (pointer_expression "*(double *)(lVar9 + 0x30 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x30 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x30 + lVar11)" ( (binary_expression "lVar9 + 0x30 + lVar11" (binary_expression "lVar9 + 0x30" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar22 = (double)((ulong)dVar21 & uVar4);" (assignment_expression "dVar22 = (double)((ulong)dVar21 & uVar4)" identifier = (cast_expression "(double)((ulong)dVar21 & uVar4)" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "((ulong)dVar21 & uVar4)" ( (binary_expression "(ulong)dVar21 & uVar4" (cast_expression "(ulong)dVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) & identifier) )))) ;) (if_statement "if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }" if (parenthesized_expression "(dVar25 <= dVar22)" ( (binary_expression "dVar25 <= dVar22" identifier <= identifier) )) (compound_statement "{\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }" { (expression_statement "dVar23 = log10(dVar22);" (assignment_expression "dVar23 = log10(dVar22)" identifier = (call_expression "log10(dVar22)" identifier (argument_list "(dVar22)" ( identifier )))) ;) (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" identifier = (binary_expression "local_f0 + *plVar15" identifier + (pointer_expression "*plVar15" * identifier))) ;) })) (expression_statement "dVar22 = DAT_00411ee0;" (assignment_expression "dVar22 = DAT_00411ee0" identifier = identifier) ;) (expression_statement "pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;" (assignment_expression "pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23" (subscript_expression "pdVar10[0x58]" identifier [ number_literal ]) = (binary_expression "pdVar10[0x58] - dVar21 * dVar23" (subscript_expression "pdVar10[0x58]" identifier [ number_literal ]) - (binary_expression "dVar21 * dVar23" identifier * identifier))) ;) (expression_statement "dVar21 = *(double *)(lVar9 + 0x38 + lVar11);" (assignment_expression "dVar21 = *(double *)(lVar9 + 0x38 + lVar11)" identifier = (pointer_expression "*(double *)(lVar9 + 0x38 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x38 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x38 + lVar11)" ( (binary_expression "lVar9 + 0x38 + lVar11" (binary_expression "lVar9 + 0x38" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar23 = (double)((ulong)dVar21 & uVar4);" (assignment_expression "dVar23 = (double)((ulong)dVar21 & uVar4)" identifier = (cast_expression "(double)((ulong)dVar21 & uVar4)" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "((ulong)dVar21 & uVar4)" ( (binary_expression "(ulong)dVar21 & uVar4" (cast_expression "(ulong)dVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) & identifier) )))) ;) (if_statement "if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" if (parenthesized_expression "(dVar25 <= dVar23)" ( (binary_expression "dVar25 <= dVar23" identifier <= identifier) )) (compound_statement "{\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" { (expression_statement "dVar22 = log10(dVar23);" (assignment_expression "dVar22 = log10(dVar23)" identifier = (call_expression "log10(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" identifier = (binary_expression "local_f0 + *plVar15" identifier + (pointer_expression "*plVar15" * identifier))) ;) })) (expression_statement "iVar5 = *(int *)(lVar2 + 4);" (assignment_expression "iVar5 = *(int *)(lVar2 + 4)" identifier = (pointer_expression "*(int *)(lVar2 + 4)" * (cast_expression "(int *)(lVar2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 4)" ( (binary_expression "lVar2 + 4" identifier + number_literal) ))))) ;) (expression_statement "pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;" (assignment_expression "pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22" (subscript_expression "pdVar10[0x90]" identifier [ number_literal ]) = (binary_expression "pdVar10[0x90] - dVar21 * dVar22" (subscript_expression "pdVar10[0x90]" identifier [ number_literal ]) - (binary_expression "dVar21 * dVar22" identifier * identifier))) ;) (if_statement "if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }" { (expression_statement "dVar21 = *(double *)(lVar9 + 0x40 + lVar11);" (assignment_expression "dVar21 = *(double *)(lVar9 + 0x40 + lVar11)" identifier = (pointer_expression "*(double *)(lVar9 + 0x40 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x40 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x40 + lVar11)" ( (binary_expression "lVar9 + 0x40 + lVar11" (binary_expression "lVar9 + 0x40" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar23 = (double)((ulong)dVar21 & uVar4);" (assignment_expression "dVar23 = (double)((ulong)dVar21 & uVar4)" identifier = (cast_expression "(double)((ulong)dVar21 & uVar4)" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "((ulong)dVar21 & uVar4)" ( (binary_expression "(ulong)dVar21 & uVar4" (cast_expression "(ulong)dVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) & identifier) )))) ;) (expression_statement "dVar22 = DAT_00411ee0;" (assignment_expression "dVar22 = DAT_00411ee0" identifier = identifier) ;) (if_statement "if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" if (parenthesized_expression "(dVar25 <= dVar23)" ( (binary_expression "dVar25 <= dVar23" identifier <= identifier) )) (compound_statement "{\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" { (expression_statement "dVar22 = log10(dVar23);" (assignment_expression "dVar22 = log10(dVar23)" identifier = (call_expression "log10(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" identifier = (binary_expression "local_f0 + *plVar15" identifier + (pointer_expression "*plVar15" * identifier))) ;) })) (expression_statement "pdVar10[200] = pdVar10[200] - dVar21 * dVar22;" (assignment_expression "pdVar10[200] = pdVar10[200] - dVar21 * dVar22" (subscript_expression "pdVar10[200]" identifier [ number_literal ]) = (binary_expression "pdVar10[200] - dVar21 * dVar22" (subscript_expression "pdVar10[200]" identifier [ number_literal ]) - (binary_expression "dVar21 * dVar22" identifier * identifier))) ;) })) (expression_statement "iVar6 = *(int *)(lVar2 + 0x33c);" (assignment_expression "iVar6 = *(int *)(lVar2 + 0x33c)" identifier = (pointer_expression "*(int *)(lVar2 + 0x33c)" * (cast_expression "(int *)(lVar2 + 0x33c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x33c)" ( (binary_expression "lVar2 + 0x33c" identifier + number_literal) ))))) ;) (if_statement "if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }" { (expression_statement "dVar21 = *(double *)(lVar9 + 0x48 + lVar11);" (assignment_expression "dVar21 = *(double *)(lVar9 + 0x48 + lVar11)" identifier = (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x48 + lVar11)" ( (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar23 = (double)((ulong)dVar21 & uVar4);" (assignment_expression "dVar23 = (double)((ulong)dVar21 & uVar4)" identifier = (cast_expression "(double)((ulong)dVar21 & uVar4)" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "((ulong)dVar21 & uVar4)" ( (binary_expression "(ulong)dVar21 & uVar4" (cast_expression "(ulong)dVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) & identifier) )))) ;) (expression_statement "dVar22 = DAT_00411ee0;" (assignment_expression "dVar22 = DAT_00411ee0" identifier = identifier) ;) (if_statement "if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }" if (parenthesized_expression "(dVar25 <= dVar23)" ( (binary_expression "dVar25 <= dVar23" identifier <= identifier) )) (compound_statement "{\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }" { (expression_statement "dVar22 = log10(dVar23);" (assignment_expression "dVar22 = log10(dVar23)" identifier = (call_expression "log10(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" identifier = (binary_expression "local_f0 + *plVar15" identifier + (pointer_expression "*plVar15" * identifier))) ;) (expression_statement "iVar6 = *(int *)(lVar2 + 0x33c);" (assignment_expression "iVar6 = *(int *)(lVar2 + 0x33c)" identifier = (pointer_expression "*(int *)(lVar2 + 0x33c)" * (cast_expression "(int *)(lVar2 + 0x33c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x33c)" ( (binary_expression "lVar2 + 0x33c" identifier + number_literal) ))))) ;) })) (expression_statement "pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;" (assignment_expression "pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22" (subscript_expression "pdVar10[0x100]" identifier [ number_literal ]) = (binary_expression "pdVar10[0x100] - dVar21 * dVar22" (subscript_expression "pdVar10[0x100]" identifier [ number_literal ]) - (binary_expression "dVar21 * dVar22" identifier * identifier))) ;) })) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "*pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);" (assignment_expression "*pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar17" * identifier) = (binary_expression "*pdVar17 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar17" * identifier) + (pointer_expression "*(double *)(lVar13 + 0x28)" * (cast_expression "(double *)(lVar13 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28)" ( (binary_expression "lVar13 + 0x28" identifier + number_literal) )))))) ;) (expression_statement "pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);" (assignment_expression "pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar17[1]" identifier [ number_literal ]) = (binary_expression "pdVar17[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar17[1]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);" (assignment_expression "pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar17[2]" identifier [ number_literal ]) = (binary_expression "pdVar17[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar17[2]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))))) ;) (if_statement "if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }" { (expression_statement "pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);" (assignment_expression "pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48)" (subscript_expression "pdVar17[4]" identifier [ number_literal ]) = (binary_expression "pdVar17[4] + *(double *)(lVar13 + 0x48)" (subscript_expression "pdVar17[4]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x48)" * (cast_expression "(double *)(lVar13 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x48)" ( (binary_expression "lVar13 + 0x48" identifier + number_literal) )))))) ;) })) (expression_statement "iVar5 = *(int *)(lVar2 + 4);" (assignment_expression "iVar5 = *(int *)(lVar2 + 4)" identifier = (pointer_expression "*(int *)(lVar2 + 4)" * (cast_expression "(int *)(lVar2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 4)" ( (binary_expression "lVar2 + 4" identifier + number_literal) ))))) ;) (if_statement "if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }" { (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);" (assignment_expression "pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar17[3]" identifier [ number_literal ]) = (binary_expression "pdVar17[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar17[3]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) )))))) ;) (expression_statement "*pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);" (assignment_expression "*pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar19" * identifier) = (binary_expression "*pdVar19 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar19" * identifier) + (pointer_expression "*(double *)(lVar13 + 0x28)" * (cast_expression "(double *)(lVar13 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28)" ( (binary_expression "lVar13 + 0x28" identifier + number_literal) )))))) ;) (expression_statement "pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);" (assignment_expression "pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar19[1]" identifier [ number_literal ]) = (binary_expression "pdVar19[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar19[1]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);" (assignment_expression "pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar19[2]" identifier [ number_literal ]) = (binary_expression "pdVar19[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar19[2]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))))) ;) (expression_statement "pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);" (assignment_expression "pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar19[3]" identifier [ number_literal ]) = (binary_expression "pdVar19[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar19[3]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) )))))) ;) }) (else_clause "else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }" else (compound_statement "{\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }" { (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "*pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);" (assignment_expression "*pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar19" * identifier) = (binary_expression "*pdVar19 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar19" * identifier) + (pointer_expression "*(double *)(lVar13 + 0x28)" * (cast_expression "(double *)(lVar13 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28)" ( (binary_expression "lVar13 + 0x28" identifier + number_literal) )))))) ;) (expression_statement "pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);" (assignment_expression "pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar19[1]" identifier [ number_literal ]) = (binary_expression "pdVar19[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar19[1]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);" (assignment_expression "pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar19[2]" identifier [ number_literal ]) = (binary_expression "pdVar19[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar19[2]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))))) ;) }))) (if_statement "if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" { (expression_statement "pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);" (assignment_expression "pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar19[4]" identifier [ number_literal ]) = (binary_expression "pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar19[4]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x48 + lVar11)" ( (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" identifier + number_literal) + identifier) )))))) ;) })) (expression_statement "plVar15 = plVar15 + 1;" (assignment_expression "plVar15 = plVar15 + 1" identifier = (binary_expression "plVar15 + 1" identifier + number_literal)) ;) (expression_statement "pdVar17 = pdVar17 + 0x2c;" (assignment_expression "pdVar17 = pdVar17 + 0x2c" identifier = (binary_expression "pdVar17 + 0x2c" identifier + number_literal)) ;) (expression_statement "pdVar18 = pdVar18 + 0x2c;" (assignment_expression "pdVar18 = pdVar18 + 0x2c" identifier = (binary_expression "pdVar18 + 0x2c" identifier + number_literal)) ;) (expression_statement "local_d8 = local_d8 + local_e8;" (assignment_expression "local_d8 = local_d8 + local_e8" identifier = (binary_expression "local_d8 + local_e8" identifier + identifier)) ;) (expression_statement "uVar14 = uVar14 - 1;" (assignment_expression "uVar14 = uVar14 - 1" identifier = (binary_expression "uVar14 - 1" identifier - number_literal)) ;) }) while (parenthesized_expression "(local_e8 - uVar8 != uVar14)" ( (binary_expression "local_e8 - uVar8 != uVar14" (binary_expression "local_e8 - uVar8" identifier - identifier) != identifier) )) ;) (expression_statement "lVar13 = param_1[7];" (assignment_expression "lVar13 = param_1[7]" identifier = (subscript_expression "param_1[7]" identifier [ number_literal ])) ;) (expression_statement "dVar22 = (double)(long)local_e8;" (assignment_expression "dVar22 = (double)(long)local_e8" identifier = (cast_expression "(double)(long)local_e8" ( (type_descriptor "double" primitive_type) ) (cast_expression "(long)local_e8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "lVar9 = param_1[9];" (assignment_expression "lVar9 = param_1[9]" identifier = (subscript_expression "param_1[9]" identifier [ number_literal ])) ;) (expression_statement "lVar12 = lVar13 + lVar11;" (assignment_expression "lVar12 = lVar13 + lVar11" identifier = (binary_expression "lVar13 + lVar11" identifier + identifier)) ;) (expression_statement "lVar16 = lVar9 + lVar11;" (assignment_expression "lVar16 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "*(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);" (assignment_expression "*(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28)" (pointer_expression "*(double *)(lVar12 + 0x28)" * (cast_expression "(double *)(lVar12 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x28)" ( (binary_expression "lVar12 + 0x28" identifier + number_literal) )))) = (binary_expression "*pdVar20 * dVar22 + *(double *)(lVar12 + 0x28)" (binary_expression "*pdVar20 * dVar22" (pointer_expression "*pdVar20" * identifier) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x28)" * (cast_expression "(double *)(lVar12 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x28)" ( (binary_expression "lVar12 + 0x28" identifier + number_literal) )))))) ;) (expression_statement "dVar21 = (double)(long)(local_e8 * local_e8);" (assignment_expression "dVar21 = (double)(long)(local_e8 * local_e8)" identifier = (cast_expression "(double)(long)(local_e8 * local_e8)" ( (type_descriptor "double" primitive_type) ) (cast_expression "(long)(local_e8 * local_e8)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(local_e8 * local_e8)" ( (binary_expression "local_e8 * local_e8" identifier * identifier) ))))) ;) (expression_statement "*(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);" (assignment_expression "*(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28)" (pointer_expression "*(double *)(lVar16 + 0x28)" * (cast_expression "(double *)(lVar16 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x28)" ( (binary_expression "lVar16 + 0x28" identifier + number_literal) )))) = (binary_expression "*pdVar20 * dVar21 + *(double *)(lVar16 + 0x28)" (binary_expression "*pdVar20 * dVar21" (pointer_expression "*pdVar20" * identifier) * identifier) + (pointer_expression "*(double *)(lVar16 + 0x28)" * (cast_expression "(double *)(lVar16 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x28)" ( (binary_expression "lVar16 + 0x28" identifier + number_literal) )))))) ;) (expression_statement "*(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);" (assignment_expression "*(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30)" (pointer_expression "*(double *)(lVar12 + 0x30)" * (cast_expression "(double *)(lVar12 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x30)" ( (binary_expression "lVar12 + 0x30" identifier + number_literal) )))) = (binary_expression "pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30)" (binary_expression "pdVar20[1] * dVar22" (subscript_expression "pdVar20[1]" identifier [ number_literal ]) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x30)" * (cast_expression "(double *)(lVar12 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x30)" ( (binary_expression "lVar12 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "*(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);" (assignment_expression "*(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30)" (pointer_expression "*(double *)(lVar16 + 0x30)" * (cast_expression "(double *)(lVar16 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x30)" ( (binary_expression "lVar16 + 0x30" identifier + number_literal) )))) = (binary_expression "pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30)" (binary_expression "pdVar20[1] * dVar21" (subscript_expression "pdVar20[1]" identifier [ number_literal ]) * identifier) + (pointer_expression "*(double *)(lVar16 + 0x30)" * (cast_expression "(double *)(lVar16 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x30)" ( (binary_expression "lVar16 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "*(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);" (assignment_expression "*(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38)" (pointer_expression "*(double *)(lVar12 + 0x38)" * (cast_expression "(double *)(lVar12 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x38)" ( (binary_expression "lVar12 + 0x38" identifier + number_literal) )))) = (binary_expression "pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38)" (binary_expression "pdVar20[2] * dVar22" (subscript_expression "pdVar20[2]" identifier [ number_literal ]) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x38)" * (cast_expression "(double *)(lVar12 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x38)" ( (binary_expression "lVar12 + 0x38" identifier + number_literal) )))))) ;) (expression_statement "*(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);" (assignment_expression "*(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38)" (pointer_expression "*(double *)(lVar16 + 0x38)" * (cast_expression "(double *)(lVar16 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x38)" ( (binary_expression "lVar16 + 0x38" identifier + number_literal) )))) = (binary_expression "pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38)" (binary_expression "pdVar20[2] * dVar21" (subscript_expression "pdVar20[2]" identifier [ number_literal ]) * identifier) + (pointer_expression "*(double *)(lVar16 + 0x38)" * (cast_expression "(double *)(lVar16 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x38)" ( (binary_expression "lVar16 + 0x38" identifier + number_literal) )))))) ;) (if_statement "if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }" { (expression_statement "*(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);" (assignment_expression "*(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40)" (pointer_expression "*(double *)(lVar12 + 0x40)" * (cast_expression "(double *)(lVar12 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x40)" ( (binary_expression "lVar12 + 0x40" identifier + number_literal) )))) = (binary_expression "pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40)" (binary_expression "pdVar20[3] * dVar22" (subscript_expression "pdVar20[3]" identifier [ number_literal ]) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x40)" * (cast_expression "(double *)(lVar12 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x40)" ( (binary_expression "lVar12 + 0x40" identifier + number_literal) )))))) ;) (expression_statement "*(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);" (assignment_expression "*(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40)" (pointer_expression "*(double *)(lVar16 + 0x40)" * (cast_expression "(double *)(lVar16 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x40)" ( (binary_expression "lVar16 + 0x40" identifier + number_literal) )))) = (binary_expression "pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40)" (binary_expression "pdVar20[3] * dVar21" (subscript_expression "pdVar20[3]" identifier [ number_literal ]) * identifier) + (pointer_expression "*(double *)(lVar16 + 0x40)" * (cast_expression "(double *)(lVar16 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x40)" ( (binary_expression "lVar16 + 0x40" identifier + number_literal) )))))) ;) })) (if_statement "if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }" { (expression_statement "*(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);" (assignment_expression "*(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48)" (pointer_expression "*(double *)(lVar13 + lVar11 + 0x48)" * (cast_expression "(double *)(lVar13 + lVar11 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + lVar11 + 0x48)" ( (binary_expression "lVar13 + lVar11 + 0x48" (binary_expression "lVar13 + lVar11" identifier + identifier) + number_literal) )))) = (binary_expression "dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48)" (binary_expression "dVar22 * pdVar20[4]" identifier * (subscript_expression "pdVar20[4]" identifier [ number_literal ])) + (pointer_expression "*(double *)(lVar13 + lVar11 + 0x48)" * (cast_expression "(double *)(lVar13 + lVar11 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + lVar11 + 0x48)" ( (binary_expression "lVar13 + lVar11 + 0x48" (binary_expression "lVar13 + lVar11" identifier + identifier) + number_literal) )))))) ;) (expression_statement "*(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);" (assignment_expression "*(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48)" (pointer_expression "*(double *)(lVar9 + lVar11 + 0x48)" * (cast_expression "(double *)(lVar9 + lVar11 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + lVar11 + 0x48)" ( (binary_expression "lVar9 + lVar11 + 0x48" (binary_expression "lVar9 + lVar11" identifier + identifier) + number_literal) )))) = (binary_expression "dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48)" (binary_expression "dVar21 * pdVar20[4]" identifier * (subscript_expression "pdVar20[4]" identifier [ number_literal ])) + (pointer_expression "*(double *)(lVar9 + lVar11 + 0x48)" * (cast_expression "(double *)(lVar9 + lVar11 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + lVar11 + 0x48)" ( (binary_expression "lVar9 + lVar11 + 0x48" (binary_expression "lVar9 + lVar11" identifier + identifier) + number_literal) )))))) ;) })) (expression_statement "local_e8 = local_e8 + 1;" (assignment_expression "local_e8 = local_e8 + 1" identifier = (binary_expression "local_e8 + 1" identifier + number_literal)) ;) (expression_statement "pdVar20 = pdVar20 + 0x2c;" (assignment_expression "pdVar20 = pdVar20 + 0x2c" identifier = (binary_expression "pdVar20 + 0x2c" identifier + number_literal)) ;) (expression_statement "pdVar19 = pdVar19 + 0x2c;" (assignment_expression "pdVar19 = pdVar19 + 0x2c" identifier = (binary_expression "pdVar19 + 0x2c" identifier + number_literal)) ;) (expression_statement "local_f0 = local_f0 + 0x160;" (assignment_expression "local_f0 = local_f0 + 0x160" identifier = (binary_expression "local_f0 + 0x160" identifier + number_literal)) ;) }) while (parenthesized_expression "(local_e8 != uVar8)" ( (binary_expression "local_e8 != uVar8" identifier != identifier) )) ;) }))) (expression_statement "lVar11 = param_1[3];" (assignment_expression "lVar11 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (expression_statement "lVar12 = local_78 * 0x58;" (assignment_expression "lVar12 = local_78 * 0x58" identifier = (binary_expression "local_78 * 0x58" identifier * number_literal)) ;) (expression_statement "dVar25 = *(double *)(lVar13 + 0x28 + lVar12);" (assignment_expression "dVar25 = *(double *)(lVar13 + 0x28 + lVar12)" identifier = (pointer_expression "*(double *)(lVar13 + 0x28 + lVar12)" * (cast_expression "(double *)(lVar13 + 0x28 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28 + lVar12)" ( (binary_expression "lVar13 + 0x28 + lVar12" (binary_expression "lVar13 + 0x28" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar25 = dVar25 * dVar25;" (assignment_expression "dVar25 = dVar25 * dVar25" identifier = (binary_expression "dVar25 * dVar25" identifier * identifier)) ;) (expression_statement "dVar21 = *(double *)(lVar11 + 0x28 + lVar12);" (assignment_expression "dVar21 = *(double *)(lVar11 + 0x28 + lVar12)" identifier = (pointer_expression "*(double *)(lVar11 + 0x28 + lVar12)" * (cast_expression "(double *)(lVar11 + 0x28 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x28 + lVar12)" ( (binary_expression "lVar11 + 0x28 + lVar12" (binary_expression "lVar11 + 0x28" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;" (assignment_expression "dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25" identifier = (binary_expression "*(double *)(lVar9 + 0x28 + lVar12) - dVar25" (pointer_expression "*(double *)(lVar9 + 0x28 + lVar12)" * (cast_expression "(double *)(lVar9 + 0x28 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x28 + lVar12)" ( (binary_expression "lVar9 + 0x28 + lVar12" (binary_expression "lVar9 + 0x28" identifier + number_literal) + identifier) )))) - identifier)) ;) (expression_statement "dVar22 = SQRT(dVar23);" (assignment_expression "dVar22 = SQRT(dVar23)" identifier = (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (if_statement "if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }" if (parenthesized_expression "(dVar23 < 0.0)" ( (binary_expression "dVar23 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }" { (expression_statement "sqrt(dVar23);" (call_expression "sqrt(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) ;) (expression_statement "lVar13 = param_1[7];" (assignment_expression "lVar13 = param_1[7]" identifier = (subscript_expression "param_1[7]" identifier [ number_literal ])) ;) (expression_statement "lVar9 = param_1[9];" (assignment_expression "lVar9 = param_1[9]" identifier = (subscript_expression "param_1[9]" identifier [ number_literal ])) ;) (expression_statement "dVar22 = *(double *)(lVar13 + 0x28 + lVar12);" (assignment_expression "dVar22 = *(double *)(lVar13 + 0x28 + lVar12)" identifier = (pointer_expression "*(double *)(lVar13 + 0x28 + lVar12)" * (cast_expression "(double *)(lVar13 + 0x28 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28 + lVar12)" ( (binary_expression "lVar13 + 0x28 + lVar12" (binary_expression "lVar13 + 0x28" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;" (assignment_expression "dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22" identifier = (binary_expression "*(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22" (pointer_expression "*(double *)(lVar9 + 0x28 + lVar12)" * (cast_expression "(double *)(lVar9 + 0x28 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x28 + lVar12)" ( (binary_expression "lVar9 + 0x28 + lVar12" (binary_expression "lVar9 + 0x28" identifier + number_literal) + identifier) )))) - (binary_expression "dVar22 * dVar22" identifier * identifier))) ;) (expression_statement "dVar22 = SQRT(dVar24);" (assignment_expression "dVar22 = SQRT(dVar24)" identifier = (call_expression "SQRT(dVar24)" identifier (argument_list "(dVar24)" ( identifier )))) ;) (if_statement "if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }" if (parenthesized_expression "(0.0 <= dVar24)" ( (binary_expression "0.0 <= dVar24" number_literal <= identifier) )) (compound_statement "{\n lVar11 = param_1[3];\n }" { (expression_statement "lVar11 = param_1[3];" (assignment_expression "lVar11 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) }) (else_clause "else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }" else (compound_statement "{\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }" { (expression_statement "sqrt(dVar24);" (call_expression "sqrt(dVar24)" identifier (argument_list "(dVar24)" ( identifier ))) ;) (expression_statement "lVar11 = param_1[3];" (assignment_expression "lVar11 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (expression_statement "lVar13 = param_1[7];" (assignment_expression "lVar13 = param_1[7]" identifier = (subscript_expression "param_1[7]" identifier [ number_literal ])) ;) (expression_statement "lVar9 = param_1[9];" (assignment_expression "lVar9 = param_1[9]" identifier = (subscript_expression "param_1[9]" identifier [ number_literal ])) ;) }))) })) (expression_statement "lVar12 = local_78 * 0x58;" (assignment_expression "lVar12 = local_78 * 0x58" identifier = (binary_expression "local_78 * 0x58" identifier * number_literal)) ;) (expression_statement "pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);" (assignment_expression "pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (subscript_expression "pdVar10[8]" identifier [ number_literal ]) = (binary_expression "(dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (parenthesized_expression "(dVar21 - dVar25)" ( (binary_expression "dVar21 - dVar25" identifier - identifier) )) / (parenthesized_expression "(SQRT(dVar23) * dVar22)" ( (binary_expression "SQRT(dVar23) * dVar22" (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) * identifier) )))) ;) (expression_statement "dVar25 = *(double *)(lVar13 + 0x30 + lVar12);" (assignment_expression "dVar25 = *(double *)(lVar13 + 0x30 + lVar12)" identifier = (pointer_expression "*(double *)(lVar13 + 0x30 + lVar12)" * (cast_expression "(double *)(lVar13 + 0x30 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30 + lVar12)" ( (binary_expression "lVar13 + 0x30 + lVar12" (binary_expression "lVar13 + 0x30" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar21 = *(double *)(lVar11 + 0x30 + lVar12);" (assignment_expression "dVar21 = *(double *)(lVar11 + 0x30 + lVar12)" identifier = (pointer_expression "*(double *)(lVar11 + 0x30 + lVar12)" * (cast_expression "(double *)(lVar11 + 0x30 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x30 + lVar12)" ( (binary_expression "lVar11 + 0x30 + lVar12" (binary_expression "lVar11 + 0x30" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar25 = dVar25 * dVar25;" (assignment_expression "dVar25 = dVar25 * dVar25" identifier = (binary_expression "dVar25 * dVar25" identifier * identifier)) ;) (expression_statement "dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;" (assignment_expression "dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25" identifier = (binary_expression "*(double *)(lVar9 + 0x30 + lVar12) - dVar25" (pointer_expression "*(double *)(lVar9 + 0x30 + lVar12)" * (cast_expression "(double *)(lVar9 + 0x30 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x30 + lVar12)" ( (binary_expression "lVar9 + 0x30 + lVar12" (binary_expression "lVar9 + 0x30" identifier + number_literal) + identifier) )))) - identifier)) ;) (expression_statement "dVar22 = SQRT(dVar23);" (assignment_expression "dVar22 = SQRT(dVar23)" identifier = (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (if_statement "if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }" if (parenthesized_expression "(dVar23 < 0.0)" ( (binary_expression "dVar23 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }" { (expression_statement "sqrt(dVar23);" (call_expression "sqrt(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) ;) (expression_statement "lVar13 = param_1[7];" (assignment_expression "lVar13 = param_1[7]" identifier = (subscript_expression "param_1[7]" identifier [ number_literal ])) ;) (expression_statement "lVar9 = param_1[9];" (assignment_expression "lVar9 = param_1[9]" identifier = (subscript_expression "param_1[9]" identifier [ number_literal ])) ;) (expression_statement "dVar22 = *(double *)(lVar13 + 0x30 + lVar12);" (assignment_expression "dVar22 = *(double *)(lVar13 + 0x30 + lVar12)" identifier = (pointer_expression "*(double *)(lVar13 + 0x30 + lVar12)" * (cast_expression "(double *)(lVar13 + 0x30 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30 + lVar12)" ( (binary_expression "lVar13 + 0x30 + lVar12" (binary_expression "lVar13 + 0x30" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;" (assignment_expression "dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22" identifier = (binary_expression "*(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22" (pointer_expression "*(double *)(lVar9 + 0x30 + lVar12)" * (cast_expression "(double *)(lVar9 + 0x30 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x30 + lVar12)" ( (binary_expression "lVar9 + 0x30 + lVar12" (binary_expression "lVar9 + 0x30" identifier + number_literal) + identifier) )))) - (binary_expression "dVar22 * dVar22" identifier * identifier))) ;) (expression_statement "dVar22 = SQRT(dVar24);" (assignment_expression "dVar22 = SQRT(dVar24)" identifier = (call_expression "SQRT(dVar24)" identifier (argument_list "(dVar24)" ( identifier )))) ;) (if_statement "if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }" if (parenthesized_expression "(0.0 <= dVar24)" ( (binary_expression "0.0 <= dVar24" number_literal <= identifier) )) (compound_statement "{\n lVar11 = param_1[3];\n }" { (expression_statement "lVar11 = param_1[3];" (assignment_expression "lVar11 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) }) (else_clause "else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }" else (compound_statement "{\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }" { (expression_statement "sqrt(dVar24);" (call_expression "sqrt(dVar24)" identifier (argument_list "(dVar24)" ( identifier ))) ;) (expression_statement "lVar11 = param_1[3];" (assignment_expression "lVar11 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (expression_statement "lVar13 = param_1[7];" (assignment_expression "lVar13 = param_1[7]" identifier = (subscript_expression "param_1[7]" identifier [ number_literal ])) ;) (expression_statement "lVar9 = param_1[9];" (assignment_expression "lVar9 = param_1[9]" identifier = (subscript_expression "param_1[9]" identifier [ number_literal ])) ;) }))) })) (expression_statement "lVar12 = local_78 * 0x58;" (assignment_expression "lVar12 = local_78 * 0x58" identifier = (binary_expression "local_78 * 0x58" identifier * number_literal)) ;) (expression_statement "pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);" (assignment_expression "pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (subscript_expression "pdVar10[0x40]" identifier [ number_literal ]) = (binary_expression "(dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (parenthesized_expression "(dVar21 - dVar25)" ( (binary_expression "dVar21 - dVar25" identifier - identifier) )) / (parenthesized_expression "(SQRT(dVar23) * dVar22)" ( (binary_expression "SQRT(dVar23) * dVar22" (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) * identifier) )))) ;) (expression_statement "dVar25 = *(double *)(lVar13 + 0x38 + lVar12);" (assignment_expression "dVar25 = *(double *)(lVar13 + 0x38 + lVar12)" identifier = (pointer_expression "*(double *)(lVar13 + 0x38 + lVar12)" * (cast_expression "(double *)(lVar13 + 0x38 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38 + lVar12)" ( (binary_expression "lVar13 + 0x38 + lVar12" (binary_expression "lVar13 + 0x38" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar25 = dVar25 * dVar25;" (assignment_expression "dVar25 = dVar25 * dVar25" identifier = (binary_expression "dVar25 * dVar25" identifier * identifier)) ;) (expression_statement "dVar21 = *(double *)(lVar11 + 0x38 + lVar12);" (assignment_expression "dVar21 = *(double *)(lVar11 + 0x38 + lVar12)" identifier = (pointer_expression "*(double *)(lVar11 + 0x38 + lVar12)" * (cast_expression "(double *)(lVar11 + 0x38 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x38 + lVar12)" ( (binary_expression "lVar11 + 0x38 + lVar12" (binary_expression "lVar11 + 0x38" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;" (assignment_expression "dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25" identifier = (binary_expression "*(double *)(lVar9 + 0x38 + lVar12) - dVar25" (pointer_expression "*(double *)(lVar9 + 0x38 + lVar12)" * (cast_expression "(double *)(lVar9 + 0x38 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x38 + lVar12)" ( (binary_expression "lVar9 + 0x38 + lVar12" (binary_expression "lVar9 + 0x38" identifier + number_literal) + identifier) )))) - identifier)) ;) (expression_statement "dVar22 = SQRT(dVar23);" (assignment_expression "dVar22 = SQRT(dVar23)" identifier = (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (if_statement "if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" if (parenthesized_expression "(dVar23 < 0.0)" ( (binary_expression "dVar23 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" { (expression_statement "sqrt(dVar23);" (call_expression "sqrt(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) ;) (expression_statement "dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);" (assignment_expression "dVar22 = *(double *)(param_1[7] + lVar12 + 0x38)" identifier = (pointer_expression "*(double *)(param_1[7] + lVar12 + 0x38)" * (cast_expression "(double *)(param_1[7] + lVar12 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[7] + lVar12 + 0x38)" ( (binary_expression "param_1[7] + lVar12 + 0x38" (binary_expression "param_1[7] + lVar12" (subscript_expression "param_1[7]" identifier [ number_literal ]) + identifier) + number_literal) ))))) ;) (expression_statement "dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;" (assignment_expression "dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22" identifier = (binary_expression "*(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22" (pointer_expression "*(double *)(lVar12 + param_1[9] + 0x38)" * (cast_expression "(double *)(lVar12 + param_1[9] + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + param_1[9] + 0x38)" ( (binary_expression "lVar12 + param_1[9] + 0x38" (binary_expression "lVar12 + param_1[9]" identifier + (subscript_expression "param_1[9]" identifier [ number_literal ])) + number_literal) )))) - (binary_expression "dVar22 * dVar22" identifier * identifier))) ;) (expression_statement "dVar22 = SQRT(dVar24);" (assignment_expression "dVar22 = SQRT(dVar24)" identifier = (call_expression "SQRT(dVar24)" identifier (argument_list "(dVar24)" ( identifier )))) ;) (if_statement "if (dVar24 < 0.0) {\n sqrt(dVar24);\n }" if (parenthesized_expression "(dVar24 < 0.0)" ( (binary_expression "dVar24 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar24);\n }" { (expression_statement "sqrt(dVar24);" (call_expression "sqrt(dVar24)" identifier (argument_list "(dVar24)" ( identifier ))) ;) })) })) (expression_statement "iVar5 = *(int *)(lVar2 + 4);" (assignment_expression "iVar5 = *(int *)(lVar2 + 4)" identifier = (pointer_expression "*(int *)(lVar2 + 4)" * (cast_expression "(int *)(lVar2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 4)" ( (binary_expression "lVar2 + 4" identifier + number_literal) ))))) ;) (expression_statement "pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);" (assignment_expression "pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (subscript_expression "pdVar10[0x78]" identifier [ number_literal ]) = (binary_expression "(dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (parenthesized_expression "(dVar21 - dVar25)" ( (binary_expression "dVar21 - dVar25" identifier - identifier) )) / (parenthesized_expression "(SQRT(dVar23) * dVar22)" ( (binary_expression "SQRT(dVar23) * dVar22" (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) * identifier) )))) ;) (if_statement "if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }" { (expression_statement "lVar13 = local_78 * 0x58;" (assignment_expression "lVar13 = local_78 * 0x58" identifier = (binary_expression "local_78 * 0x58" identifier * number_literal)) ;) (expression_statement "dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);" (assignment_expression "dVar25 = *(double *)(param_1[7] + lVar13 + 0x40)" identifier = (pointer_expression "*(double *)(param_1[7] + lVar13 + 0x40)" * (cast_expression "(double *)(param_1[7] + lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[7] + lVar13 + 0x40)" ( (binary_expression "param_1[7] + lVar13 + 0x40" (binary_expression "param_1[7] + lVar13" (subscript_expression "param_1[7]" identifier [ number_literal ]) + identifier) + number_literal) ))))) ;) (expression_statement "dVar25 = dVar25 * dVar25;" (assignment_expression "dVar25 = dVar25 * dVar25" identifier = (binary_expression "dVar25 * dVar25" identifier * identifier)) ;) (expression_statement "dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);" (assignment_expression "dVar21 = *(double *)(param_1[3] + lVar13 + 0x40)" identifier = (pointer_expression "*(double *)(param_1[3] + lVar13 + 0x40)" * (cast_expression "(double *)(param_1[3] + lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[3] + lVar13 + 0x40)" ( (binary_expression "param_1[3] + lVar13 + 0x40" (binary_expression "param_1[3] + lVar13" (subscript_expression "param_1[3]" identifier [ number_literal ]) + identifier) + number_literal) ))))) ;) (expression_statement "dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;" (assignment_expression "dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25" identifier = (binary_expression "*(double *)(param_1[9] + lVar13 + 0x40) - dVar25" (pointer_expression "*(double *)(param_1[9] + lVar13 + 0x40)" * (cast_expression "(double *)(param_1[9] + lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[9] + lVar13 + 0x40)" ( (binary_expression "param_1[9] + lVar13 + 0x40" (binary_expression "param_1[9] + lVar13" (subscript_expression "param_1[9]" identifier [ number_literal ]) + identifier) + number_literal) )))) - identifier)) ;) (expression_statement "dVar22 = SQRT(dVar23);" (assignment_expression "dVar22 = SQRT(dVar23)" identifier = (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (if_statement "if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" if (parenthesized_expression "(dVar23 < 0.0)" ( (binary_expression "dVar23 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" { (expression_statement "sqrt(dVar23);" (call_expression "sqrt(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) ;) (expression_statement "dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);" (assignment_expression "dVar22 = *(double *)(param_1[7] + lVar13 + 0x40)" identifier = (pointer_expression "*(double *)(param_1[7] + lVar13 + 0x40)" * (cast_expression "(double *)(param_1[7] + lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[7] + lVar13 + 0x40)" ( (binary_expression "param_1[7] + lVar13 + 0x40" (binary_expression "param_1[7] + lVar13" (subscript_expression "param_1[7]" identifier [ number_literal ]) + identifier) + number_literal) ))))) ;) (expression_statement "dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;" (assignment_expression "dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22" identifier = (binary_expression "*(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22" (pointer_expression "*(double *)(param_1[9] + lVar13 + 0x40)" * (cast_expression "(double *)(param_1[9] + lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[9] + lVar13 + 0x40)" ( (binary_expression "param_1[9] + lVar13 + 0x40" (binary_expression "param_1[9] + lVar13" (subscript_expression "param_1[9]" identifier [ number_literal ]) + identifier) + number_literal) )))) - (binary_expression "dVar22 * dVar22" identifier * identifier))) ;) (expression_statement "dVar22 = SQRT(dVar24);" (assignment_expression "dVar22 = SQRT(dVar24)" identifier = (call_expression "SQRT(dVar24)" identifier (argument_list "(dVar24)" ( identifier )))) ;) (if_statement "if (dVar24 < 0.0) {\n sqrt(dVar24);\n }" if (parenthesized_expression "(dVar24 < 0.0)" ( (binary_expression "dVar24 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar24);\n }" { (expression_statement "sqrt(dVar24);" (call_expression "sqrt(dVar24)" identifier (argument_list "(dVar24)" ( identifier ))) ;) })) })) (expression_statement "pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);" (assignment_expression "pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (subscript_expression "pdVar10[0xb0]" identifier [ number_literal ]) = (binary_expression "(dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (parenthesized_expression "(dVar21 - dVar25)" ( (binary_expression "dVar21 - dVar25" identifier - identifier) )) / (parenthesized_expression "(SQRT(dVar23) * dVar22)" ( (binary_expression "SQRT(dVar23) * dVar22" (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) * identifier) )))) ;) })) (if_statement "if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }" if (parenthesized_expression "(*(int *)(lVar2 + 0x33c) != 0)" ( (binary_expression "*(int *)(lVar2 + 0x33c) != 0" (pointer_expression "*(int *)(lVar2 + 0x33c)" * (cast_expression "(int *)(lVar2 + 0x33c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x33c)" ( (binary_expression "lVar2 + 0x33c" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }" { (expression_statement "lVar13 = local_78 * 0x58;" (assignment_expression "lVar13 = local_78 * 0x58" identifier = (binary_expression "local_78 * 0x58" identifier * number_literal)) ;) (expression_statement "dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);" (assignment_expression "dVar25 = *(double *)(param_1[7] + lVar13 + 0x48)" identifier = (pointer_expression "*(double *)(param_1[7] + lVar13 + 0x48)" * (cast_expression "(double *)(param_1[7] + lVar13 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[7] + lVar13 + 0x48)" ( (binary_expression "param_1[7] + lVar13 + 0x48" (binary_expression "param_1[7] + lVar13" (subscript_expression "param_1[7]" identifier [ number_literal ]) + identifier) + number_literal) ))))) ;) (expression_statement "dVar25 = dVar25 * dVar25;" (assignment_expression "dVar25 = dVar25 * dVar25" identifier = (binary_expression "dVar25 * dVar25" identifier * identifier)) ;) (expression_statement "dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);" (assignment_expression "dVar21 = *(double *)(param_1[3] + lVar13 + 0x48)" identifier = (pointer_expression "*(double *)(param_1[3] + lVar13 + 0x48)" * (cast_expression "(double *)(param_1[3] + lVar13 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[3] + lVar13 + 0x48)" ( (binary_expression "param_1[3] + lVar13 + 0x48" (binary_expression "param_1[3] + lVar13" (subscript_expression "param_1[3]" identifier [ number_literal ]) + identifier) + number_literal) ))))) ;) (expression_statement "dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;" (assignment_expression "dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25" identifier = (binary_expression "*(double *)(param_1[9] + lVar13 + 0x48) - dVar25" (pointer_expression "*(double *)(param_1[9] + lVar13 + 0x48)" * (cast_expression "(double *)(param_1[9] + lVar13 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[9] + lVar13 + 0x48)" ( (binary_expression "param_1[9] + lVar13 + 0x48" (binary_expression "param_1[9] + lVar13" (subscript_expression "param_1[9]" identifier [ number_literal ]) + identifier) + number_literal) )))) - identifier)) ;) (expression_statement "dVar22 = SQRT(dVar23);" (assignment_expression "dVar22 = SQRT(dVar23)" identifier = (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (if_statement "if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" if (parenthesized_expression "(dVar23 < 0.0)" ( (binary_expression "dVar23 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" { (expression_statement "sqrt(dVar23);" (call_expression "sqrt(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) ;) (expression_statement "dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);" (assignment_expression "dVar22 = *(double *)(param_1[7] + lVar13 + 0x48)" identifier = (pointer_expression "*(double *)(param_1[7] + lVar13 + 0x48)" * (cast_expression "(double *)(param_1[7] + lVar13 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[7] + lVar13 + 0x48)" ( (binary_expression "param_1[7] + lVar13 + 0x48" (binary_expression "param_1[7] + lVar13" (subscript_expression "param_1[7]" identifier [ number_literal ]) + identifier) + number_literal) ))))) ;) (expression_statement "dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;" (assignment_expression "dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22" identifier = (binary_expression "*(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22" (pointer_expression "*(double *)(lVar13 + param_1[9] + 0x48)" * (cast_expression "(double *)(lVar13 + param_1[9] + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + param_1[9] + 0x48)" ( (binary_expression "lVar13 + param_1[9] + 0x48" (binary_expression "lVar13 + param_1[9]" identifier + (subscript_expression "param_1[9]" identifier [ number_literal ])) + number_literal) )))) - (binary_expression "dVar22 * dVar22" identifier * identifier))) ;) (expression_statement "dVar22 = SQRT(dVar24);" (assignment_expression "dVar22 = SQRT(dVar24)" identifier = (call_expression "SQRT(dVar24)" identifier (argument_list "(dVar24)" ( identifier )))) ;) (if_statement "if (dVar24 < 0.0) {\n sqrt(dVar24);\n }" if (parenthesized_expression "(dVar24 < 0.0)" ( (binary_expression "dVar24 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar24);\n }" { (expression_statement "sqrt(dVar24);" (call_expression "sqrt(dVar24)" identifier (argument_list "(dVar24)" ( identifier ))) ;) })) })) (expression_statement "pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);" (assignment_expression "pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (subscript_expression "pdVar10[0xe8]" identifier [ number_literal ]) = (binary_expression "(dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (parenthesized_expression "(dVar21 - dVar25)" ( (binary_expression "dVar21 - dVar25" identifier - identifier) )) / (parenthesized_expression "(SQRT(dVar23) * dVar22)" ( (binary_expression "SQRT(dVar23) * dVar22" (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) * identifier) )))) ;) })) (expression_statement "local_78 = local_78 + 1;" (assignment_expression "local_78 = local_78 + 1" identifier = (binary_expression "local_78 + 1" identifier + number_literal)) ;) (expression_statement "pdVar10 = pdVar10 + 1;" (assignment_expression "pdVar10 = pdVar10 + 1" identifier = (binary_expression "pdVar10 + 1" identifier + number_literal)) ;) (expression_statement "local_70 = local_70 + 0xb;" (assignment_expression "local_70 = local_70 + 0xb" identifier = (binary_expression "local_70 + 0xb" identifier + number_literal)) ;) (expression_statement "local_48 = local_48 + 0xb;" (assignment_expression "local_48 = local_48 + 0xb" identifier = (binary_expression "local_48 + 0xb" identifier + number_literal)) ;) (expression_statement "local_50 = local_50 + 0xb;" (assignment_expression "local_50 = local_50 + 0xb" identifier = (binary_expression "local_50 + 0xb" identifier + number_literal)) ;) (expression_statement "local_58 = local_58 + 0x58;" (assignment_expression "local_58 = local_58 + 0x58" identifier = (binary_expression "local_58 + 0x58" identifier + number_literal)) ;) }) while (parenthesized_expression "(lVar7 != local_78)" ( (binary_expression "lVar7 != local_78" identifier != identifier) )) ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void GetImageFeatures._omp_fn.3(anon_struct_88_11_54aeac8d * param_0)\n */\n\nvoid __thiscall GetImageFeatures__omp_fn_3(void *this)\n\n{\n long *plVar1;\n long lVar2;\n undefined1 auVar3 [16];\n ulong uVar4;\n int iVar5;\n int iVar6;\n long lVar7;\n ulong uVar8;\n long lVar9;\n double *pdVar10;\n long lVar11;\n long lVar12;\n long lVar13;\n ulong uVar14;\n long *plVar15;\n long lVar16;\n double *pdVar17;\n double *pdVar18;\n double *pdVar19;\n double *pdVar20;\n double dVar21;\n double dVar22;\n double dVar23;\n double dVar24;\n double dVar25;\n long local_f0;\n ulong local_e8;\n long local_d8;\n long local_78;\n double *local_70;\n long local_58;\n double *local_50;\n double *local_48;\n \n iVar5 = omp_get_num_threads();\n iVar6 = omp_get_thread_num();\n uVar4 = DAT_003efbd0;\n auVar3._8_8_ = 0;\n auVar3._0_8_ = SUB168(SEXT816(4),8);\n auVar3 = auVar3 << 0x40 | ZEXT816(4);\n lVar7 = SUB168(auVar3 / SEXT816((long)iVar5),0);\n local_78 = SUB168(auVar3 % SEXT816((long)iVar5),0);\n if (iVar6 < local_78) {\n lVar7 = lVar7 + 1;\n local_78 = 0;\n }\n local_78 = iVar6 * lVar7 + local_78;\n lVar7 = lVar7 + local_78;\n if (local_78 < lVar7) {\n plVar1 = *(long **)((long)this + 0x10);\n /* WARNING: Load size is inaccurate */\n lVar2 = *this;\n uVar8 = (ulong)*(uint *)((long)this + 0x50);\n pdVar10 = (double *)(*(long *)((long)this + 8) + local_78 * 8);\n lVar13 = local_78 * 0x58 + 0x28;\n local_58 = local_78 * 0x58 + *(long *)((long)this + 0x28);\n local_70 = (double *)(*(long *)((long)this + 0x20) + lVar13);\n local_48 = (double *)(*(long *)((long)this + 0x40) + lVar13);\n local_50 = (double *)(lVar13 + *(long *)((long)this + 0x30));\n do {\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = *(long *)((long)this + 0x18);\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = *(long *)((long)this + 0x38);\n dVar22 = (double)(long)local_e8;\n lVar9 = *(long *)((long)this + 0x48);\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = *(long *)((long)this + 0x18);\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = *(long *)((long)this + 0x18);\n }\n else {\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = *(long *)((long)this + 0x18);\n }\n else {\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + *(long *)((long)this + 0x48) + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x40);\n dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);\n dVar24 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x48);\n dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + *(long *)((long)this + 0x48) + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n } while (lVar7 != local_78);\n }\n return;\n}\n\n" comment (function_definition "void __thiscall GetImageFeatures__omp_fn_3(void *this)\n\n{\n long *plVar1;\n long lVar2;\n undefined1 auVar3 [16];\n ulong uVar4;\n int iVar5;\n int iVar6;\n long lVar7;\n ulong uVar8;\n long lVar9;\n double *pdVar10;\n long lVar11;\n long lVar12;\n long lVar13;\n ulong uVar14;\n long *plVar15;\n long lVar16;\n double *pdVar17;\n double *pdVar18;\n double *pdVar19;\n double *pdVar20;\n double dVar21;\n double dVar22;\n double dVar23;\n double dVar24;\n double dVar25;\n long local_f0;\n ulong local_e8;\n long local_d8;\n long local_78;\n double *local_70;\n long local_58;\n double *local_50;\n double *local_48;\n \n iVar5 = omp_get_num_threads();\n iVar6 = omp_get_thread_num();\n uVar4 = DAT_003efbd0;\n auVar3._8_8_ = 0;\n auVar3._0_8_ = SUB168(SEXT816(4),8);\n auVar3 = auVar3 << 0x40 | ZEXT816(4);\n lVar7 = SUB168(auVar3 / SEXT816((long)iVar5),0);\n local_78 = SUB168(auVar3 % SEXT816((long)iVar5),0);\n if (iVar6 < local_78) {\n lVar7 = lVar7 + 1;\n local_78 = 0;\n }\n local_78 = iVar6 * lVar7 + local_78;\n lVar7 = lVar7 + local_78;\n if (local_78 < lVar7) {\n plVar1 = *(long **)((long)this + 0x10);\n /* WARNING: Load size is inaccurate */\n lVar2 = *this;\n uVar8 = (ulong)*(uint *)((long)this + 0x50);\n pdVar10 = (double *)(*(long *)((long)this + 8) + local_78 * 8);\n lVar13 = local_78 * 0x58 + 0x28;\n local_58 = local_78 * 0x58 + *(long *)((long)this + 0x28);\n local_70 = (double *)(*(long *)((long)this + 0x20) + lVar13);\n local_48 = (double *)(*(long *)((long)this + 0x40) + lVar13);\n local_50 = (double *)(lVar13 + *(long *)((long)this + 0x30));\n do {\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = *(long *)((long)this + 0x18);\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = *(long *)((long)this + 0x38);\n dVar22 = (double)(long)local_e8;\n lVar9 = *(long *)((long)this + 0x48);\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = *(long *)((long)this + 0x18);\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = *(long *)((long)this + 0x18);\n }\n else {\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = *(long *)((long)this + 0x18);\n }\n else {\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + *(long *)((long)this + 0x48) + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x40);\n dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);\n dVar24 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x48);\n dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + *(long *)((long)this + 0x48) + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n } while (lVar7 != local_78);\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (function_declarator "GetImageFeatures__omp_fn_3(void *this)" identifier (parameter_list "(void *this)" ( (parameter_declaration "void *this" primitive_type (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n long *plVar1;\n long lVar2;\n undefined1 auVar3 [16];\n ulong uVar4;\n int iVar5;\n int iVar6;\n long lVar7;\n ulong uVar8;\n long lVar9;\n double *pdVar10;\n long lVar11;\n long lVar12;\n long lVar13;\n ulong uVar14;\n long *plVar15;\n long lVar16;\n double *pdVar17;\n double *pdVar18;\n double *pdVar19;\n double *pdVar20;\n double dVar21;\n double dVar22;\n double dVar23;\n double dVar24;\n double dVar25;\n long local_f0;\n ulong local_e8;\n long local_d8;\n long local_78;\n double *local_70;\n long local_58;\n double *local_50;\n double *local_48;\n \n iVar5 = omp_get_num_threads();\n iVar6 = omp_get_thread_num();\n uVar4 = DAT_003efbd0;\n auVar3._8_8_ = 0;\n auVar3._0_8_ = SUB168(SEXT816(4),8);\n auVar3 = auVar3 << 0x40 | ZEXT816(4);\n lVar7 = SUB168(auVar3 / SEXT816((long)iVar5),0);\n local_78 = SUB168(auVar3 % SEXT816((long)iVar5),0);\n if (iVar6 < local_78) {\n lVar7 = lVar7 + 1;\n local_78 = 0;\n }\n local_78 = iVar6 * lVar7 + local_78;\n lVar7 = lVar7 + local_78;\n if (local_78 < lVar7) {\n plVar1 = *(long **)((long)this + 0x10);\n /* WARNING: Load size is inaccurate */\n lVar2 = *this;\n uVar8 = (ulong)*(uint *)((long)this + 0x50);\n pdVar10 = (double *)(*(long *)((long)this + 8) + local_78 * 8);\n lVar13 = local_78 * 0x58 + 0x28;\n local_58 = local_78 * 0x58 + *(long *)((long)this + 0x28);\n local_70 = (double *)(*(long *)((long)this + 0x20) + lVar13);\n local_48 = (double *)(*(long *)((long)this + 0x40) + lVar13);\n local_50 = (double *)(lVar13 + *(long *)((long)this + 0x30));\n do {\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = *(long *)((long)this + 0x18);\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = *(long *)((long)this + 0x38);\n dVar22 = (double)(long)local_e8;\n lVar9 = *(long *)((long)this + 0x48);\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = *(long *)((long)this + 0x18);\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = *(long *)((long)this + 0x18);\n }\n else {\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = *(long *)((long)this + 0x18);\n }\n else {\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + *(long *)((long)this + 0x48) + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x40);\n dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);\n dVar24 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x48);\n dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + *(long *)((long)this + 0x48) + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n } while (lVar7 != local_78);\n }\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 auVar3 [16];" type_identifier (array_declarator "auVar3 [16]" identifier [ number_literal ]) ;) (declaration "ulong uVar4;" type_identifier identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar8;" type_identifier identifier ;) (declaration "long lVar9;" (sized_type_specifier "long" long) identifier ;) (declaration "double *pdVar10;" primitive_type (pointer_declarator "*pdVar10" * identifier) ;) (declaration "long lVar11;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar12;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar13;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar14;" type_identifier identifier ;) (declaration "long *plVar15;" (sized_type_specifier "long" long) (pointer_declarator "*plVar15" * identifier) ;) (declaration "long lVar16;" (sized_type_specifier "long" long) identifier ;) (declaration "double *pdVar17;" primitive_type (pointer_declarator "*pdVar17" * identifier) ;) (declaration "double *pdVar18;" primitive_type (pointer_declarator "*pdVar18" * identifier) ;) (declaration "double *pdVar19;" primitive_type (pointer_declarator "*pdVar19" * identifier) ;) (declaration "double *pdVar20;" primitive_type (pointer_declarator "*pdVar20" * identifier) ;) (declaration "double dVar21;" primitive_type identifier ;) (declaration "double dVar22;" primitive_type identifier ;) (declaration "double dVar23;" primitive_type identifier ;) (declaration "double dVar24;" primitive_type identifier ;) (declaration "double dVar25;" primitive_type identifier ;) (declaration "long local_f0;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong local_e8;" type_identifier identifier ;) (declaration "long local_d8;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_78;" (sized_type_specifier "long" long) identifier ;) (declaration "double *local_70;" primitive_type (pointer_declarator "*local_70" * identifier) ;) (declaration "long local_58;" (sized_type_specifier "long" long) identifier ;) (declaration "double *local_50;" primitive_type (pointer_declarator "*local_50" * identifier) ;) (declaration "double *local_48;" primitive_type (pointer_declarator "*local_48" * identifier) ;) (expression_statement "iVar5 = omp_get_num_threads();" (assignment_expression "iVar5 = omp_get_num_threads()" identifier = (call_expression "omp_get_num_threads()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar6 = omp_get_thread_num();" (assignment_expression "iVar6 = omp_get_thread_num()" identifier = (call_expression "omp_get_thread_num()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar4 = DAT_003efbd0;" (assignment_expression "uVar4 = DAT_003efbd0" identifier = identifier) ;) (expression_statement "auVar3._8_8_ = 0;" (assignment_expression "auVar3._8_8_ = 0" (field_expression "auVar3._8_8_" identifier . field_identifier) = number_literal) ;) (expression_statement "auVar3._0_8_ = SUB168(SEXT816(4),8);" (assignment_expression "auVar3._0_8_ = SUB168(SEXT816(4),8)" (field_expression "auVar3._0_8_" identifier . field_identifier) = (call_expression "SUB168(SEXT816(4),8)" identifier (argument_list "(SEXT816(4),8)" ( (call_expression "SEXT816(4)" identifier (argument_list "(4)" ( number_literal ))) , number_literal )))) ;) (expression_statement "auVar3 = auVar3 << 0x40 | ZEXT816(4);" (assignment_expression "auVar3 = auVar3 << 0x40 | ZEXT816(4)" identifier = (binary_expression "auVar3 << 0x40 | ZEXT816(4)" (binary_expression "auVar3 << 0x40" identifier << number_literal) | (call_expression "ZEXT816(4)" identifier (argument_list "(4)" ( number_literal ))))) ;) (expression_statement "lVar7 = SUB168(auVar3 / SEXT816((long)iVar5),0);" (assignment_expression "lVar7 = SUB168(auVar3 / SEXT816((long)iVar5),0)" identifier = (call_expression "SUB168(auVar3 / SEXT816((long)iVar5),0)" identifier (argument_list "(auVar3 / SEXT816((long)iVar5),0)" ( (binary_expression "auVar3 / SEXT816((long)iVar5)" identifier / (call_expression "SEXT816((long)iVar5)" identifier (argument_list "((long)iVar5)" ( (cast_expression "(long)iVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) )))) , number_literal )))) ;) (expression_statement "local_78 = SUB168(auVar3 % SEXT816((long)iVar5),0);" (assignment_expression "local_78 = SUB168(auVar3 % SEXT816((long)iVar5),0)" identifier = (call_expression "SUB168(auVar3 % SEXT816((long)iVar5),0)" identifier (argument_list "(auVar3 % SEXT816((long)iVar5),0)" ( (binary_expression "auVar3 % SEXT816((long)iVar5)" identifier % (call_expression "SEXT816((long)iVar5)" identifier (argument_list "((long)iVar5)" ( (cast_expression "(long)iVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) )))) , number_literal )))) ;) (if_statement "if (iVar6 < local_78) {\n lVar7 = lVar7 + 1;\n local_78 = 0;\n }" if (parenthesized_expression "(iVar6 < local_78)" ( (binary_expression "iVar6 < local_78" identifier < identifier) )) (compound_statement "{\n lVar7 = lVar7 + 1;\n local_78 = 0;\n }" { (expression_statement "lVar7 = lVar7 + 1;" (assignment_expression "lVar7 = lVar7 + 1" identifier = (binary_expression "lVar7 + 1" identifier + number_literal)) ;) (expression_statement "local_78 = 0;" (assignment_expression "local_78 = 0" identifier = number_literal) ;) })) (expression_statement "local_78 = iVar6 * lVar7 + local_78;" (assignment_expression "local_78 = iVar6 * lVar7 + local_78" identifier = (binary_expression "iVar6 * lVar7 + local_78" (binary_expression "iVar6 * lVar7" identifier * identifier) + identifier)) ;) (expression_statement "lVar7 = lVar7 + local_78;" (assignment_expression "lVar7 = lVar7 + local_78" identifier = (binary_expression "lVar7 + local_78" identifier + identifier)) ;) (if_statement "if (local_78 < lVar7) {\n plVar1 = *(long **)((long)this + 0x10);\n /* WARNING: Load size is inaccurate */\n lVar2 = *this;\n uVar8 = (ulong)*(uint *)((long)this + 0x50);\n pdVar10 = (double *)(*(long *)((long)this + 8) + local_78 * 8);\n lVar13 = local_78 * 0x58 + 0x28;\n local_58 = local_78 * 0x58 + *(long *)((long)this + 0x28);\n local_70 = (double *)(*(long *)((long)this + 0x20) + lVar13);\n local_48 = (double *)(*(long *)((long)this + 0x40) + lVar13);\n local_50 = (double *)(lVar13 + *(long *)((long)this + 0x30));\n do {\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = *(long *)((long)this + 0x18);\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = *(long *)((long)this + 0x38);\n dVar22 = (double)(long)local_e8;\n lVar9 = *(long *)((long)this + 0x48);\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = *(long *)((long)this + 0x18);\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = *(long *)((long)this + 0x18);\n }\n else {\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = *(long *)((long)this + 0x18);\n }\n else {\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + *(long *)((long)this + 0x48) + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x40);\n dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);\n dVar24 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x48);\n dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + *(long *)((long)this + 0x48) + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n } while (lVar7 != local_78);\n }" if (parenthesized_expression "(local_78 < lVar7)" ( (binary_expression "local_78 < lVar7" identifier < identifier) )) (compound_statement "{\n plVar1 = *(long **)((long)this + 0x10);\n /* WARNING: Load size is inaccurate */\n lVar2 = *this;\n uVar8 = (ulong)*(uint *)((long)this + 0x50);\n pdVar10 = (double *)(*(long *)((long)this + 8) + local_78 * 8);\n lVar13 = local_78 * 0x58 + 0x28;\n local_58 = local_78 * 0x58 + *(long *)((long)this + 0x28);\n local_70 = (double *)(*(long *)((long)this + 0x20) + lVar13);\n local_48 = (double *)(*(long *)((long)this + 0x40) + lVar13);\n local_50 = (double *)(lVar13 + *(long *)((long)this + 0x30));\n do {\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = *(long *)((long)this + 0x18);\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = *(long *)((long)this + 0x38);\n dVar22 = (double)(long)local_e8;\n lVar9 = *(long *)((long)this + 0x48);\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = *(long *)((long)this + 0x18);\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = *(long *)((long)this + 0x18);\n }\n else {\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = *(long *)((long)this + 0x18);\n }\n else {\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + *(long *)((long)this + 0x48) + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x40);\n dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);\n dVar24 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x48);\n dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + *(long *)((long)this + 0x48) + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n } while (lVar7 != local_78);\n }" { (expression_statement "plVar1 = *(long **)((long)this + 0x10);" (assignment_expression "plVar1 = *(long **)((long)this + 0x10)" identifier = (pointer_expression "*(long **)((long)this + 0x10)" * (cast_expression "(long **)((long)this + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)this + 0x10)" ( (binary_expression "(long)this + 0x10" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) comment (expression_statement "lVar2 = *this;" (assignment_expression "lVar2 = *this" identifier = (pointer_expression "*this" * identifier)) ;) (expression_statement "uVar8 = (ulong)*(uint *)((long)this + 0x50);" (assignment_expression "uVar8 = (ulong)*(uint *)((long)this + 0x50)" identifier = (binary_expression "(ulong)*(uint *)((long)this + 0x50)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)((long)this + 0x50)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x50)" ( (binary_expression "(long)this + 0x50" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "pdVar10 = (double *)(*(long *)((long)this + 8) + local_78 * 8);" (assignment_expression "pdVar10 = (double *)(*(long *)((long)this + 8) + local_78 * 8)" identifier = (cast_expression "(double *)(*(long *)((long)this + 8) + local_78 * 8)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)((long)this + 8) + local_78 * 8)" ( (binary_expression "*(long *)((long)this + 8) + local_78 * 8" (pointer_expression "*(long *)((long)this + 8)" * (cast_expression "(long *)((long)this + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 8)" ( (binary_expression "(long)this + 8" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + (binary_expression "local_78 * 8" identifier * number_literal)) )))) ;) (expression_statement "lVar13 = local_78 * 0x58 + 0x28;" (assignment_expression "lVar13 = local_78 * 0x58 + 0x28" identifier = (binary_expression "local_78 * 0x58 + 0x28" (binary_expression "local_78 * 0x58" identifier * number_literal) + number_literal)) ;) (expression_statement "local_58 = local_78 * 0x58 + *(long *)((long)this + 0x28);" (assignment_expression "local_58 = local_78 * 0x58 + *(long *)((long)this + 0x28)" identifier = (binary_expression "local_78 * 0x58 + *(long *)((long)this + 0x28)" (binary_expression "local_78 * 0x58" identifier * number_literal) + (pointer_expression "*(long *)((long)this + 0x28)" * (cast_expression "(long *)((long)this + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x28)" ( (binary_expression "(long)this + 0x28" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))))) ;) (expression_statement "local_70 = (double *)(*(long *)((long)this + 0x20) + lVar13);" (assignment_expression "local_70 = (double *)(*(long *)((long)this + 0x20) + lVar13)" identifier = (cast_expression "(double *)(*(long *)((long)this + 0x20) + lVar13)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)((long)this + 0x20) + lVar13)" ( (binary_expression "*(long *)((long)this + 0x20) + lVar13" (pointer_expression "*(long *)((long)this + 0x20)" * (cast_expression "(long *)((long)this + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x20)" ( (binary_expression "(long)this + 0x20" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + identifier) )))) ;) (expression_statement "local_48 = (double *)(*(long *)((long)this + 0x40) + lVar13);" (assignment_expression "local_48 = (double *)(*(long *)((long)this + 0x40) + lVar13)" identifier = (cast_expression "(double *)(*(long *)((long)this + 0x40) + lVar13)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)((long)this + 0x40) + lVar13)" ( (binary_expression "*(long *)((long)this + 0x40) + lVar13" (pointer_expression "*(long *)((long)this + 0x40)" * (cast_expression "(long *)((long)this + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x40)" ( (binary_expression "(long)this + 0x40" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + identifier) )))) ;) (expression_statement "local_50 = (double *)(lVar13 + *(long *)((long)this + 0x30));" (assignment_expression "local_50 = (double *)(lVar13 + *(long *)((long)this + 0x30))" identifier = (cast_expression "(double *)(lVar13 + *(long *)((long)this + 0x30))" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + *(long *)((long)this + 0x30))" ( (binary_expression "lVar13 + *(long *)((long)this + 0x30)" identifier + (pointer_expression "*(long *)((long)this + 0x30)" * (cast_expression "(long *)((long)this + 0x30)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x30)" ( (binary_expression "(long)this + 0x30" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) )))) ;) (do_statement "do {\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = *(long *)((long)this + 0x18);\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = *(long *)((long)this + 0x38);\n dVar22 = (double)(long)local_e8;\n lVar9 = *(long *)((long)this + 0x48);\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = *(long *)((long)this + 0x18);\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = *(long *)((long)this + 0x18);\n }\n else {\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = *(long *)((long)this + 0x18);\n }\n else {\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + *(long *)((long)this + 0x48) + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x40);\n dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);\n dVar24 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x48);\n dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + *(long *)((long)this + 0x48) + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n } while (lVar7 != local_78);" do (compound_statement "{\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = *(long *)((long)this + 0x18);\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = *(long *)((long)this + 0x38);\n dVar22 = (double)(long)local_e8;\n lVar9 = *(long *)((long)this + 0x48);\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = *(long *)((long)this + 0x18);\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = *(long *)((long)this + 0x18);\n }\n else {\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = *(long *)((long)this + 0x18);\n }\n else {\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + *(long *)((long)this + 0x48) + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x40);\n dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);\n dVar24 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x48);\n dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + *(long *)((long)this + 0x48) + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n }" { (expression_statement "dVar25 = DAT_003fce50;" (assignment_expression "dVar25 = DAT_003fce50" identifier = identifier) ;) (if_statement "if (uVar8 == 0) {\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = *(long *)((long)this + 0x18);\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = *(long *)((long)this + 0x38);\n dVar22 = (double)(long)local_e8;\n lVar9 = *(long *)((long)this + 0x48);\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }" if (parenthesized_expression "(uVar8 == 0)" ( (binary_expression "uVar8 == 0" identifier == number_literal) )) (compound_statement "{\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }" { (expression_statement "lVar13 = *(long *)((long)this + 0x38);" (assignment_expression "lVar13 = *(long *)((long)this + 0x38)" identifier = (pointer_expression "*(long *)((long)this + 0x38)" * (cast_expression "(long *)((long)this + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x38)" ( (binary_expression "(long)this + 0x38" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "lVar9 = *(long *)((long)this + 0x48);" (assignment_expression "lVar9 = *(long *)((long)this + 0x48)" identifier = (pointer_expression "*(long *)((long)this + 0x48)" * (cast_expression "(long *)((long)this + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x48)" ( (binary_expression "(long)this + 0x48" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) }) (else_clause "else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = *(long *)((long)this + 0x18);\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = *(long *)((long)this + 0x38);\n dVar22 = (double)(long)local_e8;\n lVar9 = *(long *)((long)this + 0x48);\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }" else (compound_statement "{\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = *(long *)((long)this + 0x18);\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = *(long *)((long)this + 0x38);\n dVar22 = (double)(long)local_e8;\n lVar9 = *(long *)((long)this + 0x48);\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }" { (expression_statement "local_f0 = 0;" (assignment_expression "local_f0 = 0" identifier = number_literal) ;) (expression_statement "local_e8 = 0;" (assignment_expression "local_e8 = 0" identifier = number_literal) ;) (expression_statement "iVar5 = *(int *)(lVar2 + 4);" (assignment_expression "iVar5 = *(int *)(lVar2 + 4)" identifier = (pointer_expression "*(int *)(lVar2 + 4)" * (cast_expression "(int *)(lVar2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 4)" ( (binary_expression "lVar2 + 4" identifier + number_literal) ))))) ;) (expression_statement "iVar6 = *(int *)(lVar2 + 0x33c);" (assignment_expression "iVar6 = *(int *)(lVar2 + 0x33c)" identifier = (pointer_expression "*(int *)(lVar2 + 0x33c)" * (cast_expression "(int *)(lVar2 + 0x33c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x33c)" ( (binary_expression "lVar2 + 0x33c" identifier + number_literal) ))))) ;) (expression_statement "lVar11 = local_78 * 0x58;" (assignment_expression "lVar11 = local_78 * 0x58" identifier = (binary_expression "local_78 * 0x58" identifier * number_literal)) ;) (expression_statement "pdVar19 = local_50;" (assignment_expression "pdVar19 = local_50" identifier = identifier) ;) (expression_statement "pdVar20 = local_48;" (assignment_expression "pdVar20 = local_48" identifier = identifier) ;) (do_statement "do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = *(long *)((long)this + 0x18);\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = *(long *)((long)this + 0x38);\n dVar22 = (double)(long)local_e8;\n lVar9 = *(long *)((long)this + 0x48);\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);" do (compound_statement "{\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = *(long *)((long)this + 0x18);\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = *(long *)((long)this + 0x38);\n dVar22 = (double)(long)local_e8;\n lVar9 = *(long *)((long)this + 0x48);\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n }" { (expression_statement "local_d8 = 0;" (assignment_expression "local_d8 = 0" identifier = number_literal) ;) (expression_statement "pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);" (assignment_expression "pdVar18 = (double *)(local_58 + 0x2e8 + local_f0)" identifier = (cast_expression "(double *)(local_58 + 0x2e8 + local_f0)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_58 + 0x2e8 + local_f0)" ( (binary_expression "local_58 + 0x2e8 + local_f0" (binary_expression "local_58 + 0x2e8" identifier + number_literal) + identifier) )))) ;) (expression_statement "uVar14 = local_e8;" (assignment_expression "uVar14 = local_e8" identifier = identifier) ;) (expression_statement "plVar15 = plVar1;" (assignment_expression "plVar15 = plVar1" identifier = identifier) ;) (expression_statement "pdVar17 = local_70;" (assignment_expression "pdVar17 = local_70" identifier = identifier) ;) (do_statement "do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = *(long *)((long)this + 0x18);\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);" do (compound_statement "{\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = *(long *)((long)this + 0x18);\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n }" { (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" identifier = (binary_expression "local_f0 + *plVar15" identifier + (pointer_expression "*plVar15" * identifier))) ;) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "dVar21 = *(double *)(lVar13 + 0x28);" (assignment_expression "dVar21 = *(double *)(lVar13 + 0x28)" identifier = (pointer_expression "*(double *)(lVar13 + 0x28)" * (cast_expression "(double *)(lVar13 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28)" ( (binary_expression "lVar13 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "*pdVar10 = dVar21 * dVar21 + *pdVar10;" (assignment_expression "*pdVar10 = dVar21 * dVar21 + *pdVar10" (pointer_expression "*pdVar10" * identifier) = (binary_expression "dVar21 * dVar21 + *pdVar10" (binary_expression "dVar21 * dVar21" identifier * identifier) + (pointer_expression "*pdVar10" * identifier))) ;) (expression_statement "pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];" (assignment_expression "pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38]" (subscript_expression "pdVar10[0x38]" identifier [ number_literal ]) = (binary_expression "*(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38]" (binary_expression "*(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30)" (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))) * (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) ))))) + (subscript_expression "pdVar10[0x38]" identifier [ number_literal ]))) ;) (expression_statement "pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];" (assignment_expression "pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70]" (subscript_expression "pdVar10[0x70]" identifier [ number_literal ]) = (binary_expression "*(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70]" (binary_expression "*(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38)" (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))) * (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) ))))) + (subscript_expression "pdVar10[0x70]" identifier [ number_literal ]))) ;) (if_statement "if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }" { (expression_statement "pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];" (assignment_expression "pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8]" (subscript_expression "pdVar10[0xa8]" identifier [ number_literal ]) = (binary_expression "*(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8]" (binary_expression "*(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40)" (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) )))) * (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) ))))) + (subscript_expression "pdVar10[0xa8]" identifier [ number_literal ]))) ;) })) (if_statement "if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }" { (expression_statement "dVar22 = *(double *)(lVar9 + 0x48 + lVar11);" (assignment_expression "dVar22 = *(double *)(lVar9 + 0x48 + lVar11)" identifier = (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x48 + lVar11)" ( (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" identifier + number_literal) + identifier) ))))) ;) (expression_statement "pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];" (assignment_expression "pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0]" (subscript_expression "pdVar10[0xe0]" identifier [ number_literal ]) = (binary_expression "dVar22 * dVar22 + pdVar10[0xe0]" (binary_expression "dVar22 * dVar22" identifier * identifier) + (subscript_expression "pdVar10[0xe0]" identifier [ number_literal ]))) ;) })) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "*pdVar20 = dVar21 + *pdVar20;" (assignment_expression "*pdVar20 = dVar21 + *pdVar20" (pointer_expression "*pdVar20" * identifier) = (binary_expression "dVar21 + *pdVar20" identifier + (pointer_expression "*pdVar20" * identifier))) ;) (expression_statement "pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);" (assignment_expression "pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar20[1]" identifier [ number_literal ]) = (binary_expression "pdVar20[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar20[1]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);" (assignment_expression "pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar20[2]" identifier [ number_literal ]) = (binary_expression "pdVar20[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar20[2]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))))) ;) (if_statement "if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }" { (expression_statement "pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);" (assignment_expression "pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar20[3]" identifier [ number_literal ]) = (binary_expression "pdVar20[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar20[3]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) )))))) ;) })) (if_statement "if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" { (expression_statement "pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);" (assignment_expression "pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar20[4]" identifier [ number_literal ]) = (binary_expression "pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar20[4]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x48 + lVar11)" ( (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" identifier + number_literal) + identifier) )))))) ;) })) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "dVar21 = (double)local_d8;" (assignment_expression "dVar21 = (double)local_d8" identifier = (cast_expression "(double)local_d8" ( (type_descriptor "double" primitive_type) ) identifier)) ;) (expression_statement "lVar16 = *(long *)((long)this + 0x18);" (assignment_expression "lVar16 = *(long *)((long)this + 0x18)" identifier = (pointer_expression "*(long *)((long)this + 0x18)" * (cast_expression "(long *)((long)this + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x18)" ( (binary_expression "(long)this + 0x18" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "lVar12 = lVar16 + lVar11;" (assignment_expression "lVar12 = lVar16 + lVar11" identifier = (binary_expression "lVar16 + lVar11" identifier + identifier)) ;) (expression_statement "*(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);" (assignment_expression "*(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28)" (pointer_expression "*(double *)(lVar12 + 0x28)" * (cast_expression "(double *)(lVar12 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x28)" ( (binary_expression "lVar12 + 0x28" identifier + number_literal) )))) = (binary_expression "*(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28)" (binary_expression "*(double *)(lVar13 + 0x28) * dVar21" (pointer_expression "*(double *)(lVar13 + 0x28)" * (cast_expression "(double *)(lVar13 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28)" ( (binary_expression "lVar13 + 0x28" identifier + number_literal) )))) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x28)" * (cast_expression "(double *)(lVar12 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x28)" ( (binary_expression "lVar12 + 0x28" identifier + number_literal) )))))) ;) (expression_statement "*(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);" (assignment_expression "*(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30)" (pointer_expression "*(double *)(lVar12 + 0x30)" * (cast_expression "(double *)(lVar12 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x30)" ( (binary_expression "lVar12 + 0x30" identifier + number_literal) )))) = (binary_expression "*(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30)" (binary_expression "*(double *)(lVar13 + 0x30) * dVar21" (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x30)" * (cast_expression "(double *)(lVar12 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x30)" ( (binary_expression "lVar12 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "*(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);" (assignment_expression "*(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38)" (pointer_expression "*(double *)(lVar12 + 0x38)" * (cast_expression "(double *)(lVar12 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x38)" ( (binary_expression "lVar12 + 0x38" identifier + number_literal) )))) = (binary_expression "*(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38)" (binary_expression "*(double *)(lVar13 + 0x38) * dVar21" (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x38)" * (cast_expression "(double *)(lVar12 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x38)" ( (binary_expression "lVar12 + 0x38" identifier + number_literal) )))))) ;) (if_statement "if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }" { (expression_statement "*(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);" (assignment_expression "*(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40)" (pointer_expression "*(double *)(lVar12 + 0x40)" * (cast_expression "(double *)(lVar12 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x40)" ( (binary_expression "lVar12 + 0x40" identifier + number_literal) )))) = (binary_expression "*(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40)" (binary_expression "*(double *)(lVar13 + 0x40) * dVar21" (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) )))) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x40)" * (cast_expression "(double *)(lVar12 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x40)" ( (binary_expression "lVar12 + 0x40" identifier + number_literal) )))))) ;) })) (if_statement "if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }" { (expression_statement "lVar16 = lVar16 + lVar11;" (assignment_expression "lVar16 = lVar16 + lVar11" identifier = (binary_expression "lVar16 + lVar11" identifier + identifier)) ;) (expression_statement "*(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);" (assignment_expression "*(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48)" (pointer_expression "*(double *)(lVar16 + 0x48)" * (cast_expression "(double *)(lVar16 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x48)" ( (binary_expression "lVar16 + 0x48" identifier + number_literal) )))) = (binary_expression "dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48)" (binary_expression "dVar21 * *(double *)(lVar9 + 0x48 + lVar11)" identifier * (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x48 + lVar11)" ( (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" identifier + number_literal) + identifier) ))))) + (pointer_expression "*(double *)(lVar16 + 0x48)" * (cast_expression "(double *)(lVar16 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x48)" ( (binary_expression "lVar16 + 0x48" identifier + number_literal) )))))) ;) })) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "dVar21 = *(double *)(lVar13 + 0x28);" (assignment_expression "dVar21 = *(double *)(lVar13 + 0x28)" identifier = (pointer_expression "*(double *)(lVar13 + 0x28)" * (cast_expression "(double *)(lVar13 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28)" ( (binary_expression "lVar13 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "dVar22 = (double)(long)(uVar14 * uVar14 + 1);" (assignment_expression "dVar22 = (double)(long)(uVar14 * uVar14 + 1)" identifier = (cast_expression "(double)(long)(uVar14 * uVar14 + 1)" ( (type_descriptor "double" primitive_type) ) (cast_expression "(long)(uVar14 * uVar14 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(uVar14 * uVar14 + 1)" ( (binary_expression "uVar14 * uVar14 + 1" (binary_expression "uVar14 * uVar14" identifier * identifier) + number_literal) ))))) ;) (expression_statement "pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];" (assignment_expression "pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10]" (subscript_expression "pdVar10[0x10]" identifier [ number_literal ]) = (binary_expression "dVar21 / dVar22 + pdVar10[0x10]" (binary_expression "dVar21 / dVar22" identifier / identifier) + (subscript_expression "pdVar10[0x10]" identifier [ number_literal ]))) ;) (expression_statement "pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];" (assignment_expression "pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48]" (subscript_expression "pdVar10[0x48]" identifier [ number_literal ]) = (binary_expression "*(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48]" (binary_expression "*(double *)(lVar13 + 0x30) / dVar22" (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))) / identifier) + (subscript_expression "pdVar10[0x48]" identifier [ number_literal ]))) ;) (expression_statement "pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];" (assignment_expression "pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80]" (subscript_expression "pdVar10[0x80]" identifier [ number_literal ]) = (binary_expression "*(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80]" (binary_expression "*(double *)(lVar13 + 0x38) / dVar22" (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))) / identifier) + (subscript_expression "pdVar10[0x80]" identifier [ number_literal ]))) ;) (if_statement "if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }" { (expression_statement "pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];" (assignment_expression "pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8]" (subscript_expression "pdVar10[0xb8]" identifier [ number_literal ]) = (binary_expression "*(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8]" (binary_expression "*(double *)(lVar13 + 0x40) / dVar22" (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) )))) / identifier) + (subscript_expression "pdVar10[0xb8]" identifier [ number_literal ]))) ;) })) (if_statement "if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }" { (expression_statement "pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];" (assignment_expression "pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0]" (subscript_expression "pdVar10[0xf0]" identifier [ number_literal ]) = (binary_expression "*(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0]" (binary_expression "*(double *)(lVar9 + 0x48 + lVar11) / dVar22" (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x48 + lVar11)" ( (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" identifier + number_literal) + identifier) )))) / identifier) + (subscript_expression "pdVar10[0xf0]" identifier [ number_literal ]))) ;) })) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "*pdVar18 = dVar21 + *pdVar18;" (assignment_expression "*pdVar18 = dVar21 + *pdVar18" (pointer_expression "*pdVar18" * identifier) = (binary_expression "dVar21 + *pdVar18" identifier + (pointer_expression "*pdVar18" * identifier))) ;) (expression_statement "pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);" (assignment_expression "pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar18[1]" identifier [ number_literal ]) = (binary_expression "pdVar18[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar18[1]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);" (assignment_expression "pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar18[2]" identifier [ number_literal ]) = (binary_expression "pdVar18[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar18[2]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))))) ;) (if_statement "if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }" { (expression_statement "pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);" (assignment_expression "pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar18[3]" identifier [ number_literal ]) = (binary_expression "pdVar18[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar18[3]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) )))))) ;) })) (if_statement "if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" { (expression_statement "pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);" (assignment_expression "pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar18[4]" identifier [ number_literal ]) = (binary_expression "pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar18[4]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x48 + lVar11)" ( (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" identifier + number_literal) + identifier) )))))) ;) })) (expression_statement "dVar21 = *(double *)(lVar9 + 0x28 + lVar11);" (assignment_expression "dVar21 = *(double *)(lVar9 + 0x28 + lVar11)" identifier = (pointer_expression "*(double *)(lVar9 + 0x28 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x28 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x28 + lVar11)" ( (binary_expression "lVar9 + 0x28 + lVar11" (binary_expression "lVar9 + 0x28" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar23 = (double)((ulong)dVar21 & uVar4);" (assignment_expression "dVar23 = (double)((ulong)dVar21 & uVar4)" identifier = (cast_expression "(double)((ulong)dVar21 & uVar4)" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "((ulong)dVar21 & uVar4)" ( (binary_expression "(ulong)dVar21 & uVar4" (cast_expression "(ulong)dVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) & identifier) )))) ;) (expression_statement "dVar22 = DAT_00411ee0;" (assignment_expression "dVar22 = DAT_00411ee0" identifier = identifier) ;) (if_statement "if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" if (parenthesized_expression "(dVar25 <= dVar23)" ( (binary_expression "dVar25 <= dVar23" identifier <= identifier) )) (compound_statement "{\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" { (expression_statement "dVar22 = log10(dVar23);" (assignment_expression "dVar22 = log10(dVar23)" identifier = (call_expression "log10(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" identifier = (binary_expression "local_f0 + *plVar15" identifier + (pointer_expression "*plVar15" * identifier))) ;) })) (expression_statement "dVar23 = DAT_00411ee0;" (assignment_expression "dVar23 = DAT_00411ee0" identifier = identifier) ;) (expression_statement "pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;" (assignment_expression "pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22" (subscript_expression "pdVar10[0x20]" identifier [ number_literal ]) = (binary_expression "pdVar10[0x20] - dVar21 * dVar22" (subscript_expression "pdVar10[0x20]" identifier [ number_literal ]) - (binary_expression "dVar21 * dVar22" identifier * identifier))) ;) (expression_statement "dVar21 = *(double *)(lVar9 + 0x30 + lVar11);" (assignment_expression "dVar21 = *(double *)(lVar9 + 0x30 + lVar11)" identifier = (pointer_expression "*(double *)(lVar9 + 0x30 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x30 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x30 + lVar11)" ( (binary_expression "lVar9 + 0x30 + lVar11" (binary_expression "lVar9 + 0x30" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar22 = (double)((ulong)dVar21 & uVar4);" (assignment_expression "dVar22 = (double)((ulong)dVar21 & uVar4)" identifier = (cast_expression "(double)((ulong)dVar21 & uVar4)" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "((ulong)dVar21 & uVar4)" ( (binary_expression "(ulong)dVar21 & uVar4" (cast_expression "(ulong)dVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) & identifier) )))) ;) (if_statement "if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }" if (parenthesized_expression "(dVar25 <= dVar22)" ( (binary_expression "dVar25 <= dVar22" identifier <= identifier) )) (compound_statement "{\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }" { (expression_statement "dVar23 = log10(dVar22);" (assignment_expression "dVar23 = log10(dVar22)" identifier = (call_expression "log10(dVar22)" identifier (argument_list "(dVar22)" ( identifier )))) ;) (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" identifier = (binary_expression "local_f0 + *plVar15" identifier + (pointer_expression "*plVar15" * identifier))) ;) })) (expression_statement "dVar22 = DAT_00411ee0;" (assignment_expression "dVar22 = DAT_00411ee0" identifier = identifier) ;) (expression_statement "pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;" (assignment_expression "pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23" (subscript_expression "pdVar10[0x58]" identifier [ number_literal ]) = (binary_expression "pdVar10[0x58] - dVar21 * dVar23" (subscript_expression "pdVar10[0x58]" identifier [ number_literal ]) - (binary_expression "dVar21 * dVar23" identifier * identifier))) ;) (expression_statement "dVar21 = *(double *)(lVar9 + 0x38 + lVar11);" (assignment_expression "dVar21 = *(double *)(lVar9 + 0x38 + lVar11)" identifier = (pointer_expression "*(double *)(lVar9 + 0x38 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x38 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x38 + lVar11)" ( (binary_expression "lVar9 + 0x38 + lVar11" (binary_expression "lVar9 + 0x38" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar23 = (double)((ulong)dVar21 & uVar4);" (assignment_expression "dVar23 = (double)((ulong)dVar21 & uVar4)" identifier = (cast_expression "(double)((ulong)dVar21 & uVar4)" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "((ulong)dVar21 & uVar4)" ( (binary_expression "(ulong)dVar21 & uVar4" (cast_expression "(ulong)dVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) & identifier) )))) ;) (if_statement "if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" if (parenthesized_expression "(dVar25 <= dVar23)" ( (binary_expression "dVar25 <= dVar23" identifier <= identifier) )) (compound_statement "{\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" { (expression_statement "dVar22 = log10(dVar23);" (assignment_expression "dVar22 = log10(dVar23)" identifier = (call_expression "log10(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" identifier = (binary_expression "local_f0 + *plVar15" identifier + (pointer_expression "*plVar15" * identifier))) ;) })) (expression_statement "iVar5 = *(int *)(lVar2 + 4);" (assignment_expression "iVar5 = *(int *)(lVar2 + 4)" identifier = (pointer_expression "*(int *)(lVar2 + 4)" * (cast_expression "(int *)(lVar2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 4)" ( (binary_expression "lVar2 + 4" identifier + number_literal) ))))) ;) (expression_statement "pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;" (assignment_expression "pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22" (subscript_expression "pdVar10[0x90]" identifier [ number_literal ]) = (binary_expression "pdVar10[0x90] - dVar21 * dVar22" (subscript_expression "pdVar10[0x90]" identifier [ number_literal ]) - (binary_expression "dVar21 * dVar22" identifier * identifier))) ;) (if_statement "if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }" { (expression_statement "dVar21 = *(double *)(lVar9 + 0x40 + lVar11);" (assignment_expression "dVar21 = *(double *)(lVar9 + 0x40 + lVar11)" identifier = (pointer_expression "*(double *)(lVar9 + 0x40 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x40 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x40 + lVar11)" ( (binary_expression "lVar9 + 0x40 + lVar11" (binary_expression "lVar9 + 0x40" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar23 = (double)((ulong)dVar21 & uVar4);" (assignment_expression "dVar23 = (double)((ulong)dVar21 & uVar4)" identifier = (cast_expression "(double)((ulong)dVar21 & uVar4)" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "((ulong)dVar21 & uVar4)" ( (binary_expression "(ulong)dVar21 & uVar4" (cast_expression "(ulong)dVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) & identifier) )))) ;) (expression_statement "dVar22 = DAT_00411ee0;" (assignment_expression "dVar22 = DAT_00411ee0" identifier = identifier) ;) (if_statement "if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" if (parenthesized_expression "(dVar25 <= dVar23)" ( (binary_expression "dVar25 <= dVar23" identifier <= identifier) )) (compound_statement "{\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" { (expression_statement "dVar22 = log10(dVar23);" (assignment_expression "dVar22 = log10(dVar23)" identifier = (call_expression "log10(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" identifier = (binary_expression "local_f0 + *plVar15" identifier + (pointer_expression "*plVar15" * identifier))) ;) })) (expression_statement "pdVar10[200] = pdVar10[200] - dVar21 * dVar22;" (assignment_expression "pdVar10[200] = pdVar10[200] - dVar21 * dVar22" (subscript_expression "pdVar10[200]" identifier [ number_literal ]) = (binary_expression "pdVar10[200] - dVar21 * dVar22" (subscript_expression "pdVar10[200]" identifier [ number_literal ]) - (binary_expression "dVar21 * dVar22" identifier * identifier))) ;) })) (expression_statement "iVar6 = *(int *)(lVar2 + 0x33c);" (assignment_expression "iVar6 = *(int *)(lVar2 + 0x33c)" identifier = (pointer_expression "*(int *)(lVar2 + 0x33c)" * (cast_expression "(int *)(lVar2 + 0x33c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x33c)" ( (binary_expression "lVar2 + 0x33c" identifier + number_literal) ))))) ;) (if_statement "if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }" { (expression_statement "dVar21 = *(double *)(lVar9 + 0x48 + lVar11);" (assignment_expression "dVar21 = *(double *)(lVar9 + 0x48 + lVar11)" identifier = (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x48 + lVar11)" ( (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar23 = (double)((ulong)dVar21 & uVar4);" (assignment_expression "dVar23 = (double)((ulong)dVar21 & uVar4)" identifier = (cast_expression "(double)((ulong)dVar21 & uVar4)" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "((ulong)dVar21 & uVar4)" ( (binary_expression "(ulong)dVar21 & uVar4" (cast_expression "(ulong)dVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) & identifier) )))) ;) (expression_statement "dVar22 = DAT_00411ee0;" (assignment_expression "dVar22 = DAT_00411ee0" identifier = identifier) ;) (if_statement "if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }" if (parenthesized_expression "(dVar25 <= dVar23)" ( (binary_expression "dVar25 <= dVar23" identifier <= identifier) )) (compound_statement "{\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }" { (expression_statement "dVar22 = log10(dVar23);" (assignment_expression "dVar22 = log10(dVar23)" identifier = (call_expression "log10(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" identifier = (binary_expression "local_f0 + *plVar15" identifier + (pointer_expression "*plVar15" * identifier))) ;) (expression_statement "iVar6 = *(int *)(lVar2 + 0x33c);" (assignment_expression "iVar6 = *(int *)(lVar2 + 0x33c)" identifier = (pointer_expression "*(int *)(lVar2 + 0x33c)" * (cast_expression "(int *)(lVar2 + 0x33c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x33c)" ( (binary_expression "lVar2 + 0x33c" identifier + number_literal) ))))) ;) })) (expression_statement "pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;" (assignment_expression "pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22" (subscript_expression "pdVar10[0x100]" identifier [ number_literal ]) = (binary_expression "pdVar10[0x100] - dVar21 * dVar22" (subscript_expression "pdVar10[0x100]" identifier [ number_literal ]) - (binary_expression "dVar21 * dVar22" identifier * identifier))) ;) })) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "*pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);" (assignment_expression "*pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar17" * identifier) = (binary_expression "*pdVar17 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar17" * identifier) + (pointer_expression "*(double *)(lVar13 + 0x28)" * (cast_expression "(double *)(lVar13 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28)" ( (binary_expression "lVar13 + 0x28" identifier + number_literal) )))))) ;) (expression_statement "pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);" (assignment_expression "pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar17[1]" identifier [ number_literal ]) = (binary_expression "pdVar17[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar17[1]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);" (assignment_expression "pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar17[2]" identifier [ number_literal ]) = (binary_expression "pdVar17[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar17[2]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))))) ;) (if_statement "if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }" { (expression_statement "pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);" (assignment_expression "pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48)" (subscript_expression "pdVar17[4]" identifier [ number_literal ]) = (binary_expression "pdVar17[4] + *(double *)(lVar13 + 0x48)" (subscript_expression "pdVar17[4]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x48)" * (cast_expression "(double *)(lVar13 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x48)" ( (binary_expression "lVar13 + 0x48" identifier + number_literal) )))))) ;) })) (expression_statement "iVar5 = *(int *)(lVar2 + 4);" (assignment_expression "iVar5 = *(int *)(lVar2 + 4)" identifier = (pointer_expression "*(int *)(lVar2 + 4)" * (cast_expression "(int *)(lVar2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 4)" ( (binary_expression "lVar2 + 4" identifier + number_literal) ))))) ;) (if_statement "if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }" { (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);" (assignment_expression "pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar17[3]" identifier [ number_literal ]) = (binary_expression "pdVar17[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar17[3]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) )))))) ;) (expression_statement "*pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);" (assignment_expression "*pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar19" * identifier) = (binary_expression "*pdVar19 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar19" * identifier) + (pointer_expression "*(double *)(lVar13 + 0x28)" * (cast_expression "(double *)(lVar13 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28)" ( (binary_expression "lVar13 + 0x28" identifier + number_literal) )))))) ;) (expression_statement "pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);" (assignment_expression "pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar19[1]" identifier [ number_literal ]) = (binary_expression "pdVar19[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar19[1]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);" (assignment_expression "pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar19[2]" identifier [ number_literal ]) = (binary_expression "pdVar19[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar19[2]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))))) ;) (expression_statement "pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);" (assignment_expression "pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar19[3]" identifier [ number_literal ]) = (binary_expression "pdVar19[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar19[3]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) )))))) ;) }) (else_clause "else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }" else (compound_statement "{\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }" { (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "*pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);" (assignment_expression "*pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar19" * identifier) = (binary_expression "*pdVar19 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar19" * identifier) + (pointer_expression "*(double *)(lVar13 + 0x28)" * (cast_expression "(double *)(lVar13 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28)" ( (binary_expression "lVar13 + 0x28" identifier + number_literal) )))))) ;) (expression_statement "pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);" (assignment_expression "pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar19[1]" identifier [ number_literal ]) = (binary_expression "pdVar19[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar19[1]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);" (assignment_expression "pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar19[2]" identifier [ number_literal ]) = (binary_expression "pdVar19[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar19[2]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))))) ;) }))) (if_statement "if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" { (expression_statement "pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);" (assignment_expression "pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar19[4]" identifier [ number_literal ]) = (binary_expression "pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar19[4]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x48 + lVar11)" ( (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" identifier + number_literal) + identifier) )))))) ;) })) (expression_statement "plVar15 = plVar15 + 1;" (assignment_expression "plVar15 = plVar15 + 1" identifier = (binary_expression "plVar15 + 1" identifier + number_literal)) ;) (expression_statement "pdVar17 = pdVar17 + 0x2c;" (assignment_expression "pdVar17 = pdVar17 + 0x2c" identifier = (binary_expression "pdVar17 + 0x2c" identifier + number_literal)) ;) (expression_statement "pdVar18 = pdVar18 + 0x2c;" (assignment_expression "pdVar18 = pdVar18 + 0x2c" identifier = (binary_expression "pdVar18 + 0x2c" identifier + number_literal)) ;) (expression_statement "local_d8 = local_d8 + local_e8;" (assignment_expression "local_d8 = local_d8 + local_e8" identifier = (binary_expression "local_d8 + local_e8" identifier + identifier)) ;) (expression_statement "uVar14 = uVar14 - 1;" (assignment_expression "uVar14 = uVar14 - 1" identifier = (binary_expression "uVar14 - 1" identifier - number_literal)) ;) }) while (parenthesized_expression "(local_e8 - uVar8 != uVar14)" ( (binary_expression "local_e8 - uVar8 != uVar14" (binary_expression "local_e8 - uVar8" identifier - identifier) != identifier) )) ;) (expression_statement "lVar13 = *(long *)((long)this + 0x38);" (assignment_expression "lVar13 = *(long *)((long)this + 0x38)" identifier = (pointer_expression "*(long *)((long)this + 0x38)" * (cast_expression "(long *)((long)this + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x38)" ( (binary_expression "(long)this + 0x38" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "dVar22 = (double)(long)local_e8;" (assignment_expression "dVar22 = (double)(long)local_e8" identifier = (cast_expression "(double)(long)local_e8" ( (type_descriptor "double" primitive_type) ) (cast_expression "(long)local_e8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "lVar9 = *(long *)((long)this + 0x48);" (assignment_expression "lVar9 = *(long *)((long)this + 0x48)" identifier = (pointer_expression "*(long *)((long)this + 0x48)" * (cast_expression "(long *)((long)this + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x48)" ( (binary_expression "(long)this + 0x48" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "lVar12 = lVar13 + lVar11;" (assignment_expression "lVar12 = lVar13 + lVar11" identifier = (binary_expression "lVar13 + lVar11" identifier + identifier)) ;) (expression_statement "lVar16 = lVar9 + lVar11;" (assignment_expression "lVar16 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "*(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);" (assignment_expression "*(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28)" (pointer_expression "*(double *)(lVar12 + 0x28)" * (cast_expression "(double *)(lVar12 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x28)" ( (binary_expression "lVar12 + 0x28" identifier + number_literal) )))) = (binary_expression "*pdVar20 * dVar22 + *(double *)(lVar12 + 0x28)" (binary_expression "*pdVar20 * dVar22" (pointer_expression "*pdVar20" * identifier) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x28)" * (cast_expression "(double *)(lVar12 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x28)" ( (binary_expression "lVar12 + 0x28" identifier + number_literal) )))))) ;) (expression_statement "dVar21 = (double)(long)(local_e8 * local_e8);" (assignment_expression "dVar21 = (double)(long)(local_e8 * local_e8)" identifier = (cast_expression "(double)(long)(local_e8 * local_e8)" ( (type_descriptor "double" primitive_type) ) (cast_expression "(long)(local_e8 * local_e8)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(local_e8 * local_e8)" ( (binary_expression "local_e8 * local_e8" identifier * identifier) ))))) ;) (expression_statement "*(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);" (assignment_expression "*(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28)" (pointer_expression "*(double *)(lVar16 + 0x28)" * (cast_expression "(double *)(lVar16 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x28)" ( (binary_expression "lVar16 + 0x28" identifier + number_literal) )))) = (binary_expression "*pdVar20 * dVar21 + *(double *)(lVar16 + 0x28)" (binary_expression "*pdVar20 * dVar21" (pointer_expression "*pdVar20" * identifier) * identifier) + (pointer_expression "*(double *)(lVar16 + 0x28)" * (cast_expression "(double *)(lVar16 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x28)" ( (binary_expression "lVar16 + 0x28" identifier + number_literal) )))))) ;) (expression_statement "*(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);" (assignment_expression "*(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30)" (pointer_expression "*(double *)(lVar12 + 0x30)" * (cast_expression "(double *)(lVar12 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x30)" ( (binary_expression "lVar12 + 0x30" identifier + number_literal) )))) = (binary_expression "pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30)" (binary_expression "pdVar20[1] * dVar22" (subscript_expression "pdVar20[1]" identifier [ number_literal ]) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x30)" * (cast_expression "(double *)(lVar12 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x30)" ( (binary_expression "lVar12 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "*(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);" (assignment_expression "*(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30)" (pointer_expression "*(double *)(lVar16 + 0x30)" * (cast_expression "(double *)(lVar16 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x30)" ( (binary_expression "lVar16 + 0x30" identifier + number_literal) )))) = (binary_expression "pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30)" (binary_expression "pdVar20[1] * dVar21" (subscript_expression "pdVar20[1]" identifier [ number_literal ]) * identifier) + (pointer_expression "*(double *)(lVar16 + 0x30)" * (cast_expression "(double *)(lVar16 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x30)" ( (binary_expression "lVar16 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "*(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);" (assignment_expression "*(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38)" (pointer_expression "*(double *)(lVar12 + 0x38)" * (cast_expression "(double *)(lVar12 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x38)" ( (binary_expression "lVar12 + 0x38" identifier + number_literal) )))) = (binary_expression "pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38)" (binary_expression "pdVar20[2] * dVar22" (subscript_expression "pdVar20[2]" identifier [ number_literal ]) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x38)" * (cast_expression "(double *)(lVar12 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x38)" ( (binary_expression "lVar12 + 0x38" identifier + number_literal) )))))) ;) (expression_statement "*(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);" (assignment_expression "*(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38)" (pointer_expression "*(double *)(lVar16 + 0x38)" * (cast_expression "(double *)(lVar16 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x38)" ( (binary_expression "lVar16 + 0x38" identifier + number_literal) )))) = (binary_expression "pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38)" (binary_expression "pdVar20[2] * dVar21" (subscript_expression "pdVar20[2]" identifier [ number_literal ]) * identifier) + (pointer_expression "*(double *)(lVar16 + 0x38)" * (cast_expression "(double *)(lVar16 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x38)" ( (binary_expression "lVar16 + 0x38" identifier + number_literal) )))))) ;) (if_statement "if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }" { (expression_statement "*(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);" (assignment_expression "*(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40)" (pointer_expression "*(double *)(lVar12 + 0x40)" * (cast_expression "(double *)(lVar12 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x40)" ( (binary_expression "lVar12 + 0x40" identifier + number_literal) )))) = (binary_expression "pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40)" (binary_expression "pdVar20[3] * dVar22" (subscript_expression "pdVar20[3]" identifier [ number_literal ]) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x40)" * (cast_expression "(double *)(lVar12 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x40)" ( (binary_expression "lVar12 + 0x40" identifier + number_literal) )))))) ;) (expression_statement "*(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);" (assignment_expression "*(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40)" (pointer_expression "*(double *)(lVar16 + 0x40)" * (cast_expression "(double *)(lVar16 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x40)" ( (binary_expression "lVar16 + 0x40" identifier + number_literal) )))) = (binary_expression "pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40)" (binary_expression "pdVar20[3] * dVar21" (subscript_expression "pdVar20[3]" identifier [ number_literal ]) * identifier) + (pointer_expression "*(double *)(lVar16 + 0x40)" * (cast_expression "(double *)(lVar16 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x40)" ( (binary_expression "lVar16 + 0x40" identifier + number_literal) )))))) ;) })) (if_statement "if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }" { (expression_statement "*(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);" (assignment_expression "*(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48)" (pointer_expression "*(double *)(lVar13 + lVar11 + 0x48)" * (cast_expression "(double *)(lVar13 + lVar11 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + lVar11 + 0x48)" ( (binary_expression "lVar13 + lVar11 + 0x48" (binary_expression "lVar13 + lVar11" identifier + identifier) + number_literal) )))) = (binary_expression "dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48)" (binary_expression "dVar22 * pdVar20[4]" identifier * (subscript_expression "pdVar20[4]" identifier [ number_literal ])) + (pointer_expression "*(double *)(lVar13 + lVar11 + 0x48)" * (cast_expression "(double *)(lVar13 + lVar11 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + lVar11 + 0x48)" ( (binary_expression "lVar13 + lVar11 + 0x48" (binary_expression "lVar13 + lVar11" identifier + identifier) + number_literal) )))))) ;) (expression_statement "*(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);" (assignment_expression "*(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48)" (pointer_expression "*(double *)(lVar9 + lVar11 + 0x48)" * (cast_expression "(double *)(lVar9 + lVar11 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + lVar11 + 0x48)" ( (binary_expression "lVar9 + lVar11 + 0x48" (binary_expression "lVar9 + lVar11" identifier + identifier) + number_literal) )))) = (binary_expression "dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48)" (binary_expression "dVar21 * pdVar20[4]" identifier * (subscript_expression "pdVar20[4]" identifier [ number_literal ])) + (pointer_expression "*(double *)(lVar9 + lVar11 + 0x48)" * (cast_expression "(double *)(lVar9 + lVar11 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + lVar11 + 0x48)" ( (binary_expression "lVar9 + lVar11 + 0x48" (binary_expression "lVar9 + lVar11" identifier + identifier) + number_literal) )))))) ;) })) (expression_statement "local_e8 = local_e8 + 1;" (assignment_expression "local_e8 = local_e8 + 1" identifier = (binary_expression "local_e8 + 1" identifier + number_literal)) ;) (expression_statement "pdVar20 = pdVar20 + 0x2c;" (assignment_expression "pdVar20 = pdVar20 + 0x2c" identifier = (binary_expression "pdVar20 + 0x2c" identifier + number_literal)) ;) (expression_statement "pdVar19 = pdVar19 + 0x2c;" (assignment_expression "pdVar19 = pdVar19 + 0x2c" identifier = (binary_expression "pdVar19 + 0x2c" identifier + number_literal)) ;) (expression_statement "local_f0 = local_f0 + 0x160;" (assignment_expression "local_f0 = local_f0 + 0x160" identifier = (binary_expression "local_f0 + 0x160" identifier + number_literal)) ;) }) while (parenthesized_expression "(local_e8 != uVar8)" ( (binary_expression "local_e8 != uVar8" identifier != identifier) )) ;) }))) (expression_statement "lVar11 = *(long *)((long)this + 0x18);" (assignment_expression "lVar11 = *(long *)((long)this + 0x18)" identifier = (pointer_expression "*(long *)((long)this + 0x18)" * (cast_expression "(long *)((long)this + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x18)" ( (binary_expression "(long)this + 0x18" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "lVar12 = local_78 * 0x58;" (assignment_expression "lVar12 = local_78 * 0x58" identifier = (binary_expression "local_78 * 0x58" identifier * number_literal)) ;) (expression_statement "dVar25 = *(double *)(lVar13 + 0x28 + lVar12);" (assignment_expression "dVar25 = *(double *)(lVar13 + 0x28 + lVar12)" identifier = (pointer_expression "*(double *)(lVar13 + 0x28 + lVar12)" * (cast_expression "(double *)(lVar13 + 0x28 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28 + lVar12)" ( (binary_expression "lVar13 + 0x28 + lVar12" (binary_expression "lVar13 + 0x28" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar25 = dVar25 * dVar25;" (assignment_expression "dVar25 = dVar25 * dVar25" identifier = (binary_expression "dVar25 * dVar25" identifier * identifier)) ;) (expression_statement "dVar21 = *(double *)(lVar11 + 0x28 + lVar12);" (assignment_expression "dVar21 = *(double *)(lVar11 + 0x28 + lVar12)" identifier = (pointer_expression "*(double *)(lVar11 + 0x28 + lVar12)" * (cast_expression "(double *)(lVar11 + 0x28 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x28 + lVar12)" ( (binary_expression "lVar11 + 0x28 + lVar12" (binary_expression "lVar11 + 0x28" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;" (assignment_expression "dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25" identifier = (binary_expression "*(double *)(lVar9 + 0x28 + lVar12) - dVar25" (pointer_expression "*(double *)(lVar9 + 0x28 + lVar12)" * (cast_expression "(double *)(lVar9 + 0x28 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x28 + lVar12)" ( (binary_expression "lVar9 + 0x28 + lVar12" (binary_expression "lVar9 + 0x28" identifier + number_literal) + identifier) )))) - identifier)) ;) (expression_statement "dVar22 = SQRT(dVar23);" (assignment_expression "dVar22 = SQRT(dVar23)" identifier = (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (if_statement "if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = *(long *)((long)this + 0x18);\n }\n else {\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n }" if (parenthesized_expression "(dVar23 < 0.0)" ( (binary_expression "dVar23 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar23);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = *(long *)((long)this + 0x18);\n }\n else {\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n }" { (expression_statement "sqrt(dVar23);" (call_expression "sqrt(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) ;) (expression_statement "lVar13 = *(long *)((long)this + 0x38);" (assignment_expression "lVar13 = *(long *)((long)this + 0x38)" identifier = (pointer_expression "*(long *)((long)this + 0x38)" * (cast_expression "(long *)((long)this + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x38)" ( (binary_expression "(long)this + 0x38" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "lVar9 = *(long *)((long)this + 0x48);" (assignment_expression "lVar9 = *(long *)((long)this + 0x48)" identifier = (pointer_expression "*(long *)((long)this + 0x48)" * (cast_expression "(long *)((long)this + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x48)" ( (binary_expression "(long)this + 0x48" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "dVar22 = *(double *)(lVar13 + 0x28 + lVar12);" (assignment_expression "dVar22 = *(double *)(lVar13 + 0x28 + lVar12)" identifier = (pointer_expression "*(double *)(lVar13 + 0x28 + lVar12)" * (cast_expression "(double *)(lVar13 + 0x28 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28 + lVar12)" ( (binary_expression "lVar13 + 0x28 + lVar12" (binary_expression "lVar13 + 0x28" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;" (assignment_expression "dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22" identifier = (binary_expression "*(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22" (pointer_expression "*(double *)(lVar9 + 0x28 + lVar12)" * (cast_expression "(double *)(lVar9 + 0x28 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x28 + lVar12)" ( (binary_expression "lVar9 + 0x28 + lVar12" (binary_expression "lVar9 + 0x28" identifier + number_literal) + identifier) )))) - (binary_expression "dVar22 * dVar22" identifier * identifier))) ;) (expression_statement "dVar22 = SQRT(dVar24);" (assignment_expression "dVar22 = SQRT(dVar24)" identifier = (call_expression "SQRT(dVar24)" identifier (argument_list "(dVar24)" ( identifier )))) ;) (if_statement "if (0.0 <= dVar24) {\n lVar11 = *(long *)((long)this + 0x18);\n }\n else {\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }" if (parenthesized_expression "(0.0 <= dVar24)" ( (binary_expression "0.0 <= dVar24" number_literal <= identifier) )) (compound_statement "{\n lVar11 = *(long *)((long)this + 0x18);\n }" { (expression_statement "lVar11 = *(long *)((long)this + 0x18);" (assignment_expression "lVar11 = *(long *)((long)this + 0x18)" identifier = (pointer_expression "*(long *)((long)this + 0x18)" * (cast_expression "(long *)((long)this + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x18)" ( (binary_expression "(long)this + 0x18" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) }) (else_clause "else {\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }" else (compound_statement "{\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }" { (expression_statement "sqrt(dVar24);" (call_expression "sqrt(dVar24)" identifier (argument_list "(dVar24)" ( identifier ))) ;) (expression_statement "lVar11 = *(long *)((long)this + 0x18);" (assignment_expression "lVar11 = *(long *)((long)this + 0x18)" identifier = (pointer_expression "*(long *)((long)this + 0x18)" * (cast_expression "(long *)((long)this + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x18)" ( (binary_expression "(long)this + 0x18" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "lVar13 = *(long *)((long)this + 0x38);" (assignment_expression "lVar13 = *(long *)((long)this + 0x38)" identifier = (pointer_expression "*(long *)((long)this + 0x38)" * (cast_expression "(long *)((long)this + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x38)" ( (binary_expression "(long)this + 0x38" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "lVar9 = *(long *)((long)this + 0x48);" (assignment_expression "lVar9 = *(long *)((long)this + 0x48)" identifier = (pointer_expression "*(long *)((long)this + 0x48)" * (cast_expression "(long *)((long)this + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x48)" ( (binary_expression "(long)this + 0x48" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) }))) })) (expression_statement "lVar12 = local_78 * 0x58;" (assignment_expression "lVar12 = local_78 * 0x58" identifier = (binary_expression "local_78 * 0x58" identifier * number_literal)) ;) (expression_statement "pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);" (assignment_expression "pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (subscript_expression "pdVar10[8]" identifier [ number_literal ]) = (binary_expression "(dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (parenthesized_expression "(dVar21 - dVar25)" ( (binary_expression "dVar21 - dVar25" identifier - identifier) )) / (parenthesized_expression "(SQRT(dVar23) * dVar22)" ( (binary_expression "SQRT(dVar23) * dVar22" (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) * identifier) )))) ;) (expression_statement "dVar25 = *(double *)(lVar13 + 0x30 + lVar12);" (assignment_expression "dVar25 = *(double *)(lVar13 + 0x30 + lVar12)" identifier = (pointer_expression "*(double *)(lVar13 + 0x30 + lVar12)" * (cast_expression "(double *)(lVar13 + 0x30 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30 + lVar12)" ( (binary_expression "lVar13 + 0x30 + lVar12" (binary_expression "lVar13 + 0x30" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar21 = *(double *)(lVar11 + 0x30 + lVar12);" (assignment_expression "dVar21 = *(double *)(lVar11 + 0x30 + lVar12)" identifier = (pointer_expression "*(double *)(lVar11 + 0x30 + lVar12)" * (cast_expression "(double *)(lVar11 + 0x30 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x30 + lVar12)" ( (binary_expression "lVar11 + 0x30 + lVar12" (binary_expression "lVar11 + 0x30" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar25 = dVar25 * dVar25;" (assignment_expression "dVar25 = dVar25 * dVar25" identifier = (binary_expression "dVar25 * dVar25" identifier * identifier)) ;) (expression_statement "dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;" (assignment_expression "dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25" identifier = (binary_expression "*(double *)(lVar9 + 0x30 + lVar12) - dVar25" (pointer_expression "*(double *)(lVar9 + 0x30 + lVar12)" * (cast_expression "(double *)(lVar9 + 0x30 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x30 + lVar12)" ( (binary_expression "lVar9 + 0x30 + lVar12" (binary_expression "lVar9 + 0x30" identifier + number_literal) + identifier) )))) - identifier)) ;) (expression_statement "dVar22 = SQRT(dVar23);" (assignment_expression "dVar22 = SQRT(dVar23)" identifier = (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (if_statement "if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = *(long *)((long)this + 0x18);\n }\n else {\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n }" if (parenthesized_expression "(dVar23 < 0.0)" ( (binary_expression "dVar23 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar23);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = *(long *)((long)this + 0x18);\n }\n else {\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }\n }" { (expression_statement "sqrt(dVar23);" (call_expression "sqrt(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) ;) (expression_statement "lVar13 = *(long *)((long)this + 0x38);" (assignment_expression "lVar13 = *(long *)((long)this + 0x38)" identifier = (pointer_expression "*(long *)((long)this + 0x38)" * (cast_expression "(long *)((long)this + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x38)" ( (binary_expression "(long)this + 0x38" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "lVar9 = *(long *)((long)this + 0x48);" (assignment_expression "lVar9 = *(long *)((long)this + 0x48)" identifier = (pointer_expression "*(long *)((long)this + 0x48)" * (cast_expression "(long *)((long)this + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x48)" ( (binary_expression "(long)this + 0x48" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "dVar22 = *(double *)(lVar13 + 0x30 + lVar12);" (assignment_expression "dVar22 = *(double *)(lVar13 + 0x30 + lVar12)" identifier = (pointer_expression "*(double *)(lVar13 + 0x30 + lVar12)" * (cast_expression "(double *)(lVar13 + 0x30 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30 + lVar12)" ( (binary_expression "lVar13 + 0x30 + lVar12" (binary_expression "lVar13 + 0x30" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;" (assignment_expression "dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22" identifier = (binary_expression "*(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22" (pointer_expression "*(double *)(lVar9 + 0x30 + lVar12)" * (cast_expression "(double *)(lVar9 + 0x30 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x30 + lVar12)" ( (binary_expression "lVar9 + 0x30 + lVar12" (binary_expression "lVar9 + 0x30" identifier + number_literal) + identifier) )))) - (binary_expression "dVar22 * dVar22" identifier * identifier))) ;) (expression_statement "dVar22 = SQRT(dVar24);" (assignment_expression "dVar22 = SQRT(dVar24)" identifier = (call_expression "SQRT(dVar24)" identifier (argument_list "(dVar24)" ( identifier )))) ;) (if_statement "if (0.0 <= dVar24) {\n lVar11 = *(long *)((long)this + 0x18);\n }\n else {\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }" if (parenthesized_expression "(0.0 <= dVar24)" ( (binary_expression "0.0 <= dVar24" number_literal <= identifier) )) (compound_statement "{\n lVar11 = *(long *)((long)this + 0x18);\n }" { (expression_statement "lVar11 = *(long *)((long)this + 0x18);" (assignment_expression "lVar11 = *(long *)((long)this + 0x18)" identifier = (pointer_expression "*(long *)((long)this + 0x18)" * (cast_expression "(long *)((long)this + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x18)" ( (binary_expression "(long)this + 0x18" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) }) (else_clause "else {\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }" else (compound_statement "{\n sqrt(dVar24);\n lVar11 = *(long *)((long)this + 0x18);\n lVar13 = *(long *)((long)this + 0x38);\n lVar9 = *(long *)((long)this + 0x48);\n }" { (expression_statement "sqrt(dVar24);" (call_expression "sqrt(dVar24)" identifier (argument_list "(dVar24)" ( identifier ))) ;) (expression_statement "lVar11 = *(long *)((long)this + 0x18);" (assignment_expression "lVar11 = *(long *)((long)this + 0x18)" identifier = (pointer_expression "*(long *)((long)this + 0x18)" * (cast_expression "(long *)((long)this + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x18)" ( (binary_expression "(long)this + 0x18" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "lVar13 = *(long *)((long)this + 0x38);" (assignment_expression "lVar13 = *(long *)((long)this + 0x38)" identifier = (pointer_expression "*(long *)((long)this + 0x38)" * (cast_expression "(long *)((long)this + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x38)" ( (binary_expression "(long)this + 0x38" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "lVar9 = *(long *)((long)this + 0x48);" (assignment_expression "lVar9 = *(long *)((long)this + 0x48)" identifier = (pointer_expression "*(long *)((long)this + 0x48)" * (cast_expression "(long *)((long)this + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x48)" ( (binary_expression "(long)this + 0x48" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) }))) })) (expression_statement "lVar12 = local_78 * 0x58;" (assignment_expression "lVar12 = local_78 * 0x58" identifier = (binary_expression "local_78 * 0x58" identifier * number_literal)) ;) (expression_statement "pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);" (assignment_expression "pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (subscript_expression "pdVar10[0x40]" identifier [ number_literal ]) = (binary_expression "(dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (parenthesized_expression "(dVar21 - dVar25)" ( (binary_expression "dVar21 - dVar25" identifier - identifier) )) / (parenthesized_expression "(SQRT(dVar23) * dVar22)" ( (binary_expression "SQRT(dVar23) * dVar22" (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) * identifier) )))) ;) (expression_statement "dVar25 = *(double *)(lVar13 + 0x38 + lVar12);" (assignment_expression "dVar25 = *(double *)(lVar13 + 0x38 + lVar12)" identifier = (pointer_expression "*(double *)(lVar13 + 0x38 + lVar12)" * (cast_expression "(double *)(lVar13 + 0x38 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38 + lVar12)" ( (binary_expression "lVar13 + 0x38 + lVar12" (binary_expression "lVar13 + 0x38" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar25 = dVar25 * dVar25;" (assignment_expression "dVar25 = dVar25 * dVar25" identifier = (binary_expression "dVar25 * dVar25" identifier * identifier)) ;) (expression_statement "dVar21 = *(double *)(lVar11 + 0x38 + lVar12);" (assignment_expression "dVar21 = *(double *)(lVar11 + 0x38 + lVar12)" identifier = (pointer_expression "*(double *)(lVar11 + 0x38 + lVar12)" * (cast_expression "(double *)(lVar11 + 0x38 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x38 + lVar12)" ( (binary_expression "lVar11 + 0x38 + lVar12" (binary_expression "lVar11 + 0x38" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;" (assignment_expression "dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25" identifier = (binary_expression "*(double *)(lVar9 + 0x38 + lVar12) - dVar25" (pointer_expression "*(double *)(lVar9 + 0x38 + lVar12)" * (cast_expression "(double *)(lVar9 + 0x38 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x38 + lVar12)" ( (binary_expression "lVar9 + 0x38 + lVar12" (binary_expression "lVar9 + 0x38" identifier + number_literal) + identifier) )))) - identifier)) ;) (expression_statement "dVar22 = SQRT(dVar23);" (assignment_expression "dVar22 = SQRT(dVar23)" identifier = (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (if_statement "if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + *(long *)((long)this + 0x48) + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" if (parenthesized_expression "(dVar23 < 0.0)" ( (binary_expression "dVar23 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + *(long *)((long)this + 0x48) + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" { (expression_statement "sqrt(dVar23);" (call_expression "sqrt(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) ;) (expression_statement "dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar12 + 0x38);" (assignment_expression "dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar12 + 0x38)" identifier = (pointer_expression "*(double *)(*(long *)((long)this + 0x38) + lVar12 + 0x38)" * (cast_expression "(double *)(*(long *)((long)this + 0x38) + lVar12 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)((long)this + 0x38) + lVar12 + 0x38)" ( (binary_expression "*(long *)((long)this + 0x38) + lVar12 + 0x38" (binary_expression "*(long *)((long)this + 0x38) + lVar12" (pointer_expression "*(long *)((long)this + 0x38)" * (cast_expression "(long *)((long)this + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x38)" ( (binary_expression "(long)this + 0x38" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + identifier) + number_literal) ))))) ;) (expression_statement "dVar24 = *(double *)(lVar12 + *(long *)((long)this + 0x48) + 0x38) - dVar22 * dVar22;" (assignment_expression "dVar24 = *(double *)(lVar12 + *(long *)((long)this + 0x48) + 0x38) - dVar22 * dVar22" identifier = (binary_expression "*(double *)(lVar12 + *(long *)((long)this + 0x48) + 0x38) - dVar22 * dVar22" (pointer_expression "*(double *)(lVar12 + *(long *)((long)this + 0x48) + 0x38)" * (cast_expression "(double *)(lVar12 + *(long *)((long)this + 0x48) + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + *(long *)((long)this + 0x48) + 0x38)" ( (binary_expression "lVar12 + *(long *)((long)this + 0x48) + 0x38" (binary_expression "lVar12 + *(long *)((long)this + 0x48)" identifier + (pointer_expression "*(long *)((long)this + 0x48)" * (cast_expression "(long *)((long)this + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x48)" ( (binary_expression "(long)this + 0x48" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) + number_literal) )))) - (binary_expression "dVar22 * dVar22" identifier * identifier))) ;) (expression_statement "dVar22 = SQRT(dVar24);" (assignment_expression "dVar22 = SQRT(dVar24)" identifier = (call_expression "SQRT(dVar24)" identifier (argument_list "(dVar24)" ( identifier )))) ;) (if_statement "if (dVar24 < 0.0) {\n sqrt(dVar24);\n }" if (parenthesized_expression "(dVar24 < 0.0)" ( (binary_expression "dVar24 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar24);\n }" { (expression_statement "sqrt(dVar24);" (call_expression "sqrt(dVar24)" identifier (argument_list "(dVar24)" ( identifier ))) ;) })) })) (expression_statement "iVar5 = *(int *)(lVar2 + 4);" (assignment_expression "iVar5 = *(int *)(lVar2 + 4)" identifier = (pointer_expression "*(int *)(lVar2 + 4)" * (cast_expression "(int *)(lVar2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 4)" ( (binary_expression "lVar2 + 4" identifier + number_literal) ))))) ;) (expression_statement "pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);" (assignment_expression "pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (subscript_expression "pdVar10[0x78]" identifier [ number_literal ]) = (binary_expression "(dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (parenthesized_expression "(dVar21 - dVar25)" ( (binary_expression "dVar21 - dVar25" identifier - identifier) )) / (parenthesized_expression "(SQRT(dVar23) * dVar22)" ( (binary_expression "SQRT(dVar23) * dVar22" (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) * identifier) )))) ;) (if_statement "if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x40);\n dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);\n dVar24 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x40);\n dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);\n dVar24 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }" { (expression_statement "lVar13 = local_78 * 0x58;" (assignment_expression "lVar13 = local_78 * 0x58" identifier = (binary_expression "local_78 * 0x58" identifier * number_literal)) ;) (expression_statement "dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);" (assignment_expression "dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40)" identifier = (pointer_expression "*(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40)" * (cast_expression "(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)((long)this + 0x38) + lVar13 + 0x40)" ( (binary_expression "*(long *)((long)this + 0x38) + lVar13 + 0x40" (binary_expression "*(long *)((long)this + 0x38) + lVar13" (pointer_expression "*(long *)((long)this + 0x38)" * (cast_expression "(long *)((long)this + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x38)" ( (binary_expression "(long)this + 0x38" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + identifier) + number_literal) ))))) ;) (expression_statement "dVar25 = dVar25 * dVar25;" (assignment_expression "dVar25 = dVar25 * dVar25" identifier = (binary_expression "dVar25 * dVar25" identifier * identifier)) ;) (expression_statement "dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x40);" (assignment_expression "dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x40)" identifier = (pointer_expression "*(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x40)" * (cast_expression "(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)((long)this + 0x18) + lVar13 + 0x40)" ( (binary_expression "*(long *)((long)this + 0x18) + lVar13 + 0x40" (binary_expression "*(long *)((long)this + 0x18) + lVar13" (pointer_expression "*(long *)((long)this + 0x18)" * (cast_expression "(long *)((long)this + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x18)" ( (binary_expression "(long)this + 0x18" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + identifier) + number_literal) ))))) ;) (expression_statement "dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar25;" (assignment_expression "dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar25" identifier = (binary_expression "*(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar25" (pointer_expression "*(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40)" * (cast_expression "(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)((long)this + 0x48) + lVar13 + 0x40)" ( (binary_expression "*(long *)((long)this + 0x48) + lVar13 + 0x40" (binary_expression "*(long *)((long)this + 0x48) + lVar13" (pointer_expression "*(long *)((long)this + 0x48)" * (cast_expression "(long *)((long)this + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x48)" ( (binary_expression "(long)this + 0x48" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + identifier) + number_literal) )))) - identifier)) ;) (expression_statement "dVar22 = SQRT(dVar23);" (assignment_expression "dVar22 = SQRT(dVar23)" identifier = (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (if_statement "if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);\n dVar24 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" if (parenthesized_expression "(dVar23 < 0.0)" ( (binary_expression "dVar23 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);\n dVar24 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" { (expression_statement "sqrt(dVar23);" (call_expression "sqrt(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) ;) (expression_statement "dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40);" (assignment_expression "dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40)" identifier = (pointer_expression "*(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40)" * (cast_expression "(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)((long)this + 0x38) + lVar13 + 0x40)" ( (binary_expression "*(long *)((long)this + 0x38) + lVar13 + 0x40" (binary_expression "*(long *)((long)this + 0x38) + lVar13" (pointer_expression "*(long *)((long)this + 0x38)" * (cast_expression "(long *)((long)this + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x38)" ( (binary_expression "(long)this + 0x38" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + identifier) + number_literal) ))))) ;) (expression_statement "dVar24 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar22 * dVar22;" (assignment_expression "dVar24 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar22 * dVar22" identifier = (binary_expression "*(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40) - dVar22 * dVar22" (pointer_expression "*(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40)" * (cast_expression "(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)((long)this + 0x48) + lVar13 + 0x40)" ( (binary_expression "*(long *)((long)this + 0x48) + lVar13 + 0x40" (binary_expression "*(long *)((long)this + 0x48) + lVar13" (pointer_expression "*(long *)((long)this + 0x48)" * (cast_expression "(long *)((long)this + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x48)" ( (binary_expression "(long)this + 0x48" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + identifier) + number_literal) )))) - (binary_expression "dVar22 * dVar22" identifier * identifier))) ;) (expression_statement "dVar22 = SQRT(dVar24);" (assignment_expression "dVar22 = SQRT(dVar24)" identifier = (call_expression "SQRT(dVar24)" identifier (argument_list "(dVar24)" ( identifier )))) ;) (if_statement "if (dVar24 < 0.0) {\n sqrt(dVar24);\n }" if (parenthesized_expression "(dVar24 < 0.0)" ( (binary_expression "dVar24 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar24);\n }" { (expression_statement "sqrt(dVar24);" (call_expression "sqrt(dVar24)" identifier (argument_list "(dVar24)" ( identifier ))) ;) })) })) (expression_statement "pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);" (assignment_expression "pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (subscript_expression "pdVar10[0xb0]" identifier [ number_literal ]) = (binary_expression "(dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (parenthesized_expression "(dVar21 - dVar25)" ( (binary_expression "dVar21 - dVar25" identifier - identifier) )) / (parenthesized_expression "(SQRT(dVar23) * dVar22)" ( (binary_expression "SQRT(dVar23) * dVar22" (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) * identifier) )))) ;) })) (if_statement "if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x48);\n dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + *(long *)((long)this + 0x48) + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }" if (parenthesized_expression "(*(int *)(lVar2 + 0x33c) != 0)" ( (binary_expression "*(int *)(lVar2 + 0x33c) != 0" (pointer_expression "*(int *)(lVar2 + 0x33c)" * (cast_expression "(int *)(lVar2 + 0x33c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x33c)" ( (binary_expression "lVar2 + 0x33c" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x48);\n dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + *(long *)((long)this + 0x48) + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }" { (expression_statement "lVar13 = local_78 * 0x58;" (assignment_expression "lVar13 = local_78 * 0x58" identifier = (binary_expression "local_78 * 0x58" identifier * number_literal)) ;) (expression_statement "dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);" (assignment_expression "dVar25 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48)" identifier = (pointer_expression "*(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48)" * (cast_expression "(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)((long)this + 0x38) + lVar13 + 0x48)" ( (binary_expression "*(long *)((long)this + 0x38) + lVar13 + 0x48" (binary_expression "*(long *)((long)this + 0x38) + lVar13" (pointer_expression "*(long *)((long)this + 0x38)" * (cast_expression "(long *)((long)this + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x38)" ( (binary_expression "(long)this + 0x38" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + identifier) + number_literal) ))))) ;) (expression_statement "dVar25 = dVar25 * dVar25;" (assignment_expression "dVar25 = dVar25 * dVar25" identifier = (binary_expression "dVar25 * dVar25" identifier * identifier)) ;) (expression_statement "dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x48);" (assignment_expression "dVar21 = *(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x48)" identifier = (pointer_expression "*(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x48)" * (cast_expression "(double *)(*(long *)((long)this + 0x18) + lVar13 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)((long)this + 0x18) + lVar13 + 0x48)" ( (binary_expression "*(long *)((long)this + 0x18) + lVar13 + 0x48" (binary_expression "*(long *)((long)this + 0x18) + lVar13" (pointer_expression "*(long *)((long)this + 0x18)" * (cast_expression "(long *)((long)this + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x18)" ( (binary_expression "(long)this + 0x18" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + identifier) + number_literal) ))))) ;) (expression_statement "dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x48) - dVar25;" (assignment_expression "dVar23 = *(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x48) - dVar25" identifier = (binary_expression "*(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x48) - dVar25" (pointer_expression "*(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x48)" * (cast_expression "(double *)(*(long *)((long)this + 0x48) + lVar13 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)((long)this + 0x48) + lVar13 + 0x48)" ( (binary_expression "*(long *)((long)this + 0x48) + lVar13 + 0x48" (binary_expression "*(long *)((long)this + 0x48) + lVar13" (pointer_expression "*(long *)((long)this + 0x48)" * (cast_expression "(long *)((long)this + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x48)" ( (binary_expression "(long)this + 0x48" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + identifier) + number_literal) )))) - identifier)) ;) (expression_statement "dVar22 = SQRT(dVar23);" (assignment_expression "dVar22 = SQRT(dVar23)" identifier = (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (if_statement "if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + *(long *)((long)this + 0x48) + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" if (parenthesized_expression "(dVar23 < 0.0)" ( (binary_expression "dVar23 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar23);\n dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + *(long *)((long)this + 0x48) + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" { (expression_statement "sqrt(dVar23);" (call_expression "sqrt(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) ;) (expression_statement "dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48);" (assignment_expression "dVar22 = *(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48)" identifier = (pointer_expression "*(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48)" * (cast_expression "(double *)(*(long *)((long)this + 0x38) + lVar13 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)((long)this + 0x38) + lVar13 + 0x48)" ( (binary_expression "*(long *)((long)this + 0x38) + lVar13 + 0x48" (binary_expression "*(long *)((long)this + 0x38) + lVar13" (pointer_expression "*(long *)((long)this + 0x38)" * (cast_expression "(long *)((long)this + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x38)" ( (binary_expression "(long)this + 0x38" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + identifier) + number_literal) ))))) ;) (expression_statement "dVar24 = *(double *)(lVar13 + *(long *)((long)this + 0x48) + 0x48) - dVar22 * dVar22;" (assignment_expression "dVar24 = *(double *)(lVar13 + *(long *)((long)this + 0x48) + 0x48) - dVar22 * dVar22" identifier = (binary_expression "*(double *)(lVar13 + *(long *)((long)this + 0x48) + 0x48) - dVar22 * dVar22" (pointer_expression "*(double *)(lVar13 + *(long *)((long)this + 0x48) + 0x48)" * (cast_expression "(double *)(lVar13 + *(long *)((long)this + 0x48) + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + *(long *)((long)this + 0x48) + 0x48)" ( (binary_expression "lVar13 + *(long *)((long)this + 0x48) + 0x48" (binary_expression "lVar13 + *(long *)((long)this + 0x48)" identifier + (pointer_expression "*(long *)((long)this + 0x48)" * (cast_expression "(long *)((long)this + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)this + 0x48)" ( (binary_expression "(long)this + 0x48" (cast_expression "(long)this" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) + number_literal) )))) - (binary_expression "dVar22 * dVar22" identifier * identifier))) ;) (expression_statement "dVar22 = SQRT(dVar24);" (assignment_expression "dVar22 = SQRT(dVar24)" identifier = (call_expression "SQRT(dVar24)" identifier (argument_list "(dVar24)" ( identifier )))) ;) (if_statement "if (dVar24 < 0.0) {\n sqrt(dVar24);\n }" if (parenthesized_expression "(dVar24 < 0.0)" ( (binary_expression "dVar24 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar24);\n }" { (expression_statement "sqrt(dVar24);" (call_expression "sqrt(dVar24)" identifier (argument_list "(dVar24)" ( identifier ))) ;) })) })) (expression_statement "pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);" (assignment_expression "pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (subscript_expression "pdVar10[0xe8]" identifier [ number_literal ]) = (binary_expression "(dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (parenthesized_expression "(dVar21 - dVar25)" ( (binary_expression "dVar21 - dVar25" identifier - identifier) )) / (parenthesized_expression "(SQRT(dVar23) * dVar22)" ( (binary_expression "SQRT(dVar23) * dVar22" (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) * identifier) )))) ;) })) (expression_statement "local_78 = local_78 + 1;" (assignment_expression "local_78 = local_78 + 1" identifier = (binary_expression "local_78 + 1" identifier + number_literal)) ;) (expression_statement "pdVar10 = pdVar10 + 1;" (assignment_expression "pdVar10 = pdVar10 + 1" identifier = (binary_expression "pdVar10 + 1" identifier + number_literal)) ;) (expression_statement "local_70 = local_70 + 0xb;" (assignment_expression "local_70 = local_70 + 0xb" identifier = (binary_expression "local_70 + 0xb" identifier + number_literal)) ;) (expression_statement "local_48 = local_48 + 0xb;" (assignment_expression "local_48 = local_48 + 0xb" identifier = (binary_expression "local_48 + 0xb" identifier + number_literal)) ;) (expression_statement "local_50 = local_50 + 0xb;" (assignment_expression "local_50 = local_50 + 0xb" identifier = (binary_expression "local_50 + 0xb" identifier + number_literal)) ;) (expression_statement "local_58 = local_58 + 0x58;" (assignment_expression "local_58 = local_58 + 0x58" identifier = (binary_expression "local_58 + 0x58" identifier + number_literal)) ;) }) while (parenthesized_expression "(lVar7 != local_78)" ( (binary_expression "lVar7 != local_78" identifier != identifier) )) ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_001ff190(long *param_1)\n\n{\n long *plVar1;\n long lVar2;\n undefined1 auVar3 [16];\n ulong uVar4;\n int iVar5;\n int iVar6;\n long lVar7;\n ulong uVar8;\n long lVar9;\n double *pdVar10;\n long lVar11;\n long lVar12;\n long lVar13;\n ulong uVar14;\n long *plVar15;\n long lVar16;\n double *pdVar17;\n double *pdVar18;\n double *pdVar19;\n double *pdVar20;\n double dVar21;\n double dVar22;\n double dVar23;\n double dVar24;\n double dVar25;\n long local_f0;\n ulong local_e8;\n long local_d8;\n long local_78;\n double *local_70;\n long local_58;\n double *local_50;\n double *local_48;\n \n iVar5 = omp_get_num_threads();\n iVar6 = omp_get_thread_num();\n uVar4 = DAT_003efbd0;\n auVar3._8_8_ = 0;\n auVar3._0_8_ = SUB168(SEXT816(4),8);\n auVar3 = auVar3 << 0x40 | ZEXT816(4);\n lVar7 = SUB168(auVar3 / SEXT816((long)iVar5),0);\n local_78 = SUB168(auVar3 % SEXT816((long)iVar5),0);\n if (iVar6 < local_78) {\n lVar7 = lVar7 + 1;\n local_78 = 0;\n }\n local_78 = iVar6 * lVar7 + local_78;\n lVar7 = lVar7 + local_78;\n if (local_78 < lVar7) {\n plVar1 = (long *)param_1[2];\n lVar2 = *param_1;\n uVar8 = (ulong)*(uint *)(param_1 + 10);\n pdVar10 = (double *)(param_1[1] + local_78 * 8);\n lVar13 = local_78 * 0x58 + 0x28;\n local_58 = local_78 * 0x58 + param_1[5];\n local_70 = (double *)(param_1[4] + lVar13);\n local_48 = (double *)(param_1[8] + lVar13);\n local_50 = (double *)(lVar13 + param_1[6]);\n do {\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = param_1[3];\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n } while (lVar7 != local_78);\n }\n return;\n}\n\n" (function_definition "void FUN_001ff190(long *param_1)\n\n{\n long *plVar1;\n long lVar2;\n undefined1 auVar3 [16];\n ulong uVar4;\n int iVar5;\n int iVar6;\n long lVar7;\n ulong uVar8;\n long lVar9;\n double *pdVar10;\n long lVar11;\n long lVar12;\n long lVar13;\n ulong uVar14;\n long *plVar15;\n long lVar16;\n double *pdVar17;\n double *pdVar18;\n double *pdVar19;\n double *pdVar20;\n double dVar21;\n double dVar22;\n double dVar23;\n double dVar24;\n double dVar25;\n long local_f0;\n ulong local_e8;\n long local_d8;\n long local_78;\n double *local_70;\n long local_58;\n double *local_50;\n double *local_48;\n \n iVar5 = omp_get_num_threads();\n iVar6 = omp_get_thread_num();\n uVar4 = DAT_003efbd0;\n auVar3._8_8_ = 0;\n auVar3._0_8_ = SUB168(SEXT816(4),8);\n auVar3 = auVar3 << 0x40 | ZEXT816(4);\n lVar7 = SUB168(auVar3 / SEXT816((long)iVar5),0);\n local_78 = SUB168(auVar3 % SEXT816((long)iVar5),0);\n if (iVar6 < local_78) {\n lVar7 = lVar7 + 1;\n local_78 = 0;\n }\n local_78 = iVar6 * lVar7 + local_78;\n lVar7 = lVar7 + local_78;\n if (local_78 < lVar7) {\n plVar1 = (long *)param_1[2];\n lVar2 = *param_1;\n uVar8 = (ulong)*(uint *)(param_1 + 10);\n pdVar10 = (double *)(param_1[1] + local_78 * 8);\n lVar13 = local_78 * 0x58 + 0x28;\n local_58 = local_78 * 0x58 + param_1[5];\n local_70 = (double *)(param_1[4] + lVar13);\n local_48 = (double *)(param_1[8] + lVar13);\n local_50 = (double *)(lVar13 + param_1[6]);\n do {\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = param_1[3];\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n } while (lVar7 != local_78);\n }\n return;\n}" primitive_type (function_declarator "FUN_001ff190(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n long *plVar1;\n long lVar2;\n undefined1 auVar3 [16];\n ulong uVar4;\n int iVar5;\n int iVar6;\n long lVar7;\n ulong uVar8;\n long lVar9;\n double *pdVar10;\n long lVar11;\n long lVar12;\n long lVar13;\n ulong uVar14;\n long *plVar15;\n long lVar16;\n double *pdVar17;\n double *pdVar18;\n double *pdVar19;\n double *pdVar20;\n double dVar21;\n double dVar22;\n double dVar23;\n double dVar24;\n double dVar25;\n long local_f0;\n ulong local_e8;\n long local_d8;\n long local_78;\n double *local_70;\n long local_58;\n double *local_50;\n double *local_48;\n \n iVar5 = omp_get_num_threads();\n iVar6 = omp_get_thread_num();\n uVar4 = DAT_003efbd0;\n auVar3._8_8_ = 0;\n auVar3._0_8_ = SUB168(SEXT816(4),8);\n auVar3 = auVar3 << 0x40 | ZEXT816(4);\n lVar7 = SUB168(auVar3 / SEXT816((long)iVar5),0);\n local_78 = SUB168(auVar3 % SEXT816((long)iVar5),0);\n if (iVar6 < local_78) {\n lVar7 = lVar7 + 1;\n local_78 = 0;\n }\n local_78 = iVar6 * lVar7 + local_78;\n lVar7 = lVar7 + local_78;\n if (local_78 < lVar7) {\n plVar1 = (long *)param_1[2];\n lVar2 = *param_1;\n uVar8 = (ulong)*(uint *)(param_1 + 10);\n pdVar10 = (double *)(param_1[1] + local_78 * 8);\n lVar13 = local_78 * 0x58 + 0x28;\n local_58 = local_78 * 0x58 + param_1[5];\n local_70 = (double *)(param_1[4] + lVar13);\n local_48 = (double *)(param_1[8] + lVar13);\n local_50 = (double *)(lVar13 + param_1[6]);\n do {\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = param_1[3];\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n } while (lVar7 != local_78);\n }\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 auVar3 [16];" type_identifier (array_declarator "auVar3 [16]" identifier [ number_literal ]) ;) (declaration "ulong uVar4;" type_identifier identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar8;" type_identifier identifier ;) (declaration "long lVar9;" (sized_type_specifier "long" long) identifier ;) (declaration "double *pdVar10;" primitive_type (pointer_declarator "*pdVar10" * identifier) ;) (declaration "long lVar11;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar12;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar13;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar14;" type_identifier identifier ;) (declaration "long *plVar15;" (sized_type_specifier "long" long) (pointer_declarator "*plVar15" * identifier) ;) (declaration "long lVar16;" (sized_type_specifier "long" long) identifier ;) (declaration "double *pdVar17;" primitive_type (pointer_declarator "*pdVar17" * identifier) ;) (declaration "double *pdVar18;" primitive_type (pointer_declarator "*pdVar18" * identifier) ;) (declaration "double *pdVar19;" primitive_type (pointer_declarator "*pdVar19" * identifier) ;) (declaration "double *pdVar20;" primitive_type (pointer_declarator "*pdVar20" * identifier) ;) (declaration "double dVar21;" primitive_type identifier ;) (declaration "double dVar22;" primitive_type identifier ;) (declaration "double dVar23;" primitive_type identifier ;) (declaration "double dVar24;" primitive_type identifier ;) (declaration "double dVar25;" primitive_type identifier ;) (declaration "long local_f0;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong local_e8;" type_identifier identifier ;) (declaration "long local_d8;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_78;" (sized_type_specifier "long" long) identifier ;) (declaration "double *local_70;" primitive_type (pointer_declarator "*local_70" * identifier) ;) (declaration "long local_58;" (sized_type_specifier "long" long) identifier ;) (declaration "double *local_50;" primitive_type (pointer_declarator "*local_50" * identifier) ;) (declaration "double *local_48;" primitive_type (pointer_declarator "*local_48" * identifier) ;) (expression_statement "iVar5 = omp_get_num_threads();" (assignment_expression "iVar5 = omp_get_num_threads()" identifier = (call_expression "omp_get_num_threads()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar6 = omp_get_thread_num();" (assignment_expression "iVar6 = omp_get_thread_num()" identifier = (call_expression "omp_get_thread_num()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar4 = DAT_003efbd0;" (assignment_expression "uVar4 = DAT_003efbd0" identifier = identifier) ;) (expression_statement "auVar3._8_8_ = 0;" (assignment_expression "auVar3._8_8_ = 0" (field_expression "auVar3._8_8_" identifier . field_identifier) = number_literal) ;) (expression_statement "auVar3._0_8_ = SUB168(SEXT816(4),8);" (assignment_expression "auVar3._0_8_ = SUB168(SEXT816(4),8)" (field_expression "auVar3._0_8_" identifier . field_identifier) = (call_expression "SUB168(SEXT816(4),8)" identifier (argument_list "(SEXT816(4),8)" ( (call_expression "SEXT816(4)" identifier (argument_list "(4)" ( number_literal ))) , number_literal )))) ;) (expression_statement "auVar3 = auVar3 << 0x40 | ZEXT816(4);" (assignment_expression "auVar3 = auVar3 << 0x40 | ZEXT816(4)" identifier = (binary_expression "auVar3 << 0x40 | ZEXT816(4)" (binary_expression "auVar3 << 0x40" identifier << number_literal) | (call_expression "ZEXT816(4)" identifier (argument_list "(4)" ( number_literal ))))) ;) (expression_statement "lVar7 = SUB168(auVar3 / SEXT816((long)iVar5),0);" (assignment_expression "lVar7 = SUB168(auVar3 / SEXT816((long)iVar5),0)" identifier = (call_expression "SUB168(auVar3 / SEXT816((long)iVar5),0)" identifier (argument_list "(auVar3 / SEXT816((long)iVar5),0)" ( (binary_expression "auVar3 / SEXT816((long)iVar5)" identifier / (call_expression "SEXT816((long)iVar5)" identifier (argument_list "((long)iVar5)" ( (cast_expression "(long)iVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) )))) , number_literal )))) ;) (expression_statement "local_78 = SUB168(auVar3 % SEXT816((long)iVar5),0);" (assignment_expression "local_78 = SUB168(auVar3 % SEXT816((long)iVar5),0)" identifier = (call_expression "SUB168(auVar3 % SEXT816((long)iVar5),0)" identifier (argument_list "(auVar3 % SEXT816((long)iVar5),0)" ( (binary_expression "auVar3 % SEXT816((long)iVar5)" identifier % (call_expression "SEXT816((long)iVar5)" identifier (argument_list "((long)iVar5)" ( (cast_expression "(long)iVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) )))) , number_literal )))) ;) (if_statement "if (iVar6 < local_78) {\n lVar7 = lVar7 + 1;\n local_78 = 0;\n }" if (parenthesized_expression "(iVar6 < local_78)" ( (binary_expression "iVar6 < local_78" identifier < identifier) )) (compound_statement "{\n lVar7 = lVar7 + 1;\n local_78 = 0;\n }" { (expression_statement "lVar7 = lVar7 + 1;" (assignment_expression "lVar7 = lVar7 + 1" identifier = (binary_expression "lVar7 + 1" identifier + number_literal)) ;) (expression_statement "local_78 = 0;" (assignment_expression "local_78 = 0" identifier = number_literal) ;) })) (expression_statement "local_78 = iVar6 * lVar7 + local_78;" (assignment_expression "local_78 = iVar6 * lVar7 + local_78" identifier = (binary_expression "iVar6 * lVar7 + local_78" (binary_expression "iVar6 * lVar7" identifier * identifier) + identifier)) ;) (expression_statement "lVar7 = lVar7 + local_78;" (assignment_expression "lVar7 = lVar7 + local_78" identifier = (binary_expression "lVar7 + local_78" identifier + identifier)) ;) (if_statement "if (local_78 < lVar7) {\n plVar1 = (long *)param_1[2];\n lVar2 = *param_1;\n uVar8 = (ulong)*(uint *)(param_1 + 10);\n pdVar10 = (double *)(param_1[1] + local_78 * 8);\n lVar13 = local_78 * 0x58 + 0x28;\n local_58 = local_78 * 0x58 + param_1[5];\n local_70 = (double *)(param_1[4] + lVar13);\n local_48 = (double *)(param_1[8] + lVar13);\n local_50 = (double *)(lVar13 + param_1[6]);\n do {\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = param_1[3];\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n } while (lVar7 != local_78);\n }" if (parenthesized_expression "(local_78 < lVar7)" ( (binary_expression "local_78 < lVar7" identifier < identifier) )) (compound_statement "{\n plVar1 = (long *)param_1[2];\n lVar2 = *param_1;\n uVar8 = (ulong)*(uint *)(param_1 + 10);\n pdVar10 = (double *)(param_1[1] + local_78 * 8);\n lVar13 = local_78 * 0x58 + 0x28;\n local_58 = local_78 * 0x58 + param_1[5];\n local_70 = (double *)(param_1[4] + lVar13);\n local_48 = (double *)(param_1[8] + lVar13);\n local_50 = (double *)(lVar13 + param_1[6]);\n do {\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = param_1[3];\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n } while (lVar7 != local_78);\n }" { (expression_statement "plVar1 = (long *)param_1[2];" (assignment_expression "plVar1 = (long *)param_1[2]" identifier = (cast_expression "(long *)param_1[2]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) ;) (expression_statement "lVar2 = *param_1;" (assignment_expression "lVar2 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "uVar8 = (ulong)*(uint *)(param_1 + 10);" (assignment_expression "uVar8 = (ulong)*(uint *)(param_1 + 10)" identifier = (binary_expression "(ulong)*(uint *)(param_1 + 10)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(param_1 + 10)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 10)" ( (binary_expression "param_1 + 10" identifier + number_literal) ))))) ;) (expression_statement "pdVar10 = (double *)(param_1[1] + local_78 * 8);" (assignment_expression "pdVar10 = (double *)(param_1[1] + local_78 * 8)" identifier = (cast_expression "(double *)(param_1[1] + local_78 * 8)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + local_78 * 8)" ( (binary_expression "param_1[1] + local_78 * 8" (subscript_expression "param_1[1]" identifier [ number_literal ]) + (binary_expression "local_78 * 8" identifier * number_literal)) )))) ;) (expression_statement "lVar13 = local_78 * 0x58 + 0x28;" (assignment_expression "lVar13 = local_78 * 0x58 + 0x28" identifier = (binary_expression "local_78 * 0x58 + 0x28" (binary_expression "local_78 * 0x58" identifier * number_literal) + number_literal)) ;) (expression_statement "local_58 = local_78 * 0x58 + param_1[5];" (assignment_expression "local_58 = local_78 * 0x58 + param_1[5]" identifier = (binary_expression "local_78 * 0x58 + param_1[5]" (binary_expression "local_78 * 0x58" identifier * number_literal) + (subscript_expression "param_1[5]" identifier [ number_literal ]))) ;) (expression_statement "local_70 = (double *)(param_1[4] + lVar13);" (assignment_expression "local_70 = (double *)(param_1[4] + lVar13)" identifier = (cast_expression "(double *)(param_1[4] + lVar13)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[4] + lVar13)" ( (binary_expression "param_1[4] + lVar13" (subscript_expression "param_1[4]" identifier [ number_literal ]) + identifier) )))) ;) (expression_statement "local_48 = (double *)(param_1[8] + lVar13);" (assignment_expression "local_48 = (double *)(param_1[8] + lVar13)" identifier = (cast_expression "(double *)(param_1[8] + lVar13)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[8] + lVar13)" ( (binary_expression "param_1[8] + lVar13" (subscript_expression "param_1[8]" identifier [ number_literal ]) + identifier) )))) ;) (expression_statement "local_50 = (double *)(lVar13 + param_1[6]);" (assignment_expression "local_50 = (double *)(lVar13 + param_1[6])" identifier = (cast_expression "(double *)(lVar13 + param_1[6])" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + param_1[6])" ( (binary_expression "lVar13 + param_1[6]" identifier + (subscript_expression "param_1[6]" identifier [ number_literal ])) )))) ;) (do_statement "do {\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = param_1[3];\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n } while (lVar7 != local_78);" do (compound_statement "{\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = param_1[3];\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n }" { (expression_statement "dVar25 = DAT_003fce50;" (assignment_expression "dVar25 = DAT_003fce50" identifier = identifier) ;) (if_statement "if (uVar8 == 0) {\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }" if (parenthesized_expression "(uVar8 == 0)" ( (binary_expression "uVar8 == 0" identifier == number_literal) )) (compound_statement "{\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }" { (expression_statement "lVar13 = param_1[7];" (assignment_expression "lVar13 = param_1[7]" identifier = (subscript_expression "param_1[7]" identifier [ number_literal ])) ;) (expression_statement "lVar9 = param_1[9];" (assignment_expression "lVar9 = param_1[9]" identifier = (subscript_expression "param_1[9]" identifier [ number_literal ])) ;) }) (else_clause "else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }" else (compound_statement "{\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }" { (expression_statement "local_f0 = 0;" (assignment_expression "local_f0 = 0" identifier = number_literal) ;) (expression_statement "local_e8 = 0;" (assignment_expression "local_e8 = 0" identifier = number_literal) ;) (expression_statement "iVar5 = *(int *)(lVar2 + 4);" (assignment_expression "iVar5 = *(int *)(lVar2 + 4)" identifier = (pointer_expression "*(int *)(lVar2 + 4)" * (cast_expression "(int *)(lVar2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 4)" ( (binary_expression "lVar2 + 4" identifier + number_literal) ))))) ;) (expression_statement "iVar6 = *(int *)(lVar2 + 0x33c);" (assignment_expression "iVar6 = *(int *)(lVar2 + 0x33c)" identifier = (pointer_expression "*(int *)(lVar2 + 0x33c)" * (cast_expression "(int *)(lVar2 + 0x33c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x33c)" ( (binary_expression "lVar2 + 0x33c" identifier + number_literal) ))))) ;) (expression_statement "lVar11 = local_78 * 0x58;" (assignment_expression "lVar11 = local_78 * 0x58" identifier = (binary_expression "local_78 * 0x58" identifier * number_literal)) ;) (expression_statement "pdVar19 = local_50;" (assignment_expression "pdVar19 = local_50" identifier = identifier) ;) (expression_statement "pdVar20 = local_48;" (assignment_expression "pdVar20 = local_48" identifier = identifier) ;) (do_statement "do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);" do (compound_statement "{\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n }" { (expression_statement "local_d8 = 0;" (assignment_expression "local_d8 = 0" identifier = number_literal) ;) (expression_statement "pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);" (assignment_expression "pdVar18 = (double *)(local_58 + 0x2e8 + local_f0)" identifier = (cast_expression "(double *)(local_58 + 0x2e8 + local_f0)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_58 + 0x2e8 + local_f0)" ( (binary_expression "local_58 + 0x2e8 + local_f0" (binary_expression "local_58 + 0x2e8" identifier + number_literal) + identifier) )))) ;) (expression_statement "uVar14 = local_e8;" (assignment_expression "uVar14 = local_e8" identifier = identifier) ;) (expression_statement "plVar15 = plVar1;" (assignment_expression "plVar15 = plVar1" identifier = identifier) ;) (expression_statement "pdVar17 = local_70;" (assignment_expression "pdVar17 = local_70" identifier = identifier) ;) (do_statement "do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);" do (compound_statement "{\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n }" { (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" identifier = (binary_expression "local_f0 + *plVar15" identifier + (pointer_expression "*plVar15" * identifier))) ;) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "dVar21 = *(double *)(lVar13 + 0x28);" (assignment_expression "dVar21 = *(double *)(lVar13 + 0x28)" identifier = (pointer_expression "*(double *)(lVar13 + 0x28)" * (cast_expression "(double *)(lVar13 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28)" ( (binary_expression "lVar13 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "*pdVar10 = dVar21 * dVar21 + *pdVar10;" (assignment_expression "*pdVar10 = dVar21 * dVar21 + *pdVar10" (pointer_expression "*pdVar10" * identifier) = (binary_expression "dVar21 * dVar21 + *pdVar10" (binary_expression "dVar21 * dVar21" identifier * identifier) + (pointer_expression "*pdVar10" * identifier))) ;) (expression_statement "pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];" (assignment_expression "pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38]" (subscript_expression "pdVar10[0x38]" identifier [ number_literal ]) = (binary_expression "*(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38]" (binary_expression "*(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30)" (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))) * (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) ))))) + (subscript_expression "pdVar10[0x38]" identifier [ number_literal ]))) ;) (expression_statement "pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];" (assignment_expression "pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70]" (subscript_expression "pdVar10[0x70]" identifier [ number_literal ]) = (binary_expression "*(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70]" (binary_expression "*(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38)" (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))) * (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) ))))) + (subscript_expression "pdVar10[0x70]" identifier [ number_literal ]))) ;) (if_statement "if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }" { (expression_statement "pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];" (assignment_expression "pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8]" (subscript_expression "pdVar10[0xa8]" identifier [ number_literal ]) = (binary_expression "*(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8]" (binary_expression "*(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40)" (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) )))) * (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) ))))) + (subscript_expression "pdVar10[0xa8]" identifier [ number_literal ]))) ;) })) (if_statement "if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }" { (expression_statement "dVar22 = *(double *)(lVar9 + 0x48 + lVar11);" (assignment_expression "dVar22 = *(double *)(lVar9 + 0x48 + lVar11)" identifier = (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x48 + lVar11)" ( (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" identifier + number_literal) + identifier) ))))) ;) (expression_statement "pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];" (assignment_expression "pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0]" (subscript_expression "pdVar10[0xe0]" identifier [ number_literal ]) = (binary_expression "dVar22 * dVar22 + pdVar10[0xe0]" (binary_expression "dVar22 * dVar22" identifier * identifier) + (subscript_expression "pdVar10[0xe0]" identifier [ number_literal ]))) ;) })) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "*pdVar20 = dVar21 + *pdVar20;" (assignment_expression "*pdVar20 = dVar21 + *pdVar20" (pointer_expression "*pdVar20" * identifier) = (binary_expression "dVar21 + *pdVar20" identifier + (pointer_expression "*pdVar20" * identifier))) ;) (expression_statement "pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);" (assignment_expression "pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar20[1]" identifier [ number_literal ]) = (binary_expression "pdVar20[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar20[1]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);" (assignment_expression "pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar20[2]" identifier [ number_literal ]) = (binary_expression "pdVar20[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar20[2]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))))) ;) (if_statement "if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }" { (expression_statement "pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);" (assignment_expression "pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar20[3]" identifier [ number_literal ]) = (binary_expression "pdVar20[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar20[3]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) )))))) ;) })) (if_statement "if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" { (expression_statement "pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);" (assignment_expression "pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar20[4]" identifier [ number_literal ]) = (binary_expression "pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar20[4]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x48 + lVar11)" ( (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" identifier + number_literal) + identifier) )))))) ;) })) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "dVar21 = (double)local_d8;" (assignment_expression "dVar21 = (double)local_d8" identifier = (cast_expression "(double)local_d8" ( (type_descriptor "double" primitive_type) ) identifier)) ;) (expression_statement "lVar16 = param_1[3];" (assignment_expression "lVar16 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (expression_statement "lVar12 = lVar16 + lVar11;" (assignment_expression "lVar12 = lVar16 + lVar11" identifier = (binary_expression "lVar16 + lVar11" identifier + identifier)) ;) (expression_statement "*(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);" (assignment_expression "*(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28)" (pointer_expression "*(double *)(lVar12 + 0x28)" * (cast_expression "(double *)(lVar12 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x28)" ( (binary_expression "lVar12 + 0x28" identifier + number_literal) )))) = (binary_expression "*(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28)" (binary_expression "*(double *)(lVar13 + 0x28) * dVar21" (pointer_expression "*(double *)(lVar13 + 0x28)" * (cast_expression "(double *)(lVar13 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28)" ( (binary_expression "lVar13 + 0x28" identifier + number_literal) )))) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x28)" * (cast_expression "(double *)(lVar12 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x28)" ( (binary_expression "lVar12 + 0x28" identifier + number_literal) )))))) ;) (expression_statement "*(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);" (assignment_expression "*(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30)" (pointer_expression "*(double *)(lVar12 + 0x30)" * (cast_expression "(double *)(lVar12 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x30)" ( (binary_expression "lVar12 + 0x30" identifier + number_literal) )))) = (binary_expression "*(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30)" (binary_expression "*(double *)(lVar13 + 0x30) * dVar21" (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x30)" * (cast_expression "(double *)(lVar12 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x30)" ( (binary_expression "lVar12 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "*(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);" (assignment_expression "*(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38)" (pointer_expression "*(double *)(lVar12 + 0x38)" * (cast_expression "(double *)(lVar12 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x38)" ( (binary_expression "lVar12 + 0x38" identifier + number_literal) )))) = (binary_expression "*(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38)" (binary_expression "*(double *)(lVar13 + 0x38) * dVar21" (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x38)" * (cast_expression "(double *)(lVar12 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x38)" ( (binary_expression "lVar12 + 0x38" identifier + number_literal) )))))) ;) (if_statement "if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }" { (expression_statement "*(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);" (assignment_expression "*(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40)" (pointer_expression "*(double *)(lVar12 + 0x40)" * (cast_expression "(double *)(lVar12 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x40)" ( (binary_expression "lVar12 + 0x40" identifier + number_literal) )))) = (binary_expression "*(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40)" (binary_expression "*(double *)(lVar13 + 0x40) * dVar21" (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) )))) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x40)" * (cast_expression "(double *)(lVar12 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x40)" ( (binary_expression "lVar12 + 0x40" identifier + number_literal) )))))) ;) })) (if_statement "if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }" { (expression_statement "lVar16 = lVar16 + lVar11;" (assignment_expression "lVar16 = lVar16 + lVar11" identifier = (binary_expression "lVar16 + lVar11" identifier + identifier)) ;) (expression_statement "*(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);" (assignment_expression "*(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48)" (pointer_expression "*(double *)(lVar16 + 0x48)" * (cast_expression "(double *)(lVar16 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x48)" ( (binary_expression "lVar16 + 0x48" identifier + number_literal) )))) = (binary_expression "dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48)" (binary_expression "dVar21 * *(double *)(lVar9 + 0x48 + lVar11)" identifier * (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x48 + lVar11)" ( (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" identifier + number_literal) + identifier) ))))) + (pointer_expression "*(double *)(lVar16 + 0x48)" * (cast_expression "(double *)(lVar16 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x48)" ( (binary_expression "lVar16 + 0x48" identifier + number_literal) )))))) ;) })) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "dVar21 = *(double *)(lVar13 + 0x28);" (assignment_expression "dVar21 = *(double *)(lVar13 + 0x28)" identifier = (pointer_expression "*(double *)(lVar13 + 0x28)" * (cast_expression "(double *)(lVar13 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28)" ( (binary_expression "lVar13 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "dVar22 = (double)(long)(uVar14 * uVar14 + 1);" (assignment_expression "dVar22 = (double)(long)(uVar14 * uVar14 + 1)" identifier = (cast_expression "(double)(long)(uVar14 * uVar14 + 1)" ( (type_descriptor "double" primitive_type) ) (cast_expression "(long)(uVar14 * uVar14 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(uVar14 * uVar14 + 1)" ( (binary_expression "uVar14 * uVar14 + 1" (binary_expression "uVar14 * uVar14" identifier * identifier) + number_literal) ))))) ;) (expression_statement "pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];" (assignment_expression "pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10]" (subscript_expression "pdVar10[0x10]" identifier [ number_literal ]) = (binary_expression "dVar21 / dVar22 + pdVar10[0x10]" (binary_expression "dVar21 / dVar22" identifier / identifier) + (subscript_expression "pdVar10[0x10]" identifier [ number_literal ]))) ;) (expression_statement "pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];" (assignment_expression "pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48]" (subscript_expression "pdVar10[0x48]" identifier [ number_literal ]) = (binary_expression "*(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48]" (binary_expression "*(double *)(lVar13 + 0x30) / dVar22" (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))) / identifier) + (subscript_expression "pdVar10[0x48]" identifier [ number_literal ]))) ;) (expression_statement "pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];" (assignment_expression "pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80]" (subscript_expression "pdVar10[0x80]" identifier [ number_literal ]) = (binary_expression "*(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80]" (binary_expression "*(double *)(lVar13 + 0x38) / dVar22" (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))) / identifier) + (subscript_expression "pdVar10[0x80]" identifier [ number_literal ]))) ;) (if_statement "if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }" { (expression_statement "pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];" (assignment_expression "pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8]" (subscript_expression "pdVar10[0xb8]" identifier [ number_literal ]) = (binary_expression "*(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8]" (binary_expression "*(double *)(lVar13 + 0x40) / dVar22" (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) )))) / identifier) + (subscript_expression "pdVar10[0xb8]" identifier [ number_literal ]))) ;) })) (if_statement "if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }" { (expression_statement "pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];" (assignment_expression "pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0]" (subscript_expression "pdVar10[0xf0]" identifier [ number_literal ]) = (binary_expression "*(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0]" (binary_expression "*(double *)(lVar9 + 0x48 + lVar11) / dVar22" (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x48 + lVar11)" ( (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" identifier + number_literal) + identifier) )))) / identifier) + (subscript_expression "pdVar10[0xf0]" identifier [ number_literal ]))) ;) })) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "*pdVar18 = dVar21 + *pdVar18;" (assignment_expression "*pdVar18 = dVar21 + *pdVar18" (pointer_expression "*pdVar18" * identifier) = (binary_expression "dVar21 + *pdVar18" identifier + (pointer_expression "*pdVar18" * identifier))) ;) (expression_statement "pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);" (assignment_expression "pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar18[1]" identifier [ number_literal ]) = (binary_expression "pdVar18[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar18[1]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);" (assignment_expression "pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar18[2]" identifier [ number_literal ]) = (binary_expression "pdVar18[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar18[2]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))))) ;) (if_statement "if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }" { (expression_statement "pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);" (assignment_expression "pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar18[3]" identifier [ number_literal ]) = (binary_expression "pdVar18[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar18[3]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) )))))) ;) })) (if_statement "if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" { (expression_statement "pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);" (assignment_expression "pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar18[4]" identifier [ number_literal ]) = (binary_expression "pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar18[4]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x48 + lVar11)" ( (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" identifier + number_literal) + identifier) )))))) ;) })) (expression_statement "dVar21 = *(double *)(lVar9 + 0x28 + lVar11);" (assignment_expression "dVar21 = *(double *)(lVar9 + 0x28 + lVar11)" identifier = (pointer_expression "*(double *)(lVar9 + 0x28 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x28 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x28 + lVar11)" ( (binary_expression "lVar9 + 0x28 + lVar11" (binary_expression "lVar9 + 0x28" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar23 = (double)((ulong)dVar21 & uVar4);" (assignment_expression "dVar23 = (double)((ulong)dVar21 & uVar4)" identifier = (cast_expression "(double)((ulong)dVar21 & uVar4)" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "((ulong)dVar21 & uVar4)" ( (binary_expression "(ulong)dVar21 & uVar4" (cast_expression "(ulong)dVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) & identifier) )))) ;) (expression_statement "dVar22 = DAT_00411ee0;" (assignment_expression "dVar22 = DAT_00411ee0" identifier = identifier) ;) (if_statement "if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" if (parenthesized_expression "(dVar25 <= dVar23)" ( (binary_expression "dVar25 <= dVar23" identifier <= identifier) )) (compound_statement "{\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" { (expression_statement "dVar22 = log10(dVar23);" (assignment_expression "dVar22 = log10(dVar23)" identifier = (call_expression "log10(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" identifier = (binary_expression "local_f0 + *plVar15" identifier + (pointer_expression "*plVar15" * identifier))) ;) })) (expression_statement "dVar23 = DAT_00411ee0;" (assignment_expression "dVar23 = DAT_00411ee0" identifier = identifier) ;) (expression_statement "pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;" (assignment_expression "pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22" (subscript_expression "pdVar10[0x20]" identifier [ number_literal ]) = (binary_expression "pdVar10[0x20] - dVar21 * dVar22" (subscript_expression "pdVar10[0x20]" identifier [ number_literal ]) - (binary_expression "dVar21 * dVar22" identifier * identifier))) ;) (expression_statement "dVar21 = *(double *)(lVar9 + 0x30 + lVar11);" (assignment_expression "dVar21 = *(double *)(lVar9 + 0x30 + lVar11)" identifier = (pointer_expression "*(double *)(lVar9 + 0x30 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x30 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x30 + lVar11)" ( (binary_expression "lVar9 + 0x30 + lVar11" (binary_expression "lVar9 + 0x30" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar22 = (double)((ulong)dVar21 & uVar4);" (assignment_expression "dVar22 = (double)((ulong)dVar21 & uVar4)" identifier = (cast_expression "(double)((ulong)dVar21 & uVar4)" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "((ulong)dVar21 & uVar4)" ( (binary_expression "(ulong)dVar21 & uVar4" (cast_expression "(ulong)dVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) & identifier) )))) ;) (if_statement "if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }" if (parenthesized_expression "(dVar25 <= dVar22)" ( (binary_expression "dVar25 <= dVar22" identifier <= identifier) )) (compound_statement "{\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }" { (expression_statement "dVar23 = log10(dVar22);" (assignment_expression "dVar23 = log10(dVar22)" identifier = (call_expression "log10(dVar22)" identifier (argument_list "(dVar22)" ( identifier )))) ;) (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" identifier = (binary_expression "local_f0 + *plVar15" identifier + (pointer_expression "*plVar15" * identifier))) ;) })) (expression_statement "dVar22 = DAT_00411ee0;" (assignment_expression "dVar22 = DAT_00411ee0" identifier = identifier) ;) (expression_statement "pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;" (assignment_expression "pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23" (subscript_expression "pdVar10[0x58]" identifier [ number_literal ]) = (binary_expression "pdVar10[0x58] - dVar21 * dVar23" (subscript_expression "pdVar10[0x58]" identifier [ number_literal ]) - (binary_expression "dVar21 * dVar23" identifier * identifier))) ;) (expression_statement "dVar21 = *(double *)(lVar9 + 0x38 + lVar11);" (assignment_expression "dVar21 = *(double *)(lVar9 + 0x38 + lVar11)" identifier = (pointer_expression "*(double *)(lVar9 + 0x38 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x38 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x38 + lVar11)" ( (binary_expression "lVar9 + 0x38 + lVar11" (binary_expression "lVar9 + 0x38" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar23 = (double)((ulong)dVar21 & uVar4);" (assignment_expression "dVar23 = (double)((ulong)dVar21 & uVar4)" identifier = (cast_expression "(double)((ulong)dVar21 & uVar4)" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "((ulong)dVar21 & uVar4)" ( (binary_expression "(ulong)dVar21 & uVar4" (cast_expression "(ulong)dVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) & identifier) )))) ;) (if_statement "if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" if (parenthesized_expression "(dVar25 <= dVar23)" ( (binary_expression "dVar25 <= dVar23" identifier <= identifier) )) (compound_statement "{\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" { (expression_statement "dVar22 = log10(dVar23);" (assignment_expression "dVar22 = log10(dVar23)" identifier = (call_expression "log10(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" identifier = (binary_expression "local_f0 + *plVar15" identifier + (pointer_expression "*plVar15" * identifier))) ;) })) (expression_statement "iVar5 = *(int *)(lVar2 + 4);" (assignment_expression "iVar5 = *(int *)(lVar2 + 4)" identifier = (pointer_expression "*(int *)(lVar2 + 4)" * (cast_expression "(int *)(lVar2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 4)" ( (binary_expression "lVar2 + 4" identifier + number_literal) ))))) ;) (expression_statement "pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;" (assignment_expression "pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22" (subscript_expression "pdVar10[0x90]" identifier [ number_literal ]) = (binary_expression "pdVar10[0x90] - dVar21 * dVar22" (subscript_expression "pdVar10[0x90]" identifier [ number_literal ]) - (binary_expression "dVar21 * dVar22" identifier * identifier))) ;) (if_statement "if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }" { (expression_statement "dVar21 = *(double *)(lVar9 + 0x40 + lVar11);" (assignment_expression "dVar21 = *(double *)(lVar9 + 0x40 + lVar11)" identifier = (pointer_expression "*(double *)(lVar9 + 0x40 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x40 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x40 + lVar11)" ( (binary_expression "lVar9 + 0x40 + lVar11" (binary_expression "lVar9 + 0x40" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar23 = (double)((ulong)dVar21 & uVar4);" (assignment_expression "dVar23 = (double)((ulong)dVar21 & uVar4)" identifier = (cast_expression "(double)((ulong)dVar21 & uVar4)" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "((ulong)dVar21 & uVar4)" ( (binary_expression "(ulong)dVar21 & uVar4" (cast_expression "(ulong)dVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) & identifier) )))) ;) (expression_statement "dVar22 = DAT_00411ee0;" (assignment_expression "dVar22 = DAT_00411ee0" identifier = identifier) ;) (if_statement "if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" if (parenthesized_expression "(dVar25 <= dVar23)" ( (binary_expression "dVar25 <= dVar23" identifier <= identifier) )) (compound_statement "{\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" { (expression_statement "dVar22 = log10(dVar23);" (assignment_expression "dVar22 = log10(dVar23)" identifier = (call_expression "log10(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" identifier = (binary_expression "local_f0 + *plVar15" identifier + (pointer_expression "*plVar15" * identifier))) ;) })) (expression_statement "pdVar10[200] = pdVar10[200] - dVar21 * dVar22;" (assignment_expression "pdVar10[200] = pdVar10[200] - dVar21 * dVar22" (subscript_expression "pdVar10[200]" identifier [ number_literal ]) = (binary_expression "pdVar10[200] - dVar21 * dVar22" (subscript_expression "pdVar10[200]" identifier [ number_literal ]) - (binary_expression "dVar21 * dVar22" identifier * identifier))) ;) })) (expression_statement "iVar6 = *(int *)(lVar2 + 0x33c);" (assignment_expression "iVar6 = *(int *)(lVar2 + 0x33c)" identifier = (pointer_expression "*(int *)(lVar2 + 0x33c)" * (cast_expression "(int *)(lVar2 + 0x33c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x33c)" ( (binary_expression "lVar2 + 0x33c" identifier + number_literal) ))))) ;) (if_statement "if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }" { (expression_statement "dVar21 = *(double *)(lVar9 + 0x48 + lVar11);" (assignment_expression "dVar21 = *(double *)(lVar9 + 0x48 + lVar11)" identifier = (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x48 + lVar11)" ( (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar23 = (double)((ulong)dVar21 & uVar4);" (assignment_expression "dVar23 = (double)((ulong)dVar21 & uVar4)" identifier = (cast_expression "(double)((ulong)dVar21 & uVar4)" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "((ulong)dVar21 & uVar4)" ( (binary_expression "(ulong)dVar21 & uVar4" (cast_expression "(ulong)dVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) & identifier) )))) ;) (expression_statement "dVar22 = DAT_00411ee0;" (assignment_expression "dVar22 = DAT_00411ee0" identifier = identifier) ;) (if_statement "if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }" if (parenthesized_expression "(dVar25 <= dVar23)" ( (binary_expression "dVar25 <= dVar23" identifier <= identifier) )) (compound_statement "{\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }" { (expression_statement "dVar22 = log10(dVar23);" (assignment_expression "dVar22 = log10(dVar23)" identifier = (call_expression "log10(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" identifier = (binary_expression "local_f0 + *plVar15" identifier + (pointer_expression "*plVar15" * identifier))) ;) (expression_statement "iVar6 = *(int *)(lVar2 + 0x33c);" (assignment_expression "iVar6 = *(int *)(lVar2 + 0x33c)" identifier = (pointer_expression "*(int *)(lVar2 + 0x33c)" * (cast_expression "(int *)(lVar2 + 0x33c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x33c)" ( (binary_expression "lVar2 + 0x33c" identifier + number_literal) ))))) ;) })) (expression_statement "pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;" (assignment_expression "pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22" (subscript_expression "pdVar10[0x100]" identifier [ number_literal ]) = (binary_expression "pdVar10[0x100] - dVar21 * dVar22" (subscript_expression "pdVar10[0x100]" identifier [ number_literal ]) - (binary_expression "dVar21 * dVar22" identifier * identifier))) ;) })) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "*pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);" (assignment_expression "*pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar17" * identifier) = (binary_expression "*pdVar17 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar17" * identifier) + (pointer_expression "*(double *)(lVar13 + 0x28)" * (cast_expression "(double *)(lVar13 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28)" ( (binary_expression "lVar13 + 0x28" identifier + number_literal) )))))) ;) (expression_statement "pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);" (assignment_expression "pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar17[1]" identifier [ number_literal ]) = (binary_expression "pdVar17[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar17[1]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);" (assignment_expression "pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar17[2]" identifier [ number_literal ]) = (binary_expression "pdVar17[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar17[2]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))))) ;) (if_statement "if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }" { (expression_statement "pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);" (assignment_expression "pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48)" (subscript_expression "pdVar17[4]" identifier [ number_literal ]) = (binary_expression "pdVar17[4] + *(double *)(lVar13 + 0x48)" (subscript_expression "pdVar17[4]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x48)" * (cast_expression "(double *)(lVar13 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x48)" ( (binary_expression "lVar13 + 0x48" identifier + number_literal) )))))) ;) })) (expression_statement "iVar5 = *(int *)(lVar2 + 4);" (assignment_expression "iVar5 = *(int *)(lVar2 + 4)" identifier = (pointer_expression "*(int *)(lVar2 + 4)" * (cast_expression "(int *)(lVar2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 4)" ( (binary_expression "lVar2 + 4" identifier + number_literal) ))))) ;) (if_statement "if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }" { (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);" (assignment_expression "pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar17[3]" identifier [ number_literal ]) = (binary_expression "pdVar17[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar17[3]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) )))))) ;) (expression_statement "*pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);" (assignment_expression "*pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar19" * identifier) = (binary_expression "*pdVar19 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar19" * identifier) + (pointer_expression "*(double *)(lVar13 + 0x28)" * (cast_expression "(double *)(lVar13 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28)" ( (binary_expression "lVar13 + 0x28" identifier + number_literal) )))))) ;) (expression_statement "pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);" (assignment_expression "pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar19[1]" identifier [ number_literal ]) = (binary_expression "pdVar19[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar19[1]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);" (assignment_expression "pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar19[2]" identifier [ number_literal ]) = (binary_expression "pdVar19[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar19[2]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))))) ;) (expression_statement "pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);" (assignment_expression "pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar19[3]" identifier [ number_literal ]) = (binary_expression "pdVar19[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar19[3]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x40)" * (cast_expression "(double *)(lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) )))))) ;) }) (else_clause "else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }" else (compound_statement "{\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }" { (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "*pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);" (assignment_expression "*pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar19" * identifier) = (binary_expression "*pdVar19 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar19" * identifier) + (pointer_expression "*(double *)(lVar13 + 0x28)" * (cast_expression "(double *)(lVar13 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28)" ( (binary_expression "lVar13 + 0x28" identifier + number_literal) )))))) ;) (expression_statement "pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);" (assignment_expression "pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar19[1]" identifier [ number_literal ]) = (binary_expression "pdVar19[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar19[1]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x30)" * (cast_expression "(double *)(lVar13 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);" (assignment_expression "pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar19[2]" identifier [ number_literal ]) = (binary_expression "pdVar19[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar19[2]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar13 + 0x38)" * (cast_expression "(double *)(lVar13 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))))) ;) }))) (if_statement "if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" { (expression_statement "pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);" (assignment_expression "pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar19[4]" identifier [ number_literal ]) = (binary_expression "pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar19[4]" identifier [ number_literal ]) + (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" * (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x48 + lVar11)" ( (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" identifier + number_literal) + identifier) )))))) ;) })) (expression_statement "plVar15 = plVar15 + 1;" (assignment_expression "plVar15 = plVar15 + 1" identifier = (binary_expression "plVar15 + 1" identifier + number_literal)) ;) (expression_statement "pdVar17 = pdVar17 + 0x2c;" (assignment_expression "pdVar17 = pdVar17 + 0x2c" identifier = (binary_expression "pdVar17 + 0x2c" identifier + number_literal)) ;) (expression_statement "pdVar18 = pdVar18 + 0x2c;" (assignment_expression "pdVar18 = pdVar18 + 0x2c" identifier = (binary_expression "pdVar18 + 0x2c" identifier + number_literal)) ;) (expression_statement "local_d8 = local_d8 + local_e8;" (assignment_expression "local_d8 = local_d8 + local_e8" identifier = (binary_expression "local_d8 + local_e8" identifier + identifier)) ;) (expression_statement "uVar14 = uVar14 - 1;" (assignment_expression "uVar14 = uVar14 - 1" identifier = (binary_expression "uVar14 - 1" identifier - number_literal)) ;) }) while (parenthesized_expression "(local_e8 - uVar8 != uVar14)" ( (binary_expression "local_e8 - uVar8 != uVar14" (binary_expression "local_e8 - uVar8" identifier - identifier) != identifier) )) ;) (expression_statement "lVar13 = param_1[7];" (assignment_expression "lVar13 = param_1[7]" identifier = (subscript_expression "param_1[7]" identifier [ number_literal ])) ;) (expression_statement "dVar22 = (double)(long)local_e8;" (assignment_expression "dVar22 = (double)(long)local_e8" identifier = (cast_expression "(double)(long)local_e8" ( (type_descriptor "double" primitive_type) ) (cast_expression "(long)local_e8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "lVar9 = param_1[9];" (assignment_expression "lVar9 = param_1[9]" identifier = (subscript_expression "param_1[9]" identifier [ number_literal ])) ;) (expression_statement "lVar12 = lVar13 + lVar11;" (assignment_expression "lVar12 = lVar13 + lVar11" identifier = (binary_expression "lVar13 + lVar11" identifier + identifier)) ;) (expression_statement "lVar16 = lVar9 + lVar11;" (assignment_expression "lVar16 = lVar9 + lVar11" identifier = (binary_expression "lVar9 + lVar11" identifier + identifier)) ;) (expression_statement "*(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);" (assignment_expression "*(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28)" (pointer_expression "*(double *)(lVar12 + 0x28)" * (cast_expression "(double *)(lVar12 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x28)" ( (binary_expression "lVar12 + 0x28" identifier + number_literal) )))) = (binary_expression "*pdVar20 * dVar22 + *(double *)(lVar12 + 0x28)" (binary_expression "*pdVar20 * dVar22" (pointer_expression "*pdVar20" * identifier) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x28)" * (cast_expression "(double *)(lVar12 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x28)" ( (binary_expression "lVar12 + 0x28" identifier + number_literal) )))))) ;) (expression_statement "dVar21 = (double)(long)(local_e8 * local_e8);" (assignment_expression "dVar21 = (double)(long)(local_e8 * local_e8)" identifier = (cast_expression "(double)(long)(local_e8 * local_e8)" ( (type_descriptor "double" primitive_type) ) (cast_expression "(long)(local_e8 * local_e8)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(local_e8 * local_e8)" ( (binary_expression "local_e8 * local_e8" identifier * identifier) ))))) ;) (expression_statement "*(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);" (assignment_expression "*(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28)" (pointer_expression "*(double *)(lVar16 + 0x28)" * (cast_expression "(double *)(lVar16 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x28)" ( (binary_expression "lVar16 + 0x28" identifier + number_literal) )))) = (binary_expression "*pdVar20 * dVar21 + *(double *)(lVar16 + 0x28)" (binary_expression "*pdVar20 * dVar21" (pointer_expression "*pdVar20" * identifier) * identifier) + (pointer_expression "*(double *)(lVar16 + 0x28)" * (cast_expression "(double *)(lVar16 + 0x28)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x28)" ( (binary_expression "lVar16 + 0x28" identifier + number_literal) )))))) ;) (expression_statement "*(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);" (assignment_expression "*(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30)" (pointer_expression "*(double *)(lVar12 + 0x30)" * (cast_expression "(double *)(lVar12 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x30)" ( (binary_expression "lVar12 + 0x30" identifier + number_literal) )))) = (binary_expression "pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30)" (binary_expression "pdVar20[1] * dVar22" (subscript_expression "pdVar20[1]" identifier [ number_literal ]) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x30)" * (cast_expression "(double *)(lVar12 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x30)" ( (binary_expression "lVar12 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "*(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);" (assignment_expression "*(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30)" (pointer_expression "*(double *)(lVar16 + 0x30)" * (cast_expression "(double *)(lVar16 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x30)" ( (binary_expression "lVar16 + 0x30" identifier + number_literal) )))) = (binary_expression "pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30)" (binary_expression "pdVar20[1] * dVar21" (subscript_expression "pdVar20[1]" identifier [ number_literal ]) * identifier) + (pointer_expression "*(double *)(lVar16 + 0x30)" * (cast_expression "(double *)(lVar16 + 0x30)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x30)" ( (binary_expression "lVar16 + 0x30" identifier + number_literal) )))))) ;) (expression_statement "*(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);" (assignment_expression "*(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38)" (pointer_expression "*(double *)(lVar12 + 0x38)" * (cast_expression "(double *)(lVar12 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x38)" ( (binary_expression "lVar12 + 0x38" identifier + number_literal) )))) = (binary_expression "pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38)" (binary_expression "pdVar20[2] * dVar22" (subscript_expression "pdVar20[2]" identifier [ number_literal ]) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x38)" * (cast_expression "(double *)(lVar12 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x38)" ( (binary_expression "lVar12 + 0x38" identifier + number_literal) )))))) ;) (expression_statement "*(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);" (assignment_expression "*(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38)" (pointer_expression "*(double *)(lVar16 + 0x38)" * (cast_expression "(double *)(lVar16 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x38)" ( (binary_expression "lVar16 + 0x38" identifier + number_literal) )))) = (binary_expression "pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38)" (binary_expression "pdVar20[2] * dVar21" (subscript_expression "pdVar20[2]" identifier [ number_literal ]) * identifier) + (pointer_expression "*(double *)(lVar16 + 0x38)" * (cast_expression "(double *)(lVar16 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x38)" ( (binary_expression "lVar16 + 0x38" identifier + number_literal) )))))) ;) (if_statement "if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }" { (expression_statement "*(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);" (assignment_expression "*(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40)" (pointer_expression "*(double *)(lVar12 + 0x40)" * (cast_expression "(double *)(lVar12 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x40)" ( (binary_expression "lVar12 + 0x40" identifier + number_literal) )))) = (binary_expression "pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40)" (binary_expression "pdVar20[3] * dVar22" (subscript_expression "pdVar20[3]" identifier [ number_literal ]) * identifier) + (pointer_expression "*(double *)(lVar12 + 0x40)" * (cast_expression "(double *)(lVar12 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x40)" ( (binary_expression "lVar12 + 0x40" identifier + number_literal) )))))) ;) (expression_statement "*(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);" (assignment_expression "*(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40)" (pointer_expression "*(double *)(lVar16 + 0x40)" * (cast_expression "(double *)(lVar16 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x40)" ( (binary_expression "lVar16 + 0x40" identifier + number_literal) )))) = (binary_expression "pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40)" (binary_expression "pdVar20[3] * dVar21" (subscript_expression "pdVar20[3]" identifier [ number_literal ]) * identifier) + (pointer_expression "*(double *)(lVar16 + 0x40)" * (cast_expression "(double *)(lVar16 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + 0x40)" ( (binary_expression "lVar16 + 0x40" identifier + number_literal) )))))) ;) })) (if_statement "if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }" { (expression_statement "*(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);" (assignment_expression "*(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48)" (pointer_expression "*(double *)(lVar13 + lVar11 + 0x48)" * (cast_expression "(double *)(lVar13 + lVar11 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + lVar11 + 0x48)" ( (binary_expression "lVar13 + lVar11 + 0x48" (binary_expression "lVar13 + lVar11" identifier + identifier) + number_literal) )))) = (binary_expression "dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48)" (binary_expression "dVar22 * pdVar20[4]" identifier * (subscript_expression "pdVar20[4]" identifier [ number_literal ])) + (pointer_expression "*(double *)(lVar13 + lVar11 + 0x48)" * (cast_expression "(double *)(lVar13 + lVar11 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + lVar11 + 0x48)" ( (binary_expression "lVar13 + lVar11 + 0x48" (binary_expression "lVar13 + lVar11" identifier + identifier) + number_literal) )))))) ;) (expression_statement "*(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);" (assignment_expression "*(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48)" (pointer_expression "*(double *)(lVar9 + lVar11 + 0x48)" * (cast_expression "(double *)(lVar9 + lVar11 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + lVar11 + 0x48)" ( (binary_expression "lVar9 + lVar11 + 0x48" (binary_expression "lVar9 + lVar11" identifier + identifier) + number_literal) )))) = (binary_expression "dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48)" (binary_expression "dVar21 * pdVar20[4]" identifier * (subscript_expression "pdVar20[4]" identifier [ number_literal ])) + (pointer_expression "*(double *)(lVar9 + lVar11 + 0x48)" * (cast_expression "(double *)(lVar9 + lVar11 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + lVar11 + 0x48)" ( (binary_expression "lVar9 + lVar11 + 0x48" (binary_expression "lVar9 + lVar11" identifier + identifier) + number_literal) )))))) ;) })) (expression_statement "local_e8 = local_e8 + 1;" (assignment_expression "local_e8 = local_e8 + 1" identifier = (binary_expression "local_e8 + 1" identifier + number_literal)) ;) (expression_statement "pdVar20 = pdVar20 + 0x2c;" (assignment_expression "pdVar20 = pdVar20 + 0x2c" identifier = (binary_expression "pdVar20 + 0x2c" identifier + number_literal)) ;) (expression_statement "pdVar19 = pdVar19 + 0x2c;" (assignment_expression "pdVar19 = pdVar19 + 0x2c" identifier = (binary_expression "pdVar19 + 0x2c" identifier + number_literal)) ;) (expression_statement "local_f0 = local_f0 + 0x160;" (assignment_expression "local_f0 = local_f0 + 0x160" identifier = (binary_expression "local_f0 + 0x160" identifier + number_literal)) ;) }) while (parenthesized_expression "(local_e8 != uVar8)" ( (binary_expression "local_e8 != uVar8" identifier != identifier) )) ;) }))) (expression_statement "lVar11 = param_1[3];" (assignment_expression "lVar11 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (expression_statement "lVar12 = local_78 * 0x58;" (assignment_expression "lVar12 = local_78 * 0x58" identifier = (binary_expression "local_78 * 0x58" identifier * number_literal)) ;) (expression_statement "dVar25 = *(double *)(lVar13 + 0x28 + lVar12);" (assignment_expression "dVar25 = *(double *)(lVar13 + 0x28 + lVar12)" identifier = (pointer_expression "*(double *)(lVar13 + 0x28 + lVar12)" * (cast_expression "(double *)(lVar13 + 0x28 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28 + lVar12)" ( (binary_expression "lVar13 + 0x28 + lVar12" (binary_expression "lVar13 + 0x28" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar25 = dVar25 * dVar25;" (assignment_expression "dVar25 = dVar25 * dVar25" identifier = (binary_expression "dVar25 * dVar25" identifier * identifier)) ;) (expression_statement "dVar21 = *(double *)(lVar11 + 0x28 + lVar12);" (assignment_expression "dVar21 = *(double *)(lVar11 + 0x28 + lVar12)" identifier = (pointer_expression "*(double *)(lVar11 + 0x28 + lVar12)" * (cast_expression "(double *)(lVar11 + 0x28 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x28 + lVar12)" ( (binary_expression "lVar11 + 0x28 + lVar12" (binary_expression "lVar11 + 0x28" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;" (assignment_expression "dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25" identifier = (binary_expression "*(double *)(lVar9 + 0x28 + lVar12) - dVar25" (pointer_expression "*(double *)(lVar9 + 0x28 + lVar12)" * (cast_expression "(double *)(lVar9 + 0x28 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x28 + lVar12)" ( (binary_expression "lVar9 + 0x28 + lVar12" (binary_expression "lVar9 + 0x28" identifier + number_literal) + identifier) )))) - identifier)) ;) (expression_statement "dVar22 = SQRT(dVar23);" (assignment_expression "dVar22 = SQRT(dVar23)" identifier = (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (if_statement "if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }" if (parenthesized_expression "(dVar23 < 0.0)" ( (binary_expression "dVar23 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }" { (expression_statement "sqrt(dVar23);" (call_expression "sqrt(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) ;) (expression_statement "lVar13 = param_1[7];" (assignment_expression "lVar13 = param_1[7]" identifier = (subscript_expression "param_1[7]" identifier [ number_literal ])) ;) (expression_statement "lVar9 = param_1[9];" (assignment_expression "lVar9 = param_1[9]" identifier = (subscript_expression "param_1[9]" identifier [ number_literal ])) ;) (expression_statement "dVar22 = *(double *)(lVar13 + 0x28 + lVar12);" (assignment_expression "dVar22 = *(double *)(lVar13 + 0x28 + lVar12)" identifier = (pointer_expression "*(double *)(lVar13 + 0x28 + lVar12)" * (cast_expression "(double *)(lVar13 + 0x28 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28 + lVar12)" ( (binary_expression "lVar13 + 0x28 + lVar12" (binary_expression "lVar13 + 0x28" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;" (assignment_expression "dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22" identifier = (binary_expression "*(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22" (pointer_expression "*(double *)(lVar9 + 0x28 + lVar12)" * (cast_expression "(double *)(lVar9 + 0x28 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x28 + lVar12)" ( (binary_expression "lVar9 + 0x28 + lVar12" (binary_expression "lVar9 + 0x28" identifier + number_literal) + identifier) )))) - (binary_expression "dVar22 * dVar22" identifier * identifier))) ;) (expression_statement "dVar22 = SQRT(dVar24);" (assignment_expression "dVar22 = SQRT(dVar24)" identifier = (call_expression "SQRT(dVar24)" identifier (argument_list "(dVar24)" ( identifier )))) ;) (if_statement "if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }" if (parenthesized_expression "(0.0 <= dVar24)" ( (binary_expression "0.0 <= dVar24" number_literal <= identifier) )) (compound_statement "{\n lVar11 = param_1[3];\n }" { (expression_statement "lVar11 = param_1[3];" (assignment_expression "lVar11 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) }) (else_clause "else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }" else (compound_statement "{\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }" { (expression_statement "sqrt(dVar24);" (call_expression "sqrt(dVar24)" identifier (argument_list "(dVar24)" ( identifier ))) ;) (expression_statement "lVar11 = param_1[3];" (assignment_expression "lVar11 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (expression_statement "lVar13 = param_1[7];" (assignment_expression "lVar13 = param_1[7]" identifier = (subscript_expression "param_1[7]" identifier [ number_literal ])) ;) (expression_statement "lVar9 = param_1[9];" (assignment_expression "lVar9 = param_1[9]" identifier = (subscript_expression "param_1[9]" identifier [ number_literal ])) ;) }))) })) (expression_statement "lVar12 = local_78 * 0x58;" (assignment_expression "lVar12 = local_78 * 0x58" identifier = (binary_expression "local_78 * 0x58" identifier * number_literal)) ;) (expression_statement "pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);" (assignment_expression "pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (subscript_expression "pdVar10[8]" identifier [ number_literal ]) = (binary_expression "(dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (parenthesized_expression "(dVar21 - dVar25)" ( (binary_expression "dVar21 - dVar25" identifier - identifier) )) / (parenthesized_expression "(SQRT(dVar23) * dVar22)" ( (binary_expression "SQRT(dVar23) * dVar22" (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) * identifier) )))) ;) (expression_statement "dVar25 = *(double *)(lVar13 + 0x30 + lVar12);" (assignment_expression "dVar25 = *(double *)(lVar13 + 0x30 + lVar12)" identifier = (pointer_expression "*(double *)(lVar13 + 0x30 + lVar12)" * (cast_expression "(double *)(lVar13 + 0x30 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30 + lVar12)" ( (binary_expression "lVar13 + 0x30 + lVar12" (binary_expression "lVar13 + 0x30" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar21 = *(double *)(lVar11 + 0x30 + lVar12);" (assignment_expression "dVar21 = *(double *)(lVar11 + 0x30 + lVar12)" identifier = (pointer_expression "*(double *)(lVar11 + 0x30 + lVar12)" * (cast_expression "(double *)(lVar11 + 0x30 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x30 + lVar12)" ( (binary_expression "lVar11 + 0x30 + lVar12" (binary_expression "lVar11 + 0x30" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar25 = dVar25 * dVar25;" (assignment_expression "dVar25 = dVar25 * dVar25" identifier = (binary_expression "dVar25 * dVar25" identifier * identifier)) ;) (expression_statement "dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;" (assignment_expression "dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25" identifier = (binary_expression "*(double *)(lVar9 + 0x30 + lVar12) - dVar25" (pointer_expression "*(double *)(lVar9 + 0x30 + lVar12)" * (cast_expression "(double *)(lVar9 + 0x30 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x30 + lVar12)" ( (binary_expression "lVar9 + 0x30 + lVar12" (binary_expression "lVar9 + 0x30" identifier + number_literal) + identifier) )))) - identifier)) ;) (expression_statement "dVar22 = SQRT(dVar23);" (assignment_expression "dVar22 = SQRT(dVar23)" identifier = (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (if_statement "if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }" if (parenthesized_expression "(dVar23 < 0.0)" ( (binary_expression "dVar23 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }" { (expression_statement "sqrt(dVar23);" (call_expression "sqrt(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) ;) (expression_statement "lVar13 = param_1[7];" (assignment_expression "lVar13 = param_1[7]" identifier = (subscript_expression "param_1[7]" identifier [ number_literal ])) ;) (expression_statement "lVar9 = param_1[9];" (assignment_expression "lVar9 = param_1[9]" identifier = (subscript_expression "param_1[9]" identifier [ number_literal ])) ;) (expression_statement "dVar22 = *(double *)(lVar13 + 0x30 + lVar12);" (assignment_expression "dVar22 = *(double *)(lVar13 + 0x30 + lVar12)" identifier = (pointer_expression "*(double *)(lVar13 + 0x30 + lVar12)" * (cast_expression "(double *)(lVar13 + 0x30 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x30 + lVar12)" ( (binary_expression "lVar13 + 0x30 + lVar12" (binary_expression "lVar13 + 0x30" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;" (assignment_expression "dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22" identifier = (binary_expression "*(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22" (pointer_expression "*(double *)(lVar9 + 0x30 + lVar12)" * (cast_expression "(double *)(lVar9 + 0x30 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x30 + lVar12)" ( (binary_expression "lVar9 + 0x30 + lVar12" (binary_expression "lVar9 + 0x30" identifier + number_literal) + identifier) )))) - (binary_expression "dVar22 * dVar22" identifier * identifier))) ;) (expression_statement "dVar22 = SQRT(dVar24);" (assignment_expression "dVar22 = SQRT(dVar24)" identifier = (call_expression "SQRT(dVar24)" identifier (argument_list "(dVar24)" ( identifier )))) ;) (if_statement "if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }" if (parenthesized_expression "(0.0 <= dVar24)" ( (binary_expression "0.0 <= dVar24" number_literal <= identifier) )) (compound_statement "{\n lVar11 = param_1[3];\n }" { (expression_statement "lVar11 = param_1[3];" (assignment_expression "lVar11 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) }) (else_clause "else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }" else (compound_statement "{\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }" { (expression_statement "sqrt(dVar24);" (call_expression "sqrt(dVar24)" identifier (argument_list "(dVar24)" ( identifier ))) ;) (expression_statement "lVar11 = param_1[3];" (assignment_expression "lVar11 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (expression_statement "lVar13 = param_1[7];" (assignment_expression "lVar13 = param_1[7]" identifier = (subscript_expression "param_1[7]" identifier [ number_literal ])) ;) (expression_statement "lVar9 = param_1[9];" (assignment_expression "lVar9 = param_1[9]" identifier = (subscript_expression "param_1[9]" identifier [ number_literal ])) ;) }))) })) (expression_statement "lVar12 = local_78 * 0x58;" (assignment_expression "lVar12 = local_78 * 0x58" identifier = (binary_expression "local_78 * 0x58" identifier * number_literal)) ;) (expression_statement "pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);" (assignment_expression "pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (subscript_expression "pdVar10[0x40]" identifier [ number_literal ]) = (binary_expression "(dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (parenthesized_expression "(dVar21 - dVar25)" ( (binary_expression "dVar21 - dVar25" identifier - identifier) )) / (parenthesized_expression "(SQRT(dVar23) * dVar22)" ( (binary_expression "SQRT(dVar23) * dVar22" (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) * identifier) )))) ;) (expression_statement "dVar25 = *(double *)(lVar13 + 0x38 + lVar12);" (assignment_expression "dVar25 = *(double *)(lVar13 + 0x38 + lVar12)" identifier = (pointer_expression "*(double *)(lVar13 + 0x38 + lVar12)" * (cast_expression "(double *)(lVar13 + 0x38 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38 + lVar12)" ( (binary_expression "lVar13 + 0x38 + lVar12" (binary_expression "lVar13 + 0x38" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar25 = dVar25 * dVar25;" (assignment_expression "dVar25 = dVar25 * dVar25" identifier = (binary_expression "dVar25 * dVar25" identifier * identifier)) ;) (expression_statement "dVar21 = *(double *)(lVar11 + 0x38 + lVar12);" (assignment_expression "dVar21 = *(double *)(lVar11 + 0x38 + lVar12)" identifier = (pointer_expression "*(double *)(lVar11 + 0x38 + lVar12)" * (cast_expression "(double *)(lVar11 + 0x38 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x38 + lVar12)" ( (binary_expression "lVar11 + 0x38 + lVar12" (binary_expression "lVar11 + 0x38" identifier + number_literal) + identifier) ))))) ;) (expression_statement "dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;" (assignment_expression "dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25" identifier = (binary_expression "*(double *)(lVar9 + 0x38 + lVar12) - dVar25" (pointer_expression "*(double *)(lVar9 + 0x38 + lVar12)" * (cast_expression "(double *)(lVar9 + 0x38 + lVar12)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x38 + lVar12)" ( (binary_expression "lVar9 + 0x38 + lVar12" (binary_expression "lVar9 + 0x38" identifier + number_literal) + identifier) )))) - identifier)) ;) (expression_statement "dVar22 = SQRT(dVar23);" (assignment_expression "dVar22 = SQRT(dVar23)" identifier = (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (if_statement "if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" if (parenthesized_expression "(dVar23 < 0.0)" ( (binary_expression "dVar23 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" { (expression_statement "sqrt(dVar23);" (call_expression "sqrt(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) ;) (expression_statement "dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);" (assignment_expression "dVar22 = *(double *)(param_1[7] + lVar12 + 0x38)" identifier = (pointer_expression "*(double *)(param_1[7] + lVar12 + 0x38)" * (cast_expression "(double *)(param_1[7] + lVar12 + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[7] + lVar12 + 0x38)" ( (binary_expression "param_1[7] + lVar12 + 0x38" (binary_expression "param_1[7] + lVar12" (subscript_expression "param_1[7]" identifier [ number_literal ]) + identifier) + number_literal) ))))) ;) (expression_statement "dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;" (assignment_expression "dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22" identifier = (binary_expression "*(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22" (pointer_expression "*(double *)(lVar12 + param_1[9] + 0x38)" * (cast_expression "(double *)(lVar12 + param_1[9] + 0x38)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + param_1[9] + 0x38)" ( (binary_expression "lVar12 + param_1[9] + 0x38" (binary_expression "lVar12 + param_1[9]" identifier + (subscript_expression "param_1[9]" identifier [ number_literal ])) + number_literal) )))) - (binary_expression "dVar22 * dVar22" identifier * identifier))) ;) (expression_statement "dVar22 = SQRT(dVar24);" (assignment_expression "dVar22 = SQRT(dVar24)" identifier = (call_expression "SQRT(dVar24)" identifier (argument_list "(dVar24)" ( identifier )))) ;) (if_statement "if (dVar24 < 0.0) {\n sqrt(dVar24);\n }" if (parenthesized_expression "(dVar24 < 0.0)" ( (binary_expression "dVar24 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar24);\n }" { (expression_statement "sqrt(dVar24);" (call_expression "sqrt(dVar24)" identifier (argument_list "(dVar24)" ( identifier ))) ;) })) })) (expression_statement "iVar5 = *(int *)(lVar2 + 4);" (assignment_expression "iVar5 = *(int *)(lVar2 + 4)" identifier = (pointer_expression "*(int *)(lVar2 + 4)" * (cast_expression "(int *)(lVar2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 4)" ( (binary_expression "lVar2 + 4" identifier + number_literal) ))))) ;) (expression_statement "pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);" (assignment_expression "pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (subscript_expression "pdVar10[0x78]" identifier [ number_literal ]) = (binary_expression "(dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (parenthesized_expression "(dVar21 - dVar25)" ( (binary_expression "dVar21 - dVar25" identifier - identifier) )) / (parenthesized_expression "(SQRT(dVar23) * dVar22)" ( (binary_expression "SQRT(dVar23) * dVar22" (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) * identifier) )))) ;) (if_statement "if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }" if (parenthesized_expression "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) )) (compound_statement "{\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }" { (expression_statement "lVar13 = local_78 * 0x58;" (assignment_expression "lVar13 = local_78 * 0x58" identifier = (binary_expression "local_78 * 0x58" identifier * number_literal)) ;) (expression_statement "dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);" (assignment_expression "dVar25 = *(double *)(param_1[7] + lVar13 + 0x40)" identifier = (pointer_expression "*(double *)(param_1[7] + lVar13 + 0x40)" * (cast_expression "(double *)(param_1[7] + lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[7] + lVar13 + 0x40)" ( (binary_expression "param_1[7] + lVar13 + 0x40" (binary_expression "param_1[7] + lVar13" (subscript_expression "param_1[7]" identifier [ number_literal ]) + identifier) + number_literal) ))))) ;) (expression_statement "dVar25 = dVar25 * dVar25;" (assignment_expression "dVar25 = dVar25 * dVar25" identifier = (binary_expression "dVar25 * dVar25" identifier * identifier)) ;) (expression_statement "dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);" (assignment_expression "dVar21 = *(double *)(param_1[3] + lVar13 + 0x40)" identifier = (pointer_expression "*(double *)(param_1[3] + lVar13 + 0x40)" * (cast_expression "(double *)(param_1[3] + lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[3] + lVar13 + 0x40)" ( (binary_expression "param_1[3] + lVar13 + 0x40" (binary_expression "param_1[3] + lVar13" (subscript_expression "param_1[3]" identifier [ number_literal ]) + identifier) + number_literal) ))))) ;) (expression_statement "dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;" (assignment_expression "dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25" identifier = (binary_expression "*(double *)(param_1[9] + lVar13 + 0x40) - dVar25" (pointer_expression "*(double *)(param_1[9] + lVar13 + 0x40)" * (cast_expression "(double *)(param_1[9] + lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[9] + lVar13 + 0x40)" ( (binary_expression "param_1[9] + lVar13 + 0x40" (binary_expression "param_1[9] + lVar13" (subscript_expression "param_1[9]" identifier [ number_literal ]) + identifier) + number_literal) )))) - identifier)) ;) (expression_statement "dVar22 = SQRT(dVar23);" (assignment_expression "dVar22 = SQRT(dVar23)" identifier = (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (if_statement "if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" if (parenthesized_expression "(dVar23 < 0.0)" ( (binary_expression "dVar23 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" { (expression_statement "sqrt(dVar23);" (call_expression "sqrt(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) ;) (expression_statement "dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);" (assignment_expression "dVar22 = *(double *)(param_1[7] + lVar13 + 0x40)" identifier = (pointer_expression "*(double *)(param_1[7] + lVar13 + 0x40)" * (cast_expression "(double *)(param_1[7] + lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[7] + lVar13 + 0x40)" ( (binary_expression "param_1[7] + lVar13 + 0x40" (binary_expression "param_1[7] + lVar13" (subscript_expression "param_1[7]" identifier [ number_literal ]) + identifier) + number_literal) ))))) ;) (expression_statement "dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;" (assignment_expression "dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22" identifier = (binary_expression "*(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22" (pointer_expression "*(double *)(param_1[9] + lVar13 + 0x40)" * (cast_expression "(double *)(param_1[9] + lVar13 + 0x40)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[9] + lVar13 + 0x40)" ( (binary_expression "param_1[9] + lVar13 + 0x40" (binary_expression "param_1[9] + lVar13" (subscript_expression "param_1[9]" identifier [ number_literal ]) + identifier) + number_literal) )))) - (binary_expression "dVar22 * dVar22" identifier * identifier))) ;) (expression_statement "dVar22 = SQRT(dVar24);" (assignment_expression "dVar22 = SQRT(dVar24)" identifier = (call_expression "SQRT(dVar24)" identifier (argument_list "(dVar24)" ( identifier )))) ;) (if_statement "if (dVar24 < 0.0) {\n sqrt(dVar24);\n }" if (parenthesized_expression "(dVar24 < 0.0)" ( (binary_expression "dVar24 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar24);\n }" { (expression_statement "sqrt(dVar24);" (call_expression "sqrt(dVar24)" identifier (argument_list "(dVar24)" ( identifier ))) ;) })) })) (expression_statement "pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);" (assignment_expression "pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (subscript_expression "pdVar10[0xb0]" identifier [ number_literal ]) = (binary_expression "(dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (parenthesized_expression "(dVar21 - dVar25)" ( (binary_expression "dVar21 - dVar25" identifier - identifier) )) / (parenthesized_expression "(SQRT(dVar23) * dVar22)" ( (binary_expression "SQRT(dVar23) * dVar22" (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) * identifier) )))) ;) })) (if_statement "if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }" if (parenthesized_expression "(*(int *)(lVar2 + 0x33c) != 0)" ( (binary_expression "*(int *)(lVar2 + 0x33c) != 0" (pointer_expression "*(int *)(lVar2 + 0x33c)" * (cast_expression "(int *)(lVar2 + 0x33c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x33c)" ( (binary_expression "lVar2 + 0x33c" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }" { (expression_statement "lVar13 = local_78 * 0x58;" (assignment_expression "lVar13 = local_78 * 0x58" identifier = (binary_expression "local_78 * 0x58" identifier * number_literal)) ;) (expression_statement "dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);" (assignment_expression "dVar25 = *(double *)(param_1[7] + lVar13 + 0x48)" identifier = (pointer_expression "*(double *)(param_1[7] + lVar13 + 0x48)" * (cast_expression "(double *)(param_1[7] + lVar13 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[7] + lVar13 + 0x48)" ( (binary_expression "param_1[7] + lVar13 + 0x48" (binary_expression "param_1[7] + lVar13" (subscript_expression "param_1[7]" identifier [ number_literal ]) + identifier) + number_literal) ))))) ;) (expression_statement "dVar25 = dVar25 * dVar25;" (assignment_expression "dVar25 = dVar25 * dVar25" identifier = (binary_expression "dVar25 * dVar25" identifier * identifier)) ;) (expression_statement "dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);" (assignment_expression "dVar21 = *(double *)(param_1[3] + lVar13 + 0x48)" identifier = (pointer_expression "*(double *)(param_1[3] + lVar13 + 0x48)" * (cast_expression "(double *)(param_1[3] + lVar13 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[3] + lVar13 + 0x48)" ( (binary_expression "param_1[3] + lVar13 + 0x48" (binary_expression "param_1[3] + lVar13" (subscript_expression "param_1[3]" identifier [ number_literal ]) + identifier) + number_literal) ))))) ;) (expression_statement "dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;" (assignment_expression "dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25" identifier = (binary_expression "*(double *)(param_1[9] + lVar13 + 0x48) - dVar25" (pointer_expression "*(double *)(param_1[9] + lVar13 + 0x48)" * (cast_expression "(double *)(param_1[9] + lVar13 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[9] + lVar13 + 0x48)" ( (binary_expression "param_1[9] + lVar13 + 0x48" (binary_expression "param_1[9] + lVar13" (subscript_expression "param_1[9]" identifier [ number_literal ]) + identifier) + number_literal) )))) - identifier)) ;) (expression_statement "dVar22 = SQRT(dVar23);" (assignment_expression "dVar22 = SQRT(dVar23)" identifier = (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier )))) ;) (if_statement "if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" if (parenthesized_expression "(dVar23 < 0.0)" ( (binary_expression "dVar23 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" { (expression_statement "sqrt(dVar23);" (call_expression "sqrt(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) ;) (expression_statement "dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);" (assignment_expression "dVar22 = *(double *)(param_1[7] + lVar13 + 0x48)" identifier = (pointer_expression "*(double *)(param_1[7] + lVar13 + 0x48)" * (cast_expression "(double *)(param_1[7] + lVar13 + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[7] + lVar13 + 0x48)" ( (binary_expression "param_1[7] + lVar13 + 0x48" (binary_expression "param_1[7] + lVar13" (subscript_expression "param_1[7]" identifier [ number_literal ]) + identifier) + number_literal) ))))) ;) (expression_statement "dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;" (assignment_expression "dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22" identifier = (binary_expression "*(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22" (pointer_expression "*(double *)(lVar13 + param_1[9] + 0x48)" * (cast_expression "(double *)(lVar13 + param_1[9] + 0x48)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + param_1[9] + 0x48)" ( (binary_expression "lVar13 + param_1[9] + 0x48" (binary_expression "lVar13 + param_1[9]" identifier + (subscript_expression "param_1[9]" identifier [ number_literal ])) + number_literal) )))) - (binary_expression "dVar22 * dVar22" identifier * identifier))) ;) (expression_statement "dVar22 = SQRT(dVar24);" (assignment_expression "dVar22 = SQRT(dVar24)" identifier = (call_expression "SQRT(dVar24)" identifier (argument_list "(dVar24)" ( identifier )))) ;) (if_statement "if (dVar24 < 0.0) {\n sqrt(dVar24);\n }" if (parenthesized_expression "(dVar24 < 0.0)" ( (binary_expression "dVar24 < 0.0" identifier < number_literal) )) (compound_statement "{\n sqrt(dVar24);\n }" { (expression_statement "sqrt(dVar24);" (call_expression "sqrt(dVar24)" identifier (argument_list "(dVar24)" ( identifier ))) ;) })) })) (expression_statement "pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);" (assignment_expression "pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (subscript_expression "pdVar10[0xe8]" identifier [ number_literal ]) = (binary_expression "(dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (parenthesized_expression "(dVar21 - dVar25)" ( (binary_expression "dVar21 - dVar25" identifier - identifier) )) / (parenthesized_expression "(SQRT(dVar23) * dVar22)" ( (binary_expression "SQRT(dVar23) * dVar22" (call_expression "SQRT(dVar23)" identifier (argument_list "(dVar23)" ( identifier ))) * identifier) )))) ;) })) (expression_statement "local_78 = local_78 + 1;" (assignment_expression "local_78 = local_78 + 1" identifier = (binary_expression "local_78 + 1" identifier + number_literal)) ;) (expression_statement "pdVar10 = pdVar10 + 1;" (assignment_expression "pdVar10 = pdVar10 + 1" identifier = (binary_expression "pdVar10 + 1" identifier + number_literal)) ;) (expression_statement "local_70 = local_70 + 0xb;" (assignment_expression "local_70 = local_70 + 0xb" identifier = (binary_expression "local_70 + 0xb" identifier + number_literal)) ;) (expression_statement "local_48 = local_48 + 0xb;" (assignment_expression "local_48 = local_48 + 0xb" identifier = (binary_expression "local_48 + 0xb" identifier + number_literal)) ;) (expression_statement "local_50 = local_50 + 0xb;" (assignment_expression "local_50 = local_50 + 0xb" identifier = (binary_expression "local_50 + 0xb" identifier + number_literal)) ;) (expression_statement "local_58 = local_58 + 0x58;" (assignment_expression "local_58 = local_58 + 0x58" identifier = (binary_expression "local_58 + 0x58" identifier + number_literal)) ;) }) while (parenthesized_expression "(lVar7 != local_78)" ( (binary_expression "lVar7 != local_78" identifier != identifier) )) ;) })) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = LIT) ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = (call_expression IDENT (argument_list ( (call_expression IDENT (argument_list ( LIT ))) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT << LIT) | (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT / (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) )))) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT % (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) )))) , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT * IDENT) + IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (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 = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + (binary_expression IDENT * LIT)) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT * LIT) + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT * LIT) + (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (subscript_expression IDENT [ LIT ])) )))) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (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 = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (binary_expression IDENT * IDENT) + (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (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) ))))) + (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (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) ))))) + (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (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) ))))) + (subscript_expression IDENT [ LIT ]))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (binary_expression IDENT * IDENT) + (subscript_expression IDENT [ LIT ]))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression IDENT + (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_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 IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ 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 + LIT) )))) = (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) * IDENT) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (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) )))) * 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 (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) * IDENT) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) * IDENT) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (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 + LIT) )))) = (binary_expression (binary_expression IDENT * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + 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 + 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 = (cast_expression ( (type_descriptor TYPE) ) (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT * IDENT) + LIT) ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (binary_expression IDENT / IDENT) + (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) / IDENT) + (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) / IDENT) + (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) / IDENT) + (subscript_expression IDENT [ LIT ]))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) )))) / IDENT) + (subscript_expression IDENT [ LIT ]))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression IDENT + (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_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 IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & IDENT) )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (pointer_expression * IDENT))) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) - (binary_expression IDENT * IDENT))) ;) (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 IDENT = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (pointer_expression * IDENT))) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) - (binary_expression IDENT * IDENT))) ;) (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 IDENT = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (pointer_expression * IDENT))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) - (binary_expression IDENT * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & IDENT) )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (pointer_expression * IDENT))) ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) - (binary_expression IDENT * IDENT))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & IDENT) )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) - (binary_expression IDENT * IDENT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_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 = (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 + IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_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 (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_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 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 = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT - LIT)) ;) }) while (parenthesized_expression ( (binary_expression (binary_expression IDENT - IDENT) != IDENT) )) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (binary_expression (pointer_expression * IDENT) * 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) ) (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT * IDENT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (binary_expression (pointer_expression * IDENT) * 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 (binary_expression (subscript_expression IDENT [ LIT ]) * 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 (binary_expression (subscript_expression IDENT [ LIT ]) * 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 (binary_expression (subscript_expression IDENT [ LIT ]) * 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 (binary_expression (subscript_expression IDENT [ LIT ]) * 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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) * 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 (binary_expression (subscript_expression IDENT [ LIT ]) * 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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + IDENT) + LIT) )))) = (binary_expression (binary_expression IDENT * (subscript_expression IDENT [ LIT ])) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + IDENT) + LIT) )))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + IDENT) + LIT) )))) = (binary_expression (binary_expression IDENT * (subscript_expression IDENT [ LIT ])) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + 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 = (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 = (subscript_expression IDENT [ LIT ])) ;) (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 (binary_expression IDENT + LIT) + IDENT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT * IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) )))) - IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( 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 IDENT = (subscript_expression IDENT [ 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 IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) )))) - (binary_expression IDENT * IDENT))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) }))) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (parenthesized_expression ( (binary_expression IDENT - IDENT) )) / (parenthesized_expression ( (binary_expression (call_expression IDENT (argument_list ( IDENT ))) * IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) ))))) ;) (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 IDENT = (binary_expression IDENT * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) )))) - IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( 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 IDENT = (subscript_expression IDENT [ 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 IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) )))) - (binary_expression IDENT * IDENT))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) }))) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (parenthesized_expression ( (binary_expression IDENT - IDENT) )) / (parenthesized_expression ( (binary_expression (call_expression IDENT (argument_list ( IDENT ))) * IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT * IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) )))) - IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( 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 = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) + IDENT) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + (subscript_expression IDENT [ LIT ])) + LIT) )))) - (binary_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 ))) ;) })) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (parenthesized_expression ( (binary_expression IDENT - IDENT) )) / (parenthesized_expression ( (binary_expression (call_expression IDENT (argument_list ( IDENT ))) * IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) + 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 *)) ) (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) + IDENT) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) + IDENT) + LIT) )))) - 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 ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) + IDENT) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) + IDENT) + LIT) )))) - (binary_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 ))) ;) })) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (parenthesized_expression ( (binary_expression IDENT - IDENT) )) / (parenthesized_expression ( (binary_expression (call_expression IDENT (argument_list ( IDENT ))) * IDENT) )))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) + 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 *)) ) (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) + IDENT) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) + IDENT) + LIT) )))) - 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 ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) + IDENT) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + (subscript_expression IDENT [ LIT ])) + LIT) )))) - (binary_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 ))) ;) })) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (parenthesized_expression ( (binary_expression IDENT - IDENT) )) / (parenthesized_expression ( (binary_expression (call_expression IDENT (argument_list ( IDENT ))) * IDENT) )))) ;) })) (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 = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) })) (return_statement return ;) })))
|
(function_definition "void FUN_001ff190(long *param_1)\n\n{\n long *plVar1;\n long lVar2;\n undefined1 auVar3 [16];\n ulong uVar4;\n int iVar5;\n int iVar6;\n long lVar7;\n ulong uVar8;\n long lVar9;\n double *pdVar10;\n long lVar11;\n long lVar12;\n long lVar13;\n ulong uVar14;\n long *plVar15;\n long lVar16;\n double *pdVar17;\n double *pdVar18;\n double *pdVar19;\n double *pdVar20;\n double dVar21;\n double dVar22;\n double dVar23;\n double dVar24;\n double dVar25;\n long local_f0;\n ulong local_e8;\n long local_d8;\n long local_78;\n double *local_70;\n long local_58;\n double *local_50;\n double *local_48;\n \n iVar5 = omp_get_num_threads();\n iVar6 = omp_get_thread_num();\n uVar4 = DAT_003efbd0;\n auVar3._8_8_ = 0;\n auVar3._0_8_ = SUB168(SEXT816(4),8);\n auVar3 = auVar3 << 0x40 | ZEXT816(4);\n lVar7 = SUB168(auVar3 / SEXT816((long)iVar5),0);\n local_78 = SUB168(auVar3 % SEXT816((long)iVar5),0);\n if (iVar6 < local_78) {\n lVar7 = lVar7 + 1;\n local_78 = 0;\n }\n local_78 = iVar6 * lVar7 + local_78;\n lVar7 = lVar7 + local_78;\n if (local_78 < lVar7) {\n plVar1 = (long *)param_1[2];\n lVar2 = *param_1;\n uVar8 = (ulong)*(uint *)(param_1 + 10);\n pdVar10 = (double *)(param_1[1] + local_78 * 8);\n lVar13 = local_78 * 0x58 + 0x28;\n local_58 = local_78 * 0x58 + param_1[5];\n local_70 = (double *)(param_1[4] + lVar13);\n local_48 = (double *)(param_1[8] + lVar13);\n local_50 = (double *)(lVar13 + param_1[6]);\n do {\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = param_1[3];\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n } while (lVar7 != local_78);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_001ff190(long *param_1)" (identifier "FUN_001ff190") (parameter_list "(long *param_1)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n long *plVar1;\n long lVar2;\n undefined1 auVar3 [16];\n ulong uVar4;\n int iVar5;\n int iVar6;\n long lVar7;\n ulong uVar8;\n long lVar9;\n double *pdVar10;\n long lVar11;\n long lVar12;\n long lVar13;\n ulong uVar14;\n long *plVar15;\n long lVar16;\n double *pdVar17;\n double *pdVar18;\n double *pdVar19;\n double *pdVar20;\n double dVar21;\n double dVar22;\n double dVar23;\n double dVar24;\n double dVar25;\n long local_f0;\n ulong local_e8;\n long local_d8;\n long local_78;\n double *local_70;\n long local_58;\n double *local_50;\n double *local_48;\n \n iVar5 = omp_get_num_threads();\n iVar6 = omp_get_thread_num();\n uVar4 = DAT_003efbd0;\n auVar3._8_8_ = 0;\n auVar3._0_8_ = SUB168(SEXT816(4),8);\n auVar3 = auVar3 << 0x40 | ZEXT816(4);\n lVar7 = SUB168(auVar3 / SEXT816((long)iVar5),0);\n local_78 = SUB168(auVar3 % SEXT816((long)iVar5),0);\n if (iVar6 < local_78) {\n lVar7 = lVar7 + 1;\n local_78 = 0;\n }\n local_78 = iVar6 * lVar7 + local_78;\n lVar7 = lVar7 + local_78;\n if (local_78 < lVar7) {\n plVar1 = (long *)param_1[2];\n lVar2 = *param_1;\n uVar8 = (ulong)*(uint *)(param_1 + 10);\n pdVar10 = (double *)(param_1[1] + local_78 * 8);\n lVar13 = local_78 * 0x58 + 0x28;\n local_58 = local_78 * 0x58 + param_1[5];\n local_70 = (double *)(param_1[4] + lVar13);\n local_48 = (double *)(param_1[8] + lVar13);\n local_50 = (double *)(lVar13 + param_1[6]);\n do {\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = param_1[3];\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n } while (lVar7 != local_78);\n }\n return;\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "undefined1 auVar3 [16];" (type_identifier "undefined1") (array_declarator "auVar3 [16]" (identifier "auVar3") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "ulong uVar4;" (type_identifier "ulong") (identifier "uVar4") (; ";")) (declaration "int iVar5;" (primitive_type "int") (identifier "iVar5") (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "long lVar7;" (sized_type_specifier "long" (long "long")) (identifier "lVar7") (; ";")) (declaration "ulong uVar8;" (type_identifier "ulong") (identifier "uVar8") (; ";")) (declaration "long lVar9;" (sized_type_specifier "long" (long "long")) (identifier "lVar9") (; ";")) (declaration "double *pdVar10;" (primitive_type "double") (pointer_declarator "*pdVar10" (* "*") (identifier "pdVar10")) (; ";")) (declaration "long lVar11;" (sized_type_specifier "long" (long "long")) (identifier "lVar11") (; ";")) (declaration "long lVar12;" (sized_type_specifier "long" (long "long")) (identifier "lVar12") (; ";")) (declaration "long lVar13;" (sized_type_specifier "long" (long "long")) (identifier "lVar13") (; ";")) (declaration "ulong uVar14;" (type_identifier "ulong") (identifier "uVar14") (; ";")) (declaration "long *plVar15;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar15" (* "*") (identifier "plVar15")) (; ";")) (declaration "long lVar16;" (sized_type_specifier "long" (long "long")) (identifier "lVar16") (; ";")) (declaration "double *pdVar17;" (primitive_type "double") (pointer_declarator "*pdVar17" (* "*") (identifier "pdVar17")) (; ";")) (declaration "double *pdVar18;" (primitive_type "double") (pointer_declarator "*pdVar18" (* "*") (identifier "pdVar18")) (; ";")) (declaration "double *pdVar19;" (primitive_type "double") (pointer_declarator "*pdVar19" (* "*") (identifier "pdVar19")) (; ";")) (declaration "double *pdVar20;" (primitive_type "double") (pointer_declarator "*pdVar20" (* "*") (identifier "pdVar20")) (; ";")) (declaration "double dVar21;" (primitive_type "double") (identifier "dVar21") (; ";")) (declaration "double dVar22;" (primitive_type "double") (identifier "dVar22") (; ";")) (declaration "double dVar23;" (primitive_type "double") (identifier "dVar23") (; ";")) (declaration "double dVar24;" (primitive_type "double") (identifier "dVar24") (; ";")) (declaration "double dVar25;" (primitive_type "double") (identifier "dVar25") (; ";")) (declaration "long local_f0;" (sized_type_specifier "long" (long "long")) (identifier "local_f0") (; ";")) (declaration "ulong local_e8;" (type_identifier "ulong") (identifier "local_e8") (; ";")) (declaration "long local_d8;" (sized_type_specifier "long" (long "long")) (identifier "local_d8") (; ";")) (declaration "long local_78;" (sized_type_specifier "long" (long "long")) (identifier "local_78") (; ";")) (declaration "double *local_70;" (primitive_type "double") (pointer_declarator "*local_70" (* "*") (identifier "local_70")) (; ";")) (declaration "long local_58;" (sized_type_specifier "long" (long "long")) (identifier "local_58") (; ";")) (declaration "double *local_50;" (primitive_type "double") (pointer_declarator "*local_50" (* "*") (identifier "local_50")) (; ";")) (declaration "double *local_48;" (primitive_type "double") (pointer_declarator "*local_48" (* "*") (identifier "local_48")) (; ";")) (expression_statement "iVar5 = omp_get_num_threads();" (assignment_expression "iVar5 = omp_get_num_threads()" (identifier "iVar5") (= "=") (call_expression "omp_get_num_threads()" (identifier "omp_get_num_threads") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "iVar6 = omp_get_thread_num();" (assignment_expression "iVar6 = omp_get_thread_num()" (identifier "iVar6") (= "=") (call_expression "omp_get_thread_num()" (identifier "omp_get_thread_num") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "uVar4 = DAT_003efbd0;" (assignment_expression "uVar4 = DAT_003efbd0" (identifier "uVar4") (= "=") (identifier "DAT_003efbd0")) (; ";")) (expression_statement "auVar3._8_8_ = 0;" (assignment_expression "auVar3._8_8_ = 0" (field_expression "auVar3._8_8_" (identifier "auVar3") (. ".") (field_identifier "_8_8_")) (= "=") (number_literal "0")) (; ";")) (expression_statement "auVar3._0_8_ = SUB168(SEXT816(4),8);" (assignment_expression "auVar3._0_8_ = SUB168(SEXT816(4),8)" (field_expression "auVar3._0_8_" (identifier "auVar3") (. ".") (field_identifier "_0_8_")) (= "=") (call_expression "SUB168(SEXT816(4),8)" (identifier "SUB168") (argument_list "(SEXT816(4),8)" (( "(") (call_expression "SEXT816(4)" (identifier "SEXT816") (argument_list "(4)" (( "(") (number_literal "4") () ")"))) (, ",") (number_literal "8") () ")")))) (; ";")) (expression_statement "auVar3 = auVar3 << 0x40 | ZEXT816(4);" (assignment_expression "auVar3 = auVar3 << 0x40 | ZEXT816(4)" (identifier "auVar3") (= "=") (binary_expression "auVar3 << 0x40 | ZEXT816(4)" (binary_expression "auVar3 << 0x40" (identifier "auVar3") (<< "<<") (number_literal "0x40")) (| "|") (call_expression "ZEXT816(4)" (identifier "ZEXT816") (argument_list "(4)" (( "(") (number_literal "4") () ")"))))) (; ";")) (expression_statement "lVar7 = SUB168(auVar3 / SEXT816((long)iVar5),0);" (assignment_expression "lVar7 = SUB168(auVar3 / SEXT816((long)iVar5),0)" (identifier "lVar7") (= "=") (call_expression "SUB168(auVar3 / SEXT816((long)iVar5),0)" (identifier "SUB168") (argument_list "(auVar3 / SEXT816((long)iVar5),0)" (( "(") (binary_expression "auVar3 / SEXT816((long)iVar5)" (identifier "auVar3") (/ "/") (call_expression "SEXT816((long)iVar5)" (identifier "SEXT816") (argument_list "((long)iVar5)" (( "(") (cast_expression "(long)iVar5" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar5")) () ")")))) (, ",") (number_literal "0") () ")")))) (; ";")) (expression_statement "local_78 = SUB168(auVar3 % SEXT816((long)iVar5),0);" (assignment_expression "local_78 = SUB168(auVar3 % SEXT816((long)iVar5),0)" (identifier "local_78") (= "=") (call_expression "SUB168(auVar3 % SEXT816((long)iVar5),0)" (identifier "SUB168") (argument_list "(auVar3 % SEXT816((long)iVar5),0)" (( "(") (binary_expression "auVar3 % SEXT816((long)iVar5)" (identifier "auVar3") (% "%") (call_expression "SEXT816((long)iVar5)" (identifier "SEXT816") (argument_list "((long)iVar5)" (( "(") (cast_expression "(long)iVar5" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar5")) () ")")))) (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (iVar6 < local_78) {\n lVar7 = lVar7 + 1;\n local_78 = 0;\n }" (if "if") (parenthesized_expression "(iVar6 < local_78)" (( "(") (binary_expression "iVar6 < local_78" (identifier "iVar6") (< "<") (identifier "local_78")) () ")")) (compound_statement "{\n lVar7 = lVar7 + 1;\n local_78 = 0;\n }" ({ "{") (expression_statement "lVar7 = lVar7 + 1;" (assignment_expression "lVar7 = lVar7 + 1" (identifier "lVar7") (= "=") (binary_expression "lVar7 + 1" (identifier "lVar7") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "local_78 = 0;" (assignment_expression "local_78 = 0" (identifier "local_78") (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "local_78 = iVar6 * lVar7 + local_78;" (assignment_expression "local_78 = iVar6 * lVar7 + local_78" (identifier "local_78") (= "=") (binary_expression "iVar6 * lVar7 + local_78" (binary_expression "iVar6 * lVar7" (identifier "iVar6") (* "*") (identifier "lVar7")) (+ "+") (identifier "local_78"))) (; ";")) (expression_statement "lVar7 = lVar7 + local_78;" (assignment_expression "lVar7 = lVar7 + local_78" (identifier "lVar7") (= "=") (binary_expression "lVar7 + local_78" (identifier "lVar7") (+ "+") (identifier "local_78"))) (; ";")) (if_statement "if (local_78 < lVar7) {\n plVar1 = (long *)param_1[2];\n lVar2 = *param_1;\n uVar8 = (ulong)*(uint *)(param_1 + 10);\n pdVar10 = (double *)(param_1[1] + local_78 * 8);\n lVar13 = local_78 * 0x58 + 0x28;\n local_58 = local_78 * 0x58 + param_1[5];\n local_70 = (double *)(param_1[4] + lVar13);\n local_48 = (double *)(param_1[8] + lVar13);\n local_50 = (double *)(lVar13 + param_1[6]);\n do {\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = param_1[3];\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n } while (lVar7 != local_78);\n }" (if "if") (parenthesized_expression "(local_78 < lVar7)" (( "(") (binary_expression "local_78 < lVar7" (identifier "local_78") (< "<") (identifier "lVar7")) () ")")) (compound_statement "{\n plVar1 = (long *)param_1[2];\n lVar2 = *param_1;\n uVar8 = (ulong)*(uint *)(param_1 + 10);\n pdVar10 = (double *)(param_1[1] + local_78 * 8);\n lVar13 = local_78 * 0x58 + 0x28;\n local_58 = local_78 * 0x58 + param_1[5];\n local_70 = (double *)(param_1[4] + lVar13);\n local_48 = (double *)(param_1[8] + lVar13);\n local_50 = (double *)(lVar13 + param_1[6]);\n do {\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = param_1[3];\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n } while (lVar7 != local_78);\n }" ({ "{") (expression_statement "plVar1 = (long *)param_1[2];" (assignment_expression "plVar1 = (long *)param_1[2]" (identifier "plVar1") (= "=") (cast_expression "(long *)param_1[2]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")))) (; ";")) (expression_statement "lVar2 = *param_1;" (assignment_expression "lVar2 = *param_1" (identifier "lVar2") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "uVar8 = (ulong)*(uint *)(param_1 + 10);" (assignment_expression "uVar8 = (ulong)*(uint *)(param_1 + 10)" (identifier "uVar8") (= "=") (binary_expression "(ulong)*(uint *)(param_1 + 10)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (cast_expression "(uint *)(param_1 + 10)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 10)" (( "(") (binary_expression "param_1 + 10" (identifier "param_1") (+ "+") (number_literal "10")) () ")"))))) (; ";")) (expression_statement "pdVar10 = (double *)(param_1[1] + local_78 * 8);" (assignment_expression "pdVar10 = (double *)(param_1[1] + local_78 * 8)" (identifier "pdVar10") (= "=") (cast_expression "(double *)(param_1[1] + local_78 * 8)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[1] + local_78 * 8)" (( "(") (binary_expression "param_1[1] + local_78 * 8" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (+ "+") (binary_expression "local_78 * 8" (identifier "local_78") (* "*") (number_literal "8"))) () ")")))) (; ";")) (expression_statement "lVar13 = local_78 * 0x58 + 0x28;" (assignment_expression "lVar13 = local_78 * 0x58 + 0x28" (identifier "lVar13") (= "=") (binary_expression "local_78 * 0x58 + 0x28" (binary_expression "local_78 * 0x58" (identifier "local_78") (* "*") (number_literal "0x58")) (+ "+") (number_literal "0x28"))) (; ";")) (expression_statement "local_58 = local_78 * 0x58 + param_1[5];" (assignment_expression "local_58 = local_78 * 0x58 + param_1[5]" (identifier "local_58") (= "=") (binary_expression "local_78 * 0x58 + param_1[5]" (binary_expression "local_78 * 0x58" (identifier "local_78") (* "*") (number_literal "0x58")) (+ "+") (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]")))) (; ";")) (expression_statement "local_70 = (double *)(param_1[4] + lVar13);" (assignment_expression "local_70 = (double *)(param_1[4] + lVar13)" (identifier "local_70") (= "=") (cast_expression "(double *)(param_1[4] + lVar13)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[4] + lVar13)" (( "(") (binary_expression "param_1[4] + lVar13" (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]")) (+ "+") (identifier "lVar13")) () ")")))) (; ";")) (expression_statement "local_48 = (double *)(param_1[8] + lVar13);" (assignment_expression "local_48 = (double *)(param_1[8] + lVar13)" (identifier "local_48") (= "=") (cast_expression "(double *)(param_1[8] + lVar13)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[8] + lVar13)" (( "(") (binary_expression "param_1[8] + lVar13" (subscript_expression "param_1[8]" (identifier "param_1") ([ "[") (number_literal "8") (] "]")) (+ "+") (identifier "lVar13")) () ")")))) (; ";")) (expression_statement "local_50 = (double *)(lVar13 + param_1[6]);" (assignment_expression "local_50 = (double *)(lVar13 + param_1[6])" (identifier "local_50") (= "=") (cast_expression "(double *)(lVar13 + param_1[6])" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + param_1[6])" (( "(") (binary_expression "lVar13 + param_1[6]" (identifier "lVar13") (+ "+") (subscript_expression "param_1[6]" (identifier "param_1") ([ "[") (number_literal "6") (] "]"))) () ")")))) (; ";")) (do_statement "do {\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = param_1[3];\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n } while (lVar7 != local_78);" (do "do") (compound_statement "{\n dVar25 = DAT_003fce50;\n if (uVar8 == 0) {\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }\n lVar11 = param_1[3];\n lVar12 = local_78 * 0x58;\n dVar25 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x28 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar21 = *(double *)(lVar11 + 0x30 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }\n lVar12 = local_78 * 0x58;\n pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n dVar25 = *(double *)(lVar13 + 0x38 + lVar12);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(lVar11 + 0x38 + lVar12);\n dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }\n local_78 = local_78 + 1;\n pdVar10 = pdVar10 + 1;\n local_70 = local_70 + 0xb;\n local_48 = local_48 + 0xb;\n local_50 = local_50 + 0xb;\n local_58 = local_58 + 0x58;\n }" ({ "{") (expression_statement "dVar25 = DAT_003fce50;" (assignment_expression "dVar25 = DAT_003fce50" (identifier "dVar25") (= "=") (identifier "DAT_003fce50")) (; ";")) (if_statement "if (uVar8 == 0) {\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }" (if "if") (parenthesized_expression "(uVar8 == 0)" (( "(") (binary_expression "uVar8 == 0" (identifier "uVar8") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }" ({ "{") (expression_statement "lVar13 = param_1[7];" (assignment_expression "lVar13 = param_1[7]" (identifier "lVar13") (= "=") (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]"))) (; ";")) (expression_statement "lVar9 = param_1[9];" (assignment_expression "lVar9 = param_1[9]" (identifier "lVar9") (= "=") (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]"))) (; ";")) (} "}")) (else_clause "else {\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }" (else "else") (compound_statement "{\n local_f0 = 0;\n local_e8 = 0;\n iVar5 = *(int *)(lVar2 + 4);\n iVar6 = *(int *)(lVar2 + 0x33c);\n lVar11 = local_78 * 0x58;\n pdVar19 = local_50;\n pdVar20 = local_48;\n do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);\n }" ({ "{") (expression_statement "local_f0 = 0;" (assignment_expression "local_f0 = 0" (identifier "local_f0") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_e8 = 0;" (assignment_expression "local_e8 = 0" (identifier "local_e8") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar5 = *(int *)(lVar2 + 4);" (assignment_expression "iVar5 = *(int *)(lVar2 + 4)" (identifier "iVar5") (= "=") (pointer_expression "*(int *)(lVar2 + 4)" (* "*") (cast_expression "(int *)(lVar2 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 4)" (( "(") (binary_expression "lVar2 + 4" (identifier "lVar2") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "iVar6 = *(int *)(lVar2 + 0x33c);" (assignment_expression "iVar6 = *(int *)(lVar2 + 0x33c)" (identifier "iVar6") (= "=") (pointer_expression "*(int *)(lVar2 + 0x33c)" (* "*") (cast_expression "(int *)(lVar2 + 0x33c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x33c)" (( "(") (binary_expression "lVar2 + 0x33c" (identifier "lVar2") (+ "+") (number_literal "0x33c")) () ")"))))) (; ";")) (expression_statement "lVar11 = local_78 * 0x58;" (assignment_expression "lVar11 = local_78 * 0x58" (identifier "lVar11") (= "=") (binary_expression "local_78 * 0x58" (identifier "local_78") (* "*") (number_literal "0x58"))) (; ";")) (expression_statement "pdVar19 = local_50;" (assignment_expression "pdVar19 = local_50" (identifier "pdVar19") (= "=") (identifier "local_50")) (; ";")) (expression_statement "pdVar20 = local_48;" (assignment_expression "pdVar20 = local_48" (identifier "pdVar20") (= "=") (identifier "local_48")) (; ";")) (do_statement "do {\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n } while (local_e8 != uVar8);" (do "do") (compound_statement "{\n local_d8 = 0;\n pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);\n uVar14 = local_e8;\n plVar15 = plVar1;\n pdVar17 = local_70;\n do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);\n lVar13 = param_1[7];\n dVar22 = (double)(long)local_e8;\n lVar9 = param_1[9];\n lVar12 = lVar13 + lVar11;\n lVar16 = lVar9 + lVar11;\n *(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);\n dVar21 = (double)(long)(local_e8 * local_e8);\n *(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);\n *(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);\n *(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);\n *(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }\n if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }\n local_e8 = local_e8 + 1;\n pdVar20 = pdVar20 + 0x2c;\n pdVar19 = pdVar19 + 0x2c;\n local_f0 = local_f0 + 0x160;\n }" ({ "{") (expression_statement "local_d8 = 0;" (assignment_expression "local_d8 = 0" (identifier "local_d8") (= "=") (number_literal "0")) (; ";")) (expression_statement "pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);" (assignment_expression "pdVar18 = (double *)(local_58 + 0x2e8 + local_f0)" (identifier "pdVar18") (= "=") (cast_expression "(double *)(local_58 + 0x2e8 + local_f0)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_58 + 0x2e8 + local_f0)" (( "(") (binary_expression "local_58 + 0x2e8 + local_f0" (binary_expression "local_58 + 0x2e8" (identifier "local_58") (+ "+") (number_literal "0x2e8")) (+ "+") (identifier "local_f0")) () ")")))) (; ";")) (expression_statement "uVar14 = local_e8;" (assignment_expression "uVar14 = local_e8" (identifier "uVar14") (= "=") (identifier "local_e8")) (; ";")) (expression_statement "plVar15 = plVar1;" (assignment_expression "plVar15 = plVar1" (identifier "plVar15") (= "=") (identifier "plVar1")) (; ";")) (expression_statement "pdVar17 = local_70;" (assignment_expression "pdVar17 = local_70" (identifier "pdVar17") (= "=") (identifier "local_70")) (; ";")) (do_statement "do {\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n } while (local_e8 - uVar8 != uVar14);" (do "do") (compound_statement "{\n lVar9 = local_f0 + *plVar15;\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n *pdVar10 = dVar21 * dVar21 + *pdVar10;\n pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];\n pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];\n if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }\n if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar20 = dVar21 + *pdVar20;\n pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);\n pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = (double)local_d8;\n lVar16 = param_1[3];\n lVar12 = lVar16 + lVar11;\n *(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);\n *(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);\n *(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);\n if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }\n if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }\n lVar13 = lVar9 + lVar11;\n dVar21 = *(double *)(lVar13 + 0x28);\n dVar22 = (double)(long)(uVar14 * uVar14 + 1);\n pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];\n pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];\n pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];\n if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }\n if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }\n lVar13 = lVar9 + lVar11;\n *pdVar18 = dVar21 + *pdVar18;\n pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);\n pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);\n if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }\n if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n dVar21 = *(double *)(lVar9 + 0x28 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n dVar23 = DAT_00411ee0;\n pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;\n dVar21 = *(double *)(lVar9 + 0x30 + lVar11);\n dVar22 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }\n dVar22 = DAT_00411ee0;\n pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;\n dVar21 = *(double *)(lVar9 + 0x38 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n iVar5 = *(int *)(lVar2 + 4);\n pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;\n if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }\n iVar6 = *(int *)(lVar2 + 0x33c);\n if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }\n lVar13 = lVar9 + lVar11;\n *pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);\n pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);\n pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);\n if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }\n iVar5 = *(int *)(lVar2 + 4);\n if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }\n if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }\n plVar15 = plVar15 + 1;\n pdVar17 = pdVar17 + 0x2c;\n pdVar18 = pdVar18 + 0x2c;\n local_d8 = local_d8 + local_e8;\n uVar14 = uVar14 - 1;\n }" ({ "{") (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" (identifier "lVar9") (= "=") (binary_expression "local_f0 + *plVar15" (identifier "local_f0") (+ "+") (pointer_expression "*plVar15" (* "*") (identifier "plVar15")))) (; ";")) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" (identifier "lVar13") (= "=") (binary_expression "lVar9 + lVar11" (identifier "lVar9") (+ "+") (identifier "lVar11"))) (; ";")) (expression_statement "dVar21 = *(double *)(lVar13 + 0x28);" (assignment_expression "dVar21 = *(double *)(lVar13 + 0x28)" (identifier "dVar21") (= "=") (pointer_expression "*(double *)(lVar13 + 0x28)" (* "*") (cast_expression "(double *)(lVar13 + 0x28)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x28)" (( "(") (binary_expression "lVar13 + 0x28" (identifier "lVar13") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (expression_statement "*pdVar10 = dVar21 * dVar21 + *pdVar10;" (assignment_expression "*pdVar10 = dVar21 * dVar21 + *pdVar10" (pointer_expression "*pdVar10" (* "*") (identifier "pdVar10")) (= "=") (binary_expression "dVar21 * dVar21 + *pdVar10" (binary_expression "dVar21 * dVar21" (identifier "dVar21") (* "*") (identifier "dVar21")) (+ "+") (pointer_expression "*pdVar10" (* "*") (identifier "pdVar10")))) (; ";")) (expression_statement "pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];" (assignment_expression "pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38]" (subscript_expression "pdVar10[0x38]" (identifier "pdVar10") ([ "[") (number_literal "0x38") (] "]")) (= "=") (binary_expression "*(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38]" (binary_expression "*(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30)" (pointer_expression "*(double *)(lVar13 + 0x30)" (* "*") (cast_expression "(double *)(lVar13 + 0x30)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x30)" (( "(") (binary_expression "lVar13 + 0x30" (identifier "lVar13") (+ "+") (number_literal "0x30")) () ")")))) (* "*") (pointer_expression "*(double *)(lVar13 + 0x30)" (* "*") (cast_expression "(double *)(lVar13 + 0x30)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x30)" (( "(") (binary_expression "lVar13 + 0x30" (identifier "lVar13") (+ "+") (number_literal "0x30")) () ")"))))) (+ "+") (subscript_expression "pdVar10[0x38]" (identifier "pdVar10") ([ "[") (number_literal "0x38") (] "]")))) (; ";")) (expression_statement "pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];" (assignment_expression "pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70]" (subscript_expression "pdVar10[0x70]" (identifier "pdVar10") ([ "[") (number_literal "0x70") (] "]")) (= "=") (binary_expression "*(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70]" (binary_expression "*(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38)" (pointer_expression "*(double *)(lVar13 + 0x38)" (* "*") (cast_expression "(double *)(lVar13 + 0x38)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x38)" (( "(") (binary_expression "lVar13 + 0x38" (identifier "lVar13") (+ "+") (number_literal "0x38")) () ")")))) (* "*") (pointer_expression "*(double *)(lVar13 + 0x38)" (* "*") (cast_expression "(double *)(lVar13 + 0x38)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x38)" (( "(") (binary_expression "lVar13 + 0x38" (identifier "lVar13") (+ "+") (number_literal "0x38")) () ")"))))) (+ "+") (subscript_expression "pdVar10[0x70]" (identifier "pdVar10") ([ "[") (number_literal "0x70") (] "]")))) (; ";")) (if_statement "if (iVar5 == 2) {\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }" (if "if") (parenthesized_expression "(iVar5 == 2)" (( "(") (binary_expression "iVar5 == 2" (identifier "iVar5") (== "==") (number_literal "2")) () ")")) (compound_statement "{\n pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];\n }" ({ "{") (expression_statement "pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];" (assignment_expression "pdVar10[0xa8] =\n *(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8]" (subscript_expression "pdVar10[0xa8]" (identifier "pdVar10") ([ "[") (number_literal "0xa8") (] "]")) (= "=") (binary_expression "*(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8]" (binary_expression "*(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40)" (pointer_expression "*(double *)(lVar13 + 0x40)" (* "*") (cast_expression "(double *)(lVar13 + 0x40)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x40)" (( "(") (binary_expression "lVar13 + 0x40" (identifier "lVar13") (+ "+") (number_literal "0x40")) () ")")))) (* "*") (pointer_expression "*(double *)(lVar13 + 0x40)" (* "*") (cast_expression "(double *)(lVar13 + 0x40)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x40)" (( "(") (binary_expression "lVar13 + 0x40" (identifier "lVar13") (+ "+") (number_literal "0x40")) () ")"))))) (+ "+") (subscript_expression "pdVar10[0xa8]" (identifier "pdVar10") ([ "[") (number_literal "0xa8") (] "]")))) (; ";")) (} "}"))) (if_statement "if (iVar6 != 0) {\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }" (if "if") (parenthesized_expression "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n dVar22 = *(double *)(lVar9 + 0x48 + lVar11);\n pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];\n }" ({ "{") (expression_statement "dVar22 = *(double *)(lVar9 + 0x48 + lVar11);" (assignment_expression "dVar22 = *(double *)(lVar9 + 0x48 + lVar11)" (identifier "dVar22") (= "=") (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" (* "*") (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 0x48 + lVar11)" (( "(") (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" (identifier "lVar9") (+ "+") (number_literal "0x48")) (+ "+") (identifier "lVar11")) () ")"))))) (; ";")) (expression_statement "pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];" (assignment_expression "pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0]" (subscript_expression "pdVar10[0xe0]" (identifier "pdVar10") ([ "[") (number_literal "0xe0") (] "]")) (= "=") (binary_expression "dVar22 * dVar22 + pdVar10[0xe0]" (binary_expression "dVar22 * dVar22" (identifier "dVar22") (* "*") (identifier "dVar22")) (+ "+") (subscript_expression "pdVar10[0xe0]" (identifier "pdVar10") ([ "[") (number_literal "0xe0") (] "]")))) (; ";")) (} "}"))) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" (identifier "lVar13") (= "=") (binary_expression "lVar9 + lVar11" (identifier "lVar9") (+ "+") (identifier "lVar11"))) (; ";")) (expression_statement "*pdVar20 = dVar21 + *pdVar20;" (assignment_expression "*pdVar20 = dVar21 + *pdVar20" (pointer_expression "*pdVar20" (* "*") (identifier "pdVar20")) (= "=") (binary_expression "dVar21 + *pdVar20" (identifier "dVar21") (+ "+") (pointer_expression "*pdVar20" (* "*") (identifier "pdVar20")))) (; ";")) (expression_statement "pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);" (assignment_expression "pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar20[1]" (identifier "pdVar20") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "pdVar20[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar20[1]" (identifier "pdVar20") ([ "[") (number_literal "1") (] "]")) (+ "+") (pointer_expression "*(double *)(lVar13 + 0x30)" (* "*") (cast_expression "(double *)(lVar13 + 0x30)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x30)" (( "(") (binary_expression "lVar13 + 0x30" (identifier "lVar13") (+ "+") (number_literal "0x30")) () ")")))))) (; ";")) (expression_statement "pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);" (assignment_expression "pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar20[2]" (identifier "pdVar20") ([ "[") (number_literal "2") (] "]")) (= "=") (binary_expression "pdVar20[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar20[2]" (identifier "pdVar20") ([ "[") (number_literal "2") (] "]")) (+ "+") (pointer_expression "*(double *)(lVar13 + 0x38)" (* "*") (cast_expression "(double *)(lVar13 + 0x38)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x38)" (( "(") (binary_expression "lVar13 + 0x38" (identifier "lVar13") (+ "+") (number_literal "0x38")) () ")")))))) (; ";")) (if_statement "if (iVar5 == 2) {\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }" (if "if") (parenthesized_expression "(iVar5 == 2)" (( "(") (binary_expression "iVar5 == 2" (identifier "iVar5") (== "==") (number_literal "2")) () ")")) (compound_statement "{\n pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);\n }" ({ "{") (expression_statement "pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);" (assignment_expression "pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar20[3]" (identifier "pdVar20") ([ "[") (number_literal "3") (] "]")) (= "=") (binary_expression "pdVar20[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar20[3]" (identifier "pdVar20") ([ "[") (number_literal "3") (] "]")) (+ "+") (pointer_expression "*(double *)(lVar13 + 0x40)" (* "*") (cast_expression "(double *)(lVar13 + 0x40)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x40)" (( "(") (binary_expression "lVar13 + 0x40" (identifier "lVar13") (+ "+") (number_literal "0x40")) () ")")))))) (; ";")) (} "}"))) (if_statement "if (iVar6 != 0) {\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" (if "if") (parenthesized_expression "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" ({ "{") (expression_statement "pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);" (assignment_expression "pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar20[4]" (identifier "pdVar20") ([ "[") (number_literal "4") (] "]")) (= "=") (binary_expression "pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar20[4]" (identifier "pdVar20") ([ "[") (number_literal "4") (] "]")) (+ "+") (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" (* "*") (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 0x48 + lVar11)" (( "(") (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" (identifier "lVar9") (+ "+") (number_literal "0x48")) (+ "+") (identifier "lVar11")) () ")")))))) (; ";")) (} "}"))) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" (identifier "lVar13") (= "=") (binary_expression "lVar9 + lVar11" (identifier "lVar9") (+ "+") (identifier "lVar11"))) (; ";")) (expression_statement "dVar21 = (double)local_d8;" (assignment_expression "dVar21 = (double)local_d8" (identifier "dVar21") (= "=") (cast_expression "(double)local_d8" (( "(") (type_descriptor "double" (primitive_type "double")) () ")") (identifier "local_d8"))) (; ";")) (expression_statement "lVar16 = param_1[3];" (assignment_expression "lVar16 = param_1[3]" (identifier "lVar16") (= "=") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "lVar12 = lVar16 + lVar11;" (assignment_expression "lVar12 = lVar16 + lVar11" (identifier "lVar12") (= "=") (binary_expression "lVar16 + lVar11" (identifier "lVar16") (+ "+") (identifier "lVar11"))) (; ";")) (expression_statement "*(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);" (assignment_expression "*(double *)(lVar12 + 0x28) =\n *(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28)" (pointer_expression "*(double *)(lVar12 + 0x28)" (* "*") (cast_expression "(double *)(lVar12 + 0x28)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar12 + 0x28)" (( "(") (binary_expression "lVar12 + 0x28" (identifier "lVar12") (+ "+") (number_literal "0x28")) () ")")))) (= "=") (binary_expression "*(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28)" (binary_expression "*(double *)(lVar13 + 0x28) * dVar21" (pointer_expression "*(double *)(lVar13 + 0x28)" (* "*") (cast_expression "(double *)(lVar13 + 0x28)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x28)" (( "(") (binary_expression "lVar13 + 0x28" (identifier "lVar13") (+ "+") (number_literal "0x28")) () ")")))) (* "*") (identifier "dVar21")) (+ "+") (pointer_expression "*(double *)(lVar12 + 0x28)" (* "*") (cast_expression "(double *)(lVar12 + 0x28)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar12 + 0x28)" (( "(") (binary_expression "lVar12 + 0x28" (identifier "lVar12") (+ "+") (number_literal "0x28")) () ")")))))) (; ";")) (expression_statement "*(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);" (assignment_expression "*(double *)(lVar12 + 0x30) =\n *(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30)" (pointer_expression "*(double *)(lVar12 + 0x30)" (* "*") (cast_expression "(double *)(lVar12 + 0x30)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar12 + 0x30)" (( "(") (binary_expression "lVar12 + 0x30" (identifier "lVar12") (+ "+") (number_literal "0x30")) () ")")))) (= "=") (binary_expression "*(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30)" (binary_expression "*(double *)(lVar13 + 0x30) * dVar21" (pointer_expression "*(double *)(lVar13 + 0x30)" (* "*") (cast_expression "(double *)(lVar13 + 0x30)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x30)" (( "(") (binary_expression "lVar13 + 0x30" (identifier "lVar13") (+ "+") (number_literal "0x30")) () ")")))) (* "*") (identifier "dVar21")) (+ "+") (pointer_expression "*(double *)(lVar12 + 0x30)" (* "*") (cast_expression "(double *)(lVar12 + 0x30)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar12 + 0x30)" (( "(") (binary_expression "lVar12 + 0x30" (identifier "lVar12") (+ "+") (number_literal "0x30")) () ")")))))) (; ";")) (expression_statement "*(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);" (assignment_expression "*(double *)(lVar12 + 0x38) =\n *(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38)" (pointer_expression "*(double *)(lVar12 + 0x38)" (* "*") (cast_expression "(double *)(lVar12 + 0x38)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar12 + 0x38)" (( "(") (binary_expression "lVar12 + 0x38" (identifier "lVar12") (+ "+") (number_literal "0x38")) () ")")))) (= "=") (binary_expression "*(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38)" (binary_expression "*(double *)(lVar13 + 0x38) * dVar21" (pointer_expression "*(double *)(lVar13 + 0x38)" (* "*") (cast_expression "(double *)(lVar13 + 0x38)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x38)" (( "(") (binary_expression "lVar13 + 0x38" (identifier "lVar13") (+ "+") (number_literal "0x38")) () ")")))) (* "*") (identifier "dVar21")) (+ "+") (pointer_expression "*(double *)(lVar12 + 0x38)" (* "*") (cast_expression "(double *)(lVar12 + 0x38)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar12 + 0x38)" (( "(") (binary_expression "lVar12 + 0x38" (identifier "lVar12") (+ "+") (number_literal "0x38")) () ")")))))) (; ";")) (if_statement "if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }" (if "if") (parenthesized_expression "(iVar5 == 2)" (( "(") (binary_expression "iVar5 == 2" (identifier "iVar5") (== "==") (number_literal "2")) () ")")) (compound_statement "{\n *(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);\n }" ({ "{") (expression_statement "*(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);" (assignment_expression "*(double *)(lVar12 + 0x40) =\n *(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40)" (pointer_expression "*(double *)(lVar12 + 0x40)" (* "*") (cast_expression "(double *)(lVar12 + 0x40)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar12 + 0x40)" (( "(") (binary_expression "lVar12 + 0x40" (identifier "lVar12") (+ "+") (number_literal "0x40")) () ")")))) (= "=") (binary_expression "*(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40)" (binary_expression "*(double *)(lVar13 + 0x40) * dVar21" (pointer_expression "*(double *)(lVar13 + 0x40)" (* "*") (cast_expression "(double *)(lVar13 + 0x40)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x40)" (( "(") (binary_expression "lVar13 + 0x40" (identifier "lVar13") (+ "+") (number_literal "0x40")) () ")")))) (* "*") (identifier "dVar21")) (+ "+") (pointer_expression "*(double *)(lVar12 + 0x40)" (* "*") (cast_expression "(double *)(lVar12 + 0x40)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar12 + 0x40)" (( "(") (binary_expression "lVar12 + 0x40" (identifier "lVar12") (+ "+") (number_literal "0x40")) () ")")))))) (; ";")) (} "}"))) (if_statement "if (iVar6 != 0) {\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }" (if "if") (parenthesized_expression "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n lVar16 = lVar16 + lVar11;\n *(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);\n }" ({ "{") (expression_statement "lVar16 = lVar16 + lVar11;" (assignment_expression "lVar16 = lVar16 + lVar11" (identifier "lVar16") (= "=") (binary_expression "lVar16 + lVar11" (identifier "lVar16") (+ "+") (identifier "lVar11"))) (; ";")) (expression_statement "*(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);" (assignment_expression "*(double *)(lVar16 + 0x48) =\n dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48)" (pointer_expression "*(double *)(lVar16 + 0x48)" (* "*") (cast_expression "(double *)(lVar16 + 0x48)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar16 + 0x48)" (( "(") (binary_expression "lVar16 + 0x48" (identifier "lVar16") (+ "+") (number_literal "0x48")) () ")")))) (= "=") (binary_expression "dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48)" (binary_expression "dVar21 * *(double *)(lVar9 + 0x48 + lVar11)" (identifier "dVar21") (* "*") (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" (* "*") (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 0x48 + lVar11)" (( "(") (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" (identifier "lVar9") (+ "+") (number_literal "0x48")) (+ "+") (identifier "lVar11")) () ")"))))) (+ "+") (pointer_expression "*(double *)(lVar16 + 0x48)" (* "*") (cast_expression "(double *)(lVar16 + 0x48)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar16 + 0x48)" (( "(") (binary_expression "lVar16 + 0x48" (identifier "lVar16") (+ "+") (number_literal "0x48")) () ")")))))) (; ";")) (} "}"))) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" (identifier "lVar13") (= "=") (binary_expression "lVar9 + lVar11" (identifier "lVar9") (+ "+") (identifier "lVar11"))) (; ";")) (expression_statement "dVar21 = *(double *)(lVar13 + 0x28);" (assignment_expression "dVar21 = *(double *)(lVar13 + 0x28)" (identifier "dVar21") (= "=") (pointer_expression "*(double *)(lVar13 + 0x28)" (* "*") (cast_expression "(double *)(lVar13 + 0x28)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x28)" (( "(") (binary_expression "lVar13 + 0x28" (identifier "lVar13") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (expression_statement "dVar22 = (double)(long)(uVar14 * uVar14 + 1);" (assignment_expression "dVar22 = (double)(long)(uVar14 * uVar14 + 1)" (identifier "dVar22") (= "=") (cast_expression "(double)(long)(uVar14 * uVar14 + 1)" (( "(") (type_descriptor "double" (primitive_type "double")) () ")") (cast_expression "(long)(uVar14 * uVar14 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(uVar14 * uVar14 + 1)" (( "(") (binary_expression "uVar14 * uVar14 + 1" (binary_expression "uVar14 * uVar14" (identifier "uVar14") (* "*") (identifier "uVar14")) (+ "+") (number_literal "1")) () ")"))))) (; ";")) (expression_statement "pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];" (assignment_expression "pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10]" (subscript_expression "pdVar10[0x10]" (identifier "pdVar10") ([ "[") (number_literal "0x10") (] "]")) (= "=") (binary_expression "dVar21 / dVar22 + pdVar10[0x10]" (binary_expression "dVar21 / dVar22" (identifier "dVar21") (/ "/") (identifier "dVar22")) (+ "+") (subscript_expression "pdVar10[0x10]" (identifier "pdVar10") ([ "[") (number_literal "0x10") (] "]")))) (; ";")) (expression_statement "pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];" (assignment_expression "pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48]" (subscript_expression "pdVar10[0x48]" (identifier "pdVar10") ([ "[") (number_literal "0x48") (] "]")) (= "=") (binary_expression "*(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48]" (binary_expression "*(double *)(lVar13 + 0x30) / dVar22" (pointer_expression "*(double *)(lVar13 + 0x30)" (* "*") (cast_expression "(double *)(lVar13 + 0x30)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x30)" (( "(") (binary_expression "lVar13 + 0x30" (identifier "lVar13") (+ "+") (number_literal "0x30")) () ")")))) (/ "/") (identifier "dVar22")) (+ "+") (subscript_expression "pdVar10[0x48]" (identifier "pdVar10") ([ "[") (number_literal "0x48") (] "]")))) (; ";")) (expression_statement "pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];" (assignment_expression "pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80]" (subscript_expression "pdVar10[0x80]" (identifier "pdVar10") ([ "[") (number_literal "0x80") (] "]")) (= "=") (binary_expression "*(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80]" (binary_expression "*(double *)(lVar13 + 0x38) / dVar22" (pointer_expression "*(double *)(lVar13 + 0x38)" (* "*") (cast_expression "(double *)(lVar13 + 0x38)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x38)" (( "(") (binary_expression "lVar13 + 0x38" (identifier "lVar13") (+ "+") (number_literal "0x38")) () ")")))) (/ "/") (identifier "dVar22")) (+ "+") (subscript_expression "pdVar10[0x80]" (identifier "pdVar10") ([ "[") (number_literal "0x80") (] "]")))) (; ";")) (if_statement "if (iVar5 == 2) {\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }" (if "if") (parenthesized_expression "(iVar5 == 2)" (( "(") (binary_expression "iVar5 == 2" (identifier "iVar5") (== "==") (number_literal "2")) () ")")) (compound_statement "{\n pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];\n }" ({ "{") (expression_statement "pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];" (assignment_expression "pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8]" (subscript_expression "pdVar10[0xb8]" (identifier "pdVar10") ([ "[") (number_literal "0xb8") (] "]")) (= "=") (binary_expression "*(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8]" (binary_expression "*(double *)(lVar13 + 0x40) / dVar22" (pointer_expression "*(double *)(lVar13 + 0x40)" (* "*") (cast_expression "(double *)(lVar13 + 0x40)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x40)" (( "(") (binary_expression "lVar13 + 0x40" (identifier "lVar13") (+ "+") (number_literal "0x40")) () ")")))) (/ "/") (identifier "dVar22")) (+ "+") (subscript_expression "pdVar10[0xb8]" (identifier "pdVar10") ([ "[") (number_literal "0xb8") (] "]")))) (; ";")) (} "}"))) (if_statement "if (iVar6 != 0) {\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }" (if "if") (parenthesized_expression "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];\n }" ({ "{") (expression_statement "pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];" (assignment_expression "pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0]" (subscript_expression "pdVar10[0xf0]" (identifier "pdVar10") ([ "[") (number_literal "0xf0") (] "]")) (= "=") (binary_expression "*(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0]" (binary_expression "*(double *)(lVar9 + 0x48 + lVar11) / dVar22" (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" (* "*") (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 0x48 + lVar11)" (( "(") (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" (identifier "lVar9") (+ "+") (number_literal "0x48")) (+ "+") (identifier "lVar11")) () ")")))) (/ "/") (identifier "dVar22")) (+ "+") (subscript_expression "pdVar10[0xf0]" (identifier "pdVar10") ([ "[") (number_literal "0xf0") (] "]")))) (; ";")) (} "}"))) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" (identifier "lVar13") (= "=") (binary_expression "lVar9 + lVar11" (identifier "lVar9") (+ "+") (identifier "lVar11"))) (; ";")) (expression_statement "*pdVar18 = dVar21 + *pdVar18;" (assignment_expression "*pdVar18 = dVar21 + *pdVar18" (pointer_expression "*pdVar18" (* "*") (identifier "pdVar18")) (= "=") (binary_expression "dVar21 + *pdVar18" (identifier "dVar21") (+ "+") (pointer_expression "*pdVar18" (* "*") (identifier "pdVar18")))) (; ";")) (expression_statement "pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);" (assignment_expression "pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar18[1]" (identifier "pdVar18") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "pdVar18[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar18[1]" (identifier "pdVar18") ([ "[") (number_literal "1") (] "]")) (+ "+") (pointer_expression "*(double *)(lVar13 + 0x30)" (* "*") (cast_expression "(double *)(lVar13 + 0x30)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x30)" (( "(") (binary_expression "lVar13 + 0x30" (identifier "lVar13") (+ "+") (number_literal "0x30")) () ")")))))) (; ";")) (expression_statement "pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);" (assignment_expression "pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar18[2]" (identifier "pdVar18") ([ "[") (number_literal "2") (] "]")) (= "=") (binary_expression "pdVar18[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar18[2]" (identifier "pdVar18") ([ "[") (number_literal "2") (] "]")) (+ "+") (pointer_expression "*(double *)(lVar13 + 0x38)" (* "*") (cast_expression "(double *)(lVar13 + 0x38)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x38)" (( "(") (binary_expression "lVar13 + 0x38" (identifier "lVar13") (+ "+") (number_literal "0x38")) () ")")))))) (; ";")) (if_statement "if (iVar5 == 2) {\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }" (if "if") (parenthesized_expression "(iVar5 == 2)" (( "(") (binary_expression "iVar5 == 2" (identifier "iVar5") (== "==") (number_literal "2")) () ")")) (compound_statement "{\n pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);\n }" ({ "{") (expression_statement "pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);" (assignment_expression "pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar18[3]" (identifier "pdVar18") ([ "[") (number_literal "3") (] "]")) (= "=") (binary_expression "pdVar18[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar18[3]" (identifier "pdVar18") ([ "[") (number_literal "3") (] "]")) (+ "+") (pointer_expression "*(double *)(lVar13 + 0x40)" (* "*") (cast_expression "(double *)(lVar13 + 0x40)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x40)" (( "(") (binary_expression "lVar13 + 0x40" (identifier "lVar13") (+ "+") (number_literal "0x40")) () ")")))))) (; ";")) (} "}"))) (if_statement "if (iVar6 != 0) {\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" (if "if") (parenthesized_expression "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" ({ "{") (expression_statement "pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);" (assignment_expression "pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar18[4]" (identifier "pdVar18") ([ "[") (number_literal "4") (] "]")) (= "=") (binary_expression "pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar18[4]" (identifier "pdVar18") ([ "[") (number_literal "4") (] "]")) (+ "+") (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" (* "*") (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 0x48 + lVar11)" (( "(") (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" (identifier "lVar9") (+ "+") (number_literal "0x48")) (+ "+") (identifier "lVar11")) () ")")))))) (; ";")) (} "}"))) (expression_statement "dVar21 = *(double *)(lVar9 + 0x28 + lVar11);" (assignment_expression "dVar21 = *(double *)(lVar9 + 0x28 + lVar11)" (identifier "dVar21") (= "=") (pointer_expression "*(double *)(lVar9 + 0x28 + lVar11)" (* "*") (cast_expression "(double *)(lVar9 + 0x28 + lVar11)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 0x28 + lVar11)" (( "(") (binary_expression "lVar9 + 0x28 + lVar11" (binary_expression "lVar9 + 0x28" (identifier "lVar9") (+ "+") (number_literal "0x28")) (+ "+") (identifier "lVar11")) () ")"))))) (; ";")) (expression_statement "dVar23 = (double)((ulong)dVar21 & uVar4);" (assignment_expression "dVar23 = (double)((ulong)dVar21 & uVar4)" (identifier "dVar23") (= "=") (cast_expression "(double)((ulong)dVar21 & uVar4)" (( "(") (type_descriptor "double" (primitive_type "double")) () ")") (parenthesized_expression "((ulong)dVar21 & uVar4)" (( "(") (binary_expression "(ulong)dVar21 & uVar4" (cast_expression "(ulong)dVar21" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "dVar21")) (& "&") (identifier "uVar4")) () ")")))) (; ";")) (expression_statement "dVar22 = DAT_00411ee0;" (assignment_expression "dVar22 = DAT_00411ee0" (identifier "dVar22") (= "=") (identifier "DAT_00411ee0")) (; ";")) (if_statement "if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" (if "if") (parenthesized_expression "(dVar25 <= dVar23)" (( "(") (binary_expression "dVar25 <= dVar23" (identifier "dVar25") (<= "<=") (identifier "dVar23")) () ")")) (compound_statement "{\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" ({ "{") (expression_statement "dVar22 = log10(dVar23);" (assignment_expression "dVar22 = log10(dVar23)" (identifier "dVar22") (= "=") (call_expression "log10(dVar23)" (identifier "log10") (argument_list "(dVar23)" (( "(") (identifier "dVar23") () ")")))) (; ";")) (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" (identifier "lVar9") (= "=") (binary_expression "local_f0 + *plVar15" (identifier "local_f0") (+ "+") (pointer_expression "*plVar15" (* "*") (identifier "plVar15")))) (; ";")) (} "}"))) (expression_statement "dVar23 = DAT_00411ee0;" (assignment_expression "dVar23 = DAT_00411ee0" (identifier "dVar23") (= "=") (identifier "DAT_00411ee0")) (; ";")) (expression_statement "pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;" (assignment_expression "pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22" (subscript_expression "pdVar10[0x20]" (identifier "pdVar10") ([ "[") (number_literal "0x20") (] "]")) (= "=") (binary_expression "pdVar10[0x20] - dVar21 * dVar22" (subscript_expression "pdVar10[0x20]" (identifier "pdVar10") ([ "[") (number_literal "0x20") (] "]")) (- "-") (binary_expression "dVar21 * dVar22" (identifier "dVar21") (* "*") (identifier "dVar22")))) (; ";")) (expression_statement "dVar21 = *(double *)(lVar9 + 0x30 + lVar11);" (assignment_expression "dVar21 = *(double *)(lVar9 + 0x30 + lVar11)" (identifier "dVar21") (= "=") (pointer_expression "*(double *)(lVar9 + 0x30 + lVar11)" (* "*") (cast_expression "(double *)(lVar9 + 0x30 + lVar11)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 0x30 + lVar11)" (( "(") (binary_expression "lVar9 + 0x30 + lVar11" (binary_expression "lVar9 + 0x30" (identifier "lVar9") (+ "+") (number_literal "0x30")) (+ "+") (identifier "lVar11")) () ")"))))) (; ";")) (expression_statement "dVar22 = (double)((ulong)dVar21 & uVar4);" (assignment_expression "dVar22 = (double)((ulong)dVar21 & uVar4)" (identifier "dVar22") (= "=") (cast_expression "(double)((ulong)dVar21 & uVar4)" (( "(") (type_descriptor "double" (primitive_type "double")) () ")") (parenthesized_expression "((ulong)dVar21 & uVar4)" (( "(") (binary_expression "(ulong)dVar21 & uVar4" (cast_expression "(ulong)dVar21" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "dVar21")) (& "&") (identifier "uVar4")) () ")")))) (; ";")) (if_statement "if (dVar25 <= dVar22) {\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }" (if "if") (parenthesized_expression "(dVar25 <= dVar22)" (( "(") (binary_expression "dVar25 <= dVar22" (identifier "dVar25") (<= "<=") (identifier "dVar22")) () ")")) (compound_statement "{\n dVar23 = log10(dVar22);\n lVar9 = local_f0 + *plVar15;\n }" ({ "{") (expression_statement "dVar23 = log10(dVar22);" (assignment_expression "dVar23 = log10(dVar22)" (identifier "dVar23") (= "=") (call_expression "log10(dVar22)" (identifier "log10") (argument_list "(dVar22)" (( "(") (identifier "dVar22") () ")")))) (; ";")) (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" (identifier "lVar9") (= "=") (binary_expression "local_f0 + *plVar15" (identifier "local_f0") (+ "+") (pointer_expression "*plVar15" (* "*") (identifier "plVar15")))) (; ";")) (} "}"))) (expression_statement "dVar22 = DAT_00411ee0;" (assignment_expression "dVar22 = DAT_00411ee0" (identifier "dVar22") (= "=") (identifier "DAT_00411ee0")) (; ";")) (expression_statement "pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;" (assignment_expression "pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23" (subscript_expression "pdVar10[0x58]" (identifier "pdVar10") ([ "[") (number_literal "0x58") (] "]")) (= "=") (binary_expression "pdVar10[0x58] - dVar21 * dVar23" (subscript_expression "pdVar10[0x58]" (identifier "pdVar10") ([ "[") (number_literal "0x58") (] "]")) (- "-") (binary_expression "dVar21 * dVar23" (identifier "dVar21") (* "*") (identifier "dVar23")))) (; ";")) (expression_statement "dVar21 = *(double *)(lVar9 + 0x38 + lVar11);" (assignment_expression "dVar21 = *(double *)(lVar9 + 0x38 + lVar11)" (identifier "dVar21") (= "=") (pointer_expression "*(double *)(lVar9 + 0x38 + lVar11)" (* "*") (cast_expression "(double *)(lVar9 + 0x38 + lVar11)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 0x38 + lVar11)" (( "(") (binary_expression "lVar9 + 0x38 + lVar11" (binary_expression "lVar9 + 0x38" (identifier "lVar9") (+ "+") (number_literal "0x38")) (+ "+") (identifier "lVar11")) () ")"))))) (; ";")) (expression_statement "dVar23 = (double)((ulong)dVar21 & uVar4);" (assignment_expression "dVar23 = (double)((ulong)dVar21 & uVar4)" (identifier "dVar23") (= "=") (cast_expression "(double)((ulong)dVar21 & uVar4)" (( "(") (type_descriptor "double" (primitive_type "double")) () ")") (parenthesized_expression "((ulong)dVar21 & uVar4)" (( "(") (binary_expression "(ulong)dVar21 & uVar4" (cast_expression "(ulong)dVar21" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "dVar21")) (& "&") (identifier "uVar4")) () ")")))) (; ";")) (if_statement "if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" (if "if") (parenthesized_expression "(dVar25 <= dVar23)" (( "(") (binary_expression "dVar25 <= dVar23" (identifier "dVar25") (<= "<=") (identifier "dVar23")) () ")")) (compound_statement "{\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" ({ "{") (expression_statement "dVar22 = log10(dVar23);" (assignment_expression "dVar22 = log10(dVar23)" (identifier "dVar22") (= "=") (call_expression "log10(dVar23)" (identifier "log10") (argument_list "(dVar23)" (( "(") (identifier "dVar23") () ")")))) (; ";")) (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" (identifier "lVar9") (= "=") (binary_expression "local_f0 + *plVar15" (identifier "local_f0") (+ "+") (pointer_expression "*plVar15" (* "*") (identifier "plVar15")))) (; ";")) (} "}"))) (expression_statement "iVar5 = *(int *)(lVar2 + 4);" (assignment_expression "iVar5 = *(int *)(lVar2 + 4)" (identifier "iVar5") (= "=") (pointer_expression "*(int *)(lVar2 + 4)" (* "*") (cast_expression "(int *)(lVar2 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 4)" (( "(") (binary_expression "lVar2 + 4" (identifier "lVar2") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;" (assignment_expression "pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22" (subscript_expression "pdVar10[0x90]" (identifier "pdVar10") ([ "[") (number_literal "0x90") (] "]")) (= "=") (binary_expression "pdVar10[0x90] - dVar21 * dVar22" (subscript_expression "pdVar10[0x90]" (identifier "pdVar10") ([ "[") (number_literal "0x90") (] "]")) (- "-") (binary_expression "dVar21 * dVar22" (identifier "dVar21") (* "*") (identifier "dVar22")))) (; ";")) (if_statement "if (iVar5 == 2) {\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }" (if "if") (parenthesized_expression "(iVar5 == 2)" (( "(") (binary_expression "iVar5 == 2" (identifier "iVar5") (== "==") (number_literal "2")) () ")")) (compound_statement "{\n dVar21 = *(double *)(lVar9 + 0x40 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }\n pdVar10[200] = pdVar10[200] - dVar21 * dVar22;\n }" ({ "{") (expression_statement "dVar21 = *(double *)(lVar9 + 0x40 + lVar11);" (assignment_expression "dVar21 = *(double *)(lVar9 + 0x40 + lVar11)" (identifier "dVar21") (= "=") (pointer_expression "*(double *)(lVar9 + 0x40 + lVar11)" (* "*") (cast_expression "(double *)(lVar9 + 0x40 + lVar11)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 0x40 + lVar11)" (( "(") (binary_expression "lVar9 + 0x40 + lVar11" (binary_expression "lVar9 + 0x40" (identifier "lVar9") (+ "+") (number_literal "0x40")) (+ "+") (identifier "lVar11")) () ")"))))) (; ";")) (expression_statement "dVar23 = (double)((ulong)dVar21 & uVar4);" (assignment_expression "dVar23 = (double)((ulong)dVar21 & uVar4)" (identifier "dVar23") (= "=") (cast_expression "(double)((ulong)dVar21 & uVar4)" (( "(") (type_descriptor "double" (primitive_type "double")) () ")") (parenthesized_expression "((ulong)dVar21 & uVar4)" (( "(") (binary_expression "(ulong)dVar21 & uVar4" (cast_expression "(ulong)dVar21" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "dVar21")) (& "&") (identifier "uVar4")) () ")")))) (; ";")) (expression_statement "dVar22 = DAT_00411ee0;" (assignment_expression "dVar22 = DAT_00411ee0" (identifier "dVar22") (= "=") (identifier "DAT_00411ee0")) (; ";")) (if_statement "if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" (if "if") (parenthesized_expression "(dVar25 <= dVar23)" (( "(") (binary_expression "dVar25 <= dVar23" (identifier "dVar25") (<= "<=") (identifier "dVar23")) () ")")) (compound_statement "{\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n }" ({ "{") (expression_statement "dVar22 = log10(dVar23);" (assignment_expression "dVar22 = log10(dVar23)" (identifier "dVar22") (= "=") (call_expression "log10(dVar23)" (identifier "log10") (argument_list "(dVar23)" (( "(") (identifier "dVar23") () ")")))) (; ";")) (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" (identifier "lVar9") (= "=") (binary_expression "local_f0 + *plVar15" (identifier "local_f0") (+ "+") (pointer_expression "*plVar15" (* "*") (identifier "plVar15")))) (; ";")) (} "}"))) (expression_statement "pdVar10[200] = pdVar10[200] - dVar21 * dVar22;" (assignment_expression "pdVar10[200] = pdVar10[200] - dVar21 * dVar22" (subscript_expression "pdVar10[200]" (identifier "pdVar10") ([ "[") (number_literal "200") (] "]")) (= "=") (binary_expression "pdVar10[200] - dVar21 * dVar22" (subscript_expression "pdVar10[200]" (identifier "pdVar10") ([ "[") (number_literal "200") (] "]")) (- "-") (binary_expression "dVar21 * dVar22" (identifier "dVar21") (* "*") (identifier "dVar22")))) (; ";")) (} "}"))) (expression_statement "iVar6 = *(int *)(lVar2 + 0x33c);" (assignment_expression "iVar6 = *(int *)(lVar2 + 0x33c)" (identifier "iVar6") (= "=") (pointer_expression "*(int *)(lVar2 + 0x33c)" (* "*") (cast_expression "(int *)(lVar2 + 0x33c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x33c)" (( "(") (binary_expression "lVar2 + 0x33c" (identifier "lVar2") (+ "+") (number_literal "0x33c")) () ")"))))) (; ";")) (if_statement "if (iVar6 != 0) {\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }" (if "if") (parenthesized_expression "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n dVar21 = *(double *)(lVar9 + 0x48 + lVar11);\n dVar23 = (double)((ulong)dVar21 & uVar4);\n dVar22 = DAT_00411ee0;\n if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }\n pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;\n }" ({ "{") (expression_statement "dVar21 = *(double *)(lVar9 + 0x48 + lVar11);" (assignment_expression "dVar21 = *(double *)(lVar9 + 0x48 + lVar11)" (identifier "dVar21") (= "=") (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" (* "*") (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 0x48 + lVar11)" (( "(") (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" (identifier "lVar9") (+ "+") (number_literal "0x48")) (+ "+") (identifier "lVar11")) () ")"))))) (; ";")) (expression_statement "dVar23 = (double)((ulong)dVar21 & uVar4);" (assignment_expression "dVar23 = (double)((ulong)dVar21 & uVar4)" (identifier "dVar23") (= "=") (cast_expression "(double)((ulong)dVar21 & uVar4)" (( "(") (type_descriptor "double" (primitive_type "double")) () ")") (parenthesized_expression "((ulong)dVar21 & uVar4)" (( "(") (binary_expression "(ulong)dVar21 & uVar4" (cast_expression "(ulong)dVar21" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "dVar21")) (& "&") (identifier "uVar4")) () ")")))) (; ";")) (expression_statement "dVar22 = DAT_00411ee0;" (assignment_expression "dVar22 = DAT_00411ee0" (identifier "dVar22") (= "=") (identifier "DAT_00411ee0")) (; ";")) (if_statement "if (dVar25 <= dVar23) {\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }" (if "if") (parenthesized_expression "(dVar25 <= dVar23)" (( "(") (binary_expression "dVar25 <= dVar23" (identifier "dVar25") (<= "<=") (identifier "dVar23")) () ")")) (compound_statement "{\n dVar22 = log10(dVar23);\n lVar9 = local_f0 + *plVar15;\n iVar6 = *(int *)(lVar2 + 0x33c);\n }" ({ "{") (expression_statement "dVar22 = log10(dVar23);" (assignment_expression "dVar22 = log10(dVar23)" (identifier "dVar22") (= "=") (call_expression "log10(dVar23)" (identifier "log10") (argument_list "(dVar23)" (( "(") (identifier "dVar23") () ")")))) (; ";")) (expression_statement "lVar9 = local_f0 + *plVar15;" (assignment_expression "lVar9 = local_f0 + *plVar15" (identifier "lVar9") (= "=") (binary_expression "local_f0 + *plVar15" (identifier "local_f0") (+ "+") (pointer_expression "*plVar15" (* "*") (identifier "plVar15")))) (; ";")) (expression_statement "iVar6 = *(int *)(lVar2 + 0x33c);" (assignment_expression "iVar6 = *(int *)(lVar2 + 0x33c)" (identifier "iVar6") (= "=") (pointer_expression "*(int *)(lVar2 + 0x33c)" (* "*") (cast_expression "(int *)(lVar2 + 0x33c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x33c)" (( "(") (binary_expression "lVar2 + 0x33c" (identifier "lVar2") (+ "+") (number_literal "0x33c")) () ")"))))) (; ";")) (} "}"))) (expression_statement "pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;" (assignment_expression "pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22" (subscript_expression "pdVar10[0x100]" (identifier "pdVar10") ([ "[") (number_literal "0x100") (] "]")) (= "=") (binary_expression "pdVar10[0x100] - dVar21 * dVar22" (subscript_expression "pdVar10[0x100]" (identifier "pdVar10") ([ "[") (number_literal "0x100") (] "]")) (- "-") (binary_expression "dVar21 * dVar22" (identifier "dVar21") (* "*") (identifier "dVar22")))) (; ";")) (} "}"))) (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" (identifier "lVar13") (= "=") (binary_expression "lVar9 + lVar11" (identifier "lVar9") (+ "+") (identifier "lVar11"))) (; ";")) (expression_statement "*pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);" (assignment_expression "*pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar17" (* "*") (identifier "pdVar17")) (= "=") (binary_expression "*pdVar17 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar17" (* "*") (identifier "pdVar17")) (+ "+") (pointer_expression "*(double *)(lVar13 + 0x28)" (* "*") (cast_expression "(double *)(lVar13 + 0x28)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x28)" (( "(") (binary_expression "lVar13 + 0x28" (identifier "lVar13") (+ "+") (number_literal "0x28")) () ")")))))) (; ";")) (expression_statement "pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);" (assignment_expression "pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar17[1]" (identifier "pdVar17") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "pdVar17[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar17[1]" (identifier "pdVar17") ([ "[") (number_literal "1") (] "]")) (+ "+") (pointer_expression "*(double *)(lVar13 + 0x30)" (* "*") (cast_expression "(double *)(lVar13 + 0x30)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x30)" (( "(") (binary_expression "lVar13 + 0x30" (identifier "lVar13") (+ "+") (number_literal "0x30")) () ")")))))) (; ";")) (expression_statement "pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);" (assignment_expression "pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar17[2]" (identifier "pdVar17") ([ "[") (number_literal "2") (] "]")) (= "=") (binary_expression "pdVar17[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar17[2]" (identifier "pdVar17") ([ "[") (number_literal "2") (] "]")) (+ "+") (pointer_expression "*(double *)(lVar13 + 0x38)" (* "*") (cast_expression "(double *)(lVar13 + 0x38)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x38)" (( "(") (binary_expression "lVar13 + 0x38" (identifier "lVar13") (+ "+") (number_literal "0x38")) () ")")))))) (; ";")) (if_statement "if (iVar6 != 0) {\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }" (if "if") (parenthesized_expression "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);\n }" ({ "{") (expression_statement "pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);" (assignment_expression "pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48)" (subscript_expression "pdVar17[4]" (identifier "pdVar17") ([ "[") (number_literal "4") (] "]")) (= "=") (binary_expression "pdVar17[4] + *(double *)(lVar13 + 0x48)" (subscript_expression "pdVar17[4]" (identifier "pdVar17") ([ "[") (number_literal "4") (] "]")) (+ "+") (pointer_expression "*(double *)(lVar13 + 0x48)" (* "*") (cast_expression "(double *)(lVar13 + 0x48)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x48)" (( "(") (binary_expression "lVar13 + 0x48" (identifier "lVar13") (+ "+") (number_literal "0x48")) () ")")))))) (; ";")) (} "}"))) (expression_statement "iVar5 = *(int *)(lVar2 + 4);" (assignment_expression "iVar5 = *(int *)(lVar2 + 4)" (identifier "iVar5") (= "=") (pointer_expression "*(int *)(lVar2 + 4)" (* "*") (cast_expression "(int *)(lVar2 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 4)" (( "(") (binary_expression "lVar2 + 4" (identifier "lVar2") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if (iVar5 == 2) {\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }\n else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }" (if "if") (parenthesized_expression "(iVar5 == 2)" (( "(") (binary_expression "iVar5 == 2" (identifier "iVar5") (== "==") (number_literal "2")) () ")")) (compound_statement "{\n lVar13 = lVar9 + lVar11;\n pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);\n }" ({ "{") (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" (identifier "lVar13") (= "=") (binary_expression "lVar9 + lVar11" (identifier "lVar9") (+ "+") (identifier "lVar11"))) (; ";")) (expression_statement "pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);" (assignment_expression "pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar17[3]" (identifier "pdVar17") ([ "[") (number_literal "3") (] "]")) (= "=") (binary_expression "pdVar17[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar17[3]" (identifier "pdVar17") ([ "[") (number_literal "3") (] "]")) (+ "+") (pointer_expression "*(double *)(lVar13 + 0x40)" (* "*") (cast_expression "(double *)(lVar13 + 0x40)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x40)" (( "(") (binary_expression "lVar13 + 0x40" (identifier "lVar13") (+ "+") (number_literal "0x40")) () ")")))))) (; ";")) (expression_statement "*pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);" (assignment_expression "*pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar19" (* "*") (identifier "pdVar19")) (= "=") (binary_expression "*pdVar19 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar19" (* "*") (identifier "pdVar19")) (+ "+") (pointer_expression "*(double *)(lVar13 + 0x28)" (* "*") (cast_expression "(double *)(lVar13 + 0x28)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x28)" (( "(") (binary_expression "lVar13 + 0x28" (identifier "lVar13") (+ "+") (number_literal "0x28")) () ")")))))) (; ";")) (expression_statement "pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);" (assignment_expression "pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar19[1]" (identifier "pdVar19") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "pdVar19[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar19[1]" (identifier "pdVar19") ([ "[") (number_literal "1") (] "]")) (+ "+") (pointer_expression "*(double *)(lVar13 + 0x30)" (* "*") (cast_expression "(double *)(lVar13 + 0x30)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x30)" (( "(") (binary_expression "lVar13 + 0x30" (identifier "lVar13") (+ "+") (number_literal "0x30")) () ")")))))) (; ";")) (expression_statement "pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);" (assignment_expression "pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar19[2]" (identifier "pdVar19") ([ "[") (number_literal "2") (] "]")) (= "=") (binary_expression "pdVar19[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar19[2]" (identifier "pdVar19") ([ "[") (number_literal "2") (] "]")) (+ "+") (pointer_expression "*(double *)(lVar13 + 0x38)" (* "*") (cast_expression "(double *)(lVar13 + 0x38)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x38)" (( "(") (binary_expression "lVar13 + 0x38" (identifier "lVar13") (+ "+") (number_literal "0x38")) () ")")))))) (; ";")) (expression_statement "pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);" (assignment_expression "pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar19[3]" (identifier "pdVar19") ([ "[") (number_literal "3") (] "]")) (= "=") (binary_expression "pdVar19[3] + *(double *)(lVar13 + 0x40)" (subscript_expression "pdVar19[3]" (identifier "pdVar19") ([ "[") (number_literal "3") (] "]")) (+ "+") (pointer_expression "*(double *)(lVar13 + 0x40)" (* "*") (cast_expression "(double *)(lVar13 + 0x40)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x40)" (( "(") (binary_expression "lVar13 + 0x40" (identifier "lVar13") (+ "+") (number_literal "0x40")) () ")")))))) (; ";")) (} "}")) (else_clause "else {\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }" (else "else") (compound_statement "{\n lVar13 = lVar9 + lVar11;\n *pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);\n pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);\n pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);\n }" ({ "{") (expression_statement "lVar13 = lVar9 + lVar11;" (assignment_expression "lVar13 = lVar9 + lVar11" (identifier "lVar13") (= "=") (binary_expression "lVar9 + lVar11" (identifier "lVar9") (+ "+") (identifier "lVar11"))) (; ";")) (expression_statement "*pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);" (assignment_expression "*pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar19" (* "*") (identifier "pdVar19")) (= "=") (binary_expression "*pdVar19 + *(double *)(lVar13 + 0x28)" (pointer_expression "*pdVar19" (* "*") (identifier "pdVar19")) (+ "+") (pointer_expression "*(double *)(lVar13 + 0x28)" (* "*") (cast_expression "(double *)(lVar13 + 0x28)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x28)" (( "(") (binary_expression "lVar13 + 0x28" (identifier "lVar13") (+ "+") (number_literal "0x28")) () ")")))))) (; ";")) (expression_statement "pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);" (assignment_expression "pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar19[1]" (identifier "pdVar19") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "pdVar19[1] + *(double *)(lVar13 + 0x30)" (subscript_expression "pdVar19[1]" (identifier "pdVar19") ([ "[") (number_literal "1") (] "]")) (+ "+") (pointer_expression "*(double *)(lVar13 + 0x30)" (* "*") (cast_expression "(double *)(lVar13 + 0x30)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x30)" (( "(") (binary_expression "lVar13 + 0x30" (identifier "lVar13") (+ "+") (number_literal "0x30")) () ")")))))) (; ";")) (expression_statement "pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);" (assignment_expression "pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar19[2]" (identifier "pdVar19") ([ "[") (number_literal "2") (] "]")) (= "=") (binary_expression "pdVar19[2] + *(double *)(lVar13 + 0x38)" (subscript_expression "pdVar19[2]" (identifier "pdVar19") ([ "[") (number_literal "2") (] "]")) (+ "+") (pointer_expression "*(double *)(lVar13 + 0x38)" (* "*") (cast_expression "(double *)(lVar13 + 0x38)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x38)" (( "(") (binary_expression "lVar13 + 0x38" (identifier "lVar13") (+ "+") (number_literal "0x38")) () ")")))))) (; ";")) (} "}")))) (if_statement "if (iVar6 != 0) {\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" (if "if") (parenthesized_expression "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);\n }" ({ "{") (expression_statement "pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);" (assignment_expression "pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar19[4]" (identifier "pdVar19") ([ "[") (number_literal "4") (] "]")) (= "=") (binary_expression "pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11)" (subscript_expression "pdVar19[4]" (identifier "pdVar19") ([ "[") (number_literal "4") (] "]")) (+ "+") (pointer_expression "*(double *)(lVar9 + 0x48 + lVar11)" (* "*") (cast_expression "(double *)(lVar9 + 0x48 + lVar11)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 0x48 + lVar11)" (( "(") (binary_expression "lVar9 + 0x48 + lVar11" (binary_expression "lVar9 + 0x48" (identifier "lVar9") (+ "+") (number_literal "0x48")) (+ "+") (identifier "lVar11")) () ")")))))) (; ";")) (} "}"))) (expression_statement "plVar15 = plVar15 + 1;" (assignment_expression "plVar15 = plVar15 + 1" (identifier "plVar15") (= "=") (binary_expression "plVar15 + 1" (identifier "plVar15") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pdVar17 = pdVar17 + 0x2c;" (assignment_expression "pdVar17 = pdVar17 + 0x2c" (identifier "pdVar17") (= "=") (binary_expression "pdVar17 + 0x2c" (identifier "pdVar17") (+ "+") (number_literal "0x2c"))) (; ";")) (expression_statement "pdVar18 = pdVar18 + 0x2c;" (assignment_expression "pdVar18 = pdVar18 + 0x2c" (identifier "pdVar18") (= "=") (binary_expression "pdVar18 + 0x2c" (identifier "pdVar18") (+ "+") (number_literal "0x2c"))) (; ";")) (expression_statement "local_d8 = local_d8 + local_e8;" (assignment_expression "local_d8 = local_d8 + local_e8" (identifier "local_d8") (= "=") (binary_expression "local_d8 + local_e8" (identifier "local_d8") (+ "+") (identifier "local_e8"))) (; ";")) (expression_statement "uVar14 = uVar14 - 1;" (assignment_expression "uVar14 = uVar14 - 1" (identifier "uVar14") (= "=") (binary_expression "uVar14 - 1" (identifier "uVar14") (- "-") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(local_e8 - uVar8 != uVar14)" (( "(") (binary_expression "local_e8 - uVar8 != uVar14" (binary_expression "local_e8 - uVar8" (identifier "local_e8") (- "-") (identifier "uVar8")) (!= "!=") (identifier "uVar14")) () ")")) (; ";")) (expression_statement "lVar13 = param_1[7];" (assignment_expression "lVar13 = param_1[7]" (identifier "lVar13") (= "=") (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]"))) (; ";")) (expression_statement "dVar22 = (double)(long)local_e8;" (assignment_expression "dVar22 = (double)(long)local_e8" (identifier "dVar22") (= "=") (cast_expression "(double)(long)local_e8" (( "(") (type_descriptor "double" (primitive_type "double")) () ")") (cast_expression "(long)local_e8" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "local_e8")))) (; ";")) (expression_statement "lVar9 = param_1[9];" (assignment_expression "lVar9 = param_1[9]" (identifier "lVar9") (= "=") (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]"))) (; ";")) (expression_statement "lVar12 = lVar13 + lVar11;" (assignment_expression "lVar12 = lVar13 + lVar11" (identifier "lVar12") (= "=") (binary_expression "lVar13 + lVar11" (identifier "lVar13") (+ "+") (identifier "lVar11"))) (; ";")) (expression_statement "lVar16 = lVar9 + lVar11;" (assignment_expression "lVar16 = lVar9 + lVar11" (identifier "lVar16") (= "=") (binary_expression "lVar9 + lVar11" (identifier "lVar9") (+ "+") (identifier "lVar11"))) (; ";")) (expression_statement "*(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);" (assignment_expression "*(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28)" (pointer_expression "*(double *)(lVar12 + 0x28)" (* "*") (cast_expression "(double *)(lVar12 + 0x28)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar12 + 0x28)" (( "(") (binary_expression "lVar12 + 0x28" (identifier "lVar12") (+ "+") (number_literal "0x28")) () ")")))) (= "=") (binary_expression "*pdVar20 * dVar22 + *(double *)(lVar12 + 0x28)" (binary_expression "*pdVar20 * dVar22" (pointer_expression "*pdVar20" (* "*") (identifier "pdVar20")) (* "*") (identifier "dVar22")) (+ "+") (pointer_expression "*(double *)(lVar12 + 0x28)" (* "*") (cast_expression "(double *)(lVar12 + 0x28)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar12 + 0x28)" (( "(") (binary_expression "lVar12 + 0x28" (identifier "lVar12") (+ "+") (number_literal "0x28")) () ")")))))) (; ";")) (expression_statement "dVar21 = (double)(long)(local_e8 * local_e8);" (assignment_expression "dVar21 = (double)(long)(local_e8 * local_e8)" (identifier "dVar21") (= "=") (cast_expression "(double)(long)(local_e8 * local_e8)" (( "(") (type_descriptor "double" (primitive_type "double")) () ")") (cast_expression "(long)(local_e8 * local_e8)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(local_e8 * local_e8)" (( "(") (binary_expression "local_e8 * local_e8" (identifier "local_e8") (* "*") (identifier "local_e8")) () ")"))))) (; ";")) (expression_statement "*(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);" (assignment_expression "*(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28)" (pointer_expression "*(double *)(lVar16 + 0x28)" (* "*") (cast_expression "(double *)(lVar16 + 0x28)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar16 + 0x28)" (( "(") (binary_expression "lVar16 + 0x28" (identifier "lVar16") (+ "+") (number_literal "0x28")) () ")")))) (= "=") (binary_expression "*pdVar20 * dVar21 + *(double *)(lVar16 + 0x28)" (binary_expression "*pdVar20 * dVar21" (pointer_expression "*pdVar20" (* "*") (identifier "pdVar20")) (* "*") (identifier "dVar21")) (+ "+") (pointer_expression "*(double *)(lVar16 + 0x28)" (* "*") (cast_expression "(double *)(lVar16 + 0x28)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar16 + 0x28)" (( "(") (binary_expression "lVar16 + 0x28" (identifier "lVar16") (+ "+") (number_literal "0x28")) () ")")))))) (; ";")) (expression_statement "*(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);" (assignment_expression "*(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30)" (pointer_expression "*(double *)(lVar12 + 0x30)" (* "*") (cast_expression "(double *)(lVar12 + 0x30)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar12 + 0x30)" (( "(") (binary_expression "lVar12 + 0x30" (identifier "lVar12") (+ "+") (number_literal "0x30")) () ")")))) (= "=") (binary_expression "pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30)" (binary_expression "pdVar20[1] * dVar22" (subscript_expression "pdVar20[1]" (identifier "pdVar20") ([ "[") (number_literal "1") (] "]")) (* "*") (identifier "dVar22")) (+ "+") (pointer_expression "*(double *)(lVar12 + 0x30)" (* "*") (cast_expression "(double *)(lVar12 + 0x30)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar12 + 0x30)" (( "(") (binary_expression "lVar12 + 0x30" (identifier "lVar12") (+ "+") (number_literal "0x30")) () ")")))))) (; ";")) (expression_statement "*(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);" (assignment_expression "*(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30)" (pointer_expression "*(double *)(lVar16 + 0x30)" (* "*") (cast_expression "(double *)(lVar16 + 0x30)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar16 + 0x30)" (( "(") (binary_expression "lVar16 + 0x30" (identifier "lVar16") (+ "+") (number_literal "0x30")) () ")")))) (= "=") (binary_expression "pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30)" (binary_expression "pdVar20[1] * dVar21" (subscript_expression "pdVar20[1]" (identifier "pdVar20") ([ "[") (number_literal "1") (] "]")) (* "*") (identifier "dVar21")) (+ "+") (pointer_expression "*(double *)(lVar16 + 0x30)" (* "*") (cast_expression "(double *)(lVar16 + 0x30)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar16 + 0x30)" (( "(") (binary_expression "lVar16 + 0x30" (identifier "lVar16") (+ "+") (number_literal "0x30")) () ")")))))) (; ";")) (expression_statement "*(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);" (assignment_expression "*(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38)" (pointer_expression "*(double *)(lVar12 + 0x38)" (* "*") (cast_expression "(double *)(lVar12 + 0x38)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar12 + 0x38)" (( "(") (binary_expression "lVar12 + 0x38" (identifier "lVar12") (+ "+") (number_literal "0x38")) () ")")))) (= "=") (binary_expression "pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38)" (binary_expression "pdVar20[2] * dVar22" (subscript_expression "pdVar20[2]" (identifier "pdVar20") ([ "[") (number_literal "2") (] "]")) (* "*") (identifier "dVar22")) (+ "+") (pointer_expression "*(double *)(lVar12 + 0x38)" (* "*") (cast_expression "(double *)(lVar12 + 0x38)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar12 + 0x38)" (( "(") (binary_expression "lVar12 + 0x38" (identifier "lVar12") (+ "+") (number_literal "0x38")) () ")")))))) (; ";")) (expression_statement "*(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);" (assignment_expression "*(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38)" (pointer_expression "*(double *)(lVar16 + 0x38)" (* "*") (cast_expression "(double *)(lVar16 + 0x38)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar16 + 0x38)" (( "(") (binary_expression "lVar16 + 0x38" (identifier "lVar16") (+ "+") (number_literal "0x38")) () ")")))) (= "=") (binary_expression "pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38)" (binary_expression "pdVar20[2] * dVar21" (subscript_expression "pdVar20[2]" (identifier "pdVar20") ([ "[") (number_literal "2") (] "]")) (* "*") (identifier "dVar21")) (+ "+") (pointer_expression "*(double *)(lVar16 + 0x38)" (* "*") (cast_expression "(double *)(lVar16 + 0x38)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar16 + 0x38)" (( "(") (binary_expression "lVar16 + 0x38" (identifier "lVar16") (+ "+") (number_literal "0x38")) () ")")))))) (; ";")) (if_statement "if (iVar5 == 2) {\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }" (if "if") (parenthesized_expression "(iVar5 == 2)" (( "(") (binary_expression "iVar5 == 2" (identifier "iVar5") (== "==") (number_literal "2")) () ")")) (compound_statement "{\n *(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);\n *(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);\n }" ({ "{") (expression_statement "*(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);" (assignment_expression "*(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40)" (pointer_expression "*(double *)(lVar12 + 0x40)" (* "*") (cast_expression "(double *)(lVar12 + 0x40)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar12 + 0x40)" (( "(") (binary_expression "lVar12 + 0x40" (identifier "lVar12") (+ "+") (number_literal "0x40")) () ")")))) (= "=") (binary_expression "pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40)" (binary_expression "pdVar20[3] * dVar22" (subscript_expression "pdVar20[3]" (identifier "pdVar20") ([ "[") (number_literal "3") (] "]")) (* "*") (identifier "dVar22")) (+ "+") (pointer_expression "*(double *)(lVar12 + 0x40)" (* "*") (cast_expression "(double *)(lVar12 + 0x40)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar12 + 0x40)" (( "(") (binary_expression "lVar12 + 0x40" (identifier "lVar12") (+ "+") (number_literal "0x40")) () ")")))))) (; ";")) (expression_statement "*(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);" (assignment_expression "*(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40)" (pointer_expression "*(double *)(lVar16 + 0x40)" (* "*") (cast_expression "(double *)(lVar16 + 0x40)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar16 + 0x40)" (( "(") (binary_expression "lVar16 + 0x40" (identifier "lVar16") (+ "+") (number_literal "0x40")) () ")")))) (= "=") (binary_expression "pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40)" (binary_expression "pdVar20[3] * dVar21" (subscript_expression "pdVar20[3]" (identifier "pdVar20") ([ "[") (number_literal "3") (] "]")) (* "*") (identifier "dVar21")) (+ "+") (pointer_expression "*(double *)(lVar16 + 0x40)" (* "*") (cast_expression "(double *)(lVar16 + 0x40)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar16 + 0x40)" (( "(") (binary_expression "lVar16 + 0x40" (identifier "lVar16") (+ "+") (number_literal "0x40")) () ")")))))) (; ";")) (} "}"))) (if_statement "if (iVar6 != 0) {\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }" (if "if") (parenthesized_expression "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);\n *(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);\n }" ({ "{") (expression_statement "*(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);" (assignment_expression "*(double *)(lVar13 + lVar11 + 0x48) =\n dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48)" (pointer_expression "*(double *)(lVar13 + lVar11 + 0x48)" (* "*") (cast_expression "(double *)(lVar13 + lVar11 + 0x48)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + lVar11 + 0x48)" (( "(") (binary_expression "lVar13 + lVar11 + 0x48" (binary_expression "lVar13 + lVar11" (identifier "lVar13") (+ "+") (identifier "lVar11")) (+ "+") (number_literal "0x48")) () ")")))) (= "=") (binary_expression "dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48)" (binary_expression "dVar22 * pdVar20[4]" (identifier "dVar22") (* "*") (subscript_expression "pdVar20[4]" (identifier "pdVar20") ([ "[") (number_literal "4") (] "]"))) (+ "+") (pointer_expression "*(double *)(lVar13 + lVar11 + 0x48)" (* "*") (cast_expression "(double *)(lVar13 + lVar11 + 0x48)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + lVar11 + 0x48)" (( "(") (binary_expression "lVar13 + lVar11 + 0x48" (binary_expression "lVar13 + lVar11" (identifier "lVar13") (+ "+") (identifier "lVar11")) (+ "+") (number_literal "0x48")) () ")")))))) (; ";")) (expression_statement "*(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);" (assignment_expression "*(double *)(lVar9 + lVar11 + 0x48) =\n dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48)" (pointer_expression "*(double *)(lVar9 + lVar11 + 0x48)" (* "*") (cast_expression "(double *)(lVar9 + lVar11 + 0x48)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + lVar11 + 0x48)" (( "(") (binary_expression "lVar9 + lVar11 + 0x48" (binary_expression "lVar9 + lVar11" (identifier "lVar9") (+ "+") (identifier "lVar11")) (+ "+") (number_literal "0x48")) () ")")))) (= "=") (binary_expression "dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48)" (binary_expression "dVar21 * pdVar20[4]" (identifier "dVar21") (* "*") (subscript_expression "pdVar20[4]" (identifier "pdVar20") ([ "[") (number_literal "4") (] "]"))) (+ "+") (pointer_expression "*(double *)(lVar9 + lVar11 + 0x48)" (* "*") (cast_expression "(double *)(lVar9 + lVar11 + 0x48)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + lVar11 + 0x48)" (( "(") (binary_expression "lVar9 + lVar11 + 0x48" (binary_expression "lVar9 + lVar11" (identifier "lVar9") (+ "+") (identifier "lVar11")) (+ "+") (number_literal "0x48")) () ")")))))) (; ";")) (} "}"))) (expression_statement "local_e8 = local_e8 + 1;" (assignment_expression "local_e8 = local_e8 + 1" (identifier "local_e8") (= "=") (binary_expression "local_e8 + 1" (identifier "local_e8") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pdVar20 = pdVar20 + 0x2c;" (assignment_expression "pdVar20 = pdVar20 + 0x2c" (identifier "pdVar20") (= "=") (binary_expression "pdVar20 + 0x2c" (identifier "pdVar20") (+ "+") (number_literal "0x2c"))) (; ";")) (expression_statement "pdVar19 = pdVar19 + 0x2c;" (assignment_expression "pdVar19 = pdVar19 + 0x2c" (identifier "pdVar19") (= "=") (binary_expression "pdVar19 + 0x2c" (identifier "pdVar19") (+ "+") (number_literal "0x2c"))) (; ";")) (expression_statement "local_f0 = local_f0 + 0x160;" (assignment_expression "local_f0 = local_f0 + 0x160" (identifier "local_f0") (= "=") (binary_expression "local_f0 + 0x160" (identifier "local_f0") (+ "+") (number_literal "0x160"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(local_e8 != uVar8)" (( "(") (binary_expression "local_e8 != uVar8" (identifier "local_e8") (!= "!=") (identifier "uVar8")) () ")")) (; ";")) (} "}")))) (expression_statement "lVar11 = param_1[3];" (assignment_expression "lVar11 = param_1[3]" (identifier "lVar11") (= "=") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "lVar12 = local_78 * 0x58;" (assignment_expression "lVar12 = local_78 * 0x58" (identifier "lVar12") (= "=") (binary_expression "local_78 * 0x58" (identifier "local_78") (* "*") (number_literal "0x58"))) (; ";")) (expression_statement "dVar25 = *(double *)(lVar13 + 0x28 + lVar12);" (assignment_expression "dVar25 = *(double *)(lVar13 + 0x28 + lVar12)" (identifier "dVar25") (= "=") (pointer_expression "*(double *)(lVar13 + 0x28 + lVar12)" (* "*") (cast_expression "(double *)(lVar13 + 0x28 + lVar12)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x28 + lVar12)" (( "(") (binary_expression "lVar13 + 0x28 + lVar12" (binary_expression "lVar13 + 0x28" (identifier "lVar13") (+ "+") (number_literal "0x28")) (+ "+") (identifier "lVar12")) () ")"))))) (; ";")) (expression_statement "dVar25 = dVar25 * dVar25;" (assignment_expression "dVar25 = dVar25 * dVar25" (identifier "dVar25") (= "=") (binary_expression "dVar25 * dVar25" (identifier "dVar25") (* "*") (identifier "dVar25"))) (; ";")) (expression_statement "dVar21 = *(double *)(lVar11 + 0x28 + lVar12);" (assignment_expression "dVar21 = *(double *)(lVar11 + 0x28 + lVar12)" (identifier "dVar21") (= "=") (pointer_expression "*(double *)(lVar11 + 0x28 + lVar12)" (* "*") (cast_expression "(double *)(lVar11 + 0x28 + lVar12)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar11 + 0x28 + lVar12)" (( "(") (binary_expression "lVar11 + 0x28 + lVar12" (binary_expression "lVar11 + 0x28" (identifier "lVar11") (+ "+") (number_literal "0x28")) (+ "+") (identifier "lVar12")) () ")"))))) (; ";")) (expression_statement "dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;" (assignment_expression "dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25" (identifier "dVar23") (= "=") (binary_expression "*(double *)(lVar9 + 0x28 + lVar12) - dVar25" (pointer_expression "*(double *)(lVar9 + 0x28 + lVar12)" (* "*") (cast_expression "(double *)(lVar9 + 0x28 + lVar12)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 0x28 + lVar12)" (( "(") (binary_expression "lVar9 + 0x28 + lVar12" (binary_expression "lVar9 + 0x28" (identifier "lVar9") (+ "+") (number_literal "0x28")) (+ "+") (identifier "lVar12")) () ")")))) (- "-") (identifier "dVar25"))) (; ";")) (expression_statement "dVar22 = SQRT(dVar23);" (assignment_expression "dVar22 = SQRT(dVar23)" (identifier "dVar22") (= "=") (call_expression "SQRT(dVar23)" (identifier "SQRT") (argument_list "(dVar23)" (( "(") (identifier "dVar23") () ")")))) (; ";")) (if_statement "if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }" (if "if") (parenthesized_expression "(dVar23 < 0.0)" (( "(") (binary_expression "dVar23 < 0.0" (identifier "dVar23") (< "<") (number_literal "0.0")) () ")")) (compound_statement "{\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x28 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }" ({ "{") (expression_statement "sqrt(dVar23);" (call_expression "sqrt(dVar23)" (identifier "sqrt") (argument_list "(dVar23)" (( "(") (identifier "dVar23") () ")"))) (; ";")) (expression_statement "lVar13 = param_1[7];" (assignment_expression "lVar13 = param_1[7]" (identifier "lVar13") (= "=") (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]"))) (; ";")) (expression_statement "lVar9 = param_1[9];" (assignment_expression "lVar9 = param_1[9]" (identifier "lVar9") (= "=") (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]"))) (; ";")) (expression_statement "dVar22 = *(double *)(lVar13 + 0x28 + lVar12);" (assignment_expression "dVar22 = *(double *)(lVar13 + 0x28 + lVar12)" (identifier "dVar22") (= "=") (pointer_expression "*(double *)(lVar13 + 0x28 + lVar12)" (* "*") (cast_expression "(double *)(lVar13 + 0x28 + lVar12)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x28 + lVar12)" (( "(") (binary_expression "lVar13 + 0x28 + lVar12" (binary_expression "lVar13 + 0x28" (identifier "lVar13") (+ "+") (number_literal "0x28")) (+ "+") (identifier "lVar12")) () ")"))))) (; ";")) (expression_statement "dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;" (assignment_expression "dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22" (identifier "dVar24") (= "=") (binary_expression "*(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22" (pointer_expression "*(double *)(lVar9 + 0x28 + lVar12)" (* "*") (cast_expression "(double *)(lVar9 + 0x28 + lVar12)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 0x28 + lVar12)" (( "(") (binary_expression "lVar9 + 0x28 + lVar12" (binary_expression "lVar9 + 0x28" (identifier "lVar9") (+ "+") (number_literal "0x28")) (+ "+") (identifier "lVar12")) () ")")))) (- "-") (binary_expression "dVar22 * dVar22" (identifier "dVar22") (* "*") (identifier "dVar22")))) (; ";")) (expression_statement "dVar22 = SQRT(dVar24);" (assignment_expression "dVar22 = SQRT(dVar24)" (identifier "dVar22") (= "=") (call_expression "SQRT(dVar24)" (identifier "SQRT") (argument_list "(dVar24)" (( "(") (identifier "dVar24") () ")")))) (; ";")) (if_statement "if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }" (if "if") (parenthesized_expression "(0.0 <= dVar24)" (( "(") (binary_expression "0.0 <= dVar24" (number_literal "0.0") (<= "<=") (identifier "dVar24")) () ")")) (compound_statement "{\n lVar11 = param_1[3];\n }" ({ "{") (expression_statement "lVar11 = param_1[3];" (assignment_expression "lVar11 = param_1[3]" (identifier "lVar11") (= "=") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]"))) (; ";")) (} "}")) (else_clause "else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }" (else "else") (compound_statement "{\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }" ({ "{") (expression_statement "sqrt(dVar24);" (call_expression "sqrt(dVar24)" (identifier "sqrt") (argument_list "(dVar24)" (( "(") (identifier "dVar24") () ")"))) (; ";")) (expression_statement "lVar11 = param_1[3];" (assignment_expression "lVar11 = param_1[3]" (identifier "lVar11") (= "=") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "lVar13 = param_1[7];" (assignment_expression "lVar13 = param_1[7]" (identifier "lVar13") (= "=") (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]"))) (; ";")) (expression_statement "lVar9 = param_1[9];" (assignment_expression "lVar9 = param_1[9]" (identifier "lVar9") (= "=") (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]"))) (; ";")) (} "}")))) (} "}"))) (expression_statement "lVar12 = local_78 * 0x58;" (assignment_expression "lVar12 = local_78 * 0x58" (identifier "lVar12") (= "=") (binary_expression "local_78 * 0x58" (identifier "local_78") (* "*") (number_literal "0x58"))) (; ";")) (expression_statement "pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);" (assignment_expression "pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (subscript_expression "pdVar10[8]" (identifier "pdVar10") ([ "[") (number_literal "8") (] "]")) (= "=") (binary_expression "(dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (parenthesized_expression "(dVar21 - dVar25)" (( "(") (binary_expression "dVar21 - dVar25" (identifier "dVar21") (- "-") (identifier "dVar25")) () ")")) (/ "/") (parenthesized_expression "(SQRT(dVar23) * dVar22)" (( "(") (binary_expression "SQRT(dVar23) * dVar22" (call_expression "SQRT(dVar23)" (identifier "SQRT") (argument_list "(dVar23)" (( "(") (identifier "dVar23") () ")"))) (* "*") (identifier "dVar22")) () ")")))) (; ";")) (expression_statement "dVar25 = *(double *)(lVar13 + 0x30 + lVar12);" (assignment_expression "dVar25 = *(double *)(lVar13 + 0x30 + lVar12)" (identifier "dVar25") (= "=") (pointer_expression "*(double *)(lVar13 + 0x30 + lVar12)" (* "*") (cast_expression "(double *)(lVar13 + 0x30 + lVar12)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x30 + lVar12)" (( "(") (binary_expression "lVar13 + 0x30 + lVar12" (binary_expression "lVar13 + 0x30" (identifier "lVar13") (+ "+") (number_literal "0x30")) (+ "+") (identifier "lVar12")) () ")"))))) (; ";")) (expression_statement "dVar21 = *(double *)(lVar11 + 0x30 + lVar12);" (assignment_expression "dVar21 = *(double *)(lVar11 + 0x30 + lVar12)" (identifier "dVar21") (= "=") (pointer_expression "*(double *)(lVar11 + 0x30 + lVar12)" (* "*") (cast_expression "(double *)(lVar11 + 0x30 + lVar12)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar11 + 0x30 + lVar12)" (( "(") (binary_expression "lVar11 + 0x30 + lVar12" (binary_expression "lVar11 + 0x30" (identifier "lVar11") (+ "+") (number_literal "0x30")) (+ "+") (identifier "lVar12")) () ")"))))) (; ";")) (expression_statement "dVar25 = dVar25 * dVar25;" (assignment_expression "dVar25 = dVar25 * dVar25" (identifier "dVar25") (= "=") (binary_expression "dVar25 * dVar25" (identifier "dVar25") (* "*") (identifier "dVar25"))) (; ";")) (expression_statement "dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;" (assignment_expression "dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25" (identifier "dVar23") (= "=") (binary_expression "*(double *)(lVar9 + 0x30 + lVar12) - dVar25" (pointer_expression "*(double *)(lVar9 + 0x30 + lVar12)" (* "*") (cast_expression "(double *)(lVar9 + 0x30 + lVar12)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 0x30 + lVar12)" (( "(") (binary_expression "lVar9 + 0x30 + lVar12" (binary_expression "lVar9 + 0x30" (identifier "lVar9") (+ "+") (number_literal "0x30")) (+ "+") (identifier "lVar12")) () ")")))) (- "-") (identifier "dVar25"))) (; ";")) (expression_statement "dVar22 = SQRT(dVar23);" (assignment_expression "dVar22 = SQRT(dVar23)" (identifier "dVar22") (= "=") (call_expression "SQRT(dVar23)" (identifier "SQRT") (argument_list "(dVar23)" (( "(") (identifier "dVar23") () ")")))) (; ";")) (if_statement "if (dVar23 < 0.0) {\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }" (if "if") (parenthesized_expression "(dVar23 < 0.0)" (( "(") (binary_expression "dVar23 < 0.0" (identifier "dVar23") (< "<") (number_literal "0.0")) () ")")) (compound_statement "{\n sqrt(dVar23);\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n dVar22 = *(double *)(lVar13 + 0x30 + lVar12);\n dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }\n }" ({ "{") (expression_statement "sqrt(dVar23);" (call_expression "sqrt(dVar23)" (identifier "sqrt") (argument_list "(dVar23)" (( "(") (identifier "dVar23") () ")"))) (; ";")) (expression_statement "lVar13 = param_1[7];" (assignment_expression "lVar13 = param_1[7]" (identifier "lVar13") (= "=") (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]"))) (; ";")) (expression_statement "lVar9 = param_1[9];" (assignment_expression "lVar9 = param_1[9]" (identifier "lVar9") (= "=") (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]"))) (; ";")) (expression_statement "dVar22 = *(double *)(lVar13 + 0x30 + lVar12);" (assignment_expression "dVar22 = *(double *)(lVar13 + 0x30 + lVar12)" (identifier "dVar22") (= "=") (pointer_expression "*(double *)(lVar13 + 0x30 + lVar12)" (* "*") (cast_expression "(double *)(lVar13 + 0x30 + lVar12)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x30 + lVar12)" (( "(") (binary_expression "lVar13 + 0x30 + lVar12" (binary_expression "lVar13 + 0x30" (identifier "lVar13") (+ "+") (number_literal "0x30")) (+ "+") (identifier "lVar12")) () ")"))))) (; ";")) (expression_statement "dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;" (assignment_expression "dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22" (identifier "dVar24") (= "=") (binary_expression "*(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22" (pointer_expression "*(double *)(lVar9 + 0x30 + lVar12)" (* "*") (cast_expression "(double *)(lVar9 + 0x30 + lVar12)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 0x30 + lVar12)" (( "(") (binary_expression "lVar9 + 0x30 + lVar12" (binary_expression "lVar9 + 0x30" (identifier "lVar9") (+ "+") (number_literal "0x30")) (+ "+") (identifier "lVar12")) () ")")))) (- "-") (binary_expression "dVar22 * dVar22" (identifier "dVar22") (* "*") (identifier "dVar22")))) (; ";")) (expression_statement "dVar22 = SQRT(dVar24);" (assignment_expression "dVar22 = SQRT(dVar24)" (identifier "dVar22") (= "=") (call_expression "SQRT(dVar24)" (identifier "SQRT") (argument_list "(dVar24)" (( "(") (identifier "dVar24") () ")")))) (; ";")) (if_statement "if (0.0 <= dVar24) {\n lVar11 = param_1[3];\n }\n else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }" (if "if") (parenthesized_expression "(0.0 <= dVar24)" (( "(") (binary_expression "0.0 <= dVar24" (number_literal "0.0") (<= "<=") (identifier "dVar24")) () ")")) (compound_statement "{\n lVar11 = param_1[3];\n }" ({ "{") (expression_statement "lVar11 = param_1[3];" (assignment_expression "lVar11 = param_1[3]" (identifier "lVar11") (= "=") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]"))) (; ";")) (} "}")) (else_clause "else {\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }" (else "else") (compound_statement "{\n sqrt(dVar24);\n lVar11 = param_1[3];\n lVar13 = param_1[7];\n lVar9 = param_1[9];\n }" ({ "{") (expression_statement "sqrt(dVar24);" (call_expression "sqrt(dVar24)" (identifier "sqrt") (argument_list "(dVar24)" (( "(") (identifier "dVar24") () ")"))) (; ";")) (expression_statement "lVar11 = param_1[3];" (assignment_expression "lVar11 = param_1[3]" (identifier "lVar11") (= "=") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "lVar13 = param_1[7];" (assignment_expression "lVar13 = param_1[7]" (identifier "lVar13") (= "=") (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]"))) (; ";")) (expression_statement "lVar9 = param_1[9];" (assignment_expression "lVar9 = param_1[9]" (identifier "lVar9") (= "=") (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]"))) (; ";")) (} "}")))) (} "}"))) (expression_statement "lVar12 = local_78 * 0x58;" (assignment_expression "lVar12 = local_78 * 0x58" (identifier "lVar12") (= "=") (binary_expression "local_78 * 0x58" (identifier "local_78") (* "*") (number_literal "0x58"))) (; ";")) (expression_statement "pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);" (assignment_expression "pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (subscript_expression "pdVar10[0x40]" (identifier "pdVar10") ([ "[") (number_literal "0x40") (] "]")) (= "=") (binary_expression "(dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (parenthesized_expression "(dVar21 - dVar25)" (( "(") (binary_expression "dVar21 - dVar25" (identifier "dVar21") (- "-") (identifier "dVar25")) () ")")) (/ "/") (parenthesized_expression "(SQRT(dVar23) * dVar22)" (( "(") (binary_expression "SQRT(dVar23) * dVar22" (call_expression "SQRT(dVar23)" (identifier "SQRT") (argument_list "(dVar23)" (( "(") (identifier "dVar23") () ")"))) (* "*") (identifier "dVar22")) () ")")))) (; ";")) (expression_statement "dVar25 = *(double *)(lVar13 + 0x38 + lVar12);" (assignment_expression "dVar25 = *(double *)(lVar13 + 0x38 + lVar12)" (identifier "dVar25") (= "=") (pointer_expression "*(double *)(lVar13 + 0x38 + lVar12)" (* "*") (cast_expression "(double *)(lVar13 + 0x38 + lVar12)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x38 + lVar12)" (( "(") (binary_expression "lVar13 + 0x38 + lVar12" (binary_expression "lVar13 + 0x38" (identifier "lVar13") (+ "+") (number_literal "0x38")) (+ "+") (identifier "lVar12")) () ")"))))) (; ";")) (expression_statement "dVar25 = dVar25 * dVar25;" (assignment_expression "dVar25 = dVar25 * dVar25" (identifier "dVar25") (= "=") (binary_expression "dVar25 * dVar25" (identifier "dVar25") (* "*") (identifier "dVar25"))) (; ";")) (expression_statement "dVar21 = *(double *)(lVar11 + 0x38 + lVar12);" (assignment_expression "dVar21 = *(double *)(lVar11 + 0x38 + lVar12)" (identifier "dVar21") (= "=") (pointer_expression "*(double *)(lVar11 + 0x38 + lVar12)" (* "*") (cast_expression "(double *)(lVar11 + 0x38 + lVar12)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar11 + 0x38 + lVar12)" (( "(") (binary_expression "lVar11 + 0x38 + lVar12" (binary_expression "lVar11 + 0x38" (identifier "lVar11") (+ "+") (number_literal "0x38")) (+ "+") (identifier "lVar12")) () ")"))))) (; ";")) (expression_statement "dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;" (assignment_expression "dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25" (identifier "dVar23") (= "=") (binary_expression "*(double *)(lVar9 + 0x38 + lVar12) - dVar25" (pointer_expression "*(double *)(lVar9 + 0x38 + lVar12)" (* "*") (cast_expression "(double *)(lVar9 + 0x38 + lVar12)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 0x38 + lVar12)" (( "(") (binary_expression "lVar9 + 0x38 + lVar12" (binary_expression "lVar9 + 0x38" (identifier "lVar9") (+ "+") (number_literal "0x38")) (+ "+") (identifier "lVar12")) () ")")))) (- "-") (identifier "dVar25"))) (; ";")) (expression_statement "dVar22 = SQRT(dVar23);" (assignment_expression "dVar22 = SQRT(dVar23)" (identifier "dVar22") (= "=") (call_expression "SQRT(dVar23)" (identifier "SQRT") (argument_list "(dVar23)" (( "(") (identifier "dVar23") () ")")))) (; ";")) (if_statement "if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" (if "if") (parenthesized_expression "(dVar23 < 0.0)" (( "(") (binary_expression "dVar23 < 0.0" (identifier "dVar23") (< "<") (number_literal "0.0")) () ")")) (compound_statement "{\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);\n dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" ({ "{") (expression_statement "sqrt(dVar23);" (call_expression "sqrt(dVar23)" (identifier "sqrt") (argument_list "(dVar23)" (( "(") (identifier "dVar23") () ")"))) (; ";")) (expression_statement "dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);" (assignment_expression "dVar22 = *(double *)(param_1[7] + lVar12 + 0x38)" (identifier "dVar22") (= "=") (pointer_expression "*(double *)(param_1[7] + lVar12 + 0x38)" (* "*") (cast_expression "(double *)(param_1[7] + lVar12 + 0x38)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[7] + lVar12 + 0x38)" (( "(") (binary_expression "param_1[7] + lVar12 + 0x38" (binary_expression "param_1[7] + lVar12" (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]")) (+ "+") (identifier "lVar12")) (+ "+") (number_literal "0x38")) () ")"))))) (; ";")) (expression_statement "dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;" (assignment_expression "dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22" (identifier "dVar24") (= "=") (binary_expression "*(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22" (pointer_expression "*(double *)(lVar12 + param_1[9] + 0x38)" (* "*") (cast_expression "(double *)(lVar12 + param_1[9] + 0x38)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar12 + param_1[9] + 0x38)" (( "(") (binary_expression "lVar12 + param_1[9] + 0x38" (binary_expression "lVar12 + param_1[9]" (identifier "lVar12") (+ "+") (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]"))) (+ "+") (number_literal "0x38")) () ")")))) (- "-") (binary_expression "dVar22 * dVar22" (identifier "dVar22") (* "*") (identifier "dVar22")))) (; ";")) (expression_statement "dVar22 = SQRT(dVar24);" (assignment_expression "dVar22 = SQRT(dVar24)" (identifier "dVar22") (= "=") (call_expression "SQRT(dVar24)" (identifier "SQRT") (argument_list "(dVar24)" (( "(") (identifier "dVar24") () ")")))) (; ";")) (if_statement "if (dVar24 < 0.0) {\n sqrt(dVar24);\n }" (if "if") (parenthesized_expression "(dVar24 < 0.0)" (( "(") (binary_expression "dVar24 < 0.0" (identifier "dVar24") (< "<") (number_literal "0.0")) () ")")) (compound_statement "{\n sqrt(dVar24);\n }" ({ "{") (expression_statement "sqrt(dVar24);" (call_expression "sqrt(dVar24)" (identifier "sqrt") (argument_list "(dVar24)" (( "(") (identifier "dVar24") () ")"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "iVar5 = *(int *)(lVar2 + 4);" (assignment_expression "iVar5 = *(int *)(lVar2 + 4)" (identifier "iVar5") (= "=") (pointer_expression "*(int *)(lVar2 + 4)" (* "*") (cast_expression "(int *)(lVar2 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 4)" (( "(") (binary_expression "lVar2 + 4" (identifier "lVar2") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);" (assignment_expression "pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (subscript_expression "pdVar10[0x78]" (identifier "pdVar10") ([ "[") (number_literal "0x78") (] "]")) (= "=") (binary_expression "(dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (parenthesized_expression "(dVar21 - dVar25)" (( "(") (binary_expression "dVar21 - dVar25" (identifier "dVar21") (- "-") (identifier "dVar25")) () ")")) (/ "/") (parenthesized_expression "(SQRT(dVar23) * dVar22)" (( "(") (binary_expression "SQRT(dVar23) * dVar22" (call_expression "SQRT(dVar23)" (identifier "SQRT") (argument_list "(dVar23)" (( "(") (identifier "dVar23") () ")"))) (* "*") (identifier "dVar22")) () ")")))) (; ";")) (if_statement "if (iVar5 == 2) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }" (if "if") (parenthesized_expression "(iVar5 == 2)" (( "(") (binary_expression "iVar5 == 2" (identifier "iVar5") (== "==") (number_literal "2")) () ")")) (compound_statement "{\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }" ({ "{") (expression_statement "lVar13 = local_78 * 0x58;" (assignment_expression "lVar13 = local_78 * 0x58" (identifier "lVar13") (= "=") (binary_expression "local_78 * 0x58" (identifier "local_78") (* "*") (number_literal "0x58"))) (; ";")) (expression_statement "dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);" (assignment_expression "dVar25 = *(double *)(param_1[7] + lVar13 + 0x40)" (identifier "dVar25") (= "=") (pointer_expression "*(double *)(param_1[7] + lVar13 + 0x40)" (* "*") (cast_expression "(double *)(param_1[7] + lVar13 + 0x40)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[7] + lVar13 + 0x40)" (( "(") (binary_expression "param_1[7] + lVar13 + 0x40" (binary_expression "param_1[7] + lVar13" (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]")) (+ "+") (identifier "lVar13")) (+ "+") (number_literal "0x40")) () ")"))))) (; ";")) (expression_statement "dVar25 = dVar25 * dVar25;" (assignment_expression "dVar25 = dVar25 * dVar25" (identifier "dVar25") (= "=") (binary_expression "dVar25 * dVar25" (identifier "dVar25") (* "*") (identifier "dVar25"))) (; ";")) (expression_statement "dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);" (assignment_expression "dVar21 = *(double *)(param_1[3] + lVar13 + 0x40)" (identifier "dVar21") (= "=") (pointer_expression "*(double *)(param_1[3] + lVar13 + 0x40)" (* "*") (cast_expression "(double *)(param_1[3] + lVar13 + 0x40)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[3] + lVar13 + 0x40)" (( "(") (binary_expression "param_1[3] + lVar13 + 0x40" (binary_expression "param_1[3] + lVar13" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (+ "+") (identifier "lVar13")) (+ "+") (number_literal "0x40")) () ")"))))) (; ";")) (expression_statement "dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;" (assignment_expression "dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25" (identifier "dVar23") (= "=") (binary_expression "*(double *)(param_1[9] + lVar13 + 0x40) - dVar25" (pointer_expression "*(double *)(param_1[9] + lVar13 + 0x40)" (* "*") (cast_expression "(double *)(param_1[9] + lVar13 + 0x40)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[9] + lVar13 + 0x40)" (( "(") (binary_expression "param_1[9] + lVar13 + 0x40" (binary_expression "param_1[9] + lVar13" (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]")) (+ "+") (identifier "lVar13")) (+ "+") (number_literal "0x40")) () ")")))) (- "-") (identifier "dVar25"))) (; ";")) (expression_statement "dVar22 = SQRT(dVar23);" (assignment_expression "dVar22 = SQRT(dVar23)" (identifier "dVar22") (= "=") (call_expression "SQRT(dVar23)" (identifier "SQRT") (argument_list "(dVar23)" (( "(") (identifier "dVar23") () ")")))) (; ";")) (if_statement "if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" (if "if") (parenthesized_expression "(dVar23 < 0.0)" (( "(") (binary_expression "dVar23 < 0.0" (identifier "dVar23") (< "<") (number_literal "0.0")) () ")")) (compound_statement "{\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);\n dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" ({ "{") (expression_statement "sqrt(dVar23);" (call_expression "sqrt(dVar23)" (identifier "sqrt") (argument_list "(dVar23)" (( "(") (identifier "dVar23") () ")"))) (; ";")) (expression_statement "dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);" (assignment_expression "dVar22 = *(double *)(param_1[7] + lVar13 + 0x40)" (identifier "dVar22") (= "=") (pointer_expression "*(double *)(param_1[7] + lVar13 + 0x40)" (* "*") (cast_expression "(double *)(param_1[7] + lVar13 + 0x40)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[7] + lVar13 + 0x40)" (( "(") (binary_expression "param_1[7] + lVar13 + 0x40" (binary_expression "param_1[7] + lVar13" (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]")) (+ "+") (identifier "lVar13")) (+ "+") (number_literal "0x40")) () ")"))))) (; ";")) (expression_statement "dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;" (assignment_expression "dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22" (identifier "dVar24") (= "=") (binary_expression "*(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22" (pointer_expression "*(double *)(param_1[9] + lVar13 + 0x40)" (* "*") (cast_expression "(double *)(param_1[9] + lVar13 + 0x40)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[9] + lVar13 + 0x40)" (( "(") (binary_expression "param_1[9] + lVar13 + 0x40" (binary_expression "param_1[9] + lVar13" (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]")) (+ "+") (identifier "lVar13")) (+ "+") (number_literal "0x40")) () ")")))) (- "-") (binary_expression "dVar22 * dVar22" (identifier "dVar22") (* "*") (identifier "dVar22")))) (; ";")) (expression_statement "dVar22 = SQRT(dVar24);" (assignment_expression "dVar22 = SQRT(dVar24)" (identifier "dVar22") (= "=") (call_expression "SQRT(dVar24)" (identifier "SQRT") (argument_list "(dVar24)" (( "(") (identifier "dVar24") () ")")))) (; ";")) (if_statement "if (dVar24 < 0.0) {\n sqrt(dVar24);\n }" (if "if") (parenthesized_expression "(dVar24 < 0.0)" (( "(") (binary_expression "dVar24 < 0.0" (identifier "dVar24") (< "<") (number_literal "0.0")) () ")")) (compound_statement "{\n sqrt(dVar24);\n }" ({ "{") (expression_statement "sqrt(dVar24);" (call_expression "sqrt(dVar24)" (identifier "sqrt") (argument_list "(dVar24)" (( "(") (identifier "dVar24") () ")"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);" (assignment_expression "pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (subscript_expression "pdVar10[0xb0]" (identifier "pdVar10") ([ "[") (number_literal "0xb0") (] "]")) (= "=") (binary_expression "(dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (parenthesized_expression "(dVar21 - dVar25)" (( "(") (binary_expression "dVar21 - dVar25" (identifier "dVar21") (- "-") (identifier "dVar25")) () ")")) (/ "/") (parenthesized_expression "(SQRT(dVar23) * dVar22)" (( "(") (binary_expression "SQRT(dVar23) * dVar22" (call_expression "SQRT(dVar23)" (identifier "SQRT") (argument_list "(dVar23)" (( "(") (identifier "dVar23") () ")"))) (* "*") (identifier "dVar22")) () ")")))) (; ";")) (} "}"))) (if_statement "if (*(int *)(lVar2 + 0x33c) != 0) {\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }" (if "if") (parenthesized_expression "(*(int *)(lVar2 + 0x33c) != 0)" (( "(") (binary_expression "*(int *)(lVar2 + 0x33c) != 0" (pointer_expression "*(int *)(lVar2 + 0x33c)" (* "*") (cast_expression "(int *)(lVar2 + 0x33c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x33c)" (( "(") (binary_expression "lVar2 + 0x33c" (identifier "lVar2") (+ "+") (number_literal "0x33c")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n lVar13 = local_78 * 0x58;\n dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar25 = dVar25 * dVar25;\n dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);\n dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;\n dVar22 = SQRT(dVar23);\n if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }\n pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);\n }" ({ "{") (expression_statement "lVar13 = local_78 * 0x58;" (assignment_expression "lVar13 = local_78 * 0x58" (identifier "lVar13") (= "=") (binary_expression "local_78 * 0x58" (identifier "local_78") (* "*") (number_literal "0x58"))) (; ";")) (expression_statement "dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);" (assignment_expression "dVar25 = *(double *)(param_1[7] + lVar13 + 0x48)" (identifier "dVar25") (= "=") (pointer_expression "*(double *)(param_1[7] + lVar13 + 0x48)" (* "*") (cast_expression "(double *)(param_1[7] + lVar13 + 0x48)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[7] + lVar13 + 0x48)" (( "(") (binary_expression "param_1[7] + lVar13 + 0x48" (binary_expression "param_1[7] + lVar13" (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]")) (+ "+") (identifier "lVar13")) (+ "+") (number_literal "0x48")) () ")"))))) (; ";")) (expression_statement "dVar25 = dVar25 * dVar25;" (assignment_expression "dVar25 = dVar25 * dVar25" (identifier "dVar25") (= "=") (binary_expression "dVar25 * dVar25" (identifier "dVar25") (* "*") (identifier "dVar25"))) (; ";")) (expression_statement "dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);" (assignment_expression "dVar21 = *(double *)(param_1[3] + lVar13 + 0x48)" (identifier "dVar21") (= "=") (pointer_expression "*(double *)(param_1[3] + lVar13 + 0x48)" (* "*") (cast_expression "(double *)(param_1[3] + lVar13 + 0x48)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[3] + lVar13 + 0x48)" (( "(") (binary_expression "param_1[3] + lVar13 + 0x48" (binary_expression "param_1[3] + lVar13" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (+ "+") (identifier "lVar13")) (+ "+") (number_literal "0x48")) () ")"))))) (; ";")) (expression_statement "dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;" (assignment_expression "dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25" (identifier "dVar23") (= "=") (binary_expression "*(double *)(param_1[9] + lVar13 + 0x48) - dVar25" (pointer_expression "*(double *)(param_1[9] + lVar13 + 0x48)" (* "*") (cast_expression "(double *)(param_1[9] + lVar13 + 0x48)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[9] + lVar13 + 0x48)" (( "(") (binary_expression "param_1[9] + lVar13 + 0x48" (binary_expression "param_1[9] + lVar13" (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]")) (+ "+") (identifier "lVar13")) (+ "+") (number_literal "0x48")) () ")")))) (- "-") (identifier "dVar25"))) (; ";")) (expression_statement "dVar22 = SQRT(dVar23);" (assignment_expression "dVar22 = SQRT(dVar23)" (identifier "dVar22") (= "=") (call_expression "SQRT(dVar23)" (identifier "SQRT") (argument_list "(dVar23)" (( "(") (identifier "dVar23") () ")")))) (; ";")) (if_statement "if (dVar23 < 0.0) {\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" (if "if") (parenthesized_expression "(dVar23 < 0.0)" (( "(") (binary_expression "dVar23 < 0.0" (identifier "dVar23") (< "<") (number_literal "0.0")) () ")")) (compound_statement "{\n sqrt(dVar23);\n dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);\n dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;\n dVar22 = SQRT(dVar24);\n if (dVar24 < 0.0) {\n sqrt(dVar24);\n }\n }" ({ "{") (expression_statement "sqrt(dVar23);" (call_expression "sqrt(dVar23)" (identifier "sqrt") (argument_list "(dVar23)" (( "(") (identifier "dVar23") () ")"))) (; ";")) (expression_statement "dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);" (assignment_expression "dVar22 = *(double *)(param_1[7] + lVar13 + 0x48)" (identifier "dVar22") (= "=") (pointer_expression "*(double *)(param_1[7] + lVar13 + 0x48)" (* "*") (cast_expression "(double *)(param_1[7] + lVar13 + 0x48)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[7] + lVar13 + 0x48)" (( "(") (binary_expression "param_1[7] + lVar13 + 0x48" (binary_expression "param_1[7] + lVar13" (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]")) (+ "+") (identifier "lVar13")) (+ "+") (number_literal "0x48")) () ")"))))) (; ";")) (expression_statement "dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;" (assignment_expression "dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22" (identifier "dVar24") (= "=") (binary_expression "*(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22" (pointer_expression "*(double *)(lVar13 + param_1[9] + 0x48)" (* "*") (cast_expression "(double *)(lVar13 + param_1[9] + 0x48)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + param_1[9] + 0x48)" (( "(") (binary_expression "lVar13 + param_1[9] + 0x48" (binary_expression "lVar13 + param_1[9]" (identifier "lVar13") (+ "+") (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]"))) (+ "+") (number_literal "0x48")) () ")")))) (- "-") (binary_expression "dVar22 * dVar22" (identifier "dVar22") (* "*") (identifier "dVar22")))) (; ";")) (expression_statement "dVar22 = SQRT(dVar24);" (assignment_expression "dVar22 = SQRT(dVar24)" (identifier "dVar22") (= "=") (call_expression "SQRT(dVar24)" (identifier "SQRT") (argument_list "(dVar24)" (( "(") (identifier "dVar24") () ")")))) (; ";")) (if_statement "if (dVar24 < 0.0) {\n sqrt(dVar24);\n }" (if "if") (parenthesized_expression "(dVar24 < 0.0)" (( "(") (binary_expression "dVar24 < 0.0" (identifier "dVar24") (< "<") (number_literal "0.0")) () ")")) (compound_statement "{\n sqrt(dVar24);\n }" ({ "{") (expression_statement "sqrt(dVar24);" (call_expression "sqrt(dVar24)" (identifier "sqrt") (argument_list "(dVar24)" (( "(") (identifier "dVar24") () ")"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);" (assignment_expression "pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (subscript_expression "pdVar10[0xe8]" (identifier "pdVar10") ([ "[") (number_literal "0xe8") (] "]")) (= "=") (binary_expression "(dVar21 - dVar25) / (SQRT(dVar23) * dVar22)" (parenthesized_expression "(dVar21 - dVar25)" (( "(") (binary_expression "dVar21 - dVar25" (identifier "dVar21") (- "-") (identifier "dVar25")) () ")")) (/ "/") (parenthesized_expression "(SQRT(dVar23) * dVar22)" (( "(") (binary_expression "SQRT(dVar23) * dVar22" (call_expression "SQRT(dVar23)" (identifier "SQRT") (argument_list "(dVar23)" (( "(") (identifier "dVar23") () ")"))) (* "*") (identifier "dVar22")) () ")")))) (; ";")) (} "}"))) (expression_statement "local_78 = local_78 + 1;" (assignment_expression "local_78 = local_78 + 1" (identifier "local_78") (= "=") (binary_expression "local_78 + 1" (identifier "local_78") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pdVar10 = pdVar10 + 1;" (assignment_expression "pdVar10 = pdVar10 + 1" (identifier "pdVar10") (= "=") (binary_expression "pdVar10 + 1" (identifier "pdVar10") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "local_70 = local_70 + 0xb;" (assignment_expression "local_70 = local_70 + 0xb" (identifier "local_70") (= "=") (binary_expression "local_70 + 0xb" (identifier "local_70") (+ "+") (number_literal "0xb"))) (; ";")) (expression_statement "local_48 = local_48 + 0xb;" (assignment_expression "local_48 = local_48 + 0xb" (identifier "local_48") (= "=") (binary_expression "local_48 + 0xb" (identifier "local_48") (+ "+") (number_literal "0xb"))) (; ";")) (expression_statement "local_50 = local_50 + 0xb;" (assignment_expression "local_50 = local_50 + 0xb" (identifier "local_50") (= "=") (binary_expression "local_50 + 0xb" (identifier "local_50") (+ "+") (number_literal "0xb"))) (; ";")) (expression_statement "local_58 = local_58 + 0x58;" (assignment_expression "local_58 = local_58 + 0x58" (identifier "local_58") (= "=") (binary_expression "local_58 + 0x58" (identifier "local_58") (+ "+") (number_literal "0x58"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(lVar7 != local_78)" (( "(") (binary_expression "lVar7 != local_78" (identifier "lVar7") (!= "!=") (identifier "local_78")) () ")")) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void GetImageFeatures._omp_fn.3(anon_struct_88_11_54aeac8d * param_0)
*/
void __thiscall function_1(void *this)
{
long *plVar1;
long var_12;
type_1 var_5 [16];
type_2 var_23;
int var_18;
int var_7;
long var_9;
type_2 var_11;
long var_15;
double *var_37;
long var_16;
long var_21;
long var_10;
type_2 var_22;
long *var_27;
long var_20;
double *var_28;
double *var_29;
double *var_33;
double *var_32;
double var_17;
double var_19;
double var_25;
double var_36;
double var_24;
long var_14;
type_2 var_31;
long var_30;
long var_8;
double *var_38;
long var_13;
double *var_40;
double *var_39;
var_18 = var_1();
var_7 = var_2();
var_23 = DAT_003efbd0;
var_5._8_8_ = 0;
var_5._0_8_ = var_3(var_4(4),8);
var_5 = var_5 << 0x40 | var_6(4);
var_9 = var_3(var_5 / var_4((long)var_18),0);
var_8 = var_3(var_5 % var_4((long)var_18),0);
if (var_7 < var_8) {
var_9 = var_9 + 1;
var_8 = 0;
}
var_8 = var_7 * var_9 + var_8;
var_9 = var_9 + var_8;
if (var_8 < var_9) {
plVar1 = *(long **)((long)this + 0x10);
/* WARNING: Load size is inaccurate */
var_12 = *this;
var_11 = (type_2)*(type_3 *)((long)this + 0x50);
var_37 = (double *)(*(long *)((long)this + 8) + var_8 * 8);
var_10 = var_8 * 0x58 + 0x28;
var_13 = var_8 * 0x58 + *(long *)((long)this + 0x28);
var_38 = (double *)(*(long *)((long)this + 0x20) + var_10);
var_39 = (double *)(*(long *)((long)this + 0x40) + var_10);
var_40 = (double *)(var_10 + *(long *)((long)this + 0x30));
do {
var_24 = DAT_003fce50;
if (var_11 == 0) {
var_10 = *(long *)((long)this + 0x38);
var_15 = *(long *)((long)this + 0x48);
}
else {
var_14 = 0;
var_31 = 0;
var_18 = *(int *)(var_12 + 4);
var_7 = *(int *)(var_12 + 0x33c);
var_16 = var_8 * 0x58;
var_33 = var_40;
var_32 = var_39;
do {
var_30 = 0;
var_29 = (double *)(var_13 + 0x2e8 + var_14);
var_22 = var_31;
var_27 = plVar1;
var_28 = var_38;
do {
var_15 = var_14 + *var_27;
var_10 = var_15 + var_16;
var_17 = *(double *)(var_10 + 0x28);
*var_37 = var_17 * var_17 + *var_37;
var_37[0x38] = *(double *)(var_10 + 0x30) * *(double *)(var_10 + 0x30) + var_37[0x38];
var_37[0x70] = *(double *)(var_10 + 0x38) * *(double *)(var_10 + 0x38) + var_37[0x70];
if (var_18 == 2) {
var_37[0xa8] =
*(double *)(var_10 + 0x40) * *(double *)(var_10 + 0x40) + var_37[0xa8];
}
if (var_7 != 0) {
var_19 = *(double *)(var_15 + 0x48 + var_16);
var_37[0xe0] = var_19 * var_19 + var_37[0xe0];
}
var_10 = var_15 + var_16;
*var_32 = var_17 + *var_32;
var_32[1] = var_32[1] + *(double *)(var_10 + 0x30);
var_32[2] = var_32[2] + *(double *)(var_10 + 0x38);
if (var_18 == 2) {
var_32[3] = var_32[3] + *(double *)(var_10 + 0x40);
}
if (var_7 != 0) {
var_32[4] = var_32[4] + *(double *)(var_15 + 0x48 + var_16);
}
var_10 = var_15 + var_16;
var_17 = (double)var_30;
var_20 = *(long *)((long)this + 0x18);
var_21 = var_20 + var_16;
*(double *)(var_21 + 0x28) =
*(double *)(var_10 + 0x28) * var_17 + *(double *)(var_21 + 0x28);
*(double *)(var_21 + 0x30) =
*(double *)(var_10 + 0x30) * var_17 + *(double *)(var_21 + 0x30);
*(double *)(var_21 + 0x38) =
*(double *)(var_10 + 0x38) * var_17 + *(double *)(var_21 + 0x38);
if (var_18 == 2) {
*(double *)(var_21 + 0x40) =
*(double *)(var_10 + 0x40) * var_17 + *(double *)(var_21 + 0x40);
}
if (var_7 != 0) {
var_20 = var_20 + var_16;
*(double *)(var_20 + 0x48) =
var_17 * *(double *)(var_15 + 0x48 + var_16) + *(double *)(var_20 + 0x48);
}
var_10 = var_15 + var_16;
var_17 = *(double *)(var_10 + 0x28);
var_19 = (double)(long)(var_22 * var_22 + 1);
var_37[0x10] = var_17 / var_19 + var_37[0x10];
var_37[0x48] = *(double *)(var_10 + 0x30) / var_19 + var_37[0x48];
var_37[0x80] = *(double *)(var_10 + 0x38) / var_19 + var_37[0x80];
if (var_18 == 2) {
var_37[0xb8] = *(double *)(var_10 + 0x40) / var_19 + var_37[0xb8];
}
if (var_7 != 0) {
var_37[0xf0] = *(double *)(var_15 + 0x48 + var_16) / var_19 + var_37[0xf0];
}
var_10 = var_15 + var_16;
*var_29 = var_17 + *var_29;
var_29[1] = var_29[1] + *(double *)(var_10 + 0x30);
var_29[2] = var_29[2] + *(double *)(var_10 + 0x38);
if (var_18 == 2) {
var_29[3] = var_29[3] + *(double *)(var_10 + 0x40);
}
if (var_7 != 0) {
var_29[4] = var_29[4] + *(double *)(var_15 + 0x48 + var_16);
}
var_17 = *(double *)(var_15 + 0x28 + var_16);
var_25 = (double)((type_2)var_17 & var_23);
var_19 = DAT_00411ee0;
if (var_24 <= var_25) {
var_19 = var_26(var_25);
var_15 = var_14 + *var_27;
}
var_25 = DAT_00411ee0;
var_37[0x20] = var_37[0x20] - var_17 * var_19;
var_17 = *(double *)(var_15 + 0x30 + var_16);
var_19 = (double)((type_2)var_17 & var_23);
if (var_24 <= var_19) {
var_25 = var_26(var_19);
var_15 = var_14 + *var_27;
}
var_19 = DAT_00411ee0;
var_37[0x58] = var_37[0x58] - var_17 * var_25;
var_17 = *(double *)(var_15 + 0x38 + var_16);
var_25 = (double)((type_2)var_17 & var_23);
if (var_24 <= var_25) {
var_19 = var_26(var_25);
var_15 = var_14 + *var_27;
}
var_18 = *(int *)(var_12 + 4);
var_37[0x90] = var_37[0x90] - var_17 * var_19;
if (var_18 == 2) {
var_17 = *(double *)(var_15 + 0x40 + var_16);
var_25 = (double)((type_2)var_17 & var_23);
var_19 = DAT_00411ee0;
if (var_24 <= var_25) {
var_19 = var_26(var_25);
var_15 = var_14 + *var_27;
}
var_37[200] = var_37[200] - var_17 * var_19;
}
var_7 = *(int *)(var_12 + 0x33c);
if (var_7 != 0) {
var_17 = *(double *)(var_15 + 0x48 + var_16);
var_25 = (double)((type_2)var_17 & var_23);
var_19 = DAT_00411ee0;
if (var_24 <= var_25) {
var_19 = var_26(var_25);
var_15 = var_14 + *var_27;
var_7 = *(int *)(var_12 + 0x33c);
}
var_37[0x100] = var_37[0x100] - var_17 * var_19;
}
var_10 = var_15 + var_16;
*var_28 = *var_28 + *(double *)(var_10 + 0x28);
var_28[1] = var_28[1] + *(double *)(var_10 + 0x30);
var_28[2] = var_28[2] + *(double *)(var_10 + 0x38);
if (var_7 != 0) {
var_28[4] = var_28[4] + *(double *)(var_10 + 0x48);
}
var_18 = *(int *)(var_12 + 4);
if (var_18 == 2) {
var_10 = var_15 + var_16;
var_28[3] = var_28[3] + *(double *)(var_10 + 0x40);
*var_33 = *var_33 + *(double *)(var_10 + 0x28);
var_33[1] = var_33[1] + *(double *)(var_10 + 0x30);
var_33[2] = var_33[2] + *(double *)(var_10 + 0x38);
var_33[3] = var_33[3] + *(double *)(var_10 + 0x40);
}
else {
var_10 = var_15 + var_16;
*var_33 = *var_33 + *(double *)(var_10 + 0x28);
var_33[1] = var_33[1] + *(double *)(var_10 + 0x30);
var_33[2] = var_33[2] + *(double *)(var_10 + 0x38);
}
if (var_7 != 0) {
var_33[4] = var_33[4] + *(double *)(var_15 + 0x48 + var_16);
}
var_27 = var_27 + 1;
var_28 = var_28 + 0x2c;
var_29 = var_29 + 0x2c;
var_30 = var_30 + var_31;
var_22 = var_22 - 1;
} while (var_31 - var_11 != var_22);
var_10 = *(long *)((long)this + 0x38);
var_19 = (double)(long)var_31;
var_15 = *(long *)((long)this + 0x48);
var_21 = var_10 + var_16;
var_20 = var_15 + var_16;
*(double *)(var_21 + 0x28) = *var_32 * var_19 + *(double *)(var_21 + 0x28);
var_17 = (double)(long)(var_31 * var_31);
*(double *)(var_20 + 0x28) = *var_32 * var_17 + *(double *)(var_20 + 0x28);
*(double *)(var_21 + 0x30) = var_32[1] * var_19 + *(double *)(var_21 + 0x30);
*(double *)(var_20 + 0x30) = var_32[1] * var_17 + *(double *)(var_20 + 0x30);
*(double *)(var_21 + 0x38) = var_32[2] * var_19 + *(double *)(var_21 + 0x38);
*(double *)(var_20 + 0x38) = var_32[2] * var_17 + *(double *)(var_20 + 0x38);
if (var_18 == 2) {
*(double *)(var_21 + 0x40) = var_32[3] * var_19 + *(double *)(var_21 + 0x40);
*(double *)(var_20 + 0x40) = var_32[3] * var_17 + *(double *)(var_20 + 0x40);
}
if (var_7 != 0) {
*(double *)(var_10 + var_16 + 0x48) =
var_19 * var_32[4] + *(double *)(var_10 + var_16 + 0x48);
*(double *)(var_15 + var_16 + 0x48) =
var_17 * var_32[4] + *(double *)(var_15 + var_16 + 0x48);
}
var_31 = var_31 + 1;
var_32 = var_32 + 0x2c;
var_33 = var_33 + 0x2c;
var_14 = var_14 + 0x160;
} while (var_31 != var_11);
}
var_16 = *(long *)((long)this + 0x18);
var_21 = var_8 * 0x58;
var_24 = *(double *)(var_10 + 0x28 + var_21);
var_24 = var_24 * var_24;
var_17 = *(double *)(var_16 + 0x28 + var_21);
var_25 = *(double *)(var_15 + 0x28 + var_21) - var_24;
var_19 = var_34(var_25);
if (var_25 < 0.0) {
var_35(var_25);
var_10 = *(long *)((long)this + 0x38);
var_15 = *(long *)((long)this + 0x48);
var_19 = *(double *)(var_10 + 0x28 + var_21);
var_36 = *(double *)(var_15 + 0x28 + var_21) - var_19 * var_19;
var_19 = var_34(var_36);
if (0.0 <= var_36) {
var_16 = *(long *)((long)this + 0x18);
}
else {
var_35(var_36);
var_16 = *(long *)((long)this + 0x18);
var_10 = *(long *)((long)this + 0x38);
var_15 = *(long *)((long)this + 0x48);
}
}
var_21 = var_8 * 0x58;
var_37[8] = (var_17 - var_24) / (var_34(var_25) * var_19);
var_24 = *(double *)(var_10 + 0x30 + var_21);
var_17 = *(double *)(var_16 + 0x30 + var_21);
var_24 = var_24 * var_24;
var_25 = *(double *)(var_15 + 0x30 + var_21) - var_24;
var_19 = var_34(var_25);
if (var_25 < 0.0) {
var_35(var_25);
var_10 = *(long *)((long)this + 0x38);
var_15 = *(long *)((long)this + 0x48);
var_19 = *(double *)(var_10 + 0x30 + var_21);
var_36 = *(double *)(var_15 + 0x30 + var_21) - var_19 * var_19;
var_19 = var_34(var_36);
if (0.0 <= var_36) {
var_16 = *(long *)((long)this + 0x18);
}
else {
var_35(var_36);
var_16 = *(long *)((long)this + 0x18);
var_10 = *(long *)((long)this + 0x38);
var_15 = *(long *)((long)this + 0x48);
}
}
var_21 = var_8 * 0x58;
var_37[0x40] = (var_17 - var_24) / (var_34(var_25) * var_19);
var_24 = *(double *)(var_10 + 0x38 + var_21);
var_24 = var_24 * var_24;
var_17 = *(double *)(var_16 + 0x38 + var_21);
var_25 = *(double *)(var_15 + 0x38 + var_21) - var_24;
var_19 = var_34(var_25);
if (var_25 < 0.0) {
var_35(var_25);
var_19 = *(double *)(*(long *)((long)this + 0x38) + var_21 + 0x38);
var_36 = *(double *)(var_21 + *(long *)((long)this + 0x48) + 0x38) - var_19 * var_19;
var_19 = var_34(var_36);
if (var_36 < 0.0) {
var_35(var_36);
}
}
var_18 = *(int *)(var_12 + 4);
var_37[0x78] = (var_17 - var_24) / (var_34(var_25) * var_19);
if (var_18 == 2) {
var_10 = var_8 * 0x58;
var_24 = *(double *)(*(long *)((long)this + 0x38) + var_10 + 0x40);
var_24 = var_24 * var_24;
var_17 = *(double *)(*(long *)((long)this + 0x18) + var_10 + 0x40);
var_25 = *(double *)(*(long *)((long)this + 0x48) + var_10 + 0x40) - var_24;
var_19 = var_34(var_25);
if (var_25 < 0.0) {
var_35(var_25);
var_19 = *(double *)(*(long *)((long)this + 0x38) + var_10 + 0x40);
var_36 = *(double *)(*(long *)((long)this + 0x48) + var_10 + 0x40) - var_19 * var_19;
var_19 = var_34(var_36);
if (var_36 < 0.0) {
var_35(var_36);
}
}
var_37[0xb0] = (var_17 - var_24) / (var_34(var_25) * var_19);
}
if (*(int *)(var_12 + 0x33c) != 0) {
var_10 = var_8 * 0x58;
var_24 = *(double *)(*(long *)((long)this + 0x38) + var_10 + 0x48);
var_24 = var_24 * var_24;
var_17 = *(double *)(*(long *)((long)this + 0x18) + var_10 + 0x48);
var_25 = *(double *)(*(long *)((long)this + 0x48) + var_10 + 0x48) - var_24;
var_19 = var_34(var_25);
if (var_25 < 0.0) {
var_35(var_25);
var_19 = *(double *)(*(long *)((long)this + 0x38) + var_10 + 0x48);
var_36 = *(double *)(var_10 + *(long *)((long)this + 0x48) + 0x48) - var_19 * var_19;
var_19 = var_34(var_36);
if (var_36 < 0.0) {
var_35(var_36);
}
}
var_37[0xe8] = (var_17 - var_24) / (var_34(var_25) * var_19);
}
var_8 = var_8 + 1;
var_37 = var_37 + 1;
var_38 = var_38 + 0xb;
var_39 = var_39 + 0xb;
var_40 = var_40 + 0xb;
var_13 = var_13 + 0x58;
} while (var_9 != var_8);
}
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (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: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) 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: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (call_expression function: (identifier) arguments: (argument_list (call_expression function: (identifier) arguments: (argument_list (number_literal))) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (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: (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: (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))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_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: (parenthesized_expression (binary_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: (parenthesized_expression (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) 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: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (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: (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))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (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: (identifier)) right: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (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: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (binary_expression left: (pointer_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: (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (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: (subscript_expression argument: (identifier) index: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (identifier) right: (pointer_expression argument: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) 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: (identifier) right: (binary_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: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (pointer_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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (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: (pointer_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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (pointer_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: (pointer_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: (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: (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (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: (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (binary_expression left: (pointer_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: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (binary_expression left: (pointer_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: (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (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: (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))))) right: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (identifier) right: (pointer_expression argument: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) 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: (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: (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: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (pointer_expression argument: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (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)) 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: (primitive_type)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (pointer_expression argument: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (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)) 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: (primitive_type)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (pointer_expression argument: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_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: (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: (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: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (pointer_expression argument: (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: (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)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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: (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: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (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)))))))))) (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: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (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)))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (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))))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) 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: (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: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (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)) value: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (pointer_expression argument: (identifier)) right: (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)) value: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (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: (number_literal))))) right: (binary_expression left: (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (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: (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: (binary_expression left: (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))) 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: (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: (binary_expression left: (identifier) right: (identifier)) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))) 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: (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: (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: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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: (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)) 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: (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: (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)))) (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: (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: (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: (binary_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: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (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: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (binary_expression left: (call_expression function: (identifier) arguments: (argument_list (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: (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)) 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: (identifier)))) (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: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))))) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (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: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))))))) (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: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))))) right: (binary_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: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (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: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (binary_expression left: (call_expression function: (identifier) arguments: (argument_list (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: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (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: (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: (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)))) (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))) right: (number_literal))))) right: (binary_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)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (binary_expression left: (call_expression function: (identifier) arguments: (argument_list (identifier))) right: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (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)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)) right: (number_literal))))) 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)))) (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)) right: (number_literal))))) right: (binary_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)))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (binary_expression left: (call_expression function: (identifier) arguments: (argument_list (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: (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: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (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: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)) right: (number_literal))))) 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)))) (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))) right: (number_literal))))) right: (binary_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)))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (binary_expression left: (call_expression function: (identifier) arguments: (argument_list (identifier))) right: (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (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: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) (return_statement))))
| null |
void MASKED(long *param_1)
{
long *plVar1;
long lVar2;
undefined1 auVar3 [16];
ulong uVar4;
int iVar5;
int iVar6;
long lVar7;
ulong uVar8;
long lVar9;
double *pdVar10;
long lVar11;
long lVar12;
long lVar13;
ulong uVar14;
long *plVar15;
long lVar16;
double *pdVar17;
double *pdVar18;
double *pdVar19;
double *pdVar20;
double dVar21;
double dVar22;
double dVar23;
double dVar24;
double dVar25;
long local_f0;
ulong local_e8;
long local_d8;
long local_78;
double *local_70;
long local_58;
double *local_50;
double *local_48;
iVar5 = omp_get_num_threads();
iVar6 = omp_get_thread_num();
uVar4 = DAT_003efbd0;
auVar3._8_8_ = 0;
auVar3._0_8_ = SUB168(SEXT816(4),8);
auVar3 = auVar3 << 0x40 | ZEXT816(4);
lVar7 = SUB168(auVar3 / SEXT816((long)iVar5),0);
local_78 = SUB168(auVar3 % SEXT816((long)iVar5),0);
if (iVar6 < local_78) {
lVar7 = lVar7 + 1;
local_78 = 0;
}
local_78 = iVar6 * lVar7 + local_78;
lVar7 = lVar7 + local_78;
if (local_78 < lVar7) {
plVar1 = (long *)param_1[2];
lVar2 = *param_1;
uVar8 = (ulong)*(uint *)(param_1 + 10);
pdVar10 = (double *)(param_1[1] + local_78 * 8);
lVar13 = local_78 * 0x58 + 0x28;
local_58 = local_78 * 0x58 + param_1[5];
local_70 = (double *)(param_1[4] + lVar13);
local_48 = (double *)(param_1[8] + lVar13);
local_50 = (double *)(lVar13 + param_1[6]);
do {
dVar25 = DAT_003fce50;
if (uVar8 == 0) {
lVar13 = param_1[7];
lVar9 = param_1[9];
}
else {
local_f0 = 0;
local_e8 = 0;
iVar5 = *(int *)(lVar2 + 4);
iVar6 = *(int *)(lVar2 + 0x33c);
lVar11 = local_78 * 0x58;
pdVar19 = local_50;
pdVar20 = local_48;
do {
local_d8 = 0;
pdVar18 = (double *)(local_58 + 0x2e8 + local_f0);
uVar14 = local_e8;
plVar15 = plVar1;
pdVar17 = local_70;
do {
lVar9 = local_f0 + *plVar15;
lVar13 = lVar9 + lVar11;
dVar21 = *(double *)(lVar13 + 0x28);
*pdVar10 = dVar21 * dVar21 + *pdVar10;
pdVar10[0x38] = *(double *)(lVar13 + 0x30) * *(double *)(lVar13 + 0x30) + pdVar10[0x38];
pdVar10[0x70] = *(double *)(lVar13 + 0x38) * *(double *)(lVar13 + 0x38) + pdVar10[0x70];
if (iVar5 == 2) {
pdVar10[0xa8] =
*(double *)(lVar13 + 0x40) * *(double *)(lVar13 + 0x40) + pdVar10[0xa8];
}
if (iVar6 != 0) {
dVar22 = *(double *)(lVar9 + 0x48 + lVar11);
pdVar10[0xe0] = dVar22 * dVar22 + pdVar10[0xe0];
}
lVar13 = lVar9 + lVar11;
*pdVar20 = dVar21 + *pdVar20;
pdVar20[1] = pdVar20[1] + *(double *)(lVar13 + 0x30);
pdVar20[2] = pdVar20[2] + *(double *)(lVar13 + 0x38);
if (iVar5 == 2) {
pdVar20[3] = pdVar20[3] + *(double *)(lVar13 + 0x40);
}
if (iVar6 != 0) {
pdVar20[4] = pdVar20[4] + *(double *)(lVar9 + 0x48 + lVar11);
}
lVar13 = lVar9 + lVar11;
dVar21 = (double)local_d8;
lVar16 = param_1[3];
lVar12 = lVar16 + lVar11;
*(double *)(lVar12 + 0x28) =
*(double *)(lVar13 + 0x28) * dVar21 + *(double *)(lVar12 + 0x28);
*(double *)(lVar12 + 0x30) =
*(double *)(lVar13 + 0x30) * dVar21 + *(double *)(lVar12 + 0x30);
*(double *)(lVar12 + 0x38) =
*(double *)(lVar13 + 0x38) * dVar21 + *(double *)(lVar12 + 0x38);
if (iVar5 == 2) {
*(double *)(lVar12 + 0x40) =
*(double *)(lVar13 + 0x40) * dVar21 + *(double *)(lVar12 + 0x40);
}
if (iVar6 != 0) {
lVar16 = lVar16 + lVar11;
*(double *)(lVar16 + 0x48) =
dVar21 * *(double *)(lVar9 + 0x48 + lVar11) + *(double *)(lVar16 + 0x48);
}
lVar13 = lVar9 + lVar11;
dVar21 = *(double *)(lVar13 + 0x28);
dVar22 = (double)(long)(uVar14 * uVar14 + 1);
pdVar10[0x10] = dVar21 / dVar22 + pdVar10[0x10];
pdVar10[0x48] = *(double *)(lVar13 + 0x30) / dVar22 + pdVar10[0x48];
pdVar10[0x80] = *(double *)(lVar13 + 0x38) / dVar22 + pdVar10[0x80];
if (iVar5 == 2) {
pdVar10[0xb8] = *(double *)(lVar13 + 0x40) / dVar22 + pdVar10[0xb8];
}
if (iVar6 != 0) {
pdVar10[0xf0] = *(double *)(lVar9 + 0x48 + lVar11) / dVar22 + pdVar10[0xf0];
}
lVar13 = lVar9 + lVar11;
*pdVar18 = dVar21 + *pdVar18;
pdVar18[1] = pdVar18[1] + *(double *)(lVar13 + 0x30);
pdVar18[2] = pdVar18[2] + *(double *)(lVar13 + 0x38);
if (iVar5 == 2) {
pdVar18[3] = pdVar18[3] + *(double *)(lVar13 + 0x40);
}
if (iVar6 != 0) {
pdVar18[4] = pdVar18[4] + *(double *)(lVar9 + 0x48 + lVar11);
}
dVar21 = *(double *)(lVar9 + 0x28 + lVar11);
dVar23 = (double)((ulong)dVar21 & uVar4);
dVar22 = DAT_00411ee0;
if (dVar25 <= dVar23) {
dVar22 = log10(dVar23);
lVar9 = local_f0 + *plVar15;
}
dVar23 = DAT_00411ee0;
pdVar10[0x20] = pdVar10[0x20] - dVar21 * dVar22;
dVar21 = *(double *)(lVar9 + 0x30 + lVar11);
dVar22 = (double)((ulong)dVar21 & uVar4);
if (dVar25 <= dVar22) {
dVar23 = log10(dVar22);
lVar9 = local_f0 + *plVar15;
}
dVar22 = DAT_00411ee0;
pdVar10[0x58] = pdVar10[0x58] - dVar21 * dVar23;
dVar21 = *(double *)(lVar9 + 0x38 + lVar11);
dVar23 = (double)((ulong)dVar21 & uVar4);
if (dVar25 <= dVar23) {
dVar22 = log10(dVar23);
lVar9 = local_f0 + *plVar15;
}
iVar5 = *(int *)(lVar2 + 4);
pdVar10[0x90] = pdVar10[0x90] - dVar21 * dVar22;
if (iVar5 == 2) {
dVar21 = *(double *)(lVar9 + 0x40 + lVar11);
dVar23 = (double)((ulong)dVar21 & uVar4);
dVar22 = DAT_00411ee0;
if (dVar25 <= dVar23) {
dVar22 = log10(dVar23);
lVar9 = local_f0 + *plVar15;
}
pdVar10[200] = pdVar10[200] - dVar21 * dVar22;
}
iVar6 = *(int *)(lVar2 + 0x33c);
if (iVar6 != 0) {
dVar21 = *(double *)(lVar9 + 0x48 + lVar11);
dVar23 = (double)((ulong)dVar21 & uVar4);
dVar22 = DAT_00411ee0;
if (dVar25 <= dVar23) {
dVar22 = log10(dVar23);
lVar9 = local_f0 + *plVar15;
iVar6 = *(int *)(lVar2 + 0x33c);
}
pdVar10[0x100] = pdVar10[0x100] - dVar21 * dVar22;
}
lVar13 = lVar9 + lVar11;
*pdVar17 = *pdVar17 + *(double *)(lVar13 + 0x28);
pdVar17[1] = pdVar17[1] + *(double *)(lVar13 + 0x30);
pdVar17[2] = pdVar17[2] + *(double *)(lVar13 + 0x38);
if (iVar6 != 0) {
pdVar17[4] = pdVar17[4] + *(double *)(lVar13 + 0x48);
}
iVar5 = *(int *)(lVar2 + 4);
if (iVar5 == 2) {
lVar13 = lVar9 + lVar11;
pdVar17[3] = pdVar17[3] + *(double *)(lVar13 + 0x40);
*pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);
pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);
pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);
pdVar19[3] = pdVar19[3] + *(double *)(lVar13 + 0x40);
}
else {
lVar13 = lVar9 + lVar11;
*pdVar19 = *pdVar19 + *(double *)(lVar13 + 0x28);
pdVar19[1] = pdVar19[1] + *(double *)(lVar13 + 0x30);
pdVar19[2] = pdVar19[2] + *(double *)(lVar13 + 0x38);
}
if (iVar6 != 0) {
pdVar19[4] = pdVar19[4] + *(double *)(lVar9 + 0x48 + lVar11);
}
plVar15 = plVar15 + 1;
pdVar17 = pdVar17 + 0x2c;
pdVar18 = pdVar18 + 0x2c;
local_d8 = local_d8 + local_e8;
uVar14 = uVar14 - 1;
} while (local_e8 - uVar8 != uVar14);
lVar13 = param_1[7];
dVar22 = (double)(long)local_e8;
lVar9 = param_1[9];
lVar12 = lVar13 + lVar11;
lVar16 = lVar9 + lVar11;
*(double *)(lVar12 + 0x28) = *pdVar20 * dVar22 + *(double *)(lVar12 + 0x28);
dVar21 = (double)(long)(local_e8 * local_e8);
*(double *)(lVar16 + 0x28) = *pdVar20 * dVar21 + *(double *)(lVar16 + 0x28);
*(double *)(lVar12 + 0x30) = pdVar20[1] * dVar22 + *(double *)(lVar12 + 0x30);
*(double *)(lVar16 + 0x30) = pdVar20[1] * dVar21 + *(double *)(lVar16 + 0x30);
*(double *)(lVar12 + 0x38) = pdVar20[2] * dVar22 + *(double *)(lVar12 + 0x38);
*(double *)(lVar16 + 0x38) = pdVar20[2] * dVar21 + *(double *)(lVar16 + 0x38);
if (iVar5 == 2) {
*(double *)(lVar12 + 0x40) = pdVar20[3] * dVar22 + *(double *)(lVar12 + 0x40);
*(double *)(lVar16 + 0x40) = pdVar20[3] * dVar21 + *(double *)(lVar16 + 0x40);
}
if (iVar6 != 0) {
*(double *)(lVar13 + lVar11 + 0x48) =
dVar22 * pdVar20[4] + *(double *)(lVar13 + lVar11 + 0x48);
*(double *)(lVar9 + lVar11 + 0x48) =
dVar21 * pdVar20[4] + *(double *)(lVar9 + lVar11 + 0x48);
}
local_e8 = local_e8 + 1;
pdVar20 = pdVar20 + 0x2c;
pdVar19 = pdVar19 + 0x2c;
local_f0 = local_f0 + 0x160;
} while (local_e8 != uVar8);
}
lVar11 = param_1[3];
lVar12 = local_78 * 0x58;
dVar25 = *(double *)(lVar13 + 0x28 + lVar12);
dVar25 = dVar25 * dVar25;
dVar21 = *(double *)(lVar11 + 0x28 + lVar12);
dVar23 = *(double *)(lVar9 + 0x28 + lVar12) - dVar25;
dVar22 = SQRT(dVar23);
if (dVar23 < 0.0) {
sqrt(dVar23);
lVar13 = param_1[7];
lVar9 = param_1[9];
dVar22 = *(double *)(lVar13 + 0x28 + lVar12);
dVar24 = *(double *)(lVar9 + 0x28 + lVar12) - dVar22 * dVar22;
dVar22 = SQRT(dVar24);
if (0.0 <= dVar24) {
lVar11 = param_1[3];
}
else {
sqrt(dVar24);
lVar11 = param_1[3];
lVar13 = param_1[7];
lVar9 = param_1[9];
}
}
lVar12 = local_78 * 0x58;
pdVar10[8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);
dVar25 = *(double *)(lVar13 + 0x30 + lVar12);
dVar21 = *(double *)(lVar11 + 0x30 + lVar12);
dVar25 = dVar25 * dVar25;
dVar23 = *(double *)(lVar9 + 0x30 + lVar12) - dVar25;
dVar22 = SQRT(dVar23);
if (dVar23 < 0.0) {
sqrt(dVar23);
lVar13 = param_1[7];
lVar9 = param_1[9];
dVar22 = *(double *)(lVar13 + 0x30 + lVar12);
dVar24 = *(double *)(lVar9 + 0x30 + lVar12) - dVar22 * dVar22;
dVar22 = SQRT(dVar24);
if (0.0 <= dVar24) {
lVar11 = param_1[3];
}
else {
sqrt(dVar24);
lVar11 = param_1[3];
lVar13 = param_1[7];
lVar9 = param_1[9];
}
}
lVar12 = local_78 * 0x58;
pdVar10[0x40] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);
dVar25 = *(double *)(lVar13 + 0x38 + lVar12);
dVar25 = dVar25 * dVar25;
dVar21 = *(double *)(lVar11 + 0x38 + lVar12);
dVar23 = *(double *)(lVar9 + 0x38 + lVar12) - dVar25;
dVar22 = SQRT(dVar23);
if (dVar23 < 0.0) {
sqrt(dVar23);
dVar22 = *(double *)(param_1[7] + lVar12 + 0x38);
dVar24 = *(double *)(lVar12 + param_1[9] + 0x38) - dVar22 * dVar22;
dVar22 = SQRT(dVar24);
if (dVar24 < 0.0) {
sqrt(dVar24);
}
}
iVar5 = *(int *)(lVar2 + 4);
pdVar10[0x78] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);
if (iVar5 == 2) {
lVar13 = local_78 * 0x58;
dVar25 = *(double *)(param_1[7] + lVar13 + 0x40);
dVar25 = dVar25 * dVar25;
dVar21 = *(double *)(param_1[3] + lVar13 + 0x40);
dVar23 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar25;
dVar22 = SQRT(dVar23);
if (dVar23 < 0.0) {
sqrt(dVar23);
dVar22 = *(double *)(param_1[7] + lVar13 + 0x40);
dVar24 = *(double *)(param_1[9] + lVar13 + 0x40) - dVar22 * dVar22;
dVar22 = SQRT(dVar24);
if (dVar24 < 0.0) {
sqrt(dVar24);
}
}
pdVar10[0xb0] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);
}
if (*(int *)(lVar2 + 0x33c) != 0) {
lVar13 = local_78 * 0x58;
dVar25 = *(double *)(param_1[7] + lVar13 + 0x48);
dVar25 = dVar25 * dVar25;
dVar21 = *(double *)(param_1[3] + lVar13 + 0x48);
dVar23 = *(double *)(param_1[9] + lVar13 + 0x48) - dVar25;
dVar22 = SQRT(dVar23);
if (dVar23 < 0.0) {
sqrt(dVar23);
dVar22 = *(double *)(param_1[7] + lVar13 + 0x48);
dVar24 = *(double *)(lVar13 + param_1[9] + 0x48) - dVar22 * dVar22;
dVar22 = SQRT(dVar24);
if (dVar24 < 0.0) {
sqrt(dVar24);
}
}
pdVar10[0xe8] = (dVar21 - dVar25) / (SQRT(dVar23) * dVar22);
}
local_78 = local_78 + 1;
pdVar10 = pdVar10 + 1;
local_70 = local_70 + 0xb;
local_48 = local_48 + 0xb;
local_50 = local_50 + 0xb;
local_58 = local_58 + 0x58;
} while (lVar7 != local_78);
}
return;
}
|
5004_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
|
add_output_section_generic
|
FUN_0021e440
|
/* DWARF original prototype: void add_output_section_generic(Output_data_reloc<9,_true,_64,_true> *
this, Output_section * os, uint type, Output_data * od, uint64_t address, uint64_t addend) */
void __thiscall
gold::Output_data_reloc<9,_true,_64,_true>::add_output_section_generic
(Output_data_reloc<9,_true,_64,_true> *this,Output_section *os,uint type,Output_data *od,
uint64_t address,uint64_t addend)
{
Output_reloc<9,_true,_64,_true> OStack_48;
if (addend == 0) {
Output_reloc<9,_true,_64,_true>::Output_reloc(&OStack_48,os,type,od,address,false);
Output_data_reloc_base<9,_true,_64,_true>::add
(&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48);
return;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0x793,"add_output_section_generic");
}
|
void FUN_0021e440(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,long param_6)
{
undefined1 auStack_48 [48];
if (param_6 == 0) {
FUN_002065f0(auStack_48);
FUN_0021dce0(param_1,param_4,auStack_48);
return;
}
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/output.h",0x793,"add_output_section_generic");
}
|
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x30
TEST R9,R9
JNZ 0x0021e478
MOV RBP,RSP
MOV RBX,RCX
MOV R12,RDI
XOR R9D,R9D
MOV RDI,RBP
CALL 0x002065f0
MOV RDX,RBP
MOV RSI,RBX
MOV RDI,R12
CALL 0x0021dce0
ADD RSP,0x30
POP RBX
POP RBP
POP R12
RET
LEA RDX,[0x37efd0]
MOV ESI,0x793
LEA RDI,[0x373454]
CALL 0x0017c650
| null | null | null | null |
[(u'PTRSUB_-1203837643', u'CALL_-1203837808'), ('tmp_226', u'CALL_-1203837808'), (u'PTRSUB_-1203837603', u'CALL_-1203837788'), ('const-1939', u'CALL_-1203837725'), ('const--72', u'PTRSUB_-1203837642'), ('tmp_228', u'CALL_-1203837788'), ('tmp_406', u'PTRSUB_-1203837643'), (u'PTRSUB_-1203837642', u'CALL_-1203837788'), ('tmp_76', u'CBRANCH_-1203837844'), ('const--72', u'PTRSUB_-1203837643'), ('const-3617876', u'COPY_-1203837639'), ('const-0', u'CALL_-1203837808'), ('tmp_229', u'CALL_-1203837808'), (u'INT_EQUAL_-1203837847', u'CBRANCH_-1203837844'), ('tmp_230', u'INT_EQUAL_-1203837847'), ('const-3665872', u'COPY_-1203837638'), ('tmp_227', u'CALL_-1203837808'), ('const-0', u'RETURN_-1203837748'), ('tmp_225', u'PTRSUB_-1203837603'), (u'COPY_-1203837639', u'CALL_-1203837725'), ('tmp_228', u'CALL_-1203837808'), ('const-1', u'RETURN_-1203837720'), ('tmp_406', u'PTRSUB_-1203837642'), (u'COPY_-1203837638', u'CALL_-1203837725'), ('const-0', u'PTRSUB_-1203837603'), ('const-0', u'INT_EQUAL_-1203837847')]
|
[('tmp_393', u'CALL_-1203837788'), (u'INT_EQUAL_-1203837847', u'CBRANCH_-1203837844'), ('const--72', u'PTRSUB_-1203837651'), (u'COPY_-1203837647', u'CALL_-1203837725'), (u'PTRSUB_-1203837651', u'CALL_-1203837788'), ('const-1939', u'CALL_-1203837725'), ('tmp_387', u'PTRSUB_-1203837652'), ('const--72', u'PTRSUB_-1203837652'), ('const-0', u'RETURN_-1203837748'), ('const-3665872', u'COPY_-1203837647'), ('tmp_76', u'CBRANCH_-1203837844'), ('const-1', u'RETURN_-1203837720'), (u'PTRSUB_-1203837652', u'CALL_-1203837808'), ('tmp_387', u'PTRSUB_-1203837651'), (u'COPY_-1203837648', u'CALL_-1203837725'), ('const-3617876', u'COPY_-1203837648'), ('tmp_390', u'INT_EQUAL_-1203837847'), ('tmp_391', u'CALL_-1203837788'), ('const-0', u'INT_EQUAL_-1203837847')]
| null | null |
0021e440
|
x64
|
O2
|
(translation_unit "void FUN_0021e440(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,long param_6)\n\n{\n undefined1 auStack_48 [48];\n \n if (param_6 == 0) {\n FUN_002065f0(auStack_48);\n FUN_0021dce0(param_1,param_4,auStack_48);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x793,"add_output_section_generic");\n}\n\n" (function_definition "void FUN_0021e440(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,long param_6)\n\n{\n undefined1 auStack_48 [48];\n \n if (param_6 == 0) {\n FUN_002065f0(auStack_48);\n FUN_0021dce0(param_1,param_4,auStack_48);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x793,"add_output_section_generic");\n}" primitive_type (function_declarator "FUN_0021e440(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,long param_6)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,long param_6)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "long param_6" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined1 auStack_48 [48];\n \n if (param_6 == 0) {\n FUN_002065f0(auStack_48);\n FUN_0021dce0(param_1,param_4,auStack_48);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x793,"add_output_section_generic");\n}" { (declaration "undefined1 auStack_48 [48];" type_identifier (array_declarator "auStack_48 [48]" identifier [ number_literal ]) ;) (if_statement "if (param_6 == 0) {\n FUN_002065f0(auStack_48);\n FUN_0021dce0(param_1,param_4,auStack_48);\n return;\n }" if (parenthesized_expression "(param_6 == 0)" ( (binary_expression "param_6 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_002065f0(auStack_48);\n FUN_0021dce0(param_1,param_4,auStack_48);\n return;\n }" { (expression_statement "FUN_002065f0(auStack_48);" (call_expression "FUN_002065f0(auStack_48)" identifier (argument_list "(auStack_48)" ( identifier ))) ;) (expression_statement "FUN_0021dce0(param_1,param_4,auStack_48);" (call_expression "FUN_0021dce0(param_1,param_4,auStack_48)" identifier (argument_list "(param_1,param_4,auStack_48)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_0017c650("../../gold/output.h",0x793,"add_output_section_generic");" (call_expression "FUN_0017c650("../../gold/output.h",0x793,"add_output_section_generic")" identifier (argument_list "("../../gold/output.h",0x793,"add_output_section_generic")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""add_output_section_generic"" " string_content ") ))) ;) })))
|
(translation_unit "/* DWARF original prototype: void add_output_section_generic(Output_data_reloc<9,_true,_64,_true> *\n this, Output_section * os, uint type, Output_data * od, uint64_t address, uint64_t addend) */\n\nvoid __thiscall\ngold::Output_data_reloc<9,_true,_64,_true>::add_output_section_generic\n (Output_data_reloc<9,_true,_64,_true> *this,Output_section *os,uint type,Output_data *od,\n uint64_t address,uint64_t addend)\n\n{\n Output_reloc<9,_true,_64,_true> OStack_48;\n \n if (addend == 0) {\n Output_reloc<9,_true,_64,_true>::Output_reloc(&OStack_48,os,type,od,address,false);\n Output_data_reloc_base<9,_true,_64,_true>::add\n (&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48);\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x793,"add_output_section_generic");\n}\n\n" comment (declaration "void __thiscall\ngold::Output_data_reloc<9,_true,_64,_true>::add_output_section_generic\n (Output_data_reloc<9,_true,_64,_true> *this,Output_section *os,uint type,Output_data *od,\n uint64_t address,uint64_t addend)\n\n{\n Output_reloc<9,_true,_64,_true> OStack_48;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_true>::add_output_section_generic\n (Output_data_reloc<9,_true,_64,_true> *this,Output_section *os,uint type,Output_data *od,\n uint64_t address,uint64_t addend)\n\n{" identifier > : : (function_declarator "add_output_section_generic\n (Output_data_reloc<9,_true,_64,_true> *this,Output_section *os,uint type,Output_data *od,\n uint64_t address,uint64_t addend)" identifier (parameter_list "(Output_data_reloc<9,_true,_64,_true> *this,Output_section *os,uint type,Output_data *od,\n uint64_t address,uint64_t addend)" ( (parameter_declaration "Output_data_reloc" type_identifier) (ERROR "<9" < number_literal) , (parameter_declaration "_true" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Output_section *os" type_identifier (pointer_declarator "*os" * identifier)) , (parameter_declaration "uint type" type_identifier identifier) , (parameter_declaration "Output_data *od" type_identifier (pointer_declarator "*od" * identifier)) , (parameter_declaration "uint64_t address" primitive_type identifier) , (parameter_declaration "uint64_t addend" primitive_type identifier) ))) {) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_true>" identifier >) identifier ;) (if_statement "if (addend == 0) {\n Output_reloc<9,_true,_64,_true>::Output_reloc(&OStack_48,os,type,od,address,false);\n Output_data_reloc_base<9,_true,_64,_true>::add\n (&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48);\n return;\n }" if (parenthesized_expression "(addend == 0)" ( (binary_expression "addend == 0" identifier == number_literal) )) (compound_statement "{\n Output_reloc<9,_true,_64,_true>::Output_reloc(&OStack_48,os,type,od,address,false);\n Output_data_reloc_base<9,_true,_64,_true>::add\n (&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48);\n return;\n }" { (expression_statement "Output_reloc<9,_true,_64,_true>::Output_reloc(&OStack_48,os,type,od,address,false);" (comma_expression "Output_reloc<9,_true,_64,_true>::Output_reloc(&OStack_48,os,type,od,address,false)" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_64,_true>::Output_reloc(&OStack_48,os,type,od,address,false)" identifier , (comma_expression "_64,_true>::Output_reloc(&OStack_48,os,type,od,address,false)" identifier , (binary_expression "_true>::Output_reloc(&OStack_48,os,type,od,address,false)" identifier > (ERROR "::" : :) (call_expression "Output_reloc(&OStack_48,os,type,od,address,false)" identifier (argument_list "(&OStack_48,os,type,od,address,false)" ( (pointer_expression "&OStack_48" & identifier) , identifier , identifier , identifier , identifier , false ))))))) ;) (expression_statement "Output_data_reloc_base<9,_true,_64,_true>::add\n (&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48);" (comma_expression "Output_data_reloc_base<9,_true,_64,_true>::add\n (&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48)" (binary_expression "Output_data_reloc_base<9" identifier < number_literal) , (comma_expression "_true,_64,_true>::add\n (&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48)" identifier , (comma_expression "_64,_true>::add\n (&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48)" identifier , (binary_expression "_true>::add\n (&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48)" identifier > (ERROR "::" : :) (call_expression "add\n (&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48)" identifier (argument_list "(&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48)" ( (binary_expression "&this->super_Output_data_reloc_base<9" (pointer_expression "&this->super_Output_data_reloc_base" & (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier)) < number_literal) , identifier , identifier , identifier (ERROR ">" >) , identifier , (pointer_expression "&OStack_48" & identifier) ))))))) ;) (return_statement "return;" return ;) })) comment (expression_statement "do_gold_unreachable("../../gold/output.h",0x793,"add_output_section_generic");" (call_expression "do_gold_unreachable("../../gold/output.h",0x793,"add_output_section_generic")" identifier (argument_list "("../../gold/output.h",0x793,"add_output_section_generic")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""add_output_section_generic"" " string_content ") ))) ;) (ERROR "}" }))
|
(translation_unit "void FUN_0021e440(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,long param_6)\n\n{\n undefined1 auStack_48 [48];\n \n if (param_6 == 0) {\n FUN_002065f0(auStack_48);\n FUN_0021dce0(param_1,param_4,auStack_48);\n return;\n }\n \n FUN_0017c650("../../gold/output.h",0x793,"add_output_section_generic");\n}\n\n" (function_definition "void FUN_0021e440(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,long param_6)\n\n{\n undefined1 auStack_48 [48];\n \n if (param_6 == 0) {\n FUN_002065f0(auStack_48);\n FUN_0021dce0(param_1,param_4,auStack_48);\n return;\n }\n \n FUN_0017c650("../../gold/output.h",0x793,"add_output_section_generic");\n}" primitive_type (function_declarator "FUN_0021e440(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,long param_6)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,long param_6)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "long param_6" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined1 auStack_48 [48];\n \n if (param_6 == 0) {\n FUN_002065f0(auStack_48);\n FUN_0021dce0(param_1,param_4,auStack_48);\n return;\n }\n \n FUN_0017c650("../../gold/output.h",0x793,"add_output_section_generic");\n}" { (declaration "undefined1 auStack_48 [48];" type_identifier (array_declarator "auStack_48 [48]" identifier [ number_literal ]) ;) (if_statement "if (param_6 == 0) {\n FUN_002065f0(auStack_48);\n FUN_0021dce0(param_1,param_4,auStack_48);\n return;\n }" if (parenthesized_expression "(param_6 == 0)" ( (binary_expression "param_6 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_002065f0(auStack_48);\n FUN_0021dce0(param_1,param_4,auStack_48);\n return;\n }" { (expression_statement "FUN_002065f0(auStack_48);" (call_expression "FUN_002065f0(auStack_48)" identifier (argument_list "(auStack_48)" ( identifier ))) ;) (expression_statement "FUN_0021dce0(param_1,param_4,auStack_48);" (call_expression "FUN_0021dce0(param_1,param_4,auStack_48)" identifier (argument_list "(param_1,param_4,auStack_48)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_0017c650("../../gold/output.h",0x793,"add_output_section_generic");" (call_expression "FUN_0017c650("../../gold/output.h",0x793,"add_output_section_generic")" identifier (argument_list "("../../gold/output.h",0x793,"add_output_section_generic")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""add_output_section_generic"" " string_content ") ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE (array_declarator 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 , IDENT , IDENT ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
|
(function_definition "void FUN_0021e440(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,long param_6)\n\n{\n undefined1 auStack_48 [48];\n \n if (param_6 == 0) {\n FUN_002065f0(auStack_48);\n FUN_0021dce0(param_1,param_4,auStack_48);\n return;\n }\n \n FUN_0017c650("../../gold/output.h",0x793,"add_output_section_generic");\n}" (primitive_type "void") (function_declarator "FUN_0021e440(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,long param_6)" (identifier "FUN_0021e440") (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,long param_6)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) (, ",") (parameter_declaration "undefined8 param_5" (type_identifier "undefined8") (identifier "param_5")) (, ",") (parameter_declaration "long param_6" (sized_type_specifier "long" (long "long")) (identifier "param_6")) () ")"))) (compound_statement "{\n undefined1 auStack_48 [48];\n \n if (param_6 == 0) {\n FUN_002065f0(auStack_48);\n FUN_0021dce0(param_1,param_4,auStack_48);\n return;\n }\n \n FUN_0017c650("../../gold/output.h",0x793,"add_output_section_generic");\n}" ({ "{") (declaration "undefined1 auStack_48 [48];" (type_identifier "undefined1") (array_declarator "auStack_48 [48]" (identifier "auStack_48") ([ "[") (number_literal "48") (] "]")) (; ";")) (if_statement "if (param_6 == 0) {\n FUN_002065f0(auStack_48);\n FUN_0021dce0(param_1,param_4,auStack_48);\n return;\n }" (if "if") (parenthesized_expression "(param_6 == 0)" (( "(") (binary_expression "param_6 == 0" (identifier "param_6") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_002065f0(auStack_48);\n FUN_0021dce0(param_1,param_4,auStack_48);\n return;\n }" ({ "{") (expression_statement "FUN_002065f0(auStack_48);" (call_expression "FUN_002065f0(auStack_48)" (identifier "FUN_002065f0") (argument_list "(auStack_48)" (( "(") (identifier "auStack_48") () ")"))) (; ";")) (expression_statement "FUN_0021dce0(param_1,param_4,auStack_48);" (call_expression "FUN_0021dce0(param_1,param_4,auStack_48)" (identifier "FUN_0021dce0") (argument_list "(param_1,param_4,auStack_48)" (( "(") (identifier "param_1") (, ",") (identifier "param_4") (, ",") (identifier "auStack_48") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0017c650("../../gold/output.h",0x793,"add_output_section_generic");" (call_expression "FUN_0017c650("../../gold/output.h",0x793,"add_output_section_generic")" (identifier "FUN_0017c650") (argument_list "("../../gold/output.h",0x793,"add_output_section_generic")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x793") (, ",") (string_literal ""add_output_section_generic"" (" """) (string_content "add_output_section_generic") (" """)) () ")"))) (; ";")) (} "}")))
|
/* DWARF original prototype: void add_output_section_generic(Output_data_reloc<9,_true,_64,_true> *
this, Output_section * os, uint type, Output_data * od, uint64_t address, uint64_t addend) */
void __thiscall
gold::Output_data_reloc<9,var_3,_64,var_3>::add_output_section_generic
(Output_data_reloc<9,var_3,_64,var_3> *this,Output_section *os,uint type,Output_data *od,
uint64_t address,uint64_t var_1)
{
var_2<9,var_3,_64,var_3> OStack_48;
if (var_1 == 0) {
var_2<9,var_3,_64,var_3>::var_2(&OStack_48,os,type,od,address,false);
var_4<9,var_3,_64,var_3>::var_5
(&this->super_Output_data_reloc_base<9,var_3,_64,var_3>,od,&OStack_48);
return;
}
/* WARNING: Subroutine does not return */
var_6("../../gold/output.h",0x793,"add_output_section_generic");
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
| null |
void MASKED(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,long param_6)
{
undefined1 auStack_48 [48];
if (param_6 == 0) {
FUN_002065f0(auStack_48);
FUN_0021dce0(param_1,param_4,auStack_48);
return;
}
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/output.h",0x793,"add_output_section_generic");
}
|
163_i686-gnu-objdump_and_i686-gnu-objdump_strip.c
|
disassemble_data
|
FUN_001097d0
|
void disassemble_data(bfd *abfd)
{
bfd_endian bVar1;
long lVar2;
bfd_target *pbVar3;
undefined4 uVar4;
long *__base;
long *plVar5;
bfd_arch_info *pbVar6;
bfd_target *pbVar7;
undefined8 uVar8;
char *pcVar9;
char *format;
long lVar10;
ulong uVar11;
asymbol *paVar12;
long lVar13;
asymbol **__src;
byte *pbVar14;
byte *pbVar15;
undefined8 *puVar16;
byte *pbVar17;
undefined8 *puVar18;
long *plVar19;
long *plVar20;
bool bVar21;
bool bVar22;
bool bVar23;
byte bVar24;
objdump_disasm_info aux;
disassemble_info disasm_info;
bVar24 = 0;
print_files = (print_file_list *)0x0;
prev_functionname = (char *)0x0;
prev_line = 0xffffffff;
sorted_symcount = symcount;
if (symcount == 0) {
sorted_symcount = dynsymcount;
}
prev_discriminator = 0;
sorted_syms = (asymbol **)xmalloc((sorted_symcount + synthcount) * 8);
lVar13 = sorted_symcount;
__src = dynsyms;
if (symcount != 0) {
__src = syms;
}
__base = (long *)memcpy(sorted_syms,__src,sorted_symcount * 8);
plVar5 = __base;
plVar19 = __base;
LAB_00109890:
lVar13 = lVar13 + -1;
plVar20 = plVar19;
if (-1 < lVar13) {
while( true ) {
plVar19 = plVar20 + 1;
lVar2 = *plVar20;
pbVar15 = *(byte **)(lVar2 + 8);
if ((pbVar15 == (byte *)0x0) || (*pbVar15 == 0)) break;
bVar21 = false;
bVar23 = (*(uint *)(lVar2 + 0x18) & 0x104) == 0;
if (!bVar23) {
lVar10 = 4;
pbVar14 = pbVar15;
pbVar17 = &DAT_0013d5f3;
do {
if (lVar10 == 0) break;
lVar10 = lVar10 + -1;
bVar21 = *pbVar14 < *pbVar17;
bVar23 = *pbVar14 == *pbVar17;
pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;
pbVar17 = pbVar17 + (ulong)bVar24 * -2 + 1;
} while (bVar23);
bVar22 = false;
bVar21 = (!bVar21 && !bVar23) == bVar21;
if (!bVar21) {
lVar10 = 5;
pbVar14 = &DAT_0013d5f8;
do {
if (lVar10 == 0) break;
lVar10 = lVar10 + -1;
bVar22 = *pbVar15 < *pbVar14;
bVar21 = *pbVar15 == *pbVar14;
pbVar15 = pbVar15 + (ulong)bVar24 * -2 + 1;
pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;
} while (bVar21);
if ((!bVar22 && !bVar21) != bVar22) break;
}
}
if ((*(long *)(lVar2 + 0x20) == 0x156ed8) ||
((*(byte *)(*(long *)(lVar2 + 0x20) + 0x21) & 0x10) != 0)) break;
*plVar5 = lVar2;
plVar5 = plVar5 + 1;
lVar13 = lVar13 + -1;
plVar20 = plVar19;
if (lVar13 < 0) goto LAB_00109904;
}
goto LAB_00109890;
}
LAB_00109904:
sorted_symcount = (long)plVar5 - (long)__base >> 3;
if (0 < synthcount) {
sorted_symcount = synthcount + sorted_symcount;
paVar12 = synthsyms;
do {
*plVar5 = (long)paVar12;
plVar5 = plVar5 + 1;
paVar12 = paVar12 + 1;
} while (plVar5 != __base + sorted_symcount);
}
qsort(__base,sorted_symcount,8,compare_symbols);
init_disassemble_info(&disasm_info,stdout,PTR_fprintf_00154fa8);
disasm_info.print_address_func = objdump_print_address;
aux.require_sec = 0;
aux.dynrelbuf = (arelent **)0x0;
aux.dynrelcount = 0;
aux.reloc = (arelent *)0x0;
disasm_info.symbol_at_address_func = objdump_symbol_at_address;
aux.abfd = abfd;
disasm_info.application_data = &aux;
if (machine != (char *)0x0) {
disasm_info.application_data = &aux;
pbVar6 = (bfd_arch_info *)bfd_scan_arch();
pcVar9 = machine;
if (pbVar6 == (bfd_arch_info *)0x0) {
format = (char *)dcgettext(0,"can\'t use supplied machine %s",5);
/* WARNING: Subroutine does not return */
fatal(format,pcVar9);
}
abfd->arch_info = pbVar6;
}
if (endian != BFD_ENDIAN_UNKNOWN) {
pbVar7 = (bfd_target *)xmalloc(0x370);
pbVar3 = abfd->xvec;
puVar18 = (undefined8 *)((ulong)&pbVar7->flavour & 0xfffffffffffffff8);
pbVar7->name = pbVar3->name;
pbVar7->backend_data = pbVar3->backend_data;
lVar13 = (long)pbVar7 - (long)puVar18;
puVar16 = (undefined8 *)((long)pbVar3 - lVar13);
for (uVar11 = (ulong)((int)lVar13 + 0x370U >> 3); uVar11 != 0; uVar11 = uVar11 - 1) {
*puVar18 = *puVar16;
puVar16 = puVar16 + (ulong)bVar24 * -2 + 1;
puVar18 = puVar18 + (ulong)bVar24 * -2 + 1;
}
abfd->xvec = pbVar7;
pbVar7->byteorder = endian;
}
uVar8 = bfd_get_mach(abfd);
bVar1 = abfd->xvec->byteorder;
uVar4 = bfd_get_arch(abfd);
aux.disassemble_fn = (disassembler_ftype)disassembler(uVar4,bVar1 == BFD_ENDIAN_BIG,uVar8,abfd);
if (aux.disassemble_fn == (disassembler_ftype)0x0) {
uVar4 = bfd_get_arch(abfd);
uVar8 = bfd_printable_arch_mach(uVar4,0);
pcVar9 = (char *)dcgettext(0,"can\'t disassemble for architecture %s\n",5);
non_fatal(pcVar9,uVar8);
exit_status = 1;
return;
}
disasm_info.flavour = abfd->xvec->flavour;
disasm_info.arch = bfd_get_arch(abfd);
disasm_info.mach = bfd_get_mach(abfd);
disasm_info.disassembler_options = disassembler_options;
disasm_info.octets_per_byte = bfd_octets_per_byte(abfd);
disasm_info.disassembler_needs_relocs = 0;
disasm_info.skip_zeroes = 8;
disasm_info.skip_zeroes_at_end = 3;
bVar1 = abfd->xvec->byteorder;
if (bVar1 == BFD_ENDIAN_BIG) {
disasm_info.endian = BFD_ENDIAN_BIG;
disasm_info.display_endian = BFD_ENDIAN_BIG;
}
else if (bVar1 == BFD_ENDIAN_LITTLE) {
disasm_info.endian = BFD_ENDIAN_LITTLE;
disasm_info.display_endian = BFD_ENDIAN_LITTLE;
}
else {
disasm_info.endian = BFD_ENDIAN_UNKNOWN;
}
disassemble_init_for_target(&disasm_info);
lVar13 = (*abfd->xvec->_bfd_get_dynamic_reloc_upper_bound)(abfd);
if (lVar13 < 0) {
if (dump_dynamic_reloc_info != 0) {
LAB_00109bee:
/* WARNING: Subroutine does not return */
bfd_fatal(abfd->filename);
}
}
else if (lVar13 != 0) {
aux.dynrelbuf = (arelent **)xmalloc(lVar13);
aux.dynrelcount = (*abfd->xvec->_bfd_canonicalize_dynamic_reloc)(abfd,aux.dynrelbuf,dynsyms);
if (aux.dynrelcount < 0) goto LAB_00109bee;
qsort(aux.dynrelbuf,aux.dynrelcount,8,compare_relocs);
}
disasm_info.symtab = sorted_syms;
disasm_info.symtab_size = (int)sorted_symcount;
bfd_map_over_sections(abfd,disassemble_section,&disasm_info);
if (aux.dynrelbuf != (arelent **)0x0) {
free(aux.dynrelbuf);
}
free(sorted_syms);
return;
}
|
void FUN_001097d0(undefined8 *param_1)
{
int iVar1;
undefined4 uVar2;
long *__base;
long *plVar3;
long lVar4;
undefined8 *puVar5;
undefined8 uVar6;
undefined8 uVar7;
long lVar8;
ulong uVar9;
long lVar10;
void *__src;
byte *pbVar11;
byte *pbVar12;
undefined8 *puVar13;
byte *pbVar14;
undefined8 *puVar15;
long *plVar16;
long *plVar17;
bool bVar18;
bool bVar19;
bool bVar20;
byte bVar21;
undefined8 *local_168 [2];
undefined4 local_158;
void *local_150;
size_t local_148;
long local_140;
undefined8 local_138;
undefined1 local_128 [16];
undefined1 *local_118;
undefined4 local_110;
undefined4 local_10c;
undefined8 local_108;
undefined4 local_100;
void *local_d8;
undefined4 local_cc;
code *local_a8;
code *local_a0;
undefined4 local_70;
undefined4 local_6c;
undefined8 local_68;
undefined4 local_60;
undefined8 local_40;
bVar21 = 0;
DAT_00157238 = 0;
DAT_00157248 = 0;
DAT_00157244 = 0xffffffff;
DAT_00157298 = DAT_001572a8;
if (DAT_001572a8 == 0) {
DAT_00157298 = DAT_00157278;
}
DAT_00157240 = 0;
DAT_001572a0 = (void *)xmalloc((DAT_00157298 + DAT_00157280) * 8);
lVar10 = DAT_00157298;
__src = DAT_00157290;
if (DAT_001572a8 != 0) {
__src = DAT_001572b0;
}
__base = (long *)memcpy(DAT_001572a0,__src,DAT_00157298 * 8);
plVar3 = __base;
plVar16 = __base;
LAB_00109890:
lVar10 = lVar10 + -1;
plVar17 = plVar16;
if (-1 < lVar10) {
while( true ) {
plVar16 = plVar17 + 1;
lVar4 = *plVar17;
pbVar12 = *(byte **)(lVar4 + 8);
if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;
bVar18 = false;
bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;
if (!bVar20) {
lVar8 = 4;
pbVar11 = pbVar12;
pbVar14 = &DAT_0013d5f3;
do {
if (lVar8 == 0) break;
lVar8 = lVar8 + -1;
bVar18 = *pbVar11 < *pbVar14;
bVar20 = *pbVar11 == *pbVar14;
pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;
pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;
} while (bVar20);
bVar19 = false;
bVar18 = (!bVar18 && !bVar20) == bVar18;
if (!bVar18) {
lVar8 = 5;
pbVar11 = &DAT_0013d5f8;
do {
if (lVar8 == 0) break;
lVar8 = lVar8 + -1;
bVar19 = *pbVar12 < *pbVar11;
bVar18 = *pbVar12 == *pbVar11;
pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;
pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;
} while (bVar18);
if ((!bVar19 && !bVar18) != bVar19) break;
}
}
if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||
((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;
*plVar3 = lVar4;
plVar3 = plVar3 + 1;
lVar10 = lVar10 + -1;
plVar17 = plVar16;
if (lVar10 < 0) goto LAB_00109904;
}
goto LAB_00109890;
}
LAB_00109904:
DAT_00157298 = (long)plVar3 - (long)__base >> 3;
if (0 < DAT_00157280) {
DAT_00157298 = DAT_00157280 + DAT_00157298;
lVar10 = DAT_00157288;
do {
*plVar3 = lVar10;
plVar3 = plVar3 + 1;
lVar10 = lVar10 + 0x30;
} while (plVar3 != __base + DAT_00157298);
}
qsort(__base,DAT_00157298,8,FUN_00109c90);
init_disassemble_info(local_128,stdout,PTR_fprintf_00154fa8);
local_a8 = FUN_001091e0;
local_158 = 0;
local_150 = (void *)0x0;
local_148 = 0;
local_138 = 0;
local_a0 = FUN_00108a80;
local_168[0] = param_1;
local_118 = (undefined1 *)local_168;
if (DAT_001572c0 != 0) {
local_118 = (undefined1 *)local_168;
lVar4 = bfd_scan_arch();
lVar10 = DAT_001572c0;
if (lVar4 == 0) {
uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);
/* WARNING: Subroutine does not return */
FUN_00136590(uVar6,lVar10);
}
param_1[0x18] = lVar4;
}
if (DAT_00155450 != 2) {
puVar5 = (undefined8 *)xmalloc(0x370);
puVar13 = (undefined8 *)param_1[1];
*puVar5 = *puVar13;
puVar5[0x6d] = puVar13[0x6d];
lVar10 = (long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);
puVar13 = (undefined8 *)((long)puVar13 - lVar10);
puVar15 = (undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);
for (uVar9 = (ulong)((int)lVar10 + 0x370U >> 3); uVar9 != 0; uVar9 = uVar9 - 1) {
*puVar15 = *puVar13;
puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;
puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;
}
param_1[1] = puVar5;
*(int *)((long)puVar5 + 0xc) = DAT_00155450;
}
uVar6 = bfd_get_mach(param_1);
iVar1 = *(int *)(param_1[1] + 0xc);
uVar2 = bfd_get_arch(param_1);
local_140 = disassembler(uVar2,iVar1 == 0,uVar6,param_1);
if (local_140 == 0) {
uVar2 = bfd_get_arch(param_1);
uVar6 = bfd_printable_arch_mach(uVar2,0);
uVar7 = dcgettext(0,"can\'t disassemble for architecture %s\n",5);
FUN_00136630(uVar7,uVar6);
DAT_00157388 = 1;
return;
}
local_110 = *(undefined4 *)(param_1[1] + 8);
local_10c = bfd_get_arch(param_1);
local_108 = bfd_get_mach(param_1);
local_40 = DAT_001572b8;
local_6c = bfd_octets_per_byte(param_1);
local_60 = 0;
local_68 = 0x300000008;
if (*(int *)(param_1[1] + 0xc) == 0) {
local_100 = 0;
local_70 = 0;
}
else if (*(int *)(param_1[1] + 0xc) == 1) {
local_100 = 1;
local_70 = 1;
}
else {
local_100 = 2;
}
disassemble_init_for_target(local_128);
lVar10 = (**(code **)(param_1[1] + 0x350))(param_1);
if (lVar10 < 0) {
if (DAT_00157368 != 0) {
LAB_00109bee:
/* WARNING: Subroutine does not return */
FUN_00136510(*param_1);
}
}
else if (lVar10 != 0) {
local_150 = (void *)xmalloc(lVar10);
local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);
if ((long)local_148 < 0) goto LAB_00109bee;
qsort(local_150,local_148,8,FUN_00108380);
}
local_d8 = DAT_001572a0;
local_cc = (undefined4)DAT_00157298;
bfd_map_over_sections(param_1,FUN_0010d910,local_128);
if (local_150 != (void *)0x0) {
free(local_150);
}
free(DAT_001572a0);
return;
}
|
PUSH R13
PUSH R12
PUSH RBP
MOV RBP,RDI
PUSH RBX
SUB RSP,0x148
MOV RDI,qword ptr [0x001572a8]
MOV qword ptr [0x00157238],0x0
MOV qword ptr [0x00157248],0x0
MOV dword ptr [0x00157244],0xffffffff
TEST RDI,RDI
CMOVZ RDI,qword ptr [0x00157278]
MOV dword ptr [0x00157240],0x0
MOV qword ptr [0x00157298],RDI
ADD RDI,qword ptr [0x00157280]
SHL RDI,0x3
CALL 0x00107350
MOV RBX,qword ptr [0x00157298]
CMP qword ptr [0x001572a8],0x0
MOV R10,RAX
MOV qword ptr [0x001572a0],RAX
MOV RSI,qword ptr [0x00157290]
LEA RDX,[RBX*0x8]
JZ 0x00109864
MOV RSI,qword ptr [0x001572b0]
MOV RDI,R10
LEA R12,[0x13d5f3]
LEA R13,[0x13d5f8]
CALL 0x001074b0
LEA R11,[0x156ed8]
MOV R10,RAX
MOV R9,RAX
NOP word ptr [RAX + RAX*0x1]
SUB RBX,0x1
JS 0x00109904
ADD R9,0x8
MOV R8,qword ptr [R9 + -0x8]
MOV RDX,qword ptr [R8 + 0x8]
TEST RDX,RDX
JZ 0x00109890
CMP byte ptr [RDX],0x0
JZ 0x00109890
TEST dword ptr [R8 + 0x18],0x104
JZ 0x001098e8
MOV ECX,0x4
MOV RSI,RDX
MOV RDI,R12
CMPSB.REPE RDI,RSI
SETA CL
SBB CL,0x0
TEST CL,CL
JZ 0x001098e8
MOV RSI,RDX
MOV ECX,0x5
MOV RDI,R13
CMPSB.REPE RDI,RSI
SETA DL
SBB DL,0x0
TEST DL,DL
JNZ 0x00109890
NOP dword ptr [RAX]
MOV RDX,qword ptr [R8 + 0x20]
CMP RDX,R11
JZ 0x00109890
TEST byte ptr [RDX + 0x21],0x10
JNZ 0x00109890
MOV qword ptr [RAX],R8
ADD RAX,0x8
SUB RBX,0x1
JNS 0x00109896
MOV RSI,RAX
MOV RDI,qword ptr [0x00157280]
SUB RSI,R10
SAR RSI,0x3
MOV qword ptr [0x00157298],RSI
TEST RDI,RDI
JLE 0x00109947
LEA RSI,[RDI + RSI*0x1]
MOV RDX,qword ptr [0x00157288]
LEA RCX,[R10 + RSI*0x8]
MOV qword ptr [RAX],RDX
ADD RAX,0x8
ADD RDX,0x30
CMP RAX,RCX
JNZ 0x00109930
MOV qword ptr [0x00157298],RSI
MOV RDI,R10
MOV EDX,0x8
LEA RBX,[RSP + 0x40]
LEA RCX,[0x109c90]
CALL 0x00107140
MOV RDX,qword ptr [0x00154fa8]
MOV RSI,qword ptr [0x00156da0]
MOV RDI,RBX
CALL 0x00107800
MOV RAX,RSP
MOV RDI,qword ptr [0x001572c0]
MOV qword ptr [RSP],RBP
MOV qword ptr [RSP + 0x50],RAX
LEA RAX,[0x1091e0]
MOV qword ptr [RSP + 0xc0],RAX
LEA RAX,[0x108a80]
MOV dword ptr [RSP + 0x10],0x0
MOV qword ptr [RSP + 0x18],0x0
MOV qword ptr [RSP + 0x20],0x0
MOV qword ptr [RSP + 0x30],0x0
MOV qword ptr [RSP + 0xc8],RAX
TEST RDI,RDI
JZ 0x001099e4
CALL 0x00107660
TEST RAX,RAX
JZ 0x00109c68
MOV qword ptr [RBP + 0xc0],RAX
CMP dword ptr [0x00155450],0x2
JZ 0x00109a39
MOV EDI,0x370
CALL 0x00107350
MOV RSI,qword ptr [RBP + 0x8]
LEA RDI,[RAX + 0x8]
MOV RDX,qword ptr [RSI]
AND RDI,-0x8
MOV qword ptr [RAX],RDX
MOV RDX,qword ptr [RSI + 0x368]
MOV qword ptr [RAX + 0x368],RDX
MOV RDX,RAX
SUB RDX,RDI
LEA ECX,[RDX + 0x370]
SUB RSI,RDX
SHR ECX,0x3
MOVSQ.REP RDI,RSI
MOV qword ptr [RBP + 0x8],RAX
MOV EDX,dword ptr [0x00155450]
MOV dword ptr [RAX + 0xc],EDX
MOV RDI,RBP
XOR R12D,R12D
CALL 0x001075b0
MOV RDI,RBP
MOV R13,RAX
MOV RAX,qword ptr [RBP + 0x8]
MOV EDX,dword ptr [RAX + 0xc]
TEST EDX,EDX
SETZ R12B
CALL 0x001074f0
MOV RCX,RBP
MOV RDX,R13
MOV ESI,R12D
MOV EDI,EAX
CALL 0x001075a0
MOV qword ptr [RSP + 0x28],RAX
TEST RAX,RAX
JZ 0x00109c00
MOV RAX,qword ptr [RBP + 0x8]
MOV RDI,RBP
MOV EAX,dword ptr [RAX + 0x8]
MOV dword ptr [RSP + 0x58],EAX
CALL 0x001074f0
MOV RDI,RBP
MOV dword ptr [RSP + 0x5c],EAX
CALL 0x001075b0
MOV RDI,RBP
MOV qword ptr [RSP + 0x60],RAX
MOV RAX,qword ptr [0x001572b8]
MOV qword ptr [RSP + 0x128],RAX
CALL 0x001074a0
MOV dword ptr [RSP + 0x108],0x0
MOV dword ptr [RSP + 0xfc],EAX
MOV RAX,0x300000008
MOV qword ptr [RSP + 0x100],RAX
MOV RAX,qword ptr [RBP + 0x8]
MOV EAX,dword ptr [RAX + 0xc]
TEST EAX,EAX
JZ 0x00109bc0
CMP EAX,0x1
JZ 0x00109c50
MOV dword ptr [RSP + 0x68],0x2
MOV RDI,RBX
CALL 0x00107330
MOV RAX,qword ptr [RBP + 0x8]
MOV RDI,RBP
CALL qword ptr [RAX + 0x350]
TEST RAX,RAX
JS 0x00109be0
JZ 0x00109b64
MOV RDI,RAX
CALL 0x00107350
MOV RCX,qword ptr [RBP + 0x8]
MOV RDX,qword ptr [0x00157290]
MOV RDI,RBP
MOV qword ptr [RSP + 0x18],RAX
MOV RSI,RAX
CALL qword ptr [RCX + 0x358]
MOV qword ptr [RSP + 0x20],RAX
TEST RAX,RAX
JS 0x00109bee
MOV RDI,qword ptr [RSP + 0x18]
LEA RCX,[0x108380]
MOV EDX,0x8
MOV RSI,RAX
CALL 0x00107140
MOV RAX,qword ptr [0x001572a0]
MOV RDI,RBP
MOV RDX,RBX
LEA RSI,[0x10d910]
MOV qword ptr [RSP + 0x90],RAX
MOV RAX,qword ptr [0x00157298]
MOV dword ptr [RSP + 0x9c],EAX
CALL 0x001077d0
MOV RDI,qword ptr [RSP + 0x18]
TEST RDI,RDI
JZ 0x00109ba2
CALL 0x00107070
MOV RDI,qword ptr [0x001572a0]
CALL 0x00107070
ADD RSP,0x148
POP RBX
POP RBP
POP R12
POP R13
RET
MOV dword ptr [RSP + 0x68],0x0
MOV dword ptr [RSP + 0xf8],0x0
JMP 0x00109af9
MOV EAX,dword ptr [0x00157368]
TEST EAX,EAX
JZ 0x00109b64
MOV RDI,qword ptr [RBP]
CALL 0x00136510
MOV RDI,RBP
CALL 0x001074f0
XOR ESI,ESI
MOV EDI,EAX
CALL 0x00107520
MOV EDX,0x5
LEA RSI,[0x13d0d0]
XOR EDI,EDI
MOV RBX,RAX
CALL 0x00107230
MOV RSI,RBX
MOV RDI,RAX
XOR EAX,EAX
CALL 0x00136630
MOV dword ptr [0x00157388],0x1
ADD RSP,0x148
POP RBX
POP RBP
POP R12
POP R13
RET
MOV dword ptr [RSP + 0x68],0x1
MOV dword ptr [RSP + 0xf8],0x1
JMP 0x00109af9
MOV RBX,qword ptr [0x001572c0]
LEA RSI,[0x13d5fd]
XOR EDI,EDI
MOV EDX,0x5
CALL 0x00107230
MOV RDI,RAX
MOV RSI,RBX
XOR EAX,EAX
CALL 0x00136590
| null | null | null | null |
[(u'CALLIND_-1206935962', u'INDIRECT_-1206932902'), ('const-0', u'PTRSUB_-1206936668'), (u'CALL_-1206936241', u'INDIRECT_-1206934296'), (u'CALL_-1206935901', u'INDIRECT_-1206933923'), (u'INDIRECT_-1206933374', u'COPY_-1206933391'), (u'LOAD_-1206937257', u'INT_AND_-1206937231'), (u'CALL_-1206935809', u'INDIRECT_-1206934109'), (u'CAST_-1206932852', u'PTRSUB_-1206932908'), ('const-433', u'LOAD_-1206937298'), (u'CALL_-1206936222', u'INDIRECT_-1206934283'), (u'MULTIEQUAL_-1206934966', u'MULTIEQUAL_-1206934967'), (u'CALL_-1206935548', u'INDIRECT_-1206933824'), (u'STORE_-1206936399', u'INDIRECT_-1206934305'), (u'CAST_-1206932545', u'CALLIND_-1206935962'), (u'MULTIEQUAL_-1206934817', u'MULTIEQUAL_-1206934816'), (u'COPY_-1206932887', u'MULTIEQUAL_-1206935173'), (u'CALL_-1206936241', u'INDIRECT_-1206933896'), (u'STORE_-1206936421', u'INDIRECT_-1206934470'), (u'MULTIEQUAL_-1206935016', u'MULTIEQUAL_-1206935017'), (u'LOAD_-1206937128', u'INT_EQUAL_-1206937113'), (u'LOAD_-1206937128', u'INT_LESS_-1206937113'), (u'INDIRECT_-1206933133', u'MULTIEQUAL_-1206933110'), (u'CALL_-1206935687', u'INDIRECT_-1206934177'), ('const-433', u'STORE_-1206936538'), (u'INT_ADD_-1206932898', u'PTRADD_-1206932851'), (u'MULTIEQUAL_-1206934617', u'MULTIEQUAL_-1206934505'), (u'CALL_-1206936183', u'INDIRECT_-1206933330'), (u'CALL_-1206936062', u'INDIRECT_-1206933677'), ('const-0', u'INT_NOTEQUAL_-1206937032'), (u'CALL_-1206936769', u'INDIRECT_-1206935028'), (u'INDIRECT_-1206933564', u'MULTIEQUAL_-1206933313'), (u'INDIRECT_-1206934391', u'MULTIEQUAL_-1206934317'), (u'CALL_-1206935638', u'INDIRECT_-1206932740'), (u'INDIRECT_-1206935282', u'INT_ZEXT_-1206937123'), (u'MULTIEQUAL_-1206935825', u'PTRADD_-1206933173'), (u'SUBPIECE_-1206934710', u'INT_ADD_-1206936482'), (u'INDIRECT_-1206933690', u'MULTIEQUAL_-1206933597'), (u'INT_MULT_-1206937381', u'CALL_-1206937363'), (u'COPY_-1206932895', u'MULTIEQUAL_-1206935238'), (u'INDIRECT_-1206933864', u'MULTIEQUAL_-1206933753'), (u'CALL_-1206935397', u'INDIRECT_-1206934041'), (u'PTRSUB_-1206932384', u'LOAD_-1206935700'), (u'INDIRECT_-1206933964', u'MULTIEQUAL_-1206933713'), (u'CALL_-1206936183', u'INDIRECT_-1206934454'), (u'INDIRECT_-1206934663', u'COPY_-1206933349'), (u'INDIRECT_-1206933915', u'MULTIEQUAL_-1206933713'), (u'INT_SUB_-1206936470', u'CAST_-1206932797'), (u'INDIRECT_-1206934941', u'MULTIEQUAL_-1206934867'), (u'INT_EQUAL_-1206937262', u'CBRANCH_-1206937260'), ('const-0', u'COPY_-1206935719'), (u'CALL_-1206935809', u'INDIRECT_-1206933409'), (u'CALL_-1206935576', u'INDIRECT_-1206933938'), ('tmp_2795', u'PTRSUB_-1206932667'), (u'LOAD_-1206936128', u'INT_EQUAL_-1206936090'), (u'STORE_-1206936538', u'INDIRECT_-1206934157'), (u'CALL_-1206936183', u'INDIRECT_-1206933298'), (u'MULTIEQUAL_-1206934967', u'MULTIEQUAL_-1206934966'), (u'CALL_-1206935687', u'INDIRECT_-1206933777'), (u'LOAD_-1206937298', u'INT_EQUAL_-1206937279'), ('const-192', u'PTRSUB_-1206932940'), (u'INT_AND_-1206937231', u'INT_EQUAL_-1206937245'), (u'CALLIND_-1206935962', u'INDIRECT_-1206934265'), (u'CALL_-1206936797', u'INDIRECT_-1206934560'), (u'CALL_-1206936572', u'INDIRECT_-1206933562'), (u'INDIRECT_-1206933319', u'CALL_-1206935901'), (u'INT_ADD_-1206933279', u'PTRADD_-1206937149'), (u'CAST_-1206932852', u'PTRSUB_-1206932835'), ('const-0', u'COPY_-1206936703'), (u'INT_EQUAL_-1206936621', u'CBRANCH_-1206936619'), (u'CALL_-1206935793', u'INDIRECT_-1206933946'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933964'), (u'INDIRECT_-1206934073', u'MULTIEQUAL_-1206934035'), (u'CALL_-1206936241', u'INDIRECT_-1206933404'), (u'INDIRECT_-1206933117', u'MULTIEQUAL_-1206933110'), (u'STORE_-1206936522', u'INDIRECT_-1206933946'), (u'CALL_-1206936326', u'INDIRECT_-1206933851'), ('const--1', u'INT_ADD_-1206937316'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933287'), (u'CALL_-1206935425', u'INDIRECT_-1206932913'), ('const-0', u'COPY_-1206936181'), (u'CALL_-1206936062', u'INDIRECT_-1206933349'), (u'STORE_-1206936414', u'INDIRECT_-1206934066'), (u'CALL_-1206936222', u'INDIRECT_-1206934233'), (u'MULTIEQUAL_-1206935340', u'INT_EQUAL_-1206937158'), (u'STORE_-1206936538', u'INDIRECT_-1206933857'), (u'STORE_-1206936414', u'INDIRECT_-1206933966'), (u'MULTIEQUAL_-1206934317', u'MULTIEQUAL_-1206934316'), (u'MULTIEQUAL_-1206934167', u'MULTIEQUAL_-1206934166'), (u'STORE_-1206936414', u'INDIRECT_-1206934566'), (u'CALL_-1206936241', u'INDIRECT_-1206934246'), ('tmp_2167', u'CBRANCH_-1206935938'), (u'MULTIEQUAL_-1206933681', u'MULTIEQUAL_-1206933597'), ('tmp_283', u'CBRANCH_-1206937398'), (u'LOAD_-1206936003', u'PTRSUB_-1206932568'), (u'MULTIEQUAL_-1206935694', u'INT_ADD_-1206936992'), (u'CALLIND_-1206935962', u'INDIRECT_-1206934015'), (u'INDIRECT_-1206933181', u'MULTIEQUAL_-1206933174'), ('tmp_339', u'CBRANCH_-1206937319'), (u'LOAD_-1206936362', u'PTRSUB_-1206932809'), (u'MULTIEQUAL_-1206934380', u'MULTIEQUAL_-1206934299'), (u'CALL_-1206935840', u'INDIRECT_-1206934175'), (u'CALL_-1206935576', u'INDIRECT_-1206934038'), (u'INDIRECT_-1206933396', u'COPY_-1206933437'), (u'INDIRECT_-1206934895', u'INT_ZEXT_-1206936412'), (u'CALL_-1206935793', u'INDIRECT_-1206933846'), (u'INDIRECT_-1206933877', u'COPY_-1206933931'), (u'CALLIND_-1206936039', u'INDIRECT_-1206934114'), ('const-8', u'PTRSUB_-1206932913'), (u'MULTIEQUAL_-1206934205', u'MULTIEQUAL_-1206934159'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933764'), (u'CALL_-1206935840', u'INDIRECT_-1206933133'), (u'MULTIEQUAL_-1206934367', u'MULTIEQUAL_-1206934255'), (u'LOAD_-1206937305', u'INT_ADD_-1206937282'), (u'INT_AND_-1206936526', u'CAST_-1206932834'), (u'INDIRECT_-1206933527', u'COPY_-1206933581'), (u'STORE_-1206936414', u'INDIRECT_-1206934016'), (u'CALL_-1206936372', u'INDIRECT_-1206933195'), (u'CALL_-1206935901', u'INDIRECT_-1206933673'), (u'MULTIEQUAL_-1206935500', u'LOAD_-1206937305'), (u'CALL_-1206935425', u'INDIRECT_-1206933455'), (u'CALL_-1206935809', u'INDIRECT_-1206933359'), (u'STORE_-1206936883', u'INDIRECT_-1206934873'), (u'INDIRECT_-1206934891', u'MULTIEQUAL_-1206934817'), (u'INDIRECT_-1206934881', u'MULTIEQUAL_-1206934966'), (u'CALL_-1206935614', u'INDIRECT_-1206933961'), (u'INDIRECT_-1206934120', u'MULTIEQUAL_-1206934114'), (u'CALL_-1206936183', u'INDIRECT_-1206933804'), ('const-0', u'COPY_-1206936610'), (u'MULTIEQUAL_-1206934755', u'MULTIEQUAL_-1206934709'), (u'INDIRECT_-1206933432', u'MULTIEQUAL_-1206933333'), (u'PTRADD_-1206933114', u'MULTIEQUAL_-1206935667'), (u'INDIRECT_-1206933796', u'COPY_-1206933837'), (u'INDIRECT_-1206933715', u'MULTIEQUAL_-1206933513'), (u'INDIRECT_-1206933783', u'COPY_-1206936200'), (u'INDIRECT_-1206933959', u'MULTIEQUAL_-1206933940'), (u'MULTIEQUAL_-1206934680', u'MULTIEQUAL_-1206934599'), (u'CALL_-1206935687', u'INDIRECT_-1206933577'), (u'STORE_-1206937027', u'INDIRECT_-1206934881'), (u'STORE_-1206936421', u'INDIRECT_-1206933770'), (u'INT_ADD_-1206937282', u'CAST_-1206933201'), (u'INDIRECT_-1206933474', u'COPY_-1206933491'), (u'MULTIEQUAL_-1206933703', u'COPY_-1206935875'), (u'INDIRECT_-1206934573', u'MULTIEQUAL_-1206934559'), (u'STORE_-1206936399', u'INDIRECT_-1206933755'), (u'CALL_-1206935638', u'INDIRECT_-1206933421'), (u'CALL_-1206936062', u'INDIRECT_-1206933028'), (u'INT_SLESS_-1206936024', u'CBRANCH_-1206936023'), (u'MULTIEQUAL_-1206934655', u'MULTIEQUAL_-1206934609'), (u'CALL_-1206935687', u'INDIRECT_-1206932681'), ('const-2', u'INT_NOTEQUAL_-1206936590'), (u'INDIRECT_-1206933144', u'MULTIEQUAL_-1206933045'), (u'STORE_-1206936612', u'INDIRECT_-1206934599'), (u'STORE_-1206936612', u'INDIRECT_-1206933899'), (u'MULTIEQUAL_-1206935683', u'CALL_-1206937363'), (u'INDIRECT_-1206933974', u'COPY_-1206933991'), (u'INT_MULT_-1206935117', u'INT_ADD_-1206933279'), (u'MULTIEQUAL_-1206934705', u'MULTIEQUAL_-1206934659'), (u'STORE_-1206937027', u'INDIRECT_-1206934231'), (u'INDIRECT_-1206934270', u'MULTIEQUAL_-1206934264'), ('const-8', u'COPY_-1206932732'), (u'INDIRECT_-1206933675', u'MULTIEQUAL_-1206933640'), (u'CALL_-1206936635', u'INDIRECT_-1206934542'), (u'INDIRECT_-1206934096', u'MULTIEQUAL_-1206934064'), (u'CALL_-1206936005', u'INDIRECT_-1206934043'), (u'CALL_-1206936301', u'INDIRECT_-1206933684'), (u'CALL_-1206935840', u'INDIRECT_-1206932940'), (u'INDIRECT_-1206934196', u'COPY_-1206934237'), (u'INDIRECT_-1206933564', u'INT_NOTEQUAL_-1206935685'), (u'CALLIND_-1206935962', u'INDIRECT_-1206932773'), (u'CALL_-1206935793', u'INDIRECT_-1206933264'), (u'INDIRECT_-1206934365', u'MULTIEQUAL_-1206934163'), (u'CALL_-1206936769', u'INDIRECT_-1206934837'), (u'CALL_-1206935638', u'INDIRECT_-1206933371'), (u'INDIRECT_-1206934231', u'MULTIEQUAL_-1206934316'), (u'CALL_-1206935809', u'INDIRECT_-1206932763'), (u'CALL_-1206936572', u'INDIRECT_-1206934354'), (u'CALL_-1206936005', u'INDIRECT_-1206934243'), (u'INDIRECT_-1206933770', u'MULTIEQUAL_-1206933764'), (u'CALL_-1206936372', u'INDIRECT_-1206934326'), (u'CALL_-1206936183', u'INDIRECT_-1206933105'), (u'CALL_-1206936326', u'INDIRECT_-1206933170'), (u'CALL_-1206936241', u'INDIRECT_-1206934546'), (u'INDIRECT_-1206933424', u'COPY_-1206933441'), (u'INDIRECT_-1206933949', u'MULTIEQUAL_-1206933930'), (u'CALL_-1206936326', u'INDIRECT_-1206933202'), ('const-433', u'LOAD_-1206936355'), (u'CALL_-1206936326', u'INDIRECT_-1206933459'), (u'CALL_-1206935840', u'INDIRECT_-1206934125'), (u'CALL_-1206935638', u'INDIRECT_-1206933061'), (u'CALL_-1206936005', u'INDIRECT_-1206933347'), (u'CALL_-1206936326', u'INDIRECT_-1206934451'), (u'INDIRECT_-1206934331', u'MULTIEQUAL_-1206934416'), (u'CALL_-1206936769', u'INDIRECT_-1206934187'), (u'CALL_-1206936062', u'INDIRECT_-1206934427'), (u'MULTIEQUAL_-1206934505', u'INT_SLESS_-1206936900'), (u'CALL_-1206936301', u'INDIRECT_-1206933121'), (u'INDIRECT_-1206932957', u'MULTIEQUAL_-1206932950'), (u'CALL_-1206935425', u'INDIRECT_-1206934055'), (u'CALL_-1206935809', u'INDIRECT_-1206933053'), (u'INDIRECT_-1206933996', u'MULTIEQUAL_-1206933964'), (u'INDIRECT_-1206934587', u'MULTIEQUAL_-1206934430'), (u'CAST_-1206933315', u'CALL_-1206937363'), (u'CALL_-1206935840', u'INDIRECT_-1206933261'), (u'CAST_-1206932852', u'PTRSUB_-1206932883'), (u'INDIRECT_-1206933327', u'COPY_-1206933381'), (u'INDIRECT_-1206933709', u'MULTIEQUAL_-1206933690'), (u'CALL_-1206935793', u'INDIRECT_-1206933596'), (u'CAST_-1206932284', u'CALL_-1206935548'), ('tmp_2795', u'CALL_-1206936372'), (u'CALL_-1206936769', u'INDIRECT_-1206933937'), (u'CALL_-1206936222', u'INDIRECT_-1206934383'), (u'CALL_-1206935425', u'INDIRECT_-1206933555'), (u'INDIRECT_-1206934531', u'MULTIEQUAL_-1206934505'), ('const-4294967295', u'COPY_-1206937577'), (u'CALL_-1206936241', u'INDIRECT_-1206933532'), (u'INDIRECT_-1206933240', u'MULTIEQUAL_-1206933141'), ('const-433', u'LOAD_-1206936049'), (u'STORE_-1206937027', u'INDIRECT_-1206934081'), (u'INDIRECT_-1206934773', u'MULTIEQUAL_-1206934759'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933223'), ('const--1', u'INT_ADD_-1206937205'), (u'STORE_-1206936883', u'INDIRECT_-1206934473'), (u'CAST_-1206932798', u'INT_SUB_-1206936470'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933255'), (u'STORE_-1206936522', u'INDIRECT_-1206934446'), (u'CALL_-1206935901', u'INDIRECT_-1206934123'), (u'CALL_-1206936005', u'INDIRECT_-1206933187'), (u'STORE_-1206937027', u'INDIRECT_-1206934331'), (u'CALL_-1206937458', u'INDIRECT_-1206935013'), (u'CALL_-1206936326', u'INDIRECT_-1206933951'), (u'CALL_-1206935901', u'INDIRECT_-1206933085'), (u'STORE_-1206936399', u'INDIRECT_-1206934405'), (u'INDIRECT_-1206934555', u'MULTIEQUAL_-1206934549'), (u'INDIRECT_-1206934873', u'MULTIEQUAL_-1206934835'), ('const-0', u'INT_NOTEQUAL_-1206936643'), (u'CALL_-1206935614', u'INDIRECT_-1206933561'), (u'LOAD_-1206936558', u'STORE_-1206936538'), (u'CALL_-1206936005', u'INDIRECT_-1206933379'), (u'CALLIND_-1206936039', u'INDIRECT_-1206934064'), (u'CALL_-1206935548', u'INDIRECT_-1206932982'), (u'CALL_-1206935809', u'INDIRECT_-1206932892'), (u'INDIRECT_-1206934273', u'MULTIEQUAL_-1206934259'), (u'CALL_-1206935809', u'INDIRECT_-1206934009'), (u'INT_ADD_-1206933255', u'PTRADD_-1206937073'), ('const-1', u'INT_ADD_-1206933279'), (u'CALL_-1206935687', u'INDIRECT_-1206933131'), (u'STORE_-1206936883', u'INDIRECT_-1206934573'), (u'CALL_-1206935548', u'INDIRECT_-1206933724'), (u'INDIRECT_-1206934231', u'MULTIEQUAL_-1206934205'), (u'CALL_-1206937363', u'INDIRECT_-1206934991'), (u'INT_SUB_-1206936491', u'SUBPIECE_-1206934710'), (u'STORE_-1206936421', u'INDIRECT_-1206933970'), (u'CALL_-1206936005', u'INDIRECT_-1206934093'), ('const-433', u'LOAD_-1206935972'), (u'INDIRECT_-1206933609', u'MULTIEQUAL_-1206933590'), (u'CALL_-1206936372', u'INDIRECT_-1206934426'), (u'CALL_-1206936062', u'INDIRECT_-1206933125'), ('tmp_1181', u'CBRANCH_-1206936837'), (u'PTRADD_-1206932855', u'COPY_-1206932883'), (u'INDIRECT_-1206933764', u'MULTIEQUAL_-1206933653'), (u'INDIRECT_-1206933696', u'MULTIEQUAL_-1206933649'), (u'CALL_-1206936222', u'INDIRECT_-1206934433'), (u'CALL_-1206935614', u'INDIRECT_-1206934011'), ('tmp_2411', u'BRANCH_-1206935556'), (u'CALL_-1206937458', u'INDIRECT_-1206934263'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933565'), (u'CALL_-1206935840', u'INDIRECT_-1206932715'), (u'MULTIEQUAL_-1206934305', u'MULTIEQUAL_-1206934259'), (u'CALL_-1206937458', u'INDIRECT_-1206934663'), (u'INT_MULT_-1206935085', u'INT_ADD_-1206933255'), (u'CALL_-1206936062', u'INDIRECT_-1206932835'), (u'INDIRECT_-1206933827', u'COPY_-1206933881'), (u'CALL_-1206935793', u'INDIRECT_-1206933396'), (u'INDIRECT_-1206934023', u'MULTIEQUAL_-1206934009'), (u'CALL_-1206935687', u'INDIRECT_-1206933527'), (u'INDIRECT_-1206934173', u'MULTIEQUAL_-1206934159'), (u'STORE_-1206936883', u'INDIRECT_-1206934423'), (u'CALL_-1206935548', u'INDIRECT_-1206933274'), (u'STORE_-1206936522', u'INDIRECT_-1206933746'), (u'MULTIEQUAL_-1206934180', u'MULTIEQUAL_-1206934099'), (u'CALL_-1206935614', u'INDIRECT_-1206932762'), (u'CALL_-1206937458', u'INDIRECT_-1206934413'), (u'INDIRECT_-1206932918', u'MULTIEQUAL_-1206932819'), (u'INDIRECT_-1206933149', u'MULTIEQUAL_-1206933142'), (u'STORE_-1206936612', u'INDIRECT_-1206934649'), (u'STORE_-1206936522', u'INDIRECT_-1206934096'), (u'INDIRECT_-1206933724', u'COPY_-1206933741'), (u'INDIRECT_-1206933475', u'MULTIEQUAL_-1206933440'), (u'INT_MULT_-1206935118', u'INT_ADD_-1206933280'), (u'STORE_-1206936522', u'INDIRECT_-1206934496'), (u'INDIRECT_-1206934164', u'MULTIEQUAL_-1206933913'), (u'CALLIND_-1206936039', u'INDIRECT_-1206932822'), (u'CALL_-1206935576', u'INDIRECT_-1206933888'), (u'CALL_-1206936635', u'INDIRECT_-1206934042'), ('tmp_2795', u'CALL_-1206936326'), (u'CALL_-1206936797', u'INDIRECT_-1206934060'), (u'STORE_-1206936522', u'INDIRECT_-1206933896'), (u'CALL_-1206935809', u'INDIRECT_-1206933459'), (u'PTRSUB_-1206932913', u'LOAD_-1206936570'), (u'CALL_-1206936241', u'INDIRECT_-1206934396'), (u'INT_ADD_-1206937124', u'MULTIEQUAL_-1206935701'), (u'STORE_-1206936399', u'INDIRECT_-1206934455'), (u'MULTIEQUAL_-1206935717', u'INT_ADD_-1206937205'), (u'INDIRECT_-1206934637', u'MULTIEQUAL_-1206934480'), (u'INDIRECT_-1206932918', u'MULTIEQUAL_-1206932679'), (u'CALL_-1206936635', u'INDIRECT_-1206933992'), (u'INDIRECT_-1206933223', u'MULTIEQUAL_-1206933033'), ('const-0', u'PTRSUB_-1206932571'), (u'CALL_-1206936062', u'INDIRECT_-1206933627'), (u'CALL_-1206935793', u'INDIRECT_-1206934196'), ('const-4', u'COPY_-1206937239'), (u'MULTIEQUAL_-1206934030', u'MULTIEQUAL_-1206933949'), (u'INDIRECT_-1206933873', u'MULTIEQUAL_-1206933853'), (u'INDIRECT_-1206934513', u'INT_NOTEQUAL_-1206937434'), (u'STORE_-1206936612', u'INDIRECT_-1206934449'), (u'INT_ADD_-1206937054', u'CAST_-1206933125'), (u'STORE_-1206936883', u'INDIRECT_-1206934173'), (u'PTRSUB_-1206932591', u'LOAD_-1206936003'), (u'CALL_-1206936301', u'INDIRECT_-1206934284'), (u'INDIRECT_-1206934115', u'MULTIEQUAL_-1206933913'), (u'MULTIEQUAL_-1206935597', u'LOAD_-1206937209'), (u'INDIRECT_-1206932731', u'MULTIEQUAL_-1206932724'), (u'LOAD_-1206936355', u'INT_EQUAL_-1206936336'), (u'MULTIEQUAL_-1206935457', u'CALL_-1206936797'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933176'), (u'CALL_-1206937458', u'INDIRECT_-1206934513'), (u'CALL_-1206937458', u'INDIRECT_-1206934813'), (u'CALL_-1206936005', u'INDIRECT_-1206933743'), (u'INDIRECT_-1206934613', u'INT_MULT_-1206937381'), (u'CALL_-1206935809', u'INDIRECT_-1206933809'), (u'STORE_-1206936421', u'INDIRECT_-1206934120'), (u'INDIRECT_-1206933245', u'MULTIEQUAL_-1206933237'), (u'LOAD_-1206935972', u'CALLIND_-1206935962'), ('const-1', u'INT_ADD_-1206933254'), (u'CALL_-1206935687', u'INDIRECT_-1206932907'), (u'INDIRECT_-1206933874', u'COPY_-1206933891'), (u'INDIRECT_-1206934165', u'MULTIEQUAL_-1206933963'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933564'), ('tmp_2795', u'PTRSUB_-1206932384'), (u'CALL_-1206935614', u'INDIRECT_-1206933411'), ('tmp_2795', u'PTRSUB_-1206932764'), (u'CALL_-1206936301', u'INDIRECT_-1206933410'), (u'MULTIEQUAL_-1206935825', u'STORE_-1206937027'), (u'CALL_-1206935548', u'INDIRECT_-1206933046'), (u'INDIRECT_-1206932860', u'MULTIEQUAL_-1206932852'), (u'CALL_-1206936222', u'INDIRECT_-1206933423'), (u'CALL_-1206937458', u'INDIRECT_-1206935063'), (u'INDIRECT_-1206932683', u'MULTIEQUAL_-1206932660'), (u'CALL_-1206935425', u'INDIRECT_-1206933305'), (u'STORE_-1206937027', u'INDIRECT_-1206934931'), ('const-0', u'PTRSUB_-1206932522'), ('const-1', u'COPY_-1206935571'), (u'COPY_-1206936703', u'MULTIEQUAL_-1206933649'), (u'INT_ZEXT_-1206937204', u'INT_MULT_-1206935118'), (u'CALL_-1206935397', u'INDIRECT_-1206933141'), (u'CALL_-1206935576', u'INDIRECT_-1206934088'), (u'INT_LESS_-1206937194', u'MULTIEQUAL_-1206935343'), (u'CALL_-1206936222', u'INDIRECT_-1206933102'), (u'CALL_-1206936222', u'INDIRECT_-1206933883'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933368'), (u'CALL_-1206936301', u'INDIRECT_-1206933984'), (u'COPY_-1206932883', u'MULTIEQUAL_-1206935173'), (u'INDIRECT_-1206933191', u'COPY_-1206933227'), (u'CALLIND_-1206936039', u'INDIRECT_-1206934164'), (u'CALL_-1206936635', u'INDIRECT_-1206934142'), (u'INDIRECT_-1206934237', u'MULTIEQUAL_-1206934080'), (u'INDIRECT_-1206933069', u'MULTIEQUAL_-1206933046'), (u'CAST_-1206932202', u'CALL_-1206935397'), (u'INDIRECT_-1206934323', u'MULTIEQUAL_-1206934303'), (u'CALL_-1206936326', u'INDIRECT_-1206934201'), (u'INDIRECT_-1206932983', u'MULTIEQUAL_-1206932744'), (u'CALL_-1206935548', u'INDIRECT_-1206933574'), ('tmp_1383', u'CBRANCH_-1206936585'), (u'CALL_-1206936241', u'INDIRECT_-1206934046'), (u'LOAD_-1206936128', u'INT_EQUAL_-1206936109'), (u'CALL_-1206936222', u'INDIRECT_-1206934483'), (u'CALL_-1206935840', u'INDIRECT_-1206934225'), (u'CALL_-1206936372', u'INDIRECT_-1206934176'), (u'CALL_-1206935548', u'INDIRECT_-1206933324'), (u'INDIRECT_-1206934623', u'MULTIEQUAL_-1206934609'), (u'MULTIEQUAL_-1206934530', u'MULTIEQUAL_-1206934449'), (u'CALL_-1206935901', u'INDIRECT_-1206934173'), (u'INDIRECT_-1206934296', u'MULTIEQUAL_-1206934264'), (u'LOAD_-1206935700', u'CALL_-1206935687'), (u'INDIRECT_-1206934027', u'COPY_-1206934081'), (u'INDIRECT_-1206934275', u'MULTIEQUAL_-1206934240'), (u'INDIRECT_-1206933777', u'COPY_-1206933831'), (u'CALL_-1206936797', u'INDIRECT_-1206934810'), (u'CALL_-1206935687', u'INDIRECT_-1206933427'), (u'CALL_-1206935425', u'INDIRECT_-1206934005'), (u'CALL_-1206935809', u'INDIRECT_-1206933659'), (u'INDIRECT_-1206934014', u'MULTIEQUAL_-1206933903'), (u'CALL_-1206936572', u'INDIRECT_-1206934504'), (u'CAST_-1206932834', u'COPY_-1206932887'), (u'MULTIEQUAL_-1206935667', u'PTRADD_-1206933114'), (u'CALL_-1206936797', u'INDIRECT_-1206934360'), (u'INDIRECT_-1206933859', u'MULTIEQUAL_-1206933840'), (u'INDIRECT_-1206932854', u'MULTIEQUAL_-1206932615'), (u'CALL_-1206937363', u'INDIRECT_-1206934741'), ('const-0', u'INT_EQUAL_-1206936621'), (u'CAST_-1206932834', u'CAST_-1206932808'), (u'STORE_-1206936414', u'INDIRECT_-1206933816'), (u'CALL_-1206935687', u'INDIRECT_-1206933277'), (u'INDIRECT_-1206934581', u'MULTIEQUAL_-1206934666'), (u'INDIRECT_-1206933746', u'COPY_-1206933787'), (u'CALLIND_-1206936039', u'INDIRECT_-1206932854'), (u'CALL_-1206936372', u'INDIRECT_-1206933726'), (u'CALL_-1206935425', u'INDIRECT_-1206932881'), (u'MULTIEQUAL_-1206934105', u'MULTIEQUAL_-1206934035'), (u'INDIRECT_-1206934287', u'MULTIEQUAL_-1206934130'), (u'CALL_-1206935548', u'INDIRECT_-1206933674'), (u'CALL_-1206936572', u'INDIRECT_-1206933305'), (u'CALL_-1206935901', u'INDIRECT_-1206933309'), (u'INDIRECT_-1206934031', u'MULTIEQUAL_-1206934116'), (u'STORE_-1206936421', u'INDIRECT_-1206934370'), (u'STORE_-1206937027', u'INDIRECT_-1206934681'), (u'INT_SLESS_-1206935939', u'CBRANCH_-1206935938'), (u'CALL_-1206935576', u'INDIRECT_-1206933788'), (u'CALL_-1206935687', u'INDIRECT_-1206933927'), (u'INDIRECT_-1206933664', u'MULTIEQUAL_-1206933413'), (u'CALL_-1206936183', u'INDIRECT_-1206933704'), (u'INDIRECT_-1206933825', u'MULTIEQUAL_-1206933790'), (u'COPY_-1206935708', u'MULTIEQUAL_-1206932956'), (u'INDIRECT_-1206933591', u'COPY_-1206933627'), (u'INDIRECT_-1206934073', u'MULTIEQUAL_-1206934053'), (u'INDIRECT_-1206934831', u'MULTIEQUAL_-1206934916'), (u'CALL_-1206936572', u'INDIRECT_-1206934104'), (u'CALLIND_-1206935962', u'INDIRECT_-1206934215'), (u'INDIRECT_-1206933855', u'MULTIEQUAL_-1206933849'), ('const-5', u'COPY_-1206937154'), (u'COPY_-1206933348', u'MULTIEQUAL_-1206935683'), (u'CALL_-1206935809', u'INDIRECT_-1206933117'), (u'CALL_-1206935809', u'INDIRECT_-1206932796'), (u'STORE_-1206936522', u'INDIRECT_-1206934196'), (u'CALL_-1206935425', u'CAST_-1206932202'), (u'COPY_-1206932731', u'PIECE_-1206932672'), (u'CALL_-1206935840', u'INDIRECT_-1206933875'), (u'INDIRECT_-1206932951', u'MULTIEQUAL_-1206932852'), ('tmp_13019', u'INT_EQUAL_-1206937552'), (u'MULTIEQUAL_-1206934967', u'MULTIEQUAL_-1206934855'), (u'CALL_-1206936005', u'INDIRECT_-1206932962'), ('tmp_820', u'CBRANCH_-1206937048'), ('tmp_2015', u'CBRANCH_-1206936088'), (u'CALL_-1206936797', u'INDIRECT_-1206934160'), (u'CALL_-1206936326', u'INDIRECT_-1206933619'), (u'INDIRECT_-1206933359', u'MULTIEQUAL_-1206933340'), (u'CALL_-1206936005', u'INDIRECT_-1206933943'), (u'STORE_-1206936414', u'INDIRECT_-1206934516'), (u'CALL_-1206936635', u'INDIRECT_-1206934292'), (u'CALL_-1206937363', u'INDIRECT_-1206934591'), (u'INDIRECT_-1206934933', u'MULTIEQUAL_-1206934886'), (u'INDIRECT_-1206933391', u'COPY_-1206933427'), (u'INDIRECT_-1206933159', u'MULTIEQUAL_-1206932969'), (u'CALL_-1206937458', u'INDIRECT_-1206934913'), (u'INDIRECT_-1206933728', u'MULTIEQUAL_-1206933681'), (u'INT_EQUAL_-1206937279', u'CBRANCH_-1206937277'), (u'CALL_-1206935425', u'INDIRECT_-1206933073'), (u'CALL_-1206936769', u'INDIRECT_-1206934337'), (u'MULTIEQUAL_-1206935358', u'INT_SUB_-1206936417'), (u'PTRSUB_-1206932908', u'CAST_-1206932835'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933865'), (u'CALL_-1206935901', u'INDIRECT_-1206933723'), (u'STORE_-1206936399', u'INDIRECT_-1206934355'), (u'INDIRECT_-1206933865', u'MULTIEQUAL_-1206933663'), (u'CALL_-1206936769', u'INDIRECT_-1206934737'), (u'INDIRECT_-1206933477', u'COPY_-1206933531'), ('const-16', u'INT_AND_-1206937019'), (u'INDIRECT_-1206934723', u'MULTIEQUAL_-1206934709'), (u'INDIRECT_-1206933085', u'MULTIEQUAL_-1206933078'), (u'CALL_-1206935687', u'INDIRECT_-1206933003'), (u'CALL_-1206936183', u'INDIRECT_-1206934104'), (u'CALL_-1206936572', u'INDIRECT_-1206933530'), (u'INDIRECT_-1206933095', u'MULTIEQUAL_-1206932905'), (u'MULTIEQUAL_-1206934417', u'MULTIEQUAL_-1206934416'), (u'CALL_-1206936241', u'INDIRECT_-1206934146'), (u'CALL_-1206936769', u'INDIRECT_-1206934237'), (u'INDIRECT_-1206933987', u'MULTIEQUAL_-1206933830'), (u'STORE_-1206936421', u'INDIRECT_-1206934220'), ('const-0', u'PTRSUB_-1206932895'), ('tmp_1629', u'CBRANCH_-1206936433'), (u'CALL_-1206935576', u'INDIRECT_-1206933060'), (u'CALL_-1206937363', u'INDIRECT_-1206934441'), (u'CALLIND_-1206935962', u'INDIRECT_-1206934315'), (u'CALL_-1206935614', u'INDIRECT_-1206933511'), (u'CALL_-1206936572', u'CAST_-1206932852'), ('const--2', u'INT_MULT_-1206935084'), (u'CALL_-1206936635', u'INDIRECT_-1206933942'), (u'CALL_-1206936797', u'INDIRECT_-1206934010'), (u'INDIRECT_-1206934191', u'MULTIEQUAL_-1206934117'), (u'CALL_-1206935901', u'INDIRECT_-1206933117'), (u'CALL_-1206936005', u'INDIRECT_-1206933693'), (u'INDIRECT_-1206933705', u'MULTIEQUAL_-1206933699'), (u'MULTIEQUAL_-1206934517', u'MULTIEQUAL_-1206934516'), (u'CALL_-1206936183', u'INDIRECT_-1206933458'), (u'CALL_-1206936183', u'INDIRECT_-1206934504'), (u'CALL_-1206936062', u'INDIRECT_-1206932899'), (u'CALL_-1206936241', u'INDIRECT_-1206933996'), (u'INDIRECT_-1206934281', u'MULTIEQUAL_-1206934255'), (u'INT_EQUAL_-1206936090', u'CBRANCH_-1206936088'), ('const-0', u'COPY_-1206937601'), (u'CALL_-1206936326', u'INDIRECT_-1206934351'), (u'CALL_-1206935614', u'INDIRECT_-1206933051'), (u'INT_RIGHT_-1206936448', u'INT_ZEXT_-1206935439'), (u'MULTIEQUAL_-1206935701', u'INT_EQUAL_-1206937134'), (u'CALL_-1206937363', u'INDIRECT_-1206934291'), (u'MULTIEQUAL_-1206934905', u'MULTIEQUAL_-1206934835'), (u'CALL_-1206935793', u'INDIRECT_-1206932750'), (u'PTRADD_-1206933173', u'MULTIEQUAL_-1206935714'), (u'CALL_-1206936326', u'INDIRECT_-1206934551'), (u'CALL_-1206936222', u'INDIRECT_-1206933633'), (u'MULTIEQUAL_-1206934455', u'COPY_-1206933148'), (u'INDIRECT_-1206934199', u'MULTIEQUAL_-1206934180'), (u'INDIRECT_-1206933377', u'COPY_-1206933431'), (u'CALL_-1206935425', u'INDIRECT_-1206933405'), (u'CALL_-1206936222', u'INDIRECT_-1206934533'), (u'CALL_-1206935576', u'INDIRECT_-1206932964'), (u'CALL_-1206937458', u'INDIRECT_-1206934863'), (u'CALL_-1206935397', u'INDIRECT_-1206933791'), (u'INT_ADD_-1206937503', u'INT_MULT_-1206937474'), (u'PTRSUB_-1206932571', u'CALL_-1206935901'), ('const--1', u'INT_ADD_-1206937124'), (u'INT_ZEXT_-1206937118', u'INT_MULT_-1206935084'), ('const-433', u'LOAD_-1206936534'), (u'CALL_-1206936062', u'INDIRECT_-1206933927'), ('const-1104144', u'PTRSUB_-1206932522'), (u'MULTIEQUAL_-1206935717', u'INT_EQUAL_-1206937215'), (u'INT_ADD_-1206936889', u'MULTIEQUAL_-1206935457'), (u'INDIRECT_-1206934673', u'MULTIEQUAL_-1206934635'), ('const-3', u'INT_RIGHT_-1206936448'), (u'MULTIEQUAL_-1206933830', u'MULTIEQUAL_-1206933749'), (u'INT_ADD_-1206936992', u'INT_SLESS_-1206936997'), (u'PTRSUB_-1206932568', u'LOAD_-1206935972'), (u'CALL_-1206935840', u'INDIRECT_-1206933675'), (u'MULTIEQUAL_-1206934117', u'MULTIEQUAL_-1206934005'), ('tmp_2795', u'CALL_-1206935840'), (u'INDIRECT_-1206934131', u'MULTIEQUAL_-1206934105'), (u'INDIRECT_-1206932934', u'MULTIEQUAL_-1206932744'), (u'CALLIND_-1206935962', u'INDIRECT_-1206934115'), (u'STORE_-1206936612', u'INDIRECT_-1206934199'), (u'INDIRECT_-1206932869', u'MULTIEQUAL_-1206932679'), (u'MULTIEQUAL_-1206934217', u'MULTIEQUAL_-1206934105'), (u'STORE_-1206936522', u'INDIRECT_-1206933796'), (u'INDIRECT_-1206934031', u'MULTIEQUAL_-1206934005'), (u'STORE_-1206936414', u'INDIRECT_-1206934116'), (u'INDIRECT_-1206933117', u'MULTIEQUAL_-1206933109'), (u'CALL_-1206936572', u'INDIRECT_-1206933804'), (u'CALL_-1206935687', u'INDIRECT_-1206932971'), (u'CALL_-1206936572', u'INDIRECT_-1206934895'), (u'MULTIEQUAL_-1206935173', u'STORE_-1206936421'), (u'MULTIEQUAL_-1206935238', u'BOOL_NEGATE_-1206935074'), (u'INT_SUB_-1206936962', u'INT_SRIGHT_-1206936939'), (u'CALL_-1206936326', u'INDIRECT_-1206933701'), ('const-0', u'INT_NOTEQUAL_-1206936024'), (u'CALL_-1206936635', u'INDIRECT_-1206934642'), (u'CALL_-1206936241', u'INDIRECT_-1206933468'), (u'CALL_-1206936062', u'INDIRECT_-1206933381'), (u'LOAD_-1206936049', u'CALLIND_-1206936039'), (u'CALL_-1206935638', u'INDIRECT_-1206933321'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933272'), (u'CALL_-1206936005', u'INDIRECT_-1206933283'), (u'CALLIND_-1206936039', u'INDIRECT_-1206932951'), (u'CALL_-1206935548', u'INDIRECT_-1206933874'), (u'CALL_-1206936005', u'INDIRECT_-1206934143'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933304'), (u'INDIRECT_-1206934246', u'COPY_-1206934287'), (u'CALL_-1206936635', u'INDIRECT_-1206933568'), (u'MULTIEQUAL_-1206934116', u'MULTIEQUAL_-1206934117'), (u'CALL_-1206935840', u'INDIRECT_-1206933625'), ('const-0', u'COPY_-1206936691'), (u'CALL_-1206935614', u'INDIRECT_-1206933911'), (u'INT_SLESS_-1206936900', u'CBRANCH_-1206936907'), (u'STORE_-1206936883', u'INDIRECT_-1206934273'), (u'PTRSUB_-1206936668', u'MULTIEQUAL_-1206933296'), (u'MULTIEQUAL_-1206934667', u'MULTIEQUAL_-1206934666'), (u'CALL_-1206936005', u'INDIRECT_-1206934293'), (u'INDIRECT_-1206934159', u'MULTIEQUAL_-1206934140'), (u'COPY_-1206933241', u'MULTIEQUAL_-1206935532'), ('const-433', u'LOAD_-1206937209'), (u'CALL_-1206936183', u'INDIRECT_-1206934404'), (u'CALL_-1206936062', u'INDIRECT_-1206934227'), (u'INDIRECT_-1206933015', u'MULTIEQUAL_-1206932916'), ('const-2', u'COPY_-1206936083'), ('const-8', u'PTRSUB_-1206932591'), (u'INDIRECT_-1206934337', u'MULTIEQUAL_-1206934180'), (u'CALL_-1206936572', u'INDIRECT_-1206934604'), (u'CALL_-1206935425', u'INDIRECT_-1206933205'), (u'CALL_-1206936326', u'INDIRECT_-1206933523'), (u'CALL_-1206935425', u'INDIRECT_-1206933805'), (u'MULTIEQUAL_-1206935017', u'MULTIEQUAL_-1206934905'), (u'CALL_-1206935793', u'INDIRECT_-1206932654'), (u'INDIRECT_-1206933515', u'MULTIEQUAL_-1206933313'), (u'INDIRECT_-1206932876', u'MULTIEQUAL_-1206932853'), (u'INT_ZEXT_-1206936417', u'INT_MULT_-1206932890'), (u'CALL_-1206936797', u'INDIRECT_-1206934260'), ('tmp_2795', u'PTRSUB_-1206932591'), (u'CALL_-1206936183', u'INDIRECT_-1206934004'), (u'CALL_-1206936062', u'INDIRECT_-1206934127'), (u'PTRSUB_-1206933083', u'CALL_-1206936769'), (u'CALL_-1206936241', u'INDIRECT_-1206933646'), (u'MULTIEQUAL_-1206934505', u'MULTIEQUAL_-1206934459'), (u'CALL_-1206936635', u'INDIRECT_-1206934692'), ('tmp_407', u'CBRANCH_-1206937277'), (u'INDIRECT_-1206933627', u'COPY_-1206933681'), (u'CALL_-1206935809', u'INDIRECT_-1206932924'), (u'MULTIEQUAL_-1206934480', u'MULTIEQUAL_-1206934399'), (u'INDIRECT_-1206934127', u'COPY_-1206934181'), (u'INDIRECT_-1206933514', u'MULTIEQUAL_-1206933403'), (u'INDIRECT_-1206933277', u'MULTIEQUAL_-1206933269'), (u'PTRSUB_-1206937164', u'COPY_-1206933245'), (u'CALL_-1206935840', u'INDIRECT_-1206934275'), (u'CALL_-1206935793', u'INDIRECT_-1206934246'), (u'CALL_-1206935638', u'INDIRECT_-1206933125'), (u'CALL_-1206935397', u'INDIRECT_-1206932642'), (u'INDIRECT_-1206934414', u'MULTIEQUAL_-1206934303'), ('const-433', u'LOAD_-1206937257'), (u'INDIRECT_-1206934073', u'MULTIEQUAL_-1206934059'), (u'COPY_-1206937154', u'MULTIEQUAL_-1206935701'), (u'STORE_-1206936399', u'INDIRECT_-1206934105'), (u'MULTIEQUAL_-1206935257', u'MULTIEQUAL_-1206935254'), (u'CAST_-1206932852', u'STORE_-1206936414'), (u'INDIRECT_-1206933509', u'MULTIEQUAL_-1206933490'), (u'INDIRECT_-1206934387', u'MULTIEQUAL_-1206934230'), (u'CALL_-1206935793', u'INDIRECT_-1206932815'), (u'CALL_-1206935397', u'INDIRECT_-1206933441'), (u'INDIRECT_-1206933346', u'COPY_-1206933387'), (u'STORE_-1206936522', u'INDIRECT_-1206934346'), (u'BOOL_AND_-1206937157', u'INT_EQUAL_-1206937158'), (u'INDIRECT_-1206933229', u'INT_NOTEQUAL_-1206935817'), (u'INDIRECT_-1206934681', u'MULTIEQUAL_-1206934655'), (u'CALL_-1206936005', u'INDIRECT_-1206932930'), (u'LOAD_-1206937209', u'INT_LESS_-1206937194'), (u'LOAD_-1206937209', u'INT_EQUAL_-1206937194'), ('const-433', u'STORE_-1206936883'), (u'INDIRECT_-1206933575', u'MULTIEQUAL_-1206933540'), ('tmp_2257', u'CBRANCH_-1206935816'), (u'MULTIEQUAL_-1206934166', u'MULTIEQUAL_-1206934167'), ('const-3', u'COPY_-1206932731'), (u'INDIRECT_-1206934505', u'MULTIEQUAL_-1206934499'), (u'LOAD_-1206936272', u'PTRSUB_-1206932756'), (u'INDIRECT_-1206934255', u'MULTIEQUAL_-1206934249'), (u'CALL_-1206936372', u'INDIRECT_-1206934126'), (u'CALL_-1206936222', u'INDIRECT_-1206933733'), (u'CALL_-1206937363', u'INDIRECT_-1206933628'), (u'CALL_-1206935548', u'INDIRECT_-1206933374'), (u'CALL_-1206936301', u'INDIRECT_-1206933734'), (u'INDIRECT_-1206934114', u'MULTIEQUAL_-1206934003'), (u'CALL_-1206937458', u'INDIRECT_-1206934713'), (u'CALL_-1206937458', u'INDIRECT_-1206934613'), (u'INDIRECT_-1206934214', u'MULTIEQUAL_-1206933963'), (u'INDIRECT_-1206932886', u'MULTIEQUAL_-1206932647'), (u'INDIRECT_-1206933942', u'COPY_-1206932987'), (u'PTRSUB_-1206932764', u'LOAD_-1206936272'), (u'INDIRECT_-1206934320', u'MULTIEQUAL_-1206934314'), (u'INDIRECT_-1206933841', u'COPY_-1206933877'), (u'CALL_-1206936769', u'INDIRECT_-1206934537'), ('const-12', u'PTRSUB_-1206932809'), (u'STORE_-1206936522', u'INDIRECT_-1206934646'), (u'INDIRECT_-1206933759', u'MULTIEQUAL_-1206933740'), (u'CALL_-1206936183', u'INDIRECT_-1206932912'), (u'INDIRECT_-1206933646', u'COPY_-1206933687'), (u'CALL_-1206936635', u'INDIRECT_-1206934392'), (u'INT_MULT_-1206937474', u'CALL_-1206937458'), (u'CALL_-1206936183', u'INDIRECT_-1206933073'), (u'CALL_-1206936372', u'INDIRECT_-1206934076'), (u'INDIRECT_-1206933814', u'MULTIEQUAL_-1206933703'), (u'INDIRECT_-1206933977', u'COPY_-1206934031'), (u'INT_EQUAL_-1206937158', u'MULTIEQUAL_-1206935241'), (u'COPY_-1206935571', u'MULTIEQUAL_-1206932956'), (u'CALL_-1206935548', u'INDIRECT_-1206933142'), (u'CALL_-1206936241', u'INDIRECT_-1206933436'), (u'CALL_-1206936769', u'INDIRECT_-1206934287'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933127'), ('const-0', u'COPY_-1206937260'), (u'STORE_-1206936612', u'INDIRECT_-1206934149'), (u'CALL_-1206935397', u'INDIRECT_-1206932899'), (u'CALL_-1206936372', u'INDIRECT_-1206933826'), (u'CALL_-1206936326', u'INDIRECT_-1206933138'), (u'MULTIEQUAL_-1206934916', u'MULTIEQUAL_-1206934917'), (u'CAST_-1206933084', u'INT_SUB_-1206936962'), (u'CALL_-1206935840', u'INDIRECT_-1206934075'), (u'PTRSUB_-1206932891', u'LOAD_-1206936534'), (u'CALL_-1206936797', u'INDIRECT_-1206934660'), (u'INT_EQUAL_-1206937113', u'MULTIEQUAL_-1206935241'), (u'CALL_-1206935576', u'INDIRECT_-1206933688'), (u'CALL_-1206936572', u'INDIRECT_-1206933626'), (u'CALL_-1206936222', u'INDIRECT_-1206933391'), (u'CALL_-1206936769', u'INDIRECT_-1206934487'), (u'CALL_-1206935840', u'INDIRECT_-1206933069'), (u'CALL_-1206936572', u'INDIRECT_-1206933690'), (u'INDIRECT_-1206934123', u'MULTIEQUAL_-1206934109'), (u'STORE_-1206936421', u'INDIRECT_-1206933820'), (u'STORE_-1206936883', u'INDIRECT_-1206934723'), (u'STORE_-1206936538', u'INDIRECT_-1206933757'), (u'CALL_-1206935809', u'INDIRECT_-1206932860'), (u'CALL_-1206936241', u'INDIRECT_-1206933115'), ('const-433', u'LOAD_-1206936060'), (u'CALL_-1206936183', u'INDIRECT_-1206934204'), (u'MULTIEQUAL_-1206934855', u'MULTIEQUAL_-1206934785'), (u'CALL_-1206935425', u'INDIRECT_-1206933255'), (u'INDIRECT_-1206932667', u'MULTIEQUAL_-1206932660'), (u'CALL_-1206935809', u'INDIRECT_-1206933959'), (u'CAST_-1206932889', u'INT_EQUAL_-1206936621'), (u'CALL_-1206935425', u'INDIRECT_-1206933009'), (u'CALL_-1206936372', u'INDIRECT_-1206933227'), (u'CALL_-1206935614', u'INDIRECT_-1206933311'), (u'CALL_-1206936326', u'INDIRECT_-1206934501'), (u'INDIRECT_-1206933720', u'MULTIEQUAL_-1206933714'), (u'CALL_-1206936062', u'INDIRECT_-1206933977'), (u'CALL_-1206937363', u'CAST_-1206933243'), (u'CALL_-1206936572', u'INDIRECT_-1206934704'), (u'INT_EQUAL_-1206937134', u'CBRANCH_-1206937139'), (u'MULTIEQUAL_-1206934567', u'MULTIEQUAL_-1206934566'), (u'STORE_-1206936421', u'INDIRECT_-1206933920'), (u'INT_ZEXT_-1206936412', u'INT_MULT_-1206932886'), (u'CALL_-1206936183', u'INDIRECT_-1206933954'), (u'CALLIND_-1206935962', u'INDIRECT_-1206932805'), (u'STORE_-1206936612', u'INDIRECT_-1206933799'), (u'MULTIEQUAL_-1206935324', u'BOOL_NEGATE_-1206935075'), (u'CALL_-1206935638', u'INDIRECT_-1206933571'), (u'INDIRECT_-1206934046', u'MULTIEQUAL_-1206934014'), (u'CALL_-1206935809', u'INDIRECT_-1206932731'), (u'INDIRECT_-1206934370', u'MULTIEQUAL_-1206934364'), (u'STORE_-1206936421', u'INDIRECT_-1206934420'), (u'CALL_-1206935548', u'INDIRECT_-1206933624'), (u'CALL_-1206935638', u'INDIRECT_-1206933771'), (u'CALL_-1206935614', u'INDIRECT_-1206933711'), (u'CALL_-1206935548', u'INDIRECT_-1206932950'), (u'CALL_-1206935638', u'INDIRECT_-1206933621'), (u'CAST_-1206933115', u'LOAD_-1206937045'), (u'CALL_-1206936301', u'INDIRECT_-1206933185'), (u'INDIRECT_-1206933514', u'MULTIEQUAL_-1206933263'), (u'INDIRECT_-1206933229', u'MULTIEQUAL_-1206933206'), (u'CALL_-1206935576', u'INDIRECT_-1206933338'), (u'INDIRECT_-1206934837', u'MULTIEQUAL_-1206934680'), (u'CALL_-1206936183', u'INDIRECT_-1206933854'), (u'INDIRECT_-1206933496', u'COPY_-1206933537'), (u'INDIRECT_-1206934566', u'STORE_-1206936399'), (u'INDIRECT_-1206933965', u'MULTIEQUAL_-1206933763'), (u'INDIRECT_-1206933791', u'COPY_-1206933827'), (u'INDIRECT_-1206934125', u'MULTIEQUAL_-1206934090'), (u'CALL_-1206936372', u'INDIRECT_-1206934576'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933400'), (u'INDIRECT_-1206932828', u'MULTIEQUAL_-1206932821'), (u'CALL_-1206936572', u'INDIRECT_-1206934654'), ('const--360', u'PTRSUB_-1206933468'), ('const--296', u'PTRSUB_-1206933083'), (u'CALL_-1206935793', u'INDIRECT_-1206933496'), (u'CALL_-1206935840', u'INDIRECT_-1206933005'), (u'STORE_-1206936399', u'INDIRECT_-1206934205'), ('tmp_13019', u'COPY_-1206933422'), (u'CALL_-1206936222', u'INDIRECT_-1206933833'), (u'INDIRECT_-1206934009', u'MULTIEQUAL_-1206933990'), (u'INDIRECT_-1206933815', u'MULTIEQUAL_-1206933613'), (u'CALL_-1206936797', u'INDIRECT_-1206934460'), ('const-32', u'INT_ADD_-1206937054'), (u'CALL_-1206936183', u'INDIRECT_-1206934254'), (u'CALL_-1206935425', u'INDIRECT_-1206933355'), (u'COPY_-1206933222', u'MULTIEQUAL_-1206935516'), (u'CALL_-1206936222', u'INDIRECT_-1206933487'), (u'INDIRECT_-1206934781', u'MULTIEQUAL_-1206934755'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933965'), (u'CALL_-1206935793', u'INDIRECT_-1206933346'), (u'CALL_-1206935397', u'INDIRECT_-1206933541'), (u'CAST_-1206933125', u'LOAD_-1206937070'), (u'CALLIND_-1206936039', u'INDIRECT_-1206934314'), ('const-0', u'INT_EQUAL_-1206936336'), (u'CALL_-1206935901', u'INDIRECT_-1206932795'), (u'CALL_-1206935687', u'INDIRECT_-1206933163'), ('const-0', u'INT_EQUAL_-1206936279'), (u'CALL_-1206935687', u'INDIRECT_-1206933099'), (u'MULTIEQUAL_-1206933649', u'MULTIEQUAL_-1206933565'), (u'CALL_-1206936005', u'CAST_-1206932545'), (u'CAST_-1206932835', u'INT_AND_-1206936526'), (u'INDIRECT_-1206934170', u'MULTIEQUAL_-1206934164'), (u'CALL_-1206936241', u'INDIRECT_-1206933696'), (u'PTRSUB_-1206933467', u'COPY_-1206932964'), (u'CALL_-1206937363', u'INDIRECT_-1206934891'), (u'INT_EQUAL_-1206937245', u'BOOL_NEGATE_-1206933298'), (u'INDIRECT_-1206934741', u'MULTIEQUAL_-1206934667'), (u'INDIRECT_-1206934065', u'MULTIEQUAL_-1206933863'), (u'INDIRECT_-1206934146', u'MULTIEQUAL_-1206934114'), (u'COPY_-1206936679', u'MULTIEQUAL_-1206933553'), (u'CALL_-1206936005', u'INDIRECT_-1206932801'), (u'INDIRECT_-1206934499', u'MULTIEQUAL_-1206934480'), (u'CALL_-1206935397', u'INDIRECT_-1206933991'), (u'CALL_-1206935425', u'INDIRECT_-1206933955'), (u'INDIRECT_-1206933893', u'CALLIND_-1206935962'), (u'INT_LESS_-1206937113', u'MULTIEQUAL_-1206935327'), (u'CALL_-1206936222', u'INDIRECT_-1206933783'), (u'STORE_-1206936538', u'INDIRECT_-1206934057'), (u'MULTIEQUAL_-1206935507', u'COPY_-1206933282'), (u'INDIRECT_-1206933625', u'MULTIEQUAL_-1206933590'), (u'BOOL_NEGATE_-1206935074', u'BOOL_AND_-1206937076'), (u'MULTIEQUAL_-1206934280', u'MULTIEQUAL_-1206934199'), (u'MULTIEQUAL_-1206934555', u'MULTIEQUAL_-1206934509'), (u'BOOL_NEGATE_-1206935108', u'BOOL_AND_-1206937157'), (u'CALL_-1206935809', u'INDIRECT_-1206932828'), (u'MULTIEQUAL_-1206934405', u'MULTIEQUAL_-1206934335'), ('const-8', u'PTRSUB_-1206932667'), (u'CALL_-1206936372', u'INDIRECT_-1206933976'), (u'CALL_-1206936572', u'INDIRECT_-1206934204'), (u'INDIRECT_-1206934081', u'MULTIEQUAL_-1206934055'), (u'INDIRECT_-1206934414', u'MULTIEQUAL_-1206934163'), (u'INDIRECT_-1206934481', u'MULTIEQUAL_-1206934566'), (u'INDIRECT_-1206934496', u'MULTIEQUAL_-1206934464'), ('tmp_2795', u'PTRSUB_-1206932625'), (u'STORE_-1206936538', u'INDIRECT_-1206934257'), (u'PTRSUB_-1206932809', u'LOAD_-1206936355'), (u'CALL_-1206935840', u'INDIRECT_-1206933101'), (u'INDIRECT_-1206934787', u'MULTIEQUAL_-1206934630'), (u'CALL_-1206935840', u'INDIRECT_-1206933293'), (u'CALL_-1206937363', u'INDIRECT_-1206934541'), (u'CALL_-1206935901', u'INDIRECT_-1206933245'), (u'INDIRECT_-1206934209', u'MULTIEQUAL_-1206934190'), (u'COPY_-1206935548', u'COPY_-1206933241'), (u'CAST_-1206933243', u'CAST_-1206933084'), (u'CALL_-1206935809', u'INDIRECT_-1206932957'), (u'CALL_-1206935548', u'INDIRECT_-1206932693'), ('const-8', u'PTRADD_-1206933278'), (u'CALL_-1206936005', u'INDIRECT_-1206933493'), (u'CALLIND_-1206935962', u'MULTIEQUAL_-1206933097'), ('const-0', u'CALL_-1206935614'), (u'CALL_-1206936797', u'INDIRECT_-1206934760'), (u'CAST_-1206933049', u'STORE_-1206936883'), (u'STORE_-1206936414', u'INDIRECT_-1206933716'), (u'CALL_-1206935809', u'INDIRECT_-1206933559'), (u'MULTIEQUAL_-1206935542', u'PTRADD_-1206933109'), (u'INDIRECT_-1206934049', u'MULTIEQUAL_-1206934030'), (u'CALL_-1206935840', u'INDIRECT_-1206933825'), (u'CALL_-1206936301', u'INDIRECT_-1206933153'), (u'CALL_-1206935793', u'INDIRECT_-1206932783'), (u'CALL_-1206935687', u'INDIRECT_-1206932939'), (u'CALL_-1206935638', u'INDIRECT_-1206933471'), (u'CALL_-1206936635', u'INDIRECT_-1206933600'), (u'MULTIEQUAL_-1206934117', u'MULTIEQUAL_-1206934116'), (u'MULTIEQUAL_-1206935714', u'MULTIEQUAL_-1206935667'), (u'CALL_-1206936062', u'INDIRECT_-1206933527'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933015'), (u'INDIRECT_-1206934691', u'MULTIEQUAL_-1206934617'), (u'INDIRECT_-1206933924', u'COPY_-1206933941'), (u'INT_MULT_-1206932886', u'INT_ADD_-1206932898'), ('const-0', u'COPY_-1206937172'), (u'CALL_-1206935576', u'INDIRECT_-1206933388'), (u'CALL_-1206936301', u'INDIRECT_-1206933538'), (u'INDIRECT_-1206933914', u'MULTIEQUAL_-1206933803'), (u'PTRADD_-1206933278', u'COPY_-1206933171'), (u'STORE_-1206936883', u'INDIRECT_-1206934073'), (u'INDIRECT_-1206933037', u'MULTIEQUAL_-1206933014'), ('const--2', u'INT_MULT_-1206935118'), (u'INDIRECT_-1206934123', u'MULTIEQUAL_-1206934085'), (u'MULTIEQUAL_-1206934630', u'MULTIEQUAL_-1206934549'), (u'INDIRECT_-1206932763', u'MULTIEQUAL_-1206932755'), (u'INDIRECT_-1206932924', u'MULTIEQUAL_-1206932917'), (u'CALL_-1206936241', u'INDIRECT_-1206934096'), (u'CALL_-1206936183', u'INDIRECT_-1206933904'), (u'MULTIEQUAL_-1206934367', u'MULTIEQUAL_-1206934366'), (u'CALL_-1206936183', u'INDIRECT_-1206933041'), (u'CALL_-1206936005', u'INDIRECT_-1206934393'), (u'CALL_-1206935687', u'INDIRECT_-1206933477'), (u'CALL_-1206935576', u'INDIRECT_-1206933124'), (u'INDIRECT_-1206933658', u'MULTIEQUAL_-1206933565'), (u'INDIRECT_-1206934605', u'MULTIEQUAL_-1206934599'), (u'CALL_-1206936769', u'INDIRECT_-1206934087'), (u'STORE_-1206936883', u'INDIRECT_-1206934373'), (u'CALL_-1206935840', u'INDIRECT_-1206933375'), (u'INDIRECT_-1206933614', u'MULTIEQUAL_-1206933363'), (u'CALL_-1206935576', u'INDIRECT_-1206933488'), (u'STORE_-1206936421', u'INDIRECT_-1206934320'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933815'), (u'CALL_-1206935614', u'INDIRECT_-1206933661'), (u'MULTIEQUAL_-1206935500', u'PTRADD_-1206933278'), (u'INDIRECT_-1206935282', u'INT_ZEXT_-1206937199'), (u'INDIRECT_-1206934305', u'MULTIEQUAL_-1206934299'), ('tmp_782', u'CBRANCH_-1206937075'), (u'INDIRECT_-1206933351', u'MULTIEQUAL_-1206933161'), (u'CALLIND_-1206936039', u'INDIRECT_-1206934214'), (u'INDIRECT_-1206932860', u'MULTIEQUAL_-1206932853'), (u'CALL_-1206936183', u'INDIRECT_-1206933604'), (u'INDIRECT_-1206934246', u'MULTIEQUAL_-1206934214'), (u'CALL_-1206935793', u'INDIRECT_-1206932686'), (u'CALL_-1206936062', u'INDIRECT_-1206933189'), (u'CALL_-1206935397', u'INDIRECT_-1206933841'), (u'INT_SUB_-1206936417', u'MULTIEQUAL_-1206935358'), (u'CALL_-1206936372', u'INDIRECT_-1206933548'), (u'INDIRECT_-1206934631', u'MULTIEQUAL_-1206934716'), (u'STORE_-1206936414', u'INDIRECT_-1206934166'), (u'MULTIEQUAL_-1206934167', u'MULTIEQUAL_-1206934055'), (u'INDIRECT_-1206933400', u'MULTIEQUAL_-1206933301'), (u'MULTIEQUAL_-1206934505', u'INT_ADD_-1206936889'), (u'CALL_-1206936062', u'INDIRECT_-1206934377'), ('const-8', u'INT_ADD_-1206937282'), (u'INT_SLESS_-1206936997', u'CBRANCH_-1206936994'), (u'STORE_-1206936538', u'INDIRECT_-1206934357'), (u'INDIRECT_-1206934881', u'MULTIEQUAL_-1206934855'), (u'INDIRECT_-1206933274', u'COPY_-1206933291'), (u'CALL_-1206936062', u'INDIRECT_-1206933445'), (u'INDIRECT_-1206934520', u'MULTIEQUAL_-1206934514'), ('const-12', u'PTRSUB_-1206932662'), (u'CALL_-1206936372', u'INDIRECT_-1206934476'), (u'CALL_-1206936372', u'INDIRECT_-1206933876'), (u'CALL_-1206935793', u'INDIRECT_-1206933696'), (u'INDIRECT_-1206934723', u'MULTIEQUAL_-1206934685'), (u'INDIRECT_-1206933191', u'MULTIEQUAL_-1206933001'), (u'MULTIEQUAL_-1206935532', u'PTRADD_-1206937154'), (u'CALL_-1206936572', u'INDIRECT_-1206933273'), (u'COPY_-1206937172', u'MULTIEQUAL_-1206935327'), (u'STORE_-1206936414', u'INDIRECT_-1206934616'), (u'PTRSUB_-1206932903', u'LOAD_-1206936558'), (u'INDIRECT_-1206934455', u'MULTIEQUAL_-1206934449'), (u'CALL_-1206936301', u'INDIRECT_-1206933884'), ('const-1', u'COPY_-1206935582'), (u'CALL_-1206935901', u'INDIRECT_-1206934023'), (u'CALL_-1206935840', u'INDIRECT_-1206933925'), ('const-433', u'LOAD_-1206937130'), (u'MULTIEQUAL_-1206934366', u'MULTIEQUAL_-1206934367'), (u'INDIRECT_-1206934070', u'MULTIEQUAL_-1206934064'), (u'CALL_-1206936062', u'INDIRECT_-1206932964'), (u'CALL_-1206936222', u'INDIRECT_-1206933551'), (u'STORE_-1206936399', u'INDIRECT_-1206934055'), (u'CALL_-1206936005', u'INDIRECT_-1206933793'), (u'CALL_-1206936301', u'INDIRECT_-1206934584'), (u'MULTIEQUAL_-1206935324', u'INT_NOTEQUAL_-1206937076'), ('const-0', u'PTRSUB_-1206932903'), ('tmp_1311', u'CBRANCH_-1206936642'), (u'CALL_-1206936372', u'INDIRECT_-1206933452'), (u'STORE_-1206936612', u'INDIRECT_-1206934299'), (u'INDIRECT_-1206933343', u'MULTIEQUAL_-1206933296'), (u'CALL_-1206936241', u'INDIRECT_-1206934196'), ('tmp_1833', u'CBRANCH_-1206936277'), (u'CALL_-1206935793', u'INDIRECT_-1206932847'), (u'INDIRECT_-1206933309', u'MULTIEQUAL_-1206933301'), (u'INDIRECT_-1206932908', u'MULTIEQUAL_-1206932885'), (u'MULTIEQUAL_-1206934917', u'MULTIEQUAL_-1206934805'), (u'INDIRECT_-1206934087', u'MULTIEQUAL_-1206933930'), ('const-8', u'PTRSUB_-1206932756'), (u'STORE_-1206936421', u'INDIRECT_-1206934620'), (u'INDIRECT_-1206932822', u'MULTIEQUAL_-1206932723'), (u'INDIRECT_-1206934773', u'MULTIEQUAL_-1206934735'), (u'CALL_-1206937363', u'INDIRECT_-1206935091'), ('const-433', u'LOAD_-1206937277'), (u'INDIRECT_-1206934023', u'MULTIEQUAL_-1206933985'), (u'INDIRECT_-1206932715', u'MULTIEQUAL_-1206932692'), (u'CALL_-1206937363', u'INDIRECT_-1206935282'), (u'MULTIEQUAL_-1206934917', u'MULTIEQUAL_-1206934916'), (u'CALL_-1206936301', u'INDIRECT_-1206934484'), (u'CALL_-1206937458', u'CAST_-1206933315'), (u'CALL_-1206936572', u'INDIRECT_-1206933904'), (u'CALL_-1206935809', u'INDIRECT_-1206934209'), (u'INDIRECT_-1206933824', u'COPY_-1206933841'), (u'INDIRECT_-1206933846', u'MULTIEQUAL_-1206933814'), ('tmp_483', u'CBRANCH_-1206937220'), (u'MULTIEQUAL_-1206934130', u'MULTIEQUAL_-1206934049'), (u'COPY_-1206933245', u'MULTIEQUAL_-1206935532'), (u'INDIRECT_-1206933240', u'MULTIEQUAL_-1206933001'), (u'STORE_-1206937027', u'INDIRECT_-1206934131'), (u'CALL_-1206935840', u'INDIRECT_-1206932683'), (u'INDIRECT_-1206933400', u'MULTIEQUAL_-1206933161'), (u'INDIRECT_-1206934491', u'MULTIEQUAL_-1206934417'), (u'MULTIEQUAL_-1206934516', u'MULTIEQUAL_-1206934517'), (u'CALL_-1206936372', u'INDIRECT_-1206934276'), (u'CALL_-1206935548', u'INDIRECT_-1206933424'), (u'MULTIEQUAL_-1206934655', u'MULTIEQUAL_-1206934585'), (u'MULTIEQUAL_-1206935581', u'PTRADD_-1206937068'), ('tmp_1074', u'CBRANCH_-1206936907'), (u'CALLIND_-1206936039', u'INDIRECT_-1206934364'), ('const-1299960', u'PTRSUB_-1206937083'), (u'MULTIEQUAL_-1206934630', u'INT_NOTEQUAL_-1206936590'), (u'CALL_-1206935793', u'INDIRECT_-1206933008'), (u'INDIRECT_-1206933305', u'MULTIEQUAL_-1206933212'), (u'BOOL_NEGATE_-1206933274', u'CBRANCH_-1206937157'), (u'CALL_-1206936062', u'INDIRECT_-1206933285'), (u'CAST_-1206932809', u'INT_SUB_-1206936491'), (u'INDIRECT_-1206934299', u'MULTIEQUAL_-1206934280'), ('const-848', u'PTRSUB_-1206932617'), (u'INDIRECT_-1206932902', u'MULTIEQUAL_-1206932712'), (u'MULTIEQUAL_-1206934455', u'MULTIEQUAL_-1206934409'), (u'INDIRECT_-1206932951', u'MULTIEQUAL_-1206932712'), ('tmp_2795', u'PTRSUB_-1206932814'), (u'CALL_-1206936062', u'INDIRECT_-1206932931'), (u'CALL_-1206936635', u'INDIRECT_-1206933664'), (u'INDIRECT_-1206934673', u'MULTIEQUAL_-1206934659'), (u'CALL_-1206935687', u'INDIRECT_-1206932778'), (u'CALL_-1206935793', u'INDIRECT_-1206933072'), (u'STORE_-1206936883', u'INDIRECT_-1206933973'), ('tmp_1985', u'CBRANCH_-1206936108'), (u'MULTIEQUAL_-1206935581', u'LOAD_-1206937128'), (u'CALL_-1206935687', u'INDIRECT_-1206932649'), (u'INDIRECT_-1206933277', u'COPY_-1206933331'), (u'PTRADD_-1206933173', u'MULTIEQUAL_-1206935825'), (u'CALL_-1206935614', u'INDIRECT_-1206934161'), ('const-0', u'COPY_-1206935708'), ('const-0', u'SUBPIECE_-1206935125'), (u'INDIRECT_-1206934041', u'COPY_-1206934077'), (u'LOAD_-1206937070', u'INT_ADD_-1206937031'), (u'MULTIEQUAL_-1206934566', u'MULTIEQUAL_-1206934567'), (u'CALL_-1206935425', u'INDIRECT_-1206932656'), ('const--360', u'PTRSUB_-1206933467'), (u'INDIRECT_-1206933568', u'MULTIEQUAL_-1206933521'), (u'INT_ZEXT_-1206935439', u'MULTIEQUAL_-1206935358'), (u'LOAD_-1206937298', u'COPY_-1206933253'), (u'PTRADD_-1206937068', u'COPY_-1206933230'), (u'CALL_-1206936326', u'INDIRECT_-1206934051'), (u'INDIRECT_-1206933664', u'MULTIEQUAL_-1206933617'), (u'INDIRECT_-1206934873', u'MULTIEQUAL_-1206934859'), (u'CALL_-1206936769', u'INDIRECT_-1206934687'), (u'INT_EQUAL_-1206936109', u'CBRANCH_-1206936108'), (u'CALL_-1206935397', u'INDIRECT_-1206932610'), (u'CALL_-1206935901', u'INDIRECT_-1206933341'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933465'), ('const-5', u'CALL_-1206935425'), (u'INT_NOTEQUAL_-1206935685', u'CBRANCH_-1206935685'), (u'CALL_-1206936183', u'INDIRECT_-1206933654'), (u'STORE_-1206936522', u'INDIRECT_-1206933846'), (u'INDIRECT_-1206933896', u'MULTIEQUAL_-1206933864'), (u'CALLIND_-1206935962', u'INDIRECT_-1206932869'), (u'CALL_-1206935614', u'INDIRECT_-1206933611'), (u'STORE_-1206936414', u'INDIRECT_-1206934266'), (u'STORE_-1206936399', u'INDIRECT_-1206933805'), (u'CALL_-1206935638', u'INDIRECT_-1206933671'), (u'CALL_-1206936769', u'INDIRECT_-1206934637'), (u'INDIRECT_-1206933562', u'MULTIEQUAL_-1206933469'), (u'STORE_-1206936883', u'INDIRECT_-1206934773'), (u'CALL_-1206935901', u'INDIRECT_-1206933973'), (u'CALL_-1206935397', u'INDIRECT_-1206933691'), (u'CALL_-1206935576', u'INDIRECT_-1206933538'), (u'STORE_-1206936399', u'INDIRECT_-1206934555'), (u'INT_NOTEQUAL_-1206936839', u'CBRANCH_-1206936837'), (u'MULTIEQUAL_-1206933553', u'MULTIEQUAL_-1206933469'), (u'CALL_-1206936635', u'INDIRECT_-1206934092'), (u'CALL_-1206935614', u'INDIRECT_-1206933811'), (u'CALL_-1206936572', u'INDIRECT_-1206934304'), (u'CALL_-1206935793', u'INDIRECT_-1206933746'), (u'CALLIND_-1206935962', u'INDIRECT_-1206932966'), (u'INDIRECT_-1206935028', u'MULTIEQUAL_-1206934886'), ('const--2', u'INT_MULT_-1206932886'), (u'PTRSUB_-1206932625', u'LOAD_-1206936060'), (u'INDIRECT_-1206932983', u'MULTIEQUAL_-1206932884'), (u'INDIRECT_-1206935041', u'MULTIEQUAL_-1206934967'), (u'INDIRECT_-1206934631', u'MULTIEQUAL_-1206934605'), (u'INDIRECT_-1206934137', u'MULTIEQUAL_-1206933980'), ('const-0', u'INT_EQUAL_-1206937279'), ('const-1404632', u'INT_EQUAL_-1206937050'), (u'INDIRECT_-1206933565', u'MULTIEQUAL_-1206933363'), (u'INDIRECT_-1206934441', u'MULTIEQUAL_-1206934367'), ('const-856', u'PTRSUB_-1206932568'), (u'MULTIEQUAL_-1206933640', u'CALL_-1206935793'), (u'CALL_-1206936372', u'CALL_-1206936301'), (u'INT_LESS_-1206937113', u'MULTIEQUAL_-1206935324'), ('const-8', u'PTRSUB_-1206932814'), (u'MULTIEQUAL_-1206934766', u'MULTIEQUAL_-1206934767'), (u'CALL_-1206936005', u'INDIRECT_-1206932897'), (u'STORE_-1206936883', u'INDIRECT_-1206934523'), (u'MULTIEQUAL_-1206934866', u'MULTIEQUAL_-1206934867'), (u'CALL_-1206935793', u'INDIRECT_-1206932976'), (u'CALL_-1206935638', u'INDIRECT_-1206934121'), (u'COPY_-1206933349', u'MULTIEQUAL_-1206935683'), (u'CALL_-1206935809', u'INDIRECT_-1206933149'), ('const-1', u'PTRADD_-1206937149'), (u'INDIRECT_-1206933973', u'MULTIEQUAL_-1206933935'), (u'INDIRECT_-1206934570', u'MULTIEQUAL_-1206934564'), (u'INDIRECT_-1206934649', u'MULTIEQUAL_-1206934630'), (u'COPY_-1206936691', u'MULTIEQUAL_-1206933617'), (u'INDIRECT_-1206933165', u'MULTIEQUAL_-1206933142'), (u'INDIRECT_-1206934687', u'MULTIEQUAL_-1206934530'), (u'INT_ADD_-1206937316', u'MULTIEQUAL_-1206935694'), (u'INDIRECT_-1206933937', u'MULTIEQUAL_-1206933780'), (u'PTRSUB_-1206933468', u'COPY_-1206932963'), ('tmp_2084', u'CBRANCH_-1206936023'), (u'CALL_-1206935397', u'INDIRECT_-1206933241'), (u'CALL_-1206936241', u'INDIRECT_-1206933083'), (u'CALL_-1206935901', u'INDIRECT_-1206933473'), (u'INDIRECT_-1206933053', u'MULTIEQUAL_-1206933045'), (u'CALL_-1206935809', u'INDIRECT_-1206933021'), (u'INDIRECT_-1206933760', u'MULTIEQUAL_-1206933713'), (u'CAST_-1206933243', u'COPY_-1206933314'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933112'), (u'INDIRECT_-1206933723', u'MULTIEQUAL_-1206933703'), (u'PTRSUB_-1206933083', u'CALL_-1206935840'), (u'CALL_-1206936635', u'INDIRECT_-1206933311'), (u'INDIRECT_-1206933905', u'MULTIEQUAL_-1206933899'), (u'CALL_-1206935809', u'INDIRECT_-1206933085'), (u'INT_ADD_-1206937243', u'CAST_-1206933186'), (u'INDIRECT_-1206933279', u'MULTIEQUAL_-1206933231'), ('const-8', u'PTRSUB_-1206932625'), (u'CALL_-1206935840', u'INDIRECT_-1206932973'), (u'CALL_-1206935793', u'INDIRECT_-1206932944'), (u'CALL_-1206935397', u'INDIRECT_-1206932995'), (u'CALL_-1206937363', u'INDIRECT_-1206934241'), ('const-0', u'INT_EQUAL_-1206937215'), (u'CALL_-1206935687', u'INDIRECT_-1206933827'), (u'MULTIEQUAL_-1206934316', u'MULTIEQUAL_-1206934317'), (u'MULTIEQUAL_-1206933521', u'MULTIEQUAL_-1206933437'), (u'CALL_-1206936005', u'INDIRECT_-1206933251'), (u'INDIRECT_-1206934341', u'MULTIEQUAL_-1206934267'), (u'STORE_-1206936538', u'INDIRECT_-1206934007'), (u'CALL_-1206936572', u'INDIRECT_-1206933722'), (u'CALL_-1206936372', u'INDIRECT_-1206934376'), (u'CALL_-1206936005', u'INDIRECT_-1206933219'), (u'INDIRECT_-1206933624', u'COPY_-1206933641'), (u'CALL_-1206936572', u'INDIRECT_-1206934154'), (u'MULTIEQUAL_-1206935532', u'LOAD_-1206937211'), (u'STORE_-1206936538', u'INDIRECT_-1206934657'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933095'), (u'CALL_-1206936062', u'INDIRECT_-1206933221'), (u'CALL_-1206936372', u'INDIRECT_-1206933776'), (u'STORE_-1206936522', u'INDIRECT_-1206934046'), (u'CALL_-1206936005', u'INDIRECT_-1206933543'), (u'INDIRECT_-1206934023', u'MULTIEQUAL_-1206934003'), (u'INDIRECT_-1206933459', u'MULTIEQUAL_-1206933440'), ('const-1', u'INT_EQUAL_-1206936090'), (u'CALL_-1206936062', u'INDIRECT_-1206933777'), ('const-433', u'LOAD_-1206937211'), (u'CALL_-1206935901', u'INDIRECT_-1206933823'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933208'), (u'INDIRECT_-1206933241', u'COPY_-1206933277'), (u'CALL_-1206935793', u'INDIRECT_-1206933040'), (u'CALL_-1206935576', u'INDIRECT_-1206933156'), (u'MULTIEQUAL_-1206934617', u'MULTIEQUAL_-1206934616'), (u'CALL_-1206937458', u'INDIRECT_-1206934463'), (u'PTRADD_-1206937154', u'COPY_-1206933241'), (u'PTRSUB_-1206932883', u'STORE_-1206936522'), (u'CALL_-1206935901', u'INDIRECT_-1206932924'), ('const--2', u'INT_MULT_-1206935117'), (u'MULTIEQUAL_-1206933713', u'MULTIEQUAL_-1206933629'), (u'INDIRECT_-1206933374', u'MULTIEQUAL_-1206933231'), (u'CAST_-1206933243', u'COPY_-1206933296'), (u'INDIRECT_-1206934181', u'MULTIEQUAL_-1206934155'), (u'INT_EQUAL_-1206937552', u'CBRANCH_-1206937548'), (u'STORE_-1206936883', u'INDIRECT_-1206934823'), ('const-1', u'PTRADD_-1206933278'), ('const-8', u'PTRADD_-1206932851'), (u'CALL_-1206936222', u'INDIRECT_-1206934033'), (u'MULTIEQUAL_-1206934867', u'MULTIEQUAL_-1206934755'), (u'MULTIEQUAL_-1206934230', u'MULTIEQUAL_-1206934149'), (u'CALL_-1206935687', u'INDIRECT_-1206933035'), (u'CALL_-1206937363', u'INDIRECT_-1206934791'), (u'INDIRECT_-1206934860', u'CALL_-1206936769'), (u'MULTIEQUAL_-1206935516', u'PTRADD_-1206937073'), (u'COPY_-1206933148', u'MULTIEQUAL_-1206935542'), (u'INDIRECT_-1206934487', u'MULTIEQUAL_-1206934330'), (u'STORE_-1206936421', u'INDIRECT_-1206934270'), (u'CALL_-1206935840', u'INDIRECT_-1206933725'), (u'CALL_-1206937458', u'INDIRECT_-1206934563'), (u'BOOL_AND_-1206937076', u'INT_NOTEQUAL_-1206937076'), (u'CALL_-1206935614', u'INDIRECT_-1206933361'), (u'STORE_-1206936538', u'INDIRECT_-1206934557'), (u'CAST_-1206932728', u'INT_EQUAL_-1206936279'), (u'CALL_-1206936769', u'INDIRECT_-1206934387'), (u'CALL_-1206936301', u'INDIRECT_-1206934334'), (u'STORE_-1206936399', u'INDIRECT_-1206933905'), (u'MULTIEQUAL_-1206934717', u'MULTIEQUAL_-1206934716'), (u'INDIRECT_-1206932822', u'MULTIEQUAL_-1206932583'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933432'), (u'CALL_-1206936222', u'INDIRECT_-1206933933'), (u'INDIRECT_-1206932837', u'MULTIEQUAL_-1206932647'), (u'CALL_-1206936222', u'INDIRECT_-1206933327'), (u'CALLIND_-1206936039', u'INDIRECT_-1206934414'), (u'MULTIEQUAL_-1206934105', u'MULTIEQUAL_-1206934059'), ('const-433', u'LOAD_-1206936135'), (u'CALL_-1206936797', u'INDIRECT_-1206933397'), (u'MULTIEQUAL_-1206934005', u'MULTIEQUAL_-1206933935'), (u'INDIRECT_-1206933725', u'MULTIEQUAL_-1206933690'), (u'MULTIEQUAL_-1206933231', u'MULTIEQUAL_-1206933147'), (u'INDIRECT_-1206933849', u'MULTIEQUAL_-1206933830'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933914'), (u'CALL_-1206935793', u'INDIRECT_-1206932879'), (u'STORE_-1206936421', u'INDIRECT_-1206934070'), (u'CALL_-1206936222', u'INDIRECT_-1206933983'), (u'INT_EQUAL_-1206937194', u'MULTIEQUAL_-1206935257'), (u'CALL_-1206935638', u'INDIRECT_-1206934071'), (u'INT_EQUAL_-1206937215', u'CBRANCH_-1206937220'), (u'CALL_-1206935638', u'INDIRECT_-1206933157'), (u'INDIRECT_-1206934064', u'MULTIEQUAL_-1206933953'), (u'CALL_-1206935548', u'INDIRECT_-1206933014'), (u'CALL_-1206937363', u'INDIRECT_-1206934941'), (u'CALL_-1206935840', u'INDIRECT_-1206933165'), (u'STORE_-1206936522', u'INDIRECT_-1206934596'), ('const-1299965', u'COPY_-1206932346'), (u'INT_AND_-1206937019', u'INT_NOTEQUAL_-1206937032'), (u'CALL_-1206935793', u'INDIRECT_-1206934146'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933664'), (u'CALL_-1206935901', u'INDIRECT_-1206934323'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933765'), ('const--8', u'INT_AND_-1206936526'), (u'INDIRECT_-1206934314', u'MULTIEQUAL_-1206934203'), (u'CALL_-1206935901', u'INDIRECT_-1206933277'), (u'INDIRECT_-1206933896', u'COPY_-1206933937'), ('tmp_6546', u'PTRSUB_-1206933468'), (u'INT_ZEXT_-1206937199', u'INT_MULT_-1206935117'), (u'CALL_-1206935901', u'INDIRECT_-1206933573'), (u'CALL_-1206935638', u'INDIRECT_-1206933821'), (u'CALL_-1206935397', u'INDIRECT_-1206933741'), (u'CALL_-1206935687', u'INDIRECT_-1206933327'), (u'CALL_-1206937363', u'INDIRECT_-1206934641'), (u'CALL_-1206935809', u'INDIRECT_-1206933213'), (u'CALL_-1206935809', u'INDIRECT_-1206933859'), (u'CALL_-1206935576', u'CAST_-1206932284'), (u'INDIRECT_-1206934215', u'MULTIEQUAL_-1206934013'), (u'PTRSUB_-1206932835', u'STORE_-1206936399'), (u'INDIRECT_-1206933573', u'MULTIEQUAL_-1206933553'), (u'INT_EQUAL_-1206937113', u'MULTIEQUAL_-1206935238'), (u'CALL_-1206936635', u'INDIRECT_-1206934742'), (u'CALLIND_-1206936039', u'INDIRECT_-1206932918'), (u'CALLIND_-1206935962', u'CALL_-1206935901'), ('const-8', u'PTRSUB_-1206932764'), ('const-433', u'LOAD_-1206935700'), (u'INDIRECT_-1206934470', u'MULTIEQUAL_-1206934464'), (u'MULTIEQUAL_-1206934855', u'MULTIEQUAL_-1206934809'), (u'INT_ADD_-1206933280', u'PTRADD_-1206937154'), (u'INDIRECT_-1206933530', u'MULTIEQUAL_-1206933437'), (u'CALL_-1206935687', u'INDIRECT_-1206933195'), ('tmp_637', u'CBRANCH_-1206937139'), (u'INDIRECT_-1206934109', u'MULTIEQUAL_-1206934090'), (u'INDIRECT_-1206933999', u'MULTIEQUAL_-1206933980'), (u'CALL_-1206935687', u'INDIRECT_-1206933877'), (u'CALL_-1206936797', u'INDIRECT_-1206933960'), (u'CALL_-1206936005', u'INDIRECT_-1206934343'), (u'CALL_-1206936572', u'INDIRECT_-1206933241'), (u'INDIRECT_-1206933722', u'MULTIEQUAL_-1206933629'), (u'CALL_-1206935638', u'CALL_-1206935614'), (u'MULTIEQUAL_-1206935667', u'STORE_-1206936883'), ('const-1298640', u'COPY_-1206932438'), ('const-0', u'PTRSUB_-1206937083'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933665'), (u'INDIRECT_-1206933176', u'MULTIEQUAL_-1206933077'), (u'COPY_-1206933249', u'MULTIEQUAL_-1206935597'), (u'STORE_-1206936538', u'INDIRECT_-1206933957'), (u'INDIRECT_-1206934791', u'MULTIEQUAL_-1206934717'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933240'), (u'CAST_-1206933186', u'LOAD_-1206937257'), (u'MULTIEQUAL_-1206934417', u'MULTIEQUAL_-1206934305'), (u'INDIRECT_-1206933946', u'COPY_-1206933987'), (u'CALL_-1206935901', u'INDIRECT_-1206933773'), (u'CALL_-1206935576', u'INDIRECT_-1206933238'), (u'PTRADD_-1206937149', u'COPY_-1206933249'), (u'INT_SRIGHT_-1206936939', u'INT_ADD_-1206936889'), (u'CALL_-1206936372', u'INDIRECT_-1206933644'), (u'CALL_-1206936222', u'INDIRECT_-1206933070'), (u'INDIRECT_-1206933623', u'MULTIEQUAL_-1206933603'), (u'CALL_-1206935614', u'INDIRECT_-1206934111'), (u'CALL_-1206936062', u'INDIRECT_-1206934027'), ('const-0', u'INT_NOTEQUAL_-1206937434'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933814'), ('const-1082240', u'PTRSUB_-1206932571'), (u'STORE_-1206936883', u'INDIRECT_-1206934623'), (u'CALL_-1206936635', u'INDIRECT_-1206934592'), (u'INDIRECT_-1206934164', u'MULTIEQUAL_-1206934053'), (u'INDIRECT_-1206933559', u'MULTIEQUAL_-1206933540'), (u'CALL_-1206936005', u'INDIRECT_-1206933843'), ('const-0', u'INT_SLESS_-1206936997'), ('const-433', u'LOAD_-1206936362'), (u'MULTIEQUAL_-1206934666', u'MULTIEQUAL_-1206934667'), (u'CALL_-1206936301', u'INDIRECT_-1206933506'), (u'MULTIEQUAL_-1206935516', u'LOAD_-1206937130'), (u'BOOL_NEGATE_-1206935107', u'BOOL_AND_-1206937157'), (u'INT_ADD_-1206936482', u'INT_RIGHT_-1206936448'), (u'INDIRECT_-1206933368', u'MULTIEQUAL_-1206933269'), (u'COPY_-1206933314', u'MULTIEQUAL_-1206935825'), (u'CAST_-1206932808', u'INT_SUB_-1206936491'), (u'MULTIEQUAL_-1206933780', u'MULTIEQUAL_-1206933699'), ('const-5', u'CALL_-1206935576'), (u'INDIRECT_-1206934037', u'INT_NOTEQUAL_-1206936643'), (u'CALL_-1206936326', u'INDIRECT_-1206934001'), (u'CALL_-1206935901', u'INDIRECT_-1206932892'), (u'INDIRECT_-1206934105', u'MULTIEQUAL_-1206934099'), (u'INDIRECT_-1206934591', u'MULTIEQUAL_-1206934517'), (u'PTRSUB_-1206932895', u'STORE_-1206936538'), (u'INDIRECT_-1206934823', u'MULTIEQUAL_-1206934809'), (u'INDIRECT_-1206934014', u'MULTIEQUAL_-1206933763'), (u'STORE_-1206936538', u'INDIRECT_-1206934457'), (u'CALL_-1206936183', u'INDIRECT_-1206933426'), (u'INT_NOTEQUAL_-1206936427', u'CBRANCH_-1206936433'), (u'CALL_-1206936222', u'INDIRECT_-1206933359'), (u'INDIRECT_-1206934423', u'MULTIEQUAL_-1206934409'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933351'), (u'INDIRECT_-1206934331', u'MULTIEQUAL_-1206934305'), (u'CALL_-1206935548', u'INDIRECT_-1206933524'), (u'CAST_-1206933201', u'LOAD_-1206937298'), (u'INDIRECT_-1206934020', u'MULTIEQUAL_-1206934014'), (u'CALL_-1206936372', u'INDIRECT_-1206934026'), ('const-1', u'INT_ADD_-1206932902'), ('const-433', u'LOAD_-1206937305'), (u'STORE_-1206936399', u'INDIRECT_-1206934605'), (u'BOOL_NEGATE_-1206935075', u'BOOL_AND_-1206937076'), (u'STORE_-1206936414', u'INDIRECT_-1206933766'), (u'INDIRECT_-1206934173', u'MULTIEQUAL_-1206934153'), (u'CALL_-1206935614', u'INDIRECT_-1206932987'), (u'INT_SUB_-1206936491', u'INT_SUB_-1206936470'), ('const-12', u'PTRSUB_-1206932835'), (u'CALL_-1206935793', u'INDIRECT_-1206933796'), (u'CALLIND_-1206935962', u'INDIRECT_-1206932837'), (u'INDIRECT_-1206933409', u'MULTIEQUAL_-1206933390'), (u'CALL_-1206935793', u'INDIRECT_-1206932718'), (u'CALL_-1206936005', u'INDIRECT_-1206932865'), (u'COPY_-1206933422', u'MULTIEQUAL_-1206935701'), (u'CALL_-1206935614', u'INDIRECT_-1206932730'), (u'STORE_-1206937027', u'INDIRECT_-1206934031'), (u'CALL_-1206935576', u'INDIRECT_-1206932996'), ('tmp_2795', u'CALL_-1206936301'), (u'INDIRECT_-1206933053', u'MULTIEQUAL_-1206933046'), (u'STORE_-1206936399', u'INDIRECT_-1206933955'), (u'INDIRECT_-1206933600', u'MULTIEQUAL_-1206933553'), (u'MULTIEQUAL_-1206934505', u'MULTIEQUAL_-1206934435'), (u'MULTIEQUAL_-1206934580', u'MULTIEQUAL_-1206934499'), (u'PTRSUB_-1206932940', u'STORE_-1206936612'), (u'PTRADD_-1206933278', u'MULTIEQUAL_-1206935507'), (u'STORE_-1206936612', u'INDIRECT_-1206933999'), (u'INDIRECT_-1206933291', u'COPY_-1206933327'), (u'INDIRECT_-1206934155', u'MULTIEQUAL_-1206934149'), (u'INDIRECT_-1206933846', u'COPY_-1206933887'), (u'CALL_-1206936372', u'INDIRECT_-1206933163'), ('const-0', u'CALL_-1206935425'), (u'CALL_-1206936635', u'INDIRECT_-1206934192'), (u'INDIRECT_-1206933015', u'MULTIEQUAL_-1206932776'), (u'INDIRECT_-1206934223', u'MULTIEQUAL_-1206934209'), (u'INDIRECT_-1206934264', u'MULTIEQUAL_-1206934013'), (u'CALL_-1206935793', u'INDIRECT_-1206933646'), (u'CALL_-1206935793', u'INDIRECT_-1206933446'), (u'CALL_-1206936797', u'INDIRECT_-1206935051'), (u'CALL_-1206935901', u'INDIRECT_-1206933523'), (u'CALL_-1206936241', u'INDIRECT_-1206933946'), (u'INDIRECT_-1206934373', u'MULTIEQUAL_-1206934335'), (u'COPY_-1206933296', u'MULTIEQUAL_-1206935507'), (u'STORE_-1206936883', u'INDIRECT_-1206934673'), ('const-24', u'INT_ADD_-1206937243'), (u'CALL_-1206936769', u'INDIRECT_-1206934037'), (u'CALL_-1206935809', u'INDIRECT_-1206934059'), (u'CALL_-1206936572', u'INDIRECT_-1206934404'), (u'INDIRECT_-1206933774', u'COPY_-1206933791'), (u'INT_ADD_-1206937205', u'MULTIEQUAL_-1206935717'), (u'MULTIEQUAL_-1206935340', u'BOOL_NEGATE_-1206935108'), (u'CALL_-1206935793', u'INDIRECT_-1206933136'), (u'STORE_-1206937027', u'INDIRECT_-1206934181'), (u'INDIRECT_-1206932795', u'MULTIEQUAL_-1206932787'), (u'CALL_-1206935793', u'INDIRECT_-1206933996'), (u'CALL_-1206936372', u'INDIRECT_-1206934226'), ('const-0', u'PTRSUB_-1206932384'), (u'CALL_-1206935614', u'INDIRECT_-1206933861'), ('const-1', u'PTRADD_-1206933114'), (u'CAST_-1206932889', u'STORE_-1206936612'), (u'INDIRECT_-1206933864', u'MULTIEQUAL_-1206933613'), (u'STORE_-1206936538', u'INDIRECT_-1206934507'), ('const-8', u'PTRADD_-1206933173'), (u'CALL_-1206936241', u'INDIRECT_-1206933564'), (u'CALL_-1206936183', u'INDIRECT_-1206934354'), (u'CALL_-1206935425', u'INDIRECT_-1206933705'), (u'CALL_-1206936062', u'INDIRECT_-1206933827'), (u'CALL_-1206935687', u'INDIRECT_-1206933627'), (u'CALL_-1206936062', u'INDIRECT_-1206934327'), (u'CALL_-1206937458', u'INDIRECT_-1206934963'), (u'INT_NOTEQUAL_-1206937076', u'CBRANCH_-1206937075'), (u'CALL_-1206936326', u'INDIRECT_-1206933427'), (u'CALL_-1206936183', u'INDIRECT_-1206933522'), (u'CALL_-1206935840', u'INDIRECT_-1206933525'), (u'COPY_-1206933282', u'MULTIEQUAL_-1206935500'), (u'MULTIEQUAL_-1206934717', u'MULTIEQUAL_-1206934605'), (u'LOAD_-1206936570', u'PTRSUB_-1206932891'), (u'CALL_-1206935548', u'INDIRECT_-1206934024'), ('tmp_2795', u'CALLIND_-1206936039'), (u'LOAD_-1206936570', u'PTRSUB_-1206932903'), (u'MULTIEQUAL_-1206934430', u'MULTIEQUAL_-1206934349'), (u'INT_NOTEQUAL_-1206937434', u'CBRANCH_-1206937398'), (u'LOAD_-1206937305', u'STORE_-1206937027'), (u'INDIRECT_-1206933127', u'MULTIEQUAL_-1206932937'), (u'STORE_-1206936421', u'INDIRECT_-1206933870'), (u'CALL_-1206935901', u'INDIRECT_-1206933423'), (u'INDIRECT_-1206934620', u'MULTIEQUAL_-1206934614'), (u'CALL_-1206936183', u'INDIRECT_-1206933234'), (u'CALL_-1206935809', u'INDIRECT_-1206933609'), ('const-33', u'INT_ADD_-1206937031'), (u'PTRSUB_-1206932617', u'LOAD_-1206936049'), ('const-1', u'COPY_-1206935548'), (u'INDIRECT_-1206934173', u'MULTIEQUAL_-1206934135'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933715'), (u'CALL_-1206936241', u'INDIRECT_-1206934346'), (u'CALL_-1206935548', u'INDIRECT_-1206933474'), (u'CALL_-1206935901', u'INDIRECT_-1206932731'), (u'CALL_-1206935809', u'INDIRECT_-1206933245'), (u'MULTIEQUAL_-1206934005', u'MULTIEQUAL_-1206933959'), (u'INDIRECT_-1206933277', u'MULTIEQUAL_-1206933270'), (u'CALL_-1206936005', u'INDIRECT_-1206933993'), (u'CALL_-1206935687', u'INDIRECT_-1206933377'), (u'CALL_-1206935638', u'INDIRECT_-1206932772'), ('const-0', u'CALL_-1206935576'), ('tmp_2795', u'CALL_-1206935638'), (u'INDIRECT_-1206932699', u'MULTIEQUAL_-1206932692'), (u'COPY_-1206936714', u'MULTIEQUAL_-1206933681'), (u'CALL_-1206935901', u'INDIRECT_-1206933873'), (u'MULTIEQUAL_-1206935701', u'INT_ADD_-1206937124'), (u'STORE_-1206936522', u'INDIRECT_-1206934396'), (u'CAST_-1206932852', u'CAST_-1206932809'), (u'CALLIND_-1206936039', u'CALL_-1206936005'), (u'PTRSUB_-1206933083', u'CALL_-1206936062'), (u'STORE_-1206936414', u'INDIRECT_-1206934466'), (u'STORE_-1206936883', u'INDIRECT_-1206934223'), ('const--2', u'INT_MULT_-1206932890'), (u'INDIRECT_-1206934731', u'MULTIEQUAL_-1206934705'), (u'CALL_-1206935809', u'INDIRECT_-1206934159'), (u'CALL_-1206935548', u'INDIRECT_-1206933774'), (u'INDIRECT_-1206934423', u'MULTIEQUAL_-1206934385'), (u'LOAD_-1206936424', u'STORE_-1206936421'), (u'INT_EQUAL_-1206937158', u'BOOL_NEGATE_-1206933274'), (u'CALL_-1206936241', u'INDIRECT_-1206933846'), ('tmp_6546', u'PTRSUB_-1206933083'), ('const-0', u'INT_SLESS_-1206936024'), ('tmp_2795', u'CALL_-1206936241'), (u'CALL_-1206936572', u'INDIRECT_-1206933954'), ('const-433', u'STORE_-1206936414'), (u'CALL_-1206936301', u'INDIRECT_-1206933784'), (u'INDIRECT_-1206933336', u'MULTIEQUAL_-1206933237'), (u'CALL_-1206935576', u'INDIRECT_-1206933092'), (u'COPY_-1206935719', u'MULTIEQUAL_-1206933117'), (u'CALL_-1206935793', u'INDIRECT_-1206933896'), (u'INDIRECT_-1206933427', u'COPY_-1206933481'), (u'CALL_-1206936222', u'INDIRECT_-1206933455'), (u'CALL_-1206935576', u'INDIRECT_-1206934138'), (u'INDIRECT_-1206934431', u'MULTIEQUAL_-1206934516'), ('tmp_2795', u'CALLIND_-1206935962'), (u'INDIRECT_-1206934991', u'MULTIEQUAL_-1206934917'), (u'CALL_-1206935793', u'INDIRECT_-1206932911'), ('const-433', u'LOAD_-1206937045'), (u'CALL_-1206936372', u'INDIRECT_-1206934526'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933714'), (u'INDIRECT_-1206933773', u'MULTIEQUAL_-1206933753'), (u'INT_SRIGHT_-1206936939', u'MULTIEQUAL_-1206935457'), (u'INDIRECT_-1206934124', u'COPY_-1206934141'), (u'INDIRECT_-1206933141', u'COPY_-1206933177'), (u'CALL_-1206935687', u'INDIRECT_-1206933677'), (u'CALL_-1206935397', u'INDIRECT_-1206933191'), (u'MULTIEQUAL_-1206934805', u'MULTIEQUAL_-1206934759'), ('tmp_2086', u'CBRANCH_-1206936016'), (u'INDIRECT_-1206932812', u'MULTIEQUAL_-1206932789'), (u'INDIRECT_-1206933641', u'COPY_-1206933677'), (u'MULTIEQUAL_-1206933264', u'MULTIEQUAL_-1206933180'), (u'CALL_-1206935548', u'INDIRECT_-1206932725'), (u'INDIRECT_-1206934396', u'MULTIEQUAL_-1206934364'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933514'), ('tmp_915', u'CBRANCH_-1206936994'), (u'STORE_-1206936883', u'INDIRECT_-1206934123'), (u'CALL_-1206935793', u'INDIRECT_-1206934046'), (u'MULTIEQUAL_-1206935238', u'PTRADD_-1206932851'), (u'INDIRECT_-1206933272', u'MULTIEQUAL_-1206933033'), ('const-0', u'INT_NOTEQUAL_-1206935685'), ('const-8', u'INT_MULT_-1206937474'), ('tmp_2795', u'PTRSUB_-1206932846'), (u'INDIRECT_-1206932779', u'MULTIEQUAL_-1206932756'), ('const-0', u'INT_NOTEQUAL_-1206935817'), (u'INDIRECT_-1206934281', u'MULTIEQUAL_-1206934366'), (u'STORE_-1206936414', u'INDIRECT_-1206934316'), (u'INDIRECT_-1206934149', u'MULTIEQUAL_-1206934130'), (u'CALL_-1206936222', u'INDIRECT_-1206933134'), (u'INDIRECT_-1206933229', u'CALL_-1206935809'), (u'INDIRECT_-1206933914', u'MULTIEQUAL_-1206933663'), (u'CALL_-1206937458', u'INDIRECT_-1206934363'), (u'CALL_-1206936572', u'INDIRECT_-1206934004'), ('const-1', u'INT_SUB_-1206936417'), (u'INDIRECT_-1206933925', u'MULTIEQUAL_-1206933890'), (u'INDIRECT_-1206934220', u'MULTIEQUAL_-1206934214'), (u'MULTIEQUAL_-1206933930', u'MULTIEQUAL_-1206933849'), (u'CALL_-1206936301', u'INDIRECT_-1206933442'), (u'CALL_-1206935840', u'INDIRECT_-1206933975'), (u'CALL_-1206935809', u'INDIRECT_-1206933277'), (u'MULTIEQUAL_-1206934667', u'MULTIEQUAL_-1206934555'), ('const-48', u'PTRADD_-1206933109'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933383'), (u'MULTIEQUAL_-1206934255', u'MULTIEQUAL_-1206934185'), (u'MULTIEQUAL_-1206935238', u'LOAD_-1206936424'), (u'MULTIEQUAL_-1206935017', u'MULTIEQUAL_-1206935016'), (u'CALL_-1206936222', u'INDIRECT_-1206933519'), (u'INDIRECT_-1206933973', u'MULTIEQUAL_-1206933953'), (u'CALL_-1206935840', u'INDIRECT_-1206932908'), (u'MULTIEQUAL_-1206935173', u'PTRADD_-1206932855'), (u'CALL_-1206935397', u'INDIRECT_-1206932963'), (u'INDIRECT_-1206933272', u'MULTIEQUAL_-1206933173'), (u'CALL_-1206936635', u'INDIRECT_-1206934442'), (u'INDIRECT_-1206933241', u'MULTIEQUAL_-1206933147'), (u'INDIRECT_-1206933112', u'MULTIEQUAL_-1206933013'), (u'INDIRECT_-1206934549', u'MULTIEQUAL_-1206934530'), ('tmp_2795', u'PTRSUB_-1206932913'), (u'STORE_-1206936522', u'INDIRECT_-1206934546'), (u'CALL_-1206936005', u'INDIRECT_-1206933315'), (u'INDIRECT_-1206934315', u'MULTIEQUAL_-1206934113'), ('const-0', u'COPY_-1206936714'), (u'CALL_-1206936372', u'INDIRECT_-1206934626'), (u'INDIRECT_-1206934823', u'MULTIEQUAL_-1206934785'), (u'INDIRECT_-1206933996', u'COPY_-1206934037'), ('const-8', u'PTRADD_-1206933114'), (u'INDIRECT_-1206933574', u'COPY_-1206933591'), (u'CAST_-1206933243', u'PTRADD_-1206933122'), (u'INT_MULT_-1206932890', u'INT_ADD_-1206932902'), (u'INDIRECT_-1206934064', u'MULTIEQUAL_-1206933813'), (u'CALL_-1206936301', u'INDIRECT_-1206934434'), (u'CALL_-1206935576', u'INDIRECT_-1206933438'), (u'CALL_-1206935576', u'INDIRECT_-1206933838'), (u'INDIRECT_-1206933341', u'COPY_-1206933377'), (u'INT_ADD_-1206933254', u'PTRADD_-1206937068'), (u'INDIRECT_-1206934599', u'MULTIEQUAL_-1206934580'), (u'INDIRECT_-1206933673', u'MULTIEQUAL_-1206933653'), (u'PTRSUB_-1206937083', u'COPY_-1206933226'), (u'INDIRECT_-1206934205', u'MULTIEQUAL_-1206934199'), (u'INDIRECT_-1206934025', u'MULTIEQUAL_-1206933990'), (u'CALL_-1206935576', u'INDIRECT_-1206932739'), (u'MULTIEQUAL_-1206934555', u'MULTIEQUAL_-1206934485'), (u'INDIRECT_-1206932989', u'MULTIEQUAL_-1206932982'), (u'INDIRECT_-1206935091', u'MULTIEQUAL_-1206935017'), (u'MULTIEQUAL_-1206934605', u'MULTIEQUAL_-1206934535'), ('const-1', u'PTRADD_-1206937154'), (u'INDIRECT_-1206933441', u'COPY_-1206933477'), (u'MULTIEQUAL_-1206934266', u'MULTIEQUAL_-1206934267'), (u'MULTIEQUAL_-1206934267', u'MULTIEQUAL_-1206934155'), (u'CALL_-1206935614', u'CALL_-1206935548'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933864'), (u'CALL_-1206935793', u'INDIRECT_-1206933546'), (u'MULTIEQUAL_-1206934517', u'MULTIEQUAL_-1206934405'), ('const-433', u'LOAD_-1206936424'), (u'INDIRECT_-1206934059', u'MULTIEQUAL_-1206934040'), (u'INT_MULT_-1206935084', u'INT_ADD_-1206933254'), (u'PTRADD_-1206933109', u'MULTIEQUAL_-1206935542'), (u'CALL_-1206935614', u'INDIRECT_-1206934061'), (u'INDIRECT_-1206934077', u'COPY_-1206934131'), (u'MULTIEQUAL_-1206934267', u'MULTIEQUAL_-1206934266'), (u'CALL_-1206936372', u'INDIRECT_-1206933484'), (u'CALL_-1206935840', u'INDIRECT_-1206933229'), (u'CALL_-1206935576', u'INDIRECT_-1206933288'), (u'MULTIEQUAL_-1206934805', u'MULTIEQUAL_-1206934735'), (u'INDIRECT_-1206934177', u'COPY_-1206934231'), (u'INDIRECT_-1206933564', u'MULTIEQUAL_-1206933453'), (u'INDIRECT_-1206934005', u'MULTIEQUAL_-1206933999'), (u'CALL_-1206935901', u'INDIRECT_-1206933053'), ('tmp_13020', u'COPY_-1206933423'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933515'), (u'MULTIEQUAL_-1206933753', u'SUBPIECE_-1206935125'), (u'CALL_-1206936372', u'INDIRECT_-1206933926'), (u'INDIRECT_-1206934131', u'MULTIEQUAL_-1206934216'), ('tmp_6546', u'PTRSUB_-1206933467'), (u'CALL_-1206936301', u'INDIRECT_-1206934184'), (u'INDIRECT_-1206933311', u'MULTIEQUAL_-1206933264'), (u'INDIRECT_-1206933677', u'COPY_-1206933731'), (u'MULTIEQUAL_-1206933880', u'MULTIEQUAL_-1206933799'), (u'CALLIND_-1206935962', u'INDIRECT_-1206934165'), (u'CALL_-1206936183', u'INDIRECT_-1206934054'), (u'INT_ADD_-1206936992', u'MULTIEQUAL_-1206935694'), (u'LOAD_-1206937277', u'INT_EQUAL_-1206937262'), (u'INDIRECT_-1206933245', u'MULTIEQUAL_-1206933238'), (u'CALL_-1206935638', u'INDIRECT_-1206933921'), (u'LOAD_-1206937130', u'INT_LESS_-1206937113'), (u'LOAD_-1206937130', u'INT_EQUAL_-1206937113'), (u'MULTIEQUAL_-1206934567', u'MULTIEQUAL_-1206934455'), (u'CALL_-1206936326', u'INDIRECT_-1206934401'), (u'INT_NOTEQUAL_-1206937032', u'CBRANCH_-1206937029'), (u'CALL_-1206937458', u'INDIRECT_-1206935163'), (u'CALL_-1206935548', u'INDIRECT_-1206933078'), (u'CALL_-1206935809', u'INDIRECT_-1206933759'), (u'INDIRECT_-1206933255', u'MULTIEQUAL_-1206933065'), (u'COPY_-1206932438', u'CALL_-1206935576'), (u'CALL_-1206935614', u'INDIRECT_-1206933019'), (u'INDIRECT_-1206934449', u'MULTIEQUAL_-1206934430'), ('const-0', u'INT_EQUAL_-1206937134'), (u'INDIRECT_-1206933614', u'MULTIEQUAL_-1206933503'), (u'CALL_-1206936372', u'INDIRECT_-1206933580'), (u'MULTIEQUAL_-1206934416', u'MULTIEQUAL_-1206934417'), ('const-1299955', u'PTRSUB_-1206937164'), (u'LOAD_-1206937070', u'INT_EQUAL_-1206937050'), (u'INDIRECT_-1206933814', u'MULTIEQUAL_-1206933563'), (u'INDIRECT_-1206934431', u'MULTIEQUAL_-1206934405'), (u'CALL_-1206936222', u'INDIRECT_-1206933683'), (u'INDIRECT_-1206934364', u'MULTIEQUAL_-1206934253'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933159'), (u'CALL_-1206936372', u'INDIRECT_-1206933612'), (u'PTRSUB_-1206932522', u'CALL_-1206935840'), ('const-433', u'LOAD_-1206936570'), (u'CALL_-1206936769', u'INDIRECT_-1206933374'), (u'CALL_-1206935840', u'INDIRECT_-1206933775'), (u'INT_NOTEQUAL_-1206936643', u'CBRANCH_-1206936642'), (u'CALL_-1206936241', u'INDIRECT_-1206933500'), ('const-433', u'LOAD_-1206936003'), (u'CALL_-1206936635', u'INDIRECT_-1206933279'), (u'INDIRECT_-1206934931', u'MULTIEQUAL_-1206934905'), (u'INDIRECT_-1206934531', u'MULTIEQUAL_-1206934616'), (u'CALL_-1206937363', u'INDIRECT_-1206934691'), ('const-8', u'CALL_-1206935901'), (u'INDIRECT_-1206934546', u'MULTIEQUAL_-1206934514'), ('const-8', u'PTRADD_-1206933122'), (u'PTRSUB_-1206932667', u'LOAD_-1206936135'), (u'CALL_-1206935638', u'INDIRECT_-1206933271'), ('const--2', u'INT_MULT_-1206935085'), (u'STORE_-1206936421', u'INDIRECT_-1206933720'), (u'COPY_-1206937239', u'MULTIEQUAL_-1206935717'), (u'STORE_-1206937027', u'INDIRECT_-1206934731'), (u'INDIRECT_-1206932973', u'MULTIEQUAL_-1206932950'), ('const-1085920', u'PTRSUB_-1206936668'), (u'INDIRECT_-1206934181', u'MULTIEQUAL_-1206934266'), (u'MULTIEQUAL_-1206934155', u'MULTIEQUAL_-1206934085'), (u'CALL_-1206935793', u'INDIRECT_-1206933168'), (u'CALL_-1206936062', u'INDIRECT_-1206934277'), (u'INDIRECT_-1206933899', u'MULTIEQUAL_-1206933880'), (u'INDIRECT_-1206933964', u'MULTIEQUAL_-1206933853'), (u'CALL_-1206936301', u'INDIRECT_-1206933602'), (u'INDIRECT_-1206933213', u'MULTIEQUAL_-1206933206'), (u'CALL_-1206936005', u'INDIRECT_-1206932994'), (u'INDIRECT_-1206933659', u'MULTIEQUAL_-1206933640'), (u'INDIRECT_-1206933304', u'MULTIEQUAL_-1206933065'), (u'INDIRECT_-1206933473', u'MULTIEQUAL_-1206933453'), (u'INDIRECT_-1206933955', u'MULTIEQUAL_-1206933949'), (u'STORE_-1206936612', u'INDIRECT_-1206934699'), (u'INDIRECT_-1206934463', u'COPY_-1206933348'), (u'CALL_-1206936005', u'INDIRECT_-1206933643'), (u'STORE_-1206936421', u'INDIRECT_-1206934570'), (u'INDIRECT_-1206933775', u'MULTIEQUAL_-1206933740'), ('const-433', u'STORE_-1206937027'), (u'CALL_-1206936062', u'INDIRECT_-1206933877'), (u'INDIRECT_-1206933021', u'MULTIEQUAL_-1206933013'), (u'CALL_-1206935687', u'INDIRECT_-1206932746'), (u'CALL_-1206935576', u'INDIRECT_-1206933988'), (u'INDIRECT_-1206933941', u'COPY_-1206933977'), (u'INDIRECT_-1206934931', u'MULTIEQUAL_-1206935016'), (u'INDIRECT_-1206933423', u'MULTIEQUAL_-1206933403'), (u'COPY_-1206933171', u'MULTIEQUAL_-1206935500'), (u'INDIRECT_-1206933213', u'MULTIEQUAL_-1206933205'), ('const-0', u'INT_EQUAL_-1206937245'), (u'CALLIND_-1206936039', u'INDIRECT_-1206934014'), (u'CALL_-1206935901', u'INDIRECT_-1206934273'), (u'INDIRECT_-1206933615', u'MULTIEQUAL_-1206933413'), ('const-0', u'PTRSUB_-1206936602'), (u'CALL_-1206935901', u'INDIRECT_-1206934073'), (u'CALL_-1206936769', u'INDIRECT_-1206934437'), (u'STORE_-1206936399', u'INDIRECT_-1206933855'), (u'CALL_-1206936326', u'INDIRECT_-1206934151'), (u'INDIRECT_-1206934273', u'MULTIEQUAL_-1206934253'), (u'CALL_-1206935793', u'INDIRECT_-1206933200'), (u'MULTIEQUAL_-1206935597', u'PTRADD_-1206937149'), (u'CALL_-1206935397', u'INDIRECT_-1206933027'), (u'CALL_-1206935687', u'INDIRECT_-1206934027'), (u'INT_ADD_-1206937316', u'INT_SLESS_-1206937321'), (u'CALL_-1206935901', u'INDIRECT_-1206933181'), (u'INDIRECT_-1206934681', u'MULTIEQUAL_-1206934766'), (u'CALL_-1206936797', u'INDIRECT_-1206934210'), (u'INDIRECT_-1206934055', u'MULTIEQUAL_-1206934049'), (u'CALL_-1206936222', u'INDIRECT_-1206934083'), (u'CALL_-1206937363', u'INDIRECT_-1206934341'), (u'CALL_-1206935397', u'INDIRECT_-1206932867'), (u'MULTIEQUAL_-1206934305', u'MULTIEQUAL_-1206934235'), ('const-8', u'PTRADD_-1206932855'), (u'CALL_-1206936797', u'INDIRECT_-1206934410'), ('const-0', u'PTRSUB_-1206933086'), (u'INDIRECT_-1206932892', u'MULTIEQUAL_-1206932884'), (u'INDIRECT_-1206933975', u'MULTIEQUAL_-1206933940'), ('const-0', u'COPY_-1206937589'), (u'CALL_-1206935425', u'INDIRECT_-1206933155'), (u'INDIRECT_-1206934314', u'MULTIEQUAL_-1206934063'), (u'LOAD_-1206936135', u'PTRSUB_-1206932662'), (u'INDIRECT_-1206933041', u'MULTIEQUAL_-1206932956'), ('const-1', u'RETURN_-1206935392'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933614'), (u'CALL_-1206936635', u'INDIRECT_-1206933696'), (u'MULTIEQUAL_-1206933980', u'MULTIEQUAL_-1206933899'), (u'MULTIEQUAL_-1206934255', u'MULTIEQUAL_-1206934209'), (u'CALL_-1206936769', u'INDIRECT_-1206934787'), ('const-1', u'PTRADD_-1206937068'), (u'CAST_-1206932797', u'COPY_-1206932895'), (u'INDIRECT_-1206933181', u'MULTIEQUAL_-1206933173'), (u'INDIRECT_-1206932924', u'MULTIEQUAL_-1206932916'), (u'CALL_-1206935425', u'INDIRECT_-1206933041'), (u'INDIRECT_-1206934523', u'MULTIEQUAL_-1206934485'), (u'INDIRECT_-1206932854', u'MULTIEQUAL_-1206932755'), (u'CALL_-1206935425', u'INDIRECT_-1206932624'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933615'), (u'MULTIEQUAL_-1206935698', u'INT_ADD_-1206937316'), (u'CALLIND_-1206936039', u'INT_SLESS_-1206936024'), (u'CALLIND_-1206936039', u'INT_NOTEQUAL_-1206936024'), (u'MULTIEQUAL_-1206935254', u'BOOL_NEGATE_-1206935107'), (u'INDIRECT_-1206934349', u'MULTIEQUAL_-1206934330'), ('tmp_626', u'CBRANCH_-1206937157'), (u'MULTIEQUAL_-1206934405', u'MULTIEQUAL_-1206934359'), (u'LOAD_-1206936060', u'PTRSUB_-1206932617'), (u'INDIRECT_-1206933324', u'COPY_-1206933341'), (u'COPY_-1206932966', u'MULTIEQUAL_-1206933713'), (u'INT_EQUAL_-1206937194', u'MULTIEQUAL_-1206935254'), (u'CALL_-1206936635', u'INDIRECT_-1206934342'), (u'CALL_-1206936572', u'INDIRECT_-1206934554'), (u'CALL_-1206935425', u'INDIRECT_-1206933605'), (u'INDIRECT_-1206933005', u'MULTIEQUAL_-1206932982'), (u'MULTIEQUAL_-1206934705', u'MULTIEQUAL_-1206934635'), (u'CALL_-1206936301', u'INDIRECT_-1206934234'), (u'CALL_-1206936183', u'INDIRECT_-1206934154'), (u'COPY_-1206933234', u'MULTIEQUAL_-1206935581'), (u'STORE_-1206936612', u'INDIRECT_-1206934349'), (u'CALL_-1206935576', u'INDIRECT_-1206933028'), (u'STORE_-1206936612', u'INDIRECT_-1206934399'), (u'CALL_-1206936572', u'INDIRECT_-1206933658'), (u'INDIRECT_-1206933465', u'MULTIEQUAL_-1206933263'), (u'STORE_-1206936399', u'INDIRECT_-1206934505'), (u'CALL_-1206936301', u'CAST_-1206932728'), ('const-1084032', u'PTRSUB_-1206936602'), (u'INT_NOTEQUAL_-1206936590', u'CBRANCH_-1206936585'), (u'CALL_-1206935840', u'INDIRECT_-1206932779'), (u'STORE_-1206936522', u'INDIRECT_-1206934146'), (u'CALL_-1206936005', u'INDIRECT_-1206933155'), (u'INDIRECT_-1206933875', u'MULTIEQUAL_-1206933840'), ('const-1088656', u'PTRSUB_-1206933086'), (u'INDIRECT_-1206933746', u'MULTIEQUAL_-1206933714'), (u'CALL_-1206936301', u'INDIRECT_-1206933570'), (u'STORE_-1206936399', u'INDIRECT_-1206934155'), (u'INT_EQUAL_-1206937245', u'MULTIEQUAL_-1206935257'), (u'INDIRECT_-1206934264', u'MULTIEQUAL_-1206934153'), (u'CALL_-1206935840', u'INDIRECT_-1206932844'), (u'INDIRECT_-1206933909', u'MULTIEQUAL_-1206933890'), (u'INDIRECT_-1206934037', u'MULTIEQUAL_-1206933880'), (u'INDIRECT_-1206934015', u'MULTIEQUAL_-1206933813'), (u'INDIRECT_-1206933577', u'COPY_-1206933631'), (u'CAST_-1206933243', u'CALL_-1206936797'), (u'STORE_-1206936538', u'INDIRECT_-1206933907'), (u'INDIRECT_-1206933991', u'COPY_-1206934027'), (u'INDIRECT_-1206934074', u'COPY_-1206934091'), (u'CALL_-1206936005', u'INDIRECT_-1206933091'), (u'INDIRECT_-1206933891', u'COPY_-1206933927'), (u'STORE_-1206936414', u'INDIRECT_-1206934366'), (u'INDIRECT_-1206933261', u'MULTIEQUAL_-1206933238'), (u'INDIRECT_-1206934641', u'MULTIEQUAL_-1206934567'), (u'INDIRECT_-1206934355', u'MULTIEQUAL_-1206934349'), ('tmp_472', u'CBRANCH_-1206937238'), (u'CALL_-1206935576', u'INDIRECT_-1206933738'), (u'INDIRECT_-1206934249', u'MULTIEQUAL_-1206934230'), (u'CALL_-1206936635', u'CAST_-1206932889'), (u'CALL_-1206936183', u'INDIRECT_-1206933490'), (u'INDIRECT_-1206934581', u'MULTIEQUAL_-1206934555'), ('const-1', u'PTRADD_-1206933173'), (u'CALL_-1206936326', u'INDIRECT_-1206934101'), ('tmp_704', u'CBRANCH_-1206937114'), (u'INT_EQUAL_-1206936279', u'CBRANCH_-1206936277'), (u'COPY_-1206935582', u'MULTIEQUAL_-1206933117'), (u'STORE_-1206936414', u'INDIRECT_-1206934416'), (u'CALL_-1206935793', u'INDIRECT_-1206933104'), (u'INDIRECT_-1206934623', u'MULTIEQUAL_-1206934585'), (u'CALL_-1206936301', u'INDIRECT_-1206934534'), (u'CALL_-1206935638', u'INDIRECT_-1206933093'), (u'CALL_-1206936222', u'INDIRECT_-1206934333'), (u'CALL_-1206935638', u'INDIRECT_-1206933521'), (u'CALL_-1206936797', u'INDIRECT_-1206934510'), (u'CALL_-1206937458', u'INDIRECT_-1206935113'), (u'STORE_-1206936612', u'INDIRECT_-1206934549'), (u'INDIRECT_-1206933341', u'MULTIEQUAL_-1206933333'), (u'CALL_-1206936572', u'INDIRECT_-1206934454'), (u'INDIRECT_-1206933085', u'MULTIEQUAL_-1206933077'), (u'COPY_-1206932346', u'CALL_-1206935425'), (u'INT_NOTEQUAL_-1206935817', u'CBRANCH_-1206935816'), (u'STORE_-1206937027', u'INDIRECT_-1206934581'), ('const-0', u'INT_SLESS_-1206936900'), (u'CALL_-1206935397', u'INDIRECT_-1206933941'), (u'INDIRECT_-1206933741', u'COPY_-1206933777'), ('const-1', u'INT_ADD_-1206933255'), (u'CALL_-1206937363', u'INDIRECT_-1206934491'), (u'INDIRECT_-1206933596', u'COPY_-1206933637'), (u'MULTIEQUAL_-1206935701', u'INT_ADD_-1206937503'), (u'CALL_-1206936005', u'INDIRECT_-1206932833'), (u'COPY_-1206937260', u'MULTIEQUAL_-1206935343'), (u'INDIRECT_-1206933149', u'MULTIEQUAL_-1206933141'), (u'INDIRECT_-1206933809', u'MULTIEQUAL_-1206933790'), (u'CALL_-1206935425', u'INDIRECT_-1206933655'), (u'MULTIEQUAL_-1206934155', u'MULTIEQUAL_-1206934109'), (u'INDIRECT_-1206933927', u'COPY_-1206933981'), ('const-0', u'RETURN_-1206935744'), (u'CALL_-1206935901', u'INDIRECT_-1206933213'), (u'INT_ZEXT_-1206937123', u'INT_MULT_-1206935085'), ('const-0', u'SUBPIECE_-1206934710'), (u'CALL_-1206935840', u'INDIRECT_-1206933475'), (u'INDIRECT_-1206934437', u'MULTIEQUAL_-1206934280'), (u'CALL_-1206935576', u'INDIRECT_-1206933588'), (u'INT_ADD_-1206937031', u'CAST_-1206933115'), ('const-433', u'STORE_-1206936399'), (u'INDIRECT_-1206935282', u'INT_ZEXT_-1206937118'), (u'INT_NOTEQUAL_-1206936024', u'CBRANCH_-1206936016'), ('const-0', u'INT_SLESS_-1206935939'), (u'INDIRECT_-1206934223', u'MULTIEQUAL_-1206934185'), (u'CALL_-1206935809', u'INDIRECT_-1206933709'), (u'INDIRECT_-1206933383', u'MULTIEQUAL_-1206933193'), (u'INDIRECT_-1206932844', u'MULTIEQUAL_-1206932821'), (u'INDIRECT_-1206934114', u'MULTIEQUAL_-1206933863'), ('tmp_2795', u'COPY_-1206932966'), (u'CALL_-1206936222', u'INDIRECT_-1206934183'), (u'INDIRECT_-1206934537', u'MULTIEQUAL_-1206934380'), (u'INDIRECT_-1206934373', u'MULTIEQUAL_-1206934359'), (u'CALL_-1206936326', u'CALL_-1206936301'), (u'CALL_-1206936005', u'INDIRECT_-1206933411'), (u'INT_EQUAL_-1206937113', u'CBRANCH_-1206937114'), ('const-1', u'INT_ADD_-1206933280'), (u'CALL_-1206937458', u'INDIRECT_-1206935354'), (u'CALL_-1206936326', u'INDIRECT_-1206933587'), ('tmp_550', u'CBRANCH_-1206937195'), (u'CALL_-1206936797', u'INDIRECT_-1206934110'), ('tmp_2795', u'PTRSUB_-1206932940'), (u'INDIRECT_-1206934895', u'INT_ZEXT_-1206936417'), (u'CALL_-1206935809', u'INDIRECT_-1206933509'), ('const--1', u'INT_ADD_-1206936992'), (u'CALL_-1206936062', u'INDIRECT_-1206934177'), (u'MULTIEQUAL_-1206934755', u'MULTIEQUAL_-1206934685'), (u'INDIRECT_-1206932966', u'MULTIEQUAL_-1206932776'), (u'INDIRECT_-1206933764', u'MULTIEQUAL_-1206933513'), ('const-1', u'RETURN_-1206935682'), (u'INDIRECT_-1206934265', u'MULTIEQUAL_-1206934063'), (u'CALL_-1206935840', u'INDIRECT_-1206933425'), (u'CALL_-1206935548', u'INDIRECT_-1206933974'), (u'LOAD_-1206937045', u'INT_AND_-1206937019'), (u'INDIRECT_-1206933541', u'COPY_-1206933577'), ('tmp_2393', u'CBRANCH_-1206935685'), (u'CALL_-1206936572', u'INDIRECT_-1206934254'), (u'PTRADD_-1206933114', u'INT_NOTEQUAL_-1206936839'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933063'), (u'CALL_-1206936326', u'INDIRECT_-1206934301'), (u'CALL_-1206936769', u'INDIRECT_-1206934137'), (u'INT_ADD_-1206936889', u'PTRADD_-1206933122'), ('const-1', u'INT_ADD_-1206932898'), (u'CALL_-1206935901', u'INDIRECT_-1206932860'), (u'CALLIND_-1206935962', u'INDIRECT_-1206934065'), (u'CALL_-1206935809', u'INDIRECT_-1206932699'), (u'INDIRECT_-1206933208', u'MULTIEQUAL_-1206933109'), (u'INDIRECT_-1206933674', u'COPY_-1206933691'), (u'INDIRECT_-1206934346', u'MULTIEQUAL_-1206934314'), (u'CALL_-1206936183', u'INDIRECT_-1206933394'), (u'INDIRECT_-1206933920', u'MULTIEQUAL_-1206933914'), (u'CALL_-1206935638', u'INDIRECT_-1206933721'), (u'COPY_-1206933230', u'MULTIEQUAL_-1206935581'), (u'CALL_-1206935397', u'INDIRECT_-1206933591'), (u'MULTIEQUAL_-1206934905', u'MULTIEQUAL_-1206934859'), (u'INDIRECT_-1206935282', u'INT_ZEXT_-1206937204'), ('tmp_854', u'CBRANCH_-1206937029'), (u'INDIRECT_-1206933491', u'COPY_-1206933527'), (u'MULTIEQUAL_-1206933296', u'MULTIEQUAL_-1206933212'), ('const-433', u'LOAD_-1206937128'), ('const-3', u'INT_SRIGHT_-1206936939'), (u'INDIRECT_-1206932763', u'MULTIEQUAL_-1206932756'), (u'CALL_-1206936062', u'INDIRECT_-1206933413'), (u'MULTIEQUAL_-1206935825', u'MULTIEQUAL_-1206935714'), (u'COPY_-1206933253', u'MULTIEQUAL_-1206935597'), (u'INDIRECT_-1206932886', u'MULTIEQUAL_-1206932787'), (u'INDIRECT_-1206933101', u'MULTIEQUAL_-1206933078'), (u'CALL_-1206935687', u'INDIRECT_-1206932714'), (u'CALL_-1206935687', u'INDIRECT_-1206933727'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933319'), (u'CALL_-1206935638', u'INDIRECT_-1206933189'), (u'CALL_-1206935638', u'INDIRECT_-1206934171'), (u'CALL_-1206935397', u'INDIRECT_-1206933059'), (u'STORE_-1206936612', u'INDIRECT_-1206933949'), (u'CALL_-1206936301', u'INDIRECT_-1206934084'), (u'CALL_-1206936301', u'INDIRECT_-1206933834'), (u'COPY_-1206933226', u'MULTIEQUAL_-1206935516'), (u'CALL_-1206935548', u'INDIRECT_-1206933924'), (u'INDIRECT_-1206934241', u'MULTIEQUAL_-1206934167'), (u'MULTIEQUAL_-1206934080', u'MULTIEQUAL_-1206933999'), ('const-433', u'STORE_-1206936421'), (u'MULTIEQUAL_-1206934055', u'MULTIEQUAL_-1206933985'), (u'INDIRECT_-1206934214', u'MULTIEQUAL_-1206934103'), (u'CALL_-1206936635', u'INDIRECT_-1206933343'), (u'CALL_-1206935548', u'INDIRECT_-1206934074'), (u'CALL_-1206935397', u'INDIRECT_-1206933341'), (u'CALLIND_-1206935962', u'INT_SLESS_-1206935939'), ('const-0', u'RETURN_-1206935488'), (u'INT_LESS_-1206937194', u'MULTIEQUAL_-1206935340'), (u'INDIRECT_-1206933176', u'MULTIEQUAL_-1206932937'), (u'CALL_-1206936797', u'INDIRECT_-1206934610'), ('tmp_13021', u'INT_ADD_-1206937503'), (u'INDIRECT_-1206933144', u'MULTIEQUAL_-1206932905'), (u'MULTIEQUAL_-1206934217', u'MULTIEQUAL_-1206934216'), (u'CALL_-1206935687', u'INDIRECT_-1206932875'), (u'INDIRECT_-1206933973', u'MULTIEQUAL_-1206933959'), (u'STORE_-1206936612', u'INDIRECT_-1206934249'), (u'INDIRECT_-1206934273', u'MULTIEQUAL_-1206934235'), (u'CALL_-1206935901', u'INDIRECT_-1206932763'), (u'INDIRECT_-1206932892', u'MULTIEQUAL_-1206932885'), (u'MULTIEQUAL_-1206934616', u'MULTIEQUAL_-1206934617'), (u'STORE_-1206936399', u'INDIRECT_-1206934255'), (u'INDIRECT_-1206934291', u'MULTIEQUAL_-1206934217'), (u'CALL_-1206936635', u'INDIRECT_-1206934242'), (u'INDIRECT_-1206934175', u'MULTIEQUAL_-1206934140'), (u'MULTIEQUAL_-1206935714', u'CAST_-1206933085'), (u'MULTIEQUAL_-1206934205', u'MULTIEQUAL_-1206934135'), (u'CALL_-1206937363', u'INDIRECT_-1206935041'), (u'INDIRECT_-1206933375', u'MULTIEQUAL_-1206933340'), (u'CALL_-1206936241', u'INDIRECT_-1206933147'), (u'CALL_-1206935548', u'INDIRECT_-1206933110'), (u'MULTIEQUAL_-1206935542', u'CAST_-1206933049'), (u'STORE_-1206936538', u'INDIRECT_-1206934107'), ('const-8', u'CALL_-1206936797'), (u'CALL_-1206936062', u'INDIRECT_-1206933577'), (u'CAST_-1206933085', u'INT_SUB_-1206936962'), (u'CALL_-1206937458', u'INDIRECT_-1206933700'), (u'CAST_-1206932852', u'PTRSUB_-1206932895'), (u'CALL_-1206936222', u'INDIRECT_-1206934133'), ('const-0', u'INT_NOTEQUAL_-1206936427'), (u'CALL_-1206935614', u'INDIRECT_-1206933083'), (u'INT_EQUAL_-1206937050', u'CBRANCH_-1206937048'), ('const-880', u'INT_ADD_-1206936482'), (u'CALL_-1206935809', u'INDIRECT_-1206933181'), (u'INDIRECT_-1206934081', u'MULTIEQUAL_-1206934166'), (u'CALL_-1206936241', u'INDIRECT_-1206933372'), (u'CALL_-1206936635', u'INDIRECT_-1206934492'), (u'MULTIEQUAL_-1206935358', u'INT_NOTEQUAL_-1206936427'), (u'CALL_-1206937363', u'INDIRECT_-1206934391'), (u'MULTIEQUAL_-1206934216', u'MULTIEQUAL_-1206934217'), (u'INDIRECT_-1206932731', u'MULTIEQUAL_-1206932723'), (u'CALL_-1206935687', u'INDIRECT_-1206934077'), (u'INDIRECT_-1206933021', u'MULTIEQUAL_-1206933014'), ('tmp_1345', u'CBRANCH_-1206936619'), (u'INDIRECT_-1206932773', u'MULTIEQUAL_-1206932583'), (u'CALL_-1206935614', u'INDIRECT_-1206933261'), (u'CALLIND_-1206936039', u'INDIRECT_-1206932983'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933915'), (u'LOAD_-1206937211', u'INT_LESS_-1206937194'), (u'LOAD_-1206937211', u'INT_EQUAL_-1206937194'), (u'CALL_-1206935576', u'INDIRECT_-1206933638'), (u'MULTIEQUAL_-1206934055', u'MULTIEQUAL_-1206934009'), (u'CALL_-1206936062', u'INDIRECT_-1206933253'), ('const-0', u'COPY_-1206936679'), ('const-433', u'LOAD_-1206936272'), ('const-872', u'PTRSUB_-1206932883'), (u'PTRADD_-1206932851', u'COPY_-1206932891'), (u'CALL_-1206936241', u'INDIRECT_-1206933746'), (u'PTRSUB_-1206933086', u'CALL_-1206936797'), (u'INDIRECT_-1206934573', u'MULTIEQUAL_-1206934535'), (u'CALL_-1206936222', u'INDIRECT_-1206933295'), (u'CALL_-1206936241', u'INDIRECT_-1206933340'), (u'INDIRECT_-1206933796', u'MULTIEQUAL_-1206933764'), (u'CALL_-1206935809', u'INDIRECT_-1206934259'), (u'LOAD_-1206936534', u'STORE_-1206936522'), (u'CALL_-1206935614', u'INDIRECT_-1206933115'), (u'STORE_-1206936421', u'INDIRECT_-1206934020'), (u'CALLIND_-1206936039', u'INDIRECT_-1206934264'), (u'STORE_-1206936538', u'INDIRECT_-1206934607'), (u'CALL_-1206935638', u'INDIRECT_-1206933029'), (u'CALL_-1206935840', u'INDIRECT_-1206934025'), (u'CALL_-1206935793', u'INDIRECT_-1206934096'), (u'COPY_-1206932987', u'CALL_-1206935397'), (u'LOAD_-1206937305', u'INT_ADD_-1206937054'), (u'INDIRECT_-1206932827', u'MULTIEQUAL_-1206932819'), (u'INDIRECT_-1206933665', u'MULTIEQUAL_-1206933463'), (u'CALL_-1206936572', u'INDIRECT_-1206934054'), (u'CALL_-1206936062', u'INDIRECT_-1206932996'), ('const-433', u'LOAD_-1206936558'), (u'INDIRECT_-1206933696', u'COPY_-1206933737'), (u'INDIRECT_-1206933691', u'COPY_-1206933727'), (u'STORE_-1206936399', u'INDIRECT_-1206933705'), (u'INDIRECT_-1206934473', u'MULTIEQUAL_-1206934435'), (u'CALL_-1206936062', u'INDIRECT_-1206934077'), (u'CALL_-1206935901', u'INDIRECT_-1206933021'), (u'COPY_-1206932891', u'MULTIEQUAL_-1206935238'), (u'CALL_-1206935687', u'INDIRECT_-1206934127'), (u'STORE_-1206936414', u'INDIRECT_-1206933866'), (u'MULTIEQUAL_-1206934317', u'MULTIEQUAL_-1206934205'), ('tmp_2428', u'BRANCH_-1206935693'), (u'MULTIEQUAL_-1206934816', u'MULTIEQUAL_-1206934817'), (u'CALL_-1206935397', u'INDIRECT_-1206933391'), (u'COPY_-1206933423', u'MULTIEQUAL_-1206935701'), ('const-0', u'INT_EQUAL_-1206937552'), (u'INDIRECT_-1206933626', u'MULTIEQUAL_-1206933533'), ('const-872', u'PTRSUB_-1206932891'), ('const-1', u'PTRADD_-1206933109'), ('const-0', u'PTRSUB_-1206937164'), (u'CALLIND_-1206935962', u'INDIRECT_-1206932934'), (u'INDIRECT_-1206934841', u'MULTIEQUAL_-1206934767'), (u'CALLIND_-1206936039', u'INDIRECT_-1206932886'), (u'STORE_-1206936414', u'INDIRECT_-1206933916'), ('const-0', u'INT_EQUAL_-1206937262'), (u'COPY_-1206932732', u'PIECE_-1206932672'), (u'CALL_-1206935840', u'INDIRECT_-1206932747'), (u'INDIRECT_-1206932747', u'MULTIEQUAL_-1206932724'), (u'STORE_-1206936522', u'INDIRECT_-1206934296'), (u'INDIRECT_-1206933799', u'MULTIEQUAL_-1206933780'), (u'CALL_-1206936326', u'INDIRECT_-1206933555'), (u'CALL_-1206935840', u'INDIRECT_-1206933037'), (u'INDIRECT_-1206933336', u'MULTIEQUAL_-1206933097'), (u'INDIRECT_-1206933765', u'MULTIEQUAL_-1206933563'), (u'CALL_-1206935840', u'INDIRECT_-1206932812'), (u'CALL_-1206935614', u'INDIRECT_-1206933147'), (u'INDIRECT_-1206934123', u'MULTIEQUAL_-1206934103'), (u'INDIRECT_-1206932796', u'MULTIEQUAL_-1206932789'), ('const-880', u'CALL_-1206936572'), (u'STORE_-1206937027', u'INDIRECT_-1206934831'), (u'INDIRECT_-1206934781', u'MULTIEQUAL_-1206934866'), (u'INDIRECT_-1206933432', u'MULTIEQUAL_-1206933193'), (u'CALL_-1206936797', u'INDIRECT_-1206934860'), (u'STORE_-1206936612', u'INDIRECT_-1206934499'), (u'INDIRECT_-1206933273', u'MULTIEQUAL_-1206933180'), (u'CALL_-1206936183', u'INDIRECT_-1206933362'), (u'CALL_-1206936635', u'INDIRECT_-1206933728'), (u'CALL_-1206935425', u'INDIRECT_-1206933905'), ('tmp_1668', u'BRANCH_-1206936419'), (u'MULTIEQUAL_-1206935241', u'MULTIEQUAL_-1206935238'), (u'CALL_-1206936241', u'INDIRECT_-1206933796'), (u'INDIRECT_-1206934731', u'MULTIEQUAL_-1206934816'), (u'INDIRECT_-1206934024', u'COPY_-1206934041'), (u'INT_EQUAL_-1206937194', u'CBRANCH_-1206937195'), (u'INDIRECT_-1206934446', u'MULTIEQUAL_-1206934414'), (u'INDIRECT_-1206933664', u'MULTIEQUAL_-1206933553'), (u'INDIRECT_-1206934405', u'MULTIEQUAL_-1206934399'), (u'CALL_-1206935638', u'INDIRECT_-1206933971'), (u'STORE_-1206937027', u'INDIRECT_-1206934281'), (u'INDIRECT_-1206933319', u'MULTIEQUAL_-1206933129'), (u'PTRADD_-1206937073', u'COPY_-1206933222'), (u'MULTIEQUAL_-1206934767', u'MULTIEQUAL_-1206934655'), (u'STORE_-1206936538', u'INDIRECT_-1206933807'), (u'CALL_-1206936005', u'INDIRECT_-1206933893'), (u'CALL_-1206936797', u'INDIRECT_-1206934310'), (u'LOAD_-1206936570', u'CAST_-1206932798'), (u'CALL_-1206936326', u'INDIRECT_-1206933901'), (u'CALL_-1206937363', u'INDIRECT_-1206934191'), (u'INDIRECT_-1206933523', u'MULTIEQUAL_-1206933503'), (u'CALL_-1206935614', u'INDIRECT_-1206933179'), (u'INDIRECT_-1206934225', u'MULTIEQUAL_-1206934190'), (u'CALL_-1206935397', u'INDIRECT_-1206933291'), (u'INDIRECT_-1206934473', u'MULTIEQUAL_-1206934459'), (u'CALL_-1206936183', u'INDIRECT_-1206933754'), (u'CALL_-1206935840', u'INDIRECT_-1206933575'), (u'INDIRECT_-1206934699', u'MULTIEQUAL_-1206934680'), (u'INT_SLESS_-1206937321', u'CBRANCH_-1206937319'), (u'INDIRECT_-1206933112', u'MULTIEQUAL_-1206932873'), (u'CALL_-1206936769', u'INDIRECT_-1206934587'), (u'INDIRECT_-1206933823', u'MULTIEQUAL_-1206933803'), (u'CALL_-1206935638', u'INDIRECT_-1206933871'), ('const-8', u'INT_MULT_-1206937381'), (u'MULTIEQUAL_-1206935825', u'MULTIEQUAL_-1206935825'), (u'MULTIEQUAL_-1206935825', u'MULTIEQUAL_-1206935825'), (u'STORE_-1206936538', u'INDIRECT_-1206934207'), ('tmp_2795', u'CALL_-1206936222'), (u'CALL_-1206935638', u'INDIRECT_-1206934021'), ('const-260', u'INT_AND_-1206937231'), (u'MULTIEQUAL_-1206933617', u'MULTIEQUAL_-1206933533'), (u'CALL_-1206936635', u'INDIRECT_-1206934933'), (u'CALL_-1206936635', u'INDIRECT_-1206933760'), (u'INDIRECT_-1206933304', u'MULTIEQUAL_-1206933205'), (u'INDIRECT_-1206934596', u'MULTIEQUAL_-1206934564'), (u'CALL_-1206936005', u'INDIRECT_-1206933593'), (u'CALL_-1206935397', u'INDIRECT_-1206933641'), (u'PTRADD_-1206933122', u'INT_NOTEQUAL_-1206936839'), (u'STORE_-1206936421', u'INDIRECT_-1206934520'), ('const-433', u'STORE_-1206936522'), (u'INDIRECT_-1206933714', u'MULTIEQUAL_-1206933463'), (u'CALL_-1206935425', u'INDIRECT_-1206933855'), (u'CALL_-1206936241', u'INDIRECT_-1206934496'), (u'CALL_-1206935548', u'INDIRECT_-1206934124'), (u'CALL_-1206936183', u'INDIRECT_-1206933266'), ('const-433', u'STORE_-1206936612'), (u'INT_ADD_-1206932902', u'PTRADD_-1206932855'), (u'INDIRECT_-1206934481', u'MULTIEQUAL_-1206934455'), (u'CALL_-1206935425', u'INDIRECT_-1206933755'), (u'INDIRECT_-1206933946', u'MULTIEQUAL_-1206933914'), ('const-8', u'PTRSUB_-1206932908'), (u'INDIRECT_-1206933755', u'MULTIEQUAL_-1206933749'), (u'STORE_-1206936399', u'INDIRECT_-1206934005'), (u'MULTIEQUAL_-1206934716', u'MULTIEQUAL_-1206934717'), (u'INDIRECT_-1206934096', u'COPY_-1206934137'), (u'INDIRECT_-1206933425', u'MULTIEQUAL_-1206933390'), ('tmp_96', u'CBRANCH_-1206937548'), (u'INDIRECT_-1206934646', u'MULTIEQUAL_-1206934614'), (u'LOAD_-1206937298', u'COPY_-1206933234'), (u'CALL_-1206936326', u'INDIRECT_-1206933751'), (u'CALL_-1206936797', u'INDIRECT_-1206934710'), (u'INDIRECT_-1206933368', u'MULTIEQUAL_-1206933129'), (u'CALL_-1206935687', u'INDIRECT_-1206933067'), (u'CALL_-1206935809', u'INDIRECT_-1206932667'), (u'INDIRECT_-1206934613', u'COPY_-1206933405'), (u'CALL_-1206935397', u'INDIRECT_-1206933891'), (u'INDIRECT_-1206934046', u'COPY_-1206934087'), (u'COPY_-1206932964', u'MULTIEQUAL_-1206933521'), (u'CALL_-1206936301', u'INDIRECT_-1206934384'), (u'INDIRECT_-1206933197', u'MULTIEQUAL_-1206933174'), (u'CALL_-1206935638', u'INDIRECT_-1206932997'), ('tmp_2795', u'CALL_-1206936183'), ('const-1', u'PTRADD_-1206937073'), ('const-433', u'LOAD_-1206937070'), (u'STORE_-1206937027', u'INDIRECT_-1206934531'), (u'LOAD_-1206937305', u'INT_ADD_-1206937243'), (u'CALL_-1206936062', u'INDIRECT_-1206933727'), (u'CALL_-1206936635', u'INDIRECT_-1206933842'), (u'CALL_-1206935687', u'INDIRECT_-1206932585'), (u'MULTIEQUAL_-1206934330', u'MULTIEQUAL_-1206934249'), (u'PTRSUB_-1206936602', u'MULTIEQUAL_-1206933264'), (u'CALL_-1206935840', u'INDIRECT_-1206933197'), (u'INDIRECT_-1206934146', u'COPY_-1206934187'), (u'CALL_-1206937363', u'INDIRECT_-1206934841'), (u'MULTIEQUAL_-1206934867', u'MULTIEQUAL_-1206934866'), (u'CALL_-1206936062', u'INDIRECT_-1206933317'), (u'LOAD_-1206937298', u'LOAD_-1206937277'), (u'CALL_-1206936572', u'INDIRECT_-1206933854'), (u'CALL_-1206935809', u'INDIRECT_-1206933909'), (u'INDIRECT_-1206934187', u'MULTIEQUAL_-1206934030'), (u'INDIRECT_-1206934399', u'MULTIEQUAL_-1206934380'), (u'CALL_-1206935687', u'INDIRECT_-1206933977'), (u'INDIRECT_-1206934523', u'MULTIEQUAL_-1206934509'), (u'INDIRECT_-1206933525', u'MULTIEQUAL_-1206933490'), (u'STORE_-1206936522', u'INDIRECT_-1206934246'), (u'INDIRECT_-1206932805', u'MULTIEQUAL_-1206932615'), (u'CALL_-1206937458', u'INDIRECT_-1206934313'), (u'INDIRECT_-1206934196', u'MULTIEQUAL_-1206934164'), (u'CALL_-1206936062', u'INDIRECT_-1206932867'), (u'MULTIEQUAL_-1206935343', u'MULTIEQUAL_-1206935340'), (u'INDIRECT_-1206933546', u'COPY_-1206933587'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933144'), ('tmp_440', u'CBRANCH_-1206937260'), (u'INDIRECT_-1206933063', u'MULTIEQUAL_-1206932873'), (u'MULTIEQUAL_-1206934767', u'MULTIEQUAL_-1206934766'), (u'CALL_-1206935793', u'INDIRECT_-1206933232'), ('const-8', u'PTRSUB_-1206932846'), (u'PTRSUB_-1206932756', u'LOAD_-1206936261'), (u'CALL_-1206935425', u'INDIRECT_-1206933505'), (u'CALL_-1206936326', u'INDIRECT_-1206934251'), (u'CALL_-1206937458', u'INDIRECT_-1206934763'), (u'STORE_-1206937027', u'INDIRECT_-1206934631'), (u'STORE_-1206936538', u'INDIRECT_-1206934407'), (u'CALL_-1206935901', u'INDIRECT_-1206933149'), (u'STORE_-1206936612', u'INDIRECT_-1206934099'), (u'CALL_-1206935614', u'INDIRECT_-1206933461'), (u'PTRSUB_-1206932846', u'STORE_-1206936414'), (u'INDIRECT_-1206933805', u'MULTIEQUAL_-1206933799'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933191'), (u'CALL_-1206936635', u'INDIRECT_-1206933892'), (u'INDIRECT_-1206934420', u'MULTIEQUAL_-1206934414'), (u'MULTIEQUAL_-1206934455', u'MULTIEQUAL_-1206934385'), (u'STORE_-1206936612', u'INDIRECT_-1206934049'), (u'STORE_-1206936414', u'INDIRECT_-1206934216'), (u'COPY_-1206933405', u'MULTIEQUAL_-1206935698'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933336'), (u'COPY_-1206936083', u'MULTIEQUAL_-1206933117'), (u'CALL_-1206936301', u'INDIRECT_-1206934034'), (u'INDIRECT_-1206933923', u'MULTIEQUAL_-1206933903'), ('const--1', u'INT_SLESS_-1206937321'), (u'MULTIEQUAL_-1206934817', u'MULTIEQUAL_-1206934705'), ('const-0', u'COPY_-1206937542'), (u'INDIRECT_-1206933727', u'COPY_-1206933781'), (u'CALL_-1206935397', u'INDIRECT_-1206933491'), (u'INDIRECT_-1206933870', u'MULTIEQUAL_-1206933864'), (u'CALL_-1206936005', u'INDIRECT_-1206933123'), (u'INDIRECT_-1206934760', u'CALL_-1206936769'), (u'STORE_-1206936421', u'INDIRECT_-1206934170'), (u'CALL_-1206935614', u'INDIRECT_-1206933761'), (u'INDIRECT_-1206934075', u'MULTIEQUAL_-1206934040'), (u'INDIRECT_-1206933208', u'MULTIEQUAL_-1206932969'), (u'INDIRECT_-1206933293', u'MULTIEQUAL_-1206933270'), (u'INT_EQUAL_-1206936336', u'CALL_-1206936301'), (u'BOOL_NEGATE_-1206933298', u'CBRANCH_-1206937238'), (u'CALL_-1206935809', u'INDIRECT_-1206932989'), (u'CALL_-1206935576', u'INDIRECT_-1206932707'), (u'STORE_-1206937027', u'INDIRECT_-1206934781'), (u'STORE_-1206937027', u'INDIRECT_-1206934431'), (u'CALL_-1206936769', u'INDIRECT_-1206933987'), (u'INDIRECT_-1206934831', u'MULTIEQUAL_-1206934805'), (u'CALL_-1206935840', u'INDIRECT_-1206932876'), (u'MULTIEQUAL_-1206935694', u'MULTIEQUAL_-1206935698'), (u'CALL_-1206935687', u'INDIRECT_-1206932617'), (u'CALL_-1206936301', u'INDIRECT_-1206934134'), (u'STORE_-1206936538', u'INDIRECT_-1206934307'), (u'MULTIEQUAL_-1206935327', u'MULTIEQUAL_-1206935324'), (u'CALLIND_-1206935962', u'INDIRECT_-1206934365'), (u'STORE_-1206936522', u'INDIRECT_-1206933996'), (u'INDIRECT_-1206934099', u'MULTIEQUAL_-1206934080'), (u'PTRSUB_-1206932814', u'LOAD_-1206936362'), (u'INDIRECT_-1206933714', u'MULTIEQUAL_-1206933603'), (u'STORE_-1206936612', u'INDIRECT_-1206933849'), (u'CALL_-1206936183', u'INDIRECT_-1206934304'), (u'CALL_-1206935901', u'INDIRECT_-1206932827'), (u'STORE_-1206936883', u'INDIRECT_-1206934023'), (u'INDIRECT_-1206934223', u'MULTIEQUAL_-1206934203'), (u'STORE_-1206937027', u'INDIRECT_-1206934481'), (u'CALL_-1206936005', u'INDIRECT_-1206934193'), (u'INDIRECT_-1206934737', u'MULTIEQUAL_-1206934580'), (u'INDIRECT_-1206933820', u'MULTIEQUAL_-1206933814'), (u'PTRSUB_-1206932662', u'LOAD_-1206936128'), (u'CALL_-1206935901', u'INDIRECT_-1206934223'), (u'INDIRECT_-1206934259', u'MULTIEQUAL_-1206934240'), (u'CALL_-1206935901', u'INDIRECT_-1206933623'), (u'INDIRECT_-1206933970', u'MULTIEQUAL_-1206933964'), (u'CALL_-1206936241', u'INDIRECT_-1206934446'), ('const-433', u'LOAD_-1206936128'), (u'MULTIEQUAL_-1206934605', u'MULTIEQUAL_-1206934559'), (u'CALL_-1206935425', u'INDIRECT_-1206932977'), (u'INDIRECT_-1206933446', u'COPY_-1206933487'), (u'CALL_-1206936326', u'INDIRECT_-1206934601'), (u'CALL_-1206936301', u'INDIRECT_-1206933934'), ('const-433', u'LOAD_-1206936261'), (u'CALL_-1206936062', u'INDIRECT_-1206933157'), (u'CALL_-1206935548', u'INDIRECT_-1206933224'), (u'INDIRECT_-1206932940', u'MULTIEQUAL_-1206932917'), (u'INDIRECT_-1206933524', u'COPY_-1206933541'), ('const-0', u'INT_EQUAL_-1206936109'), (u'CALL_-1206936326', u'INDIRECT_-1206933801'), (u'INDIRECT_-1206934364', u'MULTIEQUAL_-1206934113')]
|
[(u'CALLIND_-1206935962', u'INDIRECT_-1206932902'), (u'CALL_-1206936241', u'INDIRECT_-1206934296'), (u'CALL_-1206935901', u'INDIRECT_-1206933923'), (u'INDIRECT_-1206933374', u'COPY_-1206933391'), (u'LOAD_-1206937257', u'INT_AND_-1206937231'), (u'CALL_-1206935809', u'INDIRECT_-1206934109'), (u'CALL_-1206936222', u'INDIRECT_-1206934283'), (u'MULTIEQUAL_-1206934966', u'MULTIEQUAL_-1206934967'), (u'CALL_-1206935548', u'INDIRECT_-1206933824'), (u'STORE_-1206936399', u'INDIRECT_-1206934305'), ('const-1', u'PTRADD_-1206932910'), (u'COPY_-1206933247', u'MULTIEQUAL_-1206935581'), (u'MULTIEQUAL_-1206934817', u'MULTIEQUAL_-1206934816'), (u'CALL_-1206936241', u'INDIRECT_-1206933896'), (u'STORE_-1206936421', u'INDIRECT_-1206934470'), (u'MULTIEQUAL_-1206935016', u'MULTIEQUAL_-1206935017'), (u'LOAD_-1206937128', u'INT_EQUAL_-1206937113'), (u'LOAD_-1206937128', u'INT_LESS_-1206937113'), (u'MULTIEQUAL_-1206935507', u'COPY_-1206933295'), (u'INDIRECT_-1206933133', u'MULTIEQUAL_-1206933110'), (u'CALL_-1206935687', u'INDIRECT_-1206934177'), ('const-433', u'LOAD_-1206936355'), (u'MULTIEQUAL_-1206934617', u'MULTIEQUAL_-1206934505'), (u'CALL_-1206936183', u'INDIRECT_-1206933330'), (u'CALL_-1206936062', u'INDIRECT_-1206933677'), ('const-0', u'INT_NOTEQUAL_-1206937032'), ('const-8', u'PTRADD_-1206932915'), (u'CALL_-1206936769', u'INDIRECT_-1206935028'), (u'INDIRECT_-1206933564', u'MULTIEQUAL_-1206933313'), (u'INDIRECT_-1206934391', u'MULTIEQUAL_-1206934317'), (u'CALL_-1206935638', u'INDIRECT_-1206932740'), (u'INDIRECT_-1206935282', u'INT_ZEXT_-1206937123'), ('const-8', u'INT_MULT_-1206937474'), (u'MULTIEQUAL_-1206935825', u'PTRADD_-1206933173'), (u'SUBPIECE_-1206934710', u'INT_ADD_-1206936482'), (u'INDIRECT_-1206933690', u'MULTIEQUAL_-1206933597'), (u'INT_MULT_-1206937381', u'CALL_-1206937363'), (u'INDIRECT_-1206933864', u'MULTIEQUAL_-1206933753'), (u'CALL_-1206935397', u'INDIRECT_-1206934041'), ('const-1', u'PTRADD_-1206933114'), (u'INDIRECT_-1206933964', u'MULTIEQUAL_-1206933713'), (u'CALL_-1206936183', u'INDIRECT_-1206934454'), (u'INDIRECT_-1206933915', u'MULTIEQUAL_-1206933713'), ('const-433', u'LOAD_-1206936362'), (u'INDIRECT_-1206934941', u'MULTIEQUAL_-1206934867'), (u'INT_EQUAL_-1206937262', u'CBRANCH_-1206937260'), (u'CAST_-1206932554', u'CALLIND_-1206935962'), (u'CALL_-1206935809', u'INDIRECT_-1206933409'), (u'CALL_-1206935576', u'INDIRECT_-1206933938'), (u'LOAD_-1206936128', u'INT_EQUAL_-1206936090'), (u'STORE_-1206936538', u'INDIRECT_-1206934157'), (u'CALL_-1206936183', u'INDIRECT_-1206933298'), (u'CALL_-1206935576', u'CALL_-1206935548'), (u'MULTIEQUAL_-1206934967', u'MULTIEQUAL_-1206934966'), (u'CALL_-1206935687', u'INDIRECT_-1206933777'), (u'CAST_-1206932619', u'LOAD_-1206936128'), (u'LOAD_-1206937298', u'INT_EQUAL_-1206937279'), ('const-0', u'CALL_-1206935576'), (u'INT_AND_-1206937231', u'INT_EQUAL_-1206937245'), (u'CALLIND_-1206935962', u'INDIRECT_-1206934265'), (u'CALL_-1206936797', u'INDIRECT_-1206934560'), ('const--296', u'PTRSUB_-1206933084'), (u'CALL_-1206936572', u'INDIRECT_-1206933562'), (u'INDIRECT_-1206933319', u'CALL_-1206935901'), (u'INT_ADD_-1206933279', u'PTRADD_-1206937149'), ('const-880', u'INT_ADD_-1206936482'), (u'INT_EQUAL_-1206936621', u'CBRANCH_-1206936619'), (u'CALL_-1206935793', u'INDIRECT_-1206933946'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933964'), (u'INDIRECT_-1206934073', u'MULTIEQUAL_-1206934035'), (u'CALL_-1206936241', u'INDIRECT_-1206933404'), (u'INDIRECT_-1206933117', u'MULTIEQUAL_-1206933110'), (u'STORE_-1206936522', u'INDIRECT_-1206933946'), ('const-12', u'INT_ADD_-1206936339'), ('const-0', u'INT_SLESS_-1206936997'), (u'CALL_-1206936326', u'INDIRECT_-1206933851'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933287'), (u'CALL_-1206935425', u'INDIRECT_-1206932913'), (u'CALL_-1206936062', u'INDIRECT_-1206933349'), (u'STORE_-1206936414', u'INDIRECT_-1206934066'), ('tmp_6557', u'CALL_-1206936222'), (u'CALL_-1206936222', u'INDIRECT_-1206934233'), (u'MULTIEQUAL_-1206935340', u'INT_EQUAL_-1206937158'), (u'STORE_-1206936538', u'INDIRECT_-1206933857'), (u'PTRSUB_-1206937083', u'COPY_-1206933239'), (u'STORE_-1206936414', u'INDIRECT_-1206933966'), (u'MULTIEQUAL_-1206934317', u'MULTIEQUAL_-1206934316'), (u'MULTIEQUAL_-1206934167', u'MULTIEQUAL_-1206934166'), (u'STORE_-1206936414', u'INDIRECT_-1206934566'), (u'CALL_-1206936241', u'INDIRECT_-1206934246'), ('tmp_2167', u'CBRANCH_-1206935938'), ('tmp_6557', u'PTRADD_-1206932600'), (u'MULTIEQUAL_-1206933681', u'MULTIEQUAL_-1206933597'), ('const-8', u'INT_ADD_-1206936245'), (u'CAST_-1206933098', u'INT_SUB_-1206936962'), ('const-1', u'PTRADD_-1206937154'), ('tmp_283', u'CBRANCH_-1206937398'), (u'CAST_-1206932848', u'INT_AND_-1206936526'), (u'MULTIEQUAL_-1206935694', u'INT_ADD_-1206936992'), (u'CALLIND_-1206935962', u'INDIRECT_-1206934015'), (u'INDIRECT_-1206933181', u'MULTIEQUAL_-1206933174'), ('tmp_339', u'CBRANCH_-1206937319'), ('const-1', u'PTRADD_-1206937073'), (u'MULTIEQUAL_-1206934380', u'MULTIEQUAL_-1206934299'), (u'CALL_-1206935840', u'INDIRECT_-1206934175'), (u'CALL_-1206935576', u'INDIRECT_-1206934038'), (u'INT_ADD_-1206937282', u'CAST_-1206933214'), (u'INDIRECT_-1206933396', u'COPY_-1206933437'), (u'INDIRECT_-1206934895', u'INT_ZEXT_-1206936412'), (u'CALL_-1206935793', u'INDIRECT_-1206933846'), (u'INDIRECT_-1206933877', u'COPY_-1206933931'), (u'CALLIND_-1206936039', u'INDIRECT_-1206934114'), (u'MULTIEQUAL_-1206934205', u'MULTIEQUAL_-1206934159'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933764'), (u'CALL_-1206935840', u'INDIRECT_-1206933133'), (u'MULTIEQUAL_-1206934367', u'MULTIEQUAL_-1206934255'), (u'LOAD_-1206937305', u'INT_ADD_-1206937282'), (u'INDIRECT_-1206933527', u'COPY_-1206933581'), (u'STORE_-1206936414', u'INDIRECT_-1206934016'), (u'CALL_-1206936372', u'INDIRECT_-1206933195'), (u'CALL_-1206935901', u'INDIRECT_-1206933673'), (u'MULTIEQUAL_-1206935500', u'LOAD_-1206937305'), (u'CALL_-1206935425', u'INDIRECT_-1206933455'), (u'CALL_-1206935809', u'INDIRECT_-1206933359'), (u'STORE_-1206936883', u'INDIRECT_-1206934873'), (u'INDIRECT_-1206934891', u'MULTIEQUAL_-1206934817'), (u'INDIRECT_-1206934881', u'MULTIEQUAL_-1206934966'), (u'CALL_-1206935614', u'INDIRECT_-1206933961'), (u'INDIRECT_-1206934120', u'MULTIEQUAL_-1206934114'), (u'CALL_-1206936183', u'INDIRECT_-1206933804'), ('const-0', u'COPY_-1206936610'), (u'MULTIEQUAL_-1206934755', u'MULTIEQUAL_-1206934709'), (u'INDIRECT_-1206933432', u'MULTIEQUAL_-1206933333'), (u'PTRADD_-1206933114', u'MULTIEQUAL_-1206935667'), (u'INDIRECT_-1206933796', u'COPY_-1206933837'), (u'INDIRECT_-1206933715', u'MULTIEQUAL_-1206933513'), (u'PTRSUB_-1206933084', u'CALL_-1206936769'), (u'INDIRECT_-1206933783', u'COPY_-1206936200'), (u'INDIRECT_-1206933959', u'MULTIEQUAL_-1206933940'), (u'MULTIEQUAL_-1206934680', u'MULTIEQUAL_-1206934599'), (u'CALL_-1206935687', u'INDIRECT_-1206933577'), (u'STORE_-1206937027', u'INDIRECT_-1206934881'), (u'STORE_-1206936421', u'INDIRECT_-1206933770'), (u'INDIRECT_-1206933474', u'COPY_-1206933491'), (u'MULTIEQUAL_-1206933703', u'COPY_-1206935875'), (u'INDIRECT_-1206934573', u'MULTIEQUAL_-1206934559'), (u'STORE_-1206936399', u'INDIRECT_-1206933755'), (u'CALL_-1206935638', u'INDIRECT_-1206933421'), (u'CALL_-1206936062', u'INDIRECT_-1206933028'), (u'INT_SLESS_-1206936024', u'CBRANCH_-1206936023'), (u'MULTIEQUAL_-1206934655', u'MULTIEQUAL_-1206934609'), (u'CAST_-1206932810', u'COPY_-1206932908'), (u'CALL_-1206935687', u'INDIRECT_-1206932681'), (u'INDIRECT_-1206933144', u'MULTIEQUAL_-1206933045'), (u'STORE_-1206936612', u'INDIRECT_-1206934599'), (u'STORE_-1206936612', u'INDIRECT_-1206933899'), (u'MULTIEQUAL_-1206935683', u'CALL_-1206937363'), ('const-433', u'LOAD_-1206937257'), (u'INDIRECT_-1206933974', u'COPY_-1206933991'), (u'INT_MULT_-1206935117', u'INT_ADD_-1206933279'), (u'MULTIEQUAL_-1206934705', u'MULTIEQUAL_-1206934659'), (u'STORE_-1206937027', u'INDIRECT_-1206934231'), (u'INDIRECT_-1206934270', u'MULTIEQUAL_-1206934264'), (u'INDIRECT_-1206933675', u'MULTIEQUAL_-1206933640'), (u'CALL_-1206936635', u'INDIRECT_-1206934542'), (u'INDIRECT_-1206934096', u'MULTIEQUAL_-1206934064'), (u'CALL_-1206936005', u'INDIRECT_-1206934043'), (u'CALL_-1206936301', u'INDIRECT_-1206933684'), (u'CALL_-1206935840', u'INDIRECT_-1206932940'), (u'INDIRECT_-1206934196', u'COPY_-1206934237'), (u'INDIRECT_-1206933564', u'INT_NOTEQUAL_-1206935685'), (u'CALLIND_-1206935962', u'INDIRECT_-1206932773'), (u'CALL_-1206935793', u'INDIRECT_-1206933264'), (u'INDIRECT_-1206934365', u'MULTIEQUAL_-1206934163'), (u'CALL_-1206936769', u'INDIRECT_-1206934837'), (u'CALL_-1206935638', u'INDIRECT_-1206933371'), (u'INDIRECT_-1206934231', u'MULTIEQUAL_-1206934316'), (u'CALL_-1206935809', u'INDIRECT_-1206932763'), (u'CALL_-1206936572', u'INDIRECT_-1206934354'), (u'CALL_-1206936005', u'INDIRECT_-1206934243'), (u'INDIRECT_-1206933770', u'MULTIEQUAL_-1206933764'), ('const-433', u'LOAD_-1206936424'), (u'CALL_-1206936372', u'INDIRECT_-1206934326'), (u'CALL_-1206936183', u'INDIRECT_-1206933105'), (u'CALL_-1206936326', u'INDIRECT_-1206933170'), (u'CALL_-1206936241', u'INDIRECT_-1206934546'), (u'INDIRECT_-1206933424', u'COPY_-1206933441'), (u'INDIRECT_-1206933949', u'MULTIEQUAL_-1206933930'), (u'CALL_-1206936326', u'INDIRECT_-1206933202'), (u'CALL_-1206936326', u'INDIRECT_-1206933459'), (u'CALL_-1206935840', u'INDIRECT_-1206934125'), (u'CALL_-1206935638', u'INDIRECT_-1206933061'), (u'CALL_-1206936005', u'INDIRECT_-1206933347'), (u'CALL_-1206936326', u'INDIRECT_-1206934451'), (u'INDIRECT_-1206934331', u'MULTIEQUAL_-1206934416'), (u'CALL_-1206936769', u'INDIRECT_-1206934187'), (u'CALL_-1206936062', u'INDIRECT_-1206934427'), (u'INT_ADD_-1206936339', u'CAST_-1206932764'), (u'MULTIEQUAL_-1206934505', u'INT_SLESS_-1206936900'), (u'CALL_-1206936301', u'INDIRECT_-1206933121'), ('const-1299965', u'COPY_-1206932346'), (u'INDIRECT_-1206932957', u'MULTIEQUAL_-1206932950'), (u'CALL_-1206935425', u'INDIRECT_-1206934055'), (u'CALL_-1206935809', u'INDIRECT_-1206933053'), (u'INDIRECT_-1206933996', u'MULTIEQUAL_-1206933964'), (u'INDIRECT_-1206934587', u'MULTIEQUAL_-1206934430'), (u'CALL_-1206935840', u'INDIRECT_-1206933261'), (u'INDIRECT_-1206933327', u'COPY_-1206933381'), (u'INDIRECT_-1206933709', u'MULTIEQUAL_-1206933690'), (u'CALL_-1206935793', u'INDIRECT_-1206933596'), (u'CAST_-1206933138', u'LOAD_-1206937070'), (u'CALL_-1206936769', u'INDIRECT_-1206933937'), (u'CALL_-1206936222', u'INDIRECT_-1206934383'), (u'CALL_-1206935425', u'INDIRECT_-1206933555'), (u'INDIRECT_-1206934531', u'MULTIEQUAL_-1206934505'), ('const-4294967295', u'COPY_-1206937577'), (u'CALL_-1206936241', u'INDIRECT_-1206933532'), (u'INDIRECT_-1206933240', u'MULTIEQUAL_-1206933141'), (u'LOAD_-1206937298', u'COPY_-1206933247'), (u'STORE_-1206937027', u'INDIRECT_-1206934081'), (u'INDIRECT_-1206934773', u'MULTIEQUAL_-1206934759'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933223'), (u'STORE_-1206936883', u'INDIRECT_-1206934473'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933255'), (u'STORE_-1206936522', u'INDIRECT_-1206934446'), (u'CALL_-1206935901', u'INDIRECT_-1206934123'), (u'CALL_-1206936005', u'INDIRECT_-1206933187'), (u'STORE_-1206937027', u'INDIRECT_-1206934331'), (u'CALL_-1206937458', u'INDIRECT_-1206935013'), (u'CALL_-1206936326', u'INDIRECT_-1206933951'), (u'CALL_-1206935901', u'INDIRECT_-1206933085'), (u'STORE_-1206936399', u'INDIRECT_-1206934405'), (u'INDIRECT_-1206934555', u'MULTIEQUAL_-1206934549'), (u'INDIRECT_-1206934873', u'MULTIEQUAL_-1206934835'), ('const-0', u'INT_NOTEQUAL_-1206936643'), (u'CALL_-1206935614', u'INDIRECT_-1206933561'), (u'LOAD_-1206936558', u'STORE_-1206936538'), (u'CALL_-1206936005', u'INDIRECT_-1206933379'), (u'CALLIND_-1206936039', u'INDIRECT_-1206934064'), (u'CALL_-1206935548', u'INDIRECT_-1206932982'), (u'MULTIEQUAL_-1206935173', u'PTRADD_-1206932858'), (u'CALL_-1206935809', u'INDIRECT_-1206932892'), (u'INDIRECT_-1206934273', u'MULTIEQUAL_-1206934259'), (u'CALL_-1206935809', u'INDIRECT_-1206934009'), (u'INT_ADD_-1206933255', u'PTRADD_-1206937073'), (u'CALL_-1206935687', u'INDIRECT_-1206933131'), (u'STORE_-1206936883', u'INDIRECT_-1206934573'), (u'CALL_-1206935548', u'INDIRECT_-1206933724'), (u'INDIRECT_-1206934231', u'MULTIEQUAL_-1206934205'), (u'CALL_-1206937363', u'INDIRECT_-1206934991'), ('const-433', u'LOAD_-1206936558'), (u'INT_SUB_-1206936491', u'SUBPIECE_-1206934710'), (u'MULTIEQUAL_-1206935542', u'STORE_-1206936883'), (u'STORE_-1206936421', u'INDIRECT_-1206933970'), (u'CALL_-1206936005', u'INDIRECT_-1206934093'), (u'INDIRECT_-1206933609', u'MULTIEQUAL_-1206933590'), (u'CALL_-1206936372', u'INDIRECT_-1206934426'), ('const-8', u'PTRADD_-1206932819'), ('tmp_6557', u'LOAD_-1206935700'), (u'CALL_-1206936062', u'INDIRECT_-1206933125'), ('tmp_1181', u'CBRANCH_-1206936837'), (u'COPY_-1206932900', u'MULTIEQUAL_-1206935173'), (u'INDIRECT_-1206933764', u'MULTIEQUAL_-1206933653'), (u'INDIRECT_-1206933696', u'MULTIEQUAL_-1206933649'), (u'CALL_-1206936222', u'INDIRECT_-1206934433'), (u'CALL_-1206935614', u'INDIRECT_-1206934011'), ('tmp_2411', u'BRANCH_-1206935556'), (u'CALL_-1206937458', u'INDIRECT_-1206934263'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933565'), (u'CALL_-1206935840', u'INDIRECT_-1206932715'), (u'CAST_-1206933199', u'LOAD_-1206937257'), (u'MULTIEQUAL_-1206934305', u'MULTIEQUAL_-1206934259'), (u'CALL_-1206937458', u'INDIRECT_-1206934663'), (u'INT_MULT_-1206935085', u'INT_ADD_-1206933255'), (u'CALL_-1206936062', u'INDIRECT_-1206932835'), (u'INDIRECT_-1206933827', u'COPY_-1206933881'), (u'CALL_-1206935793', u'INDIRECT_-1206933396'), (u'INDIRECT_-1206934023', u'MULTIEQUAL_-1206934009'), (u'CALL_-1206935687', u'INDIRECT_-1206933527'), (u'INDIRECT_-1206934173', u'MULTIEQUAL_-1206934159'), (u'STORE_-1206936883', u'INDIRECT_-1206934423'), (u'CALL_-1206935548', u'INDIRECT_-1206933274'), (u'STORE_-1206936522', u'INDIRECT_-1206933746'), (u'MULTIEQUAL_-1206934180', u'MULTIEQUAL_-1206934099'), (u'CALL_-1206935614', u'INDIRECT_-1206932762'), (u'CALL_-1206937458', u'INDIRECT_-1206934413'), (u'INDIRECT_-1206932918', u'MULTIEQUAL_-1206932819'), (u'INDIRECT_-1206933149', u'MULTIEQUAL_-1206933142'), (u'COPY_-1206933243', u'MULTIEQUAL_-1206935581'), ('const--2', u'INT_MULT_-1206935117'), (u'STORE_-1206936612', u'INDIRECT_-1206934649'), (u'STORE_-1206936522', u'INDIRECT_-1206934096'), (u'INDIRECT_-1206933724', u'COPY_-1206933741'), ('const-1', u'INT_ADD_-1206932905'), (u'INDIRECT_-1206933475', u'MULTIEQUAL_-1206933440'), (u'INT_MULT_-1206935118', u'INT_ADD_-1206933280'), (u'STORE_-1206936522', u'INDIRECT_-1206934496'), (u'INDIRECT_-1206934164', u'MULTIEQUAL_-1206933913'), (u'CALLIND_-1206936039', u'INDIRECT_-1206932822'), (u'CALL_-1206935576', u'INDIRECT_-1206933888'), (u'CALL_-1206936635', u'INDIRECT_-1206934042'), (u'CALL_-1206936797', u'INDIRECT_-1206934060'), (u'STORE_-1206936522', u'INDIRECT_-1206933896'), (u'CALL_-1206935809', u'INDIRECT_-1206933459'), (u'PTRADD_-1206932858', u'COPY_-1206932896'), (u'CALL_-1206936241', u'INDIRECT_-1206934396'), (u'INT_ADD_-1206937124', u'MULTIEQUAL_-1206935701'), (u'STORE_-1206936399', u'INDIRECT_-1206934455'), (u'MULTIEQUAL_-1206935717', u'INT_ADD_-1206937205'), (u'INDIRECT_-1206934637', u'MULTIEQUAL_-1206934480'), (u'INDIRECT_-1206932918', u'MULTIEQUAL_-1206932679'), ('const--2', u'INT_MULT_-1206935085'), (u'COPY_-1206933295', u'MULTIEQUAL_-1206935500'), (u'CALL_-1206936635', u'INDIRECT_-1206933992'), (u'INDIRECT_-1206933223', u'MULTIEQUAL_-1206933033'), (u'CALL_-1206936062', u'INDIRECT_-1206933627'), (u'CALL_-1206935793', u'INDIRECT_-1206934196'), ('const-4', u'COPY_-1206937239'), (u'MULTIEQUAL_-1206934030', u'MULTIEQUAL_-1206933949'), ('const-1', u'PTRADD_-1206932600'), (u'INDIRECT_-1206933873', u'MULTIEQUAL_-1206933853'), (u'INT_ADD_-1206937054', u'CAST_-1206933138'), (u'MULTIEQUAL_-1206934455', u'COPY_-1206933161'), (u'INDIRECT_-1206934513', u'INT_NOTEQUAL_-1206937434'), (u'STORE_-1206936612', u'INDIRECT_-1206934449'), ('const-8', u'PTRADD_-1206932895'), (u'STORE_-1206936883', u'INDIRECT_-1206934173'), ('const-1', u'PTRADD_-1206937149'), ('const-1', u'PTRADD_-1206933278'), (u'CAST_-1206932866', u'CAST_-1206932790'), ('tmp_13053', u'COPY_-1206933436'), (u'CALL_-1206936301', u'INDIRECT_-1206934284'), (u'INDIRECT_-1206934115', u'MULTIEQUAL_-1206933913'), (u'MULTIEQUAL_-1206935597', u'LOAD_-1206937209'), (u'INDIRECT_-1206932731', u'MULTIEQUAL_-1206932724'), (u'LOAD_-1206936355', u'INT_EQUAL_-1206936336'), (u'MULTIEQUAL_-1206935457', u'CALL_-1206936797'), ('const-24', u'PTRADD_-1206932942'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933176'), (u'CALL_-1206937458', u'INDIRECT_-1206934513'), (u'CALL_-1206937458', u'INDIRECT_-1206934813'), (u'CALL_-1206936005', u'INDIRECT_-1206933743'), (u'CAST_-1206932866', u'STORE_-1206936538'), (u'INDIRECT_-1206934613', u'INT_MULT_-1206937381'), (u'CALL_-1206935809', u'INDIRECT_-1206933809'), (u'STORE_-1206936421', u'INDIRECT_-1206934120'), (u'INDIRECT_-1206933245', u'MULTIEQUAL_-1206933237'), (u'LOAD_-1206935972', u'CALLIND_-1206935962'), (u'CALL_-1206935687', u'INDIRECT_-1206932907'), (u'INDIRECT_-1206933874', u'COPY_-1206933891'), ('const-1', u'PTRADD_-1206932770'), (u'INDIRECT_-1206934165', u'MULTIEQUAL_-1206933963'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933564'), (u'CALL_-1206935614', u'INDIRECT_-1206933411'), (u'CALL_-1206936301', u'INDIRECT_-1206933410'), (u'MULTIEQUAL_-1206935825', u'STORE_-1206937027'), (u'CALL_-1206935548', u'INDIRECT_-1206933046'), (u'INDIRECT_-1206932860', u'MULTIEQUAL_-1206932852'), (u'CALL_-1206936222', u'INDIRECT_-1206933423'), (u'CALL_-1206937458', u'INDIRECT_-1206935063'), ('const-433', u'STORE_-1206936612'), (u'INDIRECT_-1206932683', u'MULTIEQUAL_-1206932660'), (u'CALL_-1206935425', u'INDIRECT_-1206933305'), (u'STORE_-1206937027', u'INDIRECT_-1206934931'), (u'COPY_-1206936703', u'MULTIEQUAL_-1206933649'), (u'INT_ZEXT_-1206937204', u'INT_MULT_-1206935118'), (u'CALL_-1206935397', u'INDIRECT_-1206933141'), (u'CALL_-1206935576', u'INDIRECT_-1206934088'), (u'INT_LESS_-1206937194', u'MULTIEQUAL_-1206935343'), ('const-48', u'INT_ADD_-1206936848'), (u'CALL_-1206936222', u'INDIRECT_-1206933102'), (u'CAST_-1206933214', u'LOAD_-1206937298'), (u'CALL_-1206936222', u'INDIRECT_-1206933883'), ('const-1', u'INT_SUB_-1206936417'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933368'), (u'CALL_-1206936301', u'INDIRECT_-1206933984'), (u'INDIRECT_-1206933191', u'COPY_-1206933227'), ('const-3', u'INT_SRIGHT_-1206936939'), (u'CALLIND_-1206936039', u'INDIRECT_-1206934164'), (u'CALL_-1206936635', u'INDIRECT_-1206934142'), ('const-433', u'LOAD_-1206936049'), (u'INT_ZEXT_-1206936412', u'INT_MULT_-1206932889'), (u'INDIRECT_-1206934237', u'MULTIEQUAL_-1206934080'), (u'INDIRECT_-1206933069', u'MULTIEQUAL_-1206933046'), (u'INDIRECT_-1206934323', u'MULTIEQUAL_-1206934303'), (u'COPY_-1206933266', u'MULTIEQUAL_-1206935597'), (u'CALL_-1206936326', u'INDIRECT_-1206934201'), (u'INDIRECT_-1206932983', u'MULTIEQUAL_-1206932744'), (u'CALL_-1206935548', u'INDIRECT_-1206933574'), ('tmp_1383', u'CBRANCH_-1206936585'), (u'CALL_-1206936241', u'INDIRECT_-1206934046'), (u'LOAD_-1206936128', u'INT_EQUAL_-1206936109'), (u'CALL_-1206936222', u'INDIRECT_-1206934483'), (u'CALL_-1206935840', u'INDIRECT_-1206934225'), (u'CALL_-1206936372', u'INDIRECT_-1206934176'), (u'CALL_-1206935548', u'INDIRECT_-1206933324'), (u'INDIRECT_-1206934623', u'MULTIEQUAL_-1206934609'), (u'MULTIEQUAL_-1206934530', u'MULTIEQUAL_-1206934449'), (u'CALL_-1206935901', u'INDIRECT_-1206934173'), (u'INDIRECT_-1206934296', u'MULTIEQUAL_-1206934264'), (u'LOAD_-1206935700', u'CALL_-1206935687'), (u'INDIRECT_-1206934027', u'COPY_-1206934081'), (u'INDIRECT_-1206934275', u'MULTIEQUAL_-1206934240'), (u'INDIRECT_-1206933777', u'COPY_-1206933831'), (u'CALL_-1206936797', u'INDIRECT_-1206934810'), (u'CALL_-1206935687', u'INDIRECT_-1206933427'), (u'CALL_-1206935425', u'INDIRECT_-1206934005'), (u'CALL_-1206935809', u'INDIRECT_-1206933659'), (u'INDIRECT_-1206934014', u'MULTIEQUAL_-1206933903'), (u'CALL_-1206936572', u'INDIRECT_-1206934504'), (u'MULTIEQUAL_-1206935667', u'PTRADD_-1206933114'), (u'CALL_-1206936797', u'INDIRECT_-1206934360'), (u'INDIRECT_-1206933859', u'MULTIEQUAL_-1206933840'), (u'INDIRECT_-1206932854', u'MULTIEQUAL_-1206932615'), (u'CALL_-1206937363', u'INDIRECT_-1206934741'), ('const-0', u'INT_EQUAL_-1206936621'), (u'STORE_-1206936414', u'INDIRECT_-1206933816'), (u'CALL_-1206935687', u'INDIRECT_-1206933277'), (u'INDIRECT_-1206934581', u'MULTIEQUAL_-1206934666'), (u'INDIRECT_-1206933746', u'COPY_-1206933787'), (u'CALLIND_-1206936039', u'INDIRECT_-1206932854'), (u'CALL_-1206936372', u'INDIRECT_-1206933726'), (u'CALL_-1206935425', u'INDIRECT_-1206932881'), (u'INDIRECT_-1206934287', u'MULTIEQUAL_-1206934130'), (u'MULTIEQUAL_-1206934105', u'MULTIEQUAL_-1206934035'), (u'CALL_-1206935548', u'INDIRECT_-1206933674'), (u'CALL_-1206936301', u'INT_EQUAL_-1206936279'), (u'CALL_-1206936572', u'INDIRECT_-1206933305'), (u'PTRADD_-1206932770', u'LOAD_-1206936272'), (u'CALL_-1206935901', u'INDIRECT_-1206933309'), (u'INDIRECT_-1206934031', u'MULTIEQUAL_-1206934116'), (u'STORE_-1206936421', u'INDIRECT_-1206934370'), (u'STORE_-1206937027', u'INDIRECT_-1206934681'), (u'INT_SLESS_-1206935939', u'CBRANCH_-1206935938'), ('const-0', u'PTRSUB_-1206932522'), (u'CALL_-1206935576', u'INDIRECT_-1206933788'), (u'CALL_-1206935687', u'INDIRECT_-1206933927'), (u'INDIRECT_-1206933664', u'MULTIEQUAL_-1206933413'), (u'CALL_-1206936183', u'INDIRECT_-1206933704'), (u'INDIRECT_-1206933825', u'MULTIEQUAL_-1206933790'), (u'COPY_-1206935708', u'MULTIEQUAL_-1206932956'), (u'CAST_-1206933256', u'COPY_-1206933309'), (u'INDIRECT_-1206933591', u'COPY_-1206933627'), (u'INDIRECT_-1206934073', u'MULTIEQUAL_-1206934053'), (u'INDIRECT_-1206934831', u'MULTIEQUAL_-1206934916'), (u'CALL_-1206936572', u'INDIRECT_-1206934104'), (u'CALLIND_-1206935962', u'INDIRECT_-1206934215'), (u'INDIRECT_-1206933855', u'MULTIEQUAL_-1206933849'), ('const-5', u'COPY_-1206937154'), ('tmp_6557', u'CALL_-1206936241'), (u'COPY_-1206933184', u'MULTIEQUAL_-1206935500'), (u'CALL_-1206935809', u'INDIRECT_-1206933117'), (u'CALL_-1206935809', u'INDIRECT_-1206932796'), (u'STORE_-1206936522', u'INDIRECT_-1206934196'), (u'CALL_-1206935840', u'INDIRECT_-1206933875'), (u'INDIRECT_-1206932951', u'MULTIEQUAL_-1206932852'), (u'MULTIEQUAL_-1206934967', u'MULTIEQUAL_-1206934855'), (u'CALL_-1206936005', u'INDIRECT_-1206932962'), ('tmp_820', u'CBRANCH_-1206937048'), ('tmp_2015', u'CBRANCH_-1206936088'), (u'CALL_-1206936797', u'INDIRECT_-1206934160'), ('const-8', u'PTRADD_-1206932850'), ('const-0', u'COPY_-1206936703'), (u'CALL_-1206936326', u'INDIRECT_-1206933619'), (u'INDIRECT_-1206933359', u'MULTIEQUAL_-1206933340'), (u'CALL_-1206936005', u'INDIRECT_-1206933943'), ('const-433', u'LOAD_-1206936570'), (u'STORE_-1206936414', u'INDIRECT_-1206934516'), (u'CALL_-1206936635', u'INDIRECT_-1206934292'), (u'CALL_-1206937363', u'INDIRECT_-1206934591'), (u'INDIRECT_-1206934933', u'MULTIEQUAL_-1206934886'), (u'INDIRECT_-1206933391', u'COPY_-1206933427'), (u'INDIRECT_-1206933159', u'MULTIEQUAL_-1206932969'), ('const--1', u'INT_ADD_-1206936992'), (u'CALL_-1206937458', u'INDIRECT_-1206934913'), (u'INDIRECT_-1206933728', u'MULTIEQUAL_-1206933681'), (u'INT_EQUAL_-1206937279', u'CBRANCH_-1206937277'), (u'CALL_-1206935425', u'INDIRECT_-1206933073'), (u'CALL_-1206936769', u'INDIRECT_-1206934337'), (u'MULTIEQUAL_-1206935358', u'INT_SUB_-1206936417'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933865'), (u'CALL_-1206935901', u'INDIRECT_-1206933723'), (u'STORE_-1206936399', u'INDIRECT_-1206934355'), (u'INDIRECT_-1206933865', u'MULTIEQUAL_-1206933663'), (u'CALL_-1206936769', u'INDIRECT_-1206934737'), (u'INDIRECT_-1206933477', u'COPY_-1206933531'), ('const-16', u'INT_AND_-1206937019'), (u'INDIRECT_-1206934723', u'MULTIEQUAL_-1206934709'), (u'INDIRECT_-1206933085', u'MULTIEQUAL_-1206933078'), (u'CALL_-1206935687', u'INDIRECT_-1206933003'), (u'CALL_-1206936183', u'INDIRECT_-1206934104'), (u'CALL_-1206936572', u'INDIRECT_-1206933530'), (u'INDIRECT_-1206933095', u'MULTIEQUAL_-1206932905'), (u'MULTIEQUAL_-1206934417', u'MULTIEQUAL_-1206934416'), (u'CALL_-1206936241', u'INDIRECT_-1206934146'), (u'CALL_-1206936769', u'INDIRECT_-1206934237'), (u'INDIRECT_-1206933987', u'MULTIEQUAL_-1206933830'), (u'STORE_-1206936421', u'INDIRECT_-1206934220'), ('tmp_1629', u'CBRANCH_-1206936433'), (u'CALL_-1206935576', u'INDIRECT_-1206933060'), (u'CALL_-1206937363', u'INDIRECT_-1206934441'), (u'CALLIND_-1206935962', u'INDIRECT_-1206934315'), (u'CALL_-1206935614', u'INDIRECT_-1206933511'), (u'CALL_-1206936635', u'INDIRECT_-1206933942'), (u'CALL_-1206936797', u'INDIRECT_-1206934010'), (u'INDIRECT_-1206934191', u'MULTIEQUAL_-1206934117'), (u'CALL_-1206935901', u'INDIRECT_-1206933117'), (u'CALL_-1206936005', u'INDIRECT_-1206933693'), (u'INDIRECT_-1206933705', u'MULTIEQUAL_-1206933699'), (u'MULTIEQUAL_-1206934517', u'MULTIEQUAL_-1206934516'), (u'CALL_-1206936183', u'INDIRECT_-1206933458'), (u'PTRADD_-1206937073', u'COPY_-1206933235'), (u'CALL_-1206936183', u'INDIRECT_-1206934504'), (u'CALL_-1206936062', u'INDIRECT_-1206932899'), (u'CALL_-1206936241', u'INDIRECT_-1206933996'), (u'INDIRECT_-1206934281', u'MULTIEQUAL_-1206934255'), (u'INT_EQUAL_-1206936090', u'CBRANCH_-1206936088'), ('const-0', u'COPY_-1206937601'), (u'CALL_-1206936326', u'INDIRECT_-1206934351'), (u'CAST_-1206932847', u'COPY_-1206932900'), (u'CALL_-1206935614', u'INDIRECT_-1206933051'), (u'INT_RIGHT_-1206936448', u'INT_ZEXT_-1206935439'), (u'MULTIEQUAL_-1206935701', u'INT_EQUAL_-1206937134'), (u'CALL_-1206937363', u'INDIRECT_-1206934291'), (u'MULTIEQUAL_-1206934905', u'MULTIEQUAL_-1206934835'), (u'CALL_-1206935793', u'INDIRECT_-1206932750'), (u'PTRADD_-1206933173', u'MULTIEQUAL_-1206935714'), (u'CALL_-1206936326', u'INDIRECT_-1206934551'), ('const-1', u'INT_ADD_-1206933279'), (u'CALL_-1206936222', u'INDIRECT_-1206933633'), (u'INDIRECT_-1206934199', u'MULTIEQUAL_-1206934180'), (u'INDIRECT_-1206933377', u'COPY_-1206933431'), (u'CALL_-1206935425', u'INDIRECT_-1206933405'), (u'CALL_-1206936222', u'INDIRECT_-1206934533'), (u'CALL_-1206935576', u'INDIRECT_-1206932964'), (u'CALL_-1206937458', u'INDIRECT_-1206934863'), (u'CALL_-1206935397', u'INDIRECT_-1206933791'), (u'INT_ADD_-1206937503', u'INT_MULT_-1206937474'), (u'PTRSUB_-1206932571', u'CALL_-1206935901'), (u'INT_ZEXT_-1206937118', u'INT_MULT_-1206935084'), (u'CALL_-1206936062', u'INDIRECT_-1206933927'), (u'LOAD_-1206936060', u'INT_ADD_-1206936033'), (u'MULTIEQUAL_-1206935717', u'INT_EQUAL_-1206937215'), (u'INT_ADD_-1206936889', u'MULTIEQUAL_-1206935457'), (u'INDIRECT_-1206934673', u'MULTIEQUAL_-1206934635'), (u'MULTIEQUAL_-1206933830', u'MULTIEQUAL_-1206933749'), ('const-5', u'CALL_-1206935576'), (u'INT_ADD_-1206936992', u'INT_SLESS_-1206936997'), (u'CALL_-1206935840', u'INDIRECT_-1206933675'), (u'MULTIEQUAL_-1206934117', u'MULTIEQUAL_-1206934005'), (u'INDIRECT_-1206934131', u'MULTIEQUAL_-1206934105'), (u'INDIRECT_-1206932934', u'MULTIEQUAL_-1206932744'), (u'CALLIND_-1206935962', u'INDIRECT_-1206934115'), (u'STORE_-1206936612', u'INDIRECT_-1206934199'), (u'INDIRECT_-1206932869', u'MULTIEQUAL_-1206932679'), (u'MULTIEQUAL_-1206934217', u'MULTIEQUAL_-1206934105'), (u'STORE_-1206936522', u'INDIRECT_-1206933796'), (u'LOAD_-1206936272', u'INT_ADD_-1206936245'), (u'INDIRECT_-1206934031', u'MULTIEQUAL_-1206934005'), (u'STORE_-1206936414', u'INDIRECT_-1206934116'), (u'INDIRECT_-1206933117', u'MULTIEQUAL_-1206933109'), (u'CALL_-1206936572', u'INDIRECT_-1206933804'), (u'CALL_-1206935687', u'INDIRECT_-1206932971'), ('tmp_6554', u'PTRSUB_-1206933468'), (u'CALL_-1206936572', u'INDIRECT_-1206934895'), (u'MULTIEQUAL_-1206935173', u'STORE_-1206936421'), (u'MULTIEQUAL_-1206935238', u'BOOL_NEGATE_-1206935074'), (u'INT_SUB_-1206936962', u'INT_SRIGHT_-1206936939'), (u'CALL_-1206936326', u'INDIRECT_-1206933701'), ('const-0', u'INT_NOTEQUAL_-1206936024'), (u'CALL_-1206936635', u'INDIRECT_-1206934642'), (u'CALL_-1206936241', u'INDIRECT_-1206933468'), (u'CALL_-1206936062', u'INDIRECT_-1206933381'), (u'LOAD_-1206936049', u'CALLIND_-1206936039'), (u'CALL_-1206935638', u'INDIRECT_-1206933321'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933272'), (u'CALL_-1206936005', u'INDIRECT_-1206933283'), (u'CALLIND_-1206936039', u'INDIRECT_-1206932951'), (u'CALL_-1206935548', u'INDIRECT_-1206933874'), (u'CALL_-1206936005', u'INDIRECT_-1206934143'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933304'), (u'INDIRECT_-1206934246', u'COPY_-1206934287'), (u'CALL_-1206936635', u'INDIRECT_-1206933568'), (u'MULTIEQUAL_-1206934116', u'MULTIEQUAL_-1206934117'), (u'CALL_-1206935840', u'INDIRECT_-1206933625'), (u'CALL_-1206935614', u'INDIRECT_-1206933911'), (u'INT_SLESS_-1206936900', u'CBRANCH_-1206936907'), (u'STORE_-1206936883', u'INDIRECT_-1206934273'), ('const--2', u'INT_MULT_-1206935118'), (u'PTRSUB_-1206936668', u'MULTIEQUAL_-1206933296'), (u'MULTIEQUAL_-1206934667', u'MULTIEQUAL_-1206934666'), (u'CALL_-1206936005', u'INDIRECT_-1206934293'), (u'INDIRECT_-1206934159', u'MULTIEQUAL_-1206934140'), (u'CALL_-1206936183', u'INDIRECT_-1206934404'), (u'CALL_-1206936062', u'INDIRECT_-1206934227'), (u'INDIRECT_-1206933015', u'MULTIEQUAL_-1206932916'), (u'INDIRECT_-1206934337', u'MULTIEQUAL_-1206934180'), (u'CALL_-1206936572', u'INDIRECT_-1206934604'), (u'CALL_-1206935425', u'INDIRECT_-1206933205'), (u'CALL_-1206936326', u'INDIRECT_-1206933523'), (u'CALL_-1206935425', u'INDIRECT_-1206933805'), (u'MULTIEQUAL_-1206935017', u'MULTIEQUAL_-1206934905'), (u'CALL_-1206935793', u'INDIRECT_-1206932654'), (u'INDIRECT_-1206933515', u'MULTIEQUAL_-1206933313'), (u'INDIRECT_-1206932876', u'MULTIEQUAL_-1206932853'), (u'CAST_-1206932764', u'LOAD_-1206936355'), ('const-0', u'PTRSUB_-1206936668'), (u'CAST_-1206932790', u'INT_ADD_-1206936385'), ('tmp_6557', u'CALL_-1206935840'), (u'CAST_-1206932905', u'COPY_-1206932977'), (u'CALL_-1206936797', u'INDIRECT_-1206934260'), (u'CALL_-1206936183', u'INDIRECT_-1206934004'), (u'PTRADD_-1206932674', u'LOAD_-1206936135'), (u'CALL_-1206936062', u'INDIRECT_-1206934127'), (u'CALL_-1206936241', u'INDIRECT_-1206933646'), (u'MULTIEQUAL_-1206934505', u'MULTIEQUAL_-1206934459'), (u'CALL_-1206936635', u'INDIRECT_-1206934692'), ('tmp_407', u'CBRANCH_-1206937277'), (u'INDIRECT_-1206933627', u'COPY_-1206933681'), (u'CALL_-1206935809', u'INDIRECT_-1206932924'), (u'MULTIEQUAL_-1206934480', u'MULTIEQUAL_-1206934399'), (u'INDIRECT_-1206934127', u'COPY_-1206934181'), (u'INDIRECT_-1206933514', u'MULTIEQUAL_-1206933403'), (u'INDIRECT_-1206933277', u'MULTIEQUAL_-1206933269'), (u'CALL_-1206935840', u'INDIRECT_-1206934275'), (u'CALL_-1206935793', u'INDIRECT_-1206934246'), (u'CALL_-1206935638', u'INDIRECT_-1206933125'), (u'CALL_-1206935397', u'INDIRECT_-1206932642'), (u'INDIRECT_-1206934414', u'MULTIEQUAL_-1206934303'), (u'INDIRECT_-1206934073', u'MULTIEQUAL_-1206934059'), (u'COPY_-1206937154', u'MULTIEQUAL_-1206935701'), (u'STORE_-1206936399', u'INDIRECT_-1206934105'), (u'MULTIEQUAL_-1206935257', u'MULTIEQUAL_-1206935254'), (u'INDIRECT_-1206933509', u'MULTIEQUAL_-1206933490'), (u'INDIRECT_-1206934387', u'MULTIEQUAL_-1206934230'), (u'CALL_-1206935793', u'INDIRECT_-1206932815'), (u'CALL_-1206935397', u'INDIRECT_-1206933441'), (u'INDIRECT_-1206933346', u'COPY_-1206933387'), (u'STORE_-1206936522', u'INDIRECT_-1206934346'), (u'BOOL_AND_-1206937157', u'INT_EQUAL_-1206937158'), (u'INDIRECT_-1206933229', u'INT_NOTEQUAL_-1206935817'), (u'INDIRECT_-1206934681', u'MULTIEQUAL_-1206934655'), (u'CALL_-1206936005', u'INDIRECT_-1206932930'), ('const-0', u'INT_EQUAL_-1206937262'), (u'LOAD_-1206937209', u'INT_LESS_-1206937194'), (u'LOAD_-1206937209', u'INT_EQUAL_-1206937194'), (u'LOAD_-1206937298', u'COPY_-1206933266'), (u'INDIRECT_-1206933575', u'MULTIEQUAL_-1206933540'), ('tmp_2257', u'CBRANCH_-1206935816'), (u'MULTIEQUAL_-1206934166', u'MULTIEQUAL_-1206934167'), (u'CAST_-1206933328', u'CALL_-1206937363'), (u'INDIRECT_-1206934505', u'MULTIEQUAL_-1206934499'), ('tmp_13052', u'COPY_-1206933435'), (u'INDIRECT_-1206934255', u'MULTIEQUAL_-1206934249'), (u'CALL_-1206936372', u'INDIRECT_-1206934126'), (u'CALL_-1206936222', u'INDIRECT_-1206933733'), (u'CALL_-1206937363', u'INDIRECT_-1206933628'), (u'CALL_-1206935548', u'INDIRECT_-1206933374'), (u'CALL_-1206936301', u'INDIRECT_-1206933734'), (u'INDIRECT_-1206934114', u'MULTIEQUAL_-1206934003'), (u'CALL_-1206937458', u'INDIRECT_-1206934713'), (u'CALL_-1206937458', u'INDIRECT_-1206934613'), ('const-0', u'PTRSUB_-1206932571'), (u'INDIRECT_-1206934214', u'MULTIEQUAL_-1206933963'), (u'INDIRECT_-1206932886', u'MULTIEQUAL_-1206932647'), (u'INDIRECT_-1206934320', u'MULTIEQUAL_-1206934314'), (u'INDIRECT_-1206933841', u'COPY_-1206933877'), ('const-433', u'LOAD_-1206936261'), (u'CALL_-1206936769', u'INDIRECT_-1206934537'), ('const-1088656', u'PTRSUB_-1206933086'), ('const--2', u'INT_MULT_-1206932893'), (u'STORE_-1206936522', u'INDIRECT_-1206934646'), (u'INDIRECT_-1206933759', u'MULTIEQUAL_-1206933740'), (u'CALL_-1206936183', u'INDIRECT_-1206932912'), (u'INDIRECT_-1206933646', u'COPY_-1206933687'), (u'CALL_-1206936635', u'INDIRECT_-1206934392'), (u'INT_MULT_-1206937474', u'CALL_-1206937458'), (u'PTRADD_-1206932915', u'LOAD_-1206936570'), (u'CALL_-1206936183', u'INDIRECT_-1206933073'), (u'CALL_-1206936372', u'INDIRECT_-1206934076'), (u'INDIRECT_-1206933814', u'MULTIEQUAL_-1206933703'), (u'INDIRECT_-1206933977', u'COPY_-1206934031'), (u'INT_EQUAL_-1206937158', u'MULTIEQUAL_-1206935241'), (u'COPY_-1206935571', u'MULTIEQUAL_-1206932956'), (u'CALL_-1206935548', u'INDIRECT_-1206933142'), ('const-0', u'SUBPIECE_-1206934710'), (u'CALL_-1206936241', u'INDIRECT_-1206933436'), (u'CALL_-1206936769', u'INDIRECT_-1206934287'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933127'), ('const-0', u'COPY_-1206937260'), (u'STORE_-1206936612', u'INDIRECT_-1206934149'), (u'CALL_-1206935397', u'INDIRECT_-1206932899'), ('const--360', u'PTRSUB_-1206933468'), (u'CALL_-1206936372', u'INDIRECT_-1206933826'), (u'CALL_-1206936326', u'INDIRECT_-1206933138'), ('const-1', u'INT_ADD_-1206933255'), (u'MULTIEQUAL_-1206934916', u'MULTIEQUAL_-1206934917'), (u'CALL_-1206935840', u'INDIRECT_-1206934075'), (u'CALL_-1206936797', u'INDIRECT_-1206934660'), (u'INT_EQUAL_-1206937113', u'MULTIEQUAL_-1206935241'), (u'CALL_-1206935576', u'INDIRECT_-1206933688'), (u'CALL_-1206936572', u'INDIRECT_-1206933626'), (u'CALL_-1206936222', u'INDIRECT_-1206933391'), (u'CALL_-1206936769', u'INDIRECT_-1206934487'), (u'CALL_-1206935840', u'INDIRECT_-1206933069'), (u'CALL_-1206936572', u'INDIRECT_-1206933690'), (u'INDIRECT_-1206934123', u'MULTIEQUAL_-1206934109'), (u'STORE_-1206936421', u'INDIRECT_-1206933820'), (u'STORE_-1206936883', u'INDIRECT_-1206934723'), (u'STORE_-1206936538', u'INDIRECT_-1206933757'), (u'CALL_-1206935809', u'INDIRECT_-1206932860'), (u'CALL_-1206936241', u'INDIRECT_-1206933115'), (u'CALL_-1206936183', u'INDIRECT_-1206934204'), (u'MULTIEQUAL_-1206934855', u'MULTIEQUAL_-1206934785'), (u'CALL_-1206935425', u'INDIRECT_-1206933255'), (u'INDIRECT_-1206932667', u'MULTIEQUAL_-1206932660'), (u'CALL_-1206935809', u'INDIRECT_-1206933959'), (u'CALL_-1206935425', u'INDIRECT_-1206933009'), (u'CALL_-1206936372', u'INDIRECT_-1206933227'), (u'CALL_-1206935614', u'INDIRECT_-1206933311'), (u'CALL_-1206936326', u'INDIRECT_-1206934501'), (u'INDIRECT_-1206933720', u'MULTIEQUAL_-1206933714'), (u'CALL_-1206936062', u'INDIRECT_-1206933977'), (u'CALL_-1206936572', u'INDIRECT_-1206934704'), (u'INT_EQUAL_-1206937134', u'CBRANCH_-1206937139'), (u'MULTIEQUAL_-1206934567', u'MULTIEQUAL_-1206934566'), (u'STORE_-1206936421', u'INDIRECT_-1206933920'), (u'CALL_-1206936183', u'INDIRECT_-1206933954'), (u'CALLIND_-1206935962', u'INDIRECT_-1206932805'), (u'STORE_-1206936612', u'INDIRECT_-1206933799'), (u'COPY_-1206932977', u'MULTIEQUAL_-1206933521'), (u'CAST_-1206932821', u'INT_SUB_-1206936491'), (u'MULTIEQUAL_-1206935324', u'BOOL_NEGATE_-1206935075'), (u'CALL_-1206935638', u'INDIRECT_-1206933571'), (u'INDIRECT_-1206934046', u'MULTIEQUAL_-1206934014'), (u'CALL_-1206935809', u'INDIRECT_-1206932731'), (u'INDIRECT_-1206934370', u'MULTIEQUAL_-1206934364'), (u'STORE_-1206936421', u'INDIRECT_-1206934420'), (u'CALL_-1206935548', u'INDIRECT_-1206933624'), (u'CALL_-1206935638', u'INDIRECT_-1206933771'), (u'CALL_-1206935614', u'INDIRECT_-1206933711'), (u'CALL_-1206935548', u'INDIRECT_-1206932950'), (u'CALL_-1206935638', u'INDIRECT_-1206933621'), ('const-433', u'LOAD_-1206937128'), (u'CALL_-1206936301', u'INDIRECT_-1206933185'), (u'INDIRECT_-1206933514', u'MULTIEQUAL_-1206933263'), (u'INDIRECT_-1206933229', u'MULTIEQUAL_-1206933206'), (u'CALL_-1206935576', u'INDIRECT_-1206933338'), (u'INDIRECT_-1206934837', u'MULTIEQUAL_-1206934680'), (u'CALL_-1206936183', u'INDIRECT_-1206933854'), (u'INDIRECT_-1206933496', u'COPY_-1206933537'), (u'INDIRECT_-1206934566', u'STORE_-1206936399'), (u'INDIRECT_-1206933965', u'MULTIEQUAL_-1206933763'), (u'INDIRECT_-1206933791', u'COPY_-1206933827'), (u'INDIRECT_-1206934125', u'MULTIEQUAL_-1206934090'), (u'CALL_-1206936372', u'INDIRECT_-1206934576'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933400'), (u'INDIRECT_-1206932828', u'MULTIEQUAL_-1206932821'), (u'CALL_-1206936572', u'INDIRECT_-1206934654'), (u'CALL_-1206935793', u'INDIRECT_-1206933496'), (u'CALL_-1206935840', u'INDIRECT_-1206933005'), ('const-433', u'LOAD_-1206937298'), (u'STORE_-1206936399', u'INDIRECT_-1206934205'), (u'CALL_-1206936222', u'INDIRECT_-1206933833'), (u'INDIRECT_-1206934009', u'MULTIEQUAL_-1206933990'), (u'INDIRECT_-1206933815', u'MULTIEQUAL_-1206933613'), (u'CALL_-1206936797', u'INDIRECT_-1206934460'), ('const-32', u'INT_ADD_-1206937054'), (u'CALL_-1206936183', u'INDIRECT_-1206934254'), (u'CALL_-1206935425', u'INDIRECT_-1206933355'), (u'CALL_-1206936222', u'INDIRECT_-1206933487'), (u'INDIRECT_-1206934781', u'MULTIEQUAL_-1206934755'), ('const-433', u'STORE_-1206936522'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933965'), (u'CALL_-1206935793', u'INDIRECT_-1206933346'), (u'CALL_-1206935397', u'INDIRECT_-1206933541'), (u'CALLIND_-1206936039', u'INDIRECT_-1206934314'), (u'PTRADD_-1206932910', u'CAST_-1206932848'), ('const-0', u'INT_EQUAL_-1206936336'), (u'CALL_-1206935901', u'INDIRECT_-1206932795'), (u'CALL_-1206935687', u'INDIRECT_-1206933163'), ('const-0', u'INT_EQUAL_-1206936279'), (u'CALL_-1206935687', u'INDIRECT_-1206933099'), (u'MULTIEQUAL_-1206933649', u'MULTIEQUAL_-1206933565'), (u'INDIRECT_-1206934170', u'MULTIEQUAL_-1206934164'), (u'CALL_-1206936241', u'INDIRECT_-1206933696'), ('const-0', u'COPY_-1206936181'), (u'INT_SUB_-1206936470', u'CAST_-1206932810'), (u'CAST_-1206933256', u'CAST_-1206933097'), (u'INT_EQUAL_-1206937245', u'BOOL_NEGATE_-1206933298'), (u'CALL_-1206937363', u'INDIRECT_-1206934891'), (u'INDIRECT_-1206934741', u'MULTIEQUAL_-1206934667'), (u'INDIRECT_-1206934065', u'MULTIEQUAL_-1206933863'), (u'INDIRECT_-1206934146', u'MULTIEQUAL_-1206934114'), (u'COPY_-1206936679', u'MULTIEQUAL_-1206933553'), (u'COPY_-1206932979', u'MULTIEQUAL_-1206933713'), (u'CALL_-1206936005', u'INDIRECT_-1206932801'), (u'INDIRECT_-1206934499', u'MULTIEQUAL_-1206934480'), (u'CALL_-1206935397', u'INDIRECT_-1206933991'), (u'CALL_-1206935425', u'INDIRECT_-1206933955'), (u'INDIRECT_-1206933893', u'CALLIND_-1206935962'), (u'INT_LESS_-1206937113', u'MULTIEQUAL_-1206935327'), (u'CALL_-1206936222', u'INDIRECT_-1206933783'), (u'STORE_-1206936538', u'INDIRECT_-1206934057'), (u'INDIRECT_-1206933625', u'MULTIEQUAL_-1206933590'), (u'BOOL_NEGATE_-1206935074', u'BOOL_AND_-1206937076'), (u'MULTIEQUAL_-1206934280', u'MULTIEQUAL_-1206934199'), (u'MULTIEQUAL_-1206934555', u'MULTIEQUAL_-1206934509'), (u'BOOL_NEGATE_-1206935108', u'BOOL_AND_-1206937157'), (u'CALL_-1206935809', u'INDIRECT_-1206932828'), (u'MULTIEQUAL_-1206934405', u'MULTIEQUAL_-1206934335'), (u'CALL_-1206936372', u'INDIRECT_-1206933976'), (u'CALL_-1206936572', u'INDIRECT_-1206934204'), (u'INDIRECT_-1206934081', u'MULTIEQUAL_-1206934055'), (u'INT_ADD_-1206932901', u'PTRADD_-1206932854'), (u'INDIRECT_-1206934414', u'MULTIEQUAL_-1206934163'), (u'INDIRECT_-1206934481', u'MULTIEQUAL_-1206934566'), (u'INDIRECT_-1206934496', u'MULTIEQUAL_-1206934464'), (u'STORE_-1206936538', u'INDIRECT_-1206934257'), (u'CALL_-1206935840', u'INDIRECT_-1206933101'), (u'INDIRECT_-1206934787', u'MULTIEQUAL_-1206934630'), (u'CALL_-1206935840', u'INDIRECT_-1206933293'), (u'CALL_-1206937363', u'INDIRECT_-1206934541'), (u'CALL_-1206935901', u'INDIRECT_-1206933245'), ('const-8', u'PTRADD_-1206932674'), (u'INDIRECT_-1206934209', u'MULTIEQUAL_-1206934190'), (u'COPY_-1206935548', u'COPY_-1206933241'), (u'CALL_-1206935809', u'INDIRECT_-1206932957'), (u'CALL_-1206935548', u'INDIRECT_-1206932693'), (u'CALL_-1206936005', u'INDIRECT_-1206933493'), ('const-433', u'LOAD_-1206935700'), (u'CALLIND_-1206935962', u'MULTIEQUAL_-1206933097'), (u'CALL_-1206936797', u'INDIRECT_-1206934760'), (u'STORE_-1206936414', u'INDIRECT_-1206933716'), ('tmp_6557', u'PTRADD_-1206932674'), (u'CALL_-1206935809', u'INDIRECT_-1206933559'), ('const-433', u'LOAD_-1206936003'), (u'INDIRECT_-1206934049', u'MULTIEQUAL_-1206934030'), (u'CALL_-1206935840', u'INDIRECT_-1206933825'), (u'CALL_-1206936301', u'INDIRECT_-1206933153'), (u'CALL_-1206935793', u'INDIRECT_-1206932783'), (u'CALL_-1206935687', u'INDIRECT_-1206932939'), (u'CALL_-1206935638', u'INDIRECT_-1206933471'), (u'CALL_-1206936635', u'INDIRECT_-1206933600'), (u'PTRADD_-1206932942', u'STORE_-1206936612'), (u'MULTIEQUAL_-1206934117', u'MULTIEQUAL_-1206934116'), (u'MULTIEQUAL_-1206935714', u'MULTIEQUAL_-1206935667'), (u'CALL_-1206936062', u'INDIRECT_-1206933527'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933015'), (u'INDIRECT_-1206934691', u'MULTIEQUAL_-1206934617'), ('const-433', u'LOAD_-1206935972'), (u'INDIRECT_-1206933924', u'COPY_-1206933941'), ('const-0', u'COPY_-1206937172'), (u'CALL_-1206935576', u'INDIRECT_-1206933388'), (u'CALL_-1206936301', u'INDIRECT_-1206933538'), (u'INDIRECT_-1206933914', u'MULTIEQUAL_-1206933803'), (u'CAST_-1206933256', u'CALL_-1206936797'), (u'STORE_-1206936883', u'INDIRECT_-1206934073'), (u'INDIRECT_-1206933037', u'MULTIEQUAL_-1206933014'), (u'INDIRECT_-1206934123', u'MULTIEQUAL_-1206934085'), (u'MULTIEQUAL_-1206934630', u'MULTIEQUAL_-1206934549'), (u'INDIRECT_-1206932763', u'MULTIEQUAL_-1206932755'), ('const-0', u'CALL_-1206935614'), (u'INDIRECT_-1206932924', u'MULTIEQUAL_-1206932917'), (u'CALL_-1206936241', u'INDIRECT_-1206934096'), (u'CALL_-1206936183', u'INDIRECT_-1206933904'), (u'MULTIEQUAL_-1206934367', u'MULTIEQUAL_-1206934366'), (u'CALL_-1206936183', u'INDIRECT_-1206933041'), (u'CALLIND_-1206935962', u'CAST_-1206932514'), (u'CALL_-1206936005', u'INDIRECT_-1206934393'), (u'CALL_-1206935687', u'INDIRECT_-1206933477'), (u'CALL_-1206935576', u'INDIRECT_-1206933124'), (u'INDIRECT_-1206933658', u'MULTIEQUAL_-1206933565'), (u'INDIRECT_-1206934605', u'MULTIEQUAL_-1206934599'), (u'CALL_-1206936769', u'INDIRECT_-1206934087'), (u'STORE_-1206936883', u'INDIRECT_-1206934373'), (u'CALL_-1206935840', u'INDIRECT_-1206933375'), (u'INDIRECT_-1206933614', u'MULTIEQUAL_-1206933363'), (u'CALL_-1206935576', u'INDIRECT_-1206933488'), (u'STORE_-1206936421', u'INDIRECT_-1206934320'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933815'), (u'CALL_-1206935614', u'INDIRECT_-1206933661'), (u'MULTIEQUAL_-1206935500', u'PTRADD_-1206933278'), (u'INDIRECT_-1206935282', u'INT_ZEXT_-1206937199'), (u'INDIRECT_-1206934305', u'MULTIEQUAL_-1206934299'), ('tmp_782', u'CBRANCH_-1206937075'), (u'INDIRECT_-1206933351', u'MULTIEQUAL_-1206933161'), ('const-8', u'CALL_-1206936797'), (u'CALLIND_-1206936039', u'INDIRECT_-1206934214'), (u'INDIRECT_-1206932860', u'MULTIEQUAL_-1206932853'), (u'CALL_-1206936183', u'INDIRECT_-1206933604'), (u'CAST_-1206933128', u'LOAD_-1206937045'), (u'INDIRECT_-1206934246', u'MULTIEQUAL_-1206934214'), (u'CALL_-1206935793', u'INDIRECT_-1206932686'), (u'CALL_-1206936062', u'INDIRECT_-1206933189'), (u'CALL_-1206935397', u'INDIRECT_-1206933841'), (u'INT_SUB_-1206936417', u'MULTIEQUAL_-1206935358'), (u'CALL_-1206936372', u'INDIRECT_-1206933548'), (u'INDIRECT_-1206934631', u'MULTIEQUAL_-1206934716'), (u'INDIRECT_-1206934663', u'COPY_-1206933362'), (u'STORE_-1206936414', u'INDIRECT_-1206934166'), (u'MULTIEQUAL_-1206934167', u'MULTIEQUAL_-1206934055'), (u'INDIRECT_-1206933400', u'MULTIEQUAL_-1206933301'), (u'MULTIEQUAL_-1206934505', u'INT_ADD_-1206936889'), (u'CALL_-1206936062', u'INDIRECT_-1206934377'), ('const-8', u'INT_ADD_-1206937282'), (u'INT_SLESS_-1206936997', u'CBRANCH_-1206936994'), ('const-0', u'PTRSUB_-1206937164'), (u'STORE_-1206936538', u'INDIRECT_-1206934357'), (u'INDIRECT_-1206934881', u'MULTIEQUAL_-1206934855'), (u'INDIRECT_-1206933274', u'COPY_-1206933291'), (u'CALL_-1206936062', u'INDIRECT_-1206933445'), (u'INDIRECT_-1206934520', u'MULTIEQUAL_-1206934514'), (u'CALL_-1206936372', u'INDIRECT_-1206934476'), (u'CALL_-1206936372', u'INDIRECT_-1206933876'), (u'CALL_-1206935793', u'INDIRECT_-1206933696'), (u'INDIRECT_-1206934723', u'MULTIEQUAL_-1206934685'), (u'INDIRECT_-1206933191', u'MULTIEQUAL_-1206933001'), (u'MULTIEQUAL_-1206935532', u'PTRADD_-1206937154'), (u'CALL_-1206936572', u'INDIRECT_-1206933273'), (u'COPY_-1206937172', u'MULTIEQUAL_-1206935327'), (u'STORE_-1206936414', u'INDIRECT_-1206934616'), (u'INDIRECT_-1206934455', u'MULTIEQUAL_-1206934449'), (u'CALL_-1206936301', u'INDIRECT_-1206933884'), ('const-1299955', u'PTRSUB_-1206937164'), (u'CALL_-1206935901', u'INDIRECT_-1206934023'), (u'CALL_-1206935840', u'INDIRECT_-1206933925'), (u'MULTIEQUAL_-1206934366', u'MULTIEQUAL_-1206934367'), (u'INDIRECT_-1206934070', u'MULTIEQUAL_-1206934064'), (u'CALL_-1206936062', u'INDIRECT_-1206932964'), ('const-8', u'PTRADD_-1206933122'), (u'CALL_-1206936222', u'INDIRECT_-1206933551'), ('const-3', u'INT_RIGHT_-1206936448'), (u'STORE_-1206936399', u'INDIRECT_-1206934055'), (u'CALL_-1206936005', u'INDIRECT_-1206933793'), (u'COPY_-1206933235', u'MULTIEQUAL_-1206935516'), (u'CALL_-1206936301', u'INDIRECT_-1206934584'), ('const-8', u'CALL_-1206935901'), (u'MULTIEQUAL_-1206935324', u'INT_NOTEQUAL_-1206937076'), ('tmp_1311', u'CBRANCH_-1206936642'), (u'CALL_-1206936372', u'INDIRECT_-1206933452'), (u'STORE_-1206936612', u'INDIRECT_-1206934299'), (u'INDIRECT_-1206933343', u'MULTIEQUAL_-1206933296'), (u'CALL_-1206936241', u'INDIRECT_-1206934196'), ('tmp_1833', u'CBRANCH_-1206936277'), (u'CALL_-1206935793', u'INDIRECT_-1206932847'), (u'INDIRECT_-1206933309', u'MULTIEQUAL_-1206933301'), (u'INDIRECT_-1206932908', u'MULTIEQUAL_-1206932885'), (u'MULTIEQUAL_-1206934917', u'MULTIEQUAL_-1206934805'), (u'INDIRECT_-1206934087', u'MULTIEQUAL_-1206933930'), (u'STORE_-1206936421', u'INDIRECT_-1206934620'), (u'INDIRECT_-1206932822', u'MULTIEQUAL_-1206932723'), (u'INDIRECT_-1206934773', u'MULTIEQUAL_-1206934735'), (u'CALL_-1206937363', u'INDIRECT_-1206935091'), ('const-8', u'PTRADD_-1206932910'), (u'INDIRECT_-1206934023', u'MULTIEQUAL_-1206933985'), (u'INDIRECT_-1206932715', u'MULTIEQUAL_-1206932692'), (u'MULTIEQUAL_-1206934917', u'MULTIEQUAL_-1206934916'), (u'CALL_-1206937363', u'INDIRECT_-1206935282'), (u'CALL_-1206936301', u'INDIRECT_-1206934484'), (u'CALL_-1206936572', u'INDIRECT_-1206933904'), (u'PTRSUB_-1206933084', u'CALL_-1206936062'), (u'CALL_-1206935809', u'INDIRECT_-1206934209'), (u'INDIRECT_-1206933824', u'COPY_-1206933841'), (u'LOAD_-1206936362', u'INT_ADD_-1206936339'), (u'INDIRECT_-1206933846', u'MULTIEQUAL_-1206933814'), ('const-1', u'COPY_-1206935582'), ('tmp_483', u'CBRANCH_-1206937220'), (u'MULTIEQUAL_-1206934130', u'MULTIEQUAL_-1206934049'), (u'INDIRECT_-1206933240', u'MULTIEQUAL_-1206933001'), (u'STORE_-1206937027', u'INDIRECT_-1206934131'), (u'CALL_-1206935840', u'INDIRECT_-1206932683'), (u'INDIRECT_-1206933400', u'MULTIEQUAL_-1206933161'), (u'INDIRECT_-1206934491', u'MULTIEQUAL_-1206934417'), (u'COPY_-1206933000', u'CALL_-1206935397'), (u'MULTIEQUAL_-1206934516', u'MULTIEQUAL_-1206934517'), (u'CALL_-1206936372', u'INDIRECT_-1206934276'), (u'CALL_-1206935548', u'INDIRECT_-1206933424'), (u'CAST_-1206932866', u'PTRADD_-1206932910'), (u'MULTIEQUAL_-1206934655', u'MULTIEQUAL_-1206934585'), (u'MULTIEQUAL_-1206935581', u'PTRADD_-1206937068'), ('tmp_1074', u'CBRANCH_-1206936907'), (u'CALLIND_-1206936039', u'INDIRECT_-1206934364'), (u'MULTIEQUAL_-1206934630', u'INT_NOTEQUAL_-1206936590'), (u'CALL_-1206935793', u'INDIRECT_-1206933008'), (u'INDIRECT_-1206933305', u'MULTIEQUAL_-1206933212'), (u'BOOL_NEGATE_-1206933274', u'CBRANCH_-1206937157'), ('const-433', u'LOAD_-1206937209'), (u'CALL_-1206936062', u'INDIRECT_-1206933285'), (u'INDIRECT_-1206934299', u'MULTIEQUAL_-1206934280'), (u'COPY_-1206933254', u'MULTIEQUAL_-1206935532'), (u'INDIRECT_-1206932902', u'MULTIEQUAL_-1206932712'), (u'MULTIEQUAL_-1206934455', u'MULTIEQUAL_-1206934409'), (u'INDIRECT_-1206932951', u'MULTIEQUAL_-1206932712'), (u'LOAD_-1206936570', u'CAST_-1206932860'), ('const-433', u'LOAD_-1206936534'), (u'CALL_-1206936062', u'INDIRECT_-1206932931'), (u'CALL_-1206936635', u'INDIRECT_-1206933664'), (u'INDIRECT_-1206934673', u'MULTIEQUAL_-1206934659'), (u'CALL_-1206935687', u'INDIRECT_-1206932778'), (u'CALL_-1206935793', u'INDIRECT_-1206933072'), (u'STORE_-1206936883', u'INDIRECT_-1206933973'), ('tmp_1985', u'CBRANCH_-1206936108'), (u'CALL_-1206937458', u'CAST_-1206933328'), (u'MULTIEQUAL_-1206935581', u'LOAD_-1206937128'), (u'CALL_-1206935687', u'INDIRECT_-1206932649'), (u'INDIRECT_-1206933277', u'COPY_-1206933331'), (u'PTRADD_-1206933173', u'MULTIEQUAL_-1206935825'), (u'INT_MULT_-1206932889', u'INT_ADD_-1206932901'), (u'CALL_-1206935614', u'INDIRECT_-1206934161'), ('const--360', u'PTRSUB_-1206933467'), (u'INDIRECT_-1206934041', u'COPY_-1206934077'), (u'LOAD_-1206937070', u'INT_ADD_-1206937031'), (u'MULTIEQUAL_-1206934566', u'MULTIEQUAL_-1206934567'), (u'CALL_-1206935425', u'INDIRECT_-1206932656'), ('const-433', u'STORE_-1206936414'), (u'CAST_-1206932860', u'PTRADD_-1206932895'), (u'INDIRECT_-1206933568', u'MULTIEQUAL_-1206933521'), (u'INT_ZEXT_-1206935439', u'MULTIEQUAL_-1206935358'), ('const-433', u'LOAD_-1206936272'), (u'CALL_-1206936326', u'INDIRECT_-1206934051'), (u'INDIRECT_-1206933664', u'MULTIEQUAL_-1206933617'), (u'INT_EQUAL_-1206936109', u'CBRANCH_-1206936108'), (u'CALL_-1206936769', u'INDIRECT_-1206934687'), (u'INDIRECT_-1206934873', u'MULTIEQUAL_-1206934859'), (u'CALL_-1206935397', u'INDIRECT_-1206932610'), (u'CALL_-1206935901', u'INDIRECT_-1206933341'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933465'), (u'COPY_-1206932904', u'MULTIEQUAL_-1206935238'), (u'INT_NOTEQUAL_-1206935685', u'CBRANCH_-1206935685'), (u'CALL_-1206936183', u'INDIRECT_-1206933654'), (u'STORE_-1206936522', u'INDIRECT_-1206933846'), (u'INDIRECT_-1206933896', u'MULTIEQUAL_-1206933864'), (u'CALLIND_-1206935962', u'INDIRECT_-1206932869'), (u'CALL_-1206935614', u'INDIRECT_-1206933611'), (u'STORE_-1206936414', u'INDIRECT_-1206934266'), (u'STORE_-1206936399', u'INDIRECT_-1206933805'), (u'CALL_-1206935638', u'INDIRECT_-1206933671'), (u'CALL_-1206937363', u'CAST_-1206933256'), (u'CALL_-1206936769', u'INDIRECT_-1206934637'), (u'INDIRECT_-1206933562', u'MULTIEQUAL_-1206933469'), (u'STORE_-1206936883', u'INDIRECT_-1206934773'), (u'CALL_-1206935901', u'INDIRECT_-1206933973'), (u'CALL_-1206935397', u'INDIRECT_-1206933691'), (u'CALL_-1206935576', u'INDIRECT_-1206933538'), (u'STORE_-1206936399', u'INDIRECT_-1206934555'), (u'INT_NOTEQUAL_-1206936839', u'CBRANCH_-1206936837'), (u'MULTIEQUAL_-1206933553', u'MULTIEQUAL_-1206933469'), (u'CALL_-1206936635', u'INDIRECT_-1206934092'), (u'CALL_-1206935614', u'INDIRECT_-1206933811'), (u'CALL_-1206936572', u'INDIRECT_-1206934304'), (u'CALL_-1206935793', u'INDIRECT_-1206933746'), (u'CALLIND_-1206935962', u'INDIRECT_-1206932966'), (u'INDIRECT_-1206935028', u'MULTIEQUAL_-1206934886'), (u'INDIRECT_-1206932983', u'MULTIEQUAL_-1206932884'), (u'INDIRECT_-1206935041', u'MULTIEQUAL_-1206934967'), (u'INDIRECT_-1206934631', u'MULTIEQUAL_-1206934605'), (u'INDIRECT_-1206934137', u'MULTIEQUAL_-1206933980'), ('const-0', u'INT_EQUAL_-1206937279'), (u'INDIRECT_-1206933565', u'MULTIEQUAL_-1206933363'), (u'INDIRECT_-1206934441', u'MULTIEQUAL_-1206934367'), (u'MULTIEQUAL_-1206933640', u'CALL_-1206935793'), (u'CALL_-1206936372', u'CALL_-1206936301'), (u'INT_LESS_-1206937113', u'MULTIEQUAL_-1206935324'), (u'MULTIEQUAL_-1206934766', u'MULTIEQUAL_-1206934767'), (u'PTRADD_-1206937154', u'COPY_-1206933254'), ('const-848', u'INT_ADD_-1206936033'), (u'CALL_-1206936005', u'INDIRECT_-1206932897'), (u'STORE_-1206936883', u'INDIRECT_-1206934523'), (u'MULTIEQUAL_-1206934866', u'MULTIEQUAL_-1206934867'), (u'CALL_-1206935793', u'INDIRECT_-1206932976'), (u'CALL_-1206935638', u'INDIRECT_-1206934121'), (u'CALL_-1206935809', u'INDIRECT_-1206933149'), (u'INDIRECT_-1206933973', u'MULTIEQUAL_-1206933935'), (u'INDIRECT_-1206934570', u'MULTIEQUAL_-1206934564'), (u'INDIRECT_-1206934649', u'MULTIEQUAL_-1206934630'), (u'COPY_-1206936691', u'MULTIEQUAL_-1206933617'), (u'INDIRECT_-1206933165', u'MULTIEQUAL_-1206933142'), (u'INDIRECT_-1206934687', u'MULTIEQUAL_-1206934530'), (u'INT_ADD_-1206937316', u'MULTIEQUAL_-1206935694'), (u'INDIRECT_-1206933937', u'MULTIEQUAL_-1206933780'), (u'PTRADD_-1206932600', u'LOAD_-1206936003'), ('tmp_2084', u'CBRANCH_-1206936023'), (u'CALL_-1206935397', u'INDIRECT_-1206933241'), (u'CALL_-1206936241', u'INDIRECT_-1206933083'), (u'CALL_-1206935901', u'INDIRECT_-1206933473'), (u'INDIRECT_-1206933053', u'MULTIEQUAL_-1206933045'), (u'CALL_-1206935809', u'INDIRECT_-1206933021'), ('const-433', u'STORE_-1206936538'), (u'INDIRECT_-1206933760', u'MULTIEQUAL_-1206933713'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933112'), (u'PTRADD_-1206932887', u'STORE_-1206936522'), (u'INDIRECT_-1206933723', u'MULTIEQUAL_-1206933703'), (u'CALL_-1206936635', u'INDIRECT_-1206933311'), (u'INDIRECT_-1206933905', u'MULTIEQUAL_-1206933899'), (u'CALL_-1206935809', u'INDIRECT_-1206933085'), (u'INDIRECT_-1206933279', u'MULTIEQUAL_-1206933231'), (u'CALL_-1206935840', u'INDIRECT_-1206932973'), (u'CALL_-1206935793', u'INDIRECT_-1206932944'), (u'CALL_-1206935397', u'INDIRECT_-1206932995'), (u'CALL_-1206937363', u'INDIRECT_-1206934241'), ('const-0', u'INT_EQUAL_-1206937215'), (u'CALL_-1206935687', u'INDIRECT_-1206933827'), (u'MULTIEQUAL_-1206934316', u'MULTIEQUAL_-1206934317'), (u'MULTIEQUAL_-1206933521', u'MULTIEQUAL_-1206933437'), (u'CALL_-1206936005', u'INDIRECT_-1206933251'), (u'INDIRECT_-1206934341', u'MULTIEQUAL_-1206934267'), (u'STORE_-1206936538', u'INDIRECT_-1206934007'), (u'CALL_-1206936572', u'INDIRECT_-1206933722'), (u'CALL_-1206936372', u'INDIRECT_-1206934376'), (u'CALL_-1206936005', u'INDIRECT_-1206933219'), (u'INDIRECT_-1206933624', u'COPY_-1206933641'), (u'CALL_-1206936572', u'INDIRECT_-1206934154'), (u'MULTIEQUAL_-1206935532', u'LOAD_-1206937211'), (u'STORE_-1206936538', u'INDIRECT_-1206934657'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933095'), (u'CALL_-1206936062', u'INDIRECT_-1206933221'), (u'CALL_-1206936372', u'INDIRECT_-1206933776'), (u'INDIRECT_-1206933942', u'COPY_-1206933000'), (u'STORE_-1206936522', u'INDIRECT_-1206934046'), (u'CALL_-1206936005', u'INDIRECT_-1206933543'), (u'INDIRECT_-1206934023', u'MULTIEQUAL_-1206934003'), (u'INDIRECT_-1206933459', u'MULTIEQUAL_-1206933440'), ('const-1', u'PTRADD_-1206937068'), (u'CALL_-1206936062', u'INDIRECT_-1206933777'), (u'CALL_-1206935901', u'INDIRECT_-1206933823'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933208'), (u'INDIRECT_-1206933241', u'COPY_-1206933277'), (u'CALL_-1206935793', u'INDIRECT_-1206933040'), (u'CALL_-1206935576', u'INDIRECT_-1206933156'), (u'MULTIEQUAL_-1206934617', u'MULTIEQUAL_-1206934616'), (u'CALL_-1206937458', u'INDIRECT_-1206934463'), (u'PTRSUB_-1206933467', u'CAST_-1206932905'), (u'CALL_-1206936005', u'CAST_-1206932554'), (u'CALL_-1206935901', u'INDIRECT_-1206932924'), (u'MULTIEQUAL_-1206933713', u'MULTIEQUAL_-1206933629'), (u'INDIRECT_-1206933374', u'MULTIEQUAL_-1206933231'), (u'INDIRECT_-1206934181', u'MULTIEQUAL_-1206934155'), (u'INT_EQUAL_-1206937552', u'CBRANCH_-1206937548'), (u'STORE_-1206936883', u'INDIRECT_-1206934823'), ('const-1085920', u'PTRSUB_-1206936668'), (u'CALL_-1206936222', u'INDIRECT_-1206934033'), (u'CAST_-1206932860', u'LOAD_-1206936558'), (u'MULTIEQUAL_-1206934867', u'MULTIEQUAL_-1206934755'), (u'MULTIEQUAL_-1206934230', u'MULTIEQUAL_-1206934149'), (u'CALL_-1206935687', u'INDIRECT_-1206933035'), (u'CALL_-1206937363', u'INDIRECT_-1206934791'), (u'INDIRECT_-1206934860', u'CALL_-1206936769'), (u'MULTIEQUAL_-1206935516', u'PTRADD_-1206937073'), (u'INDIRECT_-1206934487', u'MULTIEQUAL_-1206934330'), (u'STORE_-1206936421', u'INDIRECT_-1206934270'), (u'CALL_-1206935840', u'INDIRECT_-1206933725'), (u'CALL_-1206937458', u'INDIRECT_-1206934563'), (u'BOOL_AND_-1206937076', u'INT_NOTEQUAL_-1206937076'), (u'CALL_-1206935614', u'INDIRECT_-1206933361'), (u'STORE_-1206936538', u'INDIRECT_-1206934557'), (u'CALL_-1206936769', u'INDIRECT_-1206934387'), (u'CALL_-1206936301', u'INDIRECT_-1206934334'), (u'STORE_-1206936399', u'INDIRECT_-1206933905'), (u'MULTIEQUAL_-1206934717', u'MULTIEQUAL_-1206934716'), (u'INT_ADD_-1206936385', u'CAST_-1206932789'), (u'INDIRECT_-1206932822', u'MULTIEQUAL_-1206932583'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933432'), (u'CALL_-1206936222', u'INDIRECT_-1206933933'), (u'INDIRECT_-1206932837', u'MULTIEQUAL_-1206932647'), (u'CALL_-1206936222', u'INDIRECT_-1206933327'), (u'CALLIND_-1206936039', u'INDIRECT_-1206934414'), (u'MULTIEQUAL_-1206934105', u'MULTIEQUAL_-1206934059'), (u'CALL_-1206936797', u'INDIRECT_-1206933397'), (u'MULTIEQUAL_-1206934005', u'MULTIEQUAL_-1206933935'), (u'INDIRECT_-1206933725', u'MULTIEQUAL_-1206933690'), (u'CAST_-1206932514', u'INT_SLESS_-1206935939'), (u'MULTIEQUAL_-1206933231', u'MULTIEQUAL_-1206933147'), (u'INDIRECT_-1206933849', u'MULTIEQUAL_-1206933830'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933914'), ('const-0', u'INT_SLESS_-1206936900'), (u'CALL_-1206935793', u'INDIRECT_-1206932879'), (u'STORE_-1206936421', u'INDIRECT_-1206934070'), (u'CALL_-1206936222', u'INDIRECT_-1206933983'), (u'INT_EQUAL_-1206937194', u'MULTIEQUAL_-1206935257'), (u'CALL_-1206935638', u'INDIRECT_-1206934071'), (u'INT_EQUAL_-1206937215', u'CBRANCH_-1206937220'), (u'CALL_-1206935638', u'INDIRECT_-1206933157'), (u'INDIRECT_-1206934064', u'MULTIEQUAL_-1206933953'), (u'CALL_-1206935548', u'INDIRECT_-1206933014'), (u'CALL_-1206937363', u'INDIRECT_-1206934941'), (u'CALL_-1206935840', u'INDIRECT_-1206933165'), (u'STORE_-1206936522', u'INDIRECT_-1206934596'), (u'INT_AND_-1206937019', u'INT_NOTEQUAL_-1206937032'), (u'MULTIEQUAL_-1206935714', u'CAST_-1206933098'), (u'CALL_-1206935793', u'INDIRECT_-1206934146'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933664'), (u'CALL_-1206935901', u'INDIRECT_-1206934323'), ('const-433', u'LOAD_-1206937277'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933765'), ('const--8', u'INT_AND_-1206936526'), (u'INDIRECT_-1206934314', u'MULTIEQUAL_-1206934203'), (u'CALL_-1206935901', u'INDIRECT_-1206933277'), (u'INDIRECT_-1206933896', u'COPY_-1206933937'), (u'INT_ZEXT_-1206937199', u'INT_MULT_-1206935117'), (u'CALL_-1206935901', u'INDIRECT_-1206933573'), (u'CALL_-1206935638', u'INDIRECT_-1206933821'), (u'CALL_-1206936572', u'CAST_-1206932866'), (u'CALL_-1206935397', u'INDIRECT_-1206933741'), (u'CALL_-1206935687', u'INDIRECT_-1206933327'), (u'CALL_-1206937363', u'INDIRECT_-1206934641'), (u'CALL_-1206935809', u'INDIRECT_-1206933213'), (u'CALL_-1206935809', u'INDIRECT_-1206933859'), (u'INDIRECT_-1206934215', u'MULTIEQUAL_-1206934013'), (u'INDIRECT_-1206933573', u'MULTIEQUAL_-1206933553'), (u'INT_EQUAL_-1206937113', u'MULTIEQUAL_-1206935238'), (u'CALL_-1206936635', u'INDIRECT_-1206934742'), (u'CALLIND_-1206936039', u'INDIRECT_-1206932918'), (u'CALLIND_-1206935962', u'CALL_-1206935901'), (u'INDIRECT_-1206934470', u'MULTIEQUAL_-1206934464'), ('const-433', u'LOAD_-1206937305'), ('const--1', u'INT_SLESS_-1206937321'), (u'MULTIEQUAL_-1206934855', u'MULTIEQUAL_-1206934809'), (u'INT_ADD_-1206933280', u'PTRADD_-1206937154'), (u'INDIRECT_-1206933530', u'MULTIEQUAL_-1206933437'), (u'CALL_-1206935687', u'INDIRECT_-1206933195'), ('tmp_637', u'CBRANCH_-1206937139'), (u'INDIRECT_-1206934109', u'MULTIEQUAL_-1206934090'), (u'INDIRECT_-1206933999', u'MULTIEQUAL_-1206933980'), (u'CALL_-1206935687', u'INDIRECT_-1206933877'), (u'CALL_-1206936797', u'INDIRECT_-1206933960'), ('const-1084032', u'PTRSUB_-1206936602'), (u'CALL_-1206935425', u'CALL_-1206935397'), (u'CALL_-1206936005', u'INDIRECT_-1206934343'), (u'PTRADD_-1206932895', u'LOAD_-1206936534'), (u'CALL_-1206936572', u'INDIRECT_-1206933241'), ('const-12', u'INT_ADD_-1206936112'), (u'INDIRECT_-1206933722', u'MULTIEQUAL_-1206933629'), (u'CALL_-1206935638', u'CALL_-1206935614'), (u'MULTIEQUAL_-1206935667', u'STORE_-1206936883'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933665'), (u'CALL_-1206936635', u'STORE_-1206936612'), (u'INDIRECT_-1206933176', u'MULTIEQUAL_-1206933077'), (u'STORE_-1206936538', u'INDIRECT_-1206933957'), (u'INDIRECT_-1206934791', u'MULTIEQUAL_-1206934717'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933240'), (u'MULTIEQUAL_-1206934417', u'MULTIEQUAL_-1206934305'), (u'INDIRECT_-1206933946', u'COPY_-1206933987'), (u'CALL_-1206935901', u'INDIRECT_-1206933773'), (u'CALL_-1206935576', u'INDIRECT_-1206933238'), (u'INT_SRIGHT_-1206936939', u'INT_ADD_-1206936889'), (u'PTRSUB_-1206933468', u'CAST_-1206932902'), (u'CALL_-1206936372', u'INDIRECT_-1206933644'), (u'CALL_-1206936222', u'INDIRECT_-1206933070'), (u'INDIRECT_-1206933623', u'MULTIEQUAL_-1206933603'), (u'CALL_-1206935614', u'INDIRECT_-1206934111'), (u'CALL_-1206936062', u'INDIRECT_-1206934027'), (u'PTRSUB_-1206937164', u'COPY_-1206933258'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933814'), (u'STORE_-1206936883', u'INDIRECT_-1206934623'), (u'MULTIEQUAL_-1206935542', u'INT_ADD_-1206936848'), (u'CALL_-1206936635', u'INDIRECT_-1206934592'), (u'INDIRECT_-1206934164', u'MULTIEQUAL_-1206934053'), ('const-8', u'PTRADD_-1206932600'), (u'INDIRECT_-1206933559', u'MULTIEQUAL_-1206933540'), (u'CALL_-1206936005', u'INDIRECT_-1206933843'), (u'MULTIEQUAL_-1206934666', u'MULTIEQUAL_-1206934667'), (u'COPY_-1206932896', u'MULTIEQUAL_-1206935173'), (u'CALL_-1206936301', u'INDIRECT_-1206933506'), (u'MULTIEQUAL_-1206935516', u'LOAD_-1206937130'), (u'BOOL_NEGATE_-1206935107', u'BOOL_AND_-1206937157'), (u'INT_ADD_-1206936482', u'INT_RIGHT_-1206936448'), (u'INDIRECT_-1206933368', u'MULTIEQUAL_-1206933269'), (u'MULTIEQUAL_-1206933780', u'MULTIEQUAL_-1206933699'), (u'INDIRECT_-1206934037', u'INT_NOTEQUAL_-1206936643'), ('const-1299960', u'PTRSUB_-1206937083'), (u'CALL_-1206936326', u'INDIRECT_-1206934001'), (u'CALL_-1206935901', u'INDIRECT_-1206932892'), (u'COPY_-1206933361', u'MULTIEQUAL_-1206935683'), (u'INDIRECT_-1206934105', u'MULTIEQUAL_-1206934099'), (u'INDIRECT_-1206934591', u'MULTIEQUAL_-1206934517'), (u'INT_AND_-1206936526', u'CAST_-1206932847'), (u'INDIRECT_-1206934823', u'MULTIEQUAL_-1206934809'), (u'INDIRECT_-1206934014', u'MULTIEQUAL_-1206933763'), (u'STORE_-1206936538', u'INDIRECT_-1206934457'), (u'CALL_-1206936183', u'INDIRECT_-1206933426'), (u'INT_NOTEQUAL_-1206936427', u'CBRANCH_-1206936433'), (u'CAST_-1206932575', u'LOAD_-1206936049'), (u'CALL_-1206936222', u'INDIRECT_-1206933359'), (u'COPY_-1206933436', u'MULTIEQUAL_-1206935701'), (u'INDIRECT_-1206934423', u'MULTIEQUAL_-1206934409'), ('const-433', u'LOAD_-1206937045'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933351'), (u'INDIRECT_-1206934331', u'MULTIEQUAL_-1206934305'), (u'CALL_-1206935548', u'INDIRECT_-1206933524'), (u'INDIRECT_-1206934020', u'MULTIEQUAL_-1206934014'), (u'CALL_-1206936372', u'INDIRECT_-1206934026'), (u'BOOL_NEGATE_-1206935075', u'BOOL_AND_-1206937076'), (u'STORE_-1206936399', u'INDIRECT_-1206934605'), (u'STORE_-1206936414', u'INDIRECT_-1206933766'), (u'INDIRECT_-1206934173', u'MULTIEQUAL_-1206934153'), (u'CALL_-1206935614', u'INDIRECT_-1206932987'), (u'INT_SUB_-1206936491', u'INT_SUB_-1206936470'), (u'CALL_-1206935793', u'INDIRECT_-1206933796'), (u'CALLIND_-1206935962', u'INDIRECT_-1206932837'), (u'INDIRECT_-1206933409', u'MULTIEQUAL_-1206933390'), (u'CALL_-1206935793', u'INDIRECT_-1206932718'), (u'CALL_-1206936005', u'INDIRECT_-1206932865'), (u'CALL_-1206935614', u'INDIRECT_-1206932730'), (u'STORE_-1206937027', u'INDIRECT_-1206934031'), (u'CALL_-1206935576', u'INDIRECT_-1206932996'), (u'INDIRECT_-1206933053', u'MULTIEQUAL_-1206933046'), (u'STORE_-1206936399', u'INDIRECT_-1206933955'), (u'INDIRECT_-1206933600', u'MULTIEQUAL_-1206933553'), (u'MULTIEQUAL_-1206934505', u'MULTIEQUAL_-1206934435'), (u'MULTIEQUAL_-1206934580', u'MULTIEQUAL_-1206934499'), (u'PTRADD_-1206933278', u'MULTIEQUAL_-1206935507'), (u'STORE_-1206936612', u'INDIRECT_-1206933999'), (u'INDIRECT_-1206933291', u'COPY_-1206933327'), ('const-433', u'STORE_-1206936421'), (u'INDIRECT_-1206934155', u'MULTIEQUAL_-1206934149'), (u'INDIRECT_-1206933846', u'COPY_-1206933887'), (u'CAST_-1206932822', u'INT_SUB_-1206936491'), (u'CALL_-1206936372', u'INDIRECT_-1206933163'), ('const--2', u'INT_MULT_-1206935084'), (u'CALL_-1206936635', u'INDIRECT_-1206934192'), ('tmp_6557', u'PTRADD_-1206932915'), (u'INDIRECT_-1206933015', u'MULTIEQUAL_-1206932776'), (u'INDIRECT_-1206934223', u'MULTIEQUAL_-1206934209'), (u'INDIRECT_-1206934264', u'MULTIEQUAL_-1206934013'), (u'CALL_-1206935793', u'INDIRECT_-1206933646'), (u'CALL_-1206935793', u'INDIRECT_-1206933446'), (u'CAST_-1206932902', u'COPY_-1206932976'), (u'CALL_-1206936797', u'INDIRECT_-1206935051'), (u'CALL_-1206935901', u'INDIRECT_-1206933523'), (u'CALL_-1206936241', u'INDIRECT_-1206933946'), (u'INT_ADD_-1206935956', u'CAST_-1206932526'), (u'INDIRECT_-1206934373', u'MULTIEQUAL_-1206934335'), (u'INDIRECT_-1206934463', u'COPY_-1206933361'), (u'STORE_-1206936883', u'INDIRECT_-1206934673'), ('const-1', u'INT_ADD_-1206933254'), ('const-24', u'INT_ADD_-1206937243'), (u'CALL_-1206936769', u'INDIRECT_-1206934037'), ('const-433', u'LOAD_-1206936135'), (u'CALL_-1206935809', u'INDIRECT_-1206934059'), (u'CALL_-1206936572', u'INDIRECT_-1206934404'), (u'INDIRECT_-1206933774', u'COPY_-1206933791'), (u'INT_ADD_-1206937205', u'MULTIEQUAL_-1206935717'), (u'MULTIEQUAL_-1206935340', u'BOOL_NEGATE_-1206935108'), (u'CALL_-1206935793', u'INDIRECT_-1206933136'), (u'STORE_-1206937027', u'INDIRECT_-1206934181'), (u'INDIRECT_-1206932795', u'MULTIEQUAL_-1206932787'), (u'CALL_-1206935793', u'INDIRECT_-1206933996'), ('const-1298640', u'COPY_-1206932438'), (u'CALL_-1206936372', u'INDIRECT_-1206934226'), (u'CALL_-1206935614', u'INDIRECT_-1206933861'), (u'CAST_-1206932866', u'CAST_-1206932822'), (u'INDIRECT_-1206933864', u'MULTIEQUAL_-1206933613'), (u'STORE_-1206936538', u'INDIRECT_-1206934507'), (u'CALL_-1206936241', u'INDIRECT_-1206933564'), (u'CALL_-1206936183', u'INDIRECT_-1206934354'), (u'CALL_-1206935425', u'INDIRECT_-1206933705'), (u'CALL_-1206936062', u'INDIRECT_-1206933827'), (u'CALL_-1206935687', u'INDIRECT_-1206933627'), (u'CALL_-1206936062', u'INDIRECT_-1206934327'), (u'CALL_-1206937458', u'INDIRECT_-1206934963'), (u'INT_NOTEQUAL_-1206937076', u'CBRANCH_-1206937075'), (u'CALL_-1206936326', u'INDIRECT_-1206933427'), (u'CALL_-1206936183', u'INDIRECT_-1206933522'), ('tmp_6557', u'PTRADD_-1206932770'), (u'CALL_-1206935840', u'INDIRECT_-1206933525'), (u'MULTIEQUAL_-1206934717', u'MULTIEQUAL_-1206934605'), (u'CALL_-1206935548', u'INDIRECT_-1206934024'), (u'MULTIEQUAL_-1206934430', u'MULTIEQUAL_-1206934349'), (u'INT_NOTEQUAL_-1206937434', u'CBRANCH_-1206937398'), (u'LOAD_-1206937305', u'STORE_-1206937027'), (u'INDIRECT_-1206933127', u'MULTIEQUAL_-1206932937'), (u'STORE_-1206936421', u'INDIRECT_-1206933870'), (u'CAST_-1206932712', u'LOAD_-1206936261'), (u'CALL_-1206935901', u'INDIRECT_-1206933423'), (u'PTRADD_-1206932854', u'COPY_-1206932904'), (u'INDIRECT_-1206934620', u'MULTIEQUAL_-1206934614'), (u'CALL_-1206936183', u'INDIRECT_-1206933234'), (u'CALL_-1206935809', u'INDIRECT_-1206933609'), ('const-33', u'INT_ADD_-1206937031'), ('const-1', u'COPY_-1206935548'), (u'INDIRECT_-1206934173', u'MULTIEQUAL_-1206934135'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933715'), ('const-1', u'PTRADD_-1206932633'), (u'CALL_-1206936241', u'INDIRECT_-1206934346'), (u'CALL_-1206935548', u'INDIRECT_-1206933474'), (u'CALL_-1206935901', u'INDIRECT_-1206932731'), (u'CAST_-1206932866', u'PTRADD_-1206932887'), (u'CALL_-1206935809', u'INDIRECT_-1206933245'), (u'MULTIEQUAL_-1206934005', u'MULTIEQUAL_-1206933959'), (u'INT_ADD_-1206932905', u'PTRADD_-1206932858'), (u'INDIRECT_-1206933277', u'MULTIEQUAL_-1206933270'), (u'CALL_-1206936005', u'INDIRECT_-1206933993'), (u'CALL_-1206935687', u'INDIRECT_-1206933377'), (u'CALL_-1206935638', u'INDIRECT_-1206932772'), (u'INDIRECT_-1206932699', u'MULTIEQUAL_-1206932692'), (u'COPY_-1206936714', u'MULTIEQUAL_-1206933681'), (u'CALL_-1206935901', u'INDIRECT_-1206933873'), (u'MULTIEQUAL_-1206935701', u'INT_ADD_-1206937124'), (u'STORE_-1206936522', u'INDIRECT_-1206934396'), (u'CALLIND_-1206936039', u'CALL_-1206936005'), (u'STORE_-1206936414', u'INDIRECT_-1206934466'), ('const-433', u'LOAD_-1206937211'), (u'STORE_-1206936883', u'INDIRECT_-1206934223'), (u'INDIRECT_-1206934731', u'MULTIEQUAL_-1206934705'), (u'CALL_-1206935809', u'INDIRECT_-1206934159'), (u'CALL_-1206935548', u'INDIRECT_-1206933774'), (u'INDIRECT_-1206934423', u'MULTIEQUAL_-1206934385'), (u'LOAD_-1206936424', u'STORE_-1206936421'), (u'INT_EQUAL_-1206937158', u'BOOL_NEGATE_-1206933274'), (u'CALL_-1206936241', u'INDIRECT_-1206933846'), (u'LOAD_-1206936135', u'INT_ADD_-1206936112'), ('const-0', u'INT_SLESS_-1206936024'), (u'CALL_-1206936572', u'INDIRECT_-1206933954'), (u'CALL_-1206936301', u'INDIRECT_-1206933784'), (u'INDIRECT_-1206933336', u'MULTIEQUAL_-1206933237'), (u'CALL_-1206935576', u'INDIRECT_-1206933092'), (u'COPY_-1206935719', u'MULTIEQUAL_-1206933117'), (u'CALL_-1206935793', u'INDIRECT_-1206933896'), (u'INDIRECT_-1206933427', u'COPY_-1206933481'), (u'CALL_-1206936222', u'INDIRECT_-1206933455'), (u'CALL_-1206935576', u'INDIRECT_-1206934138'), (u'INDIRECT_-1206934431', u'MULTIEQUAL_-1206934516'), (u'INDIRECT_-1206934991', u'MULTIEQUAL_-1206934917'), (u'CALL_-1206935793', u'INDIRECT_-1206932911'), (u'CALL_-1206936372', u'INDIRECT_-1206934526'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933714'), (u'INDIRECT_-1206933773', u'MULTIEQUAL_-1206933753'), (u'INT_SRIGHT_-1206936939', u'MULTIEQUAL_-1206935457'), (u'INDIRECT_-1206934124', u'COPY_-1206934141'), (u'INDIRECT_-1206933141', u'COPY_-1206933177'), (u'CALL_-1206935687', u'INDIRECT_-1206933677'), (u'CALL_-1206935397', u'INDIRECT_-1206933191'), (u'MULTIEQUAL_-1206934805', u'MULTIEQUAL_-1206934759'), ('tmp_2086', u'CBRANCH_-1206936016'), (u'INDIRECT_-1206932812', u'MULTIEQUAL_-1206932789'), (u'INDIRECT_-1206933641', u'COPY_-1206933677'), (u'MULTIEQUAL_-1206933264', u'MULTIEQUAL_-1206933180'), (u'CALL_-1206935548', u'INDIRECT_-1206932725'), (u'INDIRECT_-1206934396', u'MULTIEQUAL_-1206934364'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933514'), ('tmp_915', u'CBRANCH_-1206936994'), (u'STORE_-1206936883', u'INDIRECT_-1206934123'), (u'CALL_-1206935793', u'INDIRECT_-1206934046'), (u'INDIRECT_-1206933272', u'MULTIEQUAL_-1206933033'), ('const-0', u'INT_NOTEQUAL_-1206935685'), (u'INDIRECT_-1206932779', u'MULTIEQUAL_-1206932756'), ('tmp_6557', u'CALL_-1206936301'), ('const-0', u'INT_NOTEQUAL_-1206935817'), (u'INDIRECT_-1206934281', u'MULTIEQUAL_-1206934366'), (u'INT_ADD_-1206936848', u'MULTIEQUAL_-1206935542'), (u'STORE_-1206936414', u'INDIRECT_-1206934316'), (u'INDIRECT_-1206934149', u'MULTIEQUAL_-1206934130'), (u'CALL_-1206936222', u'INDIRECT_-1206933134'), (u'INDIRECT_-1206933229', u'CALL_-1206935809'), (u'INDIRECT_-1206933914', u'MULTIEQUAL_-1206933663'), (u'CALL_-1206937458', u'INDIRECT_-1206934363'), (u'CALL_-1206936572', u'INDIRECT_-1206934004'), ('tmp_6557', u'PTRADD_-1206932850'), (u'INDIRECT_-1206933925', u'MULTIEQUAL_-1206933890'), (u'INDIRECT_-1206934220', u'MULTIEQUAL_-1206934214'), (u'MULTIEQUAL_-1206933930', u'MULTIEQUAL_-1206933849'), (u'CALL_-1206936301', u'INDIRECT_-1206933442'), (u'CALL_-1206935840', u'INDIRECT_-1206933975'), (u'CALL_-1206935809', u'INDIRECT_-1206933277'), (u'MULTIEQUAL_-1206934667', u'MULTIEQUAL_-1206934555'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933383'), (u'MULTIEQUAL_-1206934255', u'MULTIEQUAL_-1206934185'), (u'MULTIEQUAL_-1206935238', u'LOAD_-1206936424'), (u'MULTIEQUAL_-1206935017', u'MULTIEQUAL_-1206935016'), (u'CALL_-1206936222', u'INDIRECT_-1206933519'), (u'INDIRECT_-1206933973', u'MULTIEQUAL_-1206933953'), (u'CALL_-1206935840', u'INDIRECT_-1206932908'), (u'CALL_-1206935397', u'INDIRECT_-1206932963'), (u'CAST_-1206932866', u'STORE_-1206936414'), (u'INDIRECT_-1206933272', u'MULTIEQUAL_-1206933173'), (u'CALL_-1206936635', u'INDIRECT_-1206934442'), (u'INDIRECT_-1206933241', u'MULTIEQUAL_-1206933147'), (u'INDIRECT_-1206933112', u'MULTIEQUAL_-1206933013'), (u'INDIRECT_-1206934549', u'MULTIEQUAL_-1206934530'), (u'STORE_-1206936522', u'INDIRECT_-1206934546'), (u'CALL_-1206936005', u'INDIRECT_-1206933315'), (u'INDIRECT_-1206934315', u'MULTIEQUAL_-1206934113'), (u'CALL_-1206936372', u'INDIRECT_-1206934626'), (u'INDIRECT_-1206934823', u'MULTIEQUAL_-1206934785'), (u'INDIRECT_-1206933996', u'COPY_-1206934037'), (u'INDIRECT_-1206933574', u'COPY_-1206933591'), (u'INDIRECT_-1206934064', u'MULTIEQUAL_-1206933813'), (u'CALL_-1206936301', u'INDIRECT_-1206934434'), (u'CALL_-1206935576', u'INDIRECT_-1206933438'), (u'CALL_-1206935576', u'INDIRECT_-1206933838'), (u'INDIRECT_-1206933341', u'COPY_-1206933377'), (u'INT_ADD_-1206933254', u'PTRADD_-1206937068'), (u'INDIRECT_-1206934599', u'MULTIEQUAL_-1206934580'), (u'INDIRECT_-1206933673', u'MULTIEQUAL_-1206933653'), ('const-1', u'COPY_-1206935571'), (u'INDIRECT_-1206934205', u'MULTIEQUAL_-1206934199'), (u'INDIRECT_-1206934025', u'MULTIEQUAL_-1206933990'), (u'CALL_-1206935576', u'INDIRECT_-1206932739'), (u'MULTIEQUAL_-1206934555', u'MULTIEQUAL_-1206934485'), (u'INDIRECT_-1206932989', u'MULTIEQUAL_-1206932982'), (u'INDIRECT_-1206935091', u'MULTIEQUAL_-1206935017'), ('const-1', u'INT_EQUAL_-1206936090'), ('const-0', u'COPY_-1206935719'), (u'MULTIEQUAL_-1206934605', u'MULTIEQUAL_-1206934535'), (u'INDIRECT_-1206933441', u'COPY_-1206933477'), (u'MULTIEQUAL_-1206934266', u'MULTIEQUAL_-1206934267'), (u'MULTIEQUAL_-1206934267', u'MULTIEQUAL_-1206934155'), (u'CALL_-1206935614', u'CALL_-1206935548'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933864'), (u'CALL_-1206935793', u'INDIRECT_-1206933546'), (u'MULTIEQUAL_-1206934517', u'MULTIEQUAL_-1206934405'), (u'INDIRECT_-1206934059', u'MULTIEQUAL_-1206934040'), (u'INT_MULT_-1206932893', u'INT_ADD_-1206932905'), (u'INT_MULT_-1206935084', u'INT_ADD_-1206933254'), (u'CALL_-1206935614', u'INDIRECT_-1206934061'), (u'INDIRECT_-1206934077', u'COPY_-1206934131'), (u'MULTIEQUAL_-1206934267', u'MULTIEQUAL_-1206934266'), ('const-1', u'INT_ADD_-1206932901'), (u'CALL_-1206936372', u'INDIRECT_-1206933484'), ('const-1', u'PTRADD_-1206932674'), ('const-8', u'PTRADD_-1206932854'), (u'CALL_-1206935840', u'INDIRECT_-1206933229'), (u'CALL_-1206935576', u'INDIRECT_-1206933288'), (u'PTRSUB_-1206933084', u'CALL_-1206935840'), (u'COPY_-1206933327', u'MULTIEQUAL_-1206935825'), (u'MULTIEQUAL_-1206934805', u'MULTIEQUAL_-1206934735'), (u'INDIRECT_-1206934177', u'COPY_-1206934231'), (u'INDIRECT_-1206933564', u'MULTIEQUAL_-1206933453'), (u'INDIRECT_-1206934005', u'MULTIEQUAL_-1206933999'), (u'CALL_-1206935901', u'INDIRECT_-1206933053'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933515'), (u'MULTIEQUAL_-1206933753', u'SUBPIECE_-1206935125'), (u'CALL_-1206936372', u'INDIRECT_-1206933926'), (u'INDIRECT_-1206934131', u'MULTIEQUAL_-1206934216'), (u'CALL_-1206936301', u'INDIRECT_-1206934184'), (u'INDIRECT_-1206933311', u'MULTIEQUAL_-1206933264'), (u'INDIRECT_-1206933677', u'COPY_-1206933731'), (u'MULTIEQUAL_-1206933880', u'MULTIEQUAL_-1206933799'), ('const-0', u'COPY_-1206935708'), (u'CALLIND_-1206935962', u'INDIRECT_-1206934165'), ('const-109', u'PTRADD_-1206932887'), (u'CALL_-1206936183', u'INDIRECT_-1206934054'), (u'INT_ADD_-1206936992', u'MULTIEQUAL_-1206935694'), (u'LOAD_-1206937277', u'INT_EQUAL_-1206937262'), (u'INDIRECT_-1206933245', u'MULTIEQUAL_-1206933238'), (u'CALL_-1206935638', u'INDIRECT_-1206933921'), (u'LOAD_-1206937130', u'INT_LESS_-1206937113'), (u'LOAD_-1206937130', u'INT_EQUAL_-1206937113'), (u'CALL_-1206936326', u'INDIRECT_-1206934401'), (u'MULTIEQUAL_-1206934567', u'MULTIEQUAL_-1206934455'), (u'INT_NOTEQUAL_-1206937032', u'CBRANCH_-1206937029'), (u'CALL_-1206937458', u'INDIRECT_-1206935163'), (u'CALL_-1206935548', u'INDIRECT_-1206933078'), (u'CALL_-1206935809', u'INDIRECT_-1206933759'), (u'INDIRECT_-1206933255', u'MULTIEQUAL_-1206933065'), (u'COPY_-1206932438', u'CALL_-1206935576'), (u'COPY_-1206933161', u'MULTIEQUAL_-1206935542'), (u'CALL_-1206935614', u'INDIRECT_-1206933019'), (u'INDIRECT_-1206934449', u'MULTIEQUAL_-1206934430'), ('const-0', u'INT_EQUAL_-1206937134'), (u'INDIRECT_-1206933614', u'MULTIEQUAL_-1206933503'), ('const-0', u'PTRSUB_-1206937083'), (u'CALL_-1206936372', u'INDIRECT_-1206933580'), (u'MULTIEQUAL_-1206934416', u'MULTIEQUAL_-1206934417'), (u'LOAD_-1206937070', u'INT_EQUAL_-1206937050'), (u'INDIRECT_-1206933814', u'MULTIEQUAL_-1206933563'), (u'INDIRECT_-1206934431', u'MULTIEQUAL_-1206934405'), (u'CALL_-1206936222', u'INDIRECT_-1206933683'), (u'INDIRECT_-1206934364', u'MULTIEQUAL_-1206934253'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933159'), (u'CALL_-1206936372', u'INDIRECT_-1206933612'), (u'PTRSUB_-1206932522', u'CALL_-1206935840'), (u'CALL_-1206936769', u'INDIRECT_-1206933374'), (u'CALL_-1206935840', u'INDIRECT_-1206933775'), (u'INT_NOTEQUAL_-1206936643', u'CBRANCH_-1206936642'), (u'CALL_-1206936241', u'INDIRECT_-1206933500'), (u'CALL_-1206936635', u'INDIRECT_-1206933279'), (u'INDIRECT_-1206934931', u'MULTIEQUAL_-1206934905'), (u'INDIRECT_-1206934531', u'MULTIEQUAL_-1206934616'), (u'CALL_-1206937363', u'INDIRECT_-1206934691'), ('const-8', u'PTRADD_-1206932887'), (u'INDIRECT_-1206934546', u'MULTIEQUAL_-1206934514'), (u'INT_ZEXT_-1206936417', u'INT_MULT_-1206932893'), (u'CALL_-1206935638', u'INDIRECT_-1206933271'), (u'STORE_-1206936421', u'INDIRECT_-1206933720'), (u'COPY_-1206937239', u'MULTIEQUAL_-1206935717'), (u'CAST_-1206933256', u'COPY_-1206933327'), (u'STORE_-1206937027', u'INDIRECT_-1206934731'), (u'INDIRECT_-1206932973', u'MULTIEQUAL_-1206932950'), ('const-2', u'INT_NOTEQUAL_-1206936590'), (u'INDIRECT_-1206934181', u'MULTIEQUAL_-1206934266'), (u'MULTIEQUAL_-1206934155', u'MULTIEQUAL_-1206934085'), (u'CALL_-1206935793', u'INDIRECT_-1206933168'), (u'CALL_-1206936062', u'INDIRECT_-1206934277'), (u'INDIRECT_-1206933899', u'MULTIEQUAL_-1206933880'), (u'INDIRECT_-1206933964', u'MULTIEQUAL_-1206933853'), (u'MULTIEQUAL_-1206935238', u'PTRADD_-1206932854'), (u'CALL_-1206936301', u'INDIRECT_-1206933602'), (u'INDIRECT_-1206933213', u'MULTIEQUAL_-1206933206'), (u'CALL_-1206936005', u'INDIRECT_-1206932994'), (u'INDIRECT_-1206933659', u'MULTIEQUAL_-1206933640'), (u'INDIRECT_-1206933304', u'MULTIEQUAL_-1206933065'), (u'INDIRECT_-1206933473', u'MULTIEQUAL_-1206933453'), (u'INDIRECT_-1206933955', u'MULTIEQUAL_-1206933949'), (u'INT_ADD_-1206937243', u'CAST_-1206933199'), (u'STORE_-1206936612', u'INDIRECT_-1206934699'), (u'CALL_-1206936005', u'INDIRECT_-1206933643'), (u'STORE_-1206936421', u'INDIRECT_-1206934570'), (u'INDIRECT_-1206933775', u'MULTIEQUAL_-1206933740'), (u'CALL_-1206936062', u'INDIRECT_-1206933877'), (u'INDIRECT_-1206933021', u'MULTIEQUAL_-1206933013'), (u'CALL_-1206935687', u'INDIRECT_-1206932746'), (u'CALL_-1206935576', u'INDIRECT_-1206933988'), (u'CALL_-1206936635', u'INT_EQUAL_-1206936621'), (u'INDIRECT_-1206933941', u'COPY_-1206933977'), (u'INDIRECT_-1206934931', u'MULTIEQUAL_-1206935016'), (u'INDIRECT_-1206933423', u'MULTIEQUAL_-1206933403'), (u'INDIRECT_-1206933213', u'MULTIEQUAL_-1206933205'), ('const-0', u'INT_EQUAL_-1206937245'), (u'CALLIND_-1206936039', u'INDIRECT_-1206934014'), (u'CALL_-1206935901', u'INDIRECT_-1206934273'), (u'INDIRECT_-1206933615', u'MULTIEQUAL_-1206933413'), (u'CALL_-1206935901', u'INDIRECT_-1206934073'), ('const-433', u'LOAD_-1206936128'), (u'CALL_-1206936769', u'INDIRECT_-1206934437'), (u'STORE_-1206936399', u'INDIRECT_-1206933855'), (u'CALL_-1206936326', u'INDIRECT_-1206934151'), (u'INDIRECT_-1206934273', u'MULTIEQUAL_-1206934253'), (u'CALL_-1206935793', u'INDIRECT_-1206933200'), (u'MULTIEQUAL_-1206935597', u'PTRADD_-1206937149'), (u'CALL_-1206935397', u'INDIRECT_-1206933027'), (u'CALL_-1206935687', u'INDIRECT_-1206934027'), ('tmp_6557', u'COPY_-1206932979'), (u'INT_ADD_-1206937316', u'INT_SLESS_-1206937321'), (u'CALL_-1206935901', u'INDIRECT_-1206933181'), (u'INDIRECT_-1206934681', u'MULTIEQUAL_-1206934766'), (u'INT_ADD_-1206937031', u'CAST_-1206933128'), (u'CALL_-1206936797', u'INDIRECT_-1206934210'), (u'INDIRECT_-1206934055', u'MULTIEQUAL_-1206934049'), (u'CALL_-1206936222', u'INDIRECT_-1206934083'), (u'CALL_-1206937363', u'INDIRECT_-1206934341'), (u'CALL_-1206935397', u'INDIRECT_-1206932867'), (u'PTRADD_-1206937068', u'COPY_-1206933243'), (u'MULTIEQUAL_-1206934305', u'MULTIEQUAL_-1206934235'), (u'CALL_-1206936797', u'INDIRECT_-1206934410'), (u'CAST_-1206933097', u'INT_SUB_-1206936962'), (u'INDIRECT_-1206932892', u'MULTIEQUAL_-1206932884'), (u'INDIRECT_-1206933975', u'MULTIEQUAL_-1206933940'), ('const-0', u'COPY_-1206937589'), (u'COPY_-1206933239', u'MULTIEQUAL_-1206935516'), (u'CALL_-1206935425', u'INDIRECT_-1206933155'), (u'INDIRECT_-1206934314', u'MULTIEQUAL_-1206934063'), (u'INT_ADD_-1206936112', u'CAST_-1206932619'), (u'INDIRECT_-1206933041', u'MULTIEQUAL_-1206932956'), ('const-1', u'RETURN_-1206935392'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933614'), (u'CALL_-1206936635', u'INDIRECT_-1206933696'), (u'MULTIEQUAL_-1206933980', u'MULTIEQUAL_-1206933899'), (u'CAST_-1206932860', u'CAST_-1206932811'), (u'MULTIEQUAL_-1206934255', u'MULTIEQUAL_-1206934209'), (u'CALL_-1206936769', u'INDIRECT_-1206934787'), (u'INDIRECT_-1206933181', u'MULTIEQUAL_-1206933173'), (u'INDIRECT_-1206932924', u'MULTIEQUAL_-1206932916'), (u'CALL_-1206935425', u'INDIRECT_-1206933041'), ('const--1', u'INT_ADD_-1206937124'), (u'INDIRECT_-1206934523', u'MULTIEQUAL_-1206934485'), (u'INDIRECT_-1206932854', u'MULTIEQUAL_-1206932755'), ('const-880', u'CALL_-1206936572'), (u'CALL_-1206935425', u'INDIRECT_-1206932624'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933615'), (u'MULTIEQUAL_-1206935698', u'INT_ADD_-1206937316'), (u'CALLIND_-1206936039', u'INT_SLESS_-1206936024'), (u'CALLIND_-1206936039', u'INT_NOTEQUAL_-1206936024'), (u'MULTIEQUAL_-1206935254', u'BOOL_NEGATE_-1206935107'), (u'INDIRECT_-1206934349', u'MULTIEQUAL_-1206934330'), ('tmp_626', u'CBRANCH_-1206937157'), (u'MULTIEQUAL_-1206934405', u'MULTIEQUAL_-1206934359'), ('const-8', u'PTRADD_-1206932942'), (u'INDIRECT_-1206933324', u'COPY_-1206933341'), ('tmp_6557', u'PTRADD_-1206932633'), (u'INT_EQUAL_-1206937194', u'MULTIEQUAL_-1206935254'), (u'CALL_-1206936635', u'INDIRECT_-1206934342'), (u'CALL_-1206936572', u'INDIRECT_-1206934554'), ('const-433', u'LOAD_-1206937070'), (u'INT_AND_-1206936526', u'CAST_-1206932821'), (u'CALL_-1206935425', u'INDIRECT_-1206933605'), (u'INDIRECT_-1206933005', u'MULTIEQUAL_-1206932982'), (u'MULTIEQUAL_-1206934705', u'MULTIEQUAL_-1206934635'), ('const-8', u'PTRADD_-1206933114'), (u'CALL_-1206936301', u'INDIRECT_-1206934234'), (u'CALL_-1206936183', u'INDIRECT_-1206934154'), ('const-1104144', u'PTRSUB_-1206932522'), (u'STORE_-1206936612', u'INDIRECT_-1206934349'), (u'CALL_-1206935576', u'INDIRECT_-1206933028'), (u'CAST_-1206932811', u'INT_SUB_-1206936470'), (u'STORE_-1206936612', u'INDIRECT_-1206934399'), (u'CALL_-1206936572', u'INDIRECT_-1206933658'), (u'INDIRECT_-1206933465', u'MULTIEQUAL_-1206933263'), (u'STORE_-1206936399', u'INDIRECT_-1206934505'), (u'INT_NOTEQUAL_-1206936590', u'CBRANCH_-1206936585'), (u'CALL_-1206935840', u'INDIRECT_-1206932779'), (u'STORE_-1206936522', u'INDIRECT_-1206934146'), (u'CALL_-1206936005', u'INDIRECT_-1206933155'), (u'INDIRECT_-1206933875', u'MULTIEQUAL_-1206933840'), (u'INDIRECT_-1206933746', u'MULTIEQUAL_-1206933714'), (u'CALL_-1206936301', u'INDIRECT_-1206933570'), (u'STORE_-1206936399', u'INDIRECT_-1206934155'), (u'INT_EQUAL_-1206937245', u'MULTIEQUAL_-1206935257'), (u'INDIRECT_-1206934264', u'MULTIEQUAL_-1206934153'), (u'CALL_-1206935840', u'INDIRECT_-1206932844'), (u'INDIRECT_-1206933909', u'MULTIEQUAL_-1206933890'), (u'INDIRECT_-1206934037', u'MULTIEQUAL_-1206933880'), (u'INDIRECT_-1206934015', u'MULTIEQUAL_-1206933813'), (u'INDIRECT_-1206933577', u'COPY_-1206933631'), (u'STORE_-1206936538', u'INDIRECT_-1206933907'), (u'INDIRECT_-1206933991', u'COPY_-1206934027'), ('const-1', u'PTRADD_-1206932915'), (u'INDIRECT_-1206934074', u'COPY_-1206934091'), (u'CALL_-1206936005', u'INDIRECT_-1206933091'), (u'INDIRECT_-1206933891', u'COPY_-1206933927'), ('const-0', u'PTRSUB_-1206933086'), (u'STORE_-1206936414', u'INDIRECT_-1206934366'), (u'INDIRECT_-1206933261', u'MULTIEQUAL_-1206933238'), (u'INDIRECT_-1206934641', u'MULTIEQUAL_-1206934567'), (u'INDIRECT_-1206934355', u'MULTIEQUAL_-1206934349'), ('tmp_472', u'CBRANCH_-1206937238'), (u'CALL_-1206935576', u'INDIRECT_-1206933738'), (u'INDIRECT_-1206934249', u'MULTIEQUAL_-1206934230'), (u'CALL_-1206936183', u'INDIRECT_-1206933490'), (u'INDIRECT_-1206934581', u'MULTIEQUAL_-1206934555'), (u'CALL_-1206936326', u'INDIRECT_-1206934101'), ('tmp_704', u'CBRANCH_-1206937114'), (u'INT_EQUAL_-1206936279', u'CBRANCH_-1206936277'), (u'COPY_-1206935582', u'MULTIEQUAL_-1206933117'), (u'STORE_-1206936414', u'INDIRECT_-1206934416'), (u'CALL_-1206935793', u'INDIRECT_-1206933104'), (u'INDIRECT_-1206934623', u'MULTIEQUAL_-1206934585'), (u'CALL_-1206936301', u'INDIRECT_-1206934534'), (u'CALL_-1206935638', u'INDIRECT_-1206933093'), (u'CALL_-1206936222', u'INDIRECT_-1206934333'), (u'CALL_-1206935638', u'INDIRECT_-1206933521'), (u'CALL_-1206936797', u'INDIRECT_-1206934510'), (u'CALL_-1206937458', u'INDIRECT_-1206935113'), (u'STORE_-1206936612', u'INDIRECT_-1206934549'), (u'INDIRECT_-1206933341', u'MULTIEQUAL_-1206933333'), (u'CALL_-1206936572', u'INDIRECT_-1206934454'), (u'INDIRECT_-1206933085', u'MULTIEQUAL_-1206933077'), (u'COPY_-1206932346', u'CALL_-1206935425'), (u'INT_NOTEQUAL_-1206935817', u'CBRANCH_-1206935816'), (u'STORE_-1206937027', u'INDIRECT_-1206934581'), (u'COPY_-1206933362', u'MULTIEQUAL_-1206935683'), (u'COPY_-1206933309', u'MULTIEQUAL_-1206935507'), (u'CALL_-1206935397', u'INDIRECT_-1206933941'), (u'PTRADD_-1206933278', u'COPY_-1206933184'), (u'INDIRECT_-1206933741', u'COPY_-1206933777'), (u'CALL_-1206937363', u'INDIRECT_-1206934491'), (u'INDIRECT_-1206933596', u'COPY_-1206933637'), (u'MULTIEQUAL_-1206935701', u'INT_ADD_-1206937503'), (u'CALL_-1206936005', u'INDIRECT_-1206932833'), (u'COPY_-1206937260', u'MULTIEQUAL_-1206935343'), (u'INDIRECT_-1206933149', u'MULTIEQUAL_-1206933141'), (u'INDIRECT_-1206933809', u'MULTIEQUAL_-1206933790'), (u'CALL_-1206935425', u'INDIRECT_-1206933655'), ('tmp_13052', u'INT_EQUAL_-1206937552'), (u'MULTIEQUAL_-1206934155', u'MULTIEQUAL_-1206934109'), (u'INDIRECT_-1206933927', u'COPY_-1206933981'), ('const-0', u'RETURN_-1206935744'), (u'CALL_-1206935901', u'INDIRECT_-1206933213'), (u'INT_ZEXT_-1206937123', u'INT_MULT_-1206935085'), (u'CALL_-1206935840', u'INDIRECT_-1206933475'), (u'INDIRECT_-1206934437', u'MULTIEQUAL_-1206934280'), (u'CALL_-1206935576', u'INDIRECT_-1206933588'), (u'INDIRECT_-1206935282', u'INT_ZEXT_-1206937118'), ('const-1', u'PTRADD_-1206932850'), (u'INT_NOTEQUAL_-1206936024', u'CBRANCH_-1206936016'), (u'INT_ADD_-1206936033', u'CAST_-1206932575'), ('const-0', u'INT_SLESS_-1206935939'), (u'INDIRECT_-1206934223', u'MULTIEQUAL_-1206934185'), (u'CALL_-1206935809', u'INDIRECT_-1206933709'), (u'INDIRECT_-1206933383', u'MULTIEQUAL_-1206933193'), (u'INDIRECT_-1206932844', u'MULTIEQUAL_-1206932821'), (u'INDIRECT_-1206934114', u'MULTIEQUAL_-1206933863'), (u'CALL_-1206936222', u'INDIRECT_-1206934183'), ('const-0', u'COPY_-1206936714'), (u'INDIRECT_-1206934537', u'MULTIEQUAL_-1206934380'), (u'INDIRECT_-1206934373', u'MULTIEQUAL_-1206934359'), (u'LOAD_-1206936003', u'INT_ADD_-1206935956'), (u'CALL_-1206936326', u'CALL_-1206936301'), (u'CALL_-1206936005', u'INDIRECT_-1206933411'), (u'COPY_-1206933418', u'MULTIEQUAL_-1206935698'), (u'INT_EQUAL_-1206937113', u'CBRANCH_-1206937114'), (u'CALL_-1206937458', u'INDIRECT_-1206935354'), (u'CALL_-1206936326', u'INDIRECT_-1206933587'), ('tmp_550', u'CBRANCH_-1206937195'), (u'CALL_-1206936797', u'INDIRECT_-1206934110'), (u'INDIRECT_-1206934895', u'INT_ZEXT_-1206936417'), (u'CALL_-1206935809', u'INDIRECT_-1206933509'), (u'INT_ADD_-1206936245', u'CAST_-1206932712'), (u'CALL_-1206936062', u'INDIRECT_-1206934177'), (u'MULTIEQUAL_-1206934755', u'MULTIEQUAL_-1206934685'), ('const-433', u'LOAD_-1206937130'), (u'INDIRECT_-1206932966', u'MULTIEQUAL_-1206932776'), (u'PTRADD_-1206932633', u'LOAD_-1206936060'), ('const-12884901896', u'COPY_-1206936146'), (u'INDIRECT_-1206933764', u'MULTIEQUAL_-1206933513'), ('const-1', u'RETURN_-1206935682'), (u'INDIRECT_-1206934265', u'MULTIEQUAL_-1206934063'), ('const--1', u'INT_ADD_-1206937205'), (u'CALL_-1206935840', u'INDIRECT_-1206933425'), (u'COPY_-1206933262', u'MULTIEQUAL_-1206935597'), (u'CALL_-1206935548', u'INDIRECT_-1206933974'), (u'LOAD_-1206937045', u'INT_AND_-1206937019'), (u'INDIRECT_-1206933541', u'COPY_-1206933577'), ('tmp_2393', u'CBRANCH_-1206935685'), (u'CAST_-1206933256', u'PTRADD_-1206933122'), (u'CALL_-1206936572', u'INDIRECT_-1206934254'), (u'PTRADD_-1206933114', u'INT_NOTEQUAL_-1206936839'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933063'), ('const-433', u'STORE_-1206937027'), (u'CALL_-1206936326', u'INDIRECT_-1206934301'), (u'CALL_-1206936769', u'INDIRECT_-1206934137'), (u'INT_ADD_-1206936889', u'PTRADD_-1206933122'), (u'CALL_-1206935901', u'INDIRECT_-1206932860'), (u'CALLIND_-1206935962', u'INDIRECT_-1206934065'), (u'CALL_-1206935809', u'INDIRECT_-1206932699'), (u'INDIRECT_-1206933208', u'MULTIEQUAL_-1206933109'), (u'INDIRECT_-1206933674', u'COPY_-1206933691'), (u'INDIRECT_-1206934346', u'MULTIEQUAL_-1206934314'), (u'CALL_-1206936183', u'INDIRECT_-1206933394'), (u'COPY_-1206933435', u'MULTIEQUAL_-1206935701'), (u'INDIRECT_-1206933920', u'MULTIEQUAL_-1206933914'), (u'CALL_-1206935638', u'INDIRECT_-1206933721'), (u'CALL_-1206935397', u'INDIRECT_-1206933591'), (u'MULTIEQUAL_-1206934905', u'MULTIEQUAL_-1206934859'), (u'INDIRECT_-1206935282', u'INT_ZEXT_-1206937204'), ('tmp_854', u'CBRANCH_-1206937029'), ('const-1', u'INT_ADD_-1206933280'), (u'INDIRECT_-1206933491', u'COPY_-1206933527'), (u'MULTIEQUAL_-1206933296', u'MULTIEQUAL_-1206933212'), (u'INDIRECT_-1206932763', u'MULTIEQUAL_-1206932756'), (u'CALL_-1206936062', u'INDIRECT_-1206933413'), (u'MULTIEQUAL_-1206935825', u'MULTIEQUAL_-1206935714'), (u'INDIRECT_-1206932886', u'MULTIEQUAL_-1206932787'), (u'INDIRECT_-1206933101', u'MULTIEQUAL_-1206933078'), (u'CALL_-1206935687', u'INDIRECT_-1206932714'), (u'CALL_-1206935687', u'INDIRECT_-1206933727'), ('const-12', u'INT_ADD_-1206936385'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933319'), (u'CALL_-1206935638', u'INDIRECT_-1206933189'), (u'CALL_-1206935638', u'INDIRECT_-1206934171'), (u'CALL_-1206935397', u'INDIRECT_-1206933059'), (u'STORE_-1206936612', u'INDIRECT_-1206933949'), (u'CALL_-1206936301', u'INDIRECT_-1206934084'), (u'CALL_-1206936301', u'INDIRECT_-1206933834'), (u'CALL_-1206935548', u'INDIRECT_-1206933924'), (u'INDIRECT_-1206934241', u'MULTIEQUAL_-1206934167'), (u'MULTIEQUAL_-1206934080', u'MULTIEQUAL_-1206933999'), (u'MULTIEQUAL_-1206934055', u'MULTIEQUAL_-1206933985'), (u'INDIRECT_-1206934214', u'MULTIEQUAL_-1206934103'), (u'CALL_-1206936635', u'INDIRECT_-1206933343'), (u'CALL_-1206935548', u'INDIRECT_-1206934074'), (u'CALL_-1206935397', u'INDIRECT_-1206933341'), ('tmp_6557', u'CALL_-1206936372'), (u'PTRADD_-1206932850', u'STORE_-1206936414'), ('const-0', u'RETURN_-1206935488'), (u'INT_LESS_-1206937194', u'MULTIEQUAL_-1206935340'), (u'INDIRECT_-1206933176', u'MULTIEQUAL_-1206932937'), ('const-1', u'PTRADD_-1206932819'), (u'CALL_-1206936797', u'INDIRECT_-1206934610'), ('tmp_6557', u'CALL_-1206936326'), ('const-0', u'PTRSUB_-1206936602'), ('tmp_6557', u'CALL_-1206935638'), (u'INDIRECT_-1206933144', u'MULTIEQUAL_-1206932905'), (u'MULTIEQUAL_-1206934217', u'MULTIEQUAL_-1206934216'), (u'CALL_-1206935687', u'INDIRECT_-1206932875'), (u'INDIRECT_-1206933973', u'MULTIEQUAL_-1206933959'), (u'STORE_-1206936612', u'INDIRECT_-1206934249'), (u'INDIRECT_-1206934273', u'MULTIEQUAL_-1206934235'), (u'CALL_-1206935901', u'INDIRECT_-1206932763'), (u'INDIRECT_-1206932892', u'MULTIEQUAL_-1206932885'), (u'MULTIEQUAL_-1206934616', u'MULTIEQUAL_-1206934617'), (u'STORE_-1206936399', u'INDIRECT_-1206934255'), (u'INDIRECT_-1206934291', u'MULTIEQUAL_-1206934217'), (u'CALL_-1206936635', u'INDIRECT_-1206934242'), (u'INDIRECT_-1206934175', u'MULTIEQUAL_-1206934140'), ('tmp_6557', u'PTRADD_-1206932819'), (u'MULTIEQUAL_-1206934205', u'MULTIEQUAL_-1206934135'), (u'CALL_-1206937363', u'INDIRECT_-1206935041'), (u'INDIRECT_-1206933375', u'MULTIEQUAL_-1206933340'), (u'CALL_-1206936241', u'INDIRECT_-1206933147'), (u'CALL_-1206935548', u'INDIRECT_-1206933110'), (u'STORE_-1206936538', u'INDIRECT_-1206934107'), (u'CALL_-1206936062', u'INDIRECT_-1206933577'), (u'CALL_-1206937458', u'INDIRECT_-1206933700'), (u'CALL_-1206936222', u'INDIRECT_-1206934133'), ('const-0', u'INT_NOTEQUAL_-1206936427'), (u'CALL_-1206935614', u'INDIRECT_-1206933083'), (u'INT_EQUAL_-1206937050', u'CBRANCH_-1206937048'), (u'CALL_-1206935809', u'INDIRECT_-1206933181'), (u'INDIRECT_-1206934081', u'MULTIEQUAL_-1206934166'), (u'CALL_-1206936241', u'INDIRECT_-1206933372'), (u'CALL_-1206936635', u'INDIRECT_-1206934492'), (u'MULTIEQUAL_-1206935358', u'INT_NOTEQUAL_-1206936427'), (u'CALL_-1206937363', u'INDIRECT_-1206934391'), (u'MULTIEQUAL_-1206934216', u'MULTIEQUAL_-1206934217'), (u'INDIRECT_-1206932731', u'MULTIEQUAL_-1206932723'), (u'CALL_-1206935687', u'INDIRECT_-1206934077'), ('const-109', u'PTRADD_-1206932895'), ('tmp_6554', u'PTRSUB_-1206933467'), (u'INDIRECT_-1206933021', u'MULTIEQUAL_-1206933014'), ('tmp_1345', u'CBRANCH_-1206936619'), (u'INDIRECT_-1206932773', u'MULTIEQUAL_-1206932583'), (u'CALL_-1206935614', u'INDIRECT_-1206933261'), (u'CALLIND_-1206936039', u'INDIRECT_-1206932983'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933915'), (u'LOAD_-1206937211', u'INT_LESS_-1206937194'), (u'LOAD_-1206937211', u'INT_EQUAL_-1206937194'), (u'CALL_-1206935576', u'INDIRECT_-1206933638'), (u'MULTIEQUAL_-1206934055', u'MULTIEQUAL_-1206934009'), (u'CALL_-1206936062', u'INDIRECT_-1206933253'), (u'CALL_-1206936241', u'INDIRECT_-1206933746'), (u'PTRSUB_-1206933086', u'CALL_-1206936797'), ('const-8', u'PTRADD_-1206932858'), ('const-1082240', u'PTRSUB_-1206932571'), (u'INDIRECT_-1206934573', u'MULTIEQUAL_-1206934535'), (u'CALL_-1206936222', u'INDIRECT_-1206933295'), (u'PTRADD_-1206937149', u'COPY_-1206933262'), (u'CALL_-1206936241', u'INDIRECT_-1206933340'), (u'INDIRECT_-1206933796', u'MULTIEQUAL_-1206933764'), (u'CALL_-1206935809', u'INDIRECT_-1206934259'), (u'LOAD_-1206936534', u'STORE_-1206936522'), (u'CALL_-1206935614', u'INDIRECT_-1206933115'), (u'STORE_-1206936421', u'INDIRECT_-1206934020'), (u'CALLIND_-1206936039', u'INDIRECT_-1206934264'), (u'STORE_-1206936538', u'INDIRECT_-1206934607'), (u'CALL_-1206935638', u'INDIRECT_-1206933029'), (u'CALL_-1206935840', u'INDIRECT_-1206934025'), (u'CALL_-1206935793', u'INDIRECT_-1206934096'), (u'LOAD_-1206937305', u'INT_ADD_-1206937054'), (u'INDIRECT_-1206932827', u'MULTIEQUAL_-1206932819'), (u'INDIRECT_-1206933665', u'MULTIEQUAL_-1206933463'), (u'CALL_-1206936572', u'INDIRECT_-1206934054'), (u'CALL_-1206936062', u'INDIRECT_-1206932996'), (u'INDIRECT_-1206933696', u'COPY_-1206933737'), (u'INDIRECT_-1206933691', u'COPY_-1206933727'), (u'STORE_-1206936399', u'INDIRECT_-1206933705'), (u'INDIRECT_-1206934473', u'MULTIEQUAL_-1206934435'), (u'CALL_-1206936062', u'INDIRECT_-1206934077'), (u'CALL_-1206935901', u'INDIRECT_-1206933021'), (u'CALL_-1206935687', u'INDIRECT_-1206934127'), ('tmp_6557', u'CALL_-1206936183'), (u'STORE_-1206936414', u'INDIRECT_-1206933866'), (u'MULTIEQUAL_-1206934317', u'MULTIEQUAL_-1206934205'), ('tmp_2428', u'BRANCH_-1206935693'), (u'MULTIEQUAL_-1206934816', u'MULTIEQUAL_-1206934817'), (u'CALL_-1206935397', u'INDIRECT_-1206933391'), ('const-0', u'INT_EQUAL_-1206937552'), ('const-8', u'PTRADD_-1206933278'), (u'INDIRECT_-1206933626', u'MULTIEQUAL_-1206933533'), (u'CALLIND_-1206935962', u'INDIRECT_-1206932934'), (u'INDIRECT_-1206934841', u'MULTIEQUAL_-1206934767'), (u'CALLIND_-1206936039', u'INDIRECT_-1206932886'), (u'STORE_-1206936414', u'INDIRECT_-1206933916'), (u'CALL_-1206935840', u'INDIRECT_-1206932747'), (u'INDIRECT_-1206932747', u'MULTIEQUAL_-1206932724'), (u'STORE_-1206936522', u'INDIRECT_-1206934296'), (u'INDIRECT_-1206933799', u'MULTIEQUAL_-1206933780'), (u'CALL_-1206936326', u'INDIRECT_-1206933555'), (u'CALL_-1206935840', u'INDIRECT_-1206933037'), (u'INDIRECT_-1206933336', u'MULTIEQUAL_-1206933097'), (u'INDIRECT_-1206933765', u'MULTIEQUAL_-1206933563'), (u'CALL_-1206935840', u'INDIRECT_-1206932812'), (u'CALL_-1206935614', u'INDIRECT_-1206933147'), (u'INDIRECT_-1206934123', u'MULTIEQUAL_-1206934103'), (u'INDIRECT_-1206932796', u'MULTIEQUAL_-1206932789'), (u'STORE_-1206937027', u'INDIRECT_-1206934831'), (u'INDIRECT_-1206934781', u'MULTIEQUAL_-1206934866'), (u'INDIRECT_-1206933432', u'MULTIEQUAL_-1206933193'), (u'CALL_-1206936797', u'INDIRECT_-1206934860'), (u'STORE_-1206936612', u'INDIRECT_-1206934499'), ('const-2', u'COPY_-1206936083'), (u'INDIRECT_-1206933273', u'MULTIEQUAL_-1206933180'), (u'CALL_-1206936183', u'INDIRECT_-1206933362'), (u'CALL_-1206936635', u'INDIRECT_-1206933728'), ('const-1404632', u'INT_EQUAL_-1206937050'), (u'CALL_-1206935425', u'INDIRECT_-1206933905'), ('tmp_1668', u'BRANCH_-1206936419'), (u'MULTIEQUAL_-1206935241', u'MULTIEQUAL_-1206935238'), (u'CALL_-1206936241', u'INDIRECT_-1206933796'), ('tmp_6557', u'PTRADD_-1206932942'), ('const-8', u'PTRADD_-1206932770'), (u'INDIRECT_-1206934731', u'MULTIEQUAL_-1206934816'), (u'INDIRECT_-1206934024', u'COPY_-1206934041'), (u'INT_EQUAL_-1206937194', u'CBRANCH_-1206937195'), (u'INDIRECT_-1206934446', u'MULTIEQUAL_-1206934414'), (u'INDIRECT_-1206933664', u'MULTIEQUAL_-1206933553'), (u'INDIRECT_-1206934405', u'MULTIEQUAL_-1206934399'), (u'CALL_-1206935638', u'INDIRECT_-1206933971'), ('tmp_13054', u'INT_ADD_-1206937503'), (u'STORE_-1206937027', u'INDIRECT_-1206934281'), ('tmp_6557', u'CALLIND_-1206935962'), (u'INDIRECT_-1206933319', u'MULTIEQUAL_-1206933129'), (u'MULTIEQUAL_-1206934767', u'MULTIEQUAL_-1206934655'), (u'STORE_-1206936538', u'INDIRECT_-1206933807'), (u'CALL_-1206936005', u'INDIRECT_-1206933893'), (u'CALL_-1206936797', u'INDIRECT_-1206934310'), ('const-0', u'COPY_-1206936691'), (u'CALL_-1206936326', u'INDIRECT_-1206933901'), (u'CALL_-1206937363', u'INDIRECT_-1206934191'), ('const-433', u'STORE_-1206936399'), (u'INDIRECT_-1206933523', u'MULTIEQUAL_-1206933503'), (u'CALL_-1206935614', u'INDIRECT_-1206933179'), (u'INDIRECT_-1206934225', u'MULTIEQUAL_-1206934190'), (u'CALL_-1206935397', u'INDIRECT_-1206933291'), ('const-433', u'STORE_-1206936883'), (u'INDIRECT_-1206934473', u'MULTIEQUAL_-1206934459'), (u'CALL_-1206936183', u'INDIRECT_-1206933754'), (u'CALL_-1206935840', u'INDIRECT_-1206933575'), (u'INDIRECT_-1206934699', u'MULTIEQUAL_-1206934680'), (u'INT_SLESS_-1206937321', u'CBRANCH_-1206937319'), (u'INDIRECT_-1206933112', u'MULTIEQUAL_-1206932873'), (u'CALL_-1206936769', u'INDIRECT_-1206934587'), (u'INDIRECT_-1206933823', u'MULTIEQUAL_-1206933803'), (u'CALL_-1206935638', u'INDIRECT_-1206933871'), ('const-8', u'INT_MULT_-1206937381'), (u'MULTIEQUAL_-1206935825', u'MULTIEQUAL_-1206935825'), (u'MULTIEQUAL_-1206935825', u'MULTIEQUAL_-1206935825'), ('tmp_6557', u'CALLIND_-1206936039'), (u'STORE_-1206936538', u'INDIRECT_-1206934207'), ('const-0', u'COPY_-1206936679'), (u'CALL_-1206935638', u'INDIRECT_-1206934021'), ('const-260', u'INT_AND_-1206937231'), (u'MULTIEQUAL_-1206933617', u'MULTIEQUAL_-1206933533'), (u'CALL_-1206936635', u'INDIRECT_-1206934933'), (u'CALL_-1206936635', u'INDIRECT_-1206933760'), (u'INDIRECT_-1206933304', u'MULTIEQUAL_-1206933205'), (u'INDIRECT_-1206934596', u'MULTIEQUAL_-1206934564'), (u'CALL_-1206936005', u'INDIRECT_-1206933593'), (u'CALL_-1206935397', u'INDIRECT_-1206933641'), (u'PTRADD_-1206933122', u'INT_NOTEQUAL_-1206936839'), (u'STORE_-1206936421', u'INDIRECT_-1206934520'), (u'INDIRECT_-1206933714', u'MULTIEQUAL_-1206933463'), (u'CALL_-1206935425', u'INDIRECT_-1206933855'), (u'CALL_-1206936241', u'INDIRECT_-1206934496'), (u'CALL_-1206935548', u'INDIRECT_-1206934124'), (u'CALL_-1206936183', u'INDIRECT_-1206933266'), ('const-8', u'PTRADD_-1206933173'), (u'INDIRECT_-1206934481', u'MULTIEQUAL_-1206934455'), (u'CALL_-1206935425', u'INDIRECT_-1206933755'), (u'INDIRECT_-1206933946', u'MULTIEQUAL_-1206933914'), ('const-1', u'PTRADD_-1206933173'), ('const-0', u'CALL_-1206935425'), (u'INDIRECT_-1206933755', u'MULTIEQUAL_-1206933749'), ('const--2', u'INT_MULT_-1206932889'), (u'STORE_-1206936399', u'INDIRECT_-1206934005'), (u'MULTIEQUAL_-1206934716', u'MULTIEQUAL_-1206934717'), (u'INDIRECT_-1206934096', u'COPY_-1206934137'), (u'INDIRECT_-1206933425', u'MULTIEQUAL_-1206933390'), ('const-8', u'PTRADD_-1206932633'), ('tmp_96', u'CBRANCH_-1206937548'), (u'INDIRECT_-1206934646', u'MULTIEQUAL_-1206934614'), (u'CALL_-1206936326', u'INDIRECT_-1206933751'), (u'CALL_-1206936797', u'INDIRECT_-1206934710'), (u'INDIRECT_-1206933368', u'MULTIEQUAL_-1206933129'), (u'CALL_-1206935687', u'INDIRECT_-1206933067'), (u'CALL_-1206935809', u'INDIRECT_-1206932667'), (u'CALL_-1206935397', u'INDIRECT_-1206933891'), ('const-0', u'INT_NOTEQUAL_-1206937434'), (u'INDIRECT_-1206934046', u'COPY_-1206934087'), (u'CALL_-1206936301', u'INDIRECT_-1206934384'), (u'INDIRECT_-1206933197', u'MULTIEQUAL_-1206933174'), (u'CALL_-1206935638', u'INDIRECT_-1206932997'), (u'STORE_-1206937027', u'INDIRECT_-1206934531'), (u'LOAD_-1206937305', u'INT_ADD_-1206937243'), (u'CALL_-1206936062', u'INDIRECT_-1206933727'), (u'CALL_-1206936635', u'INDIRECT_-1206933842'), (u'CALL_-1206935687', u'INDIRECT_-1206932585'), (u'MULTIEQUAL_-1206934330', u'MULTIEQUAL_-1206934249'), (u'PTRSUB_-1206936602', u'MULTIEQUAL_-1206933264'), (u'CALL_-1206935840', u'INDIRECT_-1206933197'), (u'INDIRECT_-1206934146', u'COPY_-1206934187'), (u'CALL_-1206937363', u'INDIRECT_-1206934841'), (u'MULTIEQUAL_-1206934867', u'MULTIEQUAL_-1206934866'), (u'CALL_-1206936062', u'INDIRECT_-1206933317'), (u'LOAD_-1206937298', u'LOAD_-1206937277'), (u'CALL_-1206936572', u'INDIRECT_-1206933854'), (u'CALL_-1206935809', u'INDIRECT_-1206933909'), (u'INDIRECT_-1206934187', u'MULTIEQUAL_-1206934030'), (u'INDIRECT_-1206934399', u'MULTIEQUAL_-1206934380'), (u'CALL_-1206935687', u'INDIRECT_-1206933977'), (u'INDIRECT_-1206934523', u'MULTIEQUAL_-1206934509'), (u'INDIRECT_-1206934613', u'COPY_-1206933418'), (u'INDIRECT_-1206933525', u'MULTIEQUAL_-1206933490'), (u'STORE_-1206936522', u'INDIRECT_-1206934246'), (u'INDIRECT_-1206932805', u'MULTIEQUAL_-1206932615'), (u'CALL_-1206937458', u'INDIRECT_-1206934313'), (u'INDIRECT_-1206934196', u'MULTIEQUAL_-1206934164'), (u'CAST_-1206932789', u'STORE_-1206936399'), (u'CALL_-1206936062', u'INDIRECT_-1206932867'), (u'MULTIEQUAL_-1206935343', u'MULTIEQUAL_-1206935340'), (u'INDIRECT_-1206933546', u'COPY_-1206933587'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933144'), (u'COPY_-1206932908', u'MULTIEQUAL_-1206935238'), ('tmp_440', u'CBRANCH_-1206937260'), (u'INDIRECT_-1206933063', u'MULTIEQUAL_-1206932873'), ('tmp_6554', u'PTRSUB_-1206933084'), (u'MULTIEQUAL_-1206934767', u'MULTIEQUAL_-1206934766'), (u'CALL_-1206935793', u'INDIRECT_-1206933232'), ('const--1', u'INT_ADD_-1206937316'), (u'PTRADD_-1206932819', u'LOAD_-1206936362'), ('const-433', u'LOAD_-1206936060'), (u'CALL_-1206935425', u'INDIRECT_-1206933505'), (u'CALL_-1206936326', u'INDIRECT_-1206934251'), (u'CALL_-1206937458', u'INDIRECT_-1206934763'), (u'STORE_-1206937027', u'INDIRECT_-1206934631'), ('const-856', u'INT_ADD_-1206935956'), (u'STORE_-1206936538', u'INDIRECT_-1206934407'), (u'CALL_-1206935901', u'INDIRECT_-1206933149'), (u'STORE_-1206936612', u'INDIRECT_-1206934099'), (u'CALL_-1206935614', u'INDIRECT_-1206933461'), (u'INDIRECT_-1206933805', u'MULTIEQUAL_-1206933799'), (u'CALLIND_-1206935962', u'INDIRECT_-1206933191'), (u'CALL_-1206936635', u'INDIRECT_-1206933892'), (u'INDIRECT_-1206934420', u'MULTIEQUAL_-1206934414'), (u'MULTIEQUAL_-1206934455', u'MULTIEQUAL_-1206934385'), (u'STORE_-1206936612', u'INDIRECT_-1206934049'), (u'STORE_-1206936414', u'INDIRECT_-1206934216'), (u'CALLIND_-1206936039', u'INDIRECT_-1206933336'), (u'COPY_-1206936083', u'MULTIEQUAL_-1206933117'), (u'CALL_-1206936301', u'INDIRECT_-1206934034'), (u'INDIRECT_-1206933923', u'MULTIEQUAL_-1206933903'), ('const-5', u'CALL_-1206935425'), (u'MULTIEQUAL_-1206934817', u'MULTIEQUAL_-1206934705'), ('const-0', u'COPY_-1206937542'), (u'INDIRECT_-1206933727', u'COPY_-1206933781'), (u'CALL_-1206935397', u'INDIRECT_-1206933491'), (u'INDIRECT_-1206933870', u'MULTIEQUAL_-1206933864'), (u'CALL_-1206936005', u'INDIRECT_-1206933123'), (u'INDIRECT_-1206934760', u'CALL_-1206936769'), (u'STORE_-1206936421', u'INDIRECT_-1206934170'), (u'CALL_-1206935614', u'INDIRECT_-1206933761'), (u'INDIRECT_-1206934075', u'MULTIEQUAL_-1206934040'), (u'INDIRECT_-1206933208', u'MULTIEQUAL_-1206932969'), (u'INDIRECT_-1206933293', u'MULTIEQUAL_-1206933270'), (u'INT_EQUAL_-1206936336', u'CALL_-1206936301'), (u'BOOL_NEGATE_-1206933298', u'CBRANCH_-1206937238'), (u'CALL_-1206935809', u'INDIRECT_-1206932989'), (u'CALL_-1206935576', u'INDIRECT_-1206932707'), (u'STORE_-1206937027', u'INDIRECT_-1206934781'), (u'STORE_-1206937027', u'INDIRECT_-1206934431'), (u'CALL_-1206936769', u'INDIRECT_-1206933987'), (u'INDIRECT_-1206934831', u'MULTIEQUAL_-1206934805'), (u'CALL_-1206935840', u'INDIRECT_-1206932876'), (u'MULTIEQUAL_-1206935694', u'MULTIEQUAL_-1206935698'), (u'CALL_-1206935687', u'INDIRECT_-1206932617'), (u'CALL_-1206936301', u'INDIRECT_-1206934134'), (u'STORE_-1206936538', u'INDIRECT_-1206934307'), (u'MULTIEQUAL_-1206935327', u'MULTIEQUAL_-1206935324'), (u'CALLIND_-1206935962', u'INDIRECT_-1206934365'), (u'STORE_-1206936522', u'INDIRECT_-1206933996'), (u'INDIRECT_-1206934099', u'MULTIEQUAL_-1206934080'), (u'INDIRECT_-1206933714', u'MULTIEQUAL_-1206933603'), (u'STORE_-1206936612', u'INDIRECT_-1206933849'), (u'CALL_-1206936183', u'INDIRECT_-1206934304'), (u'CALL_-1206935901', u'INDIRECT_-1206932827'), (u'STORE_-1206936883', u'INDIRECT_-1206934023'), (u'INDIRECT_-1206934223', u'MULTIEQUAL_-1206934203'), (u'STORE_-1206937027', u'INDIRECT_-1206934481'), (u'CALL_-1206936005', u'INDIRECT_-1206934193'), ('const-0', u'SUBPIECE_-1206935125'), (u'INDIRECT_-1206934737', u'MULTIEQUAL_-1206934580'), (u'INDIRECT_-1206933820', u'MULTIEQUAL_-1206933814'), (u'CALL_-1206935901', u'INDIRECT_-1206934223'), (u'INDIRECT_-1206934259', u'MULTIEQUAL_-1206934240'), (u'CALL_-1206935901', u'INDIRECT_-1206933623'), (u'INDIRECT_-1206933970', u'MULTIEQUAL_-1206933964'), (u'CALL_-1206936241', u'INDIRECT_-1206934446'), (u'MULTIEQUAL_-1206934605', u'MULTIEQUAL_-1206934559'), (u'CALL_-1206935425', u'INDIRECT_-1206932977'), (u'INDIRECT_-1206933446', u'COPY_-1206933487'), (u'CALL_-1206936326', u'INDIRECT_-1206934601'), (u'COPY_-1206933258', u'MULTIEQUAL_-1206935532'), (u'CALL_-1206936301', u'INDIRECT_-1206933934'), (u'CAST_-1206932526', u'LOAD_-1206935972'), (u'CALL_-1206936062', u'INDIRECT_-1206933157'), (u'CALL_-1206935548', u'INDIRECT_-1206933224'), (u'INDIRECT_-1206932940', u'MULTIEQUAL_-1206932917'), (u'INDIRECT_-1206933524', u'COPY_-1206933541'), ('const-0', u'INT_EQUAL_-1206936109'), (u'CALL_-1206936326', u'INDIRECT_-1206933801'), (u'INDIRECT_-1206934364', u'MULTIEQUAL_-1206934113')]
| null | null |
001097d0
|
x64
|
O2
|
(translation_unit "void FUN_001097d0(undefined8 *param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n long *__base;\n long *plVar3;\n long lVar4;\n undefined8 *puVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n long lVar8;\n ulong uVar9;\n long lVar10;\n void *__src;\n byte *pbVar11;\n byte *pbVar12;\n undefined8 *puVar13;\n byte *pbVar14;\n undefined8 *puVar15;\n long *plVar16;\n long *plVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n byte bVar21;\n undefined8 *local_168 [2];\n undefined4 local_158;\n void *local_150;\n size_t local_148;\n long local_140;\n undefined8 local_138;\n undefined1 local_128 [16];\n undefined1 *local_118;\n undefined4 local_110;\n undefined4 local_10c;\n undefined8 local_108;\n undefined4 local_100;\n void *local_d8;\n undefined4 local_cc;\n code *local_a8;\n code *local_a0;\n undefined4 local_70;\n undefined4 local_6c;\n undefined8 local_68;\n undefined4 local_60;\n undefined8 local_40;\n \n bVar21 = 0;\n DAT_00157238 = 0;\n DAT_00157248 = 0;\n DAT_00157244 = 0xffffffff;\n DAT_00157298 = DAT_001572a8;\n if (DAT_001572a8 == 0) {\n DAT_00157298 = DAT_00157278;\n }\n DAT_00157240 = 0;\n DAT_001572a0 = (void *)xmalloc((DAT_00157298 + DAT_00157280) * 8);\n lVar10 = DAT_00157298;\n __src = DAT_00157290;\n if (DAT_001572a8 != 0) {\n __src = DAT_001572b0;\n }\n __base = (long *)memcpy(DAT_001572a0,__src,DAT_00157298 * 8);\n plVar3 = __base;\n plVar16 = __base;\nLAB_00109890:\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (-1 < lVar10) {\n while( true ) {\n plVar16 = plVar17 + 1;\n lVar4 = *plVar17;\n pbVar12 = *(byte **)(lVar4 + 8);\n if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;\n bVar18 = false;\n bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;\n if (!bVar20) {\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }\n if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar3 = lVar4;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (lVar10 < 0) goto LAB_00109904;\n }\n goto LAB_00109890;\n }\nLAB_00109904:\n DAT_00157298 = (long)plVar3 - (long)__base >> 3;\n if (0 < DAT_00157280) {\n DAT_00157298 = DAT_00157280 + DAT_00157298;\n lVar10 = DAT_00157288;\n do {\n *plVar3 = lVar10;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + 0x30;\n } while (plVar3 != __base + DAT_00157298);\n }\n qsort(__base,DAT_00157298,8,FUN_00109c90);\n init_disassemble_info(local_128,stdout,PTR_fprintf_00154fa8);\n local_a8 = FUN_001091e0;\n local_158 = 0;\n local_150 = (void *)0x0;\n local_148 = 0;\n local_138 = 0;\n local_a0 = FUN_00108a80;\n local_168[0] = param_1;\n local_118 = (undefined1 *)local_168;\n if (DAT_001572c0 != 0) {\n local_118 = (undefined1 *)local_168;\n lVar4 = bfd_scan_arch();\n lVar10 = DAT_001572c0;\n if (lVar4 == 0) {\n uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);\n /* WARNING: Subroutine does not return */\n FUN_00136590(uVar6,lVar10);\n }\n param_1[0x18] = lVar4;\n }\n if (DAT_00155450 != 2) {\n puVar5 = (undefined8 *)xmalloc(0x370);\n puVar13 = (undefined8 *)param_1[1];\n *puVar5 = *puVar13;\n puVar5[0x6d] = puVar13[0x6d];\n lVar10 = (long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n puVar13 = (undefined8 *)((long)puVar13 - lVar10);\n puVar15 = (undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n for (uVar9 = (ulong)((int)lVar10 + 0x370U >> 3); uVar9 != 0; uVar9 = uVar9 - 1) {\n *puVar15 = *puVar13;\n puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;\n puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;\n }\n param_1[1] = puVar5;\n *(int *)((long)puVar5 + 0xc) = DAT_00155450;\n }\n uVar6 = bfd_get_mach(param_1);\n iVar1 = *(int *)(param_1[1] + 0xc);\n uVar2 = bfd_get_arch(param_1);\n local_140 = disassembler(uVar2,iVar1 == 0,uVar6,param_1);\n if (local_140 == 0) {\n uVar2 = bfd_get_arch(param_1);\n uVar6 = bfd_printable_arch_mach(uVar2,0);\n uVar7 = dcgettext(0,"can\'t disassemble for architecture %s\n",5);\n FUN_00136630(uVar7,uVar6);\n DAT_00157388 = 1;\n return;\n }\n local_110 = *(undefined4 *)(param_1[1] + 8);\n local_10c = bfd_get_arch(param_1);\n local_108 = bfd_get_mach(param_1);\n local_40 = DAT_001572b8;\n local_6c = bfd_octets_per_byte(param_1);\n local_60 = 0;\n local_68 = 0x300000008;\n if (*(int *)(param_1[1] + 0xc) == 0) {\n local_100 = 0;\n local_70 = 0;\n }\n else if (*(int *)(param_1[1] + 0xc) == 1) {\n local_100 = 1;\n local_70 = 1;\n }\n else {\n local_100 = 2;\n }\n disassemble_init_for_target(local_128);\n lVar10 = (**(code **)(param_1[1] + 0x350))(param_1);\n if (lVar10 < 0) {\n if (DAT_00157368 != 0) {\nLAB_00109bee:\n /* WARNING: Subroutine does not return */\n FUN_00136510(*param_1);\n }\n }\n else if (lVar10 != 0) {\n local_150 = (void *)xmalloc(lVar10);\n local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);\n if ((long)local_148 < 0) goto LAB_00109bee;\n qsort(local_150,local_148,8,FUN_00108380);\n }\n local_d8 = DAT_001572a0;\n local_cc = (undefined4)DAT_00157298;\n bfd_map_over_sections(param_1,FUN_0010d910,local_128);\n if (local_150 != (void *)0x0) {\n free(local_150);\n }\n free(DAT_001572a0);\n return;\n}\n\n" (function_definition "void FUN_001097d0(undefined8 *param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n long *__base;\n long *plVar3;\n long lVar4;\n undefined8 *puVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n long lVar8;\n ulong uVar9;\n long lVar10;\n void *__src;\n byte *pbVar11;\n byte *pbVar12;\n undefined8 *puVar13;\n byte *pbVar14;\n undefined8 *puVar15;\n long *plVar16;\n long *plVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n byte bVar21;\n undefined8 *local_168 [2];\n undefined4 local_158;\n void *local_150;\n size_t local_148;\n long local_140;\n undefined8 local_138;\n undefined1 local_128 [16];\n undefined1 *local_118;\n undefined4 local_110;\n undefined4 local_10c;\n undefined8 local_108;\n undefined4 local_100;\n void *local_d8;\n undefined4 local_cc;\n code *local_a8;\n code *local_a0;\n undefined4 local_70;\n undefined4 local_6c;\n undefined8 local_68;\n undefined4 local_60;\n undefined8 local_40;\n \n bVar21 = 0;\n DAT_00157238 = 0;\n DAT_00157248 = 0;\n DAT_00157244 = 0xffffffff;\n DAT_00157298 = DAT_001572a8;\n if (DAT_001572a8 == 0) {\n DAT_00157298 = DAT_00157278;\n }\n DAT_00157240 = 0;\n DAT_001572a0 = (void *)xmalloc((DAT_00157298 + DAT_00157280) * 8);\n lVar10 = DAT_00157298;\n __src = DAT_00157290;\n if (DAT_001572a8 != 0) {\n __src = DAT_001572b0;\n }\n __base = (long *)memcpy(DAT_001572a0,__src,DAT_00157298 * 8);\n plVar3 = __base;\n plVar16 = __base;\nLAB_00109890:\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (-1 < lVar10) {\n while( true ) {\n plVar16 = plVar17 + 1;\n lVar4 = *plVar17;\n pbVar12 = *(byte **)(lVar4 + 8);\n if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;\n bVar18 = false;\n bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;\n if (!bVar20) {\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }\n if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar3 = lVar4;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (lVar10 < 0) goto LAB_00109904;\n }\n goto LAB_00109890;\n }\nLAB_00109904:\n DAT_00157298 = (long)plVar3 - (long)__base >> 3;\n if (0 < DAT_00157280) {\n DAT_00157298 = DAT_00157280 + DAT_00157298;\n lVar10 = DAT_00157288;\n do {\n *plVar3 = lVar10;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + 0x30;\n } while (plVar3 != __base + DAT_00157298);\n }\n qsort(__base,DAT_00157298,8,FUN_00109c90);\n init_disassemble_info(local_128,stdout,PTR_fprintf_00154fa8);\n local_a8 = FUN_001091e0;\n local_158 = 0;\n local_150 = (void *)0x0;\n local_148 = 0;\n local_138 = 0;\n local_a0 = FUN_00108a80;\n local_168[0] = param_1;\n local_118 = (undefined1 *)local_168;\n if (DAT_001572c0 != 0) {\n local_118 = (undefined1 *)local_168;\n lVar4 = bfd_scan_arch();\n lVar10 = DAT_001572c0;\n if (lVar4 == 0) {\n uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);\n /* WARNING: Subroutine does not return */\n FUN_00136590(uVar6,lVar10);\n }\n param_1[0x18] = lVar4;\n }\n if (DAT_00155450 != 2) {\n puVar5 = (undefined8 *)xmalloc(0x370);\n puVar13 = (undefined8 *)param_1[1];\n *puVar5 = *puVar13;\n puVar5[0x6d] = puVar13[0x6d];\n lVar10 = (long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n puVar13 = (undefined8 *)((long)puVar13 - lVar10);\n puVar15 = (undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n for (uVar9 = (ulong)((int)lVar10 + 0x370U >> 3); uVar9 != 0; uVar9 = uVar9 - 1) {\n *puVar15 = *puVar13;\n puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;\n puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;\n }\n param_1[1] = puVar5;\n *(int *)((long)puVar5 + 0xc) = DAT_00155450;\n }\n uVar6 = bfd_get_mach(param_1);\n iVar1 = *(int *)(param_1[1] + 0xc);\n uVar2 = bfd_get_arch(param_1);\n local_140 = disassembler(uVar2,iVar1 == 0,uVar6,param_1);\n if (local_140 == 0) {\n uVar2 = bfd_get_arch(param_1);\n uVar6 = bfd_printable_arch_mach(uVar2,0);\n uVar7 = dcgettext(0,"can\'t disassemble for architecture %s\n",5);\n FUN_00136630(uVar7,uVar6);\n DAT_00157388 = 1;\n return;\n }\n local_110 = *(undefined4 *)(param_1[1] + 8);\n local_10c = bfd_get_arch(param_1);\n local_108 = bfd_get_mach(param_1);\n local_40 = DAT_001572b8;\n local_6c = bfd_octets_per_byte(param_1);\n local_60 = 0;\n local_68 = 0x300000008;\n if (*(int *)(param_1[1] + 0xc) == 0) {\n local_100 = 0;\n local_70 = 0;\n }\n else if (*(int *)(param_1[1] + 0xc) == 1) {\n local_100 = 1;\n local_70 = 1;\n }\n else {\n local_100 = 2;\n }\n disassemble_init_for_target(local_128);\n lVar10 = (**(code **)(param_1[1] + 0x350))(param_1);\n if (lVar10 < 0) {\n if (DAT_00157368 != 0) {\nLAB_00109bee:\n /* WARNING: Subroutine does not return */\n FUN_00136510(*param_1);\n }\n }\n else if (lVar10 != 0) {\n local_150 = (void *)xmalloc(lVar10);\n local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);\n if ((long)local_148 < 0) goto LAB_00109bee;\n qsort(local_150,local_148,8,FUN_00108380);\n }\n local_d8 = DAT_001572a0;\n local_cc = (undefined4)DAT_00157298;\n bfd_map_over_sections(param_1,FUN_0010d910,local_128);\n if (local_150 != (void *)0x0) {\n free(local_150);\n }\n free(DAT_001572a0);\n return;\n}" primitive_type (function_declarator "FUN_001097d0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n long *__base;\n long *plVar3;\n long lVar4;\n undefined8 *puVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n long lVar8;\n ulong uVar9;\n long lVar10;\n void *__src;\n byte *pbVar11;\n byte *pbVar12;\n undefined8 *puVar13;\n byte *pbVar14;\n undefined8 *puVar15;\n long *plVar16;\n long *plVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n byte bVar21;\n undefined8 *local_168 [2];\n undefined4 local_158;\n void *local_150;\n size_t local_148;\n long local_140;\n undefined8 local_138;\n undefined1 local_128 [16];\n undefined1 *local_118;\n undefined4 local_110;\n undefined4 local_10c;\n undefined8 local_108;\n undefined4 local_100;\n void *local_d8;\n undefined4 local_cc;\n code *local_a8;\n code *local_a0;\n undefined4 local_70;\n undefined4 local_6c;\n undefined8 local_68;\n undefined4 local_60;\n undefined8 local_40;\n \n bVar21 = 0;\n DAT_00157238 = 0;\n DAT_00157248 = 0;\n DAT_00157244 = 0xffffffff;\n DAT_00157298 = DAT_001572a8;\n if (DAT_001572a8 == 0) {\n DAT_00157298 = DAT_00157278;\n }\n DAT_00157240 = 0;\n DAT_001572a0 = (void *)xmalloc((DAT_00157298 + DAT_00157280) * 8);\n lVar10 = DAT_00157298;\n __src = DAT_00157290;\n if (DAT_001572a8 != 0) {\n __src = DAT_001572b0;\n }\n __base = (long *)memcpy(DAT_001572a0,__src,DAT_00157298 * 8);\n plVar3 = __base;\n plVar16 = __base;\nLAB_00109890:\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (-1 < lVar10) {\n while( true ) {\n plVar16 = plVar17 + 1;\n lVar4 = *plVar17;\n pbVar12 = *(byte **)(lVar4 + 8);\n if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;\n bVar18 = false;\n bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;\n if (!bVar20) {\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }\n if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar3 = lVar4;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (lVar10 < 0) goto LAB_00109904;\n }\n goto LAB_00109890;\n }\nLAB_00109904:\n DAT_00157298 = (long)plVar3 - (long)__base >> 3;\n if (0 < DAT_00157280) {\n DAT_00157298 = DAT_00157280 + DAT_00157298;\n lVar10 = DAT_00157288;\n do {\n *plVar3 = lVar10;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + 0x30;\n } while (plVar3 != __base + DAT_00157298);\n }\n qsort(__base,DAT_00157298,8,FUN_00109c90);\n init_disassemble_info(local_128,stdout,PTR_fprintf_00154fa8);\n local_a8 = FUN_001091e0;\n local_158 = 0;\n local_150 = (void *)0x0;\n local_148 = 0;\n local_138 = 0;\n local_a0 = FUN_00108a80;\n local_168[0] = param_1;\n local_118 = (undefined1 *)local_168;\n if (DAT_001572c0 != 0) {\n local_118 = (undefined1 *)local_168;\n lVar4 = bfd_scan_arch();\n lVar10 = DAT_001572c0;\n if (lVar4 == 0) {\n uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);\n /* WARNING: Subroutine does not return */\n FUN_00136590(uVar6,lVar10);\n }\n param_1[0x18] = lVar4;\n }\n if (DAT_00155450 != 2) {\n puVar5 = (undefined8 *)xmalloc(0x370);\n puVar13 = (undefined8 *)param_1[1];\n *puVar5 = *puVar13;\n puVar5[0x6d] = puVar13[0x6d];\n lVar10 = (long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n puVar13 = (undefined8 *)((long)puVar13 - lVar10);\n puVar15 = (undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n for (uVar9 = (ulong)((int)lVar10 + 0x370U >> 3); uVar9 != 0; uVar9 = uVar9 - 1) {\n *puVar15 = *puVar13;\n puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;\n puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;\n }\n param_1[1] = puVar5;\n *(int *)((long)puVar5 + 0xc) = DAT_00155450;\n }\n uVar6 = bfd_get_mach(param_1);\n iVar1 = *(int *)(param_1[1] + 0xc);\n uVar2 = bfd_get_arch(param_1);\n local_140 = disassembler(uVar2,iVar1 == 0,uVar6,param_1);\n if (local_140 == 0) {\n uVar2 = bfd_get_arch(param_1);\n uVar6 = bfd_printable_arch_mach(uVar2,0);\n uVar7 = dcgettext(0,"can\'t disassemble for architecture %s\n",5);\n FUN_00136630(uVar7,uVar6);\n DAT_00157388 = 1;\n return;\n }\n local_110 = *(undefined4 *)(param_1[1] + 8);\n local_10c = bfd_get_arch(param_1);\n local_108 = bfd_get_mach(param_1);\n local_40 = DAT_001572b8;\n local_6c = bfd_octets_per_byte(param_1);\n local_60 = 0;\n local_68 = 0x300000008;\n if (*(int *)(param_1[1] + 0xc) == 0) {\n local_100 = 0;\n local_70 = 0;\n }\n else if (*(int *)(param_1[1] + 0xc) == 1) {\n local_100 = 1;\n local_70 = 1;\n }\n else {\n local_100 = 2;\n }\n disassemble_init_for_target(local_128);\n lVar10 = (**(code **)(param_1[1] + 0x350))(param_1);\n if (lVar10 < 0) {\n if (DAT_00157368 != 0) {\nLAB_00109bee:\n /* WARNING: Subroutine does not return */\n FUN_00136510(*param_1);\n }\n }\n else if (lVar10 != 0) {\n local_150 = (void *)xmalloc(lVar10);\n local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);\n if ((long)local_148 < 0) goto LAB_00109bee;\n qsort(local_150,local_148,8,FUN_00108380);\n }\n local_d8 = DAT_001572a0;\n local_cc = (undefined4)DAT_00157298;\n bfd_map_over_sections(param_1,FUN_0010d910,local_128);\n if (local_150 != (void *)0x0) {\n free(local_150);\n }\n free(DAT_001572a0);\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "long *__base;" (sized_type_specifier "long" long) (pointer_declarator "*__base" * identifier) ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "undefined8 uVar6;" type_identifier identifier ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "long lVar8;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar9;" type_identifier identifier ;) (declaration "long lVar10;" (sized_type_specifier "long" long) identifier ;) (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "byte *pbVar11;" type_identifier (pointer_declarator "*pbVar11" * identifier) ;) (declaration "byte *pbVar12;" type_identifier (pointer_declarator "*pbVar12" * identifier) ;) (declaration "undefined8 *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (declaration "byte *pbVar14;" type_identifier (pointer_declarator "*pbVar14" * identifier) ;) (declaration "undefined8 *puVar15;" type_identifier (pointer_declarator "*puVar15" * identifier) ;) (declaration "long *plVar16;" (sized_type_specifier "long" long) (pointer_declarator "*plVar16" * identifier) ;) (declaration "long *plVar17;" (sized_type_specifier "long" long) (pointer_declarator "*plVar17" * identifier) ;) (declaration "bool bVar18;" primitive_type identifier ;) (declaration "bool bVar19;" primitive_type identifier ;) (declaration "bool bVar20;" primitive_type identifier ;) (declaration "byte bVar21;" type_identifier identifier ;) (declaration "undefined8 *local_168 [2];" type_identifier (pointer_declarator "*local_168 [2]" * (array_declarator "local_168 [2]" identifier [ number_literal ])) ;) (declaration "undefined4 local_158;" type_identifier identifier ;) (declaration "void *local_150;" primitive_type (pointer_declarator "*local_150" * identifier) ;) (declaration "size_t local_148;" primitive_type identifier ;) (declaration "long local_140;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 local_138;" type_identifier identifier ;) (declaration "undefined1 local_128 [16];" type_identifier (array_declarator "local_128 [16]" identifier [ number_literal ]) ;) (declaration "undefined1 *local_118;" type_identifier (pointer_declarator "*local_118" * identifier) ;) (declaration "undefined4 local_110;" type_identifier identifier ;) (declaration "undefined4 local_10c;" type_identifier identifier ;) (declaration "undefined8 local_108;" type_identifier identifier ;) (declaration "undefined4 local_100;" type_identifier identifier ;) (declaration "void *local_d8;" primitive_type (pointer_declarator "*local_d8" * identifier) ;) (declaration "undefined4 local_cc;" type_identifier identifier ;) (declaration "code *local_a8;" type_identifier (pointer_declarator "*local_a8" * identifier) ;) (declaration "code *local_a0;" type_identifier (pointer_declarator "*local_a0" * identifier) ;) (declaration "undefined4 local_70;" type_identifier identifier ;) (declaration "undefined4 local_6c;" type_identifier identifier ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined4 local_60;" type_identifier identifier ;) (declaration "undefined8 local_40;" type_identifier identifier ;) (expression_statement "bVar21 = 0;" (assignment_expression "bVar21 = 0" identifier = number_literal) ;) (expression_statement "DAT_00157238 = 0;" (assignment_expression "DAT_00157238 = 0" identifier = number_literal) ;) (expression_statement "DAT_00157248 = 0;" (assignment_expression "DAT_00157248 = 0" identifier = number_literal) ;) (expression_statement "DAT_00157244 = 0xffffffff;" (assignment_expression "DAT_00157244 = 0xffffffff" identifier = number_literal) ;) (expression_statement "DAT_00157298 = DAT_001572a8;" (assignment_expression "DAT_00157298 = DAT_001572a8" identifier = identifier) ;) (if_statement "if (DAT_001572a8 == 0) {\n DAT_00157298 = DAT_00157278;\n }" if (parenthesized_expression "(DAT_001572a8 == 0)" ( (binary_expression "DAT_001572a8 == 0" identifier == number_literal) )) (compound_statement "{\n DAT_00157298 = DAT_00157278;\n }" { (expression_statement "DAT_00157298 = DAT_00157278;" (assignment_expression "DAT_00157298 = DAT_00157278" identifier = identifier) ;) })) (expression_statement "DAT_00157240 = 0;" (assignment_expression "DAT_00157240 = 0" identifier = number_literal) ;) (expression_statement "DAT_001572a0 = (void *)xmalloc((DAT_00157298 + DAT_00157280) * 8);" (assignment_expression "DAT_001572a0 = (void *)xmalloc((DAT_00157298 + DAT_00157280) * 8)" identifier = (cast_expression "(void *)xmalloc((DAT_00157298 + DAT_00157280) * 8)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc((DAT_00157298 + DAT_00157280) * 8)" identifier (argument_list "((DAT_00157298 + DAT_00157280) * 8)" ( (binary_expression "(DAT_00157298 + DAT_00157280) * 8" (parenthesized_expression "(DAT_00157298 + DAT_00157280)" ( (binary_expression "DAT_00157298 + DAT_00157280" identifier + identifier) )) * number_literal) ))))) ;) (expression_statement "lVar10 = DAT_00157298;" (assignment_expression "lVar10 = DAT_00157298" identifier = identifier) ;) (expression_statement "__src = DAT_00157290;" (assignment_expression "__src = DAT_00157290" identifier = identifier) ;) (if_statement "if (DAT_001572a8 != 0) {\n __src = DAT_001572b0;\n }" if (parenthesized_expression "(DAT_001572a8 != 0)" ( (binary_expression "DAT_001572a8 != 0" identifier != number_literal) )) (compound_statement "{\n __src = DAT_001572b0;\n }" { (expression_statement "__src = DAT_001572b0;" (assignment_expression "__src = DAT_001572b0" identifier = identifier) ;) })) (expression_statement "__base = (long *)memcpy(DAT_001572a0,__src,DAT_00157298 * 8);" (assignment_expression "__base = (long *)memcpy(DAT_001572a0,__src,DAT_00157298 * 8)" identifier = (cast_expression "(long *)memcpy(DAT_001572a0,__src,DAT_00157298 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "memcpy(DAT_001572a0,__src,DAT_00157298 * 8)" identifier (argument_list "(DAT_001572a0,__src,DAT_00157298 * 8)" ( identifier , identifier , (binary_expression "DAT_00157298 * 8" identifier * number_literal) ))))) ;) (expression_statement "plVar3 = __base;" (assignment_expression "plVar3 = __base" identifier = identifier) ;) (expression_statement "plVar16 = __base;" (assignment_expression "plVar16 = __base" identifier = identifier) ;) (labeled_statement "LAB_00109890:\n lVar10 = lVar10 + -1;" statement_identifier : (expression_statement "lVar10 = lVar10 + -1;" (assignment_expression "lVar10 = lVar10 + -1" identifier = (binary_expression "lVar10 + -1" identifier + number_literal)) ;)) (expression_statement "plVar17 = plVar16;" (assignment_expression "plVar17 = plVar16" identifier = identifier) ;) (if_statement "if (-1 < lVar10) {\n while( true ) {\n plVar16 = plVar17 + 1;\n lVar4 = *plVar17;\n pbVar12 = *(byte **)(lVar4 + 8);\n if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;\n bVar18 = false;\n bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;\n if (!bVar20) {\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }\n if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar3 = lVar4;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (lVar10 < 0) goto LAB_00109904;\n }\n goto LAB_00109890;\n }" if (parenthesized_expression "(-1 < lVar10)" ( (binary_expression "-1 < lVar10" number_literal < identifier) )) (compound_statement "{\n while( true ) {\n plVar16 = plVar17 + 1;\n lVar4 = *plVar17;\n pbVar12 = *(byte **)(lVar4 + 8);\n if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;\n bVar18 = false;\n bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;\n if (!bVar20) {\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }\n if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar3 = lVar4;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (lVar10 < 0) goto LAB_00109904;\n }\n goto LAB_00109890;\n }" { (while_statement "while( true ) {\n plVar16 = plVar17 + 1;\n lVar4 = *plVar17;\n pbVar12 = *(byte **)(lVar4 + 8);\n if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;\n bVar18 = false;\n bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;\n if (!bVar20) {\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }\n if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar3 = lVar4;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (lVar10 < 0) goto LAB_00109904;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n plVar16 = plVar17 + 1;\n lVar4 = *plVar17;\n pbVar12 = *(byte **)(lVar4 + 8);\n if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;\n bVar18 = false;\n bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;\n if (!bVar20) {\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }\n if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar3 = lVar4;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (lVar10 < 0) goto LAB_00109904;\n }" { (expression_statement "plVar16 = plVar17 + 1;" (assignment_expression "plVar16 = plVar17 + 1" identifier = (binary_expression "plVar17 + 1" identifier + number_literal)) ;) (expression_statement "lVar4 = *plVar17;" (assignment_expression "lVar4 = *plVar17" identifier = (pointer_expression "*plVar17" * identifier)) ;) (expression_statement "pbVar12 = *(byte **)(lVar4 + 8);" (assignment_expression "pbVar12 = *(byte **)(lVar4 + 8)" identifier = (pointer_expression "*(byte **)(lVar4 + 8)" * (cast_expression "(byte **)(lVar4 + 8)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar4 + 8)" ( (binary_expression "lVar4 + 8" identifier + number_literal) ))))) ;) (if_statement "if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;" if (parenthesized_expression "((pbVar12 == (byte *)0x0) || (*pbVar12 == 0))" ( (binary_expression "(pbVar12 == (byte *)0x0) || (*pbVar12 == 0)" (parenthesized_expression "(pbVar12 == (byte *)0x0)" ( (binary_expression "pbVar12 == (byte *)0x0" identifier == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(*pbVar12 == 0)" ( (binary_expression "*pbVar12 == 0" (pointer_expression "*pbVar12" * identifier) == number_literal) ))) )) (break_statement "break;" break ;)) (expression_statement "bVar18 = false;" (assignment_expression "bVar18 = false" identifier = false) ;) (expression_statement "bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;" (assignment_expression "bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0" identifier = (binary_expression "(*(uint *)(lVar4 + 0x18) & 0x104) == 0" (parenthesized_expression "(*(uint *)(lVar4 + 0x18) & 0x104)" ( (binary_expression "*(uint *)(lVar4 + 0x18) & 0x104" (pointer_expression "*(uint *)(lVar4 + 0x18)" * (cast_expression "(uint *)(lVar4 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x18)" ( (binary_expression "lVar4 + 0x18" identifier + number_literal) )))) & number_literal) )) == number_literal)) ;) (if_statement "if (!bVar20) {\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }" if (parenthesized_expression "(!bVar20)" ( (unary_expression "!bVar20" ! identifier) )) (compound_statement "{\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }" { (expression_statement "lVar8 = 4;" (assignment_expression "lVar8 = 4" identifier = number_literal) ;) (expression_statement "pbVar11 = pbVar12;" (assignment_expression "pbVar11 = pbVar12" identifier = identifier) ;) (expression_statement "pbVar14 = &DAT_0013d5f3;" (assignment_expression "pbVar14 = &DAT_0013d5f3" identifier = (pointer_expression "&DAT_0013d5f3" & identifier)) ;) (do_statement "do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);" do (compound_statement "{\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n }" { (if_statement "if (lVar8 == 0) break;" if (parenthesized_expression "(lVar8 == 0)" ( (binary_expression "lVar8 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar8 = lVar8 + -1;" (assignment_expression "lVar8 = lVar8 + -1" identifier = (binary_expression "lVar8 + -1" identifier + number_literal)) ;) (expression_statement "bVar18 = *pbVar11 < *pbVar14;" (assignment_expression "bVar18 = *pbVar11 < *pbVar14" identifier = (binary_expression "*pbVar11 < *pbVar14" (pointer_expression "*pbVar11" * identifier) < (pointer_expression "*pbVar14" * identifier))) ;) (expression_statement "bVar20 = *pbVar11 == *pbVar14;" (assignment_expression "bVar20 = *pbVar11 == *pbVar14" identifier = (binary_expression "*pbVar11 == *pbVar14" (pointer_expression "*pbVar11" * identifier) == (pointer_expression "*pbVar14" * identifier))) ;) (expression_statement "pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;" (assignment_expression "pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1" identifier = (binary_expression "pbVar11 + (ulong)bVar21 * -2 + 1" (binary_expression "pbVar11 + (ulong)bVar21 * -2" identifier + (binary_expression "(ulong)bVar21 * -2" (cast_expression "(ulong)bVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;" (assignment_expression "pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1" identifier = (binary_expression "pbVar14 + (ulong)bVar21 * -2 + 1" (binary_expression "pbVar14 + (ulong)bVar21 * -2" identifier + (binary_expression "(ulong)bVar21 * -2" (cast_expression "(ulong)bVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar20)" ( identifier )) ;) (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" identifier = false) ;) (expression_statement "bVar18 = (!bVar18 && !bVar20) == bVar18;" (assignment_expression "bVar18 = (!bVar18 && !bVar20) == bVar18" identifier = (binary_expression "(!bVar18 && !bVar20) == bVar18" (parenthesized_expression "(!bVar18 && !bVar20)" ( (binary_expression "!bVar18 && !bVar20" (unary_expression "!bVar18" ! identifier) && (unary_expression "!bVar20" ! identifier)) )) == identifier)) ;) (if_statement "if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }" if (parenthesized_expression "(!bVar18)" ( (unary_expression "!bVar18" ! identifier) )) (compound_statement "{\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }" { (expression_statement "lVar8 = 5;" (assignment_expression "lVar8 = 5" identifier = number_literal) ;) (expression_statement "pbVar11 = &DAT_0013d5f8;" (assignment_expression "pbVar11 = &DAT_0013d5f8" identifier = (pointer_expression "&DAT_0013d5f8" & identifier)) ;) (do_statement "do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);" do (compound_statement "{\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n }" { (if_statement "if (lVar8 == 0) break;" if (parenthesized_expression "(lVar8 == 0)" ( (binary_expression "lVar8 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar8 = lVar8 + -1;" (assignment_expression "lVar8 = lVar8 + -1" identifier = (binary_expression "lVar8 + -1" identifier + number_literal)) ;) (expression_statement "bVar19 = *pbVar12 < *pbVar11;" (assignment_expression "bVar19 = *pbVar12 < *pbVar11" identifier = (binary_expression "*pbVar12 < *pbVar11" (pointer_expression "*pbVar12" * identifier) < (pointer_expression "*pbVar11" * identifier))) ;) (expression_statement "bVar18 = *pbVar12 == *pbVar11;" (assignment_expression "bVar18 = *pbVar12 == *pbVar11" identifier = (binary_expression "*pbVar12 == *pbVar11" (pointer_expression "*pbVar12" * identifier) == (pointer_expression "*pbVar11" * identifier))) ;) (expression_statement "pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;" (assignment_expression "pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1" identifier = (binary_expression "pbVar12 + (ulong)bVar21 * -2 + 1" (binary_expression "pbVar12 + (ulong)bVar21 * -2" identifier + (binary_expression "(ulong)bVar21 * -2" (cast_expression "(ulong)bVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;" (assignment_expression "pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1" identifier = (binary_expression "pbVar11 + (ulong)bVar21 * -2 + 1" (binary_expression "pbVar11 + (ulong)bVar21 * -2" identifier + (binary_expression "(ulong)bVar21 * -2" (cast_expression "(ulong)bVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar18)" ( identifier )) ;) (if_statement "if ((!bVar19 && !bVar18) != bVar19) break;" if (parenthesized_expression "((!bVar19 && !bVar18) != bVar19)" ( (binary_expression "(!bVar19 && !bVar18) != bVar19" (parenthesized_expression "(!bVar19 && !bVar18)" ( (binary_expression "!bVar19 && !bVar18" (unary_expression "!bVar19" ! identifier) && (unary_expression "!bVar18" ! identifier)) )) != identifier) )) (break_statement "break;" break ;)) })) })) (if_statement "if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;" if (parenthesized_expression "((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0))" ( (binary_expression "(*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)" (parenthesized_expression "(*(long *)(lVar4 + 0x20) == 0x156ed8)" ( (binary_expression "*(long *)(lVar4 + 0x20) == 0x156ed8" (pointer_expression "*(long *)(lVar4 + 0x20)" * (cast_expression "(long *)(lVar4 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x20)" ( (binary_expression "lVar4 + 0x20" identifier + number_literal) )))) == number_literal) )) || (parenthesized_expression "((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)" ( (binary_expression "(*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0" (parenthesized_expression "(*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10)" ( (binary_expression "*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10" (pointer_expression "*(byte *)(*(long *)(lVar4 + 0x20) + 0x21)" * (cast_expression "(byte *)(*(long *)(lVar4 + 0x20) + 0x21)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar4 + 0x20) + 0x21)" ( (binary_expression "*(long *)(lVar4 + 0x20) + 0x21" (pointer_expression "*(long *)(lVar4 + 0x20)" * (cast_expression "(long *)(lVar4 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x20)" ( (binary_expression "lVar4 + 0x20" identifier + number_literal) )))) + number_literal) )))) & number_literal) )) != number_literal) ))) )) (break_statement "break;" break ;)) (expression_statement "*plVar3 = lVar4;" (assignment_expression "*plVar3 = lVar4" (pointer_expression "*plVar3" * identifier) = identifier) ;) (expression_statement "plVar3 = plVar3 + 1;" (assignment_expression "plVar3 = plVar3 + 1" identifier = (binary_expression "plVar3 + 1" identifier + number_literal)) ;) (expression_statement "lVar10 = lVar10 + -1;" (assignment_expression "lVar10 = lVar10 + -1" identifier = (binary_expression "lVar10 + -1" identifier + number_literal)) ;) (expression_statement "plVar17 = plVar16;" (assignment_expression "plVar17 = plVar16" identifier = identifier) ;) (if_statement "if (lVar10 < 0) goto LAB_00109904;" if (parenthesized_expression "(lVar10 < 0)" ( (binary_expression "lVar10 < 0" identifier < number_literal) )) (goto_statement "goto LAB_00109904;" goto statement_identifier ;)) })) (goto_statement "goto LAB_00109890;" goto statement_identifier ;) })) (labeled_statement "LAB_00109904:\n DAT_00157298 = (long)plVar3 - (long)__base >> 3;" statement_identifier : (expression_statement "DAT_00157298 = (long)plVar3 - (long)__base >> 3;" (assignment_expression "DAT_00157298 = (long)plVar3 - (long)__base >> 3" identifier = (binary_expression "(long)plVar3 - (long)__base >> 3" (binary_expression "(long)plVar3 - (long)__base" (cast_expression "(long)plVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;)) (if_statement "if (0 < DAT_00157280) {\n DAT_00157298 = DAT_00157280 + DAT_00157298;\n lVar10 = DAT_00157288;\n do {\n *plVar3 = lVar10;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + 0x30;\n } while (plVar3 != __base + DAT_00157298);\n }" if (parenthesized_expression "(0 < DAT_00157280)" ( (binary_expression "0 < DAT_00157280" number_literal < identifier) )) (compound_statement "{\n DAT_00157298 = DAT_00157280 + DAT_00157298;\n lVar10 = DAT_00157288;\n do {\n *plVar3 = lVar10;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + 0x30;\n } while (plVar3 != __base + DAT_00157298);\n }" { (expression_statement "DAT_00157298 = DAT_00157280 + DAT_00157298;" (assignment_expression "DAT_00157298 = DAT_00157280 + DAT_00157298" identifier = (binary_expression "DAT_00157280 + DAT_00157298" identifier + identifier)) ;) (expression_statement "lVar10 = DAT_00157288;" (assignment_expression "lVar10 = DAT_00157288" identifier = identifier) ;) (do_statement "do {\n *plVar3 = lVar10;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + 0x30;\n } while (plVar3 != __base + DAT_00157298);" do (compound_statement "{\n *plVar3 = lVar10;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + 0x30;\n }" { (expression_statement "*plVar3 = lVar10;" (assignment_expression "*plVar3 = lVar10" (pointer_expression "*plVar3" * identifier) = identifier) ;) (expression_statement "plVar3 = plVar3 + 1;" (assignment_expression "plVar3 = plVar3 + 1" identifier = (binary_expression "plVar3 + 1" identifier + number_literal)) ;) (expression_statement "lVar10 = lVar10 + 0x30;" (assignment_expression "lVar10 = lVar10 + 0x30" identifier = (binary_expression "lVar10 + 0x30" identifier + number_literal)) ;) }) while (parenthesized_expression "(plVar3 != __base + DAT_00157298)" ( (binary_expression "plVar3 != __base + DAT_00157298" identifier != (binary_expression "__base + DAT_00157298" identifier + identifier)) )) ;) })) (expression_statement "qsort(__base,DAT_00157298,8,FUN_00109c90);" (call_expression "qsort(__base,DAT_00157298,8,FUN_00109c90)" identifier (argument_list "(__base,DAT_00157298,8,FUN_00109c90)" ( identifier , identifier , number_literal , identifier ))) ;) (expression_statement "init_disassemble_info(local_128,stdout,PTR_fprintf_00154fa8);" (call_expression "init_disassemble_info(local_128,stdout,PTR_fprintf_00154fa8)" identifier (argument_list "(local_128,stdout,PTR_fprintf_00154fa8)" ( identifier , identifier , identifier ))) ;) (expression_statement "local_a8 = FUN_001091e0;" (assignment_expression "local_a8 = FUN_001091e0" identifier = identifier) ;) (expression_statement "local_158 = 0;" (assignment_expression "local_158 = 0" identifier = number_literal) ;) (expression_statement "local_150 = (void *)0x0;" (assignment_expression "local_150 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_148 = 0;" (assignment_expression "local_148 = 0" identifier = number_literal) ;) (expression_statement "local_138 = 0;" (assignment_expression "local_138 = 0" identifier = number_literal) ;) (expression_statement "local_a0 = FUN_00108a80;" (assignment_expression "local_a0 = FUN_00108a80" identifier = identifier) ;) (expression_statement "local_168[0] = param_1;" (assignment_expression "local_168[0] = param_1" (subscript_expression "local_168[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_118 = (undefined1 *)local_168;" (assignment_expression "local_118 = (undefined1 *)local_168" identifier = (cast_expression "(undefined1 *)local_168" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (if_statement "if (DAT_001572c0 != 0) {\n local_118 = (undefined1 *)local_168;\n lVar4 = bfd_scan_arch();\n lVar10 = DAT_001572c0;\n if (lVar4 == 0) {\n uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);\n /* WARNING: Subroutine does not return */\n FUN_00136590(uVar6,lVar10);\n }\n param_1[0x18] = lVar4;\n }" if (parenthesized_expression "(DAT_001572c0 != 0)" ( (binary_expression "DAT_001572c0 != 0" identifier != number_literal) )) (compound_statement "{\n local_118 = (undefined1 *)local_168;\n lVar4 = bfd_scan_arch();\n lVar10 = DAT_001572c0;\n if (lVar4 == 0) {\n uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);\n /* WARNING: Subroutine does not return */\n FUN_00136590(uVar6,lVar10);\n }\n param_1[0x18] = lVar4;\n }" { (expression_statement "local_118 = (undefined1 *)local_168;" (assignment_expression "local_118 = (undefined1 *)local_168" identifier = (cast_expression "(undefined1 *)local_168" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "lVar4 = bfd_scan_arch();" (assignment_expression "lVar4 = bfd_scan_arch()" identifier = (call_expression "bfd_scan_arch()" identifier (argument_list "()" ( )))) ;) (expression_statement "lVar10 = DAT_001572c0;" (assignment_expression "lVar10 = DAT_001572c0" identifier = identifier) ;) (if_statement "if (lVar4 == 0) {\n uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);\n /* WARNING: Subroutine does not return */\n FUN_00136590(uVar6,lVar10);\n }" if (parenthesized_expression "(lVar4 == 0)" ( (binary_expression "lVar4 == 0" identifier == number_literal) )) (compound_statement "{\n uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);\n /* WARNING: Subroutine does not return */\n FUN_00136590(uVar6,lVar10);\n }" { (expression_statement "uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);" (assignment_expression "uVar6 = dcgettext(0,"can\'t use supplied machine %s",5)" identifier = (call_expression "dcgettext(0,"can\'t use supplied machine %s",5)" identifier (argument_list "(0,"can\'t use supplied machine %s",5)" ( number_literal , (string_literal ""can\'t use supplied machine %s"" " string_content escape_sequence string_content ") , number_literal )))) ;) comment (expression_statement "FUN_00136590(uVar6,lVar10);" (call_expression "FUN_00136590(uVar6,lVar10)" identifier (argument_list "(uVar6,lVar10)" ( identifier , identifier ))) ;) })) (expression_statement "param_1[0x18] = lVar4;" (assignment_expression "param_1[0x18] = lVar4" (subscript_expression "param_1[0x18]" identifier [ number_literal ]) = identifier) ;) })) (if_statement "if (DAT_00155450 != 2) {\n puVar5 = (undefined8 *)xmalloc(0x370);\n puVar13 = (undefined8 *)param_1[1];\n *puVar5 = *puVar13;\n puVar5[0x6d] = puVar13[0x6d];\n lVar10 = (long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n puVar13 = (undefined8 *)((long)puVar13 - lVar10);\n puVar15 = (undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n for (uVar9 = (ulong)((int)lVar10 + 0x370U >> 3); uVar9 != 0; uVar9 = uVar9 - 1) {\n *puVar15 = *puVar13;\n puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;\n puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;\n }\n param_1[1] = puVar5;\n *(int *)((long)puVar5 + 0xc) = DAT_00155450;\n }" if (parenthesized_expression "(DAT_00155450 != 2)" ( (binary_expression "DAT_00155450 != 2" identifier != number_literal) )) (compound_statement "{\n puVar5 = (undefined8 *)xmalloc(0x370);\n puVar13 = (undefined8 *)param_1[1];\n *puVar5 = *puVar13;\n puVar5[0x6d] = puVar13[0x6d];\n lVar10 = (long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n puVar13 = (undefined8 *)((long)puVar13 - lVar10);\n puVar15 = (undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n for (uVar9 = (ulong)((int)lVar10 + 0x370U >> 3); uVar9 != 0; uVar9 = uVar9 - 1) {\n *puVar15 = *puVar13;\n puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;\n puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;\n }\n param_1[1] = puVar5;\n *(int *)((long)puVar5 + 0xc) = DAT_00155450;\n }" { (expression_statement "puVar5 = (undefined8 *)xmalloc(0x370);" (assignment_expression "puVar5 = (undefined8 *)xmalloc(0x370)" identifier = (cast_expression "(undefined8 *)xmalloc(0x370)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x370)" identifier (argument_list "(0x370)" ( number_literal ))))) ;) (expression_statement "puVar13 = (undefined8 *)param_1[1];" (assignment_expression "puVar13 = (undefined8 *)param_1[1]" identifier = (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "*puVar5 = *puVar13;" (assignment_expression "*puVar5 = *puVar13" (pointer_expression "*puVar5" * identifier) = (pointer_expression "*puVar13" * identifier)) ;) (expression_statement "puVar5[0x6d] = puVar13[0x6d];" (assignment_expression "puVar5[0x6d] = puVar13[0x6d]" (subscript_expression "puVar5[0x6d]" identifier [ number_literal ]) = (subscript_expression "puVar13[0x6d]" identifier [ number_literal ])) ;) (expression_statement "lVar10 = (long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);" (assignment_expression "lVar10 = (long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8)" identifier = (binary_expression "(long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8)" (cast_expression "(long)puVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "((ulong)(puVar5 + 1) & 0xfffffffffffffff8)" ( (binary_expression "(ulong)(puVar5 + 1) & 0xfffffffffffffff8" (call_expression "(ulong)(puVar5 + 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(puVar5 + 1)" ( (binary_expression "puVar5 + 1" identifier + number_literal) ))) & number_literal) ))))) ;) (expression_statement "puVar13 = (undefined8 *)((long)puVar13 - lVar10);" (assignment_expression "puVar13 = (undefined8 *)((long)puVar13 - lVar10)" identifier = (cast_expression "(undefined8 *)((long)puVar13 - lVar10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar13 - lVar10)" ( (binary_expression "(long)puVar13 - lVar10" (cast_expression "(long)puVar13" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - identifier) )))) ;) (expression_statement "puVar15 = (undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);" (assignment_expression "puVar15 = (undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8)" identifier = (cast_expression "(undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)(puVar5 + 1) & 0xfffffffffffffff8)" ( (binary_expression "(ulong)(puVar5 + 1) & 0xfffffffffffffff8" (call_expression "(ulong)(puVar5 + 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(puVar5 + 1)" ( (binary_expression "puVar5 + 1" identifier + number_literal) ))) & number_literal) )))) ;) (for_statement "for (uVar9 = (ulong)((int)lVar10 + 0x370U >> 3); uVar9 != 0; uVar9 = uVar9 - 1) {\n *puVar15 = *puVar13;\n puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;\n puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;\n }" for ( (assignment_expression "uVar9 = (ulong)((int)lVar10 + 0x370U >> 3)" identifier = (call_expression "(ulong)((int)lVar10 + 0x370U >> 3)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((int)lVar10 + 0x370U >> 3)" ( (binary_expression "(int)lVar10 + 0x370U >> 3" (binary_expression "(int)lVar10 + 0x370U" (cast_expression "(int)lVar10" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) >> number_literal) )))) ; (binary_expression "uVar9 != 0" identifier != number_literal) ; (assignment_expression "uVar9 = uVar9 - 1" identifier = (binary_expression "uVar9 - 1" identifier - number_literal)) ) (compound_statement "{\n *puVar15 = *puVar13;\n puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;\n puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;\n }" { (expression_statement "*puVar15 = *puVar13;" (assignment_expression "*puVar15 = *puVar13" (pointer_expression "*puVar15" * identifier) = (pointer_expression "*puVar13" * identifier)) ;) (expression_statement "puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;" (assignment_expression "puVar13 = puVar13 + (ulong)bVar21 * -2 + 1" identifier = (binary_expression "puVar13 + (ulong)bVar21 * -2 + 1" (binary_expression "puVar13 + (ulong)bVar21 * -2" identifier + (binary_expression "(ulong)bVar21 * -2" (cast_expression "(ulong)bVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;" (assignment_expression "puVar15 = puVar15 + (ulong)bVar21 * -2 + 1" identifier = (binary_expression "puVar15 + (ulong)bVar21 * -2 + 1" (binary_expression "puVar15 + (ulong)bVar21 * -2" identifier + (binary_expression "(ulong)bVar21 * -2" (cast_expression "(ulong)bVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) })) (expression_statement "param_1[1] = puVar5;" (assignment_expression "param_1[1] = puVar5" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(int *)((long)puVar5 + 0xc) = DAT_00155450;" (assignment_expression "*(int *)((long)puVar5 + 0xc) = DAT_00155450" (pointer_expression "*(int *)((long)puVar5 + 0xc)" * (cast_expression "(int *)((long)puVar5 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar5 + 0xc)" ( (binary_expression "(long)puVar5 + 0xc" (cast_expression "(long)puVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) })) (expression_statement "uVar6 = bfd_get_mach(param_1);" (assignment_expression "uVar6 = bfd_get_mach(param_1)" identifier = (call_expression "bfd_get_mach(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "iVar1 = *(int *)(param_1[1] + 0xc);" (assignment_expression "iVar1 = *(int *)(param_1[1] + 0xc)" identifier = (pointer_expression "*(int *)(param_1[1] + 0xc)" * (cast_expression "(int *)(param_1[1] + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + 0xc)" ( (binary_expression "param_1[1] + 0xc" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "uVar2 = bfd_get_arch(param_1);" (assignment_expression "uVar2 = bfd_get_arch(param_1)" identifier = (call_expression "bfd_get_arch(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "local_140 = disassembler(uVar2,iVar1 == 0,uVar6,param_1);" (assignment_expression "local_140 = disassembler(uVar2,iVar1 == 0,uVar6,param_1)" identifier = (call_expression "disassembler(uVar2,iVar1 == 0,uVar6,param_1)" identifier (argument_list "(uVar2,iVar1 == 0,uVar6,param_1)" ( identifier , (binary_expression "iVar1 == 0" identifier == number_literal) , identifier , identifier )))) ;) (if_statement "if (local_140 == 0) {\n uVar2 = bfd_get_arch(param_1);\n uVar6 = bfd_printable_arch_mach(uVar2,0);\n uVar7 = dcgettext(0,"can\'t disassemble for architecture %s\n",5);\n FUN_00136630(uVar7,uVar6);\n DAT_00157388 = 1;\n return;\n }" if (parenthesized_expression "(local_140 == 0)" ( (binary_expression "local_140 == 0" identifier == number_literal) )) (compound_statement "{\n uVar2 = bfd_get_arch(param_1);\n uVar6 = bfd_printable_arch_mach(uVar2,0);\n uVar7 = dcgettext(0,"can\'t disassemble for architecture %s\n",5);\n FUN_00136630(uVar7,uVar6);\n DAT_00157388 = 1;\n return;\n }" { (expression_statement "uVar2 = bfd_get_arch(param_1);" (assignment_expression "uVar2 = bfd_get_arch(param_1)" identifier = (call_expression "bfd_get_arch(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "uVar6 = bfd_printable_arch_mach(uVar2,0);" (assignment_expression "uVar6 = bfd_printable_arch_mach(uVar2,0)" identifier = (call_expression "bfd_printable_arch_mach(uVar2,0)" identifier (argument_list "(uVar2,0)" ( identifier , number_literal )))) ;) (expression_statement "uVar7 = dcgettext(0,"can\'t disassemble for architecture %s\n",5);" (assignment_expression "uVar7 = dcgettext(0,"can\'t disassemble for architecture %s\n",5)" identifier = (call_expression "dcgettext(0,"can\'t disassemble for architecture %s\n",5)" identifier (argument_list "(0,"can\'t disassemble for architecture %s\n",5)" ( number_literal , (string_literal ""can\'t disassemble for architecture %s\n"" " string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00136630(uVar7,uVar6);" (call_expression "FUN_00136630(uVar7,uVar6)" identifier (argument_list "(uVar7,uVar6)" ( identifier , identifier ))) ;) (expression_statement "DAT_00157388 = 1;" (assignment_expression "DAT_00157388 = 1" identifier = number_literal) ;) (return_statement "return;" return ;) })) (expression_statement "local_110 = *(undefined4 *)(param_1[1] + 8);" (assignment_expression "local_110 = *(undefined4 *)(param_1[1] + 8)" identifier = (pointer_expression "*(undefined4 *)(param_1[1] + 8)" * (cast_expression "(undefined4 *)(param_1[1] + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + 8)" ( (binary_expression "param_1[1] + 8" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "local_10c = bfd_get_arch(param_1);" (assignment_expression "local_10c = bfd_get_arch(param_1)" identifier = (call_expression "bfd_get_arch(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "local_108 = bfd_get_mach(param_1);" (assignment_expression "local_108 = bfd_get_mach(param_1)" identifier = (call_expression "bfd_get_mach(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "local_40 = DAT_001572b8;" (assignment_expression "local_40 = DAT_001572b8" identifier = identifier) ;) (expression_statement "local_6c = bfd_octets_per_byte(param_1);" (assignment_expression "local_6c = bfd_octets_per_byte(param_1)" identifier = (call_expression "bfd_octets_per_byte(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "local_60 = 0;" (assignment_expression "local_60 = 0" identifier = number_literal) ;) (expression_statement "local_68 = 0x300000008;" (assignment_expression "local_68 = 0x300000008" identifier = number_literal) ;) (if_statement "if (*(int *)(param_1[1] + 0xc) == 0) {\n local_100 = 0;\n local_70 = 0;\n }\n else if (*(int *)(param_1[1] + 0xc) == 1) {\n local_100 = 1;\n local_70 = 1;\n }\n else {\n local_100 = 2;\n }" if (parenthesized_expression "(*(int *)(param_1[1] + 0xc) == 0)" ( (binary_expression "*(int *)(param_1[1] + 0xc) == 0" (pointer_expression "*(int *)(param_1[1] + 0xc)" * (cast_expression "(int *)(param_1[1] + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + 0xc)" ( (binary_expression "param_1[1] + 0xc" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) )))) == number_literal) )) (compound_statement "{\n local_100 = 0;\n local_70 = 0;\n }" { (expression_statement "local_100 = 0;" (assignment_expression "local_100 = 0" identifier = number_literal) ;) (expression_statement "local_70 = 0;" (assignment_expression "local_70 = 0" identifier = number_literal) ;) }) (else_clause "else if (*(int *)(param_1[1] + 0xc) == 1) {\n local_100 = 1;\n local_70 = 1;\n }\n else {\n local_100 = 2;\n }" else (if_statement "if (*(int *)(param_1[1] + 0xc) == 1) {\n local_100 = 1;\n local_70 = 1;\n }\n else {\n local_100 = 2;\n }" if (parenthesized_expression "(*(int *)(param_1[1] + 0xc) == 1)" ( (binary_expression "*(int *)(param_1[1] + 0xc) == 1" (pointer_expression "*(int *)(param_1[1] + 0xc)" * (cast_expression "(int *)(param_1[1] + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + 0xc)" ( (binary_expression "param_1[1] + 0xc" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) )))) == number_literal) )) (compound_statement "{\n local_100 = 1;\n local_70 = 1;\n }" { (expression_statement "local_100 = 1;" (assignment_expression "local_100 = 1" identifier = number_literal) ;) (expression_statement "local_70 = 1;" (assignment_expression "local_70 = 1" identifier = number_literal) ;) }) (else_clause "else {\n local_100 = 2;\n }" else (compound_statement "{\n local_100 = 2;\n }" { (expression_statement "local_100 = 2;" (assignment_expression "local_100 = 2" identifier = number_literal) ;) }))))) (expression_statement "disassemble_init_for_target(local_128);" (call_expression "disassemble_init_for_target(local_128)" identifier (argument_list "(local_128)" ( identifier ))) ;) (expression_statement "lVar10 = (**(code **)(param_1[1] + 0x350))(param_1);" (assignment_expression "lVar10 = (**(code **)(param_1[1] + 0x350))(param_1)" identifier = (call_expression "(**(code **)(param_1[1] + 0x350))(param_1)" (parenthesized_expression "(**(code **)(param_1[1] + 0x350))" ( (pointer_expression "**(code **)(param_1[1] + 0x350)" * (pointer_expression "*(code **)(param_1[1] + 0x350)" * (cast_expression "(code **)(param_1[1] + 0x350)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1[1] + 0x350)" ( (binary_expression "param_1[1] + 0x350" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (if_statement "if (lVar10 < 0) {\n if (DAT_00157368 != 0) {\nLAB_00109bee:\n /* WARNING: Subroutine does not return */\n FUN_00136510(*param_1);\n }\n }\n else if (lVar10 != 0) {\n local_150 = (void *)xmalloc(lVar10);\n local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);\n if ((long)local_148 < 0) goto LAB_00109bee;\n qsort(local_150,local_148,8,FUN_00108380);\n }" if (parenthesized_expression "(lVar10 < 0)" ( (binary_expression "lVar10 < 0" identifier < number_literal) )) (compound_statement "{\n if (DAT_00157368 != 0) {\nLAB_00109bee:\n /* WARNING: Subroutine does not return */\n FUN_00136510(*param_1);\n }\n }" { (if_statement "if (DAT_00157368 != 0) {\nLAB_00109bee:\n /* WARNING: Subroutine does not return */\n FUN_00136510(*param_1);\n }" if (parenthesized_expression "(DAT_00157368 != 0)" ( (binary_expression "DAT_00157368 != 0" identifier != number_literal) )) (compound_statement "{\nLAB_00109bee:\n /* WARNING: Subroutine does not return */\n FUN_00136510(*param_1);\n }" { (labeled_statement "LAB_00109bee:\n /* WARNING: Subroutine does not return */\n FUN_00136510(*param_1);" statement_identifier : comment (expression_statement "FUN_00136510(*param_1);" (call_expression "FUN_00136510(*param_1)" identifier (argument_list "(*param_1)" ( (pointer_expression "*param_1" * identifier) ))) ;)) })) }) (else_clause "else if (lVar10 != 0) {\n local_150 = (void *)xmalloc(lVar10);\n local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);\n if ((long)local_148 < 0) goto LAB_00109bee;\n qsort(local_150,local_148,8,FUN_00108380);\n }" else (if_statement "if (lVar10 != 0) {\n local_150 = (void *)xmalloc(lVar10);\n local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);\n if ((long)local_148 < 0) goto LAB_00109bee;\n qsort(local_150,local_148,8,FUN_00108380);\n }" if (parenthesized_expression "(lVar10 != 0)" ( (binary_expression "lVar10 != 0" identifier != number_literal) )) (compound_statement "{\n local_150 = (void *)xmalloc(lVar10);\n local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);\n if ((long)local_148 < 0) goto LAB_00109bee;\n qsort(local_150,local_148,8,FUN_00108380);\n }" { (expression_statement "local_150 = (void *)xmalloc(lVar10);" (assignment_expression "local_150 = (void *)xmalloc(lVar10)" identifier = (cast_expression "(void *)xmalloc(lVar10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(lVar10)" identifier (argument_list "(lVar10)" ( identifier ))))) ;) (expression_statement "local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);" (assignment_expression "local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290)" identifier = (call_expression "(**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290)" (parenthesized_expression "(**(code **)(param_1[1] + 0x358))" ( (pointer_expression "**(code **)(param_1[1] + 0x358)" * (pointer_expression "*(code **)(param_1[1] + 0x358)" * (cast_expression "(code **)(param_1[1] + 0x358)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1[1] + 0x358)" ( (binary_expression "param_1[1] + 0x358" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) ))))) )) (argument_list "(param_1,local_150,DAT_00157290)" ( identifier , identifier , identifier )))) ;) (if_statement "if ((long)local_148 < 0) goto LAB_00109bee;" if (parenthesized_expression "((long)local_148 < 0)" ( (binary_expression "(long)local_148 < 0" (cast_expression "(long)local_148" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) < number_literal) )) (goto_statement "goto LAB_00109bee;" goto statement_identifier ;)) (expression_statement "qsort(local_150,local_148,8,FUN_00108380);" (call_expression "qsort(local_150,local_148,8,FUN_00108380)" identifier (argument_list "(local_150,local_148,8,FUN_00108380)" ( identifier , identifier , number_literal , identifier ))) ;) })))) (expression_statement "local_d8 = DAT_001572a0;" (assignment_expression "local_d8 = DAT_001572a0" identifier = identifier) ;) (expression_statement "local_cc = (undefined4)DAT_00157298;" (assignment_expression "local_cc = (undefined4)DAT_00157298" identifier = (cast_expression "(undefined4)DAT_00157298" ( (type_descriptor "undefined4" type_identifier) ) identifier)) ;) (expression_statement "bfd_map_over_sections(param_1,FUN_0010d910,local_128);" (call_expression "bfd_map_over_sections(param_1,FUN_0010d910,local_128)" identifier (argument_list "(param_1,FUN_0010d910,local_128)" ( identifier , identifier , identifier ))) ;) (if_statement "if (local_150 != (void *)0x0) {\n free(local_150);\n }" if (parenthesized_expression "(local_150 != (void *)0x0)" ( (binary_expression "local_150 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(local_150);\n }" { (expression_statement "free(local_150);" (call_expression "free(local_150)" identifier (argument_list "(local_150)" ( identifier ))) ;) })) (expression_statement "free(DAT_001572a0);" (call_expression "free(DAT_001572a0)" identifier (argument_list "(DAT_001572a0)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void disassemble_data(bfd *abfd)\n\n{\n bfd_endian bVar1;\n long lVar2;\n bfd_target *pbVar3;\n undefined4 uVar4;\n long *__base;\n long *plVar5;\n bfd_arch_info *pbVar6;\n bfd_target *pbVar7;\n undefined8 uVar8;\n char *pcVar9;\n char *format;\n long lVar10;\n ulong uVar11;\n asymbol *paVar12;\n long lVar13;\n asymbol **__src;\n byte *pbVar14;\n byte *pbVar15;\n undefined8 *puVar16;\n byte *pbVar17;\n undefined8 *puVar18;\n long *plVar19;\n long *plVar20;\n bool bVar21;\n bool bVar22;\n bool bVar23;\n byte bVar24;\n objdump_disasm_info aux;\n disassemble_info disasm_info;\n \n bVar24 = 0;\n print_files = (print_file_list *)0x0;\n prev_functionname = (char *)0x0;\n prev_line = 0xffffffff;\n sorted_symcount = symcount;\n if (symcount == 0) {\n sorted_symcount = dynsymcount;\n }\n prev_discriminator = 0;\n sorted_syms = (asymbol **)xmalloc((sorted_symcount + synthcount) * 8);\n lVar13 = sorted_symcount;\n __src = dynsyms;\n if (symcount != 0) {\n __src = syms;\n }\n __base = (long *)memcpy(sorted_syms,__src,sorted_symcount * 8);\n plVar5 = __base;\n plVar19 = __base;\nLAB_00109890:\n lVar13 = lVar13 + -1;\n plVar20 = plVar19;\n if (-1 < lVar13) {\n while( true ) {\n plVar19 = plVar20 + 1;\n lVar2 = *plVar20;\n pbVar15 = *(byte **)(lVar2 + 8);\n if ((pbVar15 == (byte *)0x0) || (*pbVar15 == 0)) break;\n bVar21 = false;\n bVar23 = (*(uint *)(lVar2 + 0x18) & 0x104) == 0;\n if (!bVar23) {\n lVar10 = 4;\n pbVar14 = pbVar15;\n pbVar17 = &DAT_0013d5f3;\n do {\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar21 = *pbVar14 < *pbVar17;\n bVar23 = *pbVar14 == *pbVar17;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n pbVar17 = pbVar17 + (ulong)bVar24 * -2 + 1;\n } while (bVar23);\n bVar22 = false;\n bVar21 = (!bVar21 && !bVar23) == bVar21;\n if (!bVar21) {\n lVar10 = 5;\n pbVar14 = &DAT_0013d5f8;\n do {\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar22 = *pbVar15 < *pbVar14;\n bVar21 = *pbVar15 == *pbVar14;\n pbVar15 = pbVar15 + (ulong)bVar24 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n } while (bVar21);\n if ((!bVar22 && !bVar21) != bVar22) break;\n }\n }\n if ((*(long *)(lVar2 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar2 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar5 = lVar2;\n plVar5 = plVar5 + 1;\n lVar13 = lVar13 + -1;\n plVar20 = plVar19;\n if (lVar13 < 0) goto LAB_00109904;\n }\n goto LAB_00109890;\n }\nLAB_00109904:\n sorted_symcount = (long)plVar5 - (long)__base >> 3;\n if (0 < synthcount) {\n sorted_symcount = synthcount + sorted_symcount;\n paVar12 = synthsyms;\n do {\n *plVar5 = (long)paVar12;\n plVar5 = plVar5 + 1;\n paVar12 = paVar12 + 1;\n } while (plVar5 != __base + sorted_symcount);\n }\n qsort(__base,sorted_symcount,8,compare_symbols);\n init_disassemble_info(&disasm_info,stdout,PTR_fprintf_00154fa8);\n disasm_info.print_address_func = objdump_print_address;\n aux.require_sec = 0;\n aux.dynrelbuf = (arelent **)0x0;\n aux.dynrelcount = 0;\n aux.reloc = (arelent *)0x0;\n disasm_info.symbol_at_address_func = objdump_symbol_at_address;\n aux.abfd = abfd;\n disasm_info.application_data = &aux;\n if (machine != (char *)0x0) {\n disasm_info.application_data = &aux;\n pbVar6 = (bfd_arch_info *)bfd_scan_arch();\n pcVar9 = machine;\n if (pbVar6 == (bfd_arch_info *)0x0) {\n format = (char *)dcgettext(0,"can\'t use supplied machine %s",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar9);\n }\n abfd->arch_info = pbVar6;\n }\n if (endian != BFD_ENDIAN_UNKNOWN) {\n pbVar7 = (bfd_target *)xmalloc(0x370);\n pbVar3 = abfd->xvec;\n puVar18 = (undefined8 *)((ulong)&pbVar7->flavour & 0xfffffffffffffff8);\n pbVar7->name = pbVar3->name;\n pbVar7->backend_data = pbVar3->backend_data;\n lVar13 = (long)pbVar7 - (long)puVar18;\n puVar16 = (undefined8 *)((long)pbVar3 - lVar13);\n for (uVar11 = (ulong)((int)lVar13 + 0x370U >> 3); uVar11 != 0; uVar11 = uVar11 - 1) {\n *puVar18 = *puVar16;\n puVar16 = puVar16 + (ulong)bVar24 * -2 + 1;\n puVar18 = puVar18 + (ulong)bVar24 * -2 + 1;\n }\n abfd->xvec = pbVar7;\n pbVar7->byteorder = endian;\n }\n uVar8 = bfd_get_mach(abfd);\n bVar1 = abfd->xvec->byteorder;\n uVar4 = bfd_get_arch(abfd);\n aux.disassemble_fn = (disassembler_ftype)disassembler(uVar4,bVar1 == BFD_ENDIAN_BIG,uVar8,abfd);\n if (aux.disassemble_fn == (disassembler_ftype)0x0) {\n uVar4 = bfd_get_arch(abfd);\n uVar8 = bfd_printable_arch_mach(uVar4,0);\n pcVar9 = (char *)dcgettext(0,"can\'t disassemble for architecture %s\n",5);\n non_fatal(pcVar9,uVar8);\n exit_status = 1;\n return;\n }\n disasm_info.flavour = abfd->xvec->flavour;\n disasm_info.arch = bfd_get_arch(abfd);\n disasm_info.mach = bfd_get_mach(abfd);\n disasm_info.disassembler_options = disassembler_options;\n disasm_info.octets_per_byte = bfd_octets_per_byte(abfd);\n disasm_info.disassembler_needs_relocs = 0;\n disasm_info.skip_zeroes = 8;\n disasm_info.skip_zeroes_at_end = 3;\n bVar1 = abfd->xvec->byteorder;\n if (bVar1 == BFD_ENDIAN_BIG) {\n disasm_info.endian = BFD_ENDIAN_BIG;\n disasm_info.display_endian = BFD_ENDIAN_BIG;\n }\n else if (bVar1 == BFD_ENDIAN_LITTLE) {\n disasm_info.endian = BFD_ENDIAN_LITTLE;\n disasm_info.display_endian = BFD_ENDIAN_LITTLE;\n }\n else {\n disasm_info.endian = BFD_ENDIAN_UNKNOWN;\n }\n disassemble_init_for_target(&disasm_info);\n lVar13 = (*abfd->xvec->_bfd_get_dynamic_reloc_upper_bound)(abfd);\n if (lVar13 < 0) {\n if (dump_dynamic_reloc_info != 0) {\nLAB_00109bee:\n /* WARNING: Subroutine does not return */\n bfd_fatal(abfd->filename);\n }\n }\n else if (lVar13 != 0) {\n aux.dynrelbuf = (arelent **)xmalloc(lVar13);\n aux.dynrelcount = (*abfd->xvec->_bfd_canonicalize_dynamic_reloc)(abfd,aux.dynrelbuf,dynsyms);\n if (aux.dynrelcount < 0) goto LAB_00109bee;\n qsort(aux.dynrelbuf,aux.dynrelcount,8,compare_relocs);\n }\n disasm_info.symtab = sorted_syms;\n disasm_info.symtab_size = (int)sorted_symcount;\n bfd_map_over_sections(abfd,disassemble_section,&disasm_info);\n if (aux.dynrelbuf != (arelent **)0x0) {\n free(aux.dynrelbuf);\n }\n free(sorted_syms);\n return;\n}\n\n" (function_definition "void disassemble_data(bfd *abfd)\n\n{\n bfd_endian bVar1;\n long lVar2;\n bfd_target *pbVar3;\n undefined4 uVar4;\n long *__base;\n long *plVar5;\n bfd_arch_info *pbVar6;\n bfd_target *pbVar7;\n undefined8 uVar8;\n char *pcVar9;\n char *format;\n long lVar10;\n ulong uVar11;\n asymbol *paVar12;\n long lVar13;\n asymbol **__src;\n byte *pbVar14;\n byte *pbVar15;\n undefined8 *puVar16;\n byte *pbVar17;\n undefined8 *puVar18;\n long *plVar19;\n long *plVar20;\n bool bVar21;\n bool bVar22;\n bool bVar23;\n byte bVar24;\n objdump_disasm_info aux;\n disassemble_info disasm_info;\n \n bVar24 = 0;\n print_files = (print_file_list *)0x0;\n prev_functionname = (char *)0x0;\n prev_line = 0xffffffff;\n sorted_symcount = symcount;\n if (symcount == 0) {\n sorted_symcount = dynsymcount;\n }\n prev_discriminator = 0;\n sorted_syms = (asymbol **)xmalloc((sorted_symcount + synthcount) * 8);\n lVar13 = sorted_symcount;\n __src = dynsyms;\n if (symcount != 0) {\n __src = syms;\n }\n __base = (long *)memcpy(sorted_syms,__src,sorted_symcount * 8);\n plVar5 = __base;\n plVar19 = __base;\nLAB_00109890:\n lVar13 = lVar13 + -1;\n plVar20 = plVar19;\n if (-1 < lVar13) {\n while( true ) {\n plVar19 = plVar20 + 1;\n lVar2 = *plVar20;\n pbVar15 = *(byte **)(lVar2 + 8);\n if ((pbVar15 == (byte *)0x0) || (*pbVar15 == 0)) break;\n bVar21 = false;\n bVar23 = (*(uint *)(lVar2 + 0x18) & 0x104) == 0;\n if (!bVar23) {\n lVar10 = 4;\n pbVar14 = pbVar15;\n pbVar17 = &DAT_0013d5f3;\n do {\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar21 = *pbVar14 < *pbVar17;\n bVar23 = *pbVar14 == *pbVar17;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n pbVar17 = pbVar17 + (ulong)bVar24 * -2 + 1;\n } while (bVar23);\n bVar22 = false;\n bVar21 = (!bVar21 && !bVar23) == bVar21;\n if (!bVar21) {\n lVar10 = 5;\n pbVar14 = &DAT_0013d5f8;\n do {\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar22 = *pbVar15 < *pbVar14;\n bVar21 = *pbVar15 == *pbVar14;\n pbVar15 = pbVar15 + (ulong)bVar24 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n } while (bVar21);\n if ((!bVar22 && !bVar21) != bVar22) break;\n }\n }\n if ((*(long *)(lVar2 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar2 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar5 = lVar2;\n plVar5 = plVar5 + 1;\n lVar13 = lVar13 + -1;\n plVar20 = plVar19;\n if (lVar13 < 0) goto LAB_00109904;\n }\n goto LAB_00109890;\n }\nLAB_00109904:\n sorted_symcount = (long)plVar5 - (long)__base >> 3;\n if (0 < synthcount) {\n sorted_symcount = synthcount + sorted_symcount;\n paVar12 = synthsyms;\n do {\n *plVar5 = (long)paVar12;\n plVar5 = plVar5 + 1;\n paVar12 = paVar12 + 1;\n } while (plVar5 != __base + sorted_symcount);\n }\n qsort(__base,sorted_symcount,8,compare_symbols);\n init_disassemble_info(&disasm_info,stdout,PTR_fprintf_00154fa8);\n disasm_info.print_address_func = objdump_print_address;\n aux.require_sec = 0;\n aux.dynrelbuf = (arelent **)0x0;\n aux.dynrelcount = 0;\n aux.reloc = (arelent *)0x0;\n disasm_info.symbol_at_address_func = objdump_symbol_at_address;\n aux.abfd = abfd;\n disasm_info.application_data = &aux;\n if (machine != (char *)0x0) {\n disasm_info.application_data = &aux;\n pbVar6 = (bfd_arch_info *)bfd_scan_arch();\n pcVar9 = machine;\n if (pbVar6 == (bfd_arch_info *)0x0) {\n format = (char *)dcgettext(0,"can\'t use supplied machine %s",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar9);\n }\n abfd->arch_info = pbVar6;\n }\n if (endian != BFD_ENDIAN_UNKNOWN) {\n pbVar7 = (bfd_target *)xmalloc(0x370);\n pbVar3 = abfd->xvec;\n puVar18 = (undefined8 *)((ulong)&pbVar7->flavour & 0xfffffffffffffff8);\n pbVar7->name = pbVar3->name;\n pbVar7->backend_data = pbVar3->backend_data;\n lVar13 = (long)pbVar7 - (long)puVar18;\n puVar16 = (undefined8 *)((long)pbVar3 - lVar13);\n for (uVar11 = (ulong)((int)lVar13 + 0x370U >> 3); uVar11 != 0; uVar11 = uVar11 - 1) {\n *puVar18 = *puVar16;\n puVar16 = puVar16 + (ulong)bVar24 * -2 + 1;\n puVar18 = puVar18 + (ulong)bVar24 * -2 + 1;\n }\n abfd->xvec = pbVar7;\n pbVar7->byteorder = endian;\n }\n uVar8 = bfd_get_mach(abfd);\n bVar1 = abfd->xvec->byteorder;\n uVar4 = bfd_get_arch(abfd);\n aux.disassemble_fn = (disassembler_ftype)disassembler(uVar4,bVar1 == BFD_ENDIAN_BIG,uVar8,abfd);\n if (aux.disassemble_fn == (disassembler_ftype)0x0) {\n uVar4 = bfd_get_arch(abfd);\n uVar8 = bfd_printable_arch_mach(uVar4,0);\n pcVar9 = (char *)dcgettext(0,"can\'t disassemble for architecture %s\n",5);\n non_fatal(pcVar9,uVar8);\n exit_status = 1;\n return;\n }\n disasm_info.flavour = abfd->xvec->flavour;\n disasm_info.arch = bfd_get_arch(abfd);\n disasm_info.mach = bfd_get_mach(abfd);\n disasm_info.disassembler_options = disassembler_options;\n disasm_info.octets_per_byte = bfd_octets_per_byte(abfd);\n disasm_info.disassembler_needs_relocs = 0;\n disasm_info.skip_zeroes = 8;\n disasm_info.skip_zeroes_at_end = 3;\n bVar1 = abfd->xvec->byteorder;\n if (bVar1 == BFD_ENDIAN_BIG) {\n disasm_info.endian = BFD_ENDIAN_BIG;\n disasm_info.display_endian = BFD_ENDIAN_BIG;\n }\n else if (bVar1 == BFD_ENDIAN_LITTLE) {\n disasm_info.endian = BFD_ENDIAN_LITTLE;\n disasm_info.display_endian = BFD_ENDIAN_LITTLE;\n }\n else {\n disasm_info.endian = BFD_ENDIAN_UNKNOWN;\n }\n disassemble_init_for_target(&disasm_info);\n lVar13 = (*abfd->xvec->_bfd_get_dynamic_reloc_upper_bound)(abfd);\n if (lVar13 < 0) {\n if (dump_dynamic_reloc_info != 0) {\nLAB_00109bee:\n /* WARNING: Subroutine does not return */\n bfd_fatal(abfd->filename);\n }\n }\n else if (lVar13 != 0) {\n aux.dynrelbuf = (arelent **)xmalloc(lVar13);\n aux.dynrelcount = (*abfd->xvec->_bfd_canonicalize_dynamic_reloc)(abfd,aux.dynrelbuf,dynsyms);\n if (aux.dynrelcount < 0) goto LAB_00109bee;\n qsort(aux.dynrelbuf,aux.dynrelcount,8,compare_relocs);\n }\n disasm_info.symtab = sorted_syms;\n disasm_info.symtab_size = (int)sorted_symcount;\n bfd_map_over_sections(abfd,disassemble_section,&disasm_info);\n if (aux.dynrelbuf != (arelent **)0x0) {\n free(aux.dynrelbuf);\n }\n free(sorted_syms);\n return;\n}" primitive_type (function_declarator "disassemble_data(bfd *abfd)" identifier (parameter_list "(bfd *abfd)" ( (parameter_declaration "bfd *abfd" type_identifier (pointer_declarator "*abfd" * identifier)) ))) (compound_statement "{\n bfd_endian bVar1;\n long lVar2;\n bfd_target *pbVar3;\n undefined4 uVar4;\n long *__base;\n long *plVar5;\n bfd_arch_info *pbVar6;\n bfd_target *pbVar7;\n undefined8 uVar8;\n char *pcVar9;\n char *format;\n long lVar10;\n ulong uVar11;\n asymbol *paVar12;\n long lVar13;\n asymbol **__src;\n byte *pbVar14;\n byte *pbVar15;\n undefined8 *puVar16;\n byte *pbVar17;\n undefined8 *puVar18;\n long *plVar19;\n long *plVar20;\n bool bVar21;\n bool bVar22;\n bool bVar23;\n byte bVar24;\n objdump_disasm_info aux;\n disassemble_info disasm_info;\n \n bVar24 = 0;\n print_files = (print_file_list *)0x0;\n prev_functionname = (char *)0x0;\n prev_line = 0xffffffff;\n sorted_symcount = symcount;\n if (symcount == 0) {\n sorted_symcount = dynsymcount;\n }\n prev_discriminator = 0;\n sorted_syms = (asymbol **)xmalloc((sorted_symcount + synthcount) * 8);\n lVar13 = sorted_symcount;\n __src = dynsyms;\n if (symcount != 0) {\n __src = syms;\n }\n __base = (long *)memcpy(sorted_syms,__src,sorted_symcount * 8);\n plVar5 = __base;\n plVar19 = __base;\nLAB_00109890:\n lVar13 = lVar13 + -1;\n plVar20 = plVar19;\n if (-1 < lVar13) {\n while( true ) {\n plVar19 = plVar20 + 1;\n lVar2 = *plVar20;\n pbVar15 = *(byte **)(lVar2 + 8);\n if ((pbVar15 == (byte *)0x0) || (*pbVar15 == 0)) break;\n bVar21 = false;\n bVar23 = (*(uint *)(lVar2 + 0x18) & 0x104) == 0;\n if (!bVar23) {\n lVar10 = 4;\n pbVar14 = pbVar15;\n pbVar17 = &DAT_0013d5f3;\n do {\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar21 = *pbVar14 < *pbVar17;\n bVar23 = *pbVar14 == *pbVar17;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n pbVar17 = pbVar17 + (ulong)bVar24 * -2 + 1;\n } while (bVar23);\n bVar22 = false;\n bVar21 = (!bVar21 && !bVar23) == bVar21;\n if (!bVar21) {\n lVar10 = 5;\n pbVar14 = &DAT_0013d5f8;\n do {\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar22 = *pbVar15 < *pbVar14;\n bVar21 = *pbVar15 == *pbVar14;\n pbVar15 = pbVar15 + (ulong)bVar24 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n } while (bVar21);\n if ((!bVar22 && !bVar21) != bVar22) break;\n }\n }\n if ((*(long *)(lVar2 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar2 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar5 = lVar2;\n plVar5 = plVar5 + 1;\n lVar13 = lVar13 + -1;\n plVar20 = plVar19;\n if (lVar13 < 0) goto LAB_00109904;\n }\n goto LAB_00109890;\n }\nLAB_00109904:\n sorted_symcount = (long)plVar5 - (long)__base >> 3;\n if (0 < synthcount) {\n sorted_symcount = synthcount + sorted_symcount;\n paVar12 = synthsyms;\n do {\n *plVar5 = (long)paVar12;\n plVar5 = plVar5 + 1;\n paVar12 = paVar12 + 1;\n } while (plVar5 != __base + sorted_symcount);\n }\n qsort(__base,sorted_symcount,8,compare_symbols);\n init_disassemble_info(&disasm_info,stdout,PTR_fprintf_00154fa8);\n disasm_info.print_address_func = objdump_print_address;\n aux.require_sec = 0;\n aux.dynrelbuf = (arelent **)0x0;\n aux.dynrelcount = 0;\n aux.reloc = (arelent *)0x0;\n disasm_info.symbol_at_address_func = objdump_symbol_at_address;\n aux.abfd = abfd;\n disasm_info.application_data = &aux;\n if (machine != (char *)0x0) {\n disasm_info.application_data = &aux;\n pbVar6 = (bfd_arch_info *)bfd_scan_arch();\n pcVar9 = machine;\n if (pbVar6 == (bfd_arch_info *)0x0) {\n format = (char *)dcgettext(0,"can\'t use supplied machine %s",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar9);\n }\n abfd->arch_info = pbVar6;\n }\n if (endian != BFD_ENDIAN_UNKNOWN) {\n pbVar7 = (bfd_target *)xmalloc(0x370);\n pbVar3 = abfd->xvec;\n puVar18 = (undefined8 *)((ulong)&pbVar7->flavour & 0xfffffffffffffff8);\n pbVar7->name = pbVar3->name;\n pbVar7->backend_data = pbVar3->backend_data;\n lVar13 = (long)pbVar7 - (long)puVar18;\n puVar16 = (undefined8 *)((long)pbVar3 - lVar13);\n for (uVar11 = (ulong)((int)lVar13 + 0x370U >> 3); uVar11 != 0; uVar11 = uVar11 - 1) {\n *puVar18 = *puVar16;\n puVar16 = puVar16 + (ulong)bVar24 * -2 + 1;\n puVar18 = puVar18 + (ulong)bVar24 * -2 + 1;\n }\n abfd->xvec = pbVar7;\n pbVar7->byteorder = endian;\n }\n uVar8 = bfd_get_mach(abfd);\n bVar1 = abfd->xvec->byteorder;\n uVar4 = bfd_get_arch(abfd);\n aux.disassemble_fn = (disassembler_ftype)disassembler(uVar4,bVar1 == BFD_ENDIAN_BIG,uVar8,abfd);\n if (aux.disassemble_fn == (disassembler_ftype)0x0) {\n uVar4 = bfd_get_arch(abfd);\n uVar8 = bfd_printable_arch_mach(uVar4,0);\n pcVar9 = (char *)dcgettext(0,"can\'t disassemble for architecture %s\n",5);\n non_fatal(pcVar9,uVar8);\n exit_status = 1;\n return;\n }\n disasm_info.flavour = abfd->xvec->flavour;\n disasm_info.arch = bfd_get_arch(abfd);\n disasm_info.mach = bfd_get_mach(abfd);\n disasm_info.disassembler_options = disassembler_options;\n disasm_info.octets_per_byte = bfd_octets_per_byte(abfd);\n disasm_info.disassembler_needs_relocs = 0;\n disasm_info.skip_zeroes = 8;\n disasm_info.skip_zeroes_at_end = 3;\n bVar1 = abfd->xvec->byteorder;\n if (bVar1 == BFD_ENDIAN_BIG) {\n disasm_info.endian = BFD_ENDIAN_BIG;\n disasm_info.display_endian = BFD_ENDIAN_BIG;\n }\n else if (bVar1 == BFD_ENDIAN_LITTLE) {\n disasm_info.endian = BFD_ENDIAN_LITTLE;\n disasm_info.display_endian = BFD_ENDIAN_LITTLE;\n }\n else {\n disasm_info.endian = BFD_ENDIAN_UNKNOWN;\n }\n disassemble_init_for_target(&disasm_info);\n lVar13 = (*abfd->xvec->_bfd_get_dynamic_reloc_upper_bound)(abfd);\n if (lVar13 < 0) {\n if (dump_dynamic_reloc_info != 0) {\nLAB_00109bee:\n /* WARNING: Subroutine does not return */\n bfd_fatal(abfd->filename);\n }\n }\n else if (lVar13 != 0) {\n aux.dynrelbuf = (arelent **)xmalloc(lVar13);\n aux.dynrelcount = (*abfd->xvec->_bfd_canonicalize_dynamic_reloc)(abfd,aux.dynrelbuf,dynsyms);\n if (aux.dynrelcount < 0) goto LAB_00109bee;\n qsort(aux.dynrelbuf,aux.dynrelcount,8,compare_relocs);\n }\n disasm_info.symtab = sorted_syms;\n disasm_info.symtab_size = (int)sorted_symcount;\n bfd_map_over_sections(abfd,disassemble_section,&disasm_info);\n if (aux.dynrelbuf != (arelent **)0x0) {\n free(aux.dynrelbuf);\n }\n free(sorted_syms);\n return;\n}" { (declaration "bfd_endian bVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "bfd_target *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "long *__base;" (sized_type_specifier "long" long) (pointer_declarator "*__base" * identifier) ;) (declaration "long *plVar5;" (sized_type_specifier "long" long) (pointer_declarator "*plVar5" * identifier) ;) (declaration "bfd_arch_info *pbVar6;" type_identifier (pointer_declarator "*pbVar6" * identifier) ;) (declaration "bfd_target *pbVar7;" type_identifier (pointer_declarator "*pbVar7" * identifier) ;) (declaration "undefined8 uVar8;" type_identifier identifier ;) (declaration "char *pcVar9;" primitive_type (pointer_declarator "*pcVar9" * identifier) ;) (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (declaration "long lVar10;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar11;" type_identifier identifier ;) (declaration "asymbol *paVar12;" type_identifier (pointer_declarator "*paVar12" * identifier) ;) (declaration "long lVar13;" (sized_type_specifier "long" long) identifier ;) (declaration "asymbol **__src;" type_identifier (pointer_declarator "**__src" * (pointer_declarator "*__src" * identifier)) ;) (declaration "byte *pbVar14;" type_identifier (pointer_declarator "*pbVar14" * identifier) ;) (declaration "byte *pbVar15;" type_identifier (pointer_declarator "*pbVar15" * identifier) ;) (declaration "undefined8 *puVar16;" type_identifier (pointer_declarator "*puVar16" * identifier) ;) (declaration "byte *pbVar17;" type_identifier (pointer_declarator "*pbVar17" * identifier) ;) (declaration "undefined8 *puVar18;" type_identifier (pointer_declarator "*puVar18" * identifier) ;) (declaration "long *plVar19;" (sized_type_specifier "long" long) (pointer_declarator "*plVar19" * identifier) ;) (declaration "long *plVar20;" (sized_type_specifier "long" long) (pointer_declarator "*plVar20" * identifier) ;) (declaration "bool bVar21;" primitive_type identifier ;) (declaration "bool bVar22;" primitive_type identifier ;) (declaration "bool bVar23;" primitive_type identifier ;) (declaration "byte bVar24;" type_identifier identifier ;) (declaration "objdump_disasm_info aux;" type_identifier identifier ;) (declaration "disassemble_info disasm_info;" type_identifier identifier ;) (expression_statement "bVar24 = 0;" (assignment_expression "bVar24 = 0" identifier = number_literal) ;) (expression_statement "print_files = (print_file_list *)0x0;" (assignment_expression "print_files = (print_file_list *)0x0" identifier = (cast_expression "(print_file_list *)0x0" ( (type_descriptor "print_file_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "prev_functionname = (char *)0x0;" (assignment_expression "prev_functionname = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "prev_line = 0xffffffff;" (assignment_expression "prev_line = 0xffffffff" identifier = number_literal) ;) (expression_statement "sorted_symcount = symcount;" (assignment_expression "sorted_symcount = symcount" identifier = identifier) ;) (if_statement "if (symcount == 0) {\n sorted_symcount = dynsymcount;\n }" if (parenthesized_expression "(symcount == 0)" ( (binary_expression "symcount == 0" identifier == number_literal) )) (compound_statement "{\n sorted_symcount = dynsymcount;\n }" { (expression_statement "sorted_symcount = dynsymcount;" (assignment_expression "sorted_symcount = dynsymcount" identifier = identifier) ;) })) (expression_statement "prev_discriminator = 0;" (assignment_expression "prev_discriminator = 0" identifier = number_literal) ;) (expression_statement "sorted_syms = (asymbol **)xmalloc((sorted_symcount + synthcount) * 8);" (assignment_expression "sorted_syms = (asymbol **)xmalloc((sorted_symcount + synthcount) * 8)" identifier = (cast_expression "(asymbol **)xmalloc((sorted_symcount + synthcount) * 8)" ( (type_descriptor "asymbol **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (call_expression "xmalloc((sorted_symcount + synthcount) * 8)" identifier (argument_list "((sorted_symcount + synthcount) * 8)" ( (binary_expression "(sorted_symcount + synthcount) * 8" (parenthesized_expression "(sorted_symcount + synthcount)" ( (binary_expression "sorted_symcount + synthcount" identifier + identifier) )) * number_literal) ))))) ;) (expression_statement "lVar13 = sorted_symcount;" (assignment_expression "lVar13 = sorted_symcount" identifier = identifier) ;) (expression_statement "__src = dynsyms;" (assignment_expression "__src = dynsyms" identifier = identifier) ;) (if_statement "if (symcount != 0) {\n __src = syms;\n }" if (parenthesized_expression "(symcount != 0)" ( (binary_expression "symcount != 0" identifier != number_literal) )) (compound_statement "{\n __src = syms;\n }" { (expression_statement "__src = syms;" (assignment_expression "__src = syms" identifier = identifier) ;) })) (expression_statement "__base = (long *)memcpy(sorted_syms,__src,sorted_symcount * 8);" (assignment_expression "__base = (long *)memcpy(sorted_syms,__src,sorted_symcount * 8)" identifier = (cast_expression "(long *)memcpy(sorted_syms,__src,sorted_symcount * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "memcpy(sorted_syms,__src,sorted_symcount * 8)" identifier (argument_list "(sorted_syms,__src,sorted_symcount * 8)" ( identifier , identifier , (binary_expression "sorted_symcount * 8" identifier * number_literal) ))))) ;) (expression_statement "plVar5 = __base;" (assignment_expression "plVar5 = __base" identifier = identifier) ;) (expression_statement "plVar19 = __base;" (assignment_expression "plVar19 = __base" identifier = identifier) ;) (labeled_statement "LAB_00109890:\n lVar13 = lVar13 + -1;" statement_identifier : (expression_statement "lVar13 = lVar13 + -1;" (assignment_expression "lVar13 = lVar13 + -1" identifier = (binary_expression "lVar13 + -1" identifier + number_literal)) ;)) (expression_statement "plVar20 = plVar19;" (assignment_expression "plVar20 = plVar19" identifier = identifier) ;) (if_statement "if (-1 < lVar13) {\n while( true ) {\n plVar19 = plVar20 + 1;\n lVar2 = *plVar20;\n pbVar15 = *(byte **)(lVar2 + 8);\n if ((pbVar15 == (byte *)0x0) || (*pbVar15 == 0)) break;\n bVar21 = false;\n bVar23 = (*(uint *)(lVar2 + 0x18) & 0x104) == 0;\n if (!bVar23) {\n lVar10 = 4;\n pbVar14 = pbVar15;\n pbVar17 = &DAT_0013d5f3;\n do {\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar21 = *pbVar14 < *pbVar17;\n bVar23 = *pbVar14 == *pbVar17;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n pbVar17 = pbVar17 + (ulong)bVar24 * -2 + 1;\n } while (bVar23);\n bVar22 = false;\n bVar21 = (!bVar21 && !bVar23) == bVar21;\n if (!bVar21) {\n lVar10 = 5;\n pbVar14 = &DAT_0013d5f8;\n do {\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar22 = *pbVar15 < *pbVar14;\n bVar21 = *pbVar15 == *pbVar14;\n pbVar15 = pbVar15 + (ulong)bVar24 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n } while (bVar21);\n if ((!bVar22 && !bVar21) != bVar22) break;\n }\n }\n if ((*(long *)(lVar2 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar2 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar5 = lVar2;\n plVar5 = plVar5 + 1;\n lVar13 = lVar13 + -1;\n plVar20 = plVar19;\n if (lVar13 < 0) goto LAB_00109904;\n }\n goto LAB_00109890;\n }" if (parenthesized_expression "(-1 < lVar13)" ( (binary_expression "-1 < lVar13" number_literal < identifier) )) (compound_statement "{\n while( true ) {\n plVar19 = plVar20 + 1;\n lVar2 = *plVar20;\n pbVar15 = *(byte **)(lVar2 + 8);\n if ((pbVar15 == (byte *)0x0) || (*pbVar15 == 0)) break;\n bVar21 = false;\n bVar23 = (*(uint *)(lVar2 + 0x18) & 0x104) == 0;\n if (!bVar23) {\n lVar10 = 4;\n pbVar14 = pbVar15;\n pbVar17 = &DAT_0013d5f3;\n do {\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar21 = *pbVar14 < *pbVar17;\n bVar23 = *pbVar14 == *pbVar17;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n pbVar17 = pbVar17 + (ulong)bVar24 * -2 + 1;\n } while (bVar23);\n bVar22 = false;\n bVar21 = (!bVar21 && !bVar23) == bVar21;\n if (!bVar21) {\n lVar10 = 5;\n pbVar14 = &DAT_0013d5f8;\n do {\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar22 = *pbVar15 < *pbVar14;\n bVar21 = *pbVar15 == *pbVar14;\n pbVar15 = pbVar15 + (ulong)bVar24 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n } while (bVar21);\n if ((!bVar22 && !bVar21) != bVar22) break;\n }\n }\n if ((*(long *)(lVar2 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar2 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar5 = lVar2;\n plVar5 = plVar5 + 1;\n lVar13 = lVar13 + -1;\n plVar20 = plVar19;\n if (lVar13 < 0) goto LAB_00109904;\n }\n goto LAB_00109890;\n }" { (while_statement "while( true ) {\n plVar19 = plVar20 + 1;\n lVar2 = *plVar20;\n pbVar15 = *(byte **)(lVar2 + 8);\n if ((pbVar15 == (byte *)0x0) || (*pbVar15 == 0)) break;\n bVar21 = false;\n bVar23 = (*(uint *)(lVar2 + 0x18) & 0x104) == 0;\n if (!bVar23) {\n lVar10 = 4;\n pbVar14 = pbVar15;\n pbVar17 = &DAT_0013d5f3;\n do {\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar21 = *pbVar14 < *pbVar17;\n bVar23 = *pbVar14 == *pbVar17;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n pbVar17 = pbVar17 + (ulong)bVar24 * -2 + 1;\n } while (bVar23);\n bVar22 = false;\n bVar21 = (!bVar21 && !bVar23) == bVar21;\n if (!bVar21) {\n lVar10 = 5;\n pbVar14 = &DAT_0013d5f8;\n do {\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar22 = *pbVar15 < *pbVar14;\n bVar21 = *pbVar15 == *pbVar14;\n pbVar15 = pbVar15 + (ulong)bVar24 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n } while (bVar21);\n if ((!bVar22 && !bVar21) != bVar22) break;\n }\n }\n if ((*(long *)(lVar2 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar2 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar5 = lVar2;\n plVar5 = plVar5 + 1;\n lVar13 = lVar13 + -1;\n plVar20 = plVar19;\n if (lVar13 < 0) goto LAB_00109904;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n plVar19 = plVar20 + 1;\n lVar2 = *plVar20;\n pbVar15 = *(byte **)(lVar2 + 8);\n if ((pbVar15 == (byte *)0x0) || (*pbVar15 == 0)) break;\n bVar21 = false;\n bVar23 = (*(uint *)(lVar2 + 0x18) & 0x104) == 0;\n if (!bVar23) {\n lVar10 = 4;\n pbVar14 = pbVar15;\n pbVar17 = &DAT_0013d5f3;\n do {\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar21 = *pbVar14 < *pbVar17;\n bVar23 = *pbVar14 == *pbVar17;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n pbVar17 = pbVar17 + (ulong)bVar24 * -2 + 1;\n } while (bVar23);\n bVar22 = false;\n bVar21 = (!bVar21 && !bVar23) == bVar21;\n if (!bVar21) {\n lVar10 = 5;\n pbVar14 = &DAT_0013d5f8;\n do {\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar22 = *pbVar15 < *pbVar14;\n bVar21 = *pbVar15 == *pbVar14;\n pbVar15 = pbVar15 + (ulong)bVar24 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n } while (bVar21);\n if ((!bVar22 && !bVar21) != bVar22) break;\n }\n }\n if ((*(long *)(lVar2 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar2 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar5 = lVar2;\n plVar5 = plVar5 + 1;\n lVar13 = lVar13 + -1;\n plVar20 = plVar19;\n if (lVar13 < 0) goto LAB_00109904;\n }" { (expression_statement "plVar19 = plVar20 + 1;" (assignment_expression "plVar19 = plVar20 + 1" identifier = (binary_expression "plVar20 + 1" identifier + number_literal)) ;) (expression_statement "lVar2 = *plVar20;" (assignment_expression "lVar2 = *plVar20" identifier = (pointer_expression "*plVar20" * identifier)) ;) (expression_statement "pbVar15 = *(byte **)(lVar2 + 8);" (assignment_expression "pbVar15 = *(byte **)(lVar2 + 8)" identifier = (pointer_expression "*(byte **)(lVar2 + 8)" * (cast_expression "(byte **)(lVar2 + 8)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar2 + 8)" ( (binary_expression "lVar2 + 8" identifier + number_literal) ))))) ;) (if_statement "if ((pbVar15 == (byte *)0x0) || (*pbVar15 == 0)) break;" if (parenthesized_expression "((pbVar15 == (byte *)0x0) || (*pbVar15 == 0))" ( (binary_expression "(pbVar15 == (byte *)0x0) || (*pbVar15 == 0)" (parenthesized_expression "(pbVar15 == (byte *)0x0)" ( (binary_expression "pbVar15 == (byte *)0x0" identifier == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(*pbVar15 == 0)" ( (binary_expression "*pbVar15 == 0" (pointer_expression "*pbVar15" * identifier) == number_literal) ))) )) (break_statement "break;" break ;)) (expression_statement "bVar21 = false;" (assignment_expression "bVar21 = false" identifier = false) ;) (expression_statement "bVar23 = (*(uint *)(lVar2 + 0x18) & 0x104) == 0;" (assignment_expression "bVar23 = (*(uint *)(lVar2 + 0x18) & 0x104) == 0" identifier = (binary_expression "(*(uint *)(lVar2 + 0x18) & 0x104) == 0" (parenthesized_expression "(*(uint *)(lVar2 + 0x18) & 0x104)" ( (binary_expression "*(uint *)(lVar2 + 0x18) & 0x104" (pointer_expression "*(uint *)(lVar2 + 0x18)" * (cast_expression "(uint *)(lVar2 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x18)" ( (binary_expression "lVar2 + 0x18" identifier + number_literal) )))) & number_literal) )) == number_literal)) ;) (if_statement "if (!bVar23) {\n lVar10 = 4;\n pbVar14 = pbVar15;\n pbVar17 = &DAT_0013d5f3;\n do {\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar21 = *pbVar14 < *pbVar17;\n bVar23 = *pbVar14 == *pbVar17;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n pbVar17 = pbVar17 + (ulong)bVar24 * -2 + 1;\n } while (bVar23);\n bVar22 = false;\n bVar21 = (!bVar21 && !bVar23) == bVar21;\n if (!bVar21) {\n lVar10 = 5;\n pbVar14 = &DAT_0013d5f8;\n do {\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar22 = *pbVar15 < *pbVar14;\n bVar21 = *pbVar15 == *pbVar14;\n pbVar15 = pbVar15 + (ulong)bVar24 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n } while (bVar21);\n if ((!bVar22 && !bVar21) != bVar22) break;\n }\n }" if (parenthesized_expression "(!bVar23)" ( (unary_expression "!bVar23" ! identifier) )) (compound_statement "{\n lVar10 = 4;\n pbVar14 = pbVar15;\n pbVar17 = &DAT_0013d5f3;\n do {\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar21 = *pbVar14 < *pbVar17;\n bVar23 = *pbVar14 == *pbVar17;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n pbVar17 = pbVar17 + (ulong)bVar24 * -2 + 1;\n } while (bVar23);\n bVar22 = false;\n bVar21 = (!bVar21 && !bVar23) == bVar21;\n if (!bVar21) {\n lVar10 = 5;\n pbVar14 = &DAT_0013d5f8;\n do {\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar22 = *pbVar15 < *pbVar14;\n bVar21 = *pbVar15 == *pbVar14;\n pbVar15 = pbVar15 + (ulong)bVar24 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n } while (bVar21);\n if ((!bVar22 && !bVar21) != bVar22) break;\n }\n }" { (expression_statement "lVar10 = 4;" (assignment_expression "lVar10 = 4" identifier = number_literal) ;) (expression_statement "pbVar14 = pbVar15;" (assignment_expression "pbVar14 = pbVar15" identifier = identifier) ;) (expression_statement "pbVar17 = &DAT_0013d5f3;" (assignment_expression "pbVar17 = &DAT_0013d5f3" identifier = (pointer_expression "&DAT_0013d5f3" & identifier)) ;) (do_statement "do {\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar21 = *pbVar14 < *pbVar17;\n bVar23 = *pbVar14 == *pbVar17;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n pbVar17 = pbVar17 + (ulong)bVar24 * -2 + 1;\n } while (bVar23);" do (compound_statement "{\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar21 = *pbVar14 < *pbVar17;\n bVar23 = *pbVar14 == *pbVar17;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n pbVar17 = pbVar17 + (ulong)bVar24 * -2 + 1;\n }" { (if_statement "if (lVar10 == 0) break;" if (parenthesized_expression "(lVar10 == 0)" ( (binary_expression "lVar10 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar10 = lVar10 + -1;" (assignment_expression "lVar10 = lVar10 + -1" identifier = (binary_expression "lVar10 + -1" identifier + number_literal)) ;) (expression_statement "bVar21 = *pbVar14 < *pbVar17;" (assignment_expression "bVar21 = *pbVar14 < *pbVar17" identifier = (binary_expression "*pbVar14 < *pbVar17" (pointer_expression "*pbVar14" * identifier) < (pointer_expression "*pbVar17" * identifier))) ;) (expression_statement "bVar23 = *pbVar14 == *pbVar17;" (assignment_expression "bVar23 = *pbVar14 == *pbVar17" identifier = (binary_expression "*pbVar14 == *pbVar17" (pointer_expression "*pbVar14" * identifier) == (pointer_expression "*pbVar17" * identifier))) ;) (expression_statement "pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;" (assignment_expression "pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1" identifier = (binary_expression "pbVar14 + (ulong)bVar24 * -2 + 1" (binary_expression "pbVar14 + (ulong)bVar24 * -2" identifier + (binary_expression "(ulong)bVar24 * -2" (cast_expression "(ulong)bVar24" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar17 = pbVar17 + (ulong)bVar24 * -2 + 1;" (assignment_expression "pbVar17 = pbVar17 + (ulong)bVar24 * -2 + 1" identifier = (binary_expression "pbVar17 + (ulong)bVar24 * -2 + 1" (binary_expression "pbVar17 + (ulong)bVar24 * -2" identifier + (binary_expression "(ulong)bVar24 * -2" (cast_expression "(ulong)bVar24" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar23)" ( identifier )) ;) (expression_statement "bVar22 = false;" (assignment_expression "bVar22 = false" identifier = false) ;) (expression_statement "bVar21 = (!bVar21 && !bVar23) == bVar21;" (assignment_expression "bVar21 = (!bVar21 && !bVar23) == bVar21" identifier = (binary_expression "(!bVar21 && !bVar23) == bVar21" (parenthesized_expression "(!bVar21 && !bVar23)" ( (binary_expression "!bVar21 && !bVar23" (unary_expression "!bVar21" ! identifier) && (unary_expression "!bVar23" ! identifier)) )) == identifier)) ;) (if_statement "if (!bVar21) {\n lVar10 = 5;\n pbVar14 = &DAT_0013d5f8;\n do {\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar22 = *pbVar15 < *pbVar14;\n bVar21 = *pbVar15 == *pbVar14;\n pbVar15 = pbVar15 + (ulong)bVar24 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n } while (bVar21);\n if ((!bVar22 && !bVar21) != bVar22) break;\n }" if (parenthesized_expression "(!bVar21)" ( (unary_expression "!bVar21" ! identifier) )) (compound_statement "{\n lVar10 = 5;\n pbVar14 = &DAT_0013d5f8;\n do {\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar22 = *pbVar15 < *pbVar14;\n bVar21 = *pbVar15 == *pbVar14;\n pbVar15 = pbVar15 + (ulong)bVar24 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n } while (bVar21);\n if ((!bVar22 && !bVar21) != bVar22) break;\n }" { (expression_statement "lVar10 = 5;" (assignment_expression "lVar10 = 5" identifier = number_literal) ;) (expression_statement "pbVar14 = &DAT_0013d5f8;" (assignment_expression "pbVar14 = &DAT_0013d5f8" identifier = (pointer_expression "&DAT_0013d5f8" & identifier)) ;) (do_statement "do {\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar22 = *pbVar15 < *pbVar14;\n bVar21 = *pbVar15 == *pbVar14;\n pbVar15 = pbVar15 + (ulong)bVar24 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n } while (bVar21);" do (compound_statement "{\n if (lVar10 == 0) break;\n lVar10 = lVar10 + -1;\n bVar22 = *pbVar15 < *pbVar14;\n bVar21 = *pbVar15 == *pbVar14;\n pbVar15 = pbVar15 + (ulong)bVar24 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;\n }" { (if_statement "if (lVar10 == 0) break;" if (parenthesized_expression "(lVar10 == 0)" ( (binary_expression "lVar10 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar10 = lVar10 + -1;" (assignment_expression "lVar10 = lVar10 + -1" identifier = (binary_expression "lVar10 + -1" identifier + number_literal)) ;) (expression_statement "bVar22 = *pbVar15 < *pbVar14;" (assignment_expression "bVar22 = *pbVar15 < *pbVar14" identifier = (binary_expression "*pbVar15 < *pbVar14" (pointer_expression "*pbVar15" * identifier) < (pointer_expression "*pbVar14" * identifier))) ;) (expression_statement "bVar21 = *pbVar15 == *pbVar14;" (assignment_expression "bVar21 = *pbVar15 == *pbVar14" identifier = (binary_expression "*pbVar15 == *pbVar14" (pointer_expression "*pbVar15" * identifier) == (pointer_expression "*pbVar14" * identifier))) ;) (expression_statement "pbVar15 = pbVar15 + (ulong)bVar24 * -2 + 1;" (assignment_expression "pbVar15 = pbVar15 + (ulong)bVar24 * -2 + 1" identifier = (binary_expression "pbVar15 + (ulong)bVar24 * -2 + 1" (binary_expression "pbVar15 + (ulong)bVar24 * -2" identifier + (binary_expression "(ulong)bVar24 * -2" (cast_expression "(ulong)bVar24" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1;" (assignment_expression "pbVar14 = pbVar14 + (ulong)bVar24 * -2 + 1" identifier = (binary_expression "pbVar14 + (ulong)bVar24 * -2 + 1" (binary_expression "pbVar14 + (ulong)bVar24 * -2" identifier + (binary_expression "(ulong)bVar24 * -2" (cast_expression "(ulong)bVar24" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar21)" ( identifier )) ;) (if_statement "if ((!bVar22 && !bVar21) != bVar22) break;" if (parenthesized_expression "((!bVar22 && !bVar21) != bVar22)" ( (binary_expression "(!bVar22 && !bVar21) != bVar22" (parenthesized_expression "(!bVar22 && !bVar21)" ( (binary_expression "!bVar22 && !bVar21" (unary_expression "!bVar22" ! identifier) && (unary_expression "!bVar21" ! identifier)) )) != identifier) )) (break_statement "break;" break ;)) })) })) (if_statement "if ((*(long *)(lVar2 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar2 + 0x20) + 0x21) & 0x10) != 0)) break;" if (parenthesized_expression "((*(long *)(lVar2 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar2 + 0x20) + 0x21) & 0x10) != 0))" ( (binary_expression "(*(long *)(lVar2 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar2 + 0x20) + 0x21) & 0x10) != 0)" (parenthesized_expression "(*(long *)(lVar2 + 0x20) == 0x156ed8)" ( (binary_expression "*(long *)(lVar2 + 0x20) == 0x156ed8" (pointer_expression "*(long *)(lVar2 + 0x20)" * (cast_expression "(long *)(lVar2 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) )))) == number_literal) )) || (parenthesized_expression "((*(byte *)(*(long *)(lVar2 + 0x20) + 0x21) & 0x10) != 0)" ( (binary_expression "(*(byte *)(*(long *)(lVar2 + 0x20) + 0x21) & 0x10) != 0" (parenthesized_expression "(*(byte *)(*(long *)(lVar2 + 0x20) + 0x21) & 0x10)" ( (binary_expression "*(byte *)(*(long *)(lVar2 + 0x20) + 0x21) & 0x10" (pointer_expression "*(byte *)(*(long *)(lVar2 + 0x20) + 0x21)" * (cast_expression "(byte *)(*(long *)(lVar2 + 0x20) + 0x21)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar2 + 0x20) + 0x21)" ( (binary_expression "*(long *)(lVar2 + 0x20) + 0x21" (pointer_expression "*(long *)(lVar2 + 0x20)" * (cast_expression "(long *)(lVar2 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) )))) + number_literal) )))) & number_literal) )) != number_literal) ))) )) (break_statement "break;" break ;)) (expression_statement "*plVar5 = lVar2;" (assignment_expression "*plVar5 = lVar2" (pointer_expression "*plVar5" * identifier) = identifier) ;) (expression_statement "plVar5 = plVar5 + 1;" (assignment_expression "plVar5 = plVar5 + 1" identifier = (binary_expression "plVar5 + 1" identifier + number_literal)) ;) (expression_statement "lVar13 = lVar13 + -1;" (assignment_expression "lVar13 = lVar13 + -1" identifier = (binary_expression "lVar13 + -1" identifier + number_literal)) ;) (expression_statement "plVar20 = plVar19;" (assignment_expression "plVar20 = plVar19" identifier = identifier) ;) (if_statement "if (lVar13 < 0) goto LAB_00109904;" if (parenthesized_expression "(lVar13 < 0)" ( (binary_expression "lVar13 < 0" identifier < number_literal) )) (goto_statement "goto LAB_00109904;" goto statement_identifier ;)) })) (goto_statement "goto LAB_00109890;" goto statement_identifier ;) })) (labeled_statement "LAB_00109904:\n sorted_symcount = (long)plVar5 - (long)__base >> 3;" statement_identifier : (expression_statement "sorted_symcount = (long)plVar5 - (long)__base >> 3;" (assignment_expression "sorted_symcount = (long)plVar5 - (long)__base >> 3" identifier = (binary_expression "(long)plVar5 - (long)__base >> 3" (binary_expression "(long)plVar5 - (long)__base" (cast_expression "(long)plVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;)) (if_statement "if (0 < synthcount) {\n sorted_symcount = synthcount + sorted_symcount;\n paVar12 = synthsyms;\n do {\n *plVar5 = (long)paVar12;\n plVar5 = plVar5 + 1;\n paVar12 = paVar12 + 1;\n } while (plVar5 != __base + sorted_symcount);\n }" if (parenthesized_expression "(0 < synthcount)" ( (binary_expression "0 < synthcount" number_literal < identifier) )) (compound_statement "{\n sorted_symcount = synthcount + sorted_symcount;\n paVar12 = synthsyms;\n do {\n *plVar5 = (long)paVar12;\n plVar5 = plVar5 + 1;\n paVar12 = paVar12 + 1;\n } while (plVar5 != __base + sorted_symcount);\n }" { (expression_statement "sorted_symcount = synthcount + sorted_symcount;" (assignment_expression "sorted_symcount = synthcount + sorted_symcount" identifier = (binary_expression "synthcount + sorted_symcount" identifier + identifier)) ;) (expression_statement "paVar12 = synthsyms;" (assignment_expression "paVar12 = synthsyms" identifier = identifier) ;) (do_statement "do {\n *plVar5 = (long)paVar12;\n plVar5 = plVar5 + 1;\n paVar12 = paVar12 + 1;\n } while (plVar5 != __base + sorted_symcount);" do (compound_statement "{\n *plVar5 = (long)paVar12;\n plVar5 = plVar5 + 1;\n paVar12 = paVar12 + 1;\n }" { (expression_statement "*plVar5 = (long)paVar12;" (assignment_expression "*plVar5 = (long)paVar12" (pointer_expression "*plVar5" * identifier) = (cast_expression "(long)paVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "plVar5 = plVar5 + 1;" (assignment_expression "plVar5 = plVar5 + 1" identifier = (binary_expression "plVar5 + 1" identifier + number_literal)) ;) (expression_statement "paVar12 = paVar12 + 1;" (assignment_expression "paVar12 = paVar12 + 1" identifier = (binary_expression "paVar12 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(plVar5 != __base + sorted_symcount)" ( (binary_expression "plVar5 != __base + sorted_symcount" identifier != (binary_expression "__base + sorted_symcount" identifier + identifier)) )) ;) })) (expression_statement "qsort(__base,sorted_symcount,8,compare_symbols);" (call_expression "qsort(__base,sorted_symcount,8,compare_symbols)" identifier (argument_list "(__base,sorted_symcount,8,compare_symbols)" ( identifier , identifier , number_literal , identifier ))) ;) (expression_statement "init_disassemble_info(&disasm_info,stdout,PTR_fprintf_00154fa8);" (call_expression "init_disassemble_info(&disasm_info,stdout,PTR_fprintf_00154fa8)" identifier (argument_list "(&disasm_info,stdout,PTR_fprintf_00154fa8)" ( (pointer_expression "&disasm_info" & identifier) , identifier , identifier ))) ;) (expression_statement "disasm_info.print_address_func = objdump_print_address;" (assignment_expression "disasm_info.print_address_func = objdump_print_address" (field_expression "disasm_info.print_address_func" identifier . field_identifier) = identifier) ;) (expression_statement "aux.require_sec = 0;" (assignment_expression "aux.require_sec = 0" (field_expression "aux.require_sec" identifier . field_identifier) = number_literal) ;) (expression_statement "aux.dynrelbuf = (arelent **)0x0;" (assignment_expression "aux.dynrelbuf = (arelent **)0x0" (field_expression "aux.dynrelbuf" identifier . field_identifier) = (cast_expression "(arelent **)0x0" ( (type_descriptor "arelent **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;) (expression_statement "aux.dynrelcount = 0;" (assignment_expression "aux.dynrelcount = 0" (field_expression "aux.dynrelcount" identifier . field_identifier) = number_literal) ;) (expression_statement "aux.reloc = (arelent *)0x0;" (assignment_expression "aux.reloc = (arelent *)0x0" (field_expression "aux.reloc" identifier . field_identifier) = (cast_expression "(arelent *)0x0" ( (type_descriptor "arelent *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "disasm_info.symbol_at_address_func = objdump_symbol_at_address;" (assignment_expression "disasm_info.symbol_at_address_func = objdump_symbol_at_address" (field_expression "disasm_info.symbol_at_address_func" identifier . field_identifier) = identifier) ;) (expression_statement "aux.abfd = abfd;" (assignment_expression "aux.abfd = abfd" (field_expression "aux.abfd" identifier . field_identifier) = identifier) ;) (expression_statement "disasm_info.application_data = &aux;" (assignment_expression "disasm_info.application_data = &aux" (field_expression "disasm_info.application_data" identifier . field_identifier) = (pointer_expression "&aux" & identifier)) ;) (if_statement "if (machine != (char *)0x0) {\n disasm_info.application_data = &aux;\n pbVar6 = (bfd_arch_info *)bfd_scan_arch();\n pcVar9 = machine;\n if (pbVar6 == (bfd_arch_info *)0x0) {\n format = (char *)dcgettext(0,"can\'t use supplied machine %s",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar9);\n }\n abfd->arch_info = pbVar6;\n }" if (parenthesized_expression "(machine != (char *)0x0)" ( (binary_expression "machine != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n disasm_info.application_data = &aux;\n pbVar6 = (bfd_arch_info *)bfd_scan_arch();\n pcVar9 = machine;\n if (pbVar6 == (bfd_arch_info *)0x0) {\n format = (char *)dcgettext(0,"can\'t use supplied machine %s",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar9);\n }\n abfd->arch_info = pbVar6;\n }" { (expression_statement "disasm_info.application_data = &aux;" (assignment_expression "disasm_info.application_data = &aux" (field_expression "disasm_info.application_data" identifier . field_identifier) = (pointer_expression "&aux" & identifier)) ;) (expression_statement "pbVar6 = (bfd_arch_info *)bfd_scan_arch();" (assignment_expression "pbVar6 = (bfd_arch_info *)bfd_scan_arch()" identifier = (cast_expression "(bfd_arch_info *)bfd_scan_arch()" ( (type_descriptor "bfd_arch_info *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "bfd_scan_arch()" identifier (argument_list "()" ( ))))) ;) (expression_statement "pcVar9 = machine;" (assignment_expression "pcVar9 = machine" identifier = identifier) ;) (if_statement "if (pbVar6 == (bfd_arch_info *)0x0) {\n format = (char *)dcgettext(0,"can\'t use supplied machine %s",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar9);\n }" if (parenthesized_expression "(pbVar6 == (bfd_arch_info *)0x0)" ( (binary_expression "pbVar6 == (bfd_arch_info *)0x0" identifier == (cast_expression "(bfd_arch_info *)0x0" ( (type_descriptor "bfd_arch_info *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n format = (char *)dcgettext(0,"can\'t use supplied machine %s",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar9);\n }" { (expression_statement "format = (char *)dcgettext(0,"can\'t use supplied machine %s",5);" (assignment_expression "format = (char *)dcgettext(0,"can\'t use supplied machine %s",5)" identifier = (cast_expression "(char *)dcgettext(0,"can\'t use supplied machine %s",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"can\'t use supplied machine %s",5)" identifier (argument_list "(0,"can\'t use supplied machine %s",5)" ( number_literal , (string_literal ""can\'t use supplied machine %s"" " string_content escape_sequence string_content ") , number_literal ))))) ;) comment (expression_statement "fatal(format,pcVar9);" (call_expression "fatal(format,pcVar9)" identifier (argument_list "(format,pcVar9)" ( identifier , identifier ))) ;) })) (expression_statement "abfd->arch_info = pbVar6;" (assignment_expression "abfd->arch_info = pbVar6" (field_expression "abfd->arch_info" identifier -> field_identifier) = identifier) ;) })) (if_statement "if (endian != BFD_ENDIAN_UNKNOWN) {\n pbVar7 = (bfd_target *)xmalloc(0x370);\n pbVar3 = abfd->xvec;\n puVar18 = (undefined8 *)((ulong)&pbVar7->flavour & 0xfffffffffffffff8);\n pbVar7->name = pbVar3->name;\n pbVar7->backend_data = pbVar3->backend_data;\n lVar13 = (long)pbVar7 - (long)puVar18;\n puVar16 = (undefined8 *)((long)pbVar3 - lVar13);\n for (uVar11 = (ulong)((int)lVar13 + 0x370U >> 3); uVar11 != 0; uVar11 = uVar11 - 1) {\n *puVar18 = *puVar16;\n puVar16 = puVar16 + (ulong)bVar24 * -2 + 1;\n puVar18 = puVar18 + (ulong)bVar24 * -2 + 1;\n }\n abfd->xvec = pbVar7;\n pbVar7->byteorder = endian;\n }" if (parenthesized_expression "(endian != BFD_ENDIAN_UNKNOWN)" ( (binary_expression "endian != BFD_ENDIAN_UNKNOWN" identifier != identifier) )) (compound_statement "{\n pbVar7 = (bfd_target *)xmalloc(0x370);\n pbVar3 = abfd->xvec;\n puVar18 = (undefined8 *)((ulong)&pbVar7->flavour & 0xfffffffffffffff8);\n pbVar7->name = pbVar3->name;\n pbVar7->backend_data = pbVar3->backend_data;\n lVar13 = (long)pbVar7 - (long)puVar18;\n puVar16 = (undefined8 *)((long)pbVar3 - lVar13);\n for (uVar11 = (ulong)((int)lVar13 + 0x370U >> 3); uVar11 != 0; uVar11 = uVar11 - 1) {\n *puVar18 = *puVar16;\n puVar16 = puVar16 + (ulong)bVar24 * -2 + 1;\n puVar18 = puVar18 + (ulong)bVar24 * -2 + 1;\n }\n abfd->xvec = pbVar7;\n pbVar7->byteorder = endian;\n }" { (expression_statement "pbVar7 = (bfd_target *)xmalloc(0x370);" (assignment_expression "pbVar7 = (bfd_target *)xmalloc(0x370)" identifier = (cast_expression "(bfd_target *)xmalloc(0x370)" ( (type_descriptor "bfd_target *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x370)" identifier (argument_list "(0x370)" ( number_literal ))))) ;) (expression_statement "pbVar3 = abfd->xvec;" (assignment_expression "pbVar3 = abfd->xvec" identifier = (field_expression "abfd->xvec" identifier -> field_identifier)) ;) (expression_statement "puVar18 = (undefined8 *)((ulong)&pbVar7->flavour & 0xfffffffffffffff8);" (assignment_expression "puVar18 = (undefined8 *)((ulong)&pbVar7->flavour & 0xfffffffffffffff8)" identifier = (cast_expression "(undefined8 *)((ulong)&pbVar7->flavour & 0xfffffffffffffff8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)&pbVar7->flavour & 0xfffffffffffffff8)" ( (binary_expression "(ulong)&pbVar7->flavour & 0xfffffffffffffff8" (binary_expression "(ulong)&pbVar7->flavour" (parenthesized_expression "(ulong)" ( identifier )) & (field_expression "pbVar7->flavour" identifier -> field_identifier)) & number_literal) )))) ;) (expression_statement "pbVar7->name = pbVar3->name;" (assignment_expression "pbVar7->name = pbVar3->name" (field_expression "pbVar7->name" identifier -> field_identifier) = (field_expression "pbVar3->name" identifier -> field_identifier)) ;) (expression_statement "pbVar7->backend_data = pbVar3->backend_data;" (assignment_expression "pbVar7->backend_data = pbVar3->backend_data" (field_expression "pbVar7->backend_data" identifier -> field_identifier) = (field_expression "pbVar3->backend_data" identifier -> field_identifier)) ;) (expression_statement "lVar13 = (long)pbVar7 - (long)puVar18;" (assignment_expression "lVar13 = (long)pbVar7 - (long)puVar18" identifier = (binary_expression "(long)pbVar7 - (long)puVar18" (cast_expression "(long)pbVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)puVar18" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "puVar16 = (undefined8 *)((long)pbVar3 - lVar13);" (assignment_expression "puVar16 = (undefined8 *)((long)pbVar3 - lVar13)" identifier = (cast_expression "(undefined8 *)((long)pbVar3 - lVar13)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)pbVar3 - lVar13)" ( (binary_expression "(long)pbVar3 - lVar13" (cast_expression "(long)pbVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - identifier) )))) ;) (for_statement "for (uVar11 = (ulong)((int)lVar13 + 0x370U >> 3); uVar11 != 0; uVar11 = uVar11 - 1) {\n *puVar18 = *puVar16;\n puVar16 = puVar16 + (ulong)bVar24 * -2 + 1;\n puVar18 = puVar18 + (ulong)bVar24 * -2 + 1;\n }" for ( (assignment_expression "uVar11 = (ulong)((int)lVar13 + 0x370U >> 3)" identifier = (call_expression "(ulong)((int)lVar13 + 0x370U >> 3)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((int)lVar13 + 0x370U >> 3)" ( (binary_expression "(int)lVar13 + 0x370U >> 3" (binary_expression "(int)lVar13 + 0x370U" (cast_expression "(int)lVar13" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) >> number_literal) )))) ; (binary_expression "uVar11 != 0" identifier != number_literal) ; (assignment_expression "uVar11 = uVar11 - 1" identifier = (binary_expression "uVar11 - 1" identifier - number_literal)) ) (compound_statement "{\n *puVar18 = *puVar16;\n puVar16 = puVar16 + (ulong)bVar24 * -2 + 1;\n puVar18 = puVar18 + (ulong)bVar24 * -2 + 1;\n }" { (expression_statement "*puVar18 = *puVar16;" (assignment_expression "*puVar18 = *puVar16" (pointer_expression "*puVar18" * identifier) = (pointer_expression "*puVar16" * identifier)) ;) (expression_statement "puVar16 = puVar16 + (ulong)bVar24 * -2 + 1;" (assignment_expression "puVar16 = puVar16 + (ulong)bVar24 * -2 + 1" identifier = (binary_expression "puVar16 + (ulong)bVar24 * -2 + 1" (binary_expression "puVar16 + (ulong)bVar24 * -2" identifier + (binary_expression "(ulong)bVar24 * -2" (cast_expression "(ulong)bVar24" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "puVar18 = puVar18 + (ulong)bVar24 * -2 + 1;" (assignment_expression "puVar18 = puVar18 + (ulong)bVar24 * -2 + 1" identifier = (binary_expression "puVar18 + (ulong)bVar24 * -2 + 1" (binary_expression "puVar18 + (ulong)bVar24 * -2" identifier + (binary_expression "(ulong)bVar24 * -2" (cast_expression "(ulong)bVar24" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) })) (expression_statement "abfd->xvec = pbVar7;" (assignment_expression "abfd->xvec = pbVar7" (field_expression "abfd->xvec" identifier -> field_identifier) = identifier) ;) (expression_statement "pbVar7->byteorder = endian;" (assignment_expression "pbVar7->byteorder = endian" (field_expression "pbVar7->byteorder" identifier -> field_identifier) = identifier) ;) })) (expression_statement "uVar8 = bfd_get_mach(abfd);" (assignment_expression "uVar8 = bfd_get_mach(abfd)" identifier = (call_expression "bfd_get_mach(abfd)" identifier (argument_list "(abfd)" ( identifier )))) ;) (expression_statement "bVar1 = abfd->xvec->byteorder;" (assignment_expression "bVar1 = abfd->xvec->byteorder" identifier = (field_expression "abfd->xvec->byteorder" (field_expression "abfd->xvec" identifier -> field_identifier) -> field_identifier)) ;) (expression_statement "uVar4 = bfd_get_arch(abfd);" (assignment_expression "uVar4 = bfd_get_arch(abfd)" identifier = (call_expression "bfd_get_arch(abfd)" identifier (argument_list "(abfd)" ( identifier )))) ;) (expression_statement "aux.disassemble_fn = (disassembler_ftype)disassembler(uVar4,bVar1 == BFD_ENDIAN_BIG,uVar8,abfd);" (assignment_expression "aux.disassemble_fn = (disassembler_ftype)disassembler(uVar4,bVar1 == BFD_ENDIAN_BIG,uVar8,abfd)" (field_expression "aux.disassemble_fn" identifier . field_identifier) = (cast_expression "(disassembler_ftype)disassembler(uVar4,bVar1 == BFD_ENDIAN_BIG,uVar8,abfd)" ( (type_descriptor "disassembler_ftype" type_identifier) ) (call_expression "disassembler(uVar4,bVar1 == BFD_ENDIAN_BIG,uVar8,abfd)" identifier (argument_list "(uVar4,bVar1 == BFD_ENDIAN_BIG,uVar8,abfd)" ( identifier , (binary_expression "bVar1 == BFD_ENDIAN_BIG" identifier == identifier) , identifier , identifier ))))) ;) (if_statement "if (aux.disassemble_fn == (disassembler_ftype)0x0) {\n uVar4 = bfd_get_arch(abfd);\n uVar8 = bfd_printable_arch_mach(uVar4,0);\n pcVar9 = (char *)dcgettext(0,"can\'t disassemble for architecture %s\n",5);\n non_fatal(pcVar9,uVar8);\n exit_status = 1;\n return;\n }" if (parenthesized_expression "(aux.disassemble_fn == (disassembler_ftype)0x0)" ( (binary_expression "aux.disassemble_fn == (disassembler_ftype)0x0" (field_expression "aux.disassemble_fn" identifier . field_identifier) == (cast_expression "(disassembler_ftype)0x0" ( (type_descriptor "disassembler_ftype" type_identifier) ) number_literal)) )) (compound_statement "{\n uVar4 = bfd_get_arch(abfd);\n uVar8 = bfd_printable_arch_mach(uVar4,0);\n pcVar9 = (char *)dcgettext(0,"can\'t disassemble for architecture %s\n",5);\n non_fatal(pcVar9,uVar8);\n exit_status = 1;\n return;\n }" { (expression_statement "uVar4 = bfd_get_arch(abfd);" (assignment_expression "uVar4 = bfd_get_arch(abfd)" identifier = (call_expression "bfd_get_arch(abfd)" identifier (argument_list "(abfd)" ( identifier )))) ;) (expression_statement "uVar8 = bfd_printable_arch_mach(uVar4,0);" (assignment_expression "uVar8 = bfd_printable_arch_mach(uVar4,0)" identifier = (call_expression "bfd_printable_arch_mach(uVar4,0)" identifier (argument_list "(uVar4,0)" ( identifier , number_literal )))) ;) (expression_statement "pcVar9 = (char *)dcgettext(0,"can\'t disassemble for architecture %s\n",5);" (assignment_expression "pcVar9 = (char *)dcgettext(0,"can\'t disassemble for architecture %s\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"can\'t disassemble for architecture %s\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"can\'t disassemble for architecture %s\n",5)" identifier (argument_list "(0,"can\'t disassemble for architecture %s\n",5)" ( number_literal , (string_literal ""can\'t disassemble for architecture %s\n"" " string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "non_fatal(pcVar9,uVar8);" (call_expression "non_fatal(pcVar9,uVar8)" identifier (argument_list "(pcVar9,uVar8)" ( identifier , identifier ))) ;) (expression_statement "exit_status = 1;" (assignment_expression "exit_status = 1" identifier = number_literal) ;) (return_statement "return;" return ;) })) (expression_statement "disasm_info.flavour = abfd->xvec->flavour;" (assignment_expression "disasm_info.flavour = abfd->xvec->flavour" (field_expression "disasm_info.flavour" identifier . field_identifier) = (field_expression "abfd->xvec->flavour" (field_expression "abfd->xvec" identifier -> field_identifier) -> field_identifier)) ;) (expression_statement "disasm_info.arch = bfd_get_arch(abfd);" (assignment_expression "disasm_info.arch = bfd_get_arch(abfd)" (field_expression "disasm_info.arch" identifier . field_identifier) = (call_expression "bfd_get_arch(abfd)" identifier (argument_list "(abfd)" ( identifier )))) ;) (expression_statement "disasm_info.mach = bfd_get_mach(abfd);" (assignment_expression "disasm_info.mach = bfd_get_mach(abfd)" (field_expression "disasm_info.mach" identifier . field_identifier) = (call_expression "bfd_get_mach(abfd)" identifier (argument_list "(abfd)" ( identifier )))) ;) (expression_statement "disasm_info.disassembler_options = disassembler_options;" (assignment_expression "disasm_info.disassembler_options = disassembler_options" (field_expression "disasm_info.disassembler_options" identifier . field_identifier) = identifier) ;) (expression_statement "disasm_info.octets_per_byte = bfd_octets_per_byte(abfd);" (assignment_expression "disasm_info.octets_per_byte = bfd_octets_per_byte(abfd)" (field_expression "disasm_info.octets_per_byte" identifier . field_identifier) = (call_expression "bfd_octets_per_byte(abfd)" identifier (argument_list "(abfd)" ( identifier )))) ;) (expression_statement "disasm_info.disassembler_needs_relocs = 0;" (assignment_expression "disasm_info.disassembler_needs_relocs = 0" (field_expression "disasm_info.disassembler_needs_relocs" identifier . field_identifier) = number_literal) ;) (expression_statement "disasm_info.skip_zeroes = 8;" (assignment_expression "disasm_info.skip_zeroes = 8" (field_expression "disasm_info.skip_zeroes" identifier . field_identifier) = number_literal) ;) (expression_statement "disasm_info.skip_zeroes_at_end = 3;" (assignment_expression "disasm_info.skip_zeroes_at_end = 3" (field_expression "disasm_info.skip_zeroes_at_end" identifier . field_identifier) = number_literal) ;) (expression_statement "bVar1 = abfd->xvec->byteorder;" (assignment_expression "bVar1 = abfd->xvec->byteorder" identifier = (field_expression "abfd->xvec->byteorder" (field_expression "abfd->xvec" identifier -> field_identifier) -> field_identifier)) ;) (if_statement "if (bVar1 == BFD_ENDIAN_BIG) {\n disasm_info.endian = BFD_ENDIAN_BIG;\n disasm_info.display_endian = BFD_ENDIAN_BIG;\n }\n else if (bVar1 == BFD_ENDIAN_LITTLE) {\n disasm_info.endian = BFD_ENDIAN_LITTLE;\n disasm_info.display_endian = BFD_ENDIAN_LITTLE;\n }\n else {\n disasm_info.endian = BFD_ENDIAN_UNKNOWN;\n }" if (parenthesized_expression "(bVar1 == BFD_ENDIAN_BIG)" ( (binary_expression "bVar1 == BFD_ENDIAN_BIG" identifier == identifier) )) (compound_statement "{\n disasm_info.endian = BFD_ENDIAN_BIG;\n disasm_info.display_endian = BFD_ENDIAN_BIG;\n }" { (expression_statement "disasm_info.endian = BFD_ENDIAN_BIG;" (assignment_expression "disasm_info.endian = BFD_ENDIAN_BIG" (field_expression "disasm_info.endian" identifier . field_identifier) = identifier) ;) (expression_statement "disasm_info.display_endian = BFD_ENDIAN_BIG;" (assignment_expression "disasm_info.display_endian = BFD_ENDIAN_BIG" (field_expression "disasm_info.display_endian" identifier . field_identifier) = identifier) ;) }) (else_clause "else if (bVar1 == BFD_ENDIAN_LITTLE) {\n disasm_info.endian = BFD_ENDIAN_LITTLE;\n disasm_info.display_endian = BFD_ENDIAN_LITTLE;\n }\n else {\n disasm_info.endian = BFD_ENDIAN_UNKNOWN;\n }" else (if_statement "if (bVar1 == BFD_ENDIAN_LITTLE) {\n disasm_info.endian = BFD_ENDIAN_LITTLE;\n disasm_info.display_endian = BFD_ENDIAN_LITTLE;\n }\n else {\n disasm_info.endian = BFD_ENDIAN_UNKNOWN;\n }" if (parenthesized_expression "(bVar1 == BFD_ENDIAN_LITTLE)" ( (binary_expression "bVar1 == BFD_ENDIAN_LITTLE" identifier == identifier) )) (compound_statement "{\n disasm_info.endian = BFD_ENDIAN_LITTLE;\n disasm_info.display_endian = BFD_ENDIAN_LITTLE;\n }" { (expression_statement "disasm_info.endian = BFD_ENDIAN_LITTLE;" (assignment_expression "disasm_info.endian = BFD_ENDIAN_LITTLE" (field_expression "disasm_info.endian" identifier . field_identifier) = identifier) ;) (expression_statement "disasm_info.display_endian = BFD_ENDIAN_LITTLE;" (assignment_expression "disasm_info.display_endian = BFD_ENDIAN_LITTLE" (field_expression "disasm_info.display_endian" identifier . field_identifier) = identifier) ;) }) (else_clause "else {\n disasm_info.endian = BFD_ENDIAN_UNKNOWN;\n }" else (compound_statement "{\n disasm_info.endian = BFD_ENDIAN_UNKNOWN;\n }" { (expression_statement "disasm_info.endian = BFD_ENDIAN_UNKNOWN;" (assignment_expression "disasm_info.endian = BFD_ENDIAN_UNKNOWN" (field_expression "disasm_info.endian" identifier . field_identifier) = identifier) ;) }))))) (expression_statement "disassemble_init_for_target(&disasm_info);" (call_expression "disassemble_init_for_target(&disasm_info)" identifier (argument_list "(&disasm_info)" ( (pointer_expression "&disasm_info" & identifier) ))) ;) (expression_statement "lVar13 = (*abfd->xvec->_bfd_get_dynamic_reloc_upper_bound)(abfd);" (assignment_expression "lVar13 = (*abfd->xvec->_bfd_get_dynamic_reloc_upper_bound)(abfd)" identifier = (call_expression "(*abfd->xvec->_bfd_get_dynamic_reloc_upper_bound)(abfd)" (parenthesized_expression "(*abfd->xvec->_bfd_get_dynamic_reloc_upper_bound)" ( (pointer_expression "*abfd->xvec->_bfd_get_dynamic_reloc_upper_bound" * (field_expression "abfd->xvec->_bfd_get_dynamic_reloc_upper_bound" (field_expression "abfd->xvec" identifier -> field_identifier) -> field_identifier)) )) (argument_list "(abfd)" ( identifier )))) ;) (if_statement "if (lVar13 < 0) {\n if (dump_dynamic_reloc_info != 0) {\nLAB_00109bee:\n /* WARNING: Subroutine does not return */\n bfd_fatal(abfd->filename);\n }\n }\n else if (lVar13 != 0) {\n aux.dynrelbuf = (arelent **)xmalloc(lVar13);\n aux.dynrelcount = (*abfd->xvec->_bfd_canonicalize_dynamic_reloc)(abfd,aux.dynrelbuf,dynsyms);\n if (aux.dynrelcount < 0) goto LAB_00109bee;\n qsort(aux.dynrelbuf,aux.dynrelcount,8,compare_relocs);\n }" if (parenthesized_expression "(lVar13 < 0)" ( (binary_expression "lVar13 < 0" identifier < number_literal) )) (compound_statement "{\n if (dump_dynamic_reloc_info != 0) {\nLAB_00109bee:\n /* WARNING: Subroutine does not return */\n bfd_fatal(abfd->filename);\n }\n }" { (if_statement "if (dump_dynamic_reloc_info != 0) {\nLAB_00109bee:\n /* WARNING: Subroutine does not return */\n bfd_fatal(abfd->filename);\n }" if (parenthesized_expression "(dump_dynamic_reloc_info != 0)" ( (binary_expression "dump_dynamic_reloc_info != 0" identifier != number_literal) )) (compound_statement "{\nLAB_00109bee:\n /* WARNING: Subroutine does not return */\n bfd_fatal(abfd->filename);\n }" { (labeled_statement "LAB_00109bee:\n /* WARNING: Subroutine does not return */\n bfd_fatal(abfd->filename);" statement_identifier : comment (expression_statement "bfd_fatal(abfd->filename);" (call_expression "bfd_fatal(abfd->filename)" identifier (argument_list "(abfd->filename)" ( (field_expression "abfd->filename" identifier -> field_identifier) ))) ;)) })) }) (else_clause "else if (lVar13 != 0) {\n aux.dynrelbuf = (arelent **)xmalloc(lVar13);\n aux.dynrelcount = (*abfd->xvec->_bfd_canonicalize_dynamic_reloc)(abfd,aux.dynrelbuf,dynsyms);\n if (aux.dynrelcount < 0) goto LAB_00109bee;\n qsort(aux.dynrelbuf,aux.dynrelcount,8,compare_relocs);\n }" else (if_statement "if (lVar13 != 0) {\n aux.dynrelbuf = (arelent **)xmalloc(lVar13);\n aux.dynrelcount = (*abfd->xvec->_bfd_canonicalize_dynamic_reloc)(abfd,aux.dynrelbuf,dynsyms);\n if (aux.dynrelcount < 0) goto LAB_00109bee;\n qsort(aux.dynrelbuf,aux.dynrelcount,8,compare_relocs);\n }" if (parenthesized_expression "(lVar13 != 0)" ( (binary_expression "lVar13 != 0" identifier != number_literal) )) (compound_statement "{\n aux.dynrelbuf = (arelent **)xmalloc(lVar13);\n aux.dynrelcount = (*abfd->xvec->_bfd_canonicalize_dynamic_reloc)(abfd,aux.dynrelbuf,dynsyms);\n if (aux.dynrelcount < 0) goto LAB_00109bee;\n qsort(aux.dynrelbuf,aux.dynrelcount,8,compare_relocs);\n }" { (expression_statement "aux.dynrelbuf = (arelent **)xmalloc(lVar13);" (assignment_expression "aux.dynrelbuf = (arelent **)xmalloc(lVar13)" (field_expression "aux.dynrelbuf" identifier . field_identifier) = (cast_expression "(arelent **)xmalloc(lVar13)" ( (type_descriptor "arelent **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (call_expression "xmalloc(lVar13)" identifier (argument_list "(lVar13)" ( identifier ))))) ;) (expression_statement "aux.dynrelcount = (*abfd->xvec->_bfd_canonicalize_dynamic_reloc)(abfd,aux.dynrelbuf,dynsyms);" (assignment_expression "aux.dynrelcount = (*abfd->xvec->_bfd_canonicalize_dynamic_reloc)(abfd,aux.dynrelbuf,dynsyms)" (field_expression "aux.dynrelcount" identifier . field_identifier) = (call_expression "(*abfd->xvec->_bfd_canonicalize_dynamic_reloc)(abfd,aux.dynrelbuf,dynsyms)" (parenthesized_expression "(*abfd->xvec->_bfd_canonicalize_dynamic_reloc)" ( (pointer_expression "*abfd->xvec->_bfd_canonicalize_dynamic_reloc" * (field_expression "abfd->xvec->_bfd_canonicalize_dynamic_reloc" (field_expression "abfd->xvec" identifier -> field_identifier) -> field_identifier)) )) (argument_list "(abfd,aux.dynrelbuf,dynsyms)" ( identifier , (field_expression "aux.dynrelbuf" identifier . field_identifier) , identifier )))) ;) (if_statement "if (aux.dynrelcount < 0) goto LAB_00109bee;" if (parenthesized_expression "(aux.dynrelcount < 0)" ( (binary_expression "aux.dynrelcount < 0" (field_expression "aux.dynrelcount" identifier . field_identifier) < number_literal) )) (goto_statement "goto LAB_00109bee;" goto statement_identifier ;)) (expression_statement "qsort(aux.dynrelbuf,aux.dynrelcount,8,compare_relocs);" (call_expression "qsort(aux.dynrelbuf,aux.dynrelcount,8,compare_relocs)" identifier (argument_list "(aux.dynrelbuf,aux.dynrelcount,8,compare_relocs)" ( (field_expression "aux.dynrelbuf" identifier . field_identifier) , (field_expression "aux.dynrelcount" identifier . field_identifier) , number_literal , identifier ))) ;) })))) (expression_statement "disasm_info.symtab = sorted_syms;" (assignment_expression "disasm_info.symtab = sorted_syms" (field_expression "disasm_info.symtab" identifier . field_identifier) = identifier) ;) (expression_statement "disasm_info.symtab_size = (int)sorted_symcount;" (assignment_expression "disasm_info.symtab_size = (int)sorted_symcount" (field_expression "disasm_info.symtab_size" identifier . field_identifier) = (cast_expression "(int)sorted_symcount" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "bfd_map_over_sections(abfd,disassemble_section,&disasm_info);" (call_expression "bfd_map_over_sections(abfd,disassemble_section,&disasm_info)" identifier (argument_list "(abfd,disassemble_section,&disasm_info)" ( identifier , identifier , (pointer_expression "&disasm_info" & identifier) ))) ;) (if_statement "if (aux.dynrelbuf != (arelent **)0x0) {\n free(aux.dynrelbuf);\n }" if (parenthesized_expression "(aux.dynrelbuf != (arelent **)0x0)" ( (binary_expression "aux.dynrelbuf != (arelent **)0x0" (field_expression "aux.dynrelbuf" identifier . field_identifier) != (cast_expression "(arelent **)0x0" ( (type_descriptor "arelent **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (compound_statement "{\n free(aux.dynrelbuf);\n }" { (expression_statement "free(aux.dynrelbuf);" (call_expression "free(aux.dynrelbuf)" identifier (argument_list "(aux.dynrelbuf)" ( (field_expression "aux.dynrelbuf" identifier . field_identifier) ))) ;) })) (expression_statement "free(sorted_syms);" (call_expression "free(sorted_syms)" identifier (argument_list "(sorted_syms)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_001097d0(undefined8 *param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n long *__base;\n long *plVar3;\n long lVar4;\n undefined8 *puVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n long lVar8;\n ulong uVar9;\n long lVar10;\n void *__src;\n byte *pbVar11;\n byte *pbVar12;\n undefined8 *puVar13;\n byte *pbVar14;\n undefined8 *puVar15;\n long *plVar16;\n long *plVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n byte bVar21;\n undefined8 *local_168 [2];\n undefined4 local_158;\n void *local_150;\n size_t local_148;\n long local_140;\n undefined8 local_138;\n undefined1 local_128 [16];\n undefined1 *local_118;\n undefined4 local_110;\n undefined4 local_10c;\n undefined8 local_108;\n undefined4 local_100;\n void *local_d8;\n undefined4 local_cc;\n code *local_a8;\n code *local_a0;\n undefined4 local_70;\n undefined4 local_6c;\n undefined8 local_68;\n undefined4 local_60;\n undefined8 local_40;\n \n bVar21 = 0;\n DAT_00157238 = 0;\n DAT_00157248 = 0;\n DAT_00157244 = 0xffffffff;\n DAT_00157298 = DAT_001572a8;\n if (DAT_001572a8 == 0) {\n DAT_00157298 = DAT_00157278;\n }\n DAT_00157240 = 0;\n DAT_001572a0 = (void *)xmalloc((DAT_00157298 + DAT_00157280) * 8);\n lVar10 = DAT_00157298;\n __src = DAT_00157290;\n if (DAT_001572a8 != 0) {\n __src = DAT_001572b0;\n }\n __base = (long *)memcpy(DAT_001572a0,__src,DAT_00157298 * 8);\n plVar3 = __base;\n plVar16 = __base;\nLAB_00109890:\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (-1 < lVar10) {\n while( true ) {\n plVar16 = plVar17 + 1;\n lVar4 = *plVar17;\n pbVar12 = *(byte **)(lVar4 + 8);\n if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;\n bVar18 = false;\n bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;\n if (!bVar20) {\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }\n if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar3 = lVar4;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (lVar10 < 0) goto LAB_00109904;\n }\n goto LAB_00109890;\n }\nLAB_00109904:\n DAT_00157298 = (long)plVar3 - (long)__base >> 3;\n if (0 < DAT_00157280) {\n DAT_00157298 = DAT_00157280 + DAT_00157298;\n lVar10 = DAT_00157288;\n do {\n *plVar3 = lVar10;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + 0x30;\n } while (plVar3 != __base + DAT_00157298);\n }\n qsort(__base,DAT_00157298,8,FUN_00109c90);\n init_disassemble_info(local_128,stdout,PTR_fprintf_00154fa8);\n local_a8 = FUN_001091e0;\n local_158 = 0;\n local_150 = (void *)0x0;\n local_148 = 0;\n local_138 = 0;\n local_a0 = FUN_00108a80;\n local_168[0] = param_1;\n local_118 = (undefined1 *)local_168;\n if (DAT_001572c0 != 0) {\n local_118 = (undefined1 *)local_168;\n lVar4 = bfd_scan_arch();\n lVar10 = DAT_001572c0;\n if (lVar4 == 0) {\n uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);\n \n FUN_00136590(uVar6,lVar10);\n }\n param_1[0x18] = lVar4;\n }\n if (DAT_00155450 != 2) {\n puVar5 = (undefined8 *)xmalloc(0x370);\n puVar13 = (undefined8 *)param_1[1];\n *puVar5 = *puVar13;\n puVar5[0x6d] = puVar13[0x6d];\n lVar10 = (long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n puVar13 = (undefined8 *)((long)puVar13 - lVar10);\n puVar15 = (undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n for (uVar9 = (ulong)((int)lVar10 + 0x370U >> 3); uVar9 != 0; uVar9 = uVar9 - 1) {\n *puVar15 = *puVar13;\n puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;\n puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;\n }\n param_1[1] = puVar5;\n *(int *)((long)puVar5 + 0xc) = DAT_00155450;\n }\n uVar6 = bfd_get_mach(param_1);\n iVar1 = *(int *)(param_1[1] + 0xc);\n uVar2 = bfd_get_arch(param_1);\n local_140 = disassembler(uVar2,iVar1 == 0,uVar6,param_1);\n if (local_140 == 0) {\n uVar2 = bfd_get_arch(param_1);\n uVar6 = bfd_printable_arch_mach(uVar2,0);\n uVar7 = dcgettext(0,"can\'t disassemble for architecture %s\n",5);\n FUN_00136630(uVar7,uVar6);\n DAT_00157388 = 1;\n return;\n }\n local_110 = *(undefined4 *)(param_1[1] + 8);\n local_10c = bfd_get_arch(param_1);\n local_108 = bfd_get_mach(param_1);\n local_40 = DAT_001572b8;\n local_6c = bfd_octets_per_byte(param_1);\n local_60 = 0;\n local_68 = 0x300000008;\n if (*(int *)(param_1[1] + 0xc) == 0) {\n local_100 = 0;\n local_70 = 0;\n }\n else if (*(int *)(param_1[1] + 0xc) == 1) {\n local_100 = 1;\n local_70 = 1;\n }\n else {\n local_100 = 2;\n }\n disassemble_init_for_target(local_128);\n lVar10 = (**(code **)(param_1[1] + 0x350))(param_1);\n if (lVar10 < 0) {\n if (DAT_00157368 != 0) {\nLAB_00109bee:\n \n FUN_00136510(*param_1);\n }\n }\n else if (lVar10 != 0) {\n local_150 = (void *)xmalloc(lVar10);\n local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);\n if ((long)local_148 < 0) goto LAB_00109bee;\n qsort(local_150,local_148,8,FUN_00108380);\n }\n local_d8 = DAT_001572a0;\n local_cc = (undefined4)DAT_00157298;\n bfd_map_over_sections(param_1,FUN_0010d910,local_128);\n if (local_150 != (void *)0x0) {\n free(local_150);\n }\n free(DAT_001572a0);\n return;\n}\n\n" (function_definition "void FUN_001097d0(undefined8 *param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n long *__base;\n long *plVar3;\n long lVar4;\n undefined8 *puVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n long lVar8;\n ulong uVar9;\n long lVar10;\n void *__src;\n byte *pbVar11;\n byte *pbVar12;\n undefined8 *puVar13;\n byte *pbVar14;\n undefined8 *puVar15;\n long *plVar16;\n long *plVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n byte bVar21;\n undefined8 *local_168 [2];\n undefined4 local_158;\n void *local_150;\n size_t local_148;\n long local_140;\n undefined8 local_138;\n undefined1 local_128 [16];\n undefined1 *local_118;\n undefined4 local_110;\n undefined4 local_10c;\n undefined8 local_108;\n undefined4 local_100;\n void *local_d8;\n undefined4 local_cc;\n code *local_a8;\n code *local_a0;\n undefined4 local_70;\n undefined4 local_6c;\n undefined8 local_68;\n undefined4 local_60;\n undefined8 local_40;\n \n bVar21 = 0;\n DAT_00157238 = 0;\n DAT_00157248 = 0;\n DAT_00157244 = 0xffffffff;\n DAT_00157298 = DAT_001572a8;\n if (DAT_001572a8 == 0) {\n DAT_00157298 = DAT_00157278;\n }\n DAT_00157240 = 0;\n DAT_001572a0 = (void *)xmalloc((DAT_00157298 + DAT_00157280) * 8);\n lVar10 = DAT_00157298;\n __src = DAT_00157290;\n if (DAT_001572a8 != 0) {\n __src = DAT_001572b0;\n }\n __base = (long *)memcpy(DAT_001572a0,__src,DAT_00157298 * 8);\n plVar3 = __base;\n plVar16 = __base;\nLAB_00109890:\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (-1 < lVar10) {\n while( true ) {\n plVar16 = plVar17 + 1;\n lVar4 = *plVar17;\n pbVar12 = *(byte **)(lVar4 + 8);\n if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;\n bVar18 = false;\n bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;\n if (!bVar20) {\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }\n if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar3 = lVar4;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (lVar10 < 0) goto LAB_00109904;\n }\n goto LAB_00109890;\n }\nLAB_00109904:\n DAT_00157298 = (long)plVar3 - (long)__base >> 3;\n if (0 < DAT_00157280) {\n DAT_00157298 = DAT_00157280 + DAT_00157298;\n lVar10 = DAT_00157288;\n do {\n *plVar3 = lVar10;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + 0x30;\n } while (plVar3 != __base + DAT_00157298);\n }\n qsort(__base,DAT_00157298,8,FUN_00109c90);\n init_disassemble_info(local_128,stdout,PTR_fprintf_00154fa8);\n local_a8 = FUN_001091e0;\n local_158 = 0;\n local_150 = (void *)0x0;\n local_148 = 0;\n local_138 = 0;\n local_a0 = FUN_00108a80;\n local_168[0] = param_1;\n local_118 = (undefined1 *)local_168;\n if (DAT_001572c0 != 0) {\n local_118 = (undefined1 *)local_168;\n lVar4 = bfd_scan_arch();\n lVar10 = DAT_001572c0;\n if (lVar4 == 0) {\n uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);\n \n FUN_00136590(uVar6,lVar10);\n }\n param_1[0x18] = lVar4;\n }\n if (DAT_00155450 != 2) {\n puVar5 = (undefined8 *)xmalloc(0x370);\n puVar13 = (undefined8 *)param_1[1];\n *puVar5 = *puVar13;\n puVar5[0x6d] = puVar13[0x6d];\n lVar10 = (long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n puVar13 = (undefined8 *)((long)puVar13 - lVar10);\n puVar15 = (undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n for (uVar9 = (ulong)((int)lVar10 + 0x370U >> 3); uVar9 != 0; uVar9 = uVar9 - 1) {\n *puVar15 = *puVar13;\n puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;\n puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;\n }\n param_1[1] = puVar5;\n *(int *)((long)puVar5 + 0xc) = DAT_00155450;\n }\n uVar6 = bfd_get_mach(param_1);\n iVar1 = *(int *)(param_1[1] + 0xc);\n uVar2 = bfd_get_arch(param_1);\n local_140 = disassembler(uVar2,iVar1 == 0,uVar6,param_1);\n if (local_140 == 0) {\n uVar2 = bfd_get_arch(param_1);\n uVar6 = bfd_printable_arch_mach(uVar2,0);\n uVar7 = dcgettext(0,"can\'t disassemble for architecture %s\n",5);\n FUN_00136630(uVar7,uVar6);\n DAT_00157388 = 1;\n return;\n }\n local_110 = *(undefined4 *)(param_1[1] + 8);\n local_10c = bfd_get_arch(param_1);\n local_108 = bfd_get_mach(param_1);\n local_40 = DAT_001572b8;\n local_6c = bfd_octets_per_byte(param_1);\n local_60 = 0;\n local_68 = 0x300000008;\n if (*(int *)(param_1[1] + 0xc) == 0) {\n local_100 = 0;\n local_70 = 0;\n }\n else if (*(int *)(param_1[1] + 0xc) == 1) {\n local_100 = 1;\n local_70 = 1;\n }\n else {\n local_100 = 2;\n }\n disassemble_init_for_target(local_128);\n lVar10 = (**(code **)(param_1[1] + 0x350))(param_1);\n if (lVar10 < 0) {\n if (DAT_00157368 != 0) {\nLAB_00109bee:\n \n FUN_00136510(*param_1);\n }\n }\n else if (lVar10 != 0) {\n local_150 = (void *)xmalloc(lVar10);\n local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);\n if ((long)local_148 < 0) goto LAB_00109bee;\n qsort(local_150,local_148,8,FUN_00108380);\n }\n local_d8 = DAT_001572a0;\n local_cc = (undefined4)DAT_00157298;\n bfd_map_over_sections(param_1,FUN_0010d910,local_128);\n if (local_150 != (void *)0x0) {\n free(local_150);\n }\n free(DAT_001572a0);\n return;\n}" primitive_type (function_declarator "FUN_001097d0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n long *__base;\n long *plVar3;\n long lVar4;\n undefined8 *puVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n long lVar8;\n ulong uVar9;\n long lVar10;\n void *__src;\n byte *pbVar11;\n byte *pbVar12;\n undefined8 *puVar13;\n byte *pbVar14;\n undefined8 *puVar15;\n long *plVar16;\n long *plVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n byte bVar21;\n undefined8 *local_168 [2];\n undefined4 local_158;\n void *local_150;\n size_t local_148;\n long local_140;\n undefined8 local_138;\n undefined1 local_128 [16];\n undefined1 *local_118;\n undefined4 local_110;\n undefined4 local_10c;\n undefined8 local_108;\n undefined4 local_100;\n void *local_d8;\n undefined4 local_cc;\n code *local_a8;\n code *local_a0;\n undefined4 local_70;\n undefined4 local_6c;\n undefined8 local_68;\n undefined4 local_60;\n undefined8 local_40;\n \n bVar21 = 0;\n DAT_00157238 = 0;\n DAT_00157248 = 0;\n DAT_00157244 = 0xffffffff;\n DAT_00157298 = DAT_001572a8;\n if (DAT_001572a8 == 0) {\n DAT_00157298 = DAT_00157278;\n }\n DAT_00157240 = 0;\n DAT_001572a0 = (void *)xmalloc((DAT_00157298 + DAT_00157280) * 8);\n lVar10 = DAT_00157298;\n __src = DAT_00157290;\n if (DAT_001572a8 != 0) {\n __src = DAT_001572b0;\n }\n __base = (long *)memcpy(DAT_001572a0,__src,DAT_00157298 * 8);\n plVar3 = __base;\n plVar16 = __base;\nLAB_00109890:\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (-1 < lVar10) {\n while( true ) {\n plVar16 = plVar17 + 1;\n lVar4 = *plVar17;\n pbVar12 = *(byte **)(lVar4 + 8);\n if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;\n bVar18 = false;\n bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;\n if (!bVar20) {\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }\n if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar3 = lVar4;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (lVar10 < 0) goto LAB_00109904;\n }\n goto LAB_00109890;\n }\nLAB_00109904:\n DAT_00157298 = (long)plVar3 - (long)__base >> 3;\n if (0 < DAT_00157280) {\n DAT_00157298 = DAT_00157280 + DAT_00157298;\n lVar10 = DAT_00157288;\n do {\n *plVar3 = lVar10;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + 0x30;\n } while (plVar3 != __base + DAT_00157298);\n }\n qsort(__base,DAT_00157298,8,FUN_00109c90);\n init_disassemble_info(local_128,stdout,PTR_fprintf_00154fa8);\n local_a8 = FUN_001091e0;\n local_158 = 0;\n local_150 = (void *)0x0;\n local_148 = 0;\n local_138 = 0;\n local_a0 = FUN_00108a80;\n local_168[0] = param_1;\n local_118 = (undefined1 *)local_168;\n if (DAT_001572c0 != 0) {\n local_118 = (undefined1 *)local_168;\n lVar4 = bfd_scan_arch();\n lVar10 = DAT_001572c0;\n if (lVar4 == 0) {\n uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);\n \n FUN_00136590(uVar6,lVar10);\n }\n param_1[0x18] = lVar4;\n }\n if (DAT_00155450 != 2) {\n puVar5 = (undefined8 *)xmalloc(0x370);\n puVar13 = (undefined8 *)param_1[1];\n *puVar5 = *puVar13;\n puVar5[0x6d] = puVar13[0x6d];\n lVar10 = (long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n puVar13 = (undefined8 *)((long)puVar13 - lVar10);\n puVar15 = (undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n for (uVar9 = (ulong)((int)lVar10 + 0x370U >> 3); uVar9 != 0; uVar9 = uVar9 - 1) {\n *puVar15 = *puVar13;\n puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;\n puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;\n }\n param_1[1] = puVar5;\n *(int *)((long)puVar5 + 0xc) = DAT_00155450;\n }\n uVar6 = bfd_get_mach(param_1);\n iVar1 = *(int *)(param_1[1] + 0xc);\n uVar2 = bfd_get_arch(param_1);\n local_140 = disassembler(uVar2,iVar1 == 0,uVar6,param_1);\n if (local_140 == 0) {\n uVar2 = bfd_get_arch(param_1);\n uVar6 = bfd_printable_arch_mach(uVar2,0);\n uVar7 = dcgettext(0,"can\'t disassemble for architecture %s\n",5);\n FUN_00136630(uVar7,uVar6);\n DAT_00157388 = 1;\n return;\n }\n local_110 = *(undefined4 *)(param_1[1] + 8);\n local_10c = bfd_get_arch(param_1);\n local_108 = bfd_get_mach(param_1);\n local_40 = DAT_001572b8;\n local_6c = bfd_octets_per_byte(param_1);\n local_60 = 0;\n local_68 = 0x300000008;\n if (*(int *)(param_1[1] + 0xc) == 0) {\n local_100 = 0;\n local_70 = 0;\n }\n else if (*(int *)(param_1[1] + 0xc) == 1) {\n local_100 = 1;\n local_70 = 1;\n }\n else {\n local_100 = 2;\n }\n disassemble_init_for_target(local_128);\n lVar10 = (**(code **)(param_1[1] + 0x350))(param_1);\n if (lVar10 < 0) {\n if (DAT_00157368 != 0) {\nLAB_00109bee:\n \n FUN_00136510(*param_1);\n }\n }\n else if (lVar10 != 0) {\n local_150 = (void *)xmalloc(lVar10);\n local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);\n if ((long)local_148 < 0) goto LAB_00109bee;\n qsort(local_150,local_148,8,FUN_00108380);\n }\n local_d8 = DAT_001572a0;\n local_cc = (undefined4)DAT_00157298;\n bfd_map_over_sections(param_1,FUN_0010d910,local_128);\n if (local_150 != (void *)0x0) {\n free(local_150);\n }\n free(DAT_001572a0);\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "long *__base;" (sized_type_specifier "long" long) (pointer_declarator "*__base" * identifier) ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "undefined8 uVar6;" type_identifier identifier ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "long lVar8;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar9;" type_identifier identifier ;) (declaration "long lVar10;" (sized_type_specifier "long" long) identifier ;) (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "byte *pbVar11;" type_identifier (pointer_declarator "*pbVar11" * identifier) ;) (declaration "byte *pbVar12;" type_identifier (pointer_declarator "*pbVar12" * identifier) ;) (declaration "undefined8 *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (declaration "byte *pbVar14;" type_identifier (pointer_declarator "*pbVar14" * identifier) ;) (declaration "undefined8 *puVar15;" type_identifier (pointer_declarator "*puVar15" * identifier) ;) (declaration "long *plVar16;" (sized_type_specifier "long" long) (pointer_declarator "*plVar16" * identifier) ;) (declaration "long *plVar17;" (sized_type_specifier "long" long) (pointer_declarator "*plVar17" * identifier) ;) (declaration "bool bVar18;" primitive_type identifier ;) (declaration "bool bVar19;" primitive_type identifier ;) (declaration "bool bVar20;" primitive_type identifier ;) (declaration "byte bVar21;" type_identifier identifier ;) (declaration "undefined8 *local_168 [2];" type_identifier (pointer_declarator "*local_168 [2]" * (array_declarator "local_168 [2]" identifier [ number_literal ])) ;) (declaration "undefined4 local_158;" type_identifier identifier ;) (declaration "void *local_150;" primitive_type (pointer_declarator "*local_150" * identifier) ;) (declaration "size_t local_148;" primitive_type identifier ;) (declaration "long local_140;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 local_138;" type_identifier identifier ;) (declaration "undefined1 local_128 [16];" type_identifier (array_declarator "local_128 [16]" identifier [ number_literal ]) ;) (declaration "undefined1 *local_118;" type_identifier (pointer_declarator "*local_118" * identifier) ;) (declaration "undefined4 local_110;" type_identifier identifier ;) (declaration "undefined4 local_10c;" type_identifier identifier ;) (declaration "undefined8 local_108;" type_identifier identifier ;) (declaration "undefined4 local_100;" type_identifier identifier ;) (declaration "void *local_d8;" primitive_type (pointer_declarator "*local_d8" * identifier) ;) (declaration "undefined4 local_cc;" type_identifier identifier ;) (declaration "code *local_a8;" type_identifier (pointer_declarator "*local_a8" * identifier) ;) (declaration "code *local_a0;" type_identifier (pointer_declarator "*local_a0" * identifier) ;) (declaration "undefined4 local_70;" type_identifier identifier ;) (declaration "undefined4 local_6c;" type_identifier identifier ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined4 local_60;" type_identifier identifier ;) (declaration "undefined8 local_40;" type_identifier identifier ;) (expression_statement "bVar21 = 0;" (assignment_expression "bVar21 = 0" identifier = number_literal) ;) (expression_statement "DAT_00157238 = 0;" (assignment_expression "DAT_00157238 = 0" identifier = number_literal) ;) (expression_statement "DAT_00157248 = 0;" (assignment_expression "DAT_00157248 = 0" identifier = number_literal) ;) (expression_statement "DAT_00157244 = 0xffffffff;" (assignment_expression "DAT_00157244 = 0xffffffff" identifier = number_literal) ;) (expression_statement "DAT_00157298 = DAT_001572a8;" (assignment_expression "DAT_00157298 = DAT_001572a8" identifier = identifier) ;) (if_statement "if (DAT_001572a8 == 0) {\n DAT_00157298 = DAT_00157278;\n }" if (parenthesized_expression "(DAT_001572a8 == 0)" ( (binary_expression "DAT_001572a8 == 0" identifier == number_literal) )) (compound_statement "{\n DAT_00157298 = DAT_00157278;\n }" { (expression_statement "DAT_00157298 = DAT_00157278;" (assignment_expression "DAT_00157298 = DAT_00157278" identifier = identifier) ;) })) (expression_statement "DAT_00157240 = 0;" (assignment_expression "DAT_00157240 = 0" identifier = number_literal) ;) (expression_statement "DAT_001572a0 = (void *)xmalloc((DAT_00157298 + DAT_00157280) * 8);" (assignment_expression "DAT_001572a0 = (void *)xmalloc((DAT_00157298 + DAT_00157280) * 8)" identifier = (cast_expression "(void *)xmalloc((DAT_00157298 + DAT_00157280) * 8)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc((DAT_00157298 + DAT_00157280) * 8)" identifier (argument_list "((DAT_00157298 + DAT_00157280) * 8)" ( (binary_expression "(DAT_00157298 + DAT_00157280) * 8" (parenthesized_expression "(DAT_00157298 + DAT_00157280)" ( (binary_expression "DAT_00157298 + DAT_00157280" identifier + identifier) )) * number_literal) ))))) ;) (expression_statement "lVar10 = DAT_00157298;" (assignment_expression "lVar10 = DAT_00157298" identifier = identifier) ;) (expression_statement "__src = DAT_00157290;" (assignment_expression "__src = DAT_00157290" identifier = identifier) ;) (if_statement "if (DAT_001572a8 != 0) {\n __src = DAT_001572b0;\n }" if (parenthesized_expression "(DAT_001572a8 != 0)" ( (binary_expression "DAT_001572a8 != 0" identifier != number_literal) )) (compound_statement "{\n __src = DAT_001572b0;\n }" { (expression_statement "__src = DAT_001572b0;" (assignment_expression "__src = DAT_001572b0" identifier = identifier) ;) })) (expression_statement "__base = (long *)memcpy(DAT_001572a0,__src,DAT_00157298 * 8);" (assignment_expression "__base = (long *)memcpy(DAT_001572a0,__src,DAT_00157298 * 8)" identifier = (cast_expression "(long *)memcpy(DAT_001572a0,__src,DAT_00157298 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "memcpy(DAT_001572a0,__src,DAT_00157298 * 8)" identifier (argument_list "(DAT_001572a0,__src,DAT_00157298 * 8)" ( identifier , identifier , (binary_expression "DAT_00157298 * 8" identifier * number_literal) ))))) ;) (expression_statement "plVar3 = __base;" (assignment_expression "plVar3 = __base" identifier = identifier) ;) (expression_statement "plVar16 = __base;" (assignment_expression "plVar16 = __base" identifier = identifier) ;) (labeled_statement "LAB_00109890:\n lVar10 = lVar10 + -1;" statement_identifier : (expression_statement "lVar10 = lVar10 + -1;" (assignment_expression "lVar10 = lVar10 + -1" identifier = (binary_expression "lVar10 + -1" identifier + number_literal)) ;)) (expression_statement "plVar17 = plVar16;" (assignment_expression "plVar17 = plVar16" identifier = identifier) ;) (if_statement "if (-1 < lVar10) {\n while( true ) {\n plVar16 = plVar17 + 1;\n lVar4 = *plVar17;\n pbVar12 = *(byte **)(lVar4 + 8);\n if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;\n bVar18 = false;\n bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;\n if (!bVar20) {\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }\n if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar3 = lVar4;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (lVar10 < 0) goto LAB_00109904;\n }\n goto LAB_00109890;\n }" if (parenthesized_expression "(-1 < lVar10)" ( (binary_expression "-1 < lVar10" number_literal < identifier) )) (compound_statement "{\n while( true ) {\n plVar16 = plVar17 + 1;\n lVar4 = *plVar17;\n pbVar12 = *(byte **)(lVar4 + 8);\n if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;\n bVar18 = false;\n bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;\n if (!bVar20) {\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }\n if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar3 = lVar4;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (lVar10 < 0) goto LAB_00109904;\n }\n goto LAB_00109890;\n }" { (while_statement "while( true ) {\n plVar16 = plVar17 + 1;\n lVar4 = *plVar17;\n pbVar12 = *(byte **)(lVar4 + 8);\n if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;\n bVar18 = false;\n bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;\n if (!bVar20) {\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }\n if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar3 = lVar4;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (lVar10 < 0) goto LAB_00109904;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n plVar16 = plVar17 + 1;\n lVar4 = *plVar17;\n pbVar12 = *(byte **)(lVar4 + 8);\n if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;\n bVar18 = false;\n bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;\n if (!bVar20) {\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }\n if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar3 = lVar4;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (lVar10 < 0) goto LAB_00109904;\n }" { (expression_statement "plVar16 = plVar17 + 1;" (assignment_expression "plVar16 = plVar17 + 1" identifier = (binary_expression "plVar17 + 1" identifier + number_literal)) ;) (expression_statement "lVar4 = *plVar17;" (assignment_expression "lVar4 = *plVar17" identifier = (pointer_expression "*plVar17" * identifier)) ;) (expression_statement "pbVar12 = *(byte **)(lVar4 + 8);" (assignment_expression "pbVar12 = *(byte **)(lVar4 + 8)" identifier = (pointer_expression "*(byte **)(lVar4 + 8)" * (cast_expression "(byte **)(lVar4 + 8)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar4 + 8)" ( (binary_expression "lVar4 + 8" identifier + number_literal) ))))) ;) (if_statement "if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;" if (parenthesized_expression "((pbVar12 == (byte *)0x0) || (*pbVar12 == 0))" ( (binary_expression "(pbVar12 == (byte *)0x0) || (*pbVar12 == 0)" (parenthesized_expression "(pbVar12 == (byte *)0x0)" ( (binary_expression "pbVar12 == (byte *)0x0" identifier == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(*pbVar12 == 0)" ( (binary_expression "*pbVar12 == 0" (pointer_expression "*pbVar12" * identifier) == number_literal) ))) )) (break_statement "break;" break ;)) (expression_statement "bVar18 = false;" (assignment_expression "bVar18 = false" identifier = false) ;) (expression_statement "bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;" (assignment_expression "bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0" identifier = (binary_expression "(*(uint *)(lVar4 + 0x18) & 0x104) == 0" (parenthesized_expression "(*(uint *)(lVar4 + 0x18) & 0x104)" ( (binary_expression "*(uint *)(lVar4 + 0x18) & 0x104" (pointer_expression "*(uint *)(lVar4 + 0x18)" * (cast_expression "(uint *)(lVar4 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x18)" ( (binary_expression "lVar4 + 0x18" identifier + number_literal) )))) & number_literal) )) == number_literal)) ;) (if_statement "if (!bVar20) {\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }" if (parenthesized_expression "(!bVar20)" ( (unary_expression "!bVar20" ! identifier) )) (compound_statement "{\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }" { (expression_statement "lVar8 = 4;" (assignment_expression "lVar8 = 4" identifier = number_literal) ;) (expression_statement "pbVar11 = pbVar12;" (assignment_expression "pbVar11 = pbVar12" identifier = identifier) ;) (expression_statement "pbVar14 = &DAT_0013d5f3;" (assignment_expression "pbVar14 = &DAT_0013d5f3" identifier = (pointer_expression "&DAT_0013d5f3" & identifier)) ;) (do_statement "do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);" do (compound_statement "{\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n }" { (if_statement "if (lVar8 == 0) break;" if (parenthesized_expression "(lVar8 == 0)" ( (binary_expression "lVar8 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar8 = lVar8 + -1;" (assignment_expression "lVar8 = lVar8 + -1" identifier = (binary_expression "lVar8 + -1" identifier + number_literal)) ;) (expression_statement "bVar18 = *pbVar11 < *pbVar14;" (assignment_expression "bVar18 = *pbVar11 < *pbVar14" identifier = (binary_expression "*pbVar11 < *pbVar14" (pointer_expression "*pbVar11" * identifier) < (pointer_expression "*pbVar14" * identifier))) ;) (expression_statement "bVar20 = *pbVar11 == *pbVar14;" (assignment_expression "bVar20 = *pbVar11 == *pbVar14" identifier = (binary_expression "*pbVar11 == *pbVar14" (pointer_expression "*pbVar11" * identifier) == (pointer_expression "*pbVar14" * identifier))) ;) (expression_statement "pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;" (assignment_expression "pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1" identifier = (binary_expression "pbVar11 + (ulong)bVar21 * -2 + 1" (binary_expression "pbVar11 + (ulong)bVar21 * -2" identifier + (binary_expression "(ulong)bVar21 * -2" (cast_expression "(ulong)bVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;" (assignment_expression "pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1" identifier = (binary_expression "pbVar14 + (ulong)bVar21 * -2 + 1" (binary_expression "pbVar14 + (ulong)bVar21 * -2" identifier + (binary_expression "(ulong)bVar21 * -2" (cast_expression "(ulong)bVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar20)" ( identifier )) ;) (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" identifier = false) ;) (expression_statement "bVar18 = (!bVar18 && !bVar20) == bVar18;" (assignment_expression "bVar18 = (!bVar18 && !bVar20) == bVar18" identifier = (binary_expression "(!bVar18 && !bVar20) == bVar18" (parenthesized_expression "(!bVar18 && !bVar20)" ( (binary_expression "!bVar18 && !bVar20" (unary_expression "!bVar18" ! identifier) && (unary_expression "!bVar20" ! identifier)) )) == identifier)) ;) (if_statement "if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }" if (parenthesized_expression "(!bVar18)" ( (unary_expression "!bVar18" ! identifier) )) (compound_statement "{\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }" { (expression_statement "lVar8 = 5;" (assignment_expression "lVar8 = 5" identifier = number_literal) ;) (expression_statement "pbVar11 = &DAT_0013d5f8;" (assignment_expression "pbVar11 = &DAT_0013d5f8" identifier = (pointer_expression "&DAT_0013d5f8" & identifier)) ;) (do_statement "do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);" do (compound_statement "{\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n }" { (if_statement "if (lVar8 == 0) break;" if (parenthesized_expression "(lVar8 == 0)" ( (binary_expression "lVar8 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar8 = lVar8 + -1;" (assignment_expression "lVar8 = lVar8 + -1" identifier = (binary_expression "lVar8 + -1" identifier + number_literal)) ;) (expression_statement "bVar19 = *pbVar12 < *pbVar11;" (assignment_expression "bVar19 = *pbVar12 < *pbVar11" identifier = (binary_expression "*pbVar12 < *pbVar11" (pointer_expression "*pbVar12" * identifier) < (pointer_expression "*pbVar11" * identifier))) ;) (expression_statement "bVar18 = *pbVar12 == *pbVar11;" (assignment_expression "bVar18 = *pbVar12 == *pbVar11" identifier = (binary_expression "*pbVar12 == *pbVar11" (pointer_expression "*pbVar12" * identifier) == (pointer_expression "*pbVar11" * identifier))) ;) (expression_statement "pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;" (assignment_expression "pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1" identifier = (binary_expression "pbVar12 + (ulong)bVar21 * -2 + 1" (binary_expression "pbVar12 + (ulong)bVar21 * -2" identifier + (binary_expression "(ulong)bVar21 * -2" (cast_expression "(ulong)bVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;" (assignment_expression "pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1" identifier = (binary_expression "pbVar11 + (ulong)bVar21 * -2 + 1" (binary_expression "pbVar11 + (ulong)bVar21 * -2" identifier + (binary_expression "(ulong)bVar21 * -2" (cast_expression "(ulong)bVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar18)" ( identifier )) ;) (if_statement "if ((!bVar19 && !bVar18) != bVar19) break;" if (parenthesized_expression "((!bVar19 && !bVar18) != bVar19)" ( (binary_expression "(!bVar19 && !bVar18) != bVar19" (parenthesized_expression "(!bVar19 && !bVar18)" ( (binary_expression "!bVar19 && !bVar18" (unary_expression "!bVar19" ! identifier) && (unary_expression "!bVar18" ! identifier)) )) != identifier) )) (break_statement "break;" break ;)) })) })) (if_statement "if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;" if (parenthesized_expression "((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0))" ( (binary_expression "(*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)" (parenthesized_expression "(*(long *)(lVar4 + 0x20) == 0x156ed8)" ( (binary_expression "*(long *)(lVar4 + 0x20) == 0x156ed8" (pointer_expression "*(long *)(lVar4 + 0x20)" * (cast_expression "(long *)(lVar4 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x20)" ( (binary_expression "lVar4 + 0x20" identifier + number_literal) )))) == number_literal) )) || (parenthesized_expression "((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)" ( (binary_expression "(*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0" (parenthesized_expression "(*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10)" ( (binary_expression "*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10" (pointer_expression "*(byte *)(*(long *)(lVar4 + 0x20) + 0x21)" * (cast_expression "(byte *)(*(long *)(lVar4 + 0x20) + 0x21)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar4 + 0x20) + 0x21)" ( (binary_expression "*(long *)(lVar4 + 0x20) + 0x21" (pointer_expression "*(long *)(lVar4 + 0x20)" * (cast_expression "(long *)(lVar4 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x20)" ( (binary_expression "lVar4 + 0x20" identifier + number_literal) )))) + number_literal) )))) & number_literal) )) != number_literal) ))) )) (break_statement "break;" break ;)) (expression_statement "*plVar3 = lVar4;" (assignment_expression "*plVar3 = lVar4" (pointer_expression "*plVar3" * identifier) = identifier) ;) (expression_statement "plVar3 = plVar3 + 1;" (assignment_expression "plVar3 = plVar3 + 1" identifier = (binary_expression "plVar3 + 1" identifier + number_literal)) ;) (expression_statement "lVar10 = lVar10 + -1;" (assignment_expression "lVar10 = lVar10 + -1" identifier = (binary_expression "lVar10 + -1" identifier + number_literal)) ;) (expression_statement "plVar17 = plVar16;" (assignment_expression "plVar17 = plVar16" identifier = identifier) ;) (if_statement "if (lVar10 < 0) goto LAB_00109904;" if (parenthesized_expression "(lVar10 < 0)" ( (binary_expression "lVar10 < 0" identifier < number_literal) )) (goto_statement "goto LAB_00109904;" goto statement_identifier ;)) })) (goto_statement "goto LAB_00109890;" goto statement_identifier ;) })) (labeled_statement "LAB_00109904:\n DAT_00157298 = (long)plVar3 - (long)__base >> 3;" statement_identifier : (expression_statement "DAT_00157298 = (long)plVar3 - (long)__base >> 3;" (assignment_expression "DAT_00157298 = (long)plVar3 - (long)__base >> 3" identifier = (binary_expression "(long)plVar3 - (long)__base >> 3" (binary_expression "(long)plVar3 - (long)__base" (cast_expression "(long)plVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;)) (if_statement "if (0 < DAT_00157280) {\n DAT_00157298 = DAT_00157280 + DAT_00157298;\n lVar10 = DAT_00157288;\n do {\n *plVar3 = lVar10;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + 0x30;\n } while (plVar3 != __base + DAT_00157298);\n }" if (parenthesized_expression "(0 < DAT_00157280)" ( (binary_expression "0 < DAT_00157280" number_literal < identifier) )) (compound_statement "{\n DAT_00157298 = DAT_00157280 + DAT_00157298;\n lVar10 = DAT_00157288;\n do {\n *plVar3 = lVar10;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + 0x30;\n } while (plVar3 != __base + DAT_00157298);\n }" { (expression_statement "DAT_00157298 = DAT_00157280 + DAT_00157298;" (assignment_expression "DAT_00157298 = DAT_00157280 + DAT_00157298" identifier = (binary_expression "DAT_00157280 + DAT_00157298" identifier + identifier)) ;) (expression_statement "lVar10 = DAT_00157288;" (assignment_expression "lVar10 = DAT_00157288" identifier = identifier) ;) (do_statement "do {\n *plVar3 = lVar10;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + 0x30;\n } while (plVar3 != __base + DAT_00157298);" do (compound_statement "{\n *plVar3 = lVar10;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + 0x30;\n }" { (expression_statement "*plVar3 = lVar10;" (assignment_expression "*plVar3 = lVar10" (pointer_expression "*plVar3" * identifier) = identifier) ;) (expression_statement "plVar3 = plVar3 + 1;" (assignment_expression "plVar3 = plVar3 + 1" identifier = (binary_expression "plVar3 + 1" identifier + number_literal)) ;) (expression_statement "lVar10 = lVar10 + 0x30;" (assignment_expression "lVar10 = lVar10 + 0x30" identifier = (binary_expression "lVar10 + 0x30" identifier + number_literal)) ;) }) while (parenthesized_expression "(plVar3 != __base + DAT_00157298)" ( (binary_expression "plVar3 != __base + DAT_00157298" identifier != (binary_expression "__base + DAT_00157298" identifier + identifier)) )) ;) })) (expression_statement "qsort(__base,DAT_00157298,8,FUN_00109c90);" (call_expression "qsort(__base,DAT_00157298,8,FUN_00109c90)" identifier (argument_list "(__base,DAT_00157298,8,FUN_00109c90)" ( identifier , identifier , number_literal , identifier ))) ;) (expression_statement "init_disassemble_info(local_128,stdout,PTR_fprintf_00154fa8);" (call_expression "init_disassemble_info(local_128,stdout,PTR_fprintf_00154fa8)" identifier (argument_list "(local_128,stdout,PTR_fprintf_00154fa8)" ( identifier , identifier , identifier ))) ;) (expression_statement "local_a8 = FUN_001091e0;" (assignment_expression "local_a8 = FUN_001091e0" identifier = identifier) ;) (expression_statement "local_158 = 0;" (assignment_expression "local_158 = 0" identifier = number_literal) ;) (expression_statement "local_150 = (void *)0x0;" (assignment_expression "local_150 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_148 = 0;" (assignment_expression "local_148 = 0" identifier = number_literal) ;) (expression_statement "local_138 = 0;" (assignment_expression "local_138 = 0" identifier = number_literal) ;) (expression_statement "local_a0 = FUN_00108a80;" (assignment_expression "local_a0 = FUN_00108a80" identifier = identifier) ;) (expression_statement "local_168[0] = param_1;" (assignment_expression "local_168[0] = param_1" (subscript_expression "local_168[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_118 = (undefined1 *)local_168;" (assignment_expression "local_118 = (undefined1 *)local_168" identifier = (cast_expression "(undefined1 *)local_168" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (if_statement "if (DAT_001572c0 != 0) {\n local_118 = (undefined1 *)local_168;\n lVar4 = bfd_scan_arch();\n lVar10 = DAT_001572c0;\n if (lVar4 == 0) {\n uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);\n \n FUN_00136590(uVar6,lVar10);\n }\n param_1[0x18] = lVar4;\n }" if (parenthesized_expression "(DAT_001572c0 != 0)" ( (binary_expression "DAT_001572c0 != 0" identifier != number_literal) )) (compound_statement "{\n local_118 = (undefined1 *)local_168;\n lVar4 = bfd_scan_arch();\n lVar10 = DAT_001572c0;\n if (lVar4 == 0) {\n uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);\n \n FUN_00136590(uVar6,lVar10);\n }\n param_1[0x18] = lVar4;\n }" { (expression_statement "local_118 = (undefined1 *)local_168;" (assignment_expression "local_118 = (undefined1 *)local_168" identifier = (cast_expression "(undefined1 *)local_168" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "lVar4 = bfd_scan_arch();" (assignment_expression "lVar4 = bfd_scan_arch()" identifier = (call_expression "bfd_scan_arch()" identifier (argument_list "()" ( )))) ;) (expression_statement "lVar10 = DAT_001572c0;" (assignment_expression "lVar10 = DAT_001572c0" identifier = identifier) ;) (if_statement "if (lVar4 == 0) {\n uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);\n \n FUN_00136590(uVar6,lVar10);\n }" if (parenthesized_expression "(lVar4 == 0)" ( (binary_expression "lVar4 == 0" identifier == number_literal) )) (compound_statement "{\n uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);\n \n FUN_00136590(uVar6,lVar10);\n }" { (expression_statement "uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);" (assignment_expression "uVar6 = dcgettext(0,"can\'t use supplied machine %s",5)" identifier = (call_expression "dcgettext(0,"can\'t use supplied machine %s",5)" identifier (argument_list "(0,"can\'t use supplied machine %s",5)" ( number_literal , (string_literal ""can\'t use supplied machine %s"" " string_content escape_sequence string_content ") , number_literal )))) ;) (expression_statement "FUN_00136590(uVar6,lVar10);" (call_expression "FUN_00136590(uVar6,lVar10)" identifier (argument_list "(uVar6,lVar10)" ( identifier , identifier ))) ;) })) (expression_statement "param_1[0x18] = lVar4;" (assignment_expression "param_1[0x18] = lVar4" (subscript_expression "param_1[0x18]" identifier [ number_literal ]) = identifier) ;) })) (if_statement "if (DAT_00155450 != 2) {\n puVar5 = (undefined8 *)xmalloc(0x370);\n puVar13 = (undefined8 *)param_1[1];\n *puVar5 = *puVar13;\n puVar5[0x6d] = puVar13[0x6d];\n lVar10 = (long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n puVar13 = (undefined8 *)((long)puVar13 - lVar10);\n puVar15 = (undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n for (uVar9 = (ulong)((int)lVar10 + 0x370U >> 3); uVar9 != 0; uVar9 = uVar9 - 1) {\n *puVar15 = *puVar13;\n puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;\n puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;\n }\n param_1[1] = puVar5;\n *(int *)((long)puVar5 + 0xc) = DAT_00155450;\n }" if (parenthesized_expression "(DAT_00155450 != 2)" ( (binary_expression "DAT_00155450 != 2" identifier != number_literal) )) (compound_statement "{\n puVar5 = (undefined8 *)xmalloc(0x370);\n puVar13 = (undefined8 *)param_1[1];\n *puVar5 = *puVar13;\n puVar5[0x6d] = puVar13[0x6d];\n lVar10 = (long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n puVar13 = (undefined8 *)((long)puVar13 - lVar10);\n puVar15 = (undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n for (uVar9 = (ulong)((int)lVar10 + 0x370U >> 3); uVar9 != 0; uVar9 = uVar9 - 1) {\n *puVar15 = *puVar13;\n puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;\n puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;\n }\n param_1[1] = puVar5;\n *(int *)((long)puVar5 + 0xc) = DAT_00155450;\n }" { (expression_statement "puVar5 = (undefined8 *)xmalloc(0x370);" (assignment_expression "puVar5 = (undefined8 *)xmalloc(0x370)" identifier = (cast_expression "(undefined8 *)xmalloc(0x370)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x370)" identifier (argument_list "(0x370)" ( number_literal ))))) ;) (expression_statement "puVar13 = (undefined8 *)param_1[1];" (assignment_expression "puVar13 = (undefined8 *)param_1[1]" identifier = (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "*puVar5 = *puVar13;" (assignment_expression "*puVar5 = *puVar13" (pointer_expression "*puVar5" * identifier) = (pointer_expression "*puVar13" * identifier)) ;) (expression_statement "puVar5[0x6d] = puVar13[0x6d];" (assignment_expression "puVar5[0x6d] = puVar13[0x6d]" (subscript_expression "puVar5[0x6d]" identifier [ number_literal ]) = (subscript_expression "puVar13[0x6d]" identifier [ number_literal ])) ;) (expression_statement "lVar10 = (long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);" (assignment_expression "lVar10 = (long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8)" identifier = (binary_expression "(long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8)" (cast_expression "(long)puVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "((ulong)(puVar5 + 1) & 0xfffffffffffffff8)" ( (binary_expression "(ulong)(puVar5 + 1) & 0xfffffffffffffff8" (call_expression "(ulong)(puVar5 + 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(puVar5 + 1)" ( (binary_expression "puVar5 + 1" identifier + number_literal) ))) & number_literal) ))))) ;) (expression_statement "puVar13 = (undefined8 *)((long)puVar13 - lVar10);" (assignment_expression "puVar13 = (undefined8 *)((long)puVar13 - lVar10)" identifier = (cast_expression "(undefined8 *)((long)puVar13 - lVar10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar13 - lVar10)" ( (binary_expression "(long)puVar13 - lVar10" (cast_expression "(long)puVar13" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - identifier) )))) ;) (expression_statement "puVar15 = (undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);" (assignment_expression "puVar15 = (undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8)" identifier = (cast_expression "(undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)(puVar5 + 1) & 0xfffffffffffffff8)" ( (binary_expression "(ulong)(puVar5 + 1) & 0xfffffffffffffff8" (call_expression "(ulong)(puVar5 + 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(puVar5 + 1)" ( (binary_expression "puVar5 + 1" identifier + number_literal) ))) & number_literal) )))) ;) (for_statement "for (uVar9 = (ulong)((int)lVar10 + 0x370U >> 3); uVar9 != 0; uVar9 = uVar9 - 1) {\n *puVar15 = *puVar13;\n puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;\n puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;\n }" for ( (assignment_expression "uVar9 = (ulong)((int)lVar10 + 0x370U >> 3)" identifier = (call_expression "(ulong)((int)lVar10 + 0x370U >> 3)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((int)lVar10 + 0x370U >> 3)" ( (binary_expression "(int)lVar10 + 0x370U >> 3" (binary_expression "(int)lVar10 + 0x370U" (cast_expression "(int)lVar10" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) >> number_literal) )))) ; (binary_expression "uVar9 != 0" identifier != number_literal) ; (assignment_expression "uVar9 = uVar9 - 1" identifier = (binary_expression "uVar9 - 1" identifier - number_literal)) ) (compound_statement "{\n *puVar15 = *puVar13;\n puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;\n puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;\n }" { (expression_statement "*puVar15 = *puVar13;" (assignment_expression "*puVar15 = *puVar13" (pointer_expression "*puVar15" * identifier) = (pointer_expression "*puVar13" * identifier)) ;) (expression_statement "puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;" (assignment_expression "puVar13 = puVar13 + (ulong)bVar21 * -2 + 1" identifier = (binary_expression "puVar13 + (ulong)bVar21 * -2 + 1" (binary_expression "puVar13 + (ulong)bVar21 * -2" identifier + (binary_expression "(ulong)bVar21 * -2" (cast_expression "(ulong)bVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;" (assignment_expression "puVar15 = puVar15 + (ulong)bVar21 * -2 + 1" identifier = (binary_expression "puVar15 + (ulong)bVar21 * -2 + 1" (binary_expression "puVar15 + (ulong)bVar21 * -2" identifier + (binary_expression "(ulong)bVar21 * -2" (cast_expression "(ulong)bVar21" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) })) (expression_statement "param_1[1] = puVar5;" (assignment_expression "param_1[1] = puVar5" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(int *)((long)puVar5 + 0xc) = DAT_00155450;" (assignment_expression "*(int *)((long)puVar5 + 0xc) = DAT_00155450" (pointer_expression "*(int *)((long)puVar5 + 0xc)" * (cast_expression "(int *)((long)puVar5 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar5 + 0xc)" ( (binary_expression "(long)puVar5 + 0xc" (cast_expression "(long)puVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) })) (expression_statement "uVar6 = bfd_get_mach(param_1);" (assignment_expression "uVar6 = bfd_get_mach(param_1)" identifier = (call_expression "bfd_get_mach(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "iVar1 = *(int *)(param_1[1] + 0xc);" (assignment_expression "iVar1 = *(int *)(param_1[1] + 0xc)" identifier = (pointer_expression "*(int *)(param_1[1] + 0xc)" * (cast_expression "(int *)(param_1[1] + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + 0xc)" ( (binary_expression "param_1[1] + 0xc" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "uVar2 = bfd_get_arch(param_1);" (assignment_expression "uVar2 = bfd_get_arch(param_1)" identifier = (call_expression "bfd_get_arch(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "local_140 = disassembler(uVar2,iVar1 == 0,uVar6,param_1);" (assignment_expression "local_140 = disassembler(uVar2,iVar1 == 0,uVar6,param_1)" identifier = (call_expression "disassembler(uVar2,iVar1 == 0,uVar6,param_1)" identifier (argument_list "(uVar2,iVar1 == 0,uVar6,param_1)" ( identifier , (binary_expression "iVar1 == 0" identifier == number_literal) , identifier , identifier )))) ;) (if_statement "if (local_140 == 0) {\n uVar2 = bfd_get_arch(param_1);\n uVar6 = bfd_printable_arch_mach(uVar2,0);\n uVar7 = dcgettext(0,"can\'t disassemble for architecture %s\n",5);\n FUN_00136630(uVar7,uVar6);\n DAT_00157388 = 1;\n return;\n }" if (parenthesized_expression "(local_140 == 0)" ( (binary_expression "local_140 == 0" identifier == number_literal) )) (compound_statement "{\n uVar2 = bfd_get_arch(param_1);\n uVar6 = bfd_printable_arch_mach(uVar2,0);\n uVar7 = dcgettext(0,"can\'t disassemble for architecture %s\n",5);\n FUN_00136630(uVar7,uVar6);\n DAT_00157388 = 1;\n return;\n }" { (expression_statement "uVar2 = bfd_get_arch(param_1);" (assignment_expression "uVar2 = bfd_get_arch(param_1)" identifier = (call_expression "bfd_get_arch(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "uVar6 = bfd_printable_arch_mach(uVar2,0);" (assignment_expression "uVar6 = bfd_printable_arch_mach(uVar2,0)" identifier = (call_expression "bfd_printable_arch_mach(uVar2,0)" identifier (argument_list "(uVar2,0)" ( identifier , number_literal )))) ;) (expression_statement "uVar7 = dcgettext(0,"can\'t disassemble for architecture %s\n",5);" (assignment_expression "uVar7 = dcgettext(0,"can\'t disassemble for architecture %s\n",5)" identifier = (call_expression "dcgettext(0,"can\'t disassemble for architecture %s\n",5)" identifier (argument_list "(0,"can\'t disassemble for architecture %s\n",5)" ( number_literal , (string_literal ""can\'t disassemble for architecture %s\n"" " string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00136630(uVar7,uVar6);" (call_expression "FUN_00136630(uVar7,uVar6)" identifier (argument_list "(uVar7,uVar6)" ( identifier , identifier ))) ;) (expression_statement "DAT_00157388 = 1;" (assignment_expression "DAT_00157388 = 1" identifier = number_literal) ;) (return_statement "return;" return ;) })) (expression_statement "local_110 = *(undefined4 *)(param_1[1] + 8);" (assignment_expression "local_110 = *(undefined4 *)(param_1[1] + 8)" identifier = (pointer_expression "*(undefined4 *)(param_1[1] + 8)" * (cast_expression "(undefined4 *)(param_1[1] + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + 8)" ( (binary_expression "param_1[1] + 8" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "local_10c = bfd_get_arch(param_1);" (assignment_expression "local_10c = bfd_get_arch(param_1)" identifier = (call_expression "bfd_get_arch(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "local_108 = bfd_get_mach(param_1);" (assignment_expression "local_108 = bfd_get_mach(param_1)" identifier = (call_expression "bfd_get_mach(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "local_40 = DAT_001572b8;" (assignment_expression "local_40 = DAT_001572b8" identifier = identifier) ;) (expression_statement "local_6c = bfd_octets_per_byte(param_1);" (assignment_expression "local_6c = bfd_octets_per_byte(param_1)" identifier = (call_expression "bfd_octets_per_byte(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "local_60 = 0;" (assignment_expression "local_60 = 0" identifier = number_literal) ;) (expression_statement "local_68 = 0x300000008;" (assignment_expression "local_68 = 0x300000008" identifier = number_literal) ;) (if_statement "if (*(int *)(param_1[1] + 0xc) == 0) {\n local_100 = 0;\n local_70 = 0;\n }\n else if (*(int *)(param_1[1] + 0xc) == 1) {\n local_100 = 1;\n local_70 = 1;\n }\n else {\n local_100 = 2;\n }" if (parenthesized_expression "(*(int *)(param_1[1] + 0xc) == 0)" ( (binary_expression "*(int *)(param_1[1] + 0xc) == 0" (pointer_expression "*(int *)(param_1[1] + 0xc)" * (cast_expression "(int *)(param_1[1] + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + 0xc)" ( (binary_expression "param_1[1] + 0xc" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) )))) == number_literal) )) (compound_statement "{\n local_100 = 0;\n local_70 = 0;\n }" { (expression_statement "local_100 = 0;" (assignment_expression "local_100 = 0" identifier = number_literal) ;) (expression_statement "local_70 = 0;" (assignment_expression "local_70 = 0" identifier = number_literal) ;) }) (else_clause "else if (*(int *)(param_1[1] + 0xc) == 1) {\n local_100 = 1;\n local_70 = 1;\n }\n else {\n local_100 = 2;\n }" else (if_statement "if (*(int *)(param_1[1] + 0xc) == 1) {\n local_100 = 1;\n local_70 = 1;\n }\n else {\n local_100 = 2;\n }" if (parenthesized_expression "(*(int *)(param_1[1] + 0xc) == 1)" ( (binary_expression "*(int *)(param_1[1] + 0xc) == 1" (pointer_expression "*(int *)(param_1[1] + 0xc)" * (cast_expression "(int *)(param_1[1] + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + 0xc)" ( (binary_expression "param_1[1] + 0xc" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) )))) == number_literal) )) (compound_statement "{\n local_100 = 1;\n local_70 = 1;\n }" { (expression_statement "local_100 = 1;" (assignment_expression "local_100 = 1" identifier = number_literal) ;) (expression_statement "local_70 = 1;" (assignment_expression "local_70 = 1" identifier = number_literal) ;) }) (else_clause "else {\n local_100 = 2;\n }" else (compound_statement "{\n local_100 = 2;\n }" { (expression_statement "local_100 = 2;" (assignment_expression "local_100 = 2" identifier = number_literal) ;) }))))) (expression_statement "disassemble_init_for_target(local_128);" (call_expression "disassemble_init_for_target(local_128)" identifier (argument_list "(local_128)" ( identifier ))) ;) (expression_statement "lVar10 = (**(code **)(param_1[1] + 0x350))(param_1);" (assignment_expression "lVar10 = (**(code **)(param_1[1] + 0x350))(param_1)" identifier = (call_expression "(**(code **)(param_1[1] + 0x350))(param_1)" (parenthesized_expression "(**(code **)(param_1[1] + 0x350))" ( (pointer_expression "**(code **)(param_1[1] + 0x350)" * (pointer_expression "*(code **)(param_1[1] + 0x350)" * (cast_expression "(code **)(param_1[1] + 0x350)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1[1] + 0x350)" ( (binary_expression "param_1[1] + 0x350" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (if_statement "if (lVar10 < 0) {\n if (DAT_00157368 != 0) {\nLAB_00109bee:\n \n FUN_00136510(*param_1);\n }\n }\n else if (lVar10 != 0) {\n local_150 = (void *)xmalloc(lVar10);\n local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);\n if ((long)local_148 < 0) goto LAB_00109bee;\n qsort(local_150,local_148,8,FUN_00108380);\n }" if (parenthesized_expression "(lVar10 < 0)" ( (binary_expression "lVar10 < 0" identifier < number_literal) )) (compound_statement "{\n if (DAT_00157368 != 0) {\nLAB_00109bee:\n \n FUN_00136510(*param_1);\n }\n }" { (if_statement "if (DAT_00157368 != 0) {\nLAB_00109bee:\n \n FUN_00136510(*param_1);\n }" if (parenthesized_expression "(DAT_00157368 != 0)" ( (binary_expression "DAT_00157368 != 0" identifier != number_literal) )) (compound_statement "{\nLAB_00109bee:\n \n FUN_00136510(*param_1);\n }" { (labeled_statement "LAB_00109bee:\n \n FUN_00136510(*param_1);" statement_identifier : (expression_statement "FUN_00136510(*param_1);" (call_expression "FUN_00136510(*param_1)" identifier (argument_list "(*param_1)" ( (pointer_expression "*param_1" * identifier) ))) ;)) })) }) (else_clause "else if (lVar10 != 0) {\n local_150 = (void *)xmalloc(lVar10);\n local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);\n if ((long)local_148 < 0) goto LAB_00109bee;\n qsort(local_150,local_148,8,FUN_00108380);\n }" else (if_statement "if (lVar10 != 0) {\n local_150 = (void *)xmalloc(lVar10);\n local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);\n if ((long)local_148 < 0) goto LAB_00109bee;\n qsort(local_150,local_148,8,FUN_00108380);\n }" if (parenthesized_expression "(lVar10 != 0)" ( (binary_expression "lVar10 != 0" identifier != number_literal) )) (compound_statement "{\n local_150 = (void *)xmalloc(lVar10);\n local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);\n if ((long)local_148 < 0) goto LAB_00109bee;\n qsort(local_150,local_148,8,FUN_00108380);\n }" { (expression_statement "local_150 = (void *)xmalloc(lVar10);" (assignment_expression "local_150 = (void *)xmalloc(lVar10)" identifier = (cast_expression "(void *)xmalloc(lVar10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(lVar10)" identifier (argument_list "(lVar10)" ( identifier ))))) ;) (expression_statement "local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);" (assignment_expression "local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290)" identifier = (call_expression "(**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290)" (parenthesized_expression "(**(code **)(param_1[1] + 0x358))" ( (pointer_expression "**(code **)(param_1[1] + 0x358)" * (pointer_expression "*(code **)(param_1[1] + 0x358)" * (cast_expression "(code **)(param_1[1] + 0x358)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1[1] + 0x358)" ( (binary_expression "param_1[1] + 0x358" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) ))))) )) (argument_list "(param_1,local_150,DAT_00157290)" ( identifier , identifier , identifier )))) ;) (if_statement "if ((long)local_148 < 0) goto LAB_00109bee;" if (parenthesized_expression "((long)local_148 < 0)" ( (binary_expression "(long)local_148 < 0" (cast_expression "(long)local_148" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) < number_literal) )) (goto_statement "goto LAB_00109bee;" goto statement_identifier ;)) (expression_statement "qsort(local_150,local_148,8,FUN_00108380);" (call_expression "qsort(local_150,local_148,8,FUN_00108380)" identifier (argument_list "(local_150,local_148,8,FUN_00108380)" ( identifier , identifier , number_literal , identifier ))) ;) })))) (expression_statement "local_d8 = DAT_001572a0;" (assignment_expression "local_d8 = DAT_001572a0" identifier = identifier) ;) (expression_statement "local_cc = (undefined4)DAT_00157298;" (assignment_expression "local_cc = (undefined4)DAT_00157298" identifier = (cast_expression "(undefined4)DAT_00157298" ( (type_descriptor "undefined4" type_identifier) ) identifier)) ;) (expression_statement "bfd_map_over_sections(param_1,FUN_0010d910,local_128);" (call_expression "bfd_map_over_sections(param_1,FUN_0010d910,local_128)" identifier (argument_list "(param_1,FUN_0010d910,local_128)" ( identifier , identifier , identifier ))) ;) (if_statement "if (local_150 != (void *)0x0) {\n free(local_150);\n }" if (parenthesized_expression "(local_150 != (void *)0x0)" ( (binary_expression "local_150 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(local_150);\n }" { (expression_statement "free(local_150);" (call_expression "free(local_150)" identifier (argument_list "(local_150)" ( identifier ))) ;) })) (expression_statement "free(DAT_001572a0);" (call_expression "free(DAT_001572a0)" identifier (argument_list "(DAT_001572a0)" ( 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 (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * (array_declarator IDENT [ LIT ])) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (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 (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (binary_expression (parenthesized_expression ( (binary_expression IDENT + IDENT) )) * LIT) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression IDENT * LIT) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (labeled_statement statement_identifier : (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 { (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (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 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 ( (binary_expression (pointer_expression * IDENT) == LIT) ))) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT)) ;) (if_statement if (parenthesized_expression ( (unary_expression ! IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) < (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) == (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) }) while (parenthesized_expression ( IDENT )) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) == IDENT)) ;) (if_statement if (parenthesized_expression ( (unary_expression ! IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) < (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) == (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) }) while (parenthesized_expression ( IDENT )) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) != IDENT) )) (break_statement break ;)) })) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) || (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) & LIT) )) != LIT) ))) )) (break_statement break ;)) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (goto_statement goto statement_identifier ;)) })) (goto_statement goto statement_identifier ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) >> LIT)) ;)) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (binary_expression IDENT + IDENT)) )) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) 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 *)) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (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 ( LIT , (string_literal " string_content escape_sequence string_content ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT + LIT) ))) & LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT + LIT) ))) & LIT) )))) ;) (for_statement for ( (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) >> LIT) )))) ; (binary_expression IDENT != LIT) ; (assignment_expression IDENT = (binary_expression IDENT - LIT)) ) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) })) (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 (sized_type_specifier long)) ) IDENT) + LIT) )))) = IDENT) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT == LIT) , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence string_content escape_sequence ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }))))) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))))) )) (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * IDENT) ))) ;)) })) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (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 (subscript_expression IDENT [ LIT ]) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) < LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT , IDENT ))) ;) })))) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_001097d0(undefined8 *param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n long *__base;\n long *plVar3;\n long lVar4;\n undefined8 *puVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n long lVar8;\n ulong uVar9;\n long lVar10;\n void *__src;\n byte *pbVar11;\n byte *pbVar12;\n undefined8 *puVar13;\n byte *pbVar14;\n undefined8 *puVar15;\n long *plVar16;\n long *plVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n byte bVar21;\n undefined8 *local_168 [2];\n undefined4 local_158;\n void *local_150;\n size_t local_148;\n long local_140;\n undefined8 local_138;\n undefined1 local_128 [16];\n undefined1 *local_118;\n undefined4 local_110;\n undefined4 local_10c;\n undefined8 local_108;\n undefined4 local_100;\n void *local_d8;\n undefined4 local_cc;\n code *local_a8;\n code *local_a0;\n undefined4 local_70;\n undefined4 local_6c;\n undefined8 local_68;\n undefined4 local_60;\n undefined8 local_40;\n \n bVar21 = 0;\n DAT_00157238 = 0;\n DAT_00157248 = 0;\n DAT_00157244 = 0xffffffff;\n DAT_00157298 = DAT_001572a8;\n if (DAT_001572a8 == 0) {\n DAT_00157298 = DAT_00157278;\n }\n DAT_00157240 = 0;\n DAT_001572a0 = (void *)xmalloc((DAT_00157298 + DAT_00157280) * 8);\n lVar10 = DAT_00157298;\n __src = DAT_00157290;\n if (DAT_001572a8 != 0) {\n __src = DAT_001572b0;\n }\n __base = (long *)memcpy(DAT_001572a0,__src,DAT_00157298 * 8);\n plVar3 = __base;\n plVar16 = __base;\nLAB_00109890:\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (-1 < lVar10) {\n while( true ) {\n plVar16 = plVar17 + 1;\n lVar4 = *plVar17;\n pbVar12 = *(byte **)(lVar4 + 8);\n if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;\n bVar18 = false;\n bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;\n if (!bVar20) {\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }\n if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar3 = lVar4;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (lVar10 < 0) goto LAB_00109904;\n }\n goto LAB_00109890;\n }\nLAB_00109904:\n DAT_00157298 = (long)plVar3 - (long)__base >> 3;\n if (0 < DAT_00157280) {\n DAT_00157298 = DAT_00157280 + DAT_00157298;\n lVar10 = DAT_00157288;\n do {\n *plVar3 = lVar10;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + 0x30;\n } while (plVar3 != __base + DAT_00157298);\n }\n qsort(__base,DAT_00157298,8,FUN_00109c90);\n init_disassemble_info(local_128,stdout,PTR_fprintf_00154fa8);\n local_a8 = FUN_001091e0;\n local_158 = 0;\n local_150 = (void *)0x0;\n local_148 = 0;\n local_138 = 0;\n local_a0 = FUN_00108a80;\n local_168[0] = param_1;\n local_118 = (undefined1 *)local_168;\n if (DAT_001572c0 != 0) {\n local_118 = (undefined1 *)local_168;\n lVar4 = bfd_scan_arch();\n lVar10 = DAT_001572c0;\n if (lVar4 == 0) {\n uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);\n \n FUN_00136590(uVar6,lVar10);\n }\n param_1[0x18] = lVar4;\n }\n if (DAT_00155450 != 2) {\n puVar5 = (undefined8 *)xmalloc(0x370);\n puVar13 = (undefined8 *)param_1[1];\n *puVar5 = *puVar13;\n puVar5[0x6d] = puVar13[0x6d];\n lVar10 = (long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n puVar13 = (undefined8 *)((long)puVar13 - lVar10);\n puVar15 = (undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n for (uVar9 = (ulong)((int)lVar10 + 0x370U >> 3); uVar9 != 0; uVar9 = uVar9 - 1) {\n *puVar15 = *puVar13;\n puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;\n puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;\n }\n param_1[1] = puVar5;\n *(int *)((long)puVar5 + 0xc) = DAT_00155450;\n }\n uVar6 = bfd_get_mach(param_1);\n iVar1 = *(int *)(param_1[1] + 0xc);\n uVar2 = bfd_get_arch(param_1);\n local_140 = disassembler(uVar2,iVar1 == 0,uVar6,param_1);\n if (local_140 == 0) {\n uVar2 = bfd_get_arch(param_1);\n uVar6 = bfd_printable_arch_mach(uVar2,0);\n uVar7 = dcgettext(0,"can\'t disassemble for architecture %s\n",5);\n FUN_00136630(uVar7,uVar6);\n DAT_00157388 = 1;\n return;\n }\n local_110 = *(undefined4 *)(param_1[1] + 8);\n local_10c = bfd_get_arch(param_1);\n local_108 = bfd_get_mach(param_1);\n local_40 = DAT_001572b8;\n local_6c = bfd_octets_per_byte(param_1);\n local_60 = 0;\n local_68 = 0x300000008;\n if (*(int *)(param_1[1] + 0xc) == 0) {\n local_100 = 0;\n local_70 = 0;\n }\n else if (*(int *)(param_1[1] + 0xc) == 1) {\n local_100 = 1;\n local_70 = 1;\n }\n else {\n local_100 = 2;\n }\n disassemble_init_for_target(local_128);\n lVar10 = (**(code **)(param_1[1] + 0x350))(param_1);\n if (lVar10 < 0) {\n if (DAT_00157368 != 0) {\nLAB_00109bee:\n \n FUN_00136510(*param_1);\n }\n }\n else if (lVar10 != 0) {\n local_150 = (void *)xmalloc(lVar10);\n local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);\n if ((long)local_148 < 0) goto LAB_00109bee;\n qsort(local_150,local_148,8,FUN_00108380);\n }\n local_d8 = DAT_001572a0;\n local_cc = (undefined4)DAT_00157298;\n bfd_map_over_sections(param_1,FUN_0010d910,local_128);\n if (local_150 != (void *)0x0) {\n free(local_150);\n }\n free(DAT_001572a0);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001097d0(undefined8 *param_1)" (identifier "FUN_001097d0") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n long *__base;\n long *plVar3;\n long lVar4;\n undefined8 *puVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n long lVar8;\n ulong uVar9;\n long lVar10;\n void *__src;\n byte *pbVar11;\n byte *pbVar12;\n undefined8 *puVar13;\n byte *pbVar14;\n undefined8 *puVar15;\n long *plVar16;\n long *plVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n byte bVar21;\n undefined8 *local_168 [2];\n undefined4 local_158;\n void *local_150;\n size_t local_148;\n long local_140;\n undefined8 local_138;\n undefined1 local_128 [16];\n undefined1 *local_118;\n undefined4 local_110;\n undefined4 local_10c;\n undefined8 local_108;\n undefined4 local_100;\n void *local_d8;\n undefined4 local_cc;\n code *local_a8;\n code *local_a0;\n undefined4 local_70;\n undefined4 local_6c;\n undefined8 local_68;\n undefined4 local_60;\n undefined8 local_40;\n \n bVar21 = 0;\n DAT_00157238 = 0;\n DAT_00157248 = 0;\n DAT_00157244 = 0xffffffff;\n DAT_00157298 = DAT_001572a8;\n if (DAT_001572a8 == 0) {\n DAT_00157298 = DAT_00157278;\n }\n DAT_00157240 = 0;\n DAT_001572a0 = (void *)xmalloc((DAT_00157298 + DAT_00157280) * 8);\n lVar10 = DAT_00157298;\n __src = DAT_00157290;\n if (DAT_001572a8 != 0) {\n __src = DAT_001572b0;\n }\n __base = (long *)memcpy(DAT_001572a0,__src,DAT_00157298 * 8);\n plVar3 = __base;\n plVar16 = __base;\nLAB_00109890:\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (-1 < lVar10) {\n while( true ) {\n plVar16 = plVar17 + 1;\n lVar4 = *plVar17;\n pbVar12 = *(byte **)(lVar4 + 8);\n if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;\n bVar18 = false;\n bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;\n if (!bVar20) {\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }\n if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar3 = lVar4;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (lVar10 < 0) goto LAB_00109904;\n }\n goto LAB_00109890;\n }\nLAB_00109904:\n DAT_00157298 = (long)plVar3 - (long)__base >> 3;\n if (0 < DAT_00157280) {\n DAT_00157298 = DAT_00157280 + DAT_00157298;\n lVar10 = DAT_00157288;\n do {\n *plVar3 = lVar10;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + 0x30;\n } while (plVar3 != __base + DAT_00157298);\n }\n qsort(__base,DAT_00157298,8,FUN_00109c90);\n init_disassemble_info(local_128,stdout,PTR_fprintf_00154fa8);\n local_a8 = FUN_001091e0;\n local_158 = 0;\n local_150 = (void *)0x0;\n local_148 = 0;\n local_138 = 0;\n local_a0 = FUN_00108a80;\n local_168[0] = param_1;\n local_118 = (undefined1 *)local_168;\n if (DAT_001572c0 != 0) {\n local_118 = (undefined1 *)local_168;\n lVar4 = bfd_scan_arch();\n lVar10 = DAT_001572c0;\n if (lVar4 == 0) {\n uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);\n \n FUN_00136590(uVar6,lVar10);\n }\n param_1[0x18] = lVar4;\n }\n if (DAT_00155450 != 2) {\n puVar5 = (undefined8 *)xmalloc(0x370);\n puVar13 = (undefined8 *)param_1[1];\n *puVar5 = *puVar13;\n puVar5[0x6d] = puVar13[0x6d];\n lVar10 = (long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n puVar13 = (undefined8 *)((long)puVar13 - lVar10);\n puVar15 = (undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n for (uVar9 = (ulong)((int)lVar10 + 0x370U >> 3); uVar9 != 0; uVar9 = uVar9 - 1) {\n *puVar15 = *puVar13;\n puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;\n puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;\n }\n param_1[1] = puVar5;\n *(int *)((long)puVar5 + 0xc) = DAT_00155450;\n }\n uVar6 = bfd_get_mach(param_1);\n iVar1 = *(int *)(param_1[1] + 0xc);\n uVar2 = bfd_get_arch(param_1);\n local_140 = disassembler(uVar2,iVar1 == 0,uVar6,param_1);\n if (local_140 == 0) {\n uVar2 = bfd_get_arch(param_1);\n uVar6 = bfd_printable_arch_mach(uVar2,0);\n uVar7 = dcgettext(0,"can\'t disassemble for architecture %s\n",5);\n FUN_00136630(uVar7,uVar6);\n DAT_00157388 = 1;\n return;\n }\n local_110 = *(undefined4 *)(param_1[1] + 8);\n local_10c = bfd_get_arch(param_1);\n local_108 = bfd_get_mach(param_1);\n local_40 = DAT_001572b8;\n local_6c = bfd_octets_per_byte(param_1);\n local_60 = 0;\n local_68 = 0x300000008;\n if (*(int *)(param_1[1] + 0xc) == 0) {\n local_100 = 0;\n local_70 = 0;\n }\n else if (*(int *)(param_1[1] + 0xc) == 1) {\n local_100 = 1;\n local_70 = 1;\n }\n else {\n local_100 = 2;\n }\n disassemble_init_for_target(local_128);\n lVar10 = (**(code **)(param_1[1] + 0x350))(param_1);\n if (lVar10 < 0) {\n if (DAT_00157368 != 0) {\nLAB_00109bee:\n \n FUN_00136510(*param_1);\n }\n }\n else if (lVar10 != 0) {\n local_150 = (void *)xmalloc(lVar10);\n local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);\n if ((long)local_148 < 0) goto LAB_00109bee;\n qsort(local_150,local_148,8,FUN_00108380);\n }\n local_d8 = DAT_001572a0;\n local_cc = (undefined4)DAT_00157298;\n bfd_map_over_sections(param_1,FUN_0010d910,local_128);\n if (local_150 != (void *)0x0) {\n free(local_150);\n }\n free(DAT_001572a0);\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "long *__base;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*__base" (* "*") (identifier "__base")) (; ";")) (declaration "long *plVar3;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar3" (* "*") (identifier "plVar3")) (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "undefined8 *puVar5;" (type_identifier "undefined8") (pointer_declarator "*puVar5" (* "*") (identifier "puVar5")) (; ";")) (declaration "undefined8 uVar6;" (type_identifier "undefined8") (identifier "uVar6") (; ";")) (declaration "undefined8 uVar7;" (type_identifier "undefined8") (identifier "uVar7") (; ";")) (declaration "long lVar8;" (sized_type_specifier "long" (long "long")) (identifier "lVar8") (; ";")) (declaration "ulong uVar9;" (type_identifier "ulong") (identifier "uVar9") (; ";")) (declaration "long lVar10;" (sized_type_specifier "long" (long "long")) (identifier "lVar10") (; ";")) (declaration "void *__src;" (primitive_type "void") (pointer_declarator "*__src" (* "*") (identifier "__src")) (; ";")) (declaration "byte *pbVar11;" (type_identifier "byte") (pointer_declarator "*pbVar11" (* "*") (identifier "pbVar11")) (; ";")) (declaration "byte *pbVar12;" (type_identifier "byte") (pointer_declarator "*pbVar12" (* "*") (identifier "pbVar12")) (; ";")) (declaration "undefined8 *puVar13;" (type_identifier "undefined8") (pointer_declarator "*puVar13" (* "*") (identifier "puVar13")) (; ";")) (declaration "byte *pbVar14;" (type_identifier "byte") (pointer_declarator "*pbVar14" (* "*") (identifier "pbVar14")) (; ";")) (declaration "undefined8 *puVar15;" (type_identifier "undefined8") (pointer_declarator "*puVar15" (* "*") (identifier "puVar15")) (; ";")) (declaration "long *plVar16;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar16" (* "*") (identifier "plVar16")) (; ";")) (declaration "long *plVar17;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar17" (* "*") (identifier "plVar17")) (; ";")) (declaration "bool bVar18;" (primitive_type "bool") (identifier "bVar18") (; ";")) (declaration "bool bVar19;" (primitive_type "bool") (identifier "bVar19") (; ";")) (declaration "bool bVar20;" (primitive_type "bool") (identifier "bVar20") (; ";")) (declaration "byte bVar21;" (type_identifier "byte") (identifier "bVar21") (; ";")) (declaration "undefined8 *local_168 [2];" (type_identifier "undefined8") (pointer_declarator "*local_168 [2]" (* "*") (array_declarator "local_168 [2]" (identifier "local_168") ([ "[") (number_literal "2") (] "]"))) (; ";")) (declaration "undefined4 local_158;" (type_identifier "undefined4") (identifier "local_158") (; ";")) (declaration "void *local_150;" (primitive_type "void") (pointer_declarator "*local_150" (* "*") (identifier "local_150")) (; ";")) (declaration "size_t local_148;" (primitive_type "size_t") (identifier "local_148") (; ";")) (declaration "long local_140;" (sized_type_specifier "long" (long "long")) (identifier "local_140") (; ";")) (declaration "undefined8 local_138;" (type_identifier "undefined8") (identifier "local_138") (; ";")) (declaration "undefined1 local_128 [16];" (type_identifier "undefined1") (array_declarator "local_128 [16]" (identifier "local_128") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "undefined1 *local_118;" (type_identifier "undefined1") (pointer_declarator "*local_118" (* "*") (identifier "local_118")) (; ";")) (declaration "undefined4 local_110;" (type_identifier "undefined4") (identifier "local_110") (; ";")) (declaration "undefined4 local_10c;" (type_identifier "undefined4") (identifier "local_10c") (; ";")) (declaration "undefined8 local_108;" (type_identifier "undefined8") (identifier "local_108") (; ";")) (declaration "undefined4 local_100;" (type_identifier "undefined4") (identifier "local_100") (; ";")) (declaration "void *local_d8;" (primitive_type "void") (pointer_declarator "*local_d8" (* "*") (identifier "local_d8")) (; ";")) (declaration "undefined4 local_cc;" (type_identifier "undefined4") (identifier "local_cc") (; ";")) (declaration "code *local_a8;" (type_identifier "code") (pointer_declarator "*local_a8" (* "*") (identifier "local_a8")) (; ";")) (declaration "code *local_a0;" (type_identifier "code") (pointer_declarator "*local_a0" (* "*") (identifier "local_a0")) (; ";")) (declaration "undefined4 local_70;" (type_identifier "undefined4") (identifier "local_70") (; ";")) (declaration "undefined4 local_6c;" (type_identifier "undefined4") (identifier "local_6c") (; ";")) (declaration "undefined8 local_68;" (type_identifier "undefined8") (identifier "local_68") (; ";")) (declaration "undefined4 local_60;" (type_identifier "undefined4") (identifier "local_60") (; ";")) (declaration "undefined8 local_40;" (type_identifier "undefined8") (identifier "local_40") (; ";")) (expression_statement "bVar21 = 0;" (assignment_expression "bVar21 = 0" (identifier "bVar21") (= "=") (number_literal "0")) (; ";")) (expression_statement "DAT_00157238 = 0;" (assignment_expression "DAT_00157238 = 0" (identifier "DAT_00157238") (= "=") (number_literal "0")) (; ";")) (expression_statement "DAT_00157248 = 0;" (assignment_expression "DAT_00157248 = 0" (identifier "DAT_00157248") (= "=") (number_literal "0")) (; ";")) (expression_statement "DAT_00157244 = 0xffffffff;" (assignment_expression "DAT_00157244 = 0xffffffff" (identifier "DAT_00157244") (= "=") (number_literal "0xffffffff")) (; ";")) (expression_statement "DAT_00157298 = DAT_001572a8;" (assignment_expression "DAT_00157298 = DAT_001572a8" (identifier "DAT_00157298") (= "=") (identifier "DAT_001572a8")) (; ";")) (if_statement "if (DAT_001572a8 == 0) {\n DAT_00157298 = DAT_00157278;\n }" (if "if") (parenthesized_expression "(DAT_001572a8 == 0)" (( "(") (binary_expression "DAT_001572a8 == 0" (identifier "DAT_001572a8") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n DAT_00157298 = DAT_00157278;\n }" ({ "{") (expression_statement "DAT_00157298 = DAT_00157278;" (assignment_expression "DAT_00157298 = DAT_00157278" (identifier "DAT_00157298") (= "=") (identifier "DAT_00157278")) (; ";")) (} "}"))) (expression_statement "DAT_00157240 = 0;" (assignment_expression "DAT_00157240 = 0" (identifier "DAT_00157240") (= "=") (number_literal "0")) (; ";")) (expression_statement "DAT_001572a0 = (void *)xmalloc((DAT_00157298 + DAT_00157280) * 8);" (assignment_expression "DAT_001572a0 = (void *)xmalloc((DAT_00157298 + DAT_00157280) * 8)" (identifier "DAT_001572a0") (= "=") (cast_expression "(void *)xmalloc((DAT_00157298 + DAT_00157280) * 8)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc((DAT_00157298 + DAT_00157280) * 8)" (identifier "xmalloc") (argument_list "((DAT_00157298 + DAT_00157280) * 8)" (( "(") (binary_expression "(DAT_00157298 + DAT_00157280) * 8" (parenthesized_expression "(DAT_00157298 + DAT_00157280)" (( "(") (binary_expression "DAT_00157298 + DAT_00157280" (identifier "DAT_00157298") (+ "+") (identifier "DAT_00157280")) () ")")) (* "*") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "lVar10 = DAT_00157298;" (assignment_expression "lVar10 = DAT_00157298" (identifier "lVar10") (= "=") (identifier "DAT_00157298")) (; ";")) (expression_statement "__src = DAT_00157290;" (assignment_expression "__src = DAT_00157290" (identifier "__src") (= "=") (identifier "DAT_00157290")) (; ";")) (if_statement "if (DAT_001572a8 != 0) {\n __src = DAT_001572b0;\n }" (if "if") (parenthesized_expression "(DAT_001572a8 != 0)" (( "(") (binary_expression "DAT_001572a8 != 0" (identifier "DAT_001572a8") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n __src = DAT_001572b0;\n }" ({ "{") (expression_statement "__src = DAT_001572b0;" (assignment_expression "__src = DAT_001572b0" (identifier "__src") (= "=") (identifier "DAT_001572b0")) (; ";")) (} "}"))) (expression_statement "__base = (long *)memcpy(DAT_001572a0,__src,DAT_00157298 * 8);" (assignment_expression "__base = (long *)memcpy(DAT_001572a0,__src,DAT_00157298 * 8)" (identifier "__base") (= "=") (cast_expression "(long *)memcpy(DAT_001572a0,__src,DAT_00157298 * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "memcpy(DAT_001572a0,__src,DAT_00157298 * 8)" (identifier "memcpy") (argument_list "(DAT_001572a0,__src,DAT_00157298 * 8)" (( "(") (identifier "DAT_001572a0") (, ",") (identifier "__src") (, ",") (binary_expression "DAT_00157298 * 8" (identifier "DAT_00157298") (* "*") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "plVar3 = __base;" (assignment_expression "plVar3 = __base" (identifier "plVar3") (= "=") (identifier "__base")) (; ";")) (expression_statement "plVar16 = __base;" (assignment_expression "plVar16 = __base" (identifier "plVar16") (= "=") (identifier "__base")) (; ";")) (labeled_statement "LAB_00109890:\n lVar10 = lVar10 + -1;" (statement_identifier "LAB_00109890") (: ":") (expression_statement "lVar10 = lVar10 + -1;" (assignment_expression "lVar10 = lVar10 + -1" (identifier "lVar10") (= "=") (binary_expression "lVar10 + -1" (identifier "lVar10") (+ "+") (number_literal "-1"))) (; ";"))) (expression_statement "plVar17 = plVar16;" (assignment_expression "plVar17 = plVar16" (identifier "plVar17") (= "=") (identifier "plVar16")) (; ";")) (if_statement "if (-1 < lVar10) {\n while( true ) {\n plVar16 = plVar17 + 1;\n lVar4 = *plVar17;\n pbVar12 = *(byte **)(lVar4 + 8);\n if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;\n bVar18 = false;\n bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;\n if (!bVar20) {\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }\n if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar3 = lVar4;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (lVar10 < 0) goto LAB_00109904;\n }\n goto LAB_00109890;\n }" (if "if") (parenthesized_expression "(-1 < lVar10)" (( "(") (binary_expression "-1 < lVar10" (number_literal "-1") (< "<") (identifier "lVar10")) () ")")) (compound_statement "{\n while( true ) {\n plVar16 = plVar17 + 1;\n lVar4 = *plVar17;\n pbVar12 = *(byte **)(lVar4 + 8);\n if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;\n bVar18 = false;\n bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;\n if (!bVar20) {\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }\n if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar3 = lVar4;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (lVar10 < 0) goto LAB_00109904;\n }\n goto LAB_00109890;\n }" ({ "{") (while_statement "while( true ) {\n plVar16 = plVar17 + 1;\n lVar4 = *plVar17;\n pbVar12 = *(byte **)(lVar4 + 8);\n if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;\n bVar18 = false;\n bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;\n if (!bVar20) {\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }\n if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar3 = lVar4;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (lVar10 < 0) goto LAB_00109904;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n plVar16 = plVar17 + 1;\n lVar4 = *plVar17;\n pbVar12 = *(byte **)(lVar4 + 8);\n if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;\n bVar18 = false;\n bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;\n if (!bVar20) {\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }\n if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;\n *plVar3 = lVar4;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + -1;\n plVar17 = plVar16;\n if (lVar10 < 0) goto LAB_00109904;\n }" ({ "{") (expression_statement "plVar16 = plVar17 + 1;" (assignment_expression "plVar16 = plVar17 + 1" (identifier "plVar16") (= "=") (binary_expression "plVar17 + 1" (identifier "plVar17") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "lVar4 = *plVar17;" (assignment_expression "lVar4 = *plVar17" (identifier "lVar4") (= "=") (pointer_expression "*plVar17" (* "*") (identifier "plVar17"))) (; ";")) (expression_statement "pbVar12 = *(byte **)(lVar4 + 8);" (assignment_expression "pbVar12 = *(byte **)(lVar4 + 8)" (identifier "pbVar12") (= "=") (pointer_expression "*(byte **)(lVar4 + 8)" (* "*") (cast_expression "(byte **)(lVar4 + 8)" (( "(") (type_descriptor "byte **" (type_identifier "byte") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar4 + 8)" (( "(") (binary_expression "lVar4 + 8" (identifier "lVar4") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (if_statement "if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;" (if "if") (parenthesized_expression "((pbVar12 == (byte *)0x0) || (*pbVar12 == 0))" (( "(") (binary_expression "(pbVar12 == (byte *)0x0) || (*pbVar12 == 0)" (parenthesized_expression "(pbVar12 == (byte *)0x0)" (( "(") (binary_expression "pbVar12 == (byte *)0x0" (identifier "pbVar12") (== "==") (cast_expression "(byte *)0x0" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (|| "||") (parenthesized_expression "(*pbVar12 == 0)" (( "(") (binary_expression "*pbVar12 == 0" (pointer_expression "*pbVar12" (* "*") (identifier "pbVar12")) (== "==") (number_literal "0")) () ")"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "bVar18 = false;" (assignment_expression "bVar18 = false" (identifier "bVar18") (= "=") (false "false")) (; ";")) (expression_statement "bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;" (assignment_expression "bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0" (identifier "bVar20") (= "=") (binary_expression "(*(uint *)(lVar4 + 0x18) & 0x104) == 0" (parenthesized_expression "(*(uint *)(lVar4 + 0x18) & 0x104)" (( "(") (binary_expression "*(uint *)(lVar4 + 0x18) & 0x104" (pointer_expression "*(uint *)(lVar4 + 0x18)" (* "*") (cast_expression "(uint *)(lVar4 + 0x18)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0x18)" (( "(") (binary_expression "lVar4 + 0x18" (identifier "lVar4") (+ "+") (number_literal "0x18")) () ")")))) (& "&") (number_literal "0x104")) () ")")) (== "==") (number_literal "0"))) (; ";")) (if_statement "if (!bVar20) {\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }" (if "if") (parenthesized_expression "(!bVar20)" (( "(") (unary_expression "!bVar20" (! "!") (identifier "bVar20")) () ")")) (compound_statement "{\n lVar8 = 4;\n pbVar11 = pbVar12;\n pbVar14 = &DAT_0013d5f3;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }\n }" ({ "{") (expression_statement "lVar8 = 4;" (assignment_expression "lVar8 = 4" (identifier "lVar8") (= "=") (number_literal "4")) (; ";")) (expression_statement "pbVar11 = pbVar12;" (assignment_expression "pbVar11 = pbVar12" (identifier "pbVar11") (= "=") (identifier "pbVar12")) (; ";")) (expression_statement "pbVar14 = &DAT_0013d5f3;" (assignment_expression "pbVar14 = &DAT_0013d5f3" (identifier "pbVar14") (= "=") (pointer_expression "&DAT_0013d5f3" (& "&") (identifier "DAT_0013d5f3"))) (; ";")) (do_statement "do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n } while (bVar20);" (do "do") (compound_statement "{\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar18 = *pbVar11 < *pbVar14;\n bVar20 = *pbVar11 == *pbVar14;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;\n }" ({ "{") (if_statement "if (lVar8 == 0) break;" (if "if") (parenthesized_expression "(lVar8 == 0)" (( "(") (binary_expression "lVar8 == 0" (identifier "lVar8") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar8 = lVar8 + -1;" (assignment_expression "lVar8 = lVar8 + -1" (identifier "lVar8") (= "=") (binary_expression "lVar8 + -1" (identifier "lVar8") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar18 = *pbVar11 < *pbVar14;" (assignment_expression "bVar18 = *pbVar11 < *pbVar14" (identifier "bVar18") (= "=") (binary_expression "*pbVar11 < *pbVar14" (pointer_expression "*pbVar11" (* "*") (identifier "pbVar11")) (< "<") (pointer_expression "*pbVar14" (* "*") (identifier "pbVar14")))) (; ";")) (expression_statement "bVar20 = *pbVar11 == *pbVar14;" (assignment_expression "bVar20 = *pbVar11 == *pbVar14" (identifier "bVar20") (= "=") (binary_expression "*pbVar11 == *pbVar14" (pointer_expression "*pbVar11" (* "*") (identifier "pbVar11")) (== "==") (pointer_expression "*pbVar14" (* "*") (identifier "pbVar14")))) (; ";")) (expression_statement "pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;" (assignment_expression "pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1" (identifier "pbVar11") (= "=") (binary_expression "pbVar11 + (ulong)bVar21 * -2 + 1" (binary_expression "pbVar11 + (ulong)bVar21 * -2" (identifier "pbVar11") (+ "+") (binary_expression "(ulong)bVar21 * -2" (cast_expression "(ulong)bVar21" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar21")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;" (assignment_expression "pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1" (identifier "pbVar14") (= "=") (binary_expression "pbVar14 + (ulong)bVar21 * -2 + 1" (binary_expression "pbVar14 + (ulong)bVar21 * -2" (identifier "pbVar14") (+ "+") (binary_expression "(ulong)bVar21 * -2" (cast_expression "(ulong)bVar21" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar21")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar20)" (( "(") (identifier "bVar20") () ")")) (; ";")) (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" (identifier "bVar19") (= "=") (false "false")) (; ";")) (expression_statement "bVar18 = (!bVar18 && !bVar20) == bVar18;" (assignment_expression "bVar18 = (!bVar18 && !bVar20) == bVar18" (identifier "bVar18") (= "=") (binary_expression "(!bVar18 && !bVar20) == bVar18" (parenthesized_expression "(!bVar18 && !bVar20)" (( "(") (binary_expression "!bVar18 && !bVar20" (unary_expression "!bVar18" (! "!") (identifier "bVar18")) (&& "&&") (unary_expression "!bVar20" (! "!") (identifier "bVar20"))) () ")")) (== "==") (identifier "bVar18"))) (; ";")) (if_statement "if (!bVar18) {\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }" (if "if") (parenthesized_expression "(!bVar18)" (( "(") (unary_expression "!bVar18" (! "!") (identifier "bVar18")) () ")")) (compound_statement "{\n lVar8 = 5;\n pbVar11 = &DAT_0013d5f8;\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) != bVar19) break;\n }" ({ "{") (expression_statement "lVar8 = 5;" (assignment_expression "lVar8 = 5" (identifier "lVar8") (= "=") (number_literal "5")) (; ";")) (expression_statement "pbVar11 = &DAT_0013d5f8;" (assignment_expression "pbVar11 = &DAT_0013d5f8" (identifier "pbVar11") (= "=") (pointer_expression "&DAT_0013d5f8" (& "&") (identifier "DAT_0013d5f8"))) (; ";")) (do_statement "do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n } while (bVar18);" (do "do") (compound_statement "{\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar19 = *pbVar12 < *pbVar11;\n bVar18 = *pbVar12 == *pbVar11;\n pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;\n pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;\n }" ({ "{") (if_statement "if (lVar8 == 0) break;" (if "if") (parenthesized_expression "(lVar8 == 0)" (( "(") (binary_expression "lVar8 == 0" (identifier "lVar8") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar8 = lVar8 + -1;" (assignment_expression "lVar8 = lVar8 + -1" (identifier "lVar8") (= "=") (binary_expression "lVar8 + -1" (identifier "lVar8") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar19 = *pbVar12 < *pbVar11;" (assignment_expression "bVar19 = *pbVar12 < *pbVar11" (identifier "bVar19") (= "=") (binary_expression "*pbVar12 < *pbVar11" (pointer_expression "*pbVar12" (* "*") (identifier "pbVar12")) (< "<") (pointer_expression "*pbVar11" (* "*") (identifier "pbVar11")))) (; ";")) (expression_statement "bVar18 = *pbVar12 == *pbVar11;" (assignment_expression "bVar18 = *pbVar12 == *pbVar11" (identifier "bVar18") (= "=") (binary_expression "*pbVar12 == *pbVar11" (pointer_expression "*pbVar12" (* "*") (identifier "pbVar12")) (== "==") (pointer_expression "*pbVar11" (* "*") (identifier "pbVar11")))) (; ";")) (expression_statement "pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;" (assignment_expression "pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1" (identifier "pbVar12") (= "=") (binary_expression "pbVar12 + (ulong)bVar21 * -2 + 1" (binary_expression "pbVar12 + (ulong)bVar21 * -2" (identifier "pbVar12") (+ "+") (binary_expression "(ulong)bVar21 * -2" (cast_expression "(ulong)bVar21" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar21")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;" (assignment_expression "pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1" (identifier "pbVar11") (= "=") (binary_expression "pbVar11 + (ulong)bVar21 * -2 + 1" (binary_expression "pbVar11 + (ulong)bVar21 * -2" (identifier "pbVar11") (+ "+") (binary_expression "(ulong)bVar21 * -2" (cast_expression "(ulong)bVar21" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar21")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar18)" (( "(") (identifier "bVar18") () ")")) (; ";")) (if_statement "if ((!bVar19 && !bVar18) != bVar19) break;" (if "if") (parenthesized_expression "((!bVar19 && !bVar18) != bVar19)" (( "(") (binary_expression "(!bVar19 && !bVar18) != bVar19" (parenthesized_expression "(!bVar19 && !bVar18)" (( "(") (binary_expression "!bVar19 && !bVar18" (unary_expression "!bVar19" (! "!") (identifier "bVar19")) (&& "&&") (unary_expression "!bVar18" (! "!") (identifier "bVar18"))) () ")")) (!= "!=") (identifier "bVar19")) () ")")) (break_statement "break;" (break "break") (; ";"))) (} "}"))) (} "}"))) (if_statement "if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;" (if "if") (parenthesized_expression "((*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0))" (( "(") (binary_expression "(*(long *)(lVar4 + 0x20) == 0x156ed8) ||\n ((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)" (parenthesized_expression "(*(long *)(lVar4 + 0x20) == 0x156ed8)" (( "(") (binary_expression "*(long *)(lVar4 + 0x20) == 0x156ed8" (pointer_expression "*(long *)(lVar4 + 0x20)" (* "*") (cast_expression "(long *)(lVar4 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0x20)" (( "(") (binary_expression "lVar4 + 0x20" (identifier "lVar4") (+ "+") (number_literal "0x20")) () ")")))) (== "==") (number_literal "0x156ed8")) () ")")) (|| "||") (parenthesized_expression "((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)" (( "(") (binary_expression "(*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0" (parenthesized_expression "(*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10)" (( "(") (binary_expression "*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10" (pointer_expression "*(byte *)(*(long *)(lVar4 + 0x20) + 0x21)" (* "*") (cast_expression "(byte *)(*(long *)(lVar4 + 0x20) + 0x21)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(lVar4 + 0x20) + 0x21)" (( "(") (binary_expression "*(long *)(lVar4 + 0x20) + 0x21" (pointer_expression "*(long *)(lVar4 + 0x20)" (* "*") (cast_expression "(long *)(lVar4 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0x20)" (( "(") (binary_expression "lVar4 + 0x20" (identifier "lVar4") (+ "+") (number_literal "0x20")) () ")")))) (+ "+") (number_literal "0x21")) () ")")))) (& "&") (number_literal "0x10")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "*plVar3 = lVar4;" (assignment_expression "*plVar3 = lVar4" (pointer_expression "*plVar3" (* "*") (identifier "plVar3")) (= "=") (identifier "lVar4")) (; ";")) (expression_statement "plVar3 = plVar3 + 1;" (assignment_expression "plVar3 = plVar3 + 1" (identifier "plVar3") (= "=") (binary_expression "plVar3 + 1" (identifier "plVar3") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "lVar10 = lVar10 + -1;" (assignment_expression "lVar10 = lVar10 + -1" (identifier "lVar10") (= "=") (binary_expression "lVar10 + -1" (identifier "lVar10") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "plVar17 = plVar16;" (assignment_expression "plVar17 = plVar16" (identifier "plVar17") (= "=") (identifier "plVar16")) (; ";")) (if_statement "if (lVar10 < 0) goto LAB_00109904;" (if "if") (parenthesized_expression "(lVar10 < 0)" (( "(") (binary_expression "lVar10 < 0" (identifier "lVar10") (< "<") (number_literal "0")) () ")")) (goto_statement "goto LAB_00109904;" (goto "goto") (statement_identifier "LAB_00109904") (; ";"))) (} "}"))) (goto_statement "goto LAB_00109890;" (goto "goto") (statement_identifier "LAB_00109890") (; ";")) (} "}"))) (labeled_statement "LAB_00109904:\n DAT_00157298 = (long)plVar3 - (long)__base >> 3;" (statement_identifier "LAB_00109904") (: ":") (expression_statement "DAT_00157298 = (long)plVar3 - (long)__base >> 3;" (assignment_expression "DAT_00157298 = (long)plVar3 - (long)__base >> 3" (identifier "DAT_00157298") (= "=") (binary_expression "(long)plVar3 - (long)__base >> 3" (binary_expression "(long)plVar3 - (long)__base" (cast_expression "(long)plVar3" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "plVar3")) (- "-") (cast_expression "(long)__base" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__base"))) (>> ">>") (number_literal "3"))) (; ";"))) (if_statement "if (0 < DAT_00157280) {\n DAT_00157298 = DAT_00157280 + DAT_00157298;\n lVar10 = DAT_00157288;\n do {\n *plVar3 = lVar10;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + 0x30;\n } while (plVar3 != __base + DAT_00157298);\n }" (if "if") (parenthesized_expression "(0 < DAT_00157280)" (( "(") (binary_expression "0 < DAT_00157280" (number_literal "0") (< "<") (identifier "DAT_00157280")) () ")")) (compound_statement "{\n DAT_00157298 = DAT_00157280 + DAT_00157298;\n lVar10 = DAT_00157288;\n do {\n *plVar3 = lVar10;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + 0x30;\n } while (plVar3 != __base + DAT_00157298);\n }" ({ "{") (expression_statement "DAT_00157298 = DAT_00157280 + DAT_00157298;" (assignment_expression "DAT_00157298 = DAT_00157280 + DAT_00157298" (identifier "DAT_00157298") (= "=") (binary_expression "DAT_00157280 + DAT_00157298" (identifier "DAT_00157280") (+ "+") (identifier "DAT_00157298"))) (; ";")) (expression_statement "lVar10 = DAT_00157288;" (assignment_expression "lVar10 = DAT_00157288" (identifier "lVar10") (= "=") (identifier "DAT_00157288")) (; ";")) (do_statement "do {\n *plVar3 = lVar10;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + 0x30;\n } while (plVar3 != __base + DAT_00157298);" (do "do") (compound_statement "{\n *plVar3 = lVar10;\n plVar3 = plVar3 + 1;\n lVar10 = lVar10 + 0x30;\n }" ({ "{") (expression_statement "*plVar3 = lVar10;" (assignment_expression "*plVar3 = lVar10" (pointer_expression "*plVar3" (* "*") (identifier "plVar3")) (= "=") (identifier "lVar10")) (; ";")) (expression_statement "plVar3 = plVar3 + 1;" (assignment_expression "plVar3 = plVar3 + 1" (identifier "plVar3") (= "=") (binary_expression "plVar3 + 1" (identifier "plVar3") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "lVar10 = lVar10 + 0x30;" (assignment_expression "lVar10 = lVar10 + 0x30" (identifier "lVar10") (= "=") (binary_expression "lVar10 + 0x30" (identifier "lVar10") (+ "+") (number_literal "0x30"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(plVar3 != __base + DAT_00157298)" (( "(") (binary_expression "plVar3 != __base + DAT_00157298" (identifier "plVar3") (!= "!=") (binary_expression "__base + DAT_00157298" (identifier "__base") (+ "+") (identifier "DAT_00157298"))) () ")")) (; ";")) (} "}"))) (expression_statement "qsort(__base,DAT_00157298,8,FUN_00109c90);" (call_expression "qsort(__base,DAT_00157298,8,FUN_00109c90)" (identifier "qsort") (argument_list "(__base,DAT_00157298,8,FUN_00109c90)" (( "(") (identifier "__base") (, ",") (identifier "DAT_00157298") (, ",") (number_literal "8") (, ",") (identifier "FUN_00109c90") () ")"))) (; ";")) (expression_statement "init_disassemble_info(local_128,stdout,PTR_fprintf_00154fa8);" (call_expression "init_disassemble_info(local_128,stdout,PTR_fprintf_00154fa8)" (identifier "init_disassemble_info") (argument_list "(local_128,stdout,PTR_fprintf_00154fa8)" (( "(") (identifier "local_128") (, ",") (identifier "stdout") (, ",") (identifier "PTR_fprintf_00154fa8") () ")"))) (; ";")) (expression_statement "local_a8 = FUN_001091e0;" (assignment_expression "local_a8 = FUN_001091e0" (identifier "local_a8") (= "=") (identifier "FUN_001091e0")) (; ";")) (expression_statement "local_158 = 0;" (assignment_expression "local_158 = 0" (identifier "local_158") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_150 = (void *)0x0;" (assignment_expression "local_150 = (void *)0x0" (identifier "local_150") (= "=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_148 = 0;" (assignment_expression "local_148 = 0" (identifier "local_148") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_138 = 0;" (assignment_expression "local_138 = 0" (identifier "local_138") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_a0 = FUN_00108a80;" (assignment_expression "local_a0 = FUN_00108a80" (identifier "local_a0") (= "=") (identifier "FUN_00108a80")) (; ";")) (expression_statement "local_168[0] = param_1;" (assignment_expression "local_168[0] = param_1" (subscript_expression "local_168[0]" (identifier "local_168") ([ "[") (number_literal "0") (] "]")) (= "=") (identifier "param_1")) (; ";")) (expression_statement "local_118 = (undefined1 *)local_168;" (assignment_expression "local_118 = (undefined1 *)local_168" (identifier "local_118") (= "=") (cast_expression "(undefined1 *)local_168" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "local_168"))) (; ";")) (if_statement "if (DAT_001572c0 != 0) {\n local_118 = (undefined1 *)local_168;\n lVar4 = bfd_scan_arch();\n lVar10 = DAT_001572c0;\n if (lVar4 == 0) {\n uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);\n \n FUN_00136590(uVar6,lVar10);\n }\n param_1[0x18] = lVar4;\n }" (if "if") (parenthesized_expression "(DAT_001572c0 != 0)" (( "(") (binary_expression "DAT_001572c0 != 0" (identifier "DAT_001572c0") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n local_118 = (undefined1 *)local_168;\n lVar4 = bfd_scan_arch();\n lVar10 = DAT_001572c0;\n if (lVar4 == 0) {\n uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);\n \n FUN_00136590(uVar6,lVar10);\n }\n param_1[0x18] = lVar4;\n }" ({ "{") (expression_statement "local_118 = (undefined1 *)local_168;" (assignment_expression "local_118 = (undefined1 *)local_168" (identifier "local_118") (= "=") (cast_expression "(undefined1 *)local_168" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "local_168"))) (; ";")) (expression_statement "lVar4 = bfd_scan_arch();" (assignment_expression "lVar4 = bfd_scan_arch()" (identifier "lVar4") (= "=") (call_expression "bfd_scan_arch()" (identifier "bfd_scan_arch") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "lVar10 = DAT_001572c0;" (assignment_expression "lVar10 = DAT_001572c0" (identifier "lVar10") (= "=") (identifier "DAT_001572c0")) (; ";")) (if_statement "if (lVar4 == 0) {\n uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);\n \n FUN_00136590(uVar6,lVar10);\n }" (if "if") (parenthesized_expression "(lVar4 == 0)" (( "(") (binary_expression "lVar4 == 0" (identifier "lVar4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);\n \n FUN_00136590(uVar6,lVar10);\n }" ({ "{") (expression_statement "uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);" (assignment_expression "uVar6 = dcgettext(0,"can\'t use supplied machine %s",5)" (identifier "uVar6") (= "=") (call_expression "dcgettext(0,"can\'t use supplied machine %s",5)" (identifier "dcgettext") (argument_list "(0,"can\'t use supplied machine %s",5)" (( "(") (number_literal "0") (, ",") (string_literal ""can\'t use supplied machine %s"" (" """) (string_content "can") (escape_sequence "\'") (string_content "t use supplied machine %s") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00136590(uVar6,lVar10);" (call_expression "FUN_00136590(uVar6,lVar10)" (identifier "FUN_00136590") (argument_list "(uVar6,lVar10)" (( "(") (identifier "uVar6") (, ",") (identifier "lVar10") () ")"))) (; ";")) (} "}"))) (expression_statement "param_1[0x18] = lVar4;" (assignment_expression "param_1[0x18] = lVar4" (subscript_expression "param_1[0x18]" (identifier "param_1") ([ "[") (number_literal "0x18") (] "]")) (= "=") (identifier "lVar4")) (; ";")) (} "}"))) (if_statement "if (DAT_00155450 != 2) {\n puVar5 = (undefined8 *)xmalloc(0x370);\n puVar13 = (undefined8 *)param_1[1];\n *puVar5 = *puVar13;\n puVar5[0x6d] = puVar13[0x6d];\n lVar10 = (long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n puVar13 = (undefined8 *)((long)puVar13 - lVar10);\n puVar15 = (undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n for (uVar9 = (ulong)((int)lVar10 + 0x370U >> 3); uVar9 != 0; uVar9 = uVar9 - 1) {\n *puVar15 = *puVar13;\n puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;\n puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;\n }\n param_1[1] = puVar5;\n *(int *)((long)puVar5 + 0xc) = DAT_00155450;\n }" (if "if") (parenthesized_expression "(DAT_00155450 != 2)" (( "(") (binary_expression "DAT_00155450 != 2" (identifier "DAT_00155450") (!= "!=") (number_literal "2")) () ")")) (compound_statement "{\n puVar5 = (undefined8 *)xmalloc(0x370);\n puVar13 = (undefined8 *)param_1[1];\n *puVar5 = *puVar13;\n puVar5[0x6d] = puVar13[0x6d];\n lVar10 = (long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n puVar13 = (undefined8 *)((long)puVar13 - lVar10);\n puVar15 = (undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);\n for (uVar9 = (ulong)((int)lVar10 + 0x370U >> 3); uVar9 != 0; uVar9 = uVar9 - 1) {\n *puVar15 = *puVar13;\n puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;\n puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;\n }\n param_1[1] = puVar5;\n *(int *)((long)puVar5 + 0xc) = DAT_00155450;\n }" ({ "{") (expression_statement "puVar5 = (undefined8 *)xmalloc(0x370);" (assignment_expression "puVar5 = (undefined8 *)xmalloc(0x370)" (identifier "puVar5") (= "=") (cast_expression "(undefined8 *)xmalloc(0x370)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(0x370)" (identifier "xmalloc") (argument_list "(0x370)" (( "(") (number_literal "0x370") () ")"))))) (; ";")) (expression_statement "puVar13 = (undefined8 *)param_1[1];" (assignment_expression "puVar13 = (undefined8 *)param_1[1]" (identifier "puVar13") (= "=") (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "*puVar5 = *puVar13;" (assignment_expression "*puVar5 = *puVar13" (pointer_expression "*puVar5" (* "*") (identifier "puVar5")) (= "=") (pointer_expression "*puVar13" (* "*") (identifier "puVar13"))) (; ";")) (expression_statement "puVar5[0x6d] = puVar13[0x6d];" (assignment_expression "puVar5[0x6d] = puVar13[0x6d]" (subscript_expression "puVar5[0x6d]" (identifier "puVar5") ([ "[") (number_literal "0x6d") (] "]")) (= "=") (subscript_expression "puVar13[0x6d]" (identifier "puVar13") ([ "[") (number_literal "0x6d") (] "]"))) (; ";")) (expression_statement "lVar10 = (long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);" (assignment_expression "lVar10 = (long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8)" (identifier "lVar10") (= "=") (binary_expression "(long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8)" (cast_expression "(long)puVar5" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar5")) (- "-") (cast_expression "(long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "((ulong)(puVar5 + 1) & 0xfffffffffffffff8)" (( "(") (binary_expression "(ulong)(puVar5 + 1) & 0xfffffffffffffff8" (call_expression "(ulong)(puVar5 + 1)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(puVar5 + 1)" (( "(") (binary_expression "puVar5 + 1" (identifier "puVar5") (+ "+") (number_literal "1")) () ")"))) (& "&") (number_literal "0xfffffffffffffff8")) () ")"))))) (; ";")) (expression_statement "puVar13 = (undefined8 *)((long)puVar13 - lVar10);" (assignment_expression "puVar13 = (undefined8 *)((long)puVar13 - lVar10)" (identifier "puVar13") (= "=") (cast_expression "(undefined8 *)((long)puVar13 - lVar10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar13 - lVar10)" (( "(") (binary_expression "(long)puVar13 - lVar10" (cast_expression "(long)puVar13" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar13")) (- "-") (identifier "lVar10")) () ")")))) (; ";")) (expression_statement "puVar15 = (undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);" (assignment_expression "puVar15 = (undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8)" (identifier "puVar15") (= "=") (cast_expression "(undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((ulong)(puVar5 + 1) & 0xfffffffffffffff8)" (( "(") (binary_expression "(ulong)(puVar5 + 1) & 0xfffffffffffffff8" (call_expression "(ulong)(puVar5 + 1)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(puVar5 + 1)" (( "(") (binary_expression "puVar5 + 1" (identifier "puVar5") (+ "+") (number_literal "1")) () ")"))) (& "&") (number_literal "0xfffffffffffffff8")) () ")")))) (; ";")) (for_statement "for (uVar9 = (ulong)((int)lVar10 + 0x370U >> 3); uVar9 != 0; uVar9 = uVar9 - 1) {\n *puVar15 = *puVar13;\n puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;\n puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;\n }" (for "for") (( "(") (assignment_expression "uVar9 = (ulong)((int)lVar10 + 0x370U >> 3)" (identifier "uVar9") (= "=") (call_expression "(ulong)((int)lVar10 + 0x370U >> 3)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "((int)lVar10 + 0x370U >> 3)" (( "(") (binary_expression "(int)lVar10 + 0x370U >> 3" (binary_expression "(int)lVar10 + 0x370U" (cast_expression "(int)lVar10" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar10")) (+ "+") (number_literal "0x370U")) (>> ">>") (number_literal "3")) () ")")))) (; ";") (binary_expression "uVar9 != 0" (identifier "uVar9") (!= "!=") (number_literal "0")) (; ";") (assignment_expression "uVar9 = uVar9 - 1" (identifier "uVar9") (= "=") (binary_expression "uVar9 - 1" (identifier "uVar9") (- "-") (number_literal "1"))) () ")") (compound_statement "{\n *puVar15 = *puVar13;\n puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;\n puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;\n }" ({ "{") (expression_statement "*puVar15 = *puVar13;" (assignment_expression "*puVar15 = *puVar13" (pointer_expression "*puVar15" (* "*") (identifier "puVar15")) (= "=") (pointer_expression "*puVar13" (* "*") (identifier "puVar13"))) (; ";")) (expression_statement "puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;" (assignment_expression "puVar13 = puVar13 + (ulong)bVar21 * -2 + 1" (identifier "puVar13") (= "=") (binary_expression "puVar13 + (ulong)bVar21 * -2 + 1" (binary_expression "puVar13 + (ulong)bVar21 * -2" (identifier "puVar13") (+ "+") (binary_expression "(ulong)bVar21 * -2" (cast_expression "(ulong)bVar21" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar21")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;" (assignment_expression "puVar15 = puVar15 + (ulong)bVar21 * -2 + 1" (identifier "puVar15") (= "=") (binary_expression "puVar15 + (ulong)bVar21 * -2 + 1" (binary_expression "puVar15 + (ulong)bVar21 * -2" (identifier "puVar15") (+ "+") (binary_expression "(ulong)bVar21 * -2" (cast_expression "(ulong)bVar21" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar21")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "param_1[1] = puVar5;" (assignment_expression "param_1[1] = puVar5" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "puVar5")) (; ";")) (expression_statement "*(int *)((long)puVar5 + 0xc) = DAT_00155450;" (assignment_expression "*(int *)((long)puVar5 + 0xc) = DAT_00155450" (pointer_expression "*(int *)((long)puVar5 + 0xc)" (* "*") (cast_expression "(int *)((long)puVar5 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar5 + 0xc)" (( "(") (binary_expression "(long)puVar5 + 0xc" (cast_expression "(long)puVar5" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar5")) (+ "+") (number_literal "0xc")) () ")")))) (= "=") (identifier "DAT_00155450")) (; ";")) (} "}"))) (expression_statement "uVar6 = bfd_get_mach(param_1);" (assignment_expression "uVar6 = bfd_get_mach(param_1)" (identifier "uVar6") (= "=") (call_expression "bfd_get_mach(param_1)" (identifier "bfd_get_mach") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "iVar1 = *(int *)(param_1[1] + 0xc);" (assignment_expression "iVar1 = *(int *)(param_1[1] + 0xc)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(param_1[1] + 0xc)" (* "*") (cast_expression "(int *)(param_1[1] + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[1] + 0xc)" (( "(") (binary_expression "param_1[1] + 0xc" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (expression_statement "uVar2 = bfd_get_arch(param_1);" (assignment_expression "uVar2 = bfd_get_arch(param_1)" (identifier "uVar2") (= "=") (call_expression "bfd_get_arch(param_1)" (identifier "bfd_get_arch") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "local_140 = disassembler(uVar2,iVar1 == 0,uVar6,param_1);" (assignment_expression "local_140 = disassembler(uVar2,iVar1 == 0,uVar6,param_1)" (identifier "local_140") (= "=") (call_expression "disassembler(uVar2,iVar1 == 0,uVar6,param_1)" (identifier "disassembler") (argument_list "(uVar2,iVar1 == 0,uVar6,param_1)" (( "(") (identifier "uVar2") (, ",") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) (, ",") (identifier "uVar6") (, ",") (identifier "param_1") () ")")))) (; ";")) (if_statement "if (local_140 == 0) {\n uVar2 = bfd_get_arch(param_1);\n uVar6 = bfd_printable_arch_mach(uVar2,0);\n uVar7 = dcgettext(0,"can\'t disassemble for architecture %s\n",5);\n FUN_00136630(uVar7,uVar6);\n DAT_00157388 = 1;\n return;\n }" (if "if") (parenthesized_expression "(local_140 == 0)" (( "(") (binary_expression "local_140 == 0" (identifier "local_140") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar2 = bfd_get_arch(param_1);\n uVar6 = bfd_printable_arch_mach(uVar2,0);\n uVar7 = dcgettext(0,"can\'t disassemble for architecture %s\n",5);\n FUN_00136630(uVar7,uVar6);\n DAT_00157388 = 1;\n return;\n }" ({ "{") (expression_statement "uVar2 = bfd_get_arch(param_1);" (assignment_expression "uVar2 = bfd_get_arch(param_1)" (identifier "uVar2") (= "=") (call_expression "bfd_get_arch(param_1)" (identifier "bfd_get_arch") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "uVar6 = bfd_printable_arch_mach(uVar2,0);" (assignment_expression "uVar6 = bfd_printable_arch_mach(uVar2,0)" (identifier "uVar6") (= "=") (call_expression "bfd_printable_arch_mach(uVar2,0)" (identifier "bfd_printable_arch_mach") (argument_list "(uVar2,0)" (( "(") (identifier "uVar2") (, ",") (number_literal "0") () ")")))) (; ";")) (expression_statement "uVar7 = dcgettext(0,"can\'t disassemble for architecture %s\n",5);" (assignment_expression "uVar7 = dcgettext(0,"can\'t disassemble for architecture %s\n",5)" (identifier "uVar7") (= "=") (call_expression "dcgettext(0,"can\'t disassemble for architecture %s\n",5)" (identifier "dcgettext") (argument_list "(0,"can\'t disassemble for architecture %s\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""can\'t disassemble for architecture %s\n"" (" """) (string_content "can") (escape_sequence "\'") (string_content "t disassemble for architecture %s") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00136630(uVar7,uVar6);" (call_expression "FUN_00136630(uVar7,uVar6)" (identifier "FUN_00136630") (argument_list "(uVar7,uVar6)" (( "(") (identifier "uVar7") (, ",") (identifier "uVar6") () ")"))) (; ";")) (expression_statement "DAT_00157388 = 1;" (assignment_expression "DAT_00157388 = 1" (identifier "DAT_00157388") (= "=") (number_literal "1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "local_110 = *(undefined4 *)(param_1[1] + 8);" (assignment_expression "local_110 = *(undefined4 *)(param_1[1] + 8)" (identifier "local_110") (= "=") (pointer_expression "*(undefined4 *)(param_1[1] + 8)" (* "*") (cast_expression "(undefined4 *)(param_1[1] + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[1] + 8)" (( "(") (binary_expression "param_1[1] + 8" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "local_10c = bfd_get_arch(param_1);" (assignment_expression "local_10c = bfd_get_arch(param_1)" (identifier "local_10c") (= "=") (call_expression "bfd_get_arch(param_1)" (identifier "bfd_get_arch") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "local_108 = bfd_get_mach(param_1);" (assignment_expression "local_108 = bfd_get_mach(param_1)" (identifier "local_108") (= "=") (call_expression "bfd_get_mach(param_1)" (identifier "bfd_get_mach") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "local_40 = DAT_001572b8;" (assignment_expression "local_40 = DAT_001572b8" (identifier "local_40") (= "=") (identifier "DAT_001572b8")) (; ";")) (expression_statement "local_6c = bfd_octets_per_byte(param_1);" (assignment_expression "local_6c = bfd_octets_per_byte(param_1)" (identifier "local_6c") (= "=") (call_expression "bfd_octets_per_byte(param_1)" (identifier "bfd_octets_per_byte") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "local_60 = 0;" (assignment_expression "local_60 = 0" (identifier "local_60") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_68 = 0x300000008;" (assignment_expression "local_68 = 0x300000008" (identifier "local_68") (= "=") (number_literal "0x300000008")) (; ";")) (if_statement "if (*(int *)(param_1[1] + 0xc) == 0) {\n local_100 = 0;\n local_70 = 0;\n }\n else if (*(int *)(param_1[1] + 0xc) == 1) {\n local_100 = 1;\n local_70 = 1;\n }\n else {\n local_100 = 2;\n }" (if "if") (parenthesized_expression "(*(int *)(param_1[1] + 0xc) == 0)" (( "(") (binary_expression "*(int *)(param_1[1] + 0xc) == 0" (pointer_expression "*(int *)(param_1[1] + 0xc)" (* "*") (cast_expression "(int *)(param_1[1] + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[1] + 0xc)" (( "(") (binary_expression "param_1[1] + 0xc" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (+ "+") (number_literal "0xc")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n local_100 = 0;\n local_70 = 0;\n }" ({ "{") (expression_statement "local_100 = 0;" (assignment_expression "local_100 = 0" (identifier "local_100") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_70 = 0;" (assignment_expression "local_70 = 0" (identifier "local_70") (= "=") (number_literal "0")) (; ";")) (} "}")) (else_clause "else if (*(int *)(param_1[1] + 0xc) == 1) {\n local_100 = 1;\n local_70 = 1;\n }\n else {\n local_100 = 2;\n }" (else "else") (if_statement "if (*(int *)(param_1[1] + 0xc) == 1) {\n local_100 = 1;\n local_70 = 1;\n }\n else {\n local_100 = 2;\n }" (if "if") (parenthesized_expression "(*(int *)(param_1[1] + 0xc) == 1)" (( "(") (binary_expression "*(int *)(param_1[1] + 0xc) == 1" (pointer_expression "*(int *)(param_1[1] + 0xc)" (* "*") (cast_expression "(int *)(param_1[1] + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[1] + 0xc)" (( "(") (binary_expression "param_1[1] + 0xc" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (+ "+") (number_literal "0xc")) () ")")))) (== "==") (number_literal "1")) () ")")) (compound_statement "{\n local_100 = 1;\n local_70 = 1;\n }" ({ "{") (expression_statement "local_100 = 1;" (assignment_expression "local_100 = 1" (identifier "local_100") (= "=") (number_literal "1")) (; ";")) (expression_statement "local_70 = 1;" (assignment_expression "local_70 = 1" (identifier "local_70") (= "=") (number_literal "1")) (; ";")) (} "}")) (else_clause "else {\n local_100 = 2;\n }" (else "else") (compound_statement "{\n local_100 = 2;\n }" ({ "{") (expression_statement "local_100 = 2;" (assignment_expression "local_100 = 2" (identifier "local_100") (= "=") (number_literal "2")) (; ";")) (} "}")))))) (expression_statement "disassemble_init_for_target(local_128);" (call_expression "disassemble_init_for_target(local_128)" (identifier "disassemble_init_for_target") (argument_list "(local_128)" (( "(") (identifier "local_128") () ")"))) (; ";")) (expression_statement "lVar10 = (**(code **)(param_1[1] + 0x350))(param_1);" (assignment_expression "lVar10 = (**(code **)(param_1[1] + 0x350))(param_1)" (identifier "lVar10") (= "=") (call_expression "(**(code **)(param_1[1] + 0x350))(param_1)" (parenthesized_expression "(**(code **)(param_1[1] + 0x350))" (( "(") (pointer_expression "**(code **)(param_1[1] + 0x350)" (* "*") (pointer_expression "*(code **)(param_1[1] + 0x350)" (* "*") (cast_expression "(code **)(param_1[1] + 0x350)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1[1] + 0x350)" (( "(") (binary_expression "param_1[1] + 0x350" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (+ "+") (number_literal "0x350")) () ")"))))) () ")")) (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (if_statement "if (lVar10 < 0) {\n if (DAT_00157368 != 0) {\nLAB_00109bee:\n \n FUN_00136510(*param_1);\n }\n }\n else if (lVar10 != 0) {\n local_150 = (void *)xmalloc(lVar10);\n local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);\n if ((long)local_148 < 0) goto LAB_00109bee;\n qsort(local_150,local_148,8,FUN_00108380);\n }" (if "if") (parenthesized_expression "(lVar10 < 0)" (( "(") (binary_expression "lVar10 < 0" (identifier "lVar10") (< "<") (number_literal "0")) () ")")) (compound_statement "{\n if (DAT_00157368 != 0) {\nLAB_00109bee:\n \n FUN_00136510(*param_1);\n }\n }" ({ "{") (if_statement "if (DAT_00157368 != 0) {\nLAB_00109bee:\n \n FUN_00136510(*param_1);\n }" (if "if") (parenthesized_expression "(DAT_00157368 != 0)" (( "(") (binary_expression "DAT_00157368 != 0" (identifier "DAT_00157368") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\nLAB_00109bee:\n \n FUN_00136510(*param_1);\n }" ({ "{") (labeled_statement "LAB_00109bee:\n \n FUN_00136510(*param_1);" (statement_identifier "LAB_00109bee") (: ":") (expression_statement "FUN_00136510(*param_1);" (call_expression "FUN_00136510(*param_1)" (identifier "FUN_00136510") (argument_list "(*param_1)" (( "(") (pointer_expression "*param_1" (* "*") (identifier "param_1")) () ")"))) (; ";"))) (} "}"))) (} "}")) (else_clause "else if (lVar10 != 0) {\n local_150 = (void *)xmalloc(lVar10);\n local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);\n if ((long)local_148 < 0) goto LAB_00109bee;\n qsort(local_150,local_148,8,FUN_00108380);\n }" (else "else") (if_statement "if (lVar10 != 0) {\n local_150 = (void *)xmalloc(lVar10);\n local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);\n if ((long)local_148 < 0) goto LAB_00109bee;\n qsort(local_150,local_148,8,FUN_00108380);\n }" (if "if") (parenthesized_expression "(lVar10 != 0)" (( "(") (binary_expression "lVar10 != 0" (identifier "lVar10") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n local_150 = (void *)xmalloc(lVar10);\n local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);\n if ((long)local_148 < 0) goto LAB_00109bee;\n qsort(local_150,local_148,8,FUN_00108380);\n }" ({ "{") (expression_statement "local_150 = (void *)xmalloc(lVar10);" (assignment_expression "local_150 = (void *)xmalloc(lVar10)" (identifier "local_150") (= "=") (cast_expression "(void *)xmalloc(lVar10)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(lVar10)" (identifier "xmalloc") (argument_list "(lVar10)" (( "(") (identifier "lVar10") () ")"))))) (; ";")) (expression_statement "local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);" (assignment_expression "local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290)" (identifier "local_148") (= "=") (call_expression "(**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290)" (parenthesized_expression "(**(code **)(param_1[1] + 0x358))" (( "(") (pointer_expression "**(code **)(param_1[1] + 0x358)" (* "*") (pointer_expression "*(code **)(param_1[1] + 0x358)" (* "*") (cast_expression "(code **)(param_1[1] + 0x358)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1[1] + 0x358)" (( "(") (binary_expression "param_1[1] + 0x358" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (+ "+") (number_literal "0x358")) () ")"))))) () ")")) (argument_list "(param_1,local_150,DAT_00157290)" (( "(") (identifier "param_1") (, ",") (identifier "local_150") (, ",") (identifier "DAT_00157290") () ")")))) (; ";")) (if_statement "if ((long)local_148 < 0) goto LAB_00109bee;" (if "if") (parenthesized_expression "((long)local_148 < 0)" (( "(") (binary_expression "(long)local_148 < 0" (cast_expression "(long)local_148" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "local_148")) (< "<") (number_literal "0")) () ")")) (goto_statement "goto LAB_00109bee;" (goto "goto") (statement_identifier "LAB_00109bee") (; ";"))) (expression_statement "qsort(local_150,local_148,8,FUN_00108380);" (call_expression "qsort(local_150,local_148,8,FUN_00108380)" (identifier "qsort") (argument_list "(local_150,local_148,8,FUN_00108380)" (( "(") (identifier "local_150") (, ",") (identifier "local_148") (, ",") (number_literal "8") (, ",") (identifier "FUN_00108380") () ")"))) (; ";")) (} "}"))))) (expression_statement "local_d8 = DAT_001572a0;" (assignment_expression "local_d8 = DAT_001572a0" (identifier "local_d8") (= "=") (identifier "DAT_001572a0")) (; ";")) (expression_statement "local_cc = (undefined4)DAT_00157298;" (assignment_expression "local_cc = (undefined4)DAT_00157298" (identifier "local_cc") (= "=") (cast_expression "(undefined4)DAT_00157298" (( "(") (type_descriptor "undefined4" (type_identifier "undefined4")) () ")") (identifier "DAT_00157298"))) (; ";")) (expression_statement "bfd_map_over_sections(param_1,FUN_0010d910,local_128);" (call_expression "bfd_map_over_sections(param_1,FUN_0010d910,local_128)" (identifier "bfd_map_over_sections") (argument_list "(param_1,FUN_0010d910,local_128)" (( "(") (identifier "param_1") (, ",") (identifier "FUN_0010d910") (, ",") (identifier "local_128") () ")"))) (; ";")) (if_statement "if (local_150 != (void *)0x0) {\n free(local_150);\n }" (if "if") (parenthesized_expression "(local_150 != (void *)0x0)" (( "(") (binary_expression "local_150 != (void *)0x0" (identifier "local_150") (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n free(local_150);\n }" ({ "{") (expression_statement "free(local_150);" (call_expression "free(local_150)" (identifier "free") (argument_list "(local_150)" (( "(") (identifier "local_150") () ")"))) (; ";")) (} "}"))) (expression_statement "free(DAT_001572a0);" (call_expression "free(DAT_001572a0)" (identifier "free") (argument_list "(DAT_001572a0)" (( "(") (identifier "DAT_001572a0") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(type_1 *abfd)
{
type_2 var_33;
long var_8;
type_3 *pbVar3;
type_4 uVar4;
long *var_17;
long *var_15;
type_5 *var_22;
type_3 *pbVar7;
type_6 uVar8;
char *pcVar9;
char *format;
long var_10;
type_7 var_27;
type_8 *var_16;
long var_6;
type_8 **__src;
type_9 *var_11;
type_9 *var_9;
type_6 *var_28;
type_9 *var_12;
type_6 *var_29;
long *plVar19;
long *var_7;
bool var_13;
bool var_14;
bool bVar23;
type_9 bVar24;
type_10 aux;
type_11 disasm_info;
bVar24 = 0;
print_files = (type_12 *)0x0;
prev_functionname = (char *)0x0;
prev_line = 0xffffffff;
var_3 = var_1;
if (var_1 == 0) {
var_3 = dynsymcount;
}
prev_discriminator = 0;
sorted_syms = (type_8 **)var_2((var_3 + var_4) * 8);
var_6 = var_3;
__src = dynsyms;
if (var_1 != 0) {
__src = syms;
}
var_17 = (long *)var_5(sorted_syms,__src,var_3 * 8);
var_15 = var_17;
plVar19 = var_17;
LAB_00109890:
var_6 = var_6 + -1;
var_7 = plVar19;
if (-1 < var_6) {
while( true ) {
plVar19 = var_7 + 1;
var_8 = *var_7;
var_9 = *(type_9 **)(var_8 + 8);
if ((var_9 == (type_9 *)0x0) || (*var_9 == 0)) break;
var_13 = false;
bVar23 = (*(type_13 *)(var_8 + 0x18) & 0x104) == 0;
if (!bVar23) {
var_10 = 4;
var_11 = var_9;
var_12 = &DAT_0013d5f3;
do {
if (var_10 == 0) break;
var_10 = var_10 + -1;
var_13 = *var_11 < *var_12;
bVar23 = *var_11 == *var_12;
var_11 = var_11 + (type_7)bVar24 * -2 + 1;
var_12 = var_12 + (type_7)bVar24 * -2 + 1;
} while (bVar23);
var_14 = false;
var_13 = (!var_13 && !bVar23) == var_13;
if (!var_13) {
var_10 = 5;
var_11 = &DAT_0013d5f8;
do {
if (var_10 == 0) break;
var_10 = var_10 + -1;
var_14 = *var_9 < *var_11;
var_13 = *var_9 == *var_11;
var_9 = var_9 + (type_7)bVar24 * -2 + 1;
var_11 = var_11 + (type_7)bVar24 * -2 + 1;
} while (var_13);
if ((!var_14 && !var_13) != var_14) break;
}
}
if ((*(long *)(var_8 + 0x20) == 0x156ed8) ||
((*(type_9 *)(*(long *)(var_8 + 0x20) + 0x21) & 0x10) != 0)) break;
*var_15 = var_8;
var_15 = var_15 + 1;
var_6 = var_6 + -1;
var_7 = plVar19;
if (var_6 < 0) goto LAB_00109904;
}
goto LAB_00109890;
}
LAB_00109904:
var_3 = (long)var_15 - (long)var_17 >> 3;
if (0 < var_4) {
var_3 = var_4 + var_3;
var_16 = synthsyms;
do {
*var_15 = (long)var_16;
var_15 = var_15 + 1;
var_16 = var_16 + 1;
} while (var_15 != var_17 + var_3);
}
var_18(var_17,var_3,8,compare_symbols);
var_19(&disasm_info,stdout,PTR_fprintf_00154fa8);
disasm_info.print_address_func = objdump_print_address;
aux.require_sec = 0;
aux.dynrelbuf = (type_14 **)0x0;
aux.dynrelcount = 0;
aux.reloc = (type_14 *)0x0;
disasm_info.symbol_at_address_func = objdump_symbol_at_address;
aux.abfd = abfd;
disasm_info.application_data = &aux;
if (var_20 != (char *)0x0) {
disasm_info.application_data = &aux;
var_22 = (type_5 *)var_21();
pcVar9 = var_20;
if (var_22 == (type_5 *)0x0) {
format = (char *)var_23(0,"can\'t use supplied machine %s",5);
/* WARNING: Subroutine does not return */
var_24(format,pcVar9);
}
abfd->arch_info = var_22;
}
if (var_25 != var_26) {
pbVar7 = (type_3 *)var_2(0x370);
pbVar3 = abfd->xvec;
var_29 = (type_6 *)((type_7)&pbVar7->flavour & 0xfffffffffffffff8);
pbVar7->name = pbVar3->name;
pbVar7->backend_data = pbVar3->backend_data;
var_6 = (long)pbVar7 - (long)var_29;
var_28 = (type_6 *)((long)pbVar3 - var_6);
for (var_27 = (type_7)((int)var_6 + 0x370U >> 3); var_27 != 0; var_27 = var_27 - 1) {
*var_29 = *var_28;
var_28 = var_28 + (type_7)bVar24 * -2 + 1;
var_29 = var_29 + (type_7)bVar24 * -2 + 1;
}
abfd->xvec = pbVar7;
pbVar7->byteorder = var_25;
}
uVar8 = var_30(abfd);
var_33 = abfd->xvec->byteorder;
uVar4 = var_31(abfd);
aux.disassemble_fn = (type_15)var_32(uVar4,var_33 == var_34,uVar8,abfd);
if (aux.disassemble_fn == (type_15)0x0) {
uVar4 = var_31(abfd);
uVar8 = var_35(uVar4,0);
pcVar9 = (char *)var_23(0,"can\'t disassemble for architecture %s\n",5);
var_36(pcVar9,uVar8);
exit_status = 1;
return;
}
disasm_info.flavour = abfd->xvec->flavour;
disasm_info.arch = var_31(abfd);
disasm_info.mach = var_30(abfd);
disasm_info.disassembler_options = disassembler_options;
disasm_info.octets_per_byte = var_37(abfd);
disasm_info.disassembler_needs_relocs = 0;
disasm_info.skip_zeroes = 8;
disasm_info.skip_zeroes_at_end = 3;
var_33 = abfd->xvec->byteorder;
if (var_33 == var_34) {
disasm_info.var_25 = var_34;
disasm_info.display_endian = var_34;
}
else if (var_33 == var_38) {
disasm_info.var_25 = var_38;
disasm_info.display_endian = var_38;
}
else {
disasm_info.var_25 = var_26;
}
var_39(&disasm_info);
var_6 = (*abfd->xvec->_bfd_get_dynamic_reloc_upper_bound)(abfd);
if (var_6 < 0) {
if (var_40 != 0) {
LAB_00109bee:
/* WARNING: Subroutine does not return */
var_41(abfd->filename);
}
}
else if (var_6 != 0) {
aux.dynrelbuf = (type_14 **)var_2(var_6);
aux.dynrelcount = (*abfd->xvec->_bfd_canonicalize_dynamic_reloc)(abfd,aux.dynrelbuf,dynsyms);
if (aux.dynrelcount < 0) goto LAB_00109bee;
var_18(aux.dynrelbuf,aux.dynrelcount,8,compare_relocs);
}
disasm_info.symtab = sorted_syms;
disasm_info.symtab_size = (int)var_3;
var_42(abfd,disassemble_section,&disasm_info);
if (aux.dynrelbuf != (type_14 **)0x0) {
var_43(aux.dynrelbuf);
}
var_43(sorted_syms);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (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: (pointer_declarator declarator: (array_declarator declarator: (identifier) size: (number_literal)))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (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: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (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 (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) 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: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (unary_expression argument: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))))) condition: (parenthesized_expression (identifier))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (unary_expression argument: (identifier)))) right: (identifier)))) (if_statement condition: (parenthesized_expression (unary_expression argument: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))))) condition: (parenthesized_expression (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (unary_expression argument: (identifier)))) right: (identifier))) consequence: (break_statement)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal))) right: (number_literal))))) consequence: (break_statement)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))))) (goto_statement label: (statement_identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (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: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (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 (number_literal) (string_literal (string_content) (escape_sequence) (string_content)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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: (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: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal)))))) (for_statement initializer: (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)) right: (number_literal))))) condition: (binary_expression left: (identifier) right: (number_literal)) update: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (number_literal)) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (return_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: (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))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (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: (subscript_expression argument: (identifier) index: (number_literal)) 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: (number_literal)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))))) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier))))))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal) (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
| null |
void MASKED(undefined8 *param_1)
{
int iVar1;
undefined4 uVar2;
long *__base;
long *plVar3;
long lVar4;
undefined8 *puVar5;
undefined8 uVar6;
undefined8 uVar7;
long lVar8;
ulong uVar9;
long lVar10;
void *__src;
byte *pbVar11;
byte *pbVar12;
undefined8 *puVar13;
byte *pbVar14;
undefined8 *puVar15;
long *plVar16;
long *plVar17;
bool bVar18;
bool bVar19;
bool bVar20;
byte bVar21;
undefined8 *local_168 [2];
undefined4 local_158;
void *local_150;
size_t local_148;
long local_140;
undefined8 local_138;
undefined1 local_128 [16];
undefined1 *local_118;
undefined4 local_110;
undefined4 local_10c;
undefined8 local_108;
undefined4 local_100;
void *local_d8;
undefined4 local_cc;
code *local_a8;
code *local_a0;
undefined4 local_70;
undefined4 local_6c;
undefined8 local_68;
undefined4 local_60;
undefined8 local_40;
bVar21 = 0;
DAT_00157238 = 0;
DAT_00157248 = 0;
DAT_00157244 = 0xffffffff;
DAT_00157298 = DAT_001572a8;
if (DAT_001572a8 == 0) {
DAT_00157298 = DAT_00157278;
}
DAT_00157240 = 0;
DAT_001572a0 = (void *)xmalloc((DAT_00157298 + DAT_00157280) * 8);
lVar10 = DAT_00157298;
__src = DAT_00157290;
if (DAT_001572a8 != 0) {
__src = DAT_001572b0;
}
__base = (long *)memcpy(DAT_001572a0,__src,DAT_00157298 * 8);
plVar3 = __base;
plVar16 = __base;
LAB_00109890:
lVar10 = lVar10 + -1;
plVar17 = plVar16;
if (-1 < lVar10) {
while( true ) {
plVar16 = plVar17 + 1;
lVar4 = *plVar17;
pbVar12 = *(byte **)(lVar4 + 8);
if ((pbVar12 == (byte *)0x0) || (*pbVar12 == 0)) break;
bVar18 = false;
bVar20 = (*(uint *)(lVar4 + 0x18) & 0x104) == 0;
if (!bVar20) {
lVar8 = 4;
pbVar11 = pbVar12;
pbVar14 = &DAT_0013d5f3;
do {
if (lVar8 == 0) break;
lVar8 = lVar8 + -1;
bVar18 = *pbVar11 < *pbVar14;
bVar20 = *pbVar11 == *pbVar14;
pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;
pbVar14 = pbVar14 + (ulong)bVar21 * -2 + 1;
} while (bVar20);
bVar19 = false;
bVar18 = (!bVar18 && !bVar20) == bVar18;
if (!bVar18) {
lVar8 = 5;
pbVar11 = &DAT_0013d5f8;
do {
if (lVar8 == 0) break;
lVar8 = lVar8 + -1;
bVar19 = *pbVar12 < *pbVar11;
bVar18 = *pbVar12 == *pbVar11;
pbVar12 = pbVar12 + (ulong)bVar21 * -2 + 1;
pbVar11 = pbVar11 + (ulong)bVar21 * -2 + 1;
} while (bVar18);
if ((!bVar19 && !bVar18) != bVar19) break;
}
}
if ((*(long *)(lVar4 + 0x20) == 0x156ed8) ||
((*(byte *)(*(long *)(lVar4 + 0x20) + 0x21) & 0x10) != 0)) break;
*plVar3 = lVar4;
plVar3 = plVar3 + 1;
lVar10 = lVar10 + -1;
plVar17 = plVar16;
if (lVar10 < 0) goto LAB_00109904;
}
goto LAB_00109890;
}
LAB_00109904:
DAT_00157298 = (long)plVar3 - (long)__base >> 3;
if (0 < DAT_00157280) {
DAT_00157298 = DAT_00157280 + DAT_00157298;
lVar10 = DAT_00157288;
do {
*plVar3 = lVar10;
plVar3 = plVar3 + 1;
lVar10 = lVar10 + 0x30;
} while (plVar3 != __base + DAT_00157298);
}
qsort(__base,DAT_00157298,8,FUN_00109c90);
init_disassemble_info(local_128,stdout,PTR_fprintf_00154fa8);
local_a8 = FUN_001091e0;
local_158 = 0;
local_150 = (void *)0x0;
local_148 = 0;
local_138 = 0;
local_a0 = FUN_00108a80;
local_168[0] = param_1;
local_118 = (undefined1 *)local_168;
if (DAT_001572c0 != 0) {
local_118 = (undefined1 *)local_168;
lVar4 = bfd_scan_arch();
lVar10 = DAT_001572c0;
if (lVar4 == 0) {
uVar6 = dcgettext(0,"can\'t use supplied machine %s",5);
/* WARNING: Subroutine does not return */
FUN_00136590(uVar6,lVar10);
}
param_1[0x18] = lVar4;
}
if (DAT_00155450 != 2) {
puVar5 = (undefined8 *)xmalloc(0x370);
puVar13 = (undefined8 *)param_1[1];
*puVar5 = *puVar13;
puVar5[0x6d] = puVar13[0x6d];
lVar10 = (long)puVar5 - (long)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);
puVar13 = (undefined8 *)((long)puVar13 - lVar10);
puVar15 = (undefined8 *)((ulong)(puVar5 + 1) & 0xfffffffffffffff8);
for (uVar9 = (ulong)((int)lVar10 + 0x370U >> 3); uVar9 != 0; uVar9 = uVar9 - 1) {
*puVar15 = *puVar13;
puVar13 = puVar13 + (ulong)bVar21 * -2 + 1;
puVar15 = puVar15 + (ulong)bVar21 * -2 + 1;
}
param_1[1] = puVar5;
*(int *)((long)puVar5 + 0xc) = DAT_00155450;
}
uVar6 = bfd_get_mach(param_1);
iVar1 = *(int *)(param_1[1] + 0xc);
uVar2 = bfd_get_arch(param_1);
local_140 = disassembler(uVar2,iVar1 == 0,uVar6,param_1);
if (local_140 == 0) {
uVar2 = bfd_get_arch(param_1);
uVar6 = bfd_printable_arch_mach(uVar2,0);
uVar7 = dcgettext(0,"can\'t disassemble for architecture %s\n",5);
FUN_00136630(uVar7,uVar6);
DAT_00157388 = 1;
return;
}
local_110 = *(undefined4 *)(param_1[1] + 8);
local_10c = bfd_get_arch(param_1);
local_108 = bfd_get_mach(param_1);
local_40 = DAT_001572b8;
local_6c = bfd_octets_per_byte(param_1);
local_60 = 0;
local_68 = 0x300000008;
if (*(int *)(param_1[1] + 0xc) == 0) {
local_100 = 0;
local_70 = 0;
}
else if (*(int *)(param_1[1] + 0xc) == 1) {
local_100 = 1;
local_70 = 1;
}
else {
local_100 = 2;
}
disassemble_init_for_target(local_128);
lVar10 = (**(code **)(param_1[1] + 0x350))(param_1);
if (lVar10 < 0) {
if (DAT_00157368 != 0) {
LAB_00109bee:
/* WARNING: Subroutine does not return */
FUN_00136510(*param_1);
}
}
else if (lVar10 != 0) {
local_150 = (void *)xmalloc(lVar10);
local_148 = (**(code **)(param_1[1] + 0x358))(param_1,local_150,DAT_00157290);
if ((long)local_148 < 0) goto LAB_00109bee;
qsort(local_150,local_148,8,FUN_00108380);
}
local_d8 = DAT_001572a0;
local_cc = (undefined4)DAT_00157298;
bfd_map_over_sections(param_1,FUN_0010d910,local_128);
if (local_150 != (void *)0x0) {
free(local_150);
}
free(DAT_001572a0);
return;
}
|
6663_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
|
got_plt_reader
|
FUN_003639c0
|
/* DWARF original prototype: Incremental_got_plt_reader<true> *
got_plt_reader(Sized_incremental_binary<32,_true> * this) */
Incremental_got_plt_reader<true> * __thiscall
gold::Sized_incremental_binary<32,_true>::got_plt_reader(Sized_incremental_binary<32,_true> *this)
{
return &this->got_plt_reader_;
}
|
long FUN_003639c0(long param_1)
{
return param_1 + 0x140;
}
|
LEA RAX,[RDI + 0x140]
RET
| null | null | null | null |
[('const-0', u'RETURN_-1205257771'), ('const-320', u'PTRSUB_-1205257720'), (u'PTRSUB_-1205257720', u'COPY_-1205257790'), (u'COPY_-1205257790', u'RETURN_-1205257771'), ('tmp_16', u'PTRSUB_-1205257720')]
|
[('const-0', u'RETURN_-1205257771'), ('tmp_16', u'INT_ADD_-1205257773'), ('const-320', u'INT_ADD_-1205257773'), (u'COPY_-1205257790', u'RETURN_-1205257771'), (u'INT_ADD_-1205257773', u'COPY_-1205257790')]
| null | null |
003639c0
|
x64
|
O2
|
(translation_unit "long FUN_003639c0(long param_1)\n\n{\n return param_1 + 0x140;\n}\n\n" (function_definition "long FUN_003639c0(long param_1)\n\n{\n return param_1 + 0x140;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_003639c0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n return param_1 + 0x140;\n}" { (return_statement "return param_1 + 0x140;" return (binary_expression "param_1 + 0x140" identifier + number_literal) ;) })))
|
(translation_unit "/* DWARF original prototype: Incremental_got_plt_reader<true> *\n got_plt_reader(Sized_incremental_binary<32,_true> * this) */\n\nIncremental_got_plt_reader<true> * __thiscall\ngold::Sized_incremental_binary<32,_true>::got_plt_reader(Sized_incremental_binary<32,_true> *this)\n\n{\n return &this->got_plt_reader_;\n}\n\n" comment (ERROR "Incremental_got_plt_reader<true> * __thiscall\ngold::Sized_incremental_binary<32,_true>::got_plt_reader(Sized_incremental_binary<32,_true> *this)" (binary_expression "Incremental_got_plt_reader<true> * __thiscall\ngold::Sized_incremental_binary<32,_true>::got_plt_reader(Sized_incremental_binary<32,_true> *this)" (binary_expression "Incremental_got_plt_reader<true> * __thiscall\ngold::Sized_incremental_binary<32" (binary_expression "Incremental_got_plt_reader<true> * __thiscall" (binary_expression "Incremental_got_plt_reader<true" identifier < true) > (pointer_expression "* __thiscall" * identifier)) (ERROR "gold::Sized_incremental_binary" identifier : : identifier) < number_literal) (ERROR ",_true" , identifier) > (ERROR "::" : :) (call_expression "got_plt_reader(Sized_incremental_binary<32,_true> *this)" identifier (argument_list "(Sized_incremental_binary<32,_true> *this)" ( (binary_expression "Sized_incremental_binary<32" identifier < number_literal) , (binary_expression "_true> *this" identifier > (pointer_expression "*this" * identifier)) ))))) (compound_statement "{\n return &this->got_plt_reader_;\n}" { (return_statement "return &this->got_plt_reader_;" return (pointer_expression "&this->got_plt_reader_" & (field_expression "this->got_plt_reader_" identifier -> field_identifier)) ;) }))
|
(translation_unit "long FUN_003639c0(long param_1)\n\n{\n return param_1 + 0x140;\n}\n\n" (function_definition "long FUN_003639c0(long param_1)\n\n{\n return param_1 + 0x140;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_003639c0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n return param_1 + 0x140;\n}" { (return_statement "return param_1 + 0x140;" return (binary_expression "param_1 + 0x140" identifier + number_literal) ;) })))
|
(translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (return_statement return (binary_expression IDENT + LIT) ;) })))
|
(function_definition "long FUN_003639c0(long param_1)\n\n{\n return param_1 + 0x140;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_003639c0(long param_1)" (identifier "FUN_003639c0") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n return param_1 + 0x140;\n}" ({ "{") (return_statement "return param_1 + 0x140;" (return "return") (binary_expression "param_1 + 0x140" (identifier "param_1") (+ "+") (number_literal "0x140")) (; ";")) (} "}")))
|
/* DWARF original prototype: Incremental_got_plt_reader<true> *
got_plt_reader(Sized_incremental_binary<32,_true> * this) */
Incremental_got_plt_reader<true> * __thiscall
gold::Sized_incremental_binary<32,_true>::got_plt_reader(Sized_incremental_binary<32,_true> *this)
{
return &this->got_plt_reader_;
}
| null |
(translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (return_statement (binary_expression left: (identifier) right: (number_literal))))))
| null |
long MASKED(long param_1)
{
return param_1 + 0x140;
}
|
22_sg_write_same_and_sg_write_same_strip.c
|
do_scsi_pt
|
do_scsi_pt
|
void do_scsi_pt(void)
{
(*(code *)PTR_do_scsi_pt_00106f50)();
return;
}
|
void do_scsi_pt(void)
{
(*(code *)PTR_do_scsi_pt_00106f50)();
return;
}
|
JMP qword ptr [0x00106f50]
| null | null | null | null |
[(u'CALLIND_-1206967960', u'INDIRECT_-1206967900'), ('tmp_22', u'CAST_-1206967895'), (u'INDIRECT_-1206967900', u'COPY_-1206967959'), ('const-0', u'RETURN_-1206967957'), (u'CAST_-1206967895', u'CALLIND_-1206967960')]
|
[(u'CALLIND_-1206967960', u'INDIRECT_-1206967900'), ('tmp_22', u'CAST_-1206967895'), (u'INDIRECT_-1206967900', u'COPY_-1206967959'), ('const-0', u'RETURN_-1206967957'), (u'CAST_-1206967895', u'CALLIND_-1206967960')]
| null | null |
00102160
|
x64
|
O2
|
(translation_unit "void do_scsi_pt(void)\n\n{\n (*(code *)PTR_do_scsi_pt_00106f50)();\n return;\n}\n\n" (function_definition "void do_scsi_pt(void)\n\n{\n (*(code *)PTR_do_scsi_pt_00106f50)();\n return;\n}" primitive_type (function_declarator "do_scsi_pt(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_do_scsi_pt_00106f50)();\n return;\n}" { (expression_statement "(*(code *)PTR_do_scsi_pt_00106f50)();" (call_expression "(*(code *)PTR_do_scsi_pt_00106f50)()" (parenthesized_expression "(*(code *)PTR_do_scsi_pt_00106f50)" ( (pointer_expression "*(code *)PTR_do_scsi_pt_00106f50" * (cast_expression "(code *)PTR_do_scsi_pt_00106f50" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void do_scsi_pt(void)\n\n{\n (*(code *)PTR_do_scsi_pt_00106f50)();\n return;\n}\n\n" (function_definition "void do_scsi_pt(void)\n\n{\n (*(code *)PTR_do_scsi_pt_00106f50)();\n return;\n}" primitive_type (function_declarator "do_scsi_pt(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_do_scsi_pt_00106f50)();\n return;\n}" { (expression_statement "(*(code *)PTR_do_scsi_pt_00106f50)();" (call_expression "(*(code *)PTR_do_scsi_pt_00106f50)()" (parenthesized_expression "(*(code *)PTR_do_scsi_pt_00106f50)" ( (pointer_expression "*(code *)PTR_do_scsi_pt_00106f50" * (cast_expression "(code *)PTR_do_scsi_pt_00106f50" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void do_scsi_pt(void)\n\n{\n (*(code *)PTR_do_scsi_pt_00106f50)();\n return;\n}\n\n" (function_definition "void do_scsi_pt(void)\n\n{\n (*(code *)PTR_do_scsi_pt_00106f50)();\n return;\n}" primitive_type (function_declarator "do_scsi_pt(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_do_scsi_pt_00106f50)();\n return;\n}" { (expression_statement "(*(code *)PTR_do_scsi_pt_00106f50)();" (call_expression "(*(code *)PTR_do_scsi_pt_00106f50)()" (parenthesized_expression "(*(code *)PTR_do_scsi_pt_00106f50)" ( (pointer_expression "*(code *)PTR_do_scsi_pt_00106f50" * (cast_expression "(code *)PTR_do_scsi_pt_00106f50" ( (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 do_scsi_pt(void)\n\n{\n (*(code *)PTR_do_scsi_pt_00106f50)();\n return;\n}" (primitive_type "void") (function_declarator "do_scsi_pt(void)" (identifier "do_scsi_pt") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_do_scsi_pt_00106f50)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_do_scsi_pt_00106f50)();" (call_expression "(*(code *)PTR_do_scsi_pt_00106f50)()" (parenthesized_expression "(*(code *)PTR_do_scsi_pt_00106f50)" (( "(") (pointer_expression "*(code *)PTR_do_scsi_pt_00106f50" (* "*") (cast_expression "(code *)PTR_do_scsi_pt_00106f50" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_do_scsi_pt_00106f50"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_do_scsi_pt_00106f50)();
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
| null |
void MASKED(void)
{
(*(code *)PTR_MASKED_00106f50)();
return;
}
|
10_i686-linux-gnu-addr2line_and_i686-linux-gnu-addr2line_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_00108050)();
return piVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int * __errno_location(void)
{
int *piVar1;
piVar1 = (int *)(*(code *)PTR___errno_location_00108050)();
return piVar1;
}
|
JMP qword ptr [0x00108050]
| null | null | null | null |
[(u'CAST_-1206968085', u'RETURN_-1206968149'), ('const-0', u'RETURN_-1206968149'), (u'CAST_-1206968086', u'CALLIND_-1206968152'), (u'CALLIND_-1206968152', u'CAST_-1206968085'), (u'INDIRECT_-1206968091', u'COPY_-1206968150'), ('tmp_26', u'CAST_-1206968086'), (u'CALLIND_-1206968152', u'INDIRECT_-1206968091')]
|
[(u'CAST_-1206968085', u'RETURN_-1206968149'), ('const-0', u'RETURN_-1206968149'), (u'CAST_-1206968086', u'CALLIND_-1206968152'), (u'CALLIND_-1206968152', u'CAST_-1206968085'), (u'INDIRECT_-1206968091', u'COPY_-1206968150'), ('tmp_26', u'CAST_-1206968086'), (u'CALLIND_-1206968152', u'INDIRECT_-1206968091')]
| null | null |
001020a0
|
x64
|
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_00108050)();\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_00108050)();\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_00108050)();\n return piVar1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = (int *)(*(code *)PTR___errno_location_00108050)();" (assignment_expression "piVar1 = (int *)(*(code *)PTR___errno_location_00108050)()" identifier = (cast_expression "(int *)(*(code *)PTR___errno_location_00108050)()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR___errno_location_00108050)()" (parenthesized_expression "(*(code *)PTR___errno_location_00108050)" ( (pointer_expression "*(code *)PTR___errno_location_00108050" * (cast_expression "(code *)PTR___errno_location_00108050" ( (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_00108050)();\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_00108050)();\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_00108050)();\n return piVar1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = (int *)(*(code *)PTR___errno_location_00108050)();" (assignment_expression "piVar1 = (int *)(*(code *)PTR___errno_location_00108050)()" identifier = (cast_expression "(int *)(*(code *)PTR___errno_location_00108050)()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR___errno_location_00108050)()" (parenthesized_expression "(*(code *)PTR___errno_location_00108050)" ( (pointer_expression "*(code *)PTR___errno_location_00108050" * (cast_expression "(code *)PTR___errno_location_00108050" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return piVar1;" return identifier ;) })))
|
(translation_unit "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00108050)();\n return piVar1;\n}\n\n" (function_definition "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00108050)();\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_00108050)();\n return piVar1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = (int *)(*(code *)PTR___errno_location_00108050)();" (assignment_expression "piVar1 = (int *)(*(code *)PTR___errno_location_00108050)()" identifier = (cast_expression "(int *)(*(code *)PTR___errno_location_00108050)()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR___errno_location_00108050)()" (parenthesized_expression "(*(code *)PTR___errno_location_00108050)" ( (pointer_expression "*(code *)PTR___errno_location_00108050" * (cast_expression "(code *)PTR___errno_location_00108050" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return piVar1;" return identifier ;) })))
|
(translation_unit (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 ;) })))
|
(function_definition "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00108050)();\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_00108050)();\n return piVar1;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (expression_statement "piVar1 = (int *)(*(code *)PTR___errno_location_00108050)();" (assignment_expression "piVar1 = (int *)(*(code *)PTR___errno_location_00108050)()" (identifier "piVar1") (= "=") (cast_expression "(int *)(*(code *)PTR___errno_location_00108050)()" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR___errno_location_00108050)()" (parenthesized_expression "(*(code *)PTR___errno_location_00108050)" (( "(") (pointer_expression "*(code *)PTR___errno_location_00108050" (* "*") (cast_expression "(code *)PTR___errno_location_00108050" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR___errno_location_00108050"))) () ")")) (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_00108050)();
return piVar1;
}
| null |
(translation_unit (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)))))
| null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int * MASKED(void)
{
int *piVar1;
piVar1 = (int *)(*(code *)PTR_MASKED_00108050)();
return piVar1;
}
|
858_powerpc-linux-gnuspe-as_and_powerpc-linux-gnuspe-as_strip.c
|
bfd_elf_get_obj_attr_int
|
bfd_elf_get_obj_attr_int
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_elf_get_obj_attr_int(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_elf_get_obj_attr_int(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1207508454')]
|
[('const-1', u'RETURN_-1207508454')]
| null | null |
0019e210
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_elf_get_obj_attr_int(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_elf_get_obj_attr_int(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_elf_get_obj_attr_int(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_elf_get_obj_attr_int(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_elf_get_obj_attr_int(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_elf_get_obj_attr_int(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void bfd_elf_get_obj_attr_int(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_elf_get_obj_attr_int(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_elf_get_obj_attr_int(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void bfd_elf_get_obj_attr_int(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_elf_get_obj_attr_int(void)" (identifier "bfd_elf_get_obj_attr_int") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
2879_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
|
do_relocate
|
FUN_0018f7f0
|
/* WARNING: Type propagation algorithm not settling */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void do_relocate(Sized_relobj_incr<32,_false> * this, Symbol_table *
param_1, Layout * layout, Output_file * of) */
void __thiscall
gold::Sized_relobj_incr<32,_false>::do_relocate
(Sized_relobj_incr<32,_false> *this,Symbol_table *param_1,Layout *layout,Output_file *of)
{
byte bVar1;
Output_data_space *pOVar2;
long lVar3;
Output_section *pOVar4;
_func_int_varargs *p_Var5;
int iVar6;
uint uVar7;
uint uVar8;
Output_symtab_xindex *pOVar9;
section_offset_type sVar10;
Xindex *this_00;
Output_file *this_1;
pointer pLVar11;
uint uVar12;
size_t size;
size_t sVar13;
uint uVar14;
ulong uVar15;
Symbol_table *pSVar16;
Layout *this_01;
Layout *__dest;
uchar *puVar17;
uchar *puVar18;
uint uVar19;
uchar *puVar20;
uchar *puVar21;
Stringpool *local_a0;
uchar *local_98;
Stringpool *local_88;
uchar *local_68;
Output_symtab_xindex *local_58;
pair<unsigned_int,_unsigned_int> local_40 [2];
undefined4 extraout_var;
if (this->incr_reloc_count_ == 0) {
return;
}
if (layout->incremental_inputs_ == (Incremental_inputs *)0x0) {
LAB_0018fd1b:
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/incremental.cc",0xa01,"do_relocate");
}
pOVar2 = layout->incremental_inputs_->relocs_section_;
bVar1 = (pOVar2->super_Output_section_data_build).super_Output_section_data.super_Output_data.
field_0x20;
if ((bVar1 & 4) == 0) {
LAB_0018fd7b:
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0xe3,"offset");
}
this_1 = (Output_file *)(ulong)(bVar1 & 2);
lVar3 = (pOVar2->super_Output_section_data_build).super_Output_section_data.super_Output_data.
offset_;
if ((bVar1 & 2) == 0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0xcf,"data_size");
}
size = (pOVar2->super_Output_section_data_build).super_Output_section_data.super_Output_data.
data_size_;
this_01 = (Layout *)this;
if ((lVar3 < 0) ||
(size = size + lVar3, param_1 = (Symbol_table *)of, of->file_size_ < (long)size)) {
LAB_0018fd11:
/* WARNING: Subroutine does not return */
Output_file::get_output_view((Output_file *)this_01,(off_t)param_1,size,this_1);
}
puVar17 = of->base_;
uVar15 = (ulong)(this->incr_reloc_output_index_ << 4);
__dest = (Layout *)(puVar17 + uVar15 + lVar3);
this_01 = __dest;
memcpy(__dest,this->incr_relocs_,(ulong)(this->incr_reloc_count_ << 4));
if (this->incr_reloc_count_ != 0) {
this_01 = (Layout *)
(this->ibase_->section_map_).
super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.
_M_impl._M_start[*(uint *)&__dest->field_0x4];
if (this_01 != (Layout *)0x0) {
uVar19 = 0;
do {
if (*(code **)(*(long *)this_01 + 0x58) == Output_section::do_out_shndx) {
iVar6 = *(int *)((long)&(this_01->namepool_).strings_.
super__List_base<gold::Stringpool_template<char>::Stringdata*,_std::allocator<gold::Stringpool_template<char>::Stringdata*>_>
._M_impl._M_node._M_size + 4);
if (iVar6 == -1) goto LAB_0018fcc9;
}
else {
iVar6 = (**(code **)(*(long *)this_01 + 0x58))();
}
*(int *)&__dest->field_0x4 = iVar6;
uVar19 = uVar19 + 1;
if (this->incr_reloc_count_ <= uVar19) goto LAB_0018f930;
__dest = (Layout *)(puVar17 + uVar19 * 0x10 + uVar15 + lVar3);
this_01 = (Layout *)
(this->ibase_->section_map_).
super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.
_M_impl._M_start[*(uint *)&__dest->field_0x4];
} while (this_01 != (Layout *)0x0);
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/incremental.cc",0xa12,"do_relocate");
}
LAB_0018f930:
pOVar4 = layout->symtab_section_;
if (pOVar4 == (Output_section *)0x0) {
Layout::symtab_section(this_01);
goto LAB_0018fd1b;
}
if (((pOVar4->super_Output_data).field_0x20 & 4) == 0) goto LAB_0018fd7b;
uVar19 = this->local_symbol_count_;
this_1 = (Output_file *)(ulong)uVar19;
uVar12 = uVar19 << 4;
pSVar16 = (Symbol_table *)(ulong)uVar12;
if (uVar12 == 0) {
local_68 = (uchar *)0x0;
}
else {
sVar13 = (ulong)this->local_symbol_offset_ + (pOVar4->super_Output_data).offset_;
size = sVar13;
param_1 = pSVar16;
if (((long)sVar13 < 0) ||
(size = (long)&pSVar16->saw_undefined_ + sVar13, param_1 = (Symbol_table *)of,
of->file_size_ < (long)size)) goto LAB_0018fd11;
local_68 = of->base_ + sVar13;
}
uVar7 = this->output_local_dynsym_count_ << 4;
uVar15 = (ulong)uVar7;
if (uVar7 == 0) {
pOVar9 = layout->symtab_xindex_;
local_58 = layout->dynsym_xindex_;
if (uVar19 == 0) {
return;
}
local_98 = (uchar *)0x0;
}
else {
size = (size_t)this->local_dynsym_offset_;
param_1 = (Symbol_table *)of;
if (of->file_size_ < (long)(size + uVar15)) goto LAB_0018fd11;
local_98 = of->base_ + size;
pOVar9 = layout->symtab_xindex_;
local_58 = layout->dynsym_xindex_;
if (uVar19 == 0) goto LAB_0018fd63;
}
local_88 = &layout->dynpool_;
local_a0 = &layout->sympool_;
uVar19 = 0;
puVar17 = local_98;
puVar21 = local_68;
LAB_0018fa9b:
do {
pLVar11 = (this->local_symbols_).
super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>
._M_impl._M_start + uVar19;
uVar14 = *(uint *)&pLVar11->field_0x14 & 0xfffffff;
if (uVar14 < 0xff00) {
LAB_0018fac2:
pOVar4 = (this->ibase_->section_map_).
super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.
_M_impl._M_start[uVar14];
p_Var5 = (pOVar4->super_Output_data)._vptr_Output_data[0xb];
if (p_Var5 == Output_section::do_out_shndx) {
uVar8 = pOVar4->out_shndx_;
if (uVar8 == 0xffffffff) {
LAB_0018fcc9:
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");
}
}
else {
uVar8 = (*p_Var5)();
}
uVar14 = uVar8;
if (0xfeff < uVar8) {
uVar14 = 0xffffffff;
local_40[0].first = this->local_symbol_index_ + uVar19;
local_40[0].second = uVar8;
std::
vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>
::emplace_back<std::pair<unsigned_int,_unsigned_int>_>(&pOVar9->entries_,local_40);
if ((char)pLVar11->field_0x1b < '\0') {
local_40[0].first = *(uint *)&pLVar11->field_0x18 & 0x7fffffff;
local_40[0].second = uVar8;
std::
vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>
::emplace_back<std::pair<unsigned_int,_unsigned_int>_>(&local_58->entries_,local_40);
}
}
}
else if (uVar14 == 0xffff) {
this_00 = (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_;
if (this_00 == (Xindex *)0x0) {
iVar6 = (*(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]
)(this);
this_00 = (Xindex *)CONCAT44(extraout_var,iVar6);
(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = this_00;
}
uVar14 = Xindex::sym_xindex_to_shndx(this_00,(Object *)this,uVar19);
goto LAB_0018fac2;
}
puVar20 = puVar21 + 0x10;
sVar10 = Stringpool_template<char>::get_offset(local_a0,pLVar11->name);
*(int *)puVar21 = (int)sVar10;
*(Address *)(puVar21 + 4) = pLVar11->st_value;
*(uint *)(puVar21 + 8) = pLVar11->st_size;
bVar1 = pLVar11->field_0x17;
puVar21[0xd] = '\0';
*(short *)(puVar21 + 0xe) = (short)uVar14;
puVar21[0xc] = bVar1 >> 4;
puVar21 = puVar20;
if ((char)pLVar11->field_0x1b < '\0') {
if (local_98 + uVar15 <= puVar17) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/incremental.cc",0xa53,"do_relocate");
}
puVar18 = puVar17 + 0x10;
uVar19 = uVar19 + 1;
sVar10 = Stringpool_template<char>::get_offset(local_88,pLVar11->name);
*(int *)puVar17 = (int)sVar10;
*(Address *)(puVar17 + 4) = pLVar11->st_value;
*(uint *)(puVar17 + 8) = pLVar11->st_size;
bVar1 = pLVar11->field_0x17;
puVar17[0xd] = '\0';
*(short *)(puVar17 + 0xe) = (short)uVar14;
puVar17[0xc] = bVar1 >> 4;
puVar17 = puVar18;
if (this->local_symbol_count_ <= uVar19) break;
goto LAB_0018fa9b;
}
uVar19 = uVar19 + 1;
puVar18 = puVar17;
} while (uVar19 < this->local_symbol_count_);
if ((uVar12 != 0) && ((Symbol_table *)(puVar20 + -(long)local_68) != pSVar16)) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/incremental.cc",0xa62,"do_relocate");
}
if ((uVar7 == 0) || ((long)puVar18 - (long)local_98 == uVar15)) {
return;
}
LAB_0018fd63:
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/incremental.cc",0xa69,"do_relocate");
}
|
void FUN_0018f7f0(long *param_1,undefined8 param_2,long param_3,long param_4)
{
byte bVar1;
code *pcVar2;
int iVar3;
uint uVar4;
undefined4 uVar5;
uint uVar6;
undefined4 *puVar7;
long lVar8;
uint uVar9;
ulong uVar10;
uint uVar11;
long *plVar12;
void *__dest;
undefined4 *puVar13;
undefined4 *puVar14;
uint uVar15;
long lVar16;
undefined4 *puVar17;
undefined4 *puVar18;
long local_a0;
undefined4 *local_98;
long local_88;
undefined4 *local_68;
long local_58;
uint local_40;
uint local_3c;
if (*(int *)((long)param_1 + 0x15c) == 0) {
return;
}
if (*(long *)(param_3 + 0x378) == 0) {
LAB_0018fd1b:
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate");
}
lVar8 = *(long *)(*(long *)(param_3 + 0x378) + 0x68);
if ((*(byte *)(lVar8 + 0x20) & 4) == 0) {
LAB_0018fd7b:
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/output.h",0xe3,"offset");
}
lVar16 = *(long *)(lVar8 + 0x18);
if ((*(byte *)(lVar8 + 0x20) & 2) == 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/output.h",0xcf,"data_size");
}
if ((lVar16 < 0) || (*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16)) {
LAB_0018fd11:
/* WARNING: Subroutine does not return */
FUN_00182e30();
}
lVar16 = lVar16 + *(long *)(param_4 + 0x18);
uVar10 = (ulong)(uint)((int)param_1[0x2c] << 4);
__dest = (void *)(lVar16 + uVar10);
memcpy(__dest,(void *)param_1[0x2d],(ulong)(uint)(*(int *)((long)param_1 + 0x15c) << 4));
if (*(int *)((long)param_1 + 0x15c) != 0) {
plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8);
if (plVar12 != (long *)0x0) {
uVar15 = 0;
do {
if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {
iVar3 = *(int *)((long)plVar12 + 0x7c);
if (iVar3 == -1) goto LAB_0018fcc9;
}
else {
iVar3 = (**(code **)(*plVar12 + 0x58))();
}
*(int *)((long)__dest + 4) = iVar3;
uVar15 = uVar15 + 1;
if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;
__dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);
plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +
(ulong)*(uint *)((long)__dest + 4) * 8);
} while (plVar12 != (long *)0x0);
}
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/incremental.cc",0xa12,"do_relocate");
}
LAB_0018f930:
lVar8 = *(long *)(param_3 + 0x2d0);
if (lVar8 == 0) {
FUN_00182e10();
goto LAB_0018fd1b;
}
if ((*(byte *)(lVar8 + 0x20) & 4) == 0) goto LAB_0018fd7b;
iVar3 = (int)param_1[0x24];
uVar15 = iVar3 << 4;
if (uVar15 == 0) {
local_68 = (undefined4 *)0x0;
}
else {
lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18);
if ((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))
goto LAB_0018fd11;
local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18));
}
uVar4 = *(int *)((long)param_1 + 0x124) << 4;
uVar10 = (ulong)uVar4;
if (uVar4 == 0) {
lVar8 = *(long *)(param_3 + 0x2d8);
local_58 = *(long *)(param_3 + 0x2e8);
if (iVar3 == 0) {
return;
}
local_98 = (undefined4 *)0x0;
}
else {
if (*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)) goto LAB_0018fd11;
local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18));
lVar8 = *(long *)(param_3 + 0x2d8);
local_58 = *(long *)(param_3 + 0x2e8);
if (iVar3 == 0) goto LAB_0018fd63;
}
local_88 = param_3 + 0x130;
local_a0 = param_3 + 0xa0;
uVar11 = 0;
puVar13 = local_98;
puVar18 = local_68;
LAB_0018fa9b:
do {
puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e]);
uVar9 = puVar7[5] & 0xfffffff;
if (uVar9 < 0xff00) {
LAB_0018fac2:
plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);
pcVar2 = *(code **)(*plVar12 + 0x58);
if (pcVar2 == FUN_001869e0) {
uVar6 = *(uint *)((long)plVar12 + 0x7c);
if (uVar6 == 0xffffffff) {
LAB_0018fcc9:
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");
}
}
else {
uVar6 = (*pcVar2)();
}
uVar9 = uVar6;
if (0xfeff < uVar6) {
uVar9 = 0xffffffff;
local_40 = (int)param_1[0x25] + uVar11;
local_3c = uVar6;
FUN_0018f7c0(lVar8 + 0x38,&local_40);
if (*(char *)((long)puVar7 + 0x1b) < '\0') {
local_40 = puVar7[6] & 0x7fffffff;
local_3c = uVar6;
FUN_0018f7c0(local_58 + 0x38,&local_40);
}
}
}
else if (uVar9 == 0xffff) {
lVar16 = param_1[8];
if (lVar16 == 0) {
lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);
param_1[8] = lVar16;
}
uVar9 = FUN_001bd230(lVar16,param_1,uVar11);
goto LAB_0018fac2;
}
puVar17 = puVar18 + 4;
uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2));
*puVar18 = uVar5;
puVar18[1] = *puVar7;
puVar18[2] = puVar7[4];
bVar1 = *(byte *)((long)puVar7 + 0x17);
*(undefined1 *)((long)puVar18 + 0xd) = 0;
*(short *)((long)puVar18 + 0xe) = (short)uVar9;
*(byte *)(puVar18 + 3) = bVar1 >> 4;
puVar18 = puVar17;
if (*(char *)((long)puVar7 + 0x1b) < '\0') {
if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");
}
puVar14 = puVar13 + 4;
uVar11 = uVar11 + 1;
uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));
*puVar13 = uVar5;
puVar13[1] = *puVar7;
puVar13[2] = puVar7[4];
bVar1 = *(byte *)((long)puVar7 + 0x17);
*(undefined1 *)((long)puVar13 + 0xd) = 0;
*(short *)((long)puVar13 + 0xe) = (short)uVar9;
*(byte *)(puVar13 + 3) = bVar1 >> 4;
puVar13 = puVar14;
if (*(uint *)(param_1 + 0x24) <= uVar11) break;
goto LAB_0018fa9b;
}
uVar11 = uVar11 + 1;
puVar14 = puVar13;
} while (uVar11 < *(uint *)(param_1 + 0x24));
if ((uVar15 != 0) && ((long)puVar17 - (long)local_68 != (ulong)uVar15)) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/incremental.cc",0xa62,"do_relocate");
}
if ((uVar4 == 0) || ((long)puVar14 - (long)local_98 == uVar10)) {
return;
}
LAB_0018fd63:
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/incremental.cc",0xa69,"do_relocate");
}
|
MOV EAX,dword ptr [RDI + 0x15c]
TEST EAX,EAX
JZ 0x0018fc78
PUSH R15
PUSH R14
MOV R14,RDI
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x78
MOV qword ptr [RSP + 0x20],RDX
MOV RDX,qword ptr [RDX + 0x378]
MOV qword ptr [RSP + 0x8],RCX
TEST RDX,RDX
JZ 0x0018fd1b
MOV RDX,qword ptr [RDX + 0x68]
MOVZX ECX,byte ptr [RDX + 0x20]
TEST CL,0x4
JZ 0x0018fd7b
AND ECX,0x2
MOV R15,qword ptr [RDX + 0x18]
JZ 0x0018fd33
MOV RDX,qword ptr [RDX + 0x10]
TEST R15,R15
JS 0x0018fd11
MOV RSI,qword ptr [RSP + 0x8]
ADD RDX,R15
CMP qword ptr [RSI + 0x10],RDX
JL 0x0018fd11
MOV EDX,dword ptr [RDI + 0x160]
MOV RCX,qword ptr [RSP + 0x8]
SHL EAX,0x4
MOV RSI,qword ptr [RDI + 0x168]
SHL EDX,0x4
ADD R15,qword ptr [RCX + 0x18]
MOV EBX,EDX
MOV EDX,EAX
LEA R12,[R15 + RBX*0x1]
MOV RDI,R12
CALL 0x00147aa0
MOV ECX,dword ptr [R14 + 0x15c]
TEST ECX,ECX
JZ 0x0018f930
MOV RAX,qword ptr [R14 + 0xf8]
MOV EDX,dword ptr [R12 + 0x4]
MOV RAX,qword ptr [RAX + 0x90]
MOV RDI,qword ptr [RAX + RDX*0x8]
TEST RDI,RDI
JZ 0x0018fce1
XOR R13D,R13D
LEA RBP,[0x1869e0]
JMP 0x0018f91b
MOV EAX,dword ptr [RDI + 0x7c]
CMP EAX,-0x1
JZ 0x0018fcc9
MOV dword ptr [R12 + 0x4],EAX
ADD R13D,0x1
CMP dword ptr [R14 + 0x15c],R13D
JBE 0x0018f930
MOV R12D,R13D
MOV RAX,qword ptr [R14 + 0xf8]
SHL R12D,0x4
ADD R12,RBX
MOV RAX,qword ptr [RAX + 0x90]
ADD R12,R15
MOV EDX,dword ptr [R12 + 0x4]
MOV RDI,qword ptr [RAX + RDX*0x8]
TEST RDI,RDI
JZ 0x0018fce1
MOV RAX,qword ptr [RDI]
MOV RAX,qword ptr [RAX + 0x58]
CMP RAX,RBP
JZ 0x0018f8d0
CALL RAX
JMP 0x0018f8dc
MOV RAX,qword ptr [RSP + 0x20]
MOV RAX,qword ptr [RAX + 0x2d0]
TEST RAX,RAX
JZ 0x0018fd16
TEST byte ptr [RAX + 0x20],0x4
JZ 0x0018fd7b
MOV ECX,dword ptr [R14 + 0x120]
MOV EDX,ECX
SHL EDX,0x4
MOV ESI,EDX
MOV dword ptr [RSP + 0x48],EDX
MOV qword ptr [RSP + 0x58],RSI
JZ 0x0018fb70
MOV EDX,dword ptr [R14 + 0x12c]
ADD RDX,qword ptr [RAX + 0x18]
MOV RAX,RDX
JS 0x0018fd11
LEA RDX,[RDX + RSI*0x1]
MOV RSI,qword ptr [RSP + 0x8]
CMP RDX,qword ptr [RSI + 0x10]
JG 0x0018fd11
ADD RAX,qword ptr [RSI + 0x18]
MOV qword ptr [RSP + 0x40],RAX
MOV EAX,dword ptr [R14 + 0x124]
SHL EAX,0x4
MOV ESI,EAX
MOV dword ptr [RSP + 0x4c],EAX
MOV qword ptr [RSP + 0x18],RSI
JZ 0x0018fc80
MOV EDX,dword ptr [R14 + 0x130]
LEA RAX,[RDX + RSI*0x1]
MOV RSI,qword ptr [RSP + 0x8]
CMP RAX,qword ptr [RSI + 0x10]
JG 0x0018fd11
ADD RDX,qword ptr [RSI + 0x18]
MOV RSI,qword ptr [RSP + 0x20]
MOV qword ptr [RSP + 0x10],RDX
LEA RDX,[RSI + 0xa0]
MOV RAX,qword ptr [RSI + 0x2d8]
MOV qword ptr [RSP + 0x8],RDX
LEA RDX,[RSI + 0x130]
MOV qword ptr [RSP + 0x20],RDX
MOV RDX,qword ptr [RSI + 0x2e8]
MOV qword ptr [RSP + 0x50],RDX
TEST ECX,ECX
JZ 0x0018fd63
LEA RCX,[RSP + 0x68]
ADD RAX,0x38
MOV R12,qword ptr [RSP + 0x10]
XOR EBP,EBP
MOV R15,qword ptr [RSP + 0x40]
MOV qword ptr [RSP + 0x30],RCX
MOV qword ptr [RSP + 0x38],RAX
JMP 0x0018fa9b
CMP EBX,0xffff
JZ 0x0018fc30
MOV RSI,qword ptr [R13 + 0x8]
MOV RDI,qword ptr [RSP + 0x8]
ADD R15,0x10
CALL 0x0026df00
MOV dword ptr [R15 + -0x10],EAX
MOV EAX,dword ptr [R13]
MOV dword ptr [R15 + -0xc],EAX
MOV EAX,dword ptr [R13 + 0x10]
MOV dword ptr [R15 + -0x8],EAX
MOVZX EAX,byte ptr [R13 + 0x17]
MOV byte ptr [R15 + -0x3],0x0
SHR AL,0x4
MOV word ptr [R15 + -0x2],BX
MOV byte ptr [R15 + -0x4],AL
CMP byte ptr [R13 + 0x1b],0x0
JS 0x0018fb80
ADD EBP,0x1
CMP dword ptr [R14 + 0x120],EBP
JBE 0x0018fbe5
MOV ECX,EBP
SHL RCX,0x5
ADD RCX,qword ptr [R14 + 0x170]
MOV EBX,dword ptr [RCX + 0x14]
MOV R13,RCX
AND EBX,0xfffffff
MOV EAX,EBX
CMP EBX,0xfeff
JA 0x0018fa38
MOV RDX,qword ptr [R14 + 0xf8]
MOV EAX,EAX
LEA RSI,[0x1869e0]
MOV RDX,qword ptr [RDX + 0x90]
MOV RDI,qword ptr [RDX + RAX*0x8]
MOV RAX,qword ptr [RDI]
MOV RAX,qword ptr [RAX + 0x58]
CMP RAX,RSI
JNZ 0x0018fc50
MOV EAX,dword ptr [RDI + 0x7c]
CMP EAX,-0x1
JZ 0x0018fcc9
MOV EBX,EAX
CMP EAX,0xfeff
JBE 0x0018fa44
MOV EDX,dword ptr [R14 + 0x128]
MOV RSI,qword ptr [RSP + 0x30]
MOV dword ptr [RSP + 0x6c],EAX
MOV EBX,0xffffffff
MOV RDI,qword ptr [RSP + 0x38]
MOV dword ptr [RSP + 0x2c],EAX
ADD EDX,EBP
MOV dword ptr [RSP + 0x68],EDX
CALL 0x0018f7c0
CMP byte ptr [R13 + 0x1b],0x0
MOV EAX,dword ptr [RSP + 0x2c]
JNS 0x0018fa44
MOV EDX,dword ptr [R13 + 0x18]
MOV RSI,qword ptr [RSP + 0x30]
MOV dword ptr [RSP + 0x6c],EAX
MOV RAX,qword ptr [RSP + 0x50]
AND EDX,0x7fffffff
LEA RDI,[RAX + 0x38]
MOV dword ptr [RSP + 0x68],EDX
CALL 0x0018f7c0
JMP 0x0018fa44
MOV qword ptr [RSP + 0x40],0x0
JMP 0x0018f99c
MOV RAX,qword ptr [RSP + 0x10]
ADD RAX,qword ptr [RSP + 0x18]
CMP R12,RAX
JNC 0x0018fcf9
MOV RSI,qword ptr [R13 + 0x8]
MOV RDI,qword ptr [RSP + 0x20]
ADD R12,0x10
ADD EBP,0x1
CALL 0x0026df00
MOV dword ptr [R12 + -0x10],EAX
MOV EAX,dword ptr [R13]
MOV dword ptr [R12 + -0xc],EAX
MOV EAX,dword ptr [R13 + 0x10]
MOV dword ptr [R12 + -0x8],EAX
MOVZX EAX,byte ptr [R13 + 0x17]
MOV byte ptr [R12 + -0x3],0x0
SHR AL,0x4
MOV word ptr [R12 + -0x2],BX
MOV byte ptr [R12 + -0x4],AL
CMP dword ptr [R14 + 0x120],EBP
JA 0x0018fa9b
MOV EDX,dword ptr [RSP + 0x48]
TEST EDX,EDX
JZ 0x0018fc00
MOV RAX,R15
SUB RAX,qword ptr [RSP + 0x40]
CMP RAX,qword ptr [RSP + 0x58]
JNZ 0x0018fd4b
MOV EAX,dword ptr [RSP + 0x4c]
TEST EAX,EAX
JZ 0x0018fc18
SUB R12,qword ptr [RSP + 0x10]
CMP R12,qword ptr [RSP + 0x18]
JNZ 0x0018fd63
ADD RSP,0x78
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV RDI,qword ptr [R14 + 0x40]
TEST RDI,RDI
JZ 0x0018fc60
MOV EDX,EBP
MOV RSI,R14
CALL 0x001bd230
JMP 0x0018fac2
CALL RAX
JMP 0x0018faf9
MOV RAX,qword ptr [R14]
MOV RDI,R14
CALL qword ptr [RAX + 0xd8]
MOV RDI,RAX
MOV qword ptr [R14 + 0x40],RAX
JMP 0x0018fc39
RET
MOV RAX,qword ptr [RSP + 0x20]
LEA RSI,[RAX + 0xa0]
MOV qword ptr [RSP + 0x8],RSI
LEA RSI,[RAX + 0x130]
MOV qword ptr [RSP + 0x20],RSI
MOV RSI,RAX
MOV RAX,qword ptr [RAX + 0x2d8]
MOV RDX,qword ptr [RSI + 0x2e8]
MOV qword ptr [RSP + 0x50],RDX
TEST ECX,ECX
JZ 0x0018fc18
MOV qword ptr [RSP + 0x10],0x0
JMP 0x0018fa12
LEA RDX,[0x375440]
MOV ESI,0x1043
LEA RDI,[0x373454]
CALL 0x0017c650
LEA RDX,[0x374c58]
MOV ESI,0xa12
LEA RDI,[0x373468]
CALL 0x0017c650
LEA RDX,[0x374c58]
MOV ESI,0xa53
LEA RDI,[0x373468]
CALL 0x0017c650
CALL 0x00182e30
CALL 0x00182e10
LEA RDX,[0x374c58]
MOV ESI,0xa01
LEA RDI,[0x373468]
CALL 0x0017c650
LEA RDX,[0x375338]
MOV ESI,0xcf
LEA RDI,[0x373454]
CALL 0x0017c650
LEA RDX,[0x374c58]
MOV ESI,0xa62
LEA RDI,[0x373468]
CALL 0x0017c650
LEA RDX,[0x374c58]
MOV ESI,0xa69
LEA RDI,[0x373468]
CALL 0x0017c650
LEA RDX,[0x375342]
MOV ESI,0xe3
LEA RDI,[0x373454]
CALL 0x0017c650
| null | null | null | null |
[(u'PTRSUB_-1207432901', u'LOAD_-1207437076'), (u'INT_EQUAL_-1207435153', u'CBRANCH_-1207435152'), ('const-433', u'LOAD_-1207434698'), (u'INT_ZEXT_-1207433962', u'PTRADD_-1207432226'), (u'CAST_-1207432723', u'COPY_-1207432798'), ('const-433', u'LOAD_-1207435773'), (u'LOAD_-1207437207', u'PTRSUB_-1207432980'), (u'INT_LESS_-1207435568', u'CBRANCH_-1207435577'), ('const-2658', u'CALL_-1207434729'), (u'PTRSUB_-1207432571', u'LOAD_-1207436381'), ('const-433', u'LOAD_-1207436874'), ('tmp_4037', u'PTRSUB_-1207431730'), (u'CAST_-1207432498', u'COPY_-1207432562'), (u'PTRSUB_-1207432822', u'PTRSUB_-1207432821'), (u'INDIRECT_-1207432359', u'MULTIEQUAL_-1207432619'), (u'MULTIEQUAL_-1207433248', u'CAST_-1207431788'), (u'INDIRECT_-1207432699', u'MULTIEQUAL_-1207432619'), (u'LOAD_-1207435595', u'CAST_-1207432018'), ('const-0', u'INT_EQUAL_-1207437180'), (u'PTRSUB_-1207432666', u'LOAD_-1207436568'), ('const-1', u'RETURN_-1207434724'), (u'PTRSUB_-1207431767', u'LOAD_-1207434796'), (u'COPY_-1207432272', u'MULTIEQUAL_-1207433248'), (u'INT_ZEXT_-1207433994', u'PTRADD_-1207432168'), (u'PTRADD_-1207435019', u'CAST_-1207431870'), (u'PTRSUB_-1207432751', u'LOAD_-1207436755'), (u'LOAD_-1207437207', u'PTRSUB_-1207432957'), ('tmp_4035', u'PTRSUB_-1207432738'), (u'PTRADD_-1207435035', u'CAST_-1207431880'), ('const-433', u'LOAD_-1207436252'), ('tmp_160', u'CBRANCH_-1207437212'), ('tmp_4035', u'PTRSUB_-1207433044'), ('const-0', u'INT_EQUAL_-1207436469'), (u'PTRSUB_-1207432647', u'LOAD_-1207436537'), (u'CAST_-1207432197', u'STORE_-1207435649'), ('const-433', u'LOAD_-1207436435'), ('const-0', u'PTRSUB_-1207432235'), (u'PTRSUB_-1207432978', u'PTRSUB_-1207432976'), ('tmp_1130', u'CBRANCH_-1207436610'), ('const-433', u'LOAD_-1207437244'), (u'LOAD_-1207437100', u'INT_SLESS_-1207437074'), (u'PTRSUB_-1207432737', u'LOAD_-1207436874'), (u'MULTIEQUAL_-1207433078', u'COPY_-1207432371'), ('const-0', u'INT_EQUAL_-1207436286'), ('tmp_4037', u'PTRSUB_-1207432479'), ('const-0', u'SUBPIECE_-1207434103'), (u'LOAD_-1207437200', u'INT_AND_-1207433789'), (u'CAST_-1207432380', u'COPY_-1207432484'), (u'PTRSUB_-1207432985', u'LOAD_-1207437207'), ('tmp_3673', u'CBRANCH_-1207435360'), ('tmp_1728', u'CBRANCH_-1207436205'), (u'CAST_-1207432459', u'INT_ADD_-1207432628'), (u'CAST_-1207432444', u'COPY_-1207432547'), ('const-433', u'LOAD_-1207436631'), ('const-1', u'PTRADD_-1207434953'), ('const-0', u'PTRSUB_-1207432300'), ('const-433', u'LOAD_-1207435756'), ('const-0', u'INT_NOTEQUAL_-1207436843'), (u'MULTIEQUAL_-1207433539', u'PTRADD_-1207435581'), ('tmp_1362', u'CBRANCH_-1207436440'), (u'PTRADD_-1207436589', u'CAST_-1207432587'), (u'COPY_-1207433776', u'MULTIEQUAL_-1207433631'), (u'CALL_-1207435114', u'INDIRECT_-1207432359'), ('const-3626048', u'COPY_-1207431850'), ('const-16', u'PTRADD_-1207435082'), ('const-1', u'RETURN_-1207434457'), ('const-433', u'STORE_-1207435079'), (u'COPY_-1207432864', u'MULTIEQUAL_-1207433006'), ('tmp_240', u'CBRANCH_-1207437151'), ('const-16', u'PTRSUB_-1207432505'), (u'LOAD_-1207435762', u'PTRSUB_-1207432145'), (u'MULTIEQUAL_-1207432519', u'MULTIEQUAL_-1207432707'), ('const-0', u'INT_SLESS_-1207435620'), (u'INDIRECT_-1207432734', u'MULTIEQUAL_-1207432323'), (u'PTRADD_-1207435002', u'STORE_-1207435062'), (u'CAST_-1207432675', u'MULTIEQUAL_-1207433983'), (u'MULTIEQUAL_-1207433539', u'PTRADD_-1207435637'), ('const-433', u'STORE_-1207435649'), (u'PTRSUB_-1207432190', u'PTRSUB_-1207432185'), (u'LOAD_-1207436123', u'MULTIEQUAL_-1207432854'), (u'PTRSUB_-1207433044', u'LOAD_-1207437325'), (u'CAST_-1207432215', u'STORE_-1207435713'), (u'INT_EQUAL_-1207435365', u'CBRANCH_-1207435360'), (u'CAST_-1207431709', u'STORE_-1207434768'), (u'MULTIEQUAL_-1207433960', u'MULTIEQUAL_-1207432964'), ('const-0', u'PTRSUB_-1207432821'), (u'PTRSUB_-1207432659', u'PTRSUB_-1207432654'), (u'PTRSUB_-1207431790', u'PTRSUB_-1207431788'), (u'INT_EQUAL_-1207436286', u'CBRANCH_-1207436257'), (u'PTRSUB_-1207432560', u'LOAD_-1207436351'), (u'LOAD_-1207436351', u'PTRADD_-1207436287'), ('const-0', u'COPY_-1207434979'), (u'CAST_-1207432763', u'INT_SLESS_-1207437074'), (u'PTRSUB_-1207432654', u'LOAD_-1207436663'), ('tmp_4035', u'PTRSUB_-1207431810'), (u'MULTIEQUAL_-1207433579', u'PTRADD_-1207435082'), ('const-0', u'INT_SLESS_-1207437126'), ('const-88', u'INT_ADD_-1207436714'), (u'CAST_-1207432577', u'MULTIEQUAL_-1207433983'), (u'LOAD_-1207436631', u'CAST_-1207432577'), ('const-1', u'RETURN_-1207434593'), (u'COPY_-1207431729', u'CALL_-1207434729'), (u'INT_SLESS_-1207435620', u'CBRANCH_-1207435617'), ('const-32', u'PTRADD_-1207432226'), (u'PTRSUB_-1207432598', u'PTRSUB_-1207432596'), ('const-0', u'INT_NOTEQUAL_-1207436611'), (u'INT_AND_-1207435814', u'MULTIEQUAL_-1207433156'), ('const-0', u'PTRSUB_-1207432777'), (u'LOAD_-1207434863', u'MULTIEQUAL_-1207433193'), (u'LOAD_-1207437146', u'COPY_-1207432870'), (u'INT_EQUAL_-1207436546', u'CBRANCH_-1207436544'), (u'LOAD_-1207436517', u'INT_LEFT_-1207436474'), (u'MULTIEQUAL_-1207433983', u'MULTIEQUAL_-1207434045'), (u'CAST_-1207432473', u'INT_SLESS_-1207436407'), (u'LOAD_-1207437160', u'INT_SLESS_-1207437126'), (u'CALLIND_-1207436699', u'INDIRECT_-1207433008'), ('const-24', u'PTRSUB_-1207432596'), ('const-0', u'INT_EQUAL_-1207436546'), (u'COPY_-1207431778', u'CALL_-1207434509'), ('const-433', u'LOAD_-1207437017'), ('const-433', u'LOAD_-1207437076'), (u'PTRSUB_-1207432886', u'LOAD_-1207437017'), (u'MULTIEQUAL_-1207433193', u'CALL_-1207434827'), ('tmp_4035', u'PTRSUB_-1207432296'), (u'MULTIEQUAL_-1207433539', u'PTRADD_-1207435589'), (u'PTRSUB_-1207432259', u'LOAD_-1207435636'), ('tmp_4037', u'PTRSUB_-1207431738'), ('const-433', u'STORE_-1207435713'), (u'LOAD_-1207436158', u'MULTIEQUAL_-1207434091'), (u'LOAD_-1207436517', u'INT_EQUAL_-1207434658'), (u'INT_ADD_-1207436224', u'CAST_-1207432381'), ('const-433', u'LOAD_-1207435750'), (u'PTRSUB_-1207432953', u'PTRSUB_-1207432951'), (u'PTRSUB_-1207431794', u'PTRSUB_-1207431792'), (u'COPY_-1207431838', u'CALL_-1207435611'), (u'MULTIEQUAL_-1207432288', u'MULTIEQUAL_-1207431903'), (u'COPY_-1207434652', u'MULTIEQUAL_-1207433172'), ('const-4294967295', u'COPY_-1207433135'), (u'PTRSUB_-1207432723', u'PTRSUB_-1207432722'), (u'LOAD_-1207434688', u'MULTIEQUAL_-1207432854'), ('tmp_4035', u'PTRSUB_-1207432522'), (u'PTRADD_-1207432226', u'PTRSUB_-1207432323'), ('tmp_778', u'BRANCH_-1207436815'), (u'PTRSUB_-1207431792', u'PTRSUB_-1207431790'), ('const-1599968', u'PTRSUB_-1207432305'), ('const-0', u'INT_SLESS_-1207435579'), (u'INT_AND_-1207437147', u'INT_ZEXT_-1207434577'), ('const-20', u'PTRSUB_-1207432217'), (u'MULTIEQUAL_-1207432973', u'MULTIEQUAL_-1207432619'), ('const-433', u'LOAD_-1207436736'), (u'CAST_-1207432688', u'LOAD_-1207436883'), ('const-0', u'PTRSUB_-1207432582'), (u'PTRADD_-1207435589', u'CAST_-1207432197'), ('const-104', u'PTRSUB_-1207432985'), ('const-0', u'INT_EQUAL_-1207434844'), ('const-304', u'PTRSUB_-1207432458'), (u'MULTIEQUAL_-1207433211', u'CALL_-1207434827'), (u'LOAD_-1207436893', u'PTRSUB_-1207432822'), ('const-0', u'INT_SLESS_-1207436407'), ('tmp_3024', u'CBRANCH_-1207435152'), (u'LOAD_-1207436730', u'INT_EQUAL_-1207436710'), (u'CAST_-1207431709', u'MULTIEQUAL_-1207433193'), ('const-0', u'STORE_-1207435697'), ('const-0', u'RETURN_-1207435052'), ('const-8', u'PTRSUB_-1207432323'), (u'INT_RIGHT_-1207435026', u'STORE_-1207435004'), (u'PTRSUB_-1207432087', u'CALL_-1207435496'), ('const-1', u'PTRADD_-1207435581'), ('tmp_2807', u'CBRANCH_-1207435617'), ('const-64', u'PTRSUB_-1207431788'), (u'INT_ADD_-1207432821', u'CAST_-1207432643'), (u'MULTIEQUAL_-1207433579', u'INT_LESSEQUAL_-1207435168'), (u'INT_AND_-1207433777', u'INT_EQUAL_-1207437160'), ('const-0', u'PTRSUB_-1207432953'), (u'INT_NOTEQUAL_-1207436611', u'CBRANCH_-1207436610'), (u'LOAD_-1207434998', u'INT_LESSEQUAL_-1207434965'), (u'COPY_-1207431850', u'CALL_-1207434706'), (u'LOAD_-1207436517', u'INT_ZEXT_-1207434296'), (u'INT_SLESS_-1207436198', u'CBRANCH_-1207436205'), (u'PTRADD_-1207432226', u'PTRSUB_-1207432062'), ('const-1', u'PTRADD_-1207435002'), (u'PIECE_-1207433518', u'CAST_-1207431709'), ('const-433', u'LOAD_-1207436226'), ('const-433', u'LOAD_-1207435722'), (u'MULTIEQUAL_-1207433027', u'MULTIEQUAL_-1207433093'), ('const-248', u'PTRSUB_-1207432836'), (u'PTRADD_-1207435581', u'STORE_-1207435641'), (u'COPY_-1207431685', u'CALL_-1207434424'), ('const-433', u'LOAD_-1207437200'), ('tmp_274', u'CBRANCH_-1207437125'), ('const-14', u'PTRADD_-1207434953'), (u'CAST_-1207432498', u'INT_NOTEQUAL_-1207435182'), ('const-4', u'PTRSUB_-1207432761'), (u'CALL_-1207434706', u'INDIRECT_-1207432051'), (u'LOAD_-1207436252', u'INT_ZEXT_-1207434092'), ('const-3617896', u'COPY_-1207431778'), ('const-433', u'STORE_-1207436775'), (u'INT_AND_-1207435814', u'MULTIEQUAL_-1207433287'), ('const-433', u'LOAD_-1207436922'), (u'MULTIEQUAL_-1207432854', u'PTRSUB_-1207432087'), (u'CALLIND_-1207436699', u'INDIRECT_-1207433997'), (u'PTRSUB_-1207432240', u'LOAD_-1207435795'), ('tmp_3707', u'CBRANCH_-1207434842'), ('tmp_4035', u'PTRSUB_-1207432751'), (u'SUBPIECE_-1207433804', u'STORE_-1207435013'), (u'PTRSUB_-1207431863', u'PTRSUB_-1207431861'), (u'PTRADD_-1207435132', u'INT_LESSEQUAL_-1207435168'), (u'INT_ADD_-1207432913', u'PTRADD_-1207436878'), ('const-433', u'LOAD_-1207434688'), (u'CALL_-1207436924', u'INDIRECT_-1207433163'), ('tmp_748', u'CBRANCH_-1207436842'), (u'CALLIND_-1207434776', u'PIECE_-1207433518'), (u'INT_ZEXT_-1207434595', u'INT_AND_-1207437147'), ('const-13', u'PTRADD_-1207435637'), (u'INT_LESS_-1207435665', u'CBRANCH_-1207435674'), ('const-360', u'PTRSUB_-1207432886'), (u'MULTIEQUAL_-1207433172', u'PTRADD_-1207435132'), (u'INT_ADD_-1207436402', u'CAST_-1207432473'), (u'MULTIEQUAL_-1207432654', u'MULTIEQUAL_-1207432742'), ('const-1', u'PTRADD_-1207435668'), ('const-2147483647', u'INT_AND_-1207435505'), (u'PTRSUB_-1207432606', u'LOAD_-1207436435'), (u'INT_EQUAL_-1207435730', u'CBRANCH_-1207435727'), ('const-433', u'LOAD_-1207436641'), ('const-0', u'PTRSUB_-1207431794'), ('tmp_1658', u'CBRANCH_-1207436257'), ('tmp_4036', u'COPY_-1207432864'), (u'INT_EQUAL_-1207434844', u'CBRANCH_-1207434842'), (u'INDIRECT_-1207432246', u'MULTIEQUAL_-1207432613'), ('tmp_2249', u'CBRANCH_-1207435727'), ('const-433', u'LOAD_-1207437207'), (u'LOAD_-1207436730', u'CALLIND_-1207436699'), ('const-8', u'PTRADD_-1207435019'), (u'INDIRECT_-1207433198', u'MULTIEQUAL_-1207433008'), (u'CAST_-1207432156', u'LOAD_-1207435851'), (u'PTRSUB_-1207432980', u'PTRSUB_-1207432978'), (u'MULTIEQUAL_-1207433078', u'CAST_-1207431814'), (u'PTRSUB_-1207431976', u'LOAD_-1207435161'), ('const-0', u'INT_EQUAL_-1207436525'), ('const-3624024', u'COPY_-1207431724'), (u'MULTIEQUAL_-1207432578', u'MULTIEQUAL_-1207432054'), (u'CAST_-1207432567', u'LOAD_-1207436730'), (u'INT_ZEXT_-1207434373', u'PTRADD_-1207432726'), (u'PTRSUB_-1207432836', u'LOAD_-1207436893'), ('const-433', u'STORE_-1207435013'), (u'PTRSUB_-1207432957', u'PTRSUB_-1207432955'), (u'PTRADD_-1207432226', u'PTRSUB_-1207432217'), (u'MULTIEQUAL_-1207433211', u'INT_ADD_-1207435604'), ('const-65280', u'INT_LESS_-1207435792'), (u'LOAD_-1207437244', u'INT_EQUAL_-1207437214'), (u'CALLIND_-1207436699', u'INDIRECT_-1207433043'), (u'INT_SLESS_-1207437074', u'CBRANCH_-1207437081'), ('const-0', u'INT_EQUAL_-1207435153'), ('tmp_1858', u'CBRANCH_-1207436092'), (u'CALL_-1207435746', u'INDIRECT_-1207432699'), ('const-4', u'INT_AND_-1207433789'), ('const-433', u'STORE_-1207435728'), (u'PTRSUB_-1207431859', u'LOAD_-1207434863'), (u'CAST_-1207432723', u'MULTIEQUAL_-1207433959'), (u'LOAD_-1207436517', u'INT_EQUAL_-1207436093'), (u'CALLIND_-1207436699', u'MULTIEQUAL_-1207433695'), (u'PTRSUB_-1207431929', u'LOAD_-1207435073'), (u'PTRSUB_-1207432596', u'LOAD_-1207436420'), (u'MULTIEQUAL_-1207432992', u'MULTIEQUAL_-1207433058'), (u'COPY_-1207432845', u'MULTIEQUAL_-1207433006'), (u'INDIRECT_-1207432699', u'MULTIEQUAL_-1207432288'), ('const-16', u'PTRSUB_-1207432785'), (u'MULTIEQUAL_-1207433058', u'MULTIEQUAL_-1207432992'), (u'LOAD_-1207437160', u'INT_ADD_-1207432784'), ('const-348', u'PTRSUB_-1207432852'), (u'COPY_-1207431773', u'CALL_-1207434509'), ('const-27', u'PTRSUB_-1207432259'), ('const-433', u'LOAD_-1207436420'), ('const-1', u'RETURN_-1207435606'), ('const-3617876', u'COPY_-1207431758'), ('const-1', u'PTRADD_-1207435019'), ('const-4', u'INT_LEFT_-1207436979'), (u'PTRSUB_-1207432934', u'LOAD_-1207437146'), (u'PTRSUB_-1207432062', u'CAST_-1207432002'), (u'INT_ZEXT_-1207434337', u'INT_ADD_-1207432913'), ('tmp_4035', u'PTRSUB_-1207432606'), ('const-23', u'PTRSUB_-1207431929'), (u'INT_EQUAL_-1207436469', u'CBRANCH_-1207436440'), (u'CALL_-1207434713', u'INDIRECT_-1207431890'), ('const-348', u'PTRSUB_-1207433044'), (u'PTRADD_-1207435668', u'CAST_-1207432224'), ('tmp_4035', u'PTRSUB_-1207432276'), ('tmp_905', u'CBRANCH_-1207436733'), (u'CALL_-1207434827', u'INDIRECT_-1207432211'), ('const-0', u'PTRSUB_-1207432240'), ('const-0', u'PTRSUB_-1207432756'), ('const-433', u'LOAD_-1207436568'), (u'LOAD_-1207437160', u'INT_ADD_-1207437094'), ('const-56', u'PTRSUB_-1207432087'), ('tmp_9565', u'PTRSUB_-1207432424'), (u'INT_ADD_-1207436402', u'COPY_-1207432568'), (u'MULTIEQUAL_-1207433579', u'CAST_-1207431890'), (u'COPY_-1207431833', u'CALL_-1207435611'), (u'PTRSUB_-1207432445', u'LOAD_-1207436123'), (u'MULTIEQUAL_-1207434045', u'MULTIEQUAL_-1207433960'), ('const-0', u'PTRSUB_-1207432153'), (u'INT_LEFT_-1207436474', u'INT_EQUAL_-1207436469'), ('tmp_2988', u'CBRANCH_-1207435178'), ('const-433', u'LOAD_-1207435595'), (u'MULTIEQUAL_-1207433695', u'STORE_-1207436775'), ('const-1', u'PTRADD_-1207436589'), ('const-248', u'PTRSUB_-1207432738'), (u'LOAD_-1207436435', u'INT_ZEXT_-1207434169'), (u'LOAD_-1207437207', u'PTRSUB_-1207432940'), ('const-288', u'PTRSUB_-1207432636'), ('const-1', u'INT_ADD_-1207435594'), (u'PTRSUB_-1207432162', u'PTRSUB_-1207432153'), ('const-1', u'RETURN_-1207434504'), ('const-0', u'PTRSUB_-1207431792'), (u'INT_ADD_-1207436402', u'INT_ADD_-1207432628'), (u'LOAD_-1207437017', u'CALL_-1207436924'), ('const-4', u'INT_AND_-1207436511'), ('const-4', u'INT_ADD_-1207432821'), ('const-0', u'PTRSUB_-1207432654'), ('const-11', u'PTRADD_-1207432149'), (u'PTRSUB_-1207432424', u'CALL_-1207435597'), ('const-0', u'PTRSUB_-1207432185'), ('const-1', u'PTRADD_-1207435035'), ('const-433', u'LOAD_-1207437146'), ('const-433', u'LOAD_-1207435867'), ('tmp_3949', u'CBRANCH_-1207435606'), (u'COPY_-1207432161', u'MULTIEQUAL_-1207433287'), (u'COPY_-1207432870', u'MULTIEQUAL_-1207433149'), ('const-433', u'LOAD_-1207435628'), (u'INT_ZEXT_-1207434092', u'PTRADD_-1207436132'), ('const-227', u'CALL_-1207434424'), (u'INT_NOTEQUAL_-1207436843', u'CBRANCH_-1207436842'), (u'LOAD_-1207436663', u'PTRADD_-1207432635'), (u'CAST_-1207431880', u'STORE_-1207435095'), (u'INT_ZEXT_-1207434296', u'CAST_-1207432511'), (u'PTRADD_-1207434953', u'CAST_-1207431850'), (u'COPY_-1207432562', u'MULTIEQUAL_-1207433006'), ('tmp_4038', u'CAST_-1207432444'), (u'INT_ZEXT_-1207434044', u'INT_ADD_-1207436657'), ('const-0', u'PTRSUB_-1207431863'), (u'PTRSUB_-1207432722', u'PTRSUB_-1207432659'), (u'CAST_-1207431850', u'STORE_-1207435013'), (u'COPY_-1207432568', u'MULTIEQUAL_-1207433149'), ('const--64', u'PTRSUB_-1207432424'), (u'INT_ZEXT_-1207433954', u'INT_EQUAL_-1207435118'), (u'PTRADD_-1207432226', u'PTRSUB_-1207432078'), ('const-16', u'PTRSUB_-1207432912'), ('const-0', u'PTRSUB_-1207432779'), ('const-12', u'PTRADD_-1207435581'), (u'INT_ZEXT_-1207433954', u'PTRADD_-1207435132'), ('const-0', u'SUBPIECE_-1207433804'), ('const-1', u'PTRADD_-1207435589'), (u'MULTIEQUAL_-1207432964', u'CAST_-1207431541'), ('const-16', u'PTRSUB_-1207432934'), (u'COPY_-1207432280', u'MULTIEQUAL_-1207433539'), (u'LOAD_-1207437244', u'PTRSUB_-1207432985'), (u'LOAD_-1207435161', u'CALL_-1207435114'), (u'INDIRECT_-1207432359', u'MULTIEQUAL_-1207432288'), ('const-4', u'INT_LEFT_-1207436474'), (u'INDIRECT_-1207432519', u'MULTIEQUAL_-1207432742'), ('const-0', u'PTRSUB_-1207432659'), (u'CAST_-1207432675', u'INT_NOTEQUAL_-1207436843'), ('const-14', u'PTRADD_-1207435589'), (u'INT_ADD_-1207437094', u'CAST_-1207432763'), (u'INT_ZEXT_-1207434169', u'INT_ADD_-1207436402'), (u'PTRADD_-1207436132', u'MULTIEQUAL_-1207433172'), ('const-0', u'PTRSUB_-1207432936'), ('const-433', u'LOAD_-1207435161'), (u'PTRSUB_-1207432649', u'PTRSUB_-1207432647'), (u'PTRSUB_-1207432078', u'LOAD_-1207435595'), ('const-0', u'STORE_-1207435062'), ('const-433', u'LOAD_-1207436381'), ('const-4294967295', u'INT_EQUAL_-1207435608'), (u'LOAD_-1207435628', u'MULTIEQUAL_-1207433695'), (u'MULTIEQUAL_-1207433539', u'PTRADD_-1207435701'), ('const-1', u'INT_ADD_-1207436751'), ('const-433', u'LOAD_-1207435073'), (u'LOAD_-1207436568', u'INT_EQUAL_-1207436546'), (u'PTRSUB_-1207432955', u'PTRSUB_-1207432953'), ('tmp_4038', u'PTRSUB_-1207432912'), (u'INDIRECT_-1207432734', u'MULTIEQUAL_-1207432654'), (u'INT_MULT_-1207436686', u'INT_ZEXT_-1207434044'), (u'INT_LESSEQUAL_-1207435168', u'CBRANCH_-1207435166'), (u'PTRSUB_-1207432821', u'PTRSUB_-1207432742'), (u'MULTIEQUAL_-1207433095', u'INT_LESS_-1207435665'), (u'MULTIEQUAL_-1207433095', u'COPY_-1207432065'), ('const-433', u'LOAD_-1207436537'), ('const-65535', u'INT_EQUAL_-1207435365'), ('tmp_4035', u'PTRSUB_-1207432550'), ('const-1', u'RETURN_-1207434701'), (u'INT_ZEXT_-1207434577', u'CAST_-1207432803'), (u'PTRSUB_-1207432828', u'CAST_-1207432688'), (u'INT_ADD_-1207436751', u'INT_LESSEQUAL_-1207436723'), (u'CAST_-1207431870', u'STORE_-1207435079'), (u'COPY_-1207431865', u'CALL_-1207434706'), ('const-433', u'STORE_-1207435641'), ('tmp_3601', u'CBRANCH_-1207434975'), (u'INT_ADD_-1207432628', u'MULTIEQUAL_-1207433149'), (u'LOAD_-1207437200', u'INT_ZEXT_-1207434595'), (u'CALL_-1207434729', u'INDIRECT_-1207431915'), ('tmp_4035', u'PTRSUB_-1207431954'), ('const-27', u'PTRADD_-1207431760'), ('const-433', u'LOAD_-1207436730'), (u'INT_EQUAL_-1207437180', u'CBRANCH_-1207437178'), (u'PTRSUB_-1207431730', u'LOAD_-1207434688'), ('tmp_4037', u'PTRSUB_-1207432445'), (u'LOAD_-1207436537', u'INT_AND_-1207436511'), ('const-433', u'STORE_-1207435110'), ('const-65279', u'INT_LESS_-1207435665'), (u'LOAD_-1207437325', u'INT_EQUAL_-1207437303'), ('const-0', u'PTRSUB_-1207432598'), (u'INT_LESS_-1207435792', u'CBRANCH_-1207435800'), (u'CALL_-1207434713', u'INDIRECT_-1207431925'), ('const-0', u'PTRSUB_-1207431865'), ('const-433', u'LOAD_-1207436330'), ('tmp_2874', u'CBRANCH_-1207435577'), (u'CAST_-1207432224', u'STORE_-1207435728'), (u'CALL_-1207436924', u'INDIRECT_-1207434152'), (u'CALLIND_-1207434776', u'INDIRECT_-1207433520'), ('tmp_831', u'BRANCH_-1207436700'), (u'PTRSUB_-1207432222', u'PTRSUB_-1207432190'), (u'INT_RIGHT_-1207435662', u'STORE_-1207435641'), ('const-433', u'LOAD_-1207435738'), (u'PTRSUB_-1207432761', u'CAST_-1207432630'), ('const-4163', u'CALL_-1207434706'), (u'INT_EQUAL_-1207437160', u'CBRANCH_-1207437151'), ('const-32', u'PTRSUB_-1207432974'), (u'INT_EQUAL_-1207434658', u'CBRANCH_-1207434657'), (u'LOAD_-1207436922', u'INT_NOTEQUAL_-1207436898'), (u'CAST_-1207431814', u'INT_2COMP_-1207432852'), (u'MULTIEQUAL_-1207432973', u'MULTIEQUAL_-1207431903'), ('tmp_4038', u'COPY_-1207432849'), (u'LOAD_-1207435851', u'INT_AND_-1207435814'), (u'MULTIEQUAL_-1207433027', u'MULTIEQUAL_-1207432089'), ('const-1', u'RETURN_-1207434708'), ('tmp_347', u'CBRANCH_-1207437081'), ('const-433', u'LOAD_-1207435599'), (u'CALL_-1207435746', u'SUBPIECE_-1207434103'), (u'CALL_-1207435597', u'INDIRECT_-1207432484'), (u'PTRSUB_-1207431949', u'LOAD_-1207435105'), (u'PTRADD_-1207432149', u'LOAD_-1207435750'), (u'LOAD_-1207435867', u'PTRADD_-1207432226'), (u'CAST_-1207432583', u'LOAD_-1207436641'), (u'INT_ADD_-1207436657', u'INT_ADD_-1207432784'), (u'MULTIEQUAL_-1207433960', u'CALL_-1207434539'), (u'INDIRECT_-1207433997', u'MULTIEQUAL_-1207434045'), ('tmp_4038', u'CAST_-1207432380'), (u'LOAD_-1207436874', u'PTRADD_-1207432726'), ('const-3617896', u'COPY_-1207431729'), (u'PTRSUB_-1207433007', u'LOAD_-1207437244'), ('const-24', u'PTRSUB_-1207432062'), (u'PTRSUB_-1207431788', u'STORE_-1207434768'), ('tmp_4035', u'CALLIND_-1207434776'), (u'MULTIEQUAL_-1207433983', u'PTRSUB_-1207432785'), ('const-3624024', u'COPY_-1207431699'), (u'LOAD_-1207434698', u'MULTIEQUAL_-1207434091'), (u'MULTIEQUAL_-1207432554', u'MULTIEQUAL_-1207432742'), (u'INT_EQUAL_-1207435118', u'CBRANCH_-1207435113'), ('tmp_4035', u'PTRSUB_-1207431865'), (u'PTRADD_-1207432226', u'PTRSUB_-1207431929'), (u'MULTIEQUAL_-1207433579', u'COPY_-1207432272'), ('const-160', u'PTRSUB_-1207432479'), (u'LOAD_-1207435750', u'CALLIND_-1207434839'), ('const-0', u'PTRSUB_-1207432976'), (u'MULTIEQUAL_-1207433539', u'PTRADD_-1207435653'), (u'INT_EQUAL_-1207436525', u'CBRANCH_-1207436522'), (u'PTRSUB_-1207432936', u'PTRSUB_-1207432934'), (u'PTRSUB_-1207431865', u'PTRSUB_-1207431863'), ('const-64', u'PTRSUB_-1207431859'), (u'PTRSUB_-1207432742', u'PTRSUB_-1207432737'), ('const-0', u'PTRSUB_-1207432275'), (u'CALL_-1207435114', u'INDIRECT_-1207432394'), (u'MULTIEQUAL_-1207432992', u'MULTIEQUAL_-1207432054'), ('tmp_2910', u'CBRANCH_-1207435221'), ('tmp_4035', u'CAST_-1207432782'), (u'PTRSUB_-1207432940', u'PTRSUB_-1207432938'), (u'PTRADD_-1207432226', u'PTRSUB_-1207431976'), (u'COPY_-1207431704', u'CALL_-1207434713'), ('const-3617896', u'COPY_-1207431838'), ('tmp_2171', u'CBRANCH_-1207435800'), (u'MULTIEQUAL_-1207433539', u'PTRADD_-1207435668'), (u'PTRSUB_-1207432636', u'LOAD_-1207436517'), ('const-433', u'LOAD_-1207436863'), ('const-0', u'PTRSUB_-1207431810'), (u'MULTIEQUAL_-1207433008', u'MULTIEQUAL_-1207432654'), (u'LOAD_-1207437146', u'INT_ADD_-1207437094'), (u'INT_EQUAL_-1207437214', u'CBRANCH_-1207437212'), ('const-433', u'LOAD_-1207434786'), (u'MULTIEQUAL_-1207433172', u'COPY_-1207432375'), (u'PTRADD_-1207432226', u'PTRSUB_-1207432300'), (u'INT_SLESS_-1207436353', u'CBRANCH_-1207436360'), (u'PTRSUB_-1207432323', u'LOAD_-1207435780'), (u'CAST_-1207432187', u'INT_SLESS_-1207435620'), (u'CAST_-1207432381', u'INT_SLESS_-1207436198'), (u'MULTIEQUAL_-1207433095', u'COPY_-1207432118'), ('const-23', u'PTRSUB_-1207432282'), ('const-3624024', u'COPY_-1207431808'), (u'INT_LEFT_-1207436474', u'INT_ZEXT_-1207434031'), ('tmp_4035', u'PTRSUB_-1207432901'), ('const-3624024', u'COPY_-1207431833'), (u'MULTIEQUAL_-1207433579', u'PTRADD_-1207435002'), (u'LOAD_-1207435599', u'INT_LESS_-1207435568'), ('const-24', u'PTRSUB_-1207432560'), (u'PTRSUB_-1207432300', u'LOAD_-1207435738'), (u'CAST_-1207431748', u'CALL_-1207434827'), (u'LOAD_-1207435756', u'PTRADD_-1207432149'), ('const-433', u'LOAD_-1207436883'), ('const-0', u'PTRSUB_-1207431791'), ('const-88', u'PTRSUB_-1207432783'), (u'PTRADD_-1207432726', u'LOAD_-1207436863'), ('const-433', u'LOAD_-1207436962'), (u'CALLIND_-1207434776', u'INDIRECT_-1207432172'), (u'MULTIEQUAL_-1207433539', u'CAST_-1207432233'), (u'CALL_-1207434827', u'INDIRECT_-1207432246'), ('const-0', u'PTRSUB_-1207431949'), (u'LOAD_-1207436330', u'INT_LEFT_-1207436291'), (u'CALL_-1207434729', u'INDIRECT_-1207431950'), (u'COPY_-1207432860', u'MULTIEQUAL_-1207432964'), (u'INT_LEFT_-1207436979', u'INT_ZEXT_-1207434337'), ('const-0', u'PTRSUB_-1207432305'), ('tmp_3723', u'BRANCH_-1207434824'), (u'INDIRECT_-1207432227', u'MULTIEQUAL_-1207432554'), ('tmp_2543', u'BRANCH_-1207435493'), (u'LOAD_-1207437325', u'INT_LEFT_-1207437030'), (u'CAST_-1207431541', u'CALL_-1207434598'), (u'CAST_-1207432782', u'COPY_-1207432860'), (u'MULTIEQUAL_-1207433959', u'PTRSUB_-1207432761'), (u'LOAD_-1207435723', u'STORE_-1207435713'), ('tmp_4038', u'PTRSUB_-1207432494'), (u'COPY_-1207431943', u'MULTIEQUAL_-1207433579'), (u'INT_AND_-1207436511', u'INT_EQUAL_-1207436525'), (u'CALL_-1207434706', u'INDIRECT_-1207432086'), ('tmp_4035', u'PTRSUB_-1207432636'), (u'MULTIEQUAL_-1207433058', u'MULTIEQUAL_-1207432973'), (u'SUBPIECE_-1207434103', u'STORE_-1207435742'), (u'PTRADD_-1207435082', u'MULTIEQUAL_-1207433248'), (u'PTRSUB_-1207432783', u'PTRSUB_-1207432781'), (u'LOAD_-1207436196', u'PTRADD_-1207436132'), ('const-1', u'PTRADD_-1207436132'), ('tmp_4035', u'PTRSUB_-1207432886'), (u'PTRSUB_-1207432505', u'LOAD_-1207436226'), ('const-0', u'PTRSUB_-1207432938'), ('const-12', u'PTRADD_-1207434944'), ('const-0', u'PTRSUB_-1207432737'), (u'MULTIEQUAL_-1207433631', u'INT_ADD_-1207436751'), ('tmp_204', u'CBRANCH_-1207437178'), (u'COPY_-1207431813', u'CALL_-1207434666'), ('const-0', u'PTRSUB_-1207431767'), ('const-1', u'PTRADD_-1207435637'), (u'LOAD_-1207435562', u'INT_AND_-1207435505'), ('const-728', u'PTRSUB_-1207432471'), ('const-433', u'LOAD_-1207435089'), (u'CAST_-1207432498', u'PTRSUB_-1207432582'), (u'PTRSUB_-1207431939', u'LOAD_-1207435089'), ('const-0', u'INT_EQUAL_-1207437160'), ('const-300', u'PTRSUB_-1207432606'), (u'CAST_-1207432018', u'INT_SLESS_-1207435579'), ('const-0', u'PTRSUB_-1207432957'), ('const-433', u'STORE_-1207435095'), ('const-0', u'RETURN_-1207434660'), ('const-433', u'LOAD_-1207435851'), (u'LOAD_-1207435780', u'CALL_-1207435746'), (u'PTRADD_-1207432226', u'PTRSUB_-1207432291'), ('const-433', u'LOAD_-1207435669'), ('const-4', u'INT_LEFT_-1207436291'), (u'MULTIEQUAL_-1207433579', u'COPY_-1207432274'), ('const-8', u'PTRADD_-1207432635'), (u'INDIRECT_-1207432192', u'MULTIEQUAL_-1207432519'), (u'MULTIEQUAL_-1207433211', u'INT_ADD_-1207435594'), (u'PTRADD_-1207436287', u'MULTIEQUAL_-1207433078'), ('tmp_4037', u'PTRSUB_-1207432666'), (u'CALL_-1207435746', u'INDIRECT_-1207432734'), ('const-3617896', u'COPY_-1207431813'), ('const-0', u'PTRSUB_-1207432940'), (u'LOAD_-1207437160', u'INT_ADD_-1207432913'), (u'CALL_-1207435496', u'INDIRECT_-1207432466'), ('tmp_4035', u'CAST_-1207431748'), ('const-0', u'PTRSUB_-1207431786'), (u'MULTIEQUAL_-1207433093', u'MULTIEQUAL_-1207433027'), (u'INT_ZEXT_-1207434411', u'CALL_-1207436924'), (u'LOAD_-1207435750', u'INT_EQUAL_-1207435730'), (u'CAST_-1207432723', u'PTRSUB_-1207432828'), (u'CALL_-1207434666', u'INDIRECT_-1207432034'), (u'PTRSUB_-1207432951', u'LOAD_-1207437160'), ('tmp_685', u'CBRANCH_-1207436898'), (u'PTRSUB_-1207432296', u'LOAD_-1207435599'), ('const-24', u'PTRSUB_-1207432494'), ('const-433', u'LOAD_-1207435562'), (u'INT_ZEXT_-1207434274', u'PTRADD_-1207432635'), (u'CALL_-1207435496', u'INDIRECT_-1207432431'), ('tmp_2460', u'CBRANCH_-1207435567'), (u'SUBPIECE_-1207433804', u'STORE_-1207435649'), ('const-144', u'PTRSUB_-1207432223'), ('const-3625794', u'COPY_-1207431673'), (u'INT_LEFT_-1207436291', u'INT_EQUAL_-1207436286'), ('const-1', u'RETURN_-1207434661'), (u'CAST_-1207432233', u'STORE_-1207435742'), (u'MULTIEQUAL_-1207433579', u'PTRADD_-1207435035'), (u'LOAD_-1207436226', u'INT_SLESS_-1207436198'), ('const-433', u'STORE_-1207435742'), ('const-248', u'PTRSUB_-1207432240'), ('const-433', u'STORE_-1207435062'), ('const-296', u'PTRSUB_-1207432169'), (u'INT_NOTEQUAL_-1207435182', u'CBRANCH_-1207435178'), (u'CAST_-1207432643', u'LOAD_-1207435628'), (u'PTRSUB_-1207432235', u'LOAD_-1207435867'), (u'COPY_-1207432274', u'MULTIEQUAL_-1207433579'), (u'PTRADD_-1207432168', u'LOAD_-1207435762'), ('const-744', u'PTRSUB_-1207431730'), ('tmp_4037', u'PTRSUB_-1207432458'), ('const-3617876', u'COPY_-1207431685'), (u'INT_LEFT_-1207436291', u'INT_ZEXT_-1207433954'), ('tmp_1188', u'CBRANCH_-1207436544'), ('const-16', u'PTRSUB_-1207432775'), (u'LOAD_-1207435738', u'STORE_-1207435728'), (u'LOAD_-1207435089', u'STORE_-1207435079'), (u'CALL_-1207435114', u'SUBPIECE_-1207433756'), ('const-16', u'INT_MULT_-1207436686'), (u'CAST_-1207431788', u'INT_SUB_-1207435128'), (u'PTRSUB_-1207431861', u'PTRSUB_-1207431859'), ('tmp_4035', u'PTRSUB_-1207432836'), (u'PTRSUB_-1207432938', u'PTRSUB_-1207432936'), (u'SUBPIECE_-1207433756', u'STORE_-1207435110'), (u'MULTIEQUAL_-1207432654', u'MULTIEQUAL_-1207432237'), ('tmp_1949', u'BRANCH_-1207436022'), (u'PTRSUB_-1207432479', u'CALL_-1207435746'), ('const-1', u'PTRADD_-1207435653'), ('const-888', u'PTRSUB_-1207433007'), (u'INDIRECT_-1207434152', u'MULTIEQUAL_-1207433960'), ('const-433', u'LOAD_-1207437325'), (u'INT_ADD_-1207432628', u'CAST_-1207432445'), (u'PTRSUB_-1207432711', u'CAST_-1207432583'), (u'INT_LESSEQUAL_-1207436723', u'CBRANCH_-1207436733'), (u'LOAD_-1207435795', u'PTRSUB_-1207432223'), ('const-433', u'LOAD_-1207435780'), ('const-27', u'PTRSUB_-1207432078'), ('const-348', u'PTRSUB_-1207432751'), (u'INT_ZEXT_-1207434031', u'CAST_-1207432498'), (u'MULTIEQUAL_-1207433579', u'PTRADD_-1207434953'), (u'LOAD_-1207436962', u'PTRADD_-1207436589'), (u'MULTIEQUAL_-1207433211', u'INT_ADD_-1207435115'), (u'PTRSUB_-1207432550', u'LOAD_-1207436330'), ('tmp_1474', u'CBRANCH_-1207436360'), ('tmp_3644', u'BRANCH_-1207434840'), (u'MULTIEQUAL_-1207433008', u'MULTIEQUAL_-1207431938'), (u'PTRADD_-1207432226', u'PTRSUB_-1207431949'), ('const-0', u'PTRSUB_-1207432980'), (u'INT_EQUAL_-1207435608', u'CBRANCH_-1207435606'), ('const-0', u'COPY_-1207433776'), (u'COPY_-1207431699', u'CALL_-1207434713'), (u'PTRSUB_-1207432424', u'CALL_-1207435496'), (u'INDIRECT_-1207432466', u'MULTIEQUAL_-1207432742'), ('const-16', u'PTRSUB_-1207431939'), (u'INT_LEFT_-1207436474', u'INT_NOTEQUAL_-1207435221'), ('const-8', u'PTRADD_-1207432726'), (u'MULTIEQUAL_-1207432619', u'MULTIEQUAL_-1207432707'), (u'LOAD_-1207436736', u'INT_ADD_-1207436714'), (u'CAST_-1207432587', u'PTRSUB_-1207432711'), (u'PTRSUB_-1207432912', u'LOAD_-1207437100'), ('tmp_4035', u'PTRSUB_-1207432169'), ('const-1', u'INT_ADD_-1207435115'), (u'LOAD_-1207436641', u'INT_ZEXT_-1207434274'), ('const-1', u'PTRADD_-1207435148'), ('const-3617896', u'COPY_-1207431704'), (u'PTRSUB_-1207432223', u'PTRSUB_-1207432222'), (u'CALL_-1207436924', u'INDIRECT_-1207433198'), (u'PTRSUB_-1207432305', u'INT_EQUAL_-1207435730'), ('const-207', u'CALL_-1207434462'), (u'PTRSUB_-1207432169', u'LOAD_-1207435669'), ('const-24', u'PTRSUB_-1207432875'), (u'MULTIEQUAL_-1207433287', u'SUBPIECE_-1207433804'), ('const-2643', u'CALL_-1207434666'), ('const-3624024', u'COPY_-1207431773'), ('const-2', u'INT_AND_-1207433777'), ('const-0', u'INT_EQUAL_-1207434658'), (u'CAST_-1207432803', u'MULTIEQUAL_-1207433256'), ('const-2578', u'CALL_-1207435611'), (u'PTRSUB_-1207432976', u'PTRSUB_-1207432974'), (u'PTRADD_-1207432226', u'PTRSUB_-1207431939'), (u'COPY_-1207432484', u'MULTIEQUAL_-1207433006'), ('const-0', u'INT_EQUAL_-1207436093'), (u'CAST_-1207432644', u'INT_ADD_-1207432821'), (u'CAST_-1207432571', u'LOAD_-1207436736'), ('const-0', u'PTRSUB_-1207431790'), ('tmp_3100', u'CBRANCH_-1207435113'), (u'INDIRECT_-1207432484', u'MULTIEQUAL_-1207432707'), ('tmp_4037', u'PTRSUB_-1207433007'), (u'INT_ADD_-1207435115', u'MULTIEQUAL_-1207433211'), ('const-0', u'PTRSUB_-1207432190'), (u'LOAD_-1207436727', u'PTRSUB_-1207432723'), ('const-304', u'PTRSUB_-1207432522'), ('const-368', u'PTRSUB_-1207432276'), (u'INT_ADD_-1207435594', u'MULTIEQUAL_-1207433211'), ('const-433', u'LOAD_-1207437100'), (u'INDIRECT_-1207432431', u'MULTIEQUAL_-1207432707'), (u'INDIRECT_-1207433520', u'PIECE_-1207433518'), (u'COPY_-1207432849', u'CAST_-1207432762'), (u'MULTIEQUAL_-1207432619', u'MULTIEQUAL_-1207432202'), (u'PTRSUB_-1207432875', u'LOAD_-1207436962'), (u'LOAD_-1207435636', u'CAST_-1207432187'), ('tmp_3870', u'BRANCH_-1207434966'), ('const-720', u'PTRSUB_-1207432666'), (u'CAST_-1207432577', u'INT_NOTEQUAL_-1207436611'), ('const-8', u'PTRSUB_-1207431976'), ('const-144', u'PTRSUB_-1207432822'), ('const-352', u'PTRSUB_-1207432901'), ('const-268435455', u'INT_AND_-1207435814'), ('const-8', u'PTRADD_-1207432168'), (u'MULTIEQUAL_-1207433983', u'CAST_-1207432571'), (u'COPY_-1207431673', u'CALL_-1207434424'), (u'PTRSUB_-1207432738', u'LOAD_-1207436727'), (u'PTRSUB_-1207432775', u'CAST_-1207432644'), ('tmp_1220', u'CBRANCH_-1207436522'), (u'INT_ADD_-1207437094', u'COPY_-1207432851'), (u'CAST_-1207432445', u'INT_SLESS_-1207436353'), (u'LOAD_-1207436962', u'PTRADD_-1207436878'), ('const-433', u'LOAD_-1207434796'), (u'MULTIEQUAL_-1207433256', u'CALL_-1207434598'), (u'LOAD_-1207436568', u'PTRSUB_-1207432649'), ('const-0', u'PTRSUB_-1207432781'), (u'MULTIEQUAL_-1207432613', u'MULTIEQUAL_-1207432089'), (u'PTRSUB_-1207432777', u'PTRSUB_-1207432775'), (u'LOAD_-1207436420', u'INT_ADD_-1207436402'), ('const-56', u'PTRSUB_-1207432418'), (u'PTRSUB_-1207432418', u'CALL_-1207435597'), (u'CALLIND_-1207434839', u'INDIRECT_-1207432227'), (u'CAST_-1207431540', u'CALL_-1207434598'), (u'PTRSUB_-1207432785', u'PTRSUB_-1207432783'), (u'INDIRECT_-1207433043', u'MULTIEQUAL_-1207433093'), (u'COPY_-1207432371', u'MULTIEQUAL_-1207433539'), ('const-433', u'LOAD_-1207435636'), ('const-4', u'INT_RIGHT_-1207435026'), (u'INT_ADD_-1207436751', u'INT_MULT_-1207436686'), (u'PTRSUB_-1207431954', u'LOAD_-1207434998'), ('const-433', u'LOAD_-1207437160'), (u'CAST_-1207432630', u'STORE_-1207436775'), (u'INT_EQUAL_-1207436093', u'CBRANCH_-1207436092'), ('const-728', u'PTRSUB_-1207431738'), (u'PTRSUB_-1207432185', u'LOAD_-1207435773'), (u'CALLIND_-1207434839', u'INDIRECT_-1207432192'), (u'MULTIEQUAL_-1207433006', u'CAST_-1207431540'), (u'PTRSUB_-1207432282', u'LOAD_-1207435708'), ('const-433', u'STORE_-1207435004'), ('tmp_4035', u'PTRSUB_-1207431794'), ('const-433', u'LOAD_-1207434998'), (u'COPY_-1207432547', u'MULTIEQUAL_-1207433006'), ('tmp_4038', u'PTRSUB_-1207432560'), (u'MULTIEQUAL_-1207433156', u'INT_ZEXT_-1207433994'), (u'PTRADD_-1207436878', u'CAST_-1207432723'), (u'CAST_-1207432002', u'LOAD_-1207435562'), (u'COPY_-1207433135', u'MULTIEQUAL_-1207433287'), (u'LOAD_-1207435722', u'INT_EQUAL_-1207435702'), (u'INT_ZEXT_-1207434092', u'MULTIEQUAL_-1207433149'), ('tmp_3756', u'BRANCH_-1207434762'), (u'INT_LEFT_-1207436291', u'INT_EQUAL_-1207435153'), (u'LOAD_-1207435722', u'MULTIEQUAL_-1207433095'), ('tmp_4038', u'PTRSUB_-1207432875'), ('tmp_4038', u'PTRSUB_-1207432505'), (u'INT_NOTEQUAL_-1207436898', u'CBRANCH_-1207436898'), (u'LOAD_-1207434786', u'CALLIND_-1207434776'), (u'MULTIEQUAL_-1207432619', u'MULTIEQUAL_-1207432578'), ('const-288', u'PTRSUB_-1207431954'), (u'MULTIEQUAL_-1207433095', u'COPY_-1207432161'), (u'PTRSUB_-1207432582', u'CAST_-1207432459'), (u'PTRADD_-1207435701', u'COPY_-1207432280'), ('const-16', u'PTRSUB_-1207432571'), (u'INT_NOTEQUAL_-1207435221', u'CBRANCH_-1207435221'), ('const-0', u'COPY_-1207434652'), (u'PTRSUB_-1207432275', u'PTRSUB_-1207432240'), (u'INT_LESSEQUAL_-1207434965', u'CBRANCH_-1207434975'), ('const-16', u'PTRSUB_-1207432291'), (u'PTRSUB_-1207431791', u'PTRSUB_-1207431786'), (u'COPY_-1207434979', u'MULTIEQUAL_-1207433078'), ('const-433', u'LOAD_-1207435105'), (u'MULTIEQUAL_-1207433211', u'INT_ZEXT_-1207433962'), (u'INDIRECT_-1207433163', u'MULTIEQUAL_-1207432992'), ('const-433', u'LOAD_-1207436123'), (u'MULTIEQUAL_-1207432578', u'MULTIEQUAL_-1207432519'), (u'PTRADD_-1207435148', u'CAST_-1207431813'), (u'PTRSUB_-1207432291', u'LOAD_-1207435723'), ('const-292', u'PTRSUB_-1207432550'), (u'LOAD_-1207435669', u'INT_ADD_-1207435604'), (u'INDIRECT_-1207432394', u'MULTIEQUAL_-1207432323'), (u'PTRADD_-1207435637', u'STORE_-1207435697'), (u'INT_ADD_-1207435115', u'INT_LESSEQUAL_-1207434965'), (u'LOAD_-1207436755', u'INT_LESSEQUAL_-1207436723'), ('tmp_2289', u'CBRANCH_-1207435700'), ('const-8', u'PTRADD_-1207431760'), (u'PTRSUB_-1207432240', u'PTRSUB_-1207432235'), ('const-1', u'PTRADD_-1207435082'), (u'CAST_-1207432511', u'MULTIEQUAL_-1207433256'), ('const-433', u'LOAD_-1207434863'), (u'PTRSUB_-1207432471', u'LOAD_-1207436158'), (u'LOAD_-1207435105', u'STORE_-1207435095'), (u'CALL_-1207435597', u'INDIRECT_-1207432519'), ('tmp_4037', u'PTRSUB_-1207432471'), ('const-1', u'PTRADD_-1207436878'), ('const-0', u'PTRSUB_-1207432222'), (u'PTRSUB_-1207431786', u'PTRSUB_-1207431767'), (u'PTRSUB_-1207432779', u'PTRSUB_-1207432777'), ('const-8', u'PTRADD_-1207435653'), (u'INDIRECT_-1207433163', u'MULTIEQUAL_-1207432973'), ('const-0', u'INT_EQUAL_-1207437214'), ('const-124', u'PTRSUB_-1207432145'), (u'LOAD_-1207434796', u'PTRADD_-1207431760'), (u'LOAD_-1207435708', u'INT_RIGHT_-1207435662'), ('const-1599968', u'PTRSUB_-1207432756'), (u'COPY_-1207431724', u'CALL_-1207434729'), (u'LOAD_-1207437200', u'INT_AND_-1207433777'), (u'MULTIEQUAL_-1207433172', u'CAST_-1207431787'), (u'COPY_-1207432851', u'MULTIEQUAL_-1207433149'), (u'PTRADD_-1207435701', u'PTRADD_-1207435148'), (u'INT_ZEXT_-1207433954', u'INT_ADD_-1207436224'), (u'MULTIEQUAL_-1207434091', u'PTRSUB_-1207432418'), ('const-433', u'LOAD_-1207435708'), ('const-4', u'INT_RIGHT_-1207435662'), ('const-1', u'PTRADD_-1207435132'), (u'PTRADD_-1207434944', u'STORE_-1207435004'), (u'PTRADD_-1207432635', u'LOAD_-1207436631'), ('const-433', u'LOAD_-1207436755'), ('const-0', u'PTRSUB_-1207432978'), (u'LOAD_-1207435762', u'PTRSUB_-1207432162'), (u'INT_EQUAL_-1207437303', u'CBRANCH_-1207437302'), (u'MULTIEQUAL_-1207432613', u'MULTIEQUAL_-1207432554'), ('const-433', u'LOAD_-1207436351'), (u'CALLIND_-1207434776', u'INDIRECT_-1207432207'), (u'INT_ADD_-1207436714', u'CAST_-1207432567'), (u'CAST_-1207432762', u'COPY_-1207432845'), ('const-744', u'PTRSUB_-1207432445'), ('const-433', u'LOAD_-1207436517'), ('const-433', u'LOAD_-1207436663'), (u'INDIRECT_-1207432172', u'MULTIEQUAL_-1207432202'), ('tmp_820', u'CBRANCH_-1207436708'), ('const-0', u'INT_NOTEQUAL_-1207436898'), (u'INT_EQUAL_-1207435702', u'CBRANCH_-1207435700'), (u'PTRADD_-1207431760', u'LOAD_-1207434786'), (u'CAST_-1207431787', u'INT_SUB_-1207435128'), ('tmp_4038', u'PTRSUB_-1207432571'), (u'INT_ZEXT_-1207434337', u'INT_ADD_-1207436657'), ('const-13', u'PTRADD_-1207435002'), ('const-433', u'LOAD_-1207436158'), ('tmp_3303', u'CBRANCH_-1207435166'), (u'PTRSUB_-1207432852', u'LOAD_-1207436922'), ('tmp_3861', u'BRANCH_-1207434639'), (u'INT_ZEXT_-1207434092', u'INT_ADD_-1207436224'), (u'CAST_-1207431890', u'STORE_-1207435110'), (u'INT_ADD_-1207435594', u'INT_LESS_-1207435568'), ('const-433', u'LOAD_-1207436196'), (u'COPY_-1207432375', u'MULTIEQUAL_-1207433579'), (u'LOAD_-1207436381', u'INT_SLESS_-1207436353'), (u'MULTIEQUAL_-1207432654', u'MULTIEQUAL_-1207432613'), (u'INT_SUB_-1207435128', u'INT_EQUAL_-1207435118'), (u'PTRSUB_-1207431810', u'PTRSUB_-1207431791'), (u'INT_AND_-1207435814', u'INT_LESS_-1207435792'), (u'INT_ADD_-1207436402', u'PTRADD_-1207436287'), ('const-433', u'STORE_-1207435697'), ('const-433', u'LOAD_-1207435795'), (u'COPY_-1207431808', u'CALL_-1207434666'), (u'MULTIEQUAL_-1207433579', u'PTRADD_-1207434944'), ('const-32', u'PTRSUB_-1207432647'), (u'INT_AND_-1207435814', u'INT_EQUAL_-1207435365'), (u'LOAD_-1207434863', u'INT_EQUAL_-1207434844'), (u'LOAD_-1207437076', u'INT_LEFT_-1207436979'), (u'CALL_-1207434827', u'MULTIEQUAL_-1207433156'), (u'PTRSUB_-1207432494', u'LOAD_-1207436196'), (u'LOAD_-1207435628', u'INT_EQUAL_-1207435608'), (u'COPY_-1207431746', u'CALL_-1207434462'), ('tmp_2324', u'CBRANCH_-1207435674'), ('tmp_34', u'CBRANCH_-1207437302'), (u'PTRSUB_-1207432217', u'CAST_-1207432156'), (u'COPY_-1207433388', u'MULTIEQUAL_-1207433211'), (u'LOAD_-1207436883', u'INT_ZEXT_-1207434373'), (u'INT_SLESS_-1207436407', u'CBRANCH_-1207436401'), ('tmp_1414', u'CBRANCH_-1207436401'), ('tmp_4035', u'PTRSUB_-1207432852'), ('const-0', u'COPY_-1207433388'), ('const-1', u'PTRADD_-1207434944'), ('const-3625784', u'COPY_-1207431746'), ('const-4', u'PTRADD_-1207435035'), (u'PTRADD_-1207435653', u'CAST_-1207432215'), ('const-0', u'RETURN_-1207432041'), (u'MULTIEQUAL_-1207433149', u'CALL_-1207434598'), (u'PTRSUB_-1207432756', u'INT_EQUAL_-1207436710'), (u'INDIRECT_-1207433008', u'MULTIEQUAL_-1207433058'), ('const-433', u'LOAD_-1207435762'), (u'INT_SLESS_-1207437126', u'CBRANCH_-1207437125'), ('const-1', u'PTRADD_-1207435701'), (u'PTRADD_-1207435082', u'COPY_-1207431943'), (u'PTRSUB_-1207432522', u'LOAD_-1207436252'), (u'INDIRECT_-1207432207', u'MULTIEQUAL_-1207432237'), (u'PTRSUB_-1207431738', u'LOAD_-1207434698'), (u'CAST_-1207431813', u'INT_NOTEQUAL_-1207435182'), ('const-4', u'PTRSUB_-1207432711'), (u'INT_EQUAL_-1207436710', u'CBRANCH_-1207436708'), (u'INT_AND_-1207433789', u'INT_EQUAL_-1207437180'), (u'INDIRECT_-1207433198', u'MULTIEQUAL_-1207433027'), ('const-4', u'PTRADD_-1207435668'), (u'PTRADD_-1207432226', u'PTRSUB_-1207432282'), ('const-0', u'INT_EQUAL_-1207437303'), ('const-0', u'PTRSUB_-1207432742'), ('const-433', u'LOAD_-1207435723'), ('const-0', u'PTRSUB_-1207432162'), (u'INT_2COMP_-1207432852', u'PTRADD_-1207435148'), ('const-0', u'PTRSUB_-1207432955'), ('const-4', u'INT_LEFT_-1207437030'), (u'CAST_-1207432587', u'MULTIEQUAL_-1207433959'), (u'INT_ADD_-1207436751', u'MULTIEQUAL_-1207433631'), ('const-1', u'PTRADD_-1207436287'), ('const-433', u'LOAD_-1207436727'), (u'PTRSUB_-1207432781', u'PTRSUB_-1207432779'), ('const-4', u'PTRSUB_-1207432828'), (u'PTRSUB_-1207432974', u'LOAD_-1207437200'), (u'PTRSUB_-1207432153', u'LOAD_-1207435756'), ('tmp_4035', u'PTRSUB_-1207432240'), (u'MULTIEQUAL_-1207433093', u'MULTIEQUAL_-1207433008'), ('const-433', u'LOAD_-1207436893'), (u'INT_LEFT_-1207437030', u'INT_ZEXT_-1207434411'), ('const-16', u'PTRADD_-1207435701'), ('const-1', u'RETURN_-1207434419'), (u'INDIRECT_-1207432211', u'MULTIEQUAL_-1207432578'), (u'INDIRECT_-1207432394', u'MULTIEQUAL_-1207432654'), (u'MULTIEQUAL_-1207432323', u'MULTIEQUAL_-1207431938'), ('const-144', u'PTRSUB_-1207432723'), ('const-8', u'PTRADD_-1207432149'), ('const-433', u'STORE_-1207434768'), (u'INT_ADD_-1207432784', u'PTRADD_-1207436589'), (u'LOAD_-1207435073', u'INT_RIGHT_-1207435026'), ('tmp_3851', u'CBRANCH_-1207434657'), (u'INT_SLESS_-1207435579', u'CBRANCH_-1207435567'), (u'MULTIEQUAL_-1207433579', u'PTRADD_-1207435019'), ('const-2561', u'CALL_-1207434509'), ('const-0', u'PTRSUB_-1207432722'), ('const-2665', u'CALL_-1207434713'), ('const-0', u'PTRSUB_-1207432649'), (u'LOAD_-1207435773', u'PTRADD_-1207432168'), (u'PTRSUB_-1207432276', u'PTRSUB_-1207432275'), ('const-3617876', u'COPY_-1207431865'), ('const-2', u'INT_AND_-1207437147'), (u'LOAD_-1207436568', u'PTRSUB_-1207432598'), (u'COPY_-1207431758', u'CALL_-1207434462'), (u'CALLIND_-1207434839', u'MULTIEQUAL_-1207433095'), (u'PTRADD_-1207432226', u'PTRSUB_-1207432259'), ('const-0', u'PTRSUB_-1207431861'), ('const-0', u'SUBPIECE_-1207433756'), (u'CAST_-1207432723', u'CALL_-1207436924'), ('const-24', u'PTRSUB_-1207432951'), (u'PTRSUB_-1207432145', u'LOAD_-1207435722'), ('const-4294967295', u'INT_EQUAL_-1207435702'), (u'CALL_-1207434666', u'INDIRECT_-1207431999'), ('const-0', u'INT_NOTEQUAL_-1207435221'), (u'PTRSUB_-1207432458', u'CALL_-1207435114'), (u'LOAD_-1207436863', u'CAST_-1207432675'), ('const-288', u'PTRSUB_-1207432296')]
|
[(u'CAST_-1207432313', u'LOAD_-1207435708'), ('const-0', u'INT_EQUAL_-1207437180'), (u'INT_ZEXT_-1207434055', u'INT_ADD_-1207436657'), (u'SUBPIECE_-1207432906', u'INT_LEFT_-1207436979'), (u'INT_EQUAL_-1207435153', u'CBRANCH_-1207435152'), (u'CALLIND_-1207434776', u'MULTIEQUAL_-1207433204'), (u'LOAD_-1207436631', u'MULTIEQUAL_-1207433994'), (u'PTRADD_-1207432876', u'LOAD_-1207436893'), (u'INT_LESS_-1207435568', u'CBRANCH_-1207435577'), (u'INT_ADD_-1207434999', u'CAST_-1207431941'), ('const-433', u'LOAD_-1207436517'), (u'MULTIEQUAL_-1207432624', u'MULTIEQUAL_-1207432565'), ('tmp_9557', u'CALLIND_-1207434776'), ('const-4', u'PTRADD_-1207432105'), (u'INT_ZEXT_-1207434042', u'INT_NOTEQUAL_-1207435182'), ('tmp_9561', u'INT_ADD_-1207436142'), (u'COPY_-1207431783', u'CALL_-1207434509'), (u'INDIRECT_-1207432257', u'MULTIEQUAL_-1207432624'), ('const-4', u'INT_AND_-1207433803'), (u'CAST_-1207432269', u'PTRADD_-1207432419'), ('const-3617896', u'COPY_-1207431739'), (u'MULTIEQUAL_-1207433105', u'COPY_-1207432196'), ('const-1', u'RETURN_-1207434724'), (u'CAST_-1207432285', u'INT_ADD_-1207435620'), (u'MULTIEQUAL_-1207433165', u'INT_ZEXT_-1207433994'), (u'INT_ADD_-1207434682', u'CAST_-1207431767'), (u'CAST_-1207432971', u'LOAD_-1207437244'), (u'INT_ADD_-1207436647', u'CAST_-1207432712'), (u'PTRADD_-1207432442', u'CAST_-1207431903'), ('const-2578', u'CALL_-1207435611'), ('const--64', u'PTRSUB_-1207432502'), ('const-8', u'PTRADD_-1207432317'), (u'MULTIEQUAL_-1207433204', u'CALL_-1207434827'), (u'INT_MULT_-1207436686', u'INT_ZEXT_-1207434055'), (u'INT_ADD_-1207435612', u'CAST_-1207432764'), ('tmp_160', u'CBRANCH_-1207437212'), ('const-13', u'INT_ADD_-1207435683'), (u'MULTIEQUAL_-1207433590', u'PTRADD_-1207432095'), (u'CAST_-1207432458', u'LOAD_-1207436158'), ('const-0', u'INT_EQUAL_-1207436469'), ('const-0', u'COPY_-1207434979'), (u'PTRADD_-1207432030', u'CAST_-1207431928'), (u'INT_ADD_-1207437228', u'CAST_-1207432971'), (u'INDIRECT_-1207433209', u'MULTIEQUAL_-1207433019'), (u'INT_ADD_-1207436224', u'CAST_-1207432488'), ('tmp_1130', u'CBRANCH_-1207436610'), ('tmp_9557', u'PTRADD_-1207432595'), (u'LOAD_-1207437100', u'INT_SLESS_-1207437074'), ('const-433', u'LOAD_-1207437100'), ('const-4', u'INT_LEFT_-1207437030'), (u'INT_ADD_-1207436314', u'CAST_-1207432540'), ('const-0', u'INT_EQUAL_-1207436286'), (u'MULTIEQUAL_-1207433642', u'INT_ADD_-1207436751'), ('const-2', u'PTRADD_-1207432062'), ('tmp_3673', u'CBRANCH_-1207435360'), (u'PTRSUB_-1207432502', u'CALL_-1207435496'), (u'CALL_-1207435746', u'INDIRECT_-1207432745'), ('tmp_1728', u'CBRANCH_-1207436205'), (u'LOAD_-1207436962', u'INT_ADD_-1207436944'), (u'PTRADD_-1207432317', u'LOAD_-1207435795'), ('const-8', u'PTRADD_-1207432595'), (u'LOAD_-1207435762', u'LOAD_-1207435756'), ('const-4', u'INT_RIGHT_-1207435026'), (u'CAST_-1207432284', u'LOAD_-1207435636'), (u'MULTIEQUAL_-1207432865', u'INT_ADD_-1207435499'), (u'INDIRECT_-1207432495', u'MULTIEQUAL_-1207432718'), ('const-433', u'LOAD_-1207437076'), ('const-0', u'INT_NOTEQUAL_-1207436843'), (u'LOAD_-1207435595', u'INT_SLESS_-1207435579'), (u'COPY_-1207431734', u'CALL_-1207434729'), (u'MULTIEQUAL_-1207432630', u'MULTIEQUAL_-1207432589'), (u'INT_ADD_-1207435706', u'CAST_-1207432187'), (u'INDIRECT_-1207432222', u'MULTIEQUAL_-1207432589'), ('const-14', u'INT_ADD_-1207434999'), ('tmp_1362', u'CBRANCH_-1207436440'), (u'MULTIEQUAL_-1207433089', u'COPY_-1207432502'), ('const-4', u'PTRADD_-1207432095'), (u'COPY_-1207431756', u'CALL_-1207434462'), ('const-1', u'RETURN_-1207434457'), ('tmp_240', u'CBRANCH_-1207437151'), ('const-2', u'INT_AND_-1207433788'), (u'MULTIEQUAL_-1207433019', u'MULTIEQUAL_-1207432665'), (u'INT_MULT_-1207435734', u'INT_ADD_-1207435746'), (u'CAST_-1207432587', u'LOAD_-1207436420'), ('const-433', u'STORE_-1207435649'), (u'LOAD_-1207436727', u'INT_ADD_-1207436647'), ('tmp_9561', u'INT_ADD_-1207436151'), ('const-433', u'LOAD_-1207436252'), (u'INT_EQUAL_-1207435365', u'CBRANCH_-1207435360'), (u'PTRADD_-1207432095', u'COPY_-1207432074'), ('const-3624024', u'COPY_-1207431783'), (u'CAST_-1207432693', u'LOAD_-1207436631'), (u'INT_EQUAL_-1207436286', u'CBRANCH_-1207436257'), ('const-8', u'PTRADD_-1207431941'), ('tmp_9557', u'PTRADD_-1207431877'), ('const-348', u'INT_ADD_-1207436739'), ('const-744', u'INT_ADD_-1207436107'), (u'CALL_-1207435496', u'INDIRECT_-1207432442'), ('const-0', u'INT_SLESS_-1207437126'), (u'INT_ADD_-1207436062', u'CALL_-1207435597'), ('const-88', u'INT_ADD_-1207436714'), (u'CAST_-1207432688', u'LOAD_-1207436730'), ('const-1', u'RETURN_-1207434593'), (u'INT_MULT_-1207436835', u'INT_ADD_-1207436847'), (u'MULTIEQUAL_-1207433550', u'CAST_-1207432297'), (u'INT_ADD_-1207435594', u'MULTIEQUAL_-1207433221'), (u'INT_SLESS_-1207435620', u'CBRANCH_-1207435617'), (u'COPY_-1207431714', u'CALL_-1207434713'), ('const-0', u'INT_NOTEQUAL_-1207436611'), ('const-1599968', u'PTRSUB_-1207432315'), (u'COPY_-1207431683', u'CALL_-1207434424'), (u'CAST_-1207431767', u'LOAD_-1207434698'), ('const-433', u'LOAD_-1207436226'), (u'INT_EQUAL_-1207436546', u'CBRANCH_-1207436544'), (u'CAST_-1207432764', u'LOAD_-1207435628'), (u'LOAD_-1207437160', u'INT_SLESS_-1207437126'), ('tmp_9561', u'INT_ADD_-1207436552'), ('const-0', u'INT_EQUAL_-1207436546'), (u'SUBPIECE_-1207432232', u'INT_ADD_-1207435604'), ('const-433', u'LOAD_-1207436641'), ('const-888', u'INT_ADD_-1207437228'), ('const-433', u'LOAD_-1207435628'), ('const-292', u'INT_ADD_-1207436314'), (u'LOAD_-1207435762', u'CAST_-1207432188'), ('const-3617896', u'COPY_-1207431714'), (u'CALL_-1207435114', u'INDIRECT_-1207432405'), (u'LOAD_-1207436863', u'INT_NOTEQUAL_-1207436843'), (u'MULTIEQUAL_-1207433183', u'CAST_-1207432021'), (u'INT_AND_-1207433803', u'INT_EQUAL_-1207437180'), (u'CALL_-1207435597', u'INDIRECT_-1207432495'), (u'MULTIEQUAL_-1207433550', u'CAST_-1207432307'), (u'LOAD_-1207437207', u'INT_ADD_-1207437144'), (u'CAST_-1207432869', u'CALL_-1207436924'), ('const-4', u'PTRADD_-1207432442'), (u'MULTIEQUAL_-1207432589', u'MULTIEQUAL_-1207432065'), (u'LOAD_-1207436123', u'MULTIEQUAL_-1207432865'), (u'SUBPIECE_-1207432672', u'INT_EQUAL_-1207434658'), (u'CAST_-1207432120', u'INT_ADD_-1207435579'), ('const-433', u'LOAD_-1207435562'), ('const-2', u'PTRADD_-1207432452'), ('const-0', u'INT_SLESS_-1207435579'), ('tmp_778', u'BRANCH_-1207436815'), ('tmp_9557', u'CAST_-1207432541'), ('const-227', u'CALL_-1207434424'), ('const-433', u'STORE_-1207435728'), ('const-433', u'LOAD_-1207434998'), ('const-104', u'INT_ADD_-1207437191'), (u'MULTIEQUAL_-1207433105', u'COPY_-1207432249'), ('const-0', u'INT_EQUAL_-1207434844'), (u'PTRADD_-1207432442', u'COPY_-1207432412'), (u'INT_ADD_-1207436184', u'CAST_-1207432481'), ('const-0', u'INT_SLESS_-1207436407'), ('tmp_3024', u'CBRANCH_-1207435152'), (u'LOAD_-1207436730', u'INT_EQUAL_-1207436710'), (u'MULTIEQUAL_-1207433297', u'SUBPIECE_-1207433807'), ('const-433', u'LOAD_-1207436730'), ('const-0', u'RETURN_-1207435052'), (u'INT_RIGHT_-1207435026', u'STORE_-1207435004'), ('const-3', u'PTRADD_-1207432391'), ('tmp_2807', u'CBRANCH_-1207435617'), (u'CAST_-1207432809', u'LOAD_-1207436883'), (u'INT_ZEXT_-1207434340', u'INT_ADD_-1207436924'), ('const-433', u'STORE_-1207435697'), ('const-433', u'LOAD_-1207436962'), (u'INT_NOTEQUAL_-1207436611', u'CBRANCH_-1207436610'), ('const-4', u'PTRADD_-1207432191'), (u'LOAD_-1207434998', u'INT_LESSEQUAL_-1207434965'), (u'INT_SLESS_-1207436198', u'CBRANCH_-1207436205'), (u'PTRADD_-1207432700', u'LOAD_-1207436517'), (u'CAST_-1207431934', u'STORE_-1207435004'), (u'CAST_-1207432712', u'LOAD_-1207436663'), (u'INT_ADD_-1207435683', u'CAST_-1207432306'), ('const-433', u'LOAD_-1207436893'), ('const-4', u'PTRADD_-1207432419'), ('tmp_274', u'CBRANCH_-1207437125'), (u'MULTIEQUAL_-1207433706', u'STORE_-1207436775'), (u'INT_ADD_-1207436906', u'CAST_-1207432833'), (u'INT_ADD_-1207435757', u'CAST_-1207432218'), ('tmp_9561', u'INT_ADD_-1207436107'), (u'MULTIEQUAL_-1207433590', u'COPY_-1207432403'), (u'INT_ADD_-1207436615', u'CAST_-1207432693'), (u'COPY_-1207432502', u'MULTIEQUAL_-1207433550'), ('const-433', u'LOAD_-1207437160'), ('const-433', u'LOAD_-1207434786'), ('tmp_3707', u'CBRANCH_-1207434842'), ('const-4', u'INT_LEFT_-1207436979'), (u'CALLIND_-1207434776', u'STORE_-1207434768'), ('tmp_748', u'CBRANCH_-1207436842'), (u'CAST_-1207432433', u'LOAD_-1207436123'), ('const-0', u'COPY_-1207433398'), ('tmp_9557', u'PTRADD_-1207432317'), (u'INT_LESS_-1207435665', u'CBRANCH_-1207435674'), (u'LOAD_-1207436631', u'INT_NOTEQUAL_-1207436611'), (u'MULTIEQUAL_-1207433590', u'CAST_-1207431953'), ('const-37', u'PTRADD_-1207432248'), ('const-5', u'PTRADD_-1207432344'), (u'INDIRECT_-1207432203', u'MULTIEQUAL_-1207432530'), ('const-2147483647', u'INT_AND_-1207435505'), ('const-433', u'LOAD_-1207436568'), (u'LOAD_-1207435773', u'INT_ADD_-1207435746'), (u'INT_EQUAL_-1207435730', u'CBRANCH_-1207435727'), ('tmp_1658', u'CBRANCH_-1207436257'), (u'INT_ADD_-1207436858', u'CAST_-1207432803'), (u'COPY_-1207434652', u'MULTIEQUAL_-1207433183'), (u'INT_ADD_-1207436924', u'CAST_-1207432847'), (u'INT_AND_-1207435814', u'MULTIEQUAL_-1207433165'), (u'MULTIEQUAL_-1207432630', u'MULTIEQUAL_-1207432718'), (u'INDIRECT_-1207432710', u'MULTIEQUAL_-1207432630'), (u'INT_EQUAL_-1207434844', u'CBRANCH_-1207434842'), ('const-433', u'LOAD_-1207434688'), ('tmp_2249', u'CBRANCH_-1207435727'), (u'PTRADD_-1207432922', u'LOAD_-1207437017'), (u'CAST_-1207432480', u'MULTIEQUAL_-1207433183'), (u'LOAD_-1207436730', u'CALLIND_-1207436699'), ('const-433', u'LOAD_-1207437146'), (u'COPY_-1207431823', u'CALL_-1207434666'), ('const-0', u'INT_EQUAL_-1207436525'), (u'INT_ADD_-1207436739', u'CAST_-1207432739'), (u'LOAD_-1207436435', u'INT_ZEXT_-1207434172'), ('const-744', u'INT_ADD_-1207434672'), ('const-24', u'INT_ADD_-1207436950'), (u'COPY_-1207432405', u'MULTIEQUAL_-1207433590'), (u'PTRADD_-1207432105', u'CAST_-1207432005'), ('tmp_9557', u'PTRADD_-1207431941'), (u'INT_LEFT_-1207436979', u'CAST_-1207432853'), ('const-56', u'INT_ADD_-1207436062'), (u'LOAD_-1207437244', u'INT_EQUAL_-1207437214'), ('const-433', u'LOAD_-1207436537'), (u'CAST_-1207432306', u'STORE_-1207435697'), (u'INT_SLESS_-1207437074', u'CBRANCH_-1207437081'), (u'INT_ADD_-1207436107', u'CAST_-1207432433'), ('const-433', u'STORE_-1207435062'), ('const-0', u'INT_EQUAL_-1207435153'), (u'CALLIND_-1207434776', u'INDIRECT_-1207432183'), ('tmp_1858', u'CBRANCH_-1207436092'), (u'CAST_-1207432269', u'CAST_-1207431960'), (u'MULTIEQUAL_-1207433259', u'CAST_-1207431877'), ('const-8', u'INT_MULT_-1207436835'), ('const-36', u'PTRADD_-1207432030'), ('const-433', u'LOAD_-1207435773'), ('const-433', u'LOAD_-1207435073'), ('const-433', u'LOAD_-1207435851'), ('const-4', u'PTRADD_-1207432036'), ('const-36', u'PTRADD_-1207432700'), ('const-433', u'LOAD_-1207434863'), (u'INDIRECT_-1207432405', u'MULTIEQUAL_-1207432665'), ('const-31', u'PTRADD_-1207432317'), ('const-433', u'LOAD_-1207435636'), ('const-348', u'INT_ADD_-1207436906'), ('const-8', u'PTRADD_-1207432922'), ('const-433', u'LOAD_-1207435161'), ('tmp_9560', u'PTRSUB_-1207432502'), ('tmp_9557', u'PTRADD_-1207432372'), (u'COPY_-1207431767', u'CALL_-1207434462'), (u'CAST_-1207431959', u'LOAD_-1207435073'), ('const-4', u'PTRADD_-1207432419'), (u'CALL_-1207434666', u'INDIRECT_-1207432010'), ('const-304', u'INT_ADD_-1207436124'), ('const-4', u'PTRADD_-1207432344'), (u'COPY_-1207431788', u'CALL_-1207434509'), (u'LOAD_-1207436517', u'SUBPIECE_-1207432672'), (u'LOAD_-1207434863', u'MULTIEQUAL_-1207433204'), (u'CAST_-1207432704', u'MULTIEQUAL_-1207433970'), (u'INT_ADD_-1207435620', u'CAST_-1207432284'), ('const-300', u'INT_ADD_-1207436419'), (u'INT_MULT_-1207435881', u'INT_ADD_-1207435849'), (u'PTRSUB_-1207432315', u'INT_EQUAL_-1207435730'), ('const-1', u'RETURN_-1207435606'), (u'CALLIND_-1207436699', u'MULTIEQUAL_-1207433706'), (u'CAST_-1207432595', u'LOAD_-1207436435'), ('const-23', u'INT_ADD_-1207435692'), (u'CAST_-1207431759', u'LOAD_-1207434688'), (u'INDIRECT_-1207432238', u'MULTIEQUAL_-1207432565'), (u'CAST_-1207432187', u'LOAD_-1207435722'), (u'INT_ADD_-1207436944', u'INT_ADD_-1207436924'), (u'LOAD_-1207436663', u'INT_ADD_-1207436615'), (u'INT_EQUAL_-1207436469', u'CBRANCH_-1207436440'), (u'INT_ADD_-1207436333', u'CAST_-1207432551'), (u'INT_ADD_-1207437309', u'CAST_-1207433008'), ('const-24', u'INT_ADD_-1207436339'), ('const-23', u'INT_ADD_-1207435057'), (u'INDIRECT_-1207432370', u'MULTIEQUAL_-1207432299'), ('tmp_905', u'CBRANCH_-1207436733'), (u'COPY_-1207432074', u'MULTIEQUAL_-1207433590'), (u'MULTIEQUAL_-1207432665', u'MULTIEQUAL_-1207432753'), ('const-3617876', u'COPY_-1207431767'), (u'LOAD_-1207435867', u'INT_ADD_-1207435849'), (u'INDIRECT_-1207432710', u'MULTIEQUAL_-1207432299'), (u'LOAD_-1207437160', u'INT_ADD_-1207437094'), ('const-216', u'INT_ADD_-1207434770'), ('const-8', u'PTRADD_-1207432372'), (u'MULTIEQUAL_-1207433104', u'MULTIEQUAL_-1207433019'), (u'CAST_-1207431942', u'INT_ADD_-1207434999'), (u'MULTIEQUAL_-1207433069', u'MULTIEQUAL_-1207432984'), (u'CALL_-1207434666', u'INDIRECT_-1207432045'), ('tmp_9557', u'PTRADD_-1207432876'), ('tmp_9561', u'INT_ADD_-1207434682'), (u'CAST_-1207432202', u'LOAD_-1207435750'), (u'INT_ADD_-1207436178', u'CAST_-1207432480'), ('const-433', u'LOAD_-1207434698'), ('tmp_9561', u'INT_ADD_-1207434672'), ('const-433', u'LOAD_-1207436330'), ('const-124', u'INT_ADD_-1207435706'), ('const-8', u'PTRADD_-1207431877'), ('const-13', u'INT_ADD_-1207435048'), (u'MULTIEQUAL_-1207433994', u'CAST_-1207432765'), ('const-0', u'SUBPIECE_-1207432672'), (u'INT_LEFT_-1207436474', u'INT_EQUAL_-1207436469'), ('tmp_2988', u'CBRANCH_-1207435178'), (u'INT_ADD_-1207436635', u'CAST_-1207432704'), (u'SUBPIECE_-1207432672', u'INT_LEFT_-1207436474'), (u'LOAD_-1207436883', u'INT_ZEXT_-1207434376'), ('const-433', u'STORE_-1207436775'), (u'INT_ADD_-1207436151', u'CALL_-1207435746'), ('const-1', u'INT_ADD_-1207435594'), (u'CAST_-1207432269', u'PTRADD_-1207432067'), (u'MULTIEQUAL_-1207433590', u'PTRADD_-1207432062'), (u'INDIRECT_-1207433174', u'MULTIEQUAL_-1207433003'), (u'CAST_-1207432510', u'LOAD_-1207436252'), (u'PTRADD_-1207432391', u'CAST_-1207432290'), ('const-1', u'RETURN_-1207434504'), (u'PTRADD_-1207431941', u'LOAD_-1207434863'), ('const-124', u'INT_ADD_-1207435612'), ('const-4', u'INT_AND_-1207436511'), (u'INT_ZEXT_-1207434095', u'INT_ADD_-1207436178'), ('const-46', u'PTRADD_-1207432352'), ('tmp_3949', u'CBRANCH_-1207435606'), (u'INT_MULT_-1207436603', u'INT_ADD_-1207436615'), (u'INT_NOTEQUAL_-1207436843', u'CBRANCH_-1207436842'), (u'INT_ZEXT_-1207433994', u'INT_MULT_-1207435734'), (u'CAST_-1207432740', u'INT_ADD_-1207436739'), (u'CALL_-1207435597', u'INDIRECT_-1207432530'), (u'MULTIEQUAL_-1207433069', u'MULTIEQUAL_-1207433003'), ('const-3617876', u'COPY_-1207431696'), ('const-728', u'INT_ADD_-1207436142'), ('const-160', u'INT_ADD_-1207436151'), (u'MULTIEQUAL_-1207433550', u'PTRADD_-1207432414'), ('const-4', u'INT_ADD_-1207436867'), (u'MULTIEQUAL_-1207432624', u'MULTIEQUAL_-1207432100'), ('const-8', u'INT_MULT_-1207436603'), (u'LOAD_-1207436252', u'INT_ZEXT_-1207434095'), (u'INT_ADD_-1207437094', u'INT_SLESS_-1207437074'), ('const-3624024', u'COPY_-1207431709'), (u'CAST_-1207432765', u'INT_ADD_-1207435612'), (u'LOAD_-1207435161', u'CALL_-1207435114'), (u'INT_ADD_-1207436944', u'INT_ADD_-1207436635'), (u'MULTIEQUAL_-1207433970', u'CAST_-1207432751'), (u'LOAD_-1207437207', u'INT_ADD_-1207437130'), (u'CAST_-1207432596', u'INT_ADD_-1207436419'), ('const-433', u'LOAD_-1207436863'), ('const-433', u'STORE_-1207435013'), (u'INT_ADD_-1207436657', u'INT_ADD_-1207436635'), (u'PTRSUB_-1207432502', u'CALL_-1207435597'), ('tmp_9557', u'PTRADD_-1207432937'), ('const-32', u'INT_ADD_-1207437184'), ('const-1', u'INT_ADD_-1207436751'), (u'LOAD_-1207436568', u'INT_EQUAL_-1207436546'), (u'CAST_-1207432551', u'MULTIEQUAL_-1207433089'), (u'INT_ZEXT_-1207433965', u'INT_ADD_-1207435178'), (u'CAST_-1207432481', u'LOAD_-1207436196'), (u'INT_LESSEQUAL_-1207435168', u'CBRANCH_-1207435166'), (u'LOAD_-1207435795', u'INT_ADD_-1207435757'), ('const-433', u'LOAD_-1207435756'), (u'INT_ADD_-1207435734', u'CAST_-1207432202'), (u'LOAD_-1207437200', u'INT_AND_-1207433803'), ('const-1', u'RETURN_-1207434701'), (u'INT_ADD_-1207436751', u'INT_LESSEQUAL_-1207436723'), (u'CAST_-1207432296', u'STORE_-1207435649'), (u'INT_ADD_-1207436523', u'CAST_-1207432636'), (u'CAST_-1207432944', u'LOAD_-1207437200'), ('tmp_3601', u'CBRANCH_-1207434975'), ('tmp_9557', u'PTRADD_-1207432795'), (u'INT_ZEXT_-1207434414', u'CALL_-1207436924'), (u'LOAD_-1207437017', u'CAST_-1207432869'), (u'CALL_-1207434827', u'MULTIEQUAL_-1207433165'), (u'MULTIEQUAL_-1207433550', u'PTRADD_-1207432391'), ('const-31', u'PTRADD_-1207432795'), ('const-16', u'INT_ADD_-1207437130'), ('const-0', u'PTRSUB_-1207432315'), (u'INDIRECT_-1207432405', u'MULTIEQUAL_-1207432334'), (u'INT_EQUAL_-1207437180', u'CBRANCH_-1207437178'), ('const-24', u'INT_ADD_-1207436184'), (u'LOAD_-1207436537', u'INT_AND_-1207436511'), ('const-3625794', u'COPY_-1207431683'), (u'CAST_-1207432269', u'PTRADD_-1207432191'), (u'LOAD_-1207437325', u'INT_EQUAL_-1207437303'), (u'MULTIEQUAL_-1207432530', u'MULTIEQUAL_-1207432718'), (u'INT_LESS_-1207435792', u'CBRANCH_-1207435800'), (u'LOAD_-1207435636', u'INT_SLESS_-1207435620'), ('const-433', u'LOAD_-1207436420'), ('tmp_2874', u'CBRANCH_-1207435577'), (u'INT_ADD_-1207437144', u'CAST_-1207432927'), (u'MULTIEQUAL_-1207433003', u'MULTIEQUAL_-1207433069'), ('tmp_831', u'BRANCH_-1207436700'), ('const-44', u'PTRADD_-1207432937'), (u'MULTIEQUAL_-1207433038', u'MULTIEQUAL_-1207432100'), (u'MULTIEQUAL_-1207433590', u'STORE_-1207435110'), (u'COPY_-1207434979', u'MULTIEQUAL_-1207433089'), (u'INT_RIGHT_-1207435662', u'STORE_-1207435641'), (u'CAST_-1207432493', u'LOAD_-1207436226'), (u'INT_EQUAL_-1207437160', u'CBRANCH_-1207437151'), (u'INT_ZEXT_-1207434340', u'INT_ADD_-1207436657'), (u'INT_EQUAL_-1207434658', u'CBRANCH_-1207434657'), (u'LOAD_-1207436922', u'INT_NOTEQUAL_-1207436898'), (u'CALL_-1207434729', u'INDIRECT_-1207431961'), ('const-4163', u'CALL_-1207434706'), (u'MULTIEQUAL_-1207433221', u'INT_ADD_-1207435115'), ('const-433', u'LOAD_-1207435738'), (u'CAST_-1207432541', u'INT_ADD_-1207436314'), ('const-4', u'INT_LEFT_-1207436474'), (u'INT_ADD_-1207436408', u'CAST_-1207432587'), ('const-2665', u'CALL_-1207434713'), (u'LOAD_-1207435851', u'INT_AND_-1207435814'), ('const-433', u'LOAD_-1207437244'), ('const-1', u'RETURN_-1207434708'), ('const-1', u'PTRADD_-1207432073'), ('const-2658', u'CALL_-1207434729'), (u'CAST_-1207433008', u'LOAD_-1207437325'), ('tmp_347', u'CBRANCH_-1207437081'), (u'CAST_-1207432269', u'LOAD_-1207435738'), (u'INT_ADD_-1207435692', u'CAST_-1207432313'), (u'PTRADD_-1207432062', u'STORE_-1207435079'), (u'CAST_-1207431876', u'INT_SUB_-1207435128'), ('const-0', u'SUBPIECE_-1207432232'), ('tmp_9557', u'PTRADD_-1207432030'), ('const-433', u'LOAD_-1207435723'), ('const-16', u'INT_ADD_-1207436365'), ('const-433', u'LOAD_-1207436727'), ('const-3617896', u'COPY_-1207431823'), (u'MULTIEQUAL_-1207433104', u'MULTIEQUAL_-1207433038'), ('const-3624024', u'COPY_-1207431818'), (u'INT_ADD_-1207436419', u'CAST_-1207432595'), (u'INT_ADD_-1207437130', u'CAST_-1207432916'), (u'MULTIEQUAL_-1207432665', u'MULTIEQUAL_-1207432624'), (u'CAST_-1207432927', u'LOAD_-1207437160'), (u'INT_ADD_-1207436339', u'CAST_-1207432552'), (u'MULTIEQUAL_-1207432984', u'MULTIEQUAL_-1207432630'), (u'MULTIEQUAL_-1207433590', u'PTRADD_-1207432073'), (u'INT_EQUAL_-1207435118', u'CBRANCH_-1207435113'), ('const-433', u'LOAD_-1207435599'), (u'COPY_-1207432403', u'MULTIEQUAL_-1207433259'), ('const-0', u'STORE_-1207435697'), (u'LOAD_-1207435750', u'CALLIND_-1207434839'), ('const-4', u'PTRADD_-1207432062'), (u'PTRADD_-1207432352', u'LOAD_-1207435867'), (u'INT_EQUAL_-1207436525', u'CBRANCH_-1207436522'), (u'LOAD_-1207436641', u'INT_ZEXT_-1207434277'), (u'MULTIEQUAL_-1207432299', u'MULTIEQUAL_-1207431914'), (u'INT_ADD_-1207435057', u'CAST_-1207431959'), (u'INT_ADD_-1207435115', u'MULTIEQUAL_-1207433221'), ('tmp_9561', u'INT_ADD_-1207437228'), (u'INT_SUB_-1207435193', u'INT_NOTEQUAL_-1207435182'), (u'INT_ADD_-1207436761', u'CAST_-1207432750'), ('tmp_2910', u'CBRANCH_-1207435221'), ('const-433', u'LOAD_-1207435750'), ('const-65535', u'INT_EQUAL_-1207435365'), ('tmp_2171', u'CBRANCH_-1207435800'), ('const-433', u'LOAD_-1207436874'), (u'LOAD_-1207437146', u'INT_ADD_-1207437094'), (u'INT_EQUAL_-1207437214', u'CBRANCH_-1207437212'), ('const-2561', u'CALL_-1207434509'), (u'INT_SLESS_-1207436353', u'CBRANCH_-1207436360'), ('const-433', u'STORE_-1207435095'), (u'COPY_-1207431739', u'CALL_-1207434729'), ('const-433', u'STORE_-1207435713'), ('tmp_9557', u'CAST_-1207432740'), (u'CAST_-1207432700', u'INT_ADD_-1207436625'), (u'INT_ADD_-1207436867', u'CAST_-1207432809'), (u'CAST_-1207432858', u'LOAD_-1207436962'), (u'CAST_-1207432916', u'LOAD_-1207437146'), (u'PTRADD_-1207432073', u'STORE_-1207435095'), ('const-433', u'STORE_-1207434768'), (u'LOAD_-1207435599', u'INT_LESS_-1207435568'), ('const-4', u'PTRADD_-1207432424'), ('const-433', u'LOAD_-1207436123'), (u'MULTIEQUAL_-1207433590', u'COPY_-1207432405'), ('const-45', u'PTRADD_-1207432922'), (u'LOAD_-1207435628', u'MULTIEQUAL_-1207433706'), (u'MULTIEQUAL_-1207432565', u'MULTIEQUAL_-1207432753'), ('tmp_9557', u'LOAD_-1207434796'), (u'LOAD_-1207436330', u'INT_LEFT_-1207436291'), (u'COPY_-1207432506', u'MULTIEQUAL_-1207433590'), (u'CALLIND_-1207434839', u'INDIRECT_-1207432203'), (u'LOAD_-1207434698', u'MULTIEQUAL_-1207434093'), ('const-3626048', u'COPY_-1207431860'), ('const-8', u'PTRADD_-1207432876'), ('tmp_3723', u'BRANCH_-1207434824'), ('tmp_2543', u'BRANCH_-1207435493'), (u'LOAD_-1207437325', u'INT_LEFT_-1207437030'), (u'PTRSUB_-1207432766', u'INT_EQUAL_-1207436710'), (u'LOAD_-1207435723', u'STORE_-1207435713'), ('const-0', u'INT_SLESS_-1207435620'), (u'INT_ADD_-1207435499', u'CALL_-1207435496'), (u'INT_AND_-1207436511', u'INT_EQUAL_-1207436525'), (u'PTRADD_-1207432795', u'LOAD_-1207436727'), (u'MULTIEQUAL_-1207432984', u'MULTIEQUAL_-1207431914'), (u'LOAD_-1207437244', u'INT_ADD_-1207437191'), (u'INT_ADD_-1207436365', u'CAST_-1207432564'), ('const-0', u'PTRSUB_-1207432766'), (u'CAST_-1207432704', u'CAST_-1207432700'), (u'INDIRECT_-1207433054', u'MULTIEQUAL_-1207433104'), (u'PTRADD_-1207432595', u'CAST_-1207432510'), (u'CAST_-1207432353', u'LOAD_-1207435780'), (u'CAST_-1207431960', u'INT_ADD_-1207435057'), (u'CAST_-1207432803', u'LOAD_-1207436874'), (u'CAST_-1207432834', u'INT_ADD_-1207436906'), ('tmp_204', u'CBRANCH_-1207437178'), ('const-433', u'LOAD_-1207435595'), ('const-433', u'LOAD_-1207437325'), (u'CAST_-1207432540', u'LOAD_-1207436330'), (u'LOAD_-1207435562', u'INT_AND_-1207435505'), (u'CAST_-1207433009', u'INT_ADD_-1207437309'), (u'CAST_-1207432314', u'INT_ADD_-1207435692'), (u'MULTIEQUAL_-1207433019', u'MULTIEQUAL_-1207431949'), (u'CALL_-1207434729', u'INDIRECT_-1207431926'), (u'COPY_-1207432412', u'MULTIEQUAL_-1207433550'), (u'PTRADD_-1207432414', u'STORE_-1207435713'), ('const-0', u'RETURN_-1207434660'), (u'INT_ADD_-1207436402', u'INT_SLESS_-1207436407'), ('const-4', u'INT_ADD_-1207436761'), ('const-433', u'STORE_-1207435079'), (u'LOAD_-1207435780', u'CALL_-1207435746'), (u'COPY_-1207431848', u'CALL_-1207435611'), ('const-56', u'INT_ADD_-1207435499'), (u'CAST_-1207432853', u'INT_ZEXT_-1207434340'), ('const-4', u'PTRADD_-1207432391'), ('const-8', u'PTRADD_-1207432248'), (u'LOAD_-1207436196', u'INT_ADD_-1207436178'), (u'LOAD_-1207434796', u'INT_ADD_-1207434770'), (u'MULTIEQUAL_-1207433003', u'MULTIEQUAL_-1207432065'), (u'MULTIEQUAL_-1207433590', u'PTRADD_-1207432036'), (u'INT_ADD_-1207436625', u'CAST_-1207432699'), (u'MULTIEQUAL_-1207433105', u'INT_LESS_-1207435665'), (u'INDIRECT_-1207433174', u'MULTIEQUAL_-1207432984'), (u'MULTIEQUAL_-1207433221', u'INT_ZEXT_-1207433964'), (u'INT_LEFT_-1207436474', u'INT_ZEXT_-1207434042'), ('const-4', u'PTRADD_-1207432452'), ('const-144', u'INT_ADD_-1207436647'), (u'CAST_-1207432005', u'LOAD_-1207435161'), ('const-433', u'LOAD_-1207436736'), (u'INT_LEFT_-1207436291', u'INT_ZEXT_-1207433965'), (u'CAST_-1207432269', u'CAST_-1207432120'), (u'CAST_-1207432488', u'INT_SLESS_-1207436198'), (u'LOAD_-1207435750', u'INT_EQUAL_-1207435730'), ('const-144', u'INT_ADD_-1207436858'), ('tmp_9557', u'CAST_-1207432596'), ('const-3624024', u'COPY_-1207431843'), ('tmp_685', u'CBRANCH_-1207436898'), (u'CAST_-1207431902', u'INT_SUB_-1207435193'), (u'CAST_-1207432750', u'STORE_-1207436775'), ('tmp_2460', u'CBRANCH_-1207435567'), (u'LOAD_-1207437207', u'INT_ADD_-1207437184'), (u'LOAD_-1207435669', u'SUBPIECE_-1207432232'), (u'CAST_-1207432949', u'LOAD_-1207437207'), (u'PTRADD_-1207432095', u'MULTIEQUAL_-1207433259'), (u'INT_LEFT_-1207436291', u'INT_EQUAL_-1207436286'), (u'PTRADD_-1207432036', u'CAST_-1207431934'), (u'LOAD_-1207436893', u'INT_ADD_-1207436858'), ('const-1', u'RETURN_-1207434661'), ('const-433', u'STORE_-1207435742'), (u'LOAD_-1207436226', u'INT_SLESS_-1207436198'), (u'INT_NOTEQUAL_-1207435182', u'CBRANCH_-1207435178'), (u'CALLIND_-1207434839', u'INDIRECT_-1207432238'), (u'INT_ADD_-1207435048', u'CAST_-1207431952'), ('const-27', u'INT_ADD_-1207435579'), ('tmp_1188', u'CBRANCH_-1207436544'), (u'CAST_-1207431941', u'STORE_-1207435013'), (u'CALLIND_-1207434776', u'INDIRECT_-1207432218'), (u'LOAD_-1207435738', u'STORE_-1207435728'), ('const-433', u'LOAD_-1207435762'), ('tmp_9557', u'PTRADD_-1207432700'), (u'LOAD_-1207435089', u'STORE_-1207435079'), (u'CALL_-1207435114', u'INDIRECT_-1207432370'), (u'INT_ADD_-1207434672', u'CAST_-1207431759'), (u'LOAD_-1207436568', u'INT_ADD_-1207436408'), ('const-8', u'INT_MULT_-1207435734'), (u'CALLIND_-1207434839', u'MULTIEQUAL_-1207433105'), (u'INDIRECT_-1207433209', u'MULTIEQUAL_-1207433038'), ('tmp_1949', u'BRANCH_-1207436022'), ('const-32', u'INT_MULT_-1207435881'), ('const-8', u'PTRADD_-1207431877'), (u'CAST_-1207432021', u'INT_ADD_-1207435178'), (u'CAST_-1207432269', u'LOAD_-1207435105'), (u'COPY_-1207432292', u'MULTIEQUAL_-1207433297'), ('const-433', u'LOAD_-1207435669'), (u'PTRADD_-1207432372', u'CAST_-1207432269'), ('tmp_9568', u'INT_ADD_-1207436950'), ('const-0', u'STORE_-1207435062'), (u'INT_LESSEQUAL_-1207436723', u'CBRANCH_-1207436733'), (u'COPY_-1207433398', u'MULTIEQUAL_-1207433221'), (u'LOAD_-1207437200', u'INT_AND_-1207433788'), ('tmp_9557', u'PTRADD_-1207432248'), ('const-433', u'LOAD_-1207436435'), ('tmp_9568', u'INT_ADD_-1207436184'), (u'CAST_-1207432850', u'INT_ZEXT_-1207434414'), ('tmp_9561', u'INT_ADD_-1207436124'), (u'INT_ZEXT_-1207434095', u'INT_ADD_-1207436224'), ('const-433', u'LOAD_-1207437017'), ('const-24', u'INT_ADD_-1207436408'), ('tmp_1474', u'CBRANCH_-1207436360'), (u'CAST_-1207432894', u'LOAD_-1207437100'), ('tmp_3644', u'BRANCH_-1207434840'), (u'CALL_-1207434706', u'INDIRECT_-1207432097'), (u'INT_EQUAL_-1207435608', u'CBRANCH_-1207435606'), ('const-6', u'PTRADD_-1207432191'), ('const-433', u'LOAD_-1207434796'), (u'INT_LEFT_-1207436474', u'INT_NOTEQUAL_-1207435221'), ('const-4294967295', u'COPY_-1207433145'), (u'INT_ZEXT_-1207434042', u'INT_ADD_-1207436379'), ('const-4', u'PTRADD_-1207432095'), (u'COPY_-1207431843', u'CALL_-1207435611'), (u'LOAD_-1207436736', u'INT_ADD_-1207436714'), ('const-65279', u'INT_LESS_-1207435665'), ('const-1', u'INT_ADD_-1207435115'), (u'CALL_-1207434713', u'INDIRECT_-1207431901'), (u'INT_ADD_-1207436142', u'CAST_-1207432458'), ('const-433', u'STORE_-1207435110'), (u'CAST_-1207432636', u'LOAD_-1207436537'), ('const-88', u'INT_ADD_-1207435734'), (u'CAST_-1207432552', u'LOAD_-1207436351'), (u'MULTIEQUAL_-1207433105', u'COPY_-1207432292'), ('const-433', u'LOAD_-1207435105'), (u'LOAD_-1207435756', u'INT_ADD_-1207435734'), ('const-0', u'INT_EQUAL_-1207434658'), (u'INT_LEFT_-1207437030', u'CAST_-1207432850'), ('const-0', u'SUBPIECE_-1207432906'), (u'MULTIEQUAL_-1207433221', u'INT_ADD_-1207435594'), ('const-1599968', u'PTRSUB_-1207432766'), ('const-433', u'LOAD_-1207435708'), (u'COPY_-1207431696', u'CALL_-1207434424'), ('const-0', u'INT_EQUAL_-1207436093'), (u'INT_ZEXT_-1207433964', u'INT_MULT_-1207435881'), ('const-8', u'PTRADD_-1207432352'), ('tmp_9557', u'CAST_-1207433009'), ('const-728', u'INT_ADD_-1207434682'), ('tmp_3100', u'CBRANCH_-1207435113'), (u'PTRADD_-1207432937', u'LOAD_-1207437076'), ('const-433', u'LOAD_-1207435780'), (u'CAST_-1207432559', u'INT_SLESS_-1207436353'), ('const-0', u'SUBPIECE_-1207433807'), ('tmp_9568', u'INT_ADD_-1207436365'), ('tmp_9557', u'PTRADD_-1207432922'), (u'PTRADD_-1207431877', u'STORE_-1207434768'), (u'MULTIEQUAL_-1207433183', u'CAST_-1207431876'), (u'INDIRECT_-1207432477', u'MULTIEQUAL_-1207432753'), (u'COPY_-1207433145', u'MULTIEQUAL_-1207433297'), (u'MULTIEQUAL_-1207432589', u'MULTIEQUAL_-1207432530'), (u'INT_ADD_-1207436210', u'CAST_-1207432493'), ('tmp_3870', u'BRANCH_-1207434966'), ('const-433', u'LOAD_-1207436158'), (u'INT_ADD_-1207435579', u'CAST_-1207432119'), ('const-268435455', u'INT_AND_-1207435814'), (u'INT_AND_-1207433788', u'INT_EQUAL_-1207437160'), (u'CALL_-1207435114', u'STORE_-1207435110'), ('const-0', u'INT_EQUAL_-1207437160'), ('const-3624024', u'COPY_-1207431734'), ('tmp_1220', u'CBRANCH_-1207436522'), ('const-2643', u'CALL_-1207434666'), ('const-433', u'LOAD_-1207436663'), (u'INT_ADD_-1207436950', u'CAST_-1207432858'), (u'MULTIEQUAL_-1207433550', u'STORE_-1207435742'), (u'CALL_-1207436924', u'INDIRECT_-1207433209'), (u'PTRADD_-1207432452', u'CAST_-1207432353'), ('const-433', u'LOAD_-1207435867'), (u'INT_ADD_-1207437191', u'CAST_-1207432949'), ('const-4', u'PTRADD_-1207432414'), (u'CALL_-1207435746', u'STORE_-1207435742'), (u'INT_ADD_-1207436402', u'INT_ADD_-1207436379'), ('const-4', u'PTRADD_-1207432073'), ('const-348', u'INT_ADD_-1207437309'), ('const-3625784', u'COPY_-1207431756'), (u'INT_ADD_-1207434770', u'CAST_-1207431815'), (u'LOAD_-1207436420', u'INT_ADD_-1207436402'), (u'INT_ZEXT_-1207434376', u'INT_MULT_-1207436835'), (u'INT_ADD_-1207436552', u'CAST_-1207432653'), (u'SUBPIECE_-1207432672', u'INT_EQUAL_-1207436093'), ('tmp_9557', u'PTRADD_-1207432352'), (u'CAST_-1207432795', u'LOAD_-1207436863'), ('const-16', u'INT_ADD_-1207437084'), (u'INT_ADD_-1207436751', u'INT_MULT_-1207436686'), (u'INT_EQUAL_-1207436093', u'CBRANCH_-1207436092'), ('const-433', u'LOAD_-1207435795'), (u'CAST_-1207432290', u'STORE_-1207435641'), ('const-4', u'PTRADD_-1207432067'), (u'SUBPIECE_-1207433807', u'STORE_-1207435013'), (u'MULTIEQUAL_-1207434093', u'INT_ADD_-1207436062'), (u'COPY_-1207431875', u'CALL_-1207434706'), (u'CAST_-1207432297', u'INT_ADD_-1207435635'), ('const-433', u'LOAD_-1207436883'), (u'LOAD_-1207436351', u'INT_ADD_-1207436333'), (u'CAST_-1207432210', u'LOAD_-1207435762'), (u'CAST_-1207432847', u'CALL_-1207436924'), (u'LOAD_-1207435722', u'INT_EQUAL_-1207435702'), ('const-0', u'RETURN_-1207432051'), ('tmp_9557', u'CALL_-1207434827'), ('tmp_3756', u'BRANCH_-1207434762'), (u'INT_LEFT_-1207436291', u'INT_EQUAL_-1207435153'), (u'INT_NOTEQUAL_-1207436898', u'CBRANCH_-1207436898'), (u'LOAD_-1207434786', u'CALLIND_-1207434776'), (u'CAST_-1207431952', u'STORE_-1207435062'), ('const-2', u'PTRADD_-1207432414'), (u'INT_ADD_-1207436714', u'CAST_-1207432688'), (u'INT_NOTEQUAL_-1207435221', u'CBRANCH_-1207435221'), (u'LOAD_-1207434688', u'MULTIEQUAL_-1207432865'), (u'CAST_-1207432269', u'CAST_-1207432314'), (u'INDIRECT_-1207433019', u'MULTIEQUAL_-1207433069'), (u'INT_LESSEQUAL_-1207434965', u'CBRANCH_-1207434975'), (u'PTRADD_-1207432067', u'LOAD_-1207435089'), (u'CAST_-1207432739', u'LOAD_-1207436755'), ('const-4', u'PTRADD_-1207432067'), (u'LOAD_-1207436874', u'INT_ADD_-1207436847'), (u'INT_ADD_-1207436847', u'CAST_-1207432795'), ('const-8', u'PTRADD_-1207432937'), (u'INDIRECT_-1207432183', u'MULTIEQUAL_-1207432213'), (u'CALL_-1207435496', u'INDIRECT_-1207432477'), (u'COPY_-1207431860', u'CALL_-1207434706'), (u'INT_ADD_-1207435115', u'INT_LESSEQUAL_-1207434965'), (u'LOAD_-1207436863', u'MULTIEQUAL_-1207433994'), (u'LOAD_-1207436755', u'INT_LESSEQUAL_-1207436723'), ('const-433', u'LOAD_-1207436922'), ('tmp_2289', u'CBRANCH_-1207435700'), (u'INT_ADD_-1207436402', u'INT_ADD_-1207436333'), (u'INT_AND_-1207435814', u'MULTIEQUAL_-1207433297'), ('const-433', u'LOAD_-1207436755'), (u'INT_ZEXT_-1207434172', u'INT_ADD_-1207436402'), (u'INT_ADD_-1207437084', u'CAST_-1207432894'), ('const-8', u'PTRADD_-1207432030'), (u'MULTIEQUAL_-1207432630', u'MULTIEQUAL_-1207432213'), (u'INT_ADD_-1207436379', u'CAST_-1207432559'), ('tmp_9557', u'CAST_-1207432834'), (u'COPY_-1207431818', u'CALL_-1207434666'), (u'MULTIEQUAL_-1207433221', u'INT_ADD_-1207435604'), ('const-144', u'INT_ADD_-1207435757'), (u'LOAD_-1207435105', u'STORE_-1207435095'), ('const-4', u'INT_ADD_-1207436625'), ('const-8', u'PTRADD_-1207432795'), ('const-8', u'PTRADD_-1207432700'), ('const-433', u'LOAD_-1207436631'), (u'PTRADD_-1207432248', u'LOAD_-1207435669'), (u'CAST_-1207431928', u'LOAD_-1207434998'), ('const-433', u'LOAD_-1207437207'), ('const-0', u'INT_EQUAL_-1207437214'), (u'LOAD_-1207435708', u'INT_RIGHT_-1207435662'), (u'PTRADD_-1207432191', u'LOAD_-1207435562'), ('const-433', u'LOAD_-1207436196'), (u'CAST_-1207432653', u'LOAD_-1207436568'), ('tmp_9568', u'INT_ADD_-1207437084'), (u'CAST_-1207432119', u'LOAD_-1207435595'), (u'INT_EQUAL_-1207437303', u'CBRANCH_-1207437302'), (u'CAST_-1207432847', u'CAST_-1207432810'), (u'CAST_-1207432188', u'INT_ADD_-1207435706'), (u'INDIRECT_-1207432745', u'MULTIEQUAL_-1207432665'), ('tmp_820', u'CBRANCH_-1207436708'), ('const-0', u'INT_NOTEQUAL_-1207436898'), (u'INT_EQUAL_-1207435702', u'CBRANCH_-1207435700'), (u'MULTIEQUAL_-1207433550', u'PTRADD_-1207432424'), (u'CAST_-1207431903', u'INT_SUB_-1207435193'), (u'INT_ADD_-1207435635', u'CAST_-1207432296'), ('const-3', u'PTRADD_-1207432036'), (u'MULTIEQUAL_-1207433550', u'PTRADD_-1207432442'), (u'CAST_-1207431815', u'LOAD_-1207434786'), ('const-32', u'INT_ADD_-1207436523'), (u'MULTIEQUAL_-1207432334', u'MULTIEQUAL_-1207431949'), (u'CALLIND_-1207436699', u'INDIRECT_-1207433019'), (u'CAST_-1207432751', u'INT_ADD_-1207436761'), ('tmp_3303', u'CBRANCH_-1207435166'), ('tmp_3861', u'BRANCH_-1207434639'), ('const-27', u'INT_ADD_-1207435620'), ('const-16', u'INT_MULT_-1207436686'), (u'INT_ADD_-1207435594', u'INT_LESS_-1207435568'), ('const-0', u'COPY_-1207434652'), (u'COPY_-1207431709', u'CALL_-1207434713'), (u'CAST_-1207432269', u'LOAD_-1207435599'), (u'LOAD_-1207436381', u'INT_SLESS_-1207436353'), (u'INT_SUB_-1207435128', u'INT_EQUAL_-1207435118'), ('const-14', u'INT_ADD_-1207435635'), (u'INT_AND_-1207435814', u'INT_LESS_-1207435792'), ('const-4294967295', u'INT_EQUAL_-1207435702'), (u'CAST_-1207432269', u'PTRADD_-1207432452'), ('const-8', u'PTRADD_-1207431941'), (u'INDIRECT_-1207432370', u'MULTIEQUAL_-1207432630'), (u'INDIRECT_-1207432530', u'MULTIEQUAL_-1207432753'), ('const-38', u'PTRADD_-1207432595'), ('const-36', u'PTRADD_-1207432372'), (u'INT_AND_-1207435814', u'INT_EQUAL_-1207435365'), (u'LOAD_-1207434863', u'INT_EQUAL_-1207434844'), (u'PTRADD_-1207432424', u'STORE_-1207435728'), ('tmp_9568', u'INT_ADD_-1207436210'), (u'LOAD_-1207435628', u'INT_EQUAL_-1207435608'), ('const-0', u'COPY_-1207433787'), ('const-433', u'LOAD_-1207435722'), ('tmp_2324', u'CBRANCH_-1207435674'), ('tmp_34', u'CBRANCH_-1207437302'), ('const-24', u'INT_ADD_-1207437144'), ('const-16', u'INT_ADD_-1207436210'), (u'INT_SLESS_-1207436407', u'CBRANCH_-1207436401'), (u'INT_ADD_-1207437184', u'CAST_-1207432944'), ('tmp_1414', u'CBRANCH_-1207436401'), ('const-433', u'LOAD_-1207436381'), (u'LOAD_-1207437076', u'SUBPIECE_-1207432906'), (u'CALL_-1207434827', u'INDIRECT_-1207432222'), (u'MULTIEQUAL_-1207433089', u'CAST_-1207431902'), ('const-433', u'STORE_-1207435004'), (u'INDIRECT_-1207432745', u'MULTIEQUAL_-1207432334'), (u'INT_ADD_-1207436124', u'CALL_-1207435114'), ('const-1', u'PTRADD_-1207432424'), ('const-4', u'PTRADD_-1207432442'), (u'LOAD_-1207436568', u'INT_ADD_-1207436523'), (u'CAST_-1207432847', u'MULTIEQUAL_-1207433970'), ('const-65280', u'INT_LESS_-1207435792'), (u'CALL_-1207434827', u'INDIRECT_-1207432257'), (u'CALLIND_-1207436699', u'INDIRECT_-1207433054'), (u'CALL_-1207434713', u'INDIRECT_-1207431936'), (u'CAST_-1207432833', u'LOAD_-1207436922'), (u'INT_SLESS_-1207437126', u'CBRANCH_-1207437125'), ('const-4', u'INT_LEFT_-1207436291'), ('const-207', u'CALL_-1207434462'), (u'LOAD_-1207435722', u'MULTIEQUAL_-1207433105'), ('const-3617896', u'COPY_-1207431848'), (u'CALL_-1207436924', u'INDIRECT_-1207433174'), (u'CAST_-1207431877', u'INT_SUB_-1207435128'), (u'INT_EQUAL_-1207436710', u'CBRANCH_-1207436708'), ('const-433', u'STORE_-1207435641'), (u'INT_ADD_-1207436751', u'MULTIEQUAL_-1207433642'), ('const-433', u'LOAD_-1207435089'), (u'CAST_-1207432269', u'PTRADD_-1207432105'), ('const-0', u'INT_EQUAL_-1207437303'), ('const-31', u'PTRADD_-1207432876'), (u'MULTIEQUAL_-1207433183', u'COPY_-1207432506'), (u'CAST_-1207432269', u'CAST_-1207432285'), (u'MULTIEQUAL_-1207433038', u'MULTIEQUAL_-1207433104'), (u'CAST_-1207432699', u'LOAD_-1207436641'), (u'MULTIEQUAL_-1207433221', u'CALL_-1207434827'), (u'CAST_-1207431953', u'INT_ADD_-1207435048'), ('tmp_9568', u'INT_ADD_-1207436339'), ('const-2', u'PTRADD_-1207432105'), (u'PTRADD_-1207432419', u'LOAD_-1207435723'), (u'LOAD_-1207437160', u'INT_ADD_-1207436944'), ('const-1', u'RETURN_-1207434419'), ('const-3617896', u'COPY_-1207431788'), (u'CAST_-1207432307', u'INT_ADD_-1207435683'), (u'LOAD_-1207435073', u'INT_RIGHT_-1207435026'), ('const-433', u'LOAD_-1207437200'), (u'INT_ADD_-1207435178', u'CAST_-1207432020'), ('tmp_3851', u'CBRANCH_-1207434657'), (u'INT_ADD_-1207435849', u'CAST_-1207432269'), (u'INT_ZEXT_-1207433965', u'INT_ADD_-1207436224'), (u'INT_SLESS_-1207435579', u'CBRANCH_-1207435567'), ('const-433', u'LOAD_-1207436351'), (u'INT_ADD_-1207435746', u'CAST_-1207432210'), (u'MULTIEQUAL_-1207433590', u'INT_LESSEQUAL_-1207435168'), ('const-4', u'INT_RIGHT_-1207435662'), (u'INT_ZEXT_-1207433965', u'INT_EQUAL_-1207435118'), (u'COPY_-1207433787', u'MULTIEQUAL_-1207433642'), (u'SUBPIECE_-1207433807', u'STORE_-1207435649'), (u'MULTIEQUAL_-1207433994', u'LOAD_-1207436736'), (u'LOAD_-1207436158', u'MULTIEQUAL_-1207434093'), (u'MULTIEQUAL_-1207432665', u'MULTIEQUAL_-1207432248'), (u'PTRADD_-1207432344', u'LOAD_-1207435851'), (u'INDIRECT_-1207432218', u'MULTIEQUAL_-1207432248'), (u'INDIRECT_-1207432442', u'MULTIEQUAL_-1207432718'), (u'CAST_-1207432810', u'INT_ADD_-1207436867'), (u'CALL_-1207435746', u'INDIRECT_-1207432710'), ('const-720', u'INT_ADD_-1207436552'), (u'CAST_-1207432269', u'PTRADD_-1207432344'), (u'INT_ZEXT_-1207434277', u'INT_MULT_-1207436603'), ('const-3617876', u'COPY_-1207431875'), ('const-0', u'INT_NOTEQUAL_-1207435221'), (u'CAST_-1207432564', u'LOAD_-1207436381'), (u'CAST_-1207432218', u'LOAD_-1207435773'), (u'MULTIEQUAL_-1207433590', u'CAST_-1207431942'), ('const-4294967295', u'INT_EQUAL_-1207435608'), (u'CAST_-1207432020', u'INT_LESSEQUAL_-1207435168'), (u'CALL_-1207434706', u'INDIRECT_-1207432062')]
| null | null |
0018f7f0
|
x64
|
O2
|
(translation_unit "void FUN_0018f7f0(long *param_1,undefined8 param_2,long param_3,long param_4)\n\n{\n byte bVar1;\n code *pcVar2;\n int iVar3;\n uint uVar4;\n undefined4 uVar5;\n uint uVar6;\n undefined4 *puVar7;\n long lVar8;\n uint uVar9;\n ulong uVar10;\n uint uVar11;\n long *plVar12;\n void *__dest;\n undefined4 *puVar13;\n undefined4 *puVar14;\n uint uVar15;\n long lVar16;\n undefined4 *puVar17;\n undefined4 *puVar18;\n long local_a0;\n undefined4 *local_98;\n long local_88;\n undefined4 *local_68;\n long local_58;\n uint local_40;\n uint local_3c;\n \n if (*(int *)((long)param_1 + 0x15c) == 0) {\n return;\n }\n if (*(long *)(param_3 + 0x378) == 0) {\nLAB_0018fd1b:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate");\n }\n lVar8 = *(long *)(*(long *)(param_3 + 0x378) + 0x68);\n if ((*(byte *)(lVar8 + 0x20) & 4) == 0) {\nLAB_0018fd7b:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n lVar16 = *(long *)(lVar8 + 0x18);\n if ((*(byte *)(lVar8 + 0x20) & 2) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n if ((lVar16 < 0) || (*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16)) {\nLAB_0018fd11:\n /* WARNING: Subroutine does not return */\n FUN_00182e30();\n }\n lVar16 = lVar16 + *(long *)(param_4 + 0x18);\n uVar10 = (ulong)(uint)((int)param_1[0x2c] << 4);\n __dest = (void *)(lVar16 + uVar10);\n memcpy(__dest,(void *)param_1[0x2d],(ulong)(uint)(*(int *)((long)param_1 + 0x15c) << 4));\n if (*(int *)((long)param_1 + 0x15c) != 0) {\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8);\n if (plVar12 != (long *)0x0) {\n uVar15 = 0;\n do {\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n } while (plVar12 != (long *)0x0);\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa12,"do_relocate");\n }\nLAB_0018f930:\n lVar8 = *(long *)(param_3 + 0x2d0);\n if (lVar8 == 0) {\n FUN_00182e10();\n goto LAB_0018fd1b;\n }\n if ((*(byte *)(lVar8 + 0x20) & 4) == 0) goto LAB_0018fd7b;\n iVar3 = (int)param_1[0x24];\n uVar15 = iVar3 << 4;\n if (uVar15 == 0) {\n local_68 = (undefined4 *)0x0;\n }\n else {\n lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18);\n if ((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))\n goto LAB_0018fd11;\n local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18));\n }\n uVar4 = *(int *)((long)param_1 + 0x124) << 4;\n uVar10 = (ulong)uVar4;\n if (uVar4 == 0) {\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) {\n return;\n }\n local_98 = (undefined4 *)0x0;\n }\n else {\n if (*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)) goto LAB_0018fd11;\n local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18));\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) goto LAB_0018fd63;\n }\n local_88 = param_3 + 0x130;\n local_a0 = param_3 + 0xa0;\n uVar11 = 0;\n puVar13 = local_98;\n puVar18 = local_68;\nLAB_0018fa9b:\n do {\n puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e]);\n uVar9 = puVar7[5] & 0xfffffff;\n if (uVar9 < 0xff00) {\nLAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }\n uVar9 = uVar6;\n if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }\n }\n else if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }\n puVar17 = puVar18 + 4;\n uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2));\n *puVar18 = uVar5;\n puVar18[1] = *puVar7;\n puVar18[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar18 + 0xd) = 0;\n *(short *)((long)puVar18 + 0xe) = (short)uVar9;\n *(byte *)(puVar18 + 3) = bVar1 >> 4;\n puVar18 = puVar17;\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar14 = puVar13 + 4;\n uVar11 = uVar11 + 1;\n uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));\n *puVar13 = uVar5;\n puVar13[1] = *puVar7;\n puVar13[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar13 + 0xd) = 0;\n *(short *)((long)puVar13 + 0xe) = (short)uVar9;\n *(byte *)(puVar13 + 3) = bVar1 >> 4;\n puVar13 = puVar14;\n if (*(uint *)(param_1 + 0x24) <= uVar11) break;\n goto LAB_0018fa9b;\n }\n uVar11 = uVar11 + 1;\n puVar14 = puVar13;\n } while (uVar11 < *(uint *)(param_1 + 0x24));\n if ((uVar15 != 0) && ((long)puVar17 - (long)local_68 != (ulong)uVar15)) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa62,"do_relocate");\n }\n if ((uVar4 == 0) || ((long)puVar14 - (long)local_98 == uVar10)) {\n return;\n }\nLAB_0018fd63:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa69,"do_relocate");\n}\n\n" (function_definition "void FUN_0018f7f0(long *param_1,undefined8 param_2,long param_3,long param_4)\n\n{\n byte bVar1;\n code *pcVar2;\n int iVar3;\n uint uVar4;\n undefined4 uVar5;\n uint uVar6;\n undefined4 *puVar7;\n long lVar8;\n uint uVar9;\n ulong uVar10;\n uint uVar11;\n long *plVar12;\n void *__dest;\n undefined4 *puVar13;\n undefined4 *puVar14;\n uint uVar15;\n long lVar16;\n undefined4 *puVar17;\n undefined4 *puVar18;\n long local_a0;\n undefined4 *local_98;\n long local_88;\n undefined4 *local_68;\n long local_58;\n uint local_40;\n uint local_3c;\n \n if (*(int *)((long)param_1 + 0x15c) == 0) {\n return;\n }\n if (*(long *)(param_3 + 0x378) == 0) {\nLAB_0018fd1b:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate");\n }\n lVar8 = *(long *)(*(long *)(param_3 + 0x378) + 0x68);\n if ((*(byte *)(lVar8 + 0x20) & 4) == 0) {\nLAB_0018fd7b:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n lVar16 = *(long *)(lVar8 + 0x18);\n if ((*(byte *)(lVar8 + 0x20) & 2) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n if ((lVar16 < 0) || (*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16)) {\nLAB_0018fd11:\n /* WARNING: Subroutine does not return */\n FUN_00182e30();\n }\n lVar16 = lVar16 + *(long *)(param_4 + 0x18);\n uVar10 = (ulong)(uint)((int)param_1[0x2c] << 4);\n __dest = (void *)(lVar16 + uVar10);\n memcpy(__dest,(void *)param_1[0x2d],(ulong)(uint)(*(int *)((long)param_1 + 0x15c) << 4));\n if (*(int *)((long)param_1 + 0x15c) != 0) {\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8);\n if (plVar12 != (long *)0x0) {\n uVar15 = 0;\n do {\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n } while (plVar12 != (long *)0x0);\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa12,"do_relocate");\n }\nLAB_0018f930:\n lVar8 = *(long *)(param_3 + 0x2d0);\n if (lVar8 == 0) {\n FUN_00182e10();\n goto LAB_0018fd1b;\n }\n if ((*(byte *)(lVar8 + 0x20) & 4) == 0) goto LAB_0018fd7b;\n iVar3 = (int)param_1[0x24];\n uVar15 = iVar3 << 4;\n if (uVar15 == 0) {\n local_68 = (undefined4 *)0x0;\n }\n else {\n lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18);\n if ((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))\n goto LAB_0018fd11;\n local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18));\n }\n uVar4 = *(int *)((long)param_1 + 0x124) << 4;\n uVar10 = (ulong)uVar4;\n if (uVar4 == 0) {\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) {\n return;\n }\n local_98 = (undefined4 *)0x0;\n }\n else {\n if (*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)) goto LAB_0018fd11;\n local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18));\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) goto LAB_0018fd63;\n }\n local_88 = param_3 + 0x130;\n local_a0 = param_3 + 0xa0;\n uVar11 = 0;\n puVar13 = local_98;\n puVar18 = local_68;\nLAB_0018fa9b:\n do {\n puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e]);\n uVar9 = puVar7[5] & 0xfffffff;\n if (uVar9 < 0xff00) {\nLAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }\n uVar9 = uVar6;\n if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }\n }\n else if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }\n puVar17 = puVar18 + 4;\n uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2));\n *puVar18 = uVar5;\n puVar18[1] = *puVar7;\n puVar18[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar18 + 0xd) = 0;\n *(short *)((long)puVar18 + 0xe) = (short)uVar9;\n *(byte *)(puVar18 + 3) = bVar1 >> 4;\n puVar18 = puVar17;\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar14 = puVar13 + 4;\n uVar11 = uVar11 + 1;\n uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));\n *puVar13 = uVar5;\n puVar13[1] = *puVar7;\n puVar13[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar13 + 0xd) = 0;\n *(short *)((long)puVar13 + 0xe) = (short)uVar9;\n *(byte *)(puVar13 + 3) = bVar1 >> 4;\n puVar13 = puVar14;\n if (*(uint *)(param_1 + 0x24) <= uVar11) break;\n goto LAB_0018fa9b;\n }\n uVar11 = uVar11 + 1;\n puVar14 = puVar13;\n } while (uVar11 < *(uint *)(param_1 + 0x24));\n if ((uVar15 != 0) && ((long)puVar17 - (long)local_68 != (ulong)uVar15)) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa62,"do_relocate");\n }\n if ((uVar4 == 0) || ((long)puVar14 - (long)local_98 == uVar10)) {\n return;\n }\nLAB_0018fd63:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa69,"do_relocate");\n}" primitive_type (function_declarator "FUN_0018f7f0(long *param_1,undefined8 param_2,long param_3,long param_4)" identifier (parameter_list "(long *param_1,undefined8 param_2,long param_3,long param_4)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_4" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n byte bVar1;\n code *pcVar2;\n int iVar3;\n uint uVar4;\n undefined4 uVar5;\n uint uVar6;\n undefined4 *puVar7;\n long lVar8;\n uint uVar9;\n ulong uVar10;\n uint uVar11;\n long *plVar12;\n void *__dest;\n undefined4 *puVar13;\n undefined4 *puVar14;\n uint uVar15;\n long lVar16;\n undefined4 *puVar17;\n undefined4 *puVar18;\n long local_a0;\n undefined4 *local_98;\n long local_88;\n undefined4 *local_68;\n long local_58;\n uint local_40;\n uint local_3c;\n \n if (*(int *)((long)param_1 + 0x15c) == 0) {\n return;\n }\n if (*(long *)(param_3 + 0x378) == 0) {\nLAB_0018fd1b:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate");\n }\n lVar8 = *(long *)(*(long *)(param_3 + 0x378) + 0x68);\n if ((*(byte *)(lVar8 + 0x20) & 4) == 0) {\nLAB_0018fd7b:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n lVar16 = *(long *)(lVar8 + 0x18);\n if ((*(byte *)(lVar8 + 0x20) & 2) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n if ((lVar16 < 0) || (*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16)) {\nLAB_0018fd11:\n /* WARNING: Subroutine does not return */\n FUN_00182e30();\n }\n lVar16 = lVar16 + *(long *)(param_4 + 0x18);\n uVar10 = (ulong)(uint)((int)param_1[0x2c] << 4);\n __dest = (void *)(lVar16 + uVar10);\n memcpy(__dest,(void *)param_1[0x2d],(ulong)(uint)(*(int *)((long)param_1 + 0x15c) << 4));\n if (*(int *)((long)param_1 + 0x15c) != 0) {\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8);\n if (plVar12 != (long *)0x0) {\n uVar15 = 0;\n do {\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n } while (plVar12 != (long *)0x0);\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa12,"do_relocate");\n }\nLAB_0018f930:\n lVar8 = *(long *)(param_3 + 0x2d0);\n if (lVar8 == 0) {\n FUN_00182e10();\n goto LAB_0018fd1b;\n }\n if ((*(byte *)(lVar8 + 0x20) & 4) == 0) goto LAB_0018fd7b;\n iVar3 = (int)param_1[0x24];\n uVar15 = iVar3 << 4;\n if (uVar15 == 0) {\n local_68 = (undefined4 *)0x0;\n }\n else {\n lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18);\n if ((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))\n goto LAB_0018fd11;\n local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18));\n }\n uVar4 = *(int *)((long)param_1 + 0x124) << 4;\n uVar10 = (ulong)uVar4;\n if (uVar4 == 0) {\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) {\n return;\n }\n local_98 = (undefined4 *)0x0;\n }\n else {\n if (*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)) goto LAB_0018fd11;\n local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18));\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) goto LAB_0018fd63;\n }\n local_88 = param_3 + 0x130;\n local_a0 = param_3 + 0xa0;\n uVar11 = 0;\n puVar13 = local_98;\n puVar18 = local_68;\nLAB_0018fa9b:\n do {\n puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e]);\n uVar9 = puVar7[5] & 0xfffffff;\n if (uVar9 < 0xff00) {\nLAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }\n uVar9 = uVar6;\n if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }\n }\n else if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }\n puVar17 = puVar18 + 4;\n uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2));\n *puVar18 = uVar5;\n puVar18[1] = *puVar7;\n puVar18[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar18 + 0xd) = 0;\n *(short *)((long)puVar18 + 0xe) = (short)uVar9;\n *(byte *)(puVar18 + 3) = bVar1 >> 4;\n puVar18 = puVar17;\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar14 = puVar13 + 4;\n uVar11 = uVar11 + 1;\n uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));\n *puVar13 = uVar5;\n puVar13[1] = *puVar7;\n puVar13[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar13 + 0xd) = 0;\n *(short *)((long)puVar13 + 0xe) = (short)uVar9;\n *(byte *)(puVar13 + 3) = bVar1 >> 4;\n puVar13 = puVar14;\n if (*(uint *)(param_1 + 0x24) <= uVar11) break;\n goto LAB_0018fa9b;\n }\n uVar11 = uVar11 + 1;\n puVar14 = puVar13;\n } while (uVar11 < *(uint *)(param_1 + 0x24));\n if ((uVar15 != 0) && ((long)puVar17 - (long)local_68 != (ulong)uVar15)) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa62,"do_relocate");\n }\n if ((uVar4 == 0) || ((long)puVar14 - (long)local_98 == uVar10)) {\n return;\n }\nLAB_0018fd63:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa69,"do_relocate");\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "code *pcVar2;" type_identifier (pointer_declarator "*pcVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "undefined4 uVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "undefined4 *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "long lVar8;" (sized_type_specifier "long" long) identifier ;) (declaration "uint uVar9;" type_identifier identifier ;) (declaration "ulong uVar10;" type_identifier identifier ;) (declaration "uint uVar11;" type_identifier identifier ;) (declaration "long *plVar12;" (sized_type_specifier "long" long) (pointer_declarator "*plVar12" * identifier) ;) (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "undefined4 *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (declaration "undefined4 *puVar14;" type_identifier (pointer_declarator "*puVar14" * identifier) ;) (declaration "uint uVar15;" type_identifier identifier ;) (declaration "long lVar16;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined4 *puVar17;" type_identifier (pointer_declarator "*puVar17" * identifier) ;) (declaration "undefined4 *puVar18;" type_identifier (pointer_declarator "*puVar18" * identifier) ;) (declaration "long local_a0;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined4 *local_98;" type_identifier (pointer_declarator "*local_98" * identifier) ;) (declaration "long local_88;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined4 *local_68;" type_identifier (pointer_declarator "*local_68" * identifier) ;) (declaration "long local_58;" (sized_type_specifier "long" long) identifier ;) (declaration "uint local_40;" type_identifier identifier ;) (declaration "uint local_3c;" type_identifier identifier ;) (if_statement "if (*(int *)((long)param_1 + 0x15c) == 0) {\n return;\n }" if (parenthesized_expression "(*(int *)((long)param_1 + 0x15c) == 0)" ( (binary_expression "*(int *)((long)param_1 + 0x15c) == 0" (pointer_expression "*(int *)((long)param_1 + 0x15c)" * (cast_expression "(int *)((long)param_1 + 0x15c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x15c)" ( (binary_expression "(long)param_1 + 0x15c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (*(long *)(param_3 + 0x378) == 0) {\nLAB_0018fd1b:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate");\n }" if (parenthesized_expression "(*(long *)(param_3 + 0x378) == 0)" ( (binary_expression "*(long *)(param_3 + 0x378) == 0" (pointer_expression "*(long *)(param_3 + 0x378)" * (cast_expression "(long *)(param_3 + 0x378)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x378)" ( (binary_expression "param_3 + 0x378" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\nLAB_0018fd1b:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate");\n }" { (labeled_statement "LAB_0018fd1b:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate");" statement_identifier : comment (expression_statement "FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate")" identifier (argument_list "("../../gold/incremental.cc",0xa01,"do_relocate")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_relocate"" " string_content ") ))) ;)) })) (expression_statement "lVar8 = *(long *)(*(long *)(param_3 + 0x378) + 0x68);" (assignment_expression "lVar8 = *(long *)(*(long *)(param_3 + 0x378) + 0x68)" identifier = (pointer_expression "*(long *)(*(long *)(param_3 + 0x378) + 0x68)" * (cast_expression "(long *)(*(long *)(param_3 + 0x378) + 0x68)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_3 + 0x378) + 0x68)" ( (binary_expression "*(long *)(param_3 + 0x378) + 0x68" (pointer_expression "*(long *)(param_3 + 0x378)" * (cast_expression "(long *)(param_3 + 0x378)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x378)" ( (binary_expression "param_3 + 0x378" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if ((*(byte *)(lVar8 + 0x20) & 4) == 0) {\nLAB_0018fd7b:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }" if (parenthesized_expression "((*(byte *)(lVar8 + 0x20) & 4) == 0)" ( (binary_expression "(*(byte *)(lVar8 + 0x20) & 4) == 0" (parenthesized_expression "(*(byte *)(lVar8 + 0x20) & 4)" ( (binary_expression "*(byte *)(lVar8 + 0x20) & 4" (pointer_expression "*(byte *)(lVar8 + 0x20)" * (cast_expression "(byte *)(lVar8 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar8 + 0x20)" ( (binary_expression "lVar8 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_0018fd7b:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }" { (labeled_statement "LAB_0018fd7b:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");" statement_identifier : comment (expression_statement "FUN_0017c650("../../gold/output.h",0xe3,"offset");" (call_expression "FUN_0017c650("../../gold/output.h",0xe3,"offset")" identifier (argument_list "("../../gold/output.h",0xe3,"offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") ))) ;)) })) (expression_statement "lVar16 = *(long *)(lVar8 + 0x18);" (assignment_expression "lVar16 = *(long *)(lVar8 + 0x18)" identifier = (pointer_expression "*(long *)(lVar8 + 0x18)" * (cast_expression "(long *)(lVar8 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar8 + 0x18)" ( (binary_expression "lVar8 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(lVar8 + 0x20) & 2) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }" if (parenthesized_expression "((*(byte *)(lVar8 + 0x20) & 2) == 0)" ( (binary_expression "(*(byte *)(lVar8 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(lVar8 + 0x20) & 2)" ( (binary_expression "*(byte *)(lVar8 + 0x20) & 2" (pointer_expression "*(byte *)(lVar8 + 0x20)" * (cast_expression "(byte *)(lVar8 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar8 + 0x20)" ( (binary_expression "lVar8 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }" { comment (expression_statement "FUN_0017c650("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_0017c650("../../gold/output.h",0xcf,"data_size")" identifier (argument_list "("../../gold/output.h",0xcf,"data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""data_size"" " string_content ") ))) ;) })) (if_statement "if ((lVar16 < 0) || (*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16)) {\nLAB_0018fd11:\n /* WARNING: Subroutine does not return */\n FUN_00182e30();\n }" if (parenthesized_expression "((lVar16 < 0) || (*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16))" ( (binary_expression "(lVar16 < 0) || (*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16)" (parenthesized_expression "(lVar16 < 0)" ( (binary_expression "lVar16 < 0" identifier < number_literal) )) || (parenthesized_expression "(*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16)" ( (binary_expression "*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16" (pointer_expression "*(long *)(param_4 + 0x10)" * (cast_expression "(long *)(param_4 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x10)" ( (binary_expression "param_4 + 0x10" identifier + number_literal) )))) < (binary_expression "*(long *)(lVar8 + 0x10) + lVar16" (pointer_expression "*(long *)(lVar8 + 0x10)" * (cast_expression "(long *)(lVar8 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar8 + 0x10)" ( (binary_expression "lVar8 + 0x10" identifier + number_literal) )))) + identifier)) ))) )) (compound_statement "{\nLAB_0018fd11:\n /* WARNING: Subroutine does not return */\n FUN_00182e30();\n }" { (labeled_statement "LAB_0018fd11:\n /* WARNING: Subroutine does not return */\n FUN_00182e30();" statement_identifier : comment (expression_statement "FUN_00182e30();" (call_expression "FUN_00182e30()" identifier (argument_list "()" ( ))) ;)) })) (expression_statement "lVar16 = lVar16 + *(long *)(param_4 + 0x18);" (assignment_expression "lVar16 = lVar16 + *(long *)(param_4 + 0x18)" identifier = (binary_expression "lVar16 + *(long *)(param_4 + 0x18)" identifier + (pointer_expression "*(long *)(param_4 + 0x18)" * (cast_expression "(long *)(param_4 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x18)" ( (binary_expression "param_4 + 0x18" identifier + number_literal) )))))) ;) (expression_statement "uVar10 = (ulong)(uint)((int)param_1[0x2c] << 4);" (assignment_expression "uVar10 = (ulong)(uint)((int)param_1[0x2c] << 4)" identifier = (call_expression "(ulong)(uint)((int)param_1[0x2c] << 4)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) (argument_list "((int)param_1[0x2c] << 4)" ( (binary_expression "(int)param_1[0x2c] << 4" (cast_expression "(int)param_1[0x2c]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[0x2c]" identifier [ number_literal ])) << number_literal) )))) ;) (expression_statement "__dest = (void *)(lVar16 + uVar10);" (assignment_expression "__dest = (void *)(lVar16 + uVar10)" identifier = (cast_expression "(void *)(lVar16 + uVar10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + uVar10)" ( (binary_expression "lVar16 + uVar10" identifier + identifier) )))) ;) (expression_statement "memcpy(__dest,(void *)param_1[0x2d],(ulong)(uint)(*(int *)((long)param_1 + 0x15c) << 4));" (call_expression "memcpy(__dest,(void *)param_1[0x2d],(ulong)(uint)(*(int *)((long)param_1 + 0x15c) << 4))" identifier (argument_list "(__dest,(void *)param_1[0x2d],(ulong)(uint)(*(int *)((long)param_1 + 0x15c) << 4))" ( identifier , (cast_expression "(void *)param_1[0x2d]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x2d]" identifier [ number_literal ])) , (call_expression "(ulong)(uint)(*(int *)((long)param_1 + 0x15c) << 4)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) (argument_list "(*(int *)((long)param_1 + 0x15c) << 4)" ( (binary_expression "*(int *)((long)param_1 + 0x15c) << 4" (pointer_expression "*(int *)((long)param_1 + 0x15c)" * (cast_expression "(int *)((long)param_1 + 0x15c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x15c)" ( (binary_expression "(long)param_1 + 0x15c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) << number_literal) ))) ))) ;) (if_statement "if (*(int *)((long)param_1 + 0x15c) != 0) {\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8);\n if (plVar12 != (long *)0x0) {\n uVar15 = 0;\n do {\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n } while (plVar12 != (long *)0x0);\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa12,"do_relocate");\n }" if (parenthesized_expression "(*(int *)((long)param_1 + 0x15c) != 0)" ( (binary_expression "*(int *)((long)param_1 + 0x15c) != 0" (pointer_expression "*(int *)((long)param_1 + 0x15c)" * (cast_expression "(int *)((long)param_1 + 0x15c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x15c)" ( (binary_expression "(long)param_1 + 0x15c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) != number_literal) )) (compound_statement "{\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8);\n if (plVar12 != (long *)0x0) {\n uVar15 = 0;\n do {\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n } while (plVar12 != (long *)0x0);\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa12,"do_relocate");\n }" { (expression_statement "plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8);" (assignment_expression "plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8)" identifier = (pointer_expression "*(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8)" * (cast_expression "(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8)" ( (binary_expression "*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8" (pointer_expression "*(long *)(param_1[0x1f] + 0x90)" * (cast_expression "(long *)(param_1[0x1f] + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[0x1f] + 0x90)" ( (binary_expression "param_1[0x1f] + 0x90" (subscript_expression "param_1[0x1f]" identifier [ number_literal ]) + number_literal) )))) + (binary_expression "(ulong)*(uint *)((long)__dest + 4) * 8" (binary_expression "(ulong)*(uint *)((long)__dest + 4)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)((long)__dest + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest + 4)" ( (binary_expression "(long)__dest + 4" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) * number_literal)) ))))) ;) (if_statement "if (plVar12 != (long *)0x0) {\n uVar15 = 0;\n do {\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n } while (plVar12 != (long *)0x0);\n }" if (parenthesized_expression "(plVar12 != (long *)0x0)" ( (binary_expression "plVar12 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar15 = 0;\n do {\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n } while (plVar12 != (long *)0x0);\n }" { (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" identifier = number_literal) ;) (do_statement "do {\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n } while (plVar12 != (long *)0x0);" do (compound_statement "{\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n }" { (if_statement "if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }" if (parenthesized_expression "(*(code **)(*plVar12 + 0x58) == FUN_001869e0)" ( (binary_expression "*(code **)(*plVar12 + 0x58) == FUN_001869e0" (pointer_expression "*(code **)(*plVar12 + 0x58)" * (cast_expression "(code **)(*plVar12 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar12 + 0x58)" ( (binary_expression "*plVar12 + 0x58" (pointer_expression "*plVar12" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }" { (expression_statement "iVar3 = *(int *)((long)plVar12 + 0x7c);" (assignment_expression "iVar3 = *(int *)((long)plVar12 + 0x7c)" identifier = (pointer_expression "*(int *)((long)plVar12 + 0x7c)" * (cast_expression "(int *)((long)plVar12 + 0x7c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar12 + 0x7c)" ( (binary_expression "(long)plVar12 + 0x7c" (cast_expression "(long)plVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (if_statement "if (iVar3 == -1) goto LAB_0018fcc9;" if (parenthesized_expression "(iVar3 == -1)" ( (binary_expression "iVar3 == -1" identifier == number_literal) )) (goto_statement "goto LAB_0018fcc9;" goto statement_identifier ;)) }) (else_clause "else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }" else (compound_statement "{\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }" { (expression_statement "iVar3 = (**(code **)(*plVar12 + 0x58))();" (assignment_expression "iVar3 = (**(code **)(*plVar12 + 0x58))()" identifier = (call_expression "(**(code **)(*plVar12 + 0x58))()" (parenthesized_expression "(**(code **)(*plVar12 + 0x58))" ( (pointer_expression "**(code **)(*plVar12 + 0x58)" * (pointer_expression "*(code **)(*plVar12 + 0x58)" * (cast_expression "(code **)(*plVar12 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar12 + 0x58)" ( (binary_expression "*plVar12 + 0x58" (pointer_expression "*plVar12" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) }))) (expression_statement "*(int *)((long)__dest + 4) = iVar3;" (assignment_expression "*(int *)((long)__dest + 4) = iVar3" (pointer_expression "*(int *)((long)__dest + 4)" * (cast_expression "(int *)((long)__dest + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest + 4)" ( (binary_expression "(long)__dest + 4" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) (if_statement "if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;" if (parenthesized_expression "(*(uint *)((long)param_1 + 0x15c) <= uVar15)" ( (binary_expression "*(uint *)((long)param_1 + 0x15c) <= uVar15" (pointer_expression "*(uint *)((long)param_1 + 0x15c)" * (cast_expression "(uint *)((long)param_1 + 0x15c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x15c)" ( (binary_expression "(long)param_1 + 0x15c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) <= identifier) )) (goto_statement "goto LAB_0018f930;" goto statement_identifier ;)) (expression_statement "__dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);" (assignment_expression "__dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16)" identifier = (cast_expression "(void *)(uVar15 * 0x10 + uVar10 + lVar16)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar15 * 0x10 + uVar10 + lVar16)" ( (binary_expression "uVar15 * 0x10 + uVar10 + lVar16" (binary_expression "uVar15 * 0x10 + uVar10" (binary_expression "uVar15 * 0x10" identifier * number_literal) + identifier) + identifier) )))) ;) (expression_statement "plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);" (assignment_expression "plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8)" identifier = (pointer_expression "*(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8)" * (cast_expression "(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8)" ( (binary_expression "*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8" (pointer_expression "*(long *)(param_1[0x1f] + 0x90)" * (cast_expression "(long *)(param_1[0x1f] + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[0x1f] + 0x90)" ( (binary_expression "param_1[0x1f] + 0x90" (subscript_expression "param_1[0x1f]" identifier [ number_literal ]) + number_literal) )))) + (binary_expression "(ulong)*(uint *)((long)__dest + 4) * 8" (binary_expression "(ulong)*(uint *)((long)__dest + 4)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)((long)__dest + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest + 4)" ( (binary_expression "(long)__dest + 4" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) * number_literal)) ))))) ;) }) while (parenthesized_expression "(plVar12 != (long *)0x0)" ( (binary_expression "plVar12 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) comment (expression_statement "FUN_0017c650("../../gold/incremental.cc",0xa12,"do_relocate");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0xa12,"do_relocate")" identifier (argument_list "("../../gold/incremental.cc",0xa12,"do_relocate")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_relocate"" " string_content ") ))) ;) })) (labeled_statement "LAB_0018f930:\n lVar8 = *(long *)(param_3 + 0x2d0);" statement_identifier : (expression_statement "lVar8 = *(long *)(param_3 + 0x2d0);" (assignment_expression "lVar8 = *(long *)(param_3 + 0x2d0)" identifier = (pointer_expression "*(long *)(param_3 + 0x2d0)" * (cast_expression "(long *)(param_3 + 0x2d0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x2d0)" ( (binary_expression "param_3 + 0x2d0" identifier + number_literal) ))))) ;)) (if_statement "if (lVar8 == 0) {\n FUN_00182e10();\n goto LAB_0018fd1b;\n }" if (parenthesized_expression "(lVar8 == 0)" ( (binary_expression "lVar8 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_00182e10();\n goto LAB_0018fd1b;\n }" { (expression_statement "FUN_00182e10();" (call_expression "FUN_00182e10()" identifier (argument_list "()" ( ))) ;) (goto_statement "goto LAB_0018fd1b;" goto statement_identifier ;) })) (if_statement "if ((*(byte *)(lVar8 + 0x20) & 4) == 0) goto LAB_0018fd7b;" if (parenthesized_expression "((*(byte *)(lVar8 + 0x20) & 4) == 0)" ( (binary_expression "(*(byte *)(lVar8 + 0x20) & 4) == 0" (parenthesized_expression "(*(byte *)(lVar8 + 0x20) & 4)" ( (binary_expression "*(byte *)(lVar8 + 0x20) & 4" (pointer_expression "*(byte *)(lVar8 + 0x20)" * (cast_expression "(byte *)(lVar8 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar8 + 0x20)" ( (binary_expression "lVar8 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0018fd7b;" goto statement_identifier ;)) (expression_statement "iVar3 = (int)param_1[0x24];" (assignment_expression "iVar3 = (int)param_1[0x24]" identifier = (cast_expression "(int)param_1[0x24]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[0x24]" identifier [ number_literal ]))) ;) (expression_statement "uVar15 = iVar3 << 4;" (assignment_expression "uVar15 = iVar3 << 4" identifier = (binary_expression "iVar3 << 4" identifier << number_literal)) ;) (if_statement "if (uVar15 == 0) {\n local_68 = (undefined4 *)0x0;\n }\n else {\n lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18);\n if ((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))\n goto LAB_0018fd11;\n local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18));\n }" if (parenthesized_expression "(uVar15 == 0)" ( (binary_expression "uVar15 == 0" identifier == number_literal) )) (compound_statement "{\n local_68 = (undefined4 *)0x0;\n }" { (expression_statement "local_68 = (undefined4 *)0x0;" (assignment_expression "local_68 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18);\n if ((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))\n goto LAB_0018fd11;\n local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18));\n }" else (compound_statement "{\n lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18);\n if ((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))\n goto LAB_0018fd11;\n local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18));\n }" { (expression_statement "lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18);" (assignment_expression "lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18)" identifier = (binary_expression "(ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18)" (binary_expression "(ulong)*(uint *)((long)param_1 + 300)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)((long)param_1 + 300)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 300)" ( (binary_expression "(long)param_1 + 300" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + (pointer_expression "*(long *)(lVar8 + 0x18)" * (cast_expression "(long *)(lVar8 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar8 + 0x18)" ( (binary_expression "lVar8 + 0x18" identifier + number_literal) )))))) ;) (if_statement "if ((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))\n goto LAB_0018fd11;" if (parenthesized_expression "((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))" ( (binary_expression "(lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15))" (parenthesized_expression "(lVar8 < 0)" ( (binary_expression "lVar8 < 0" identifier < number_literal) )) || (parenthesized_expression "(*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15))" ( (binary_expression "*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)" (pointer_expression "*(long *)(param_4 + 0x10)" * (cast_expression "(long *)(param_4 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x10)" ( (binary_expression "param_4 + 0x10" identifier + number_literal) )))) < (cast_expression "(long)(lVar8 + (ulong)uVar15)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(lVar8 + (ulong)uVar15)" ( (binary_expression "lVar8 + (ulong)uVar15" identifier + (cast_expression "(ulong)uVar15" ( (type_descriptor "ulong" type_identifier) ) identifier)) )))) ))) )) (goto_statement "goto LAB_0018fd11;" goto statement_identifier ;)) (expression_statement "local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18));" (assignment_expression "local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18))" identifier = (cast_expression "(undefined4 *)(lVar8 + *(long *)(param_4 + 0x18))" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar8 + *(long *)(param_4 + 0x18))" ( (binary_expression "lVar8 + *(long *)(param_4 + 0x18)" identifier + (pointer_expression "*(long *)(param_4 + 0x18)" * (cast_expression "(long *)(param_4 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x18)" ( (binary_expression "param_4 + 0x18" identifier + number_literal) ))))) )))) ;) }))) (expression_statement "uVar4 = *(int *)((long)param_1 + 0x124) << 4;" (assignment_expression "uVar4 = *(int *)((long)param_1 + 0x124) << 4" identifier = (binary_expression "*(int *)((long)param_1 + 0x124) << 4" (pointer_expression "*(int *)((long)param_1 + 0x124)" * (cast_expression "(int *)((long)param_1 + 0x124)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x124)" ( (binary_expression "(long)param_1 + 0x124" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) << number_literal)) ;) (expression_statement "uVar10 = (ulong)uVar4;" (assignment_expression "uVar10 = (ulong)uVar4" identifier = (cast_expression "(ulong)uVar4" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if (uVar4 == 0) {\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) {\n return;\n }\n local_98 = (undefined4 *)0x0;\n }\n else {\n if (*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)) goto LAB_0018fd11;\n local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18));\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) goto LAB_0018fd63;\n }" if (parenthesized_expression "(uVar4 == 0)" ( (binary_expression "uVar4 == 0" identifier == number_literal) )) (compound_statement "{\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) {\n return;\n }\n local_98 = (undefined4 *)0x0;\n }" { (expression_statement "lVar8 = *(long *)(param_3 + 0x2d8);" (assignment_expression "lVar8 = *(long *)(param_3 + 0x2d8)" identifier = (pointer_expression "*(long *)(param_3 + 0x2d8)" * (cast_expression "(long *)(param_3 + 0x2d8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x2d8)" ( (binary_expression "param_3 + 0x2d8" identifier + number_literal) ))))) ;) (expression_statement "local_58 = *(long *)(param_3 + 0x2e8);" (assignment_expression "local_58 = *(long *)(param_3 + 0x2e8)" identifier = (pointer_expression "*(long *)(param_3 + 0x2e8)" * (cast_expression "(long *)(param_3 + 0x2e8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x2e8)" ( (binary_expression "param_3 + 0x2e8" identifier + number_literal) ))))) ;) (if_statement "if (iVar3 == 0) {\n return;\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "local_98 = (undefined4 *)0x0;" (assignment_expression "local_98 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n if (*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)) goto LAB_0018fd11;\n local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18));\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) goto LAB_0018fd63;\n }" else (compound_statement "{\n if (*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)) goto LAB_0018fd11;\n local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18));\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) goto LAB_0018fd63;\n }" { (if_statement "if (*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)) goto LAB_0018fd11;" if (parenthesized_expression "(*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10))" ( (binary_expression "*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)" (pointer_expression "*(long *)(param_4 + 0x10)" * (cast_expression "(long *)(param_4 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x10)" ( (binary_expression "param_4 + 0x10" identifier + number_literal) )))) < (cast_expression "(long)(*(uint *)(param_1 + 0x26) + uVar10)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(*(uint *)(param_1 + 0x26) + uVar10)" ( (binary_expression "*(uint *)(param_1 + 0x26) + uVar10" (pointer_expression "*(uint *)(param_1 + 0x26)" * (cast_expression "(uint *)(param_1 + 0x26)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x26)" ( (binary_expression "param_1 + 0x26" identifier + number_literal) )))) + identifier) )))) )) (goto_statement "goto LAB_0018fd11;" goto statement_identifier ;)) (expression_statement "local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18));" (assignment_expression "local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18))" identifier = (cast_expression "(undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18))" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18))" ( (binary_expression "(ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18)" (binary_expression "(ulong)*(uint *)(param_1 + 0x26)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(param_1 + 0x26)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x26)" ( (binary_expression "param_1 + 0x26" identifier + number_literal) )))) + (pointer_expression "*(long *)(param_4 + 0x18)" * (cast_expression "(long *)(param_4 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x18)" ( (binary_expression "param_4 + 0x18" identifier + number_literal) ))))) )))) ;) (expression_statement "lVar8 = *(long *)(param_3 + 0x2d8);" (assignment_expression "lVar8 = *(long *)(param_3 + 0x2d8)" identifier = (pointer_expression "*(long *)(param_3 + 0x2d8)" * (cast_expression "(long *)(param_3 + 0x2d8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x2d8)" ( (binary_expression "param_3 + 0x2d8" identifier + number_literal) ))))) ;) (expression_statement "local_58 = *(long *)(param_3 + 0x2e8);" (assignment_expression "local_58 = *(long *)(param_3 + 0x2e8)" identifier = (pointer_expression "*(long *)(param_3 + 0x2e8)" * (cast_expression "(long *)(param_3 + 0x2e8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x2e8)" ( (binary_expression "param_3 + 0x2e8" identifier + number_literal) ))))) ;) (if_statement "if (iVar3 == 0) goto LAB_0018fd63;" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0018fd63;" goto statement_identifier ;)) }))) (expression_statement "local_88 = param_3 + 0x130;" (assignment_expression "local_88 = param_3 + 0x130" identifier = (binary_expression "param_3 + 0x130" identifier + number_literal)) ;) (expression_statement "local_a0 = param_3 + 0xa0;" (assignment_expression "local_a0 = param_3 + 0xa0" identifier = (binary_expression "param_3 + 0xa0" identifier + number_literal)) ;) (expression_statement "uVar11 = 0;" (assignment_expression "uVar11 = 0" identifier = number_literal) ;) (expression_statement "puVar13 = local_98;" (assignment_expression "puVar13 = local_98" identifier = identifier) ;) (expression_statement "puVar18 = local_68;" (assignment_expression "puVar18 = local_68" identifier = identifier) ;) (labeled_statement "LAB_0018fa9b:\n do {\n puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e]);\n uVar9 = puVar7[5] & 0xfffffff;\n if (uVar9 < 0xff00) {\nLAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }\n uVar9 = uVar6;\n if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }\n }\n else if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }\n puVar17 = puVar18 + 4;\n uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2));\n *puVar18 = uVar5;\n puVar18[1] = *puVar7;\n puVar18[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar18 + 0xd) = 0;\n *(short *)((long)puVar18 + 0xe) = (short)uVar9;\n *(byte *)(puVar18 + 3) = bVar1 >> 4;\n puVar18 = puVar17;\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar14 = puVar13 + 4;\n uVar11 = uVar11 + 1;\n uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));\n *puVar13 = uVar5;\n puVar13[1] = *puVar7;\n puVar13[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar13 + 0xd) = 0;\n *(short *)((long)puVar13 + 0xe) = (short)uVar9;\n *(byte *)(puVar13 + 3) = bVar1 >> 4;\n puVar13 = puVar14;\n if (*(uint *)(param_1 + 0x24) <= uVar11) break;\n goto LAB_0018fa9b;\n }\n uVar11 = uVar11 + 1;\n puVar14 = puVar13;\n } while (uVar11 < *(uint *)(param_1 + 0x24));" statement_identifier : (do_statement "do {\n puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e]);\n uVar9 = puVar7[5] & 0xfffffff;\n if (uVar9 < 0xff00) {\nLAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }\n uVar9 = uVar6;\n if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }\n }\n else if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }\n puVar17 = puVar18 + 4;\n uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2));\n *puVar18 = uVar5;\n puVar18[1] = *puVar7;\n puVar18[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar18 + 0xd) = 0;\n *(short *)((long)puVar18 + 0xe) = (short)uVar9;\n *(byte *)(puVar18 + 3) = bVar1 >> 4;\n puVar18 = puVar17;\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar14 = puVar13 + 4;\n uVar11 = uVar11 + 1;\n uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));\n *puVar13 = uVar5;\n puVar13[1] = *puVar7;\n puVar13[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar13 + 0xd) = 0;\n *(short *)((long)puVar13 + 0xe) = (short)uVar9;\n *(byte *)(puVar13 + 3) = bVar1 >> 4;\n puVar13 = puVar14;\n if (*(uint *)(param_1 + 0x24) <= uVar11) break;\n goto LAB_0018fa9b;\n }\n uVar11 = uVar11 + 1;\n puVar14 = puVar13;\n } while (uVar11 < *(uint *)(param_1 + 0x24));" do (compound_statement "{\n puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e]);\n uVar9 = puVar7[5] & 0xfffffff;\n if (uVar9 < 0xff00) {\nLAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }\n uVar9 = uVar6;\n if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }\n }\n else if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }\n puVar17 = puVar18 + 4;\n uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2));\n *puVar18 = uVar5;\n puVar18[1] = *puVar7;\n puVar18[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar18 + 0xd) = 0;\n *(short *)((long)puVar18 + 0xe) = (short)uVar9;\n *(byte *)(puVar18 + 3) = bVar1 >> 4;\n puVar18 = puVar17;\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar14 = puVar13 + 4;\n uVar11 = uVar11 + 1;\n uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));\n *puVar13 = uVar5;\n puVar13[1] = *puVar7;\n puVar13[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar13 + 0xd) = 0;\n *(short *)((long)puVar13 + 0xe) = (short)uVar9;\n *(byte *)(puVar13 + 3) = bVar1 >> 4;\n puVar13 = puVar14;\n if (*(uint *)(param_1 + 0x24) <= uVar11) break;\n goto LAB_0018fa9b;\n }\n uVar11 = uVar11 + 1;\n puVar14 = puVar13;\n }" { (expression_statement "puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e]);" (assignment_expression "puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e])" identifier = (cast_expression "(undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e])" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)uVar11 * 0x20 + param_1[0x2e])" ( (binary_expression "(ulong)uVar11 * 0x20 + param_1[0x2e]" (binary_expression "(ulong)uVar11 * 0x20" (cast_expression "(ulong)uVar11" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal) + (subscript_expression "param_1[0x2e]" identifier [ number_literal ])) )))) ;) (expression_statement "uVar9 = puVar7[5] & 0xfffffff;" (assignment_expression "uVar9 = puVar7[5] & 0xfffffff" identifier = (binary_expression "puVar7[5] & 0xfffffff" (subscript_expression "puVar7[5]" identifier [ number_literal ]) & number_literal)) ;) (if_statement "if (uVar9 < 0xff00) {\nLAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }\n uVar9 = uVar6;\n if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }\n }\n else if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }" if (parenthesized_expression "(uVar9 < 0xff00)" ( (binary_expression "uVar9 < 0xff00" identifier < number_literal) )) (compound_statement "{\nLAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }\n uVar9 = uVar6;\n if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }\n }" { (labeled_statement "LAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);" statement_identifier : (expression_statement "plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);" (assignment_expression "plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8)" identifier = (pointer_expression "*(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8)" * (cast_expression "(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8)" ( (binary_expression "*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8" (pointer_expression "*(long *)(param_1[0x1f] + 0x90)" * (cast_expression "(long *)(param_1[0x1f] + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[0x1f] + 0x90)" ( (binary_expression "param_1[0x1f] + 0x90" (subscript_expression "param_1[0x1f]" identifier [ number_literal ]) + number_literal) )))) + (binary_expression "(ulong)uVar9 * 8" (cast_expression "(ulong)uVar9" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) ))))) ;)) (expression_statement "pcVar2 = *(code **)(*plVar12 + 0x58);" (assignment_expression "pcVar2 = *(code **)(*plVar12 + 0x58)" identifier = (pointer_expression "*(code **)(*plVar12 + 0x58)" * (cast_expression "(code **)(*plVar12 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar12 + 0x58)" ( (binary_expression "*plVar12 + 0x58" (pointer_expression "*plVar12" * identifier) + number_literal) ))))) ;) (if_statement "if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }" if (parenthesized_expression "(pcVar2 == FUN_001869e0)" ( (binary_expression "pcVar2 == FUN_001869e0" identifier == identifier) )) (compound_statement "{\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }" { (expression_statement "uVar6 = *(uint *)((long)plVar12 + 0x7c);" (assignment_expression "uVar6 = *(uint *)((long)plVar12 + 0x7c)" identifier = (pointer_expression "*(uint *)((long)plVar12 + 0x7c)" * (cast_expression "(uint *)((long)plVar12 + 0x7c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar12 + 0x7c)" ( (binary_expression "(long)plVar12 + 0x7c" (cast_expression "(long)plVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (if_statement "if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }" if (parenthesized_expression "(uVar6 == 0xffffffff)" ( (binary_expression "uVar6 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\nLAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }" { (labeled_statement "LAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");" statement_identifier : comment (expression_statement "FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");" (call_expression "FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx")" identifier (argument_list "("../../gold/output.h",0x1043,"do_out_shndx")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_out_shndx"" " string_content ") ))) ;)) })) }) (else_clause "else {\n uVar6 = (*pcVar2)();\n }" else (compound_statement "{\n uVar6 = (*pcVar2)();\n }" { (expression_statement "uVar6 = (*pcVar2)();" (assignment_expression "uVar6 = (*pcVar2)()" identifier = (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( )))) ;) }))) (expression_statement "uVar9 = uVar6;" (assignment_expression "uVar9 = uVar6" identifier = identifier) ;) (if_statement "if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }" if (parenthesized_expression "(0xfeff < uVar6)" ( (binary_expression "0xfeff < uVar6" number_literal < identifier) )) (compound_statement "{\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }" { (expression_statement "uVar9 = 0xffffffff;" (assignment_expression "uVar9 = 0xffffffff" identifier = number_literal) ;) (expression_statement "local_40 = (int)param_1[0x25] + uVar11;" (assignment_expression "local_40 = (int)param_1[0x25] + uVar11" identifier = (binary_expression "(int)param_1[0x25] + uVar11" (cast_expression "(int)param_1[0x25]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[0x25]" identifier [ number_literal ])) + identifier)) ;) (expression_statement "local_3c = uVar6;" (assignment_expression "local_3c = uVar6" identifier = identifier) ;) (expression_statement "FUN_0018f7c0(lVar8 + 0x38,&local_40);" (call_expression "FUN_0018f7c0(lVar8 + 0x38,&local_40)" identifier (argument_list "(lVar8 + 0x38,&local_40)" ( (binary_expression "lVar8 + 0x38" identifier + number_literal) , (pointer_expression "&local_40" & identifier) ))) ;) (if_statement "if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }" if (parenthesized_expression "(*(char *)((long)puVar7 + 0x1b) < '\0')" ( (binary_expression "*(char *)((long)puVar7 + 0x1b) < '\0'" (pointer_expression "*(char *)((long)puVar7 + 0x1b)" * (cast_expression "(char *)((long)puVar7 + 0x1b)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar7 + 0x1b)" ( (binary_expression "(long)puVar7 + 0x1b" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) < (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }" { (expression_statement "local_40 = puVar7[6] & 0x7fffffff;" (assignment_expression "local_40 = puVar7[6] & 0x7fffffff" identifier = (binary_expression "puVar7[6] & 0x7fffffff" (subscript_expression "puVar7[6]" identifier [ number_literal ]) & number_literal)) ;) (expression_statement "local_3c = uVar6;" (assignment_expression "local_3c = uVar6" identifier = identifier) ;) (expression_statement "FUN_0018f7c0(local_58 + 0x38,&local_40);" (call_expression "FUN_0018f7c0(local_58 + 0x38,&local_40)" identifier (argument_list "(local_58 + 0x38,&local_40)" ( (binary_expression "local_58 + 0x38" identifier + number_literal) , (pointer_expression "&local_40" & identifier) ))) ;) })) })) }) (else_clause "else if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }" else (if_statement "if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }" if (parenthesized_expression "(uVar9 == 0xffff)" ( (binary_expression "uVar9 == 0xffff" identifier == number_literal) )) (compound_statement "{\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }" { (expression_statement "lVar16 = param_1[8];" (assignment_expression "lVar16 = param_1[8]" identifier = (subscript_expression "param_1[8]" identifier [ number_literal ])) ;) (if_statement "if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }" if (parenthesized_expression "(lVar16 == 0)" ( (binary_expression "lVar16 == 0" identifier == number_literal) )) (compound_statement "{\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }" { (expression_statement "lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);" (assignment_expression "lVar16 = (**(code **)(*param_1 + 0xd8))(param_1)" identifier = (call_expression "(**(code **)(*param_1 + 0xd8))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0xd8))" ( (pointer_expression "**(code **)(*param_1 + 0xd8)" * (pointer_expression "*(code **)(*param_1 + 0xd8)" * (cast_expression "(code **)(*param_1 + 0xd8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0xd8)" ( (binary_expression "*param_1 + 0xd8" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "param_1[8] = lVar16;" (assignment_expression "param_1[8] = lVar16" (subscript_expression "param_1[8]" identifier [ number_literal ]) = identifier) ;) })) (expression_statement "uVar9 = FUN_001bd230(lVar16,param_1,uVar11);" (assignment_expression "uVar9 = FUN_001bd230(lVar16,param_1,uVar11)" identifier = (call_expression "FUN_001bd230(lVar16,param_1,uVar11)" identifier (argument_list "(lVar16,param_1,uVar11)" ( identifier , identifier , identifier )))) ;) (goto_statement "goto LAB_0018fac2;" goto statement_identifier ;) })))) (expression_statement "puVar17 = puVar18 + 4;" (assignment_expression "puVar17 = puVar18 + 4" identifier = (binary_expression "puVar18 + 4" identifier + number_literal)) ;) (expression_statement "uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2));" (assignment_expression "uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2))" identifier = (call_expression "FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2))" identifier (argument_list "(local_a0,*(undefined8 *)(puVar7 + 2))" ( identifier , (pointer_expression "*(undefined8 *)(puVar7 + 2)" * (cast_expression "(undefined8 *)(puVar7 + 2)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar7 + 2)" ( (binary_expression "puVar7 + 2" identifier + number_literal) )))) )))) ;) (expression_statement "*puVar18 = uVar5;" (assignment_expression "*puVar18 = uVar5" (pointer_expression "*puVar18" * identifier) = identifier) ;) (expression_statement "puVar18[1] = *puVar7;" (assignment_expression "puVar18[1] = *puVar7" (subscript_expression "puVar18[1]" identifier [ number_literal ]) = (pointer_expression "*puVar7" * identifier)) ;) (expression_statement "puVar18[2] = puVar7[4];" (assignment_expression "puVar18[2] = puVar7[4]" (subscript_expression "puVar18[2]" identifier [ number_literal ]) = (subscript_expression "puVar7[4]" identifier [ number_literal ])) ;) (expression_statement "bVar1 = *(byte *)((long)puVar7 + 0x17);" (assignment_expression "bVar1 = *(byte *)((long)puVar7 + 0x17)" identifier = (pointer_expression "*(byte *)((long)puVar7 + 0x17)" * (cast_expression "(byte *)((long)puVar7 + 0x17)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar7 + 0x17)" ( (binary_expression "(long)puVar7 + 0x17" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "*(undefined1 *)((long)puVar18 + 0xd) = 0;" (assignment_expression "*(undefined1 *)((long)puVar18 + 0xd) = 0" (pointer_expression "*(undefined1 *)((long)puVar18 + 0xd)" * (cast_expression "(undefined1 *)((long)puVar18 + 0xd)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar18 + 0xd)" ( (binary_expression "(long)puVar18 + 0xd" (cast_expression "(long)puVar18" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(short *)((long)puVar18 + 0xe) = (short)uVar9;" (assignment_expression "*(short *)((long)puVar18 + 0xe) = (short)uVar9" (pointer_expression "*(short *)((long)puVar18 + 0xe)" * (cast_expression "(short *)((long)puVar18 + 0xe)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar18 + 0xe)" ( (binary_expression "(long)puVar18 + 0xe" (cast_expression "(long)puVar18" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (cast_expression "(short)uVar9" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier)) ;) (expression_statement "*(byte *)(puVar18 + 3) = bVar1 >> 4;" (assignment_expression "*(byte *)(puVar18 + 3) = bVar1 >> 4" (pointer_expression "*(byte *)(puVar18 + 3)" * (cast_expression "(byte *)(puVar18 + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar18 + 3)" ( (binary_expression "puVar18 + 3" identifier + number_literal) )))) = (binary_expression "bVar1 >> 4" identifier >> number_literal)) ;) (expression_statement "puVar18 = puVar17;" (assignment_expression "puVar18 = puVar17" identifier = identifier) ;) (if_statement "if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar14 = puVar13 + 4;\n uVar11 = uVar11 + 1;\n uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));\n *puVar13 = uVar5;\n puVar13[1] = *puVar7;\n puVar13[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar13 + 0xd) = 0;\n *(short *)((long)puVar13 + 0xe) = (short)uVar9;\n *(byte *)(puVar13 + 3) = bVar1 >> 4;\n puVar13 = puVar14;\n if (*(uint *)(param_1 + 0x24) <= uVar11) break;\n goto LAB_0018fa9b;\n }" if (parenthesized_expression "(*(char *)((long)puVar7 + 0x1b) < '\0')" ( (binary_expression "*(char *)((long)puVar7 + 0x1b) < '\0'" (pointer_expression "*(char *)((long)puVar7 + 0x1b)" * (cast_expression "(char *)((long)puVar7 + 0x1b)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar7 + 0x1b)" ( (binary_expression "(long)puVar7 + 0x1b" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) < (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar14 = puVar13 + 4;\n uVar11 = uVar11 + 1;\n uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));\n *puVar13 = uVar5;\n puVar13[1] = *puVar7;\n puVar13[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar13 + 0xd) = 0;\n *(short *)((long)puVar13 + 0xe) = (short)uVar9;\n *(byte *)(puVar13 + 3) = bVar1 >> 4;\n puVar13 = puVar14;\n if (*(uint *)(param_1 + 0x24) <= uVar11) break;\n goto LAB_0018fa9b;\n }" { (if_statement "if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }" if (parenthesized_expression "((undefined4 *)((long)local_98 + uVar10) <= puVar13)" ( (binary_expression "(undefined4 *)((long)local_98 + uVar10) <= puVar13" (cast_expression "(undefined4 *)((long)local_98 + uVar10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)local_98 + uVar10)" ( (binary_expression "(long)local_98 + uVar10" (cast_expression "(long)local_98" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) ))) <= identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }" { comment (expression_statement "FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate")" identifier (argument_list "("../../gold/incremental.cc",0xa53,"do_relocate")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_relocate"" " string_content ") ))) ;) })) (expression_statement "puVar14 = puVar13 + 4;" (assignment_expression "puVar14 = puVar13 + 4" identifier = (binary_expression "puVar13 + 4" identifier + number_literal)) ;) (expression_statement "uVar11 = uVar11 + 1;" (assignment_expression "uVar11 = uVar11 + 1" identifier = (binary_expression "uVar11 + 1" identifier + number_literal)) ;) (expression_statement "uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));" (assignment_expression "uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2))" identifier = (call_expression "FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2))" identifier (argument_list "(local_88,*(undefined8 *)(puVar7 + 2))" ( identifier , (pointer_expression "*(undefined8 *)(puVar7 + 2)" * (cast_expression "(undefined8 *)(puVar7 + 2)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar7 + 2)" ( (binary_expression "puVar7 + 2" identifier + number_literal) )))) )))) ;) (expression_statement "*puVar13 = uVar5;" (assignment_expression "*puVar13 = uVar5" (pointer_expression "*puVar13" * identifier) = identifier) ;) (expression_statement "puVar13[1] = *puVar7;" (assignment_expression "puVar13[1] = *puVar7" (subscript_expression "puVar13[1]" identifier [ number_literal ]) = (pointer_expression "*puVar7" * identifier)) ;) (expression_statement "puVar13[2] = puVar7[4];" (assignment_expression "puVar13[2] = puVar7[4]" (subscript_expression "puVar13[2]" identifier [ number_literal ]) = (subscript_expression "puVar7[4]" identifier [ number_literal ])) ;) (expression_statement "bVar1 = *(byte *)((long)puVar7 + 0x17);" (assignment_expression "bVar1 = *(byte *)((long)puVar7 + 0x17)" identifier = (pointer_expression "*(byte *)((long)puVar7 + 0x17)" * (cast_expression "(byte *)((long)puVar7 + 0x17)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar7 + 0x17)" ( (binary_expression "(long)puVar7 + 0x17" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "*(undefined1 *)((long)puVar13 + 0xd) = 0;" (assignment_expression "*(undefined1 *)((long)puVar13 + 0xd) = 0" (pointer_expression "*(undefined1 *)((long)puVar13 + 0xd)" * (cast_expression "(undefined1 *)((long)puVar13 + 0xd)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar13 + 0xd)" ( (binary_expression "(long)puVar13 + 0xd" (cast_expression "(long)puVar13" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(short *)((long)puVar13 + 0xe) = (short)uVar9;" (assignment_expression "*(short *)((long)puVar13 + 0xe) = (short)uVar9" (pointer_expression "*(short *)((long)puVar13 + 0xe)" * (cast_expression "(short *)((long)puVar13 + 0xe)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar13 + 0xe)" ( (binary_expression "(long)puVar13 + 0xe" (cast_expression "(long)puVar13" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (cast_expression "(short)uVar9" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier)) ;) (expression_statement "*(byte *)(puVar13 + 3) = bVar1 >> 4;" (assignment_expression "*(byte *)(puVar13 + 3) = bVar1 >> 4" (pointer_expression "*(byte *)(puVar13 + 3)" * (cast_expression "(byte *)(puVar13 + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar13 + 3)" ( (binary_expression "puVar13 + 3" identifier + number_literal) )))) = (binary_expression "bVar1 >> 4" identifier >> number_literal)) ;) (expression_statement "puVar13 = puVar14;" (assignment_expression "puVar13 = puVar14" identifier = identifier) ;) (if_statement "if (*(uint *)(param_1 + 0x24) <= uVar11) break;" if (parenthesized_expression "(*(uint *)(param_1 + 0x24) <= uVar11)" ( (binary_expression "*(uint *)(param_1 + 0x24) <= uVar11" (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) )))) <= identifier) )) (break_statement "break;" break ;)) (goto_statement "goto LAB_0018fa9b;" goto statement_identifier ;) })) (expression_statement "uVar11 = uVar11 + 1;" (assignment_expression "uVar11 = uVar11 + 1" identifier = (binary_expression "uVar11 + 1" identifier + number_literal)) ;) (expression_statement "puVar14 = puVar13;" (assignment_expression "puVar14 = puVar13" identifier = identifier) ;) }) while (parenthesized_expression "(uVar11 < *(uint *)(param_1 + 0x24))" ( (binary_expression "uVar11 < *(uint *)(param_1 + 0x24)" identifier < (pointer_expression "*(uint *)(param_1 + 0x24)" * (cast_expression "(uint *)(param_1 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) ))))) )) ;)) (if_statement "if ((uVar15 != 0) && ((long)puVar17 - (long)local_68 != (ulong)uVar15)) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa62,"do_relocate");\n }" if (parenthesized_expression "((uVar15 != 0) && ((long)puVar17 - (long)local_68 != (ulong)uVar15))" ( (binary_expression "(uVar15 != 0) && ((long)puVar17 - (long)local_68 != (ulong)uVar15)" (parenthesized_expression "(uVar15 != 0)" ( (binary_expression "uVar15 != 0" identifier != number_literal) )) && (parenthesized_expression "((long)puVar17 - (long)local_68 != (ulong)uVar15)" ( (binary_expression "(long)puVar17 - (long)local_68 != (ulong)uVar15" (binary_expression "(long)puVar17 - (long)local_68" (cast_expression "(long)puVar17" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)local_68" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) != (cast_expression "(ulong)uVar15" ( (type_descriptor "ulong" type_identifier) ) identifier)) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa62,"do_relocate");\n }" { comment (expression_statement "FUN_0017c650("../../gold/incremental.cc",0xa62,"do_relocate");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0xa62,"do_relocate")" identifier (argument_list "("../../gold/incremental.cc",0xa62,"do_relocate")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_relocate"" " string_content ") ))) ;) })) (if_statement "if ((uVar4 == 0) || ((long)puVar14 - (long)local_98 == uVar10)) {\n return;\n }" if (parenthesized_expression "((uVar4 == 0) || ((long)puVar14 - (long)local_98 == uVar10))" ( (binary_expression "(uVar4 == 0) || ((long)puVar14 - (long)local_98 == uVar10)" (parenthesized_expression "(uVar4 == 0)" ( (binary_expression "uVar4 == 0" identifier == number_literal) )) || (parenthesized_expression "((long)puVar14 - (long)local_98 == uVar10)" ( (binary_expression "(long)puVar14 - (long)local_98 == uVar10" (binary_expression "(long)puVar14 - (long)local_98" (cast_expression "(long)puVar14" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)local_98" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) == identifier) ))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (labeled_statement "LAB_0018fd63:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xa69,"do_relocate");" statement_identifier : comment (expression_statement "FUN_0017c650("../../gold/incremental.cc",0xa69,"do_relocate");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0xa69,"do_relocate")" identifier (argument_list "("../../gold/incremental.cc",0xa69,"do_relocate")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_relocate"" " string_content ") ))) ;)) })))
|
(translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void do_relocate(Sized_relobj_incr<32,_false> * this, Symbol_table *\n param_1, Layout * layout, Output_file * of) */\n\nvoid __thiscall\ngold::Sized_relobj_incr<32,_false>::do_relocate\n (Sized_relobj_incr<32,_false> *this,Symbol_table *param_1,Layout *layout,Output_file *of)\n\n{\n byte bVar1;\n Output_data_space *pOVar2;\n long lVar3;\n Output_section *pOVar4;\n _func_int_varargs *p_Var5;\n int iVar6;\n uint uVar7;\n uint uVar8;\n Output_symtab_xindex *pOVar9;\n section_offset_type sVar10;\n Xindex *this_00;\n Output_file *this_1;\n pointer pLVar11;\n uint uVar12;\n size_t size;\n size_t sVar13;\n uint uVar14;\n ulong uVar15;\n Symbol_table *pSVar16;\n Layout *this_01;\n Layout *__dest;\n uchar *puVar17;\n uchar *puVar18;\n uint uVar19;\n uchar *puVar20;\n uchar *puVar21;\n Stringpool *local_a0;\n uchar *local_98;\n Stringpool *local_88;\n uchar *local_68;\n Output_symtab_xindex *local_58;\n pair<unsigned_int,_unsigned_int> local_40 [2];\n undefined4 extraout_var;\n \n if (this->incr_reloc_count_ == 0) {\n return;\n }\n if (layout->incremental_inputs_ == (Incremental_inputs *)0x0) {\nLAB_0018fd1b:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xa01,"do_relocate");\n }\n pOVar2 = layout->incremental_inputs_->relocs_section_;\n bVar1 = (pOVar2->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x20;\n if ((bVar1 & 4) == 0) {\nLAB_0018fd7b:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n this_1 = (Output_file *)(ulong)(bVar1 & 2);\n lVar3 = (pOVar2->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n offset_;\n if ((bVar1 & 2) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n size = (pOVar2->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n data_size_;\n this_01 = (Layout *)this;\n if ((lVar3 < 0) ||\n (size = size + lVar3, param_1 = (Symbol_table *)of, of->file_size_ < (long)size)) {\nLAB_0018fd11:\n /* WARNING: Subroutine does not return */\n Output_file::get_output_view((Output_file *)this_01,(off_t)param_1,size,this_1);\n }\n puVar17 = of->base_;\n uVar15 = (ulong)(this->incr_reloc_output_index_ << 4);\n __dest = (Layout *)(puVar17 + uVar15 + lVar3);\n this_01 = __dest;\n memcpy(__dest,this->incr_relocs_,(ulong)(this->incr_reloc_count_ << 4));\n if (this->incr_reloc_count_ != 0) {\n this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[*(uint *)&__dest->field_0x4];\n if (this_01 != (Layout *)0x0) {\n uVar19 = 0;\n do {\n if (*(code **)(*(long *)this_01 + 0x58) == Output_section::do_out_shndx) {\n iVar6 = *(int *)((long)&(this_01->namepool_).strings_.\n super__List_base<gold::Stringpool_template<char>::Stringdata*,_std::allocator<gold::Stringpool_template<char>::Stringdata*>_>\n ._M_impl._M_node._M_size + 4);\n if (iVar6 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar6 = (**(code **)(*(long *)this_01 + 0x58))();\n }\n *(int *)&__dest->field_0x4 = iVar6;\n uVar19 = uVar19 + 1;\n if (this->incr_reloc_count_ <= uVar19) goto LAB_0018f930;\n __dest = (Layout *)(puVar17 + uVar19 * 0x10 + uVar15 + lVar3);\n this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[*(uint *)&__dest->field_0x4];\n } while (this_01 != (Layout *)0x0);\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xa12,"do_relocate");\n }\nLAB_0018f930:\n pOVar4 = layout->symtab_section_;\n if (pOVar4 == (Output_section *)0x0) {\n Layout::symtab_section(this_01);\n goto LAB_0018fd1b;\n }\n if (((pOVar4->super_Output_data).field_0x20 & 4) == 0) goto LAB_0018fd7b;\n uVar19 = this->local_symbol_count_;\n this_1 = (Output_file *)(ulong)uVar19;\n uVar12 = uVar19 << 4;\n pSVar16 = (Symbol_table *)(ulong)uVar12;\n if (uVar12 == 0) {\n local_68 = (uchar *)0x0;\n }\n else {\n sVar13 = (ulong)this->local_symbol_offset_ + (pOVar4->super_Output_data).offset_;\n size = sVar13;\n param_1 = pSVar16;\n if (((long)sVar13 < 0) ||\n (size = (long)&pSVar16->saw_undefined_ + sVar13, param_1 = (Symbol_table *)of,\n of->file_size_ < (long)size)) goto LAB_0018fd11;\n local_68 = of->base_ + sVar13;\n }\n uVar7 = this->output_local_dynsym_count_ << 4;\n uVar15 = (ulong)uVar7;\n if (uVar7 == 0) {\n pOVar9 = layout->symtab_xindex_;\n local_58 = layout->dynsym_xindex_;\n if (uVar19 == 0) {\n return;\n }\n local_98 = (uchar *)0x0;\n }\n else {\n size = (size_t)this->local_dynsym_offset_;\n param_1 = (Symbol_table *)of;\n if (of->file_size_ < (long)(size + uVar15)) goto LAB_0018fd11;\n local_98 = of->base_ + size;\n pOVar9 = layout->symtab_xindex_;\n local_58 = layout->dynsym_xindex_;\n if (uVar19 == 0) goto LAB_0018fd63;\n }\n local_88 = &layout->dynpool_;\n local_a0 = &layout->sympool_;\n uVar19 = 0;\n puVar17 = local_98;\n puVar21 = local_68;\nLAB_0018fa9b:\n do {\n pLVar11 = (this->local_symbols_).\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n ._M_impl._M_start + uVar19;\n uVar14 = *(uint *)&pLVar11->field_0x14 & 0xfffffff;\n if (uVar14 < 0xff00) {\nLAB_0018fac2:\n pOVar4 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[uVar14];\n p_Var5 = (pOVar4->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var5 == Output_section::do_out_shndx) {\n uVar8 = pOVar4->out_shndx_;\n if (uVar8 == 0xffffffff) {\nLAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*p_Var5)();\n }\n uVar14 = uVar8;\n if (0xfeff < uVar8) {\n uVar14 = 0xffffffff;\n local_40[0].first = this->local_symbol_index_ + uVar19;\n local_40[0].second = uVar8;\n std::\n vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std::pair<unsigned_int,_unsigned_int>_>(&pOVar9->entries_,local_40);\n if ((char)pLVar11->field_0x1b < '\0') {\n local_40[0].first = *(uint *)&pLVar11->field_0x18 & 0x7fffffff;\n local_40[0].second = uVar8;\n std::\n vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std::pair<unsigned_int,_unsigned_int>_>(&local_58->entries_,local_40);\n }\n }\n }\n else if (uVar14 == 0xffff) {\n this_00 = (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_;\n if (this_00 == (Xindex *)0x0) {\n iVar6 = (*(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )(this);\n this_00 = (Xindex *)CONCAT44(extraout_var,iVar6);\n (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = this_00;\n }\n uVar14 = Xindex::sym_xindex_to_shndx(this_00,(Object *)this,uVar19);\n goto LAB_0018fac2;\n }\n puVar20 = puVar21 + 0x10;\n sVar10 = Stringpool_template<char>::get_offset(local_a0,pLVar11->name);\n *(int *)puVar21 = (int)sVar10;\n *(Address *)(puVar21 + 4) = pLVar11->st_value;\n *(uint *)(puVar21 + 8) = pLVar11->st_size;\n bVar1 = pLVar11->field_0x17;\n puVar21[0xd] = '\0';\n *(short *)(puVar21 + 0xe) = (short)uVar14;\n puVar21[0xc] = bVar1 >> 4;\n puVar21 = puVar20;\n if ((char)pLVar11->field_0x1b < '\0') {\n if (local_98 + uVar15 <= puVar17) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar18 = puVar17 + 0x10;\n uVar19 = uVar19 + 1;\n sVar10 = Stringpool_template<char>::get_offset(local_88,pLVar11->name);\n *(int *)puVar17 = (int)sVar10;\n *(Address *)(puVar17 + 4) = pLVar11->st_value;\n *(uint *)(puVar17 + 8) = pLVar11->st_size;\n bVar1 = pLVar11->field_0x17;\n puVar17[0xd] = '\0';\n *(short *)(puVar17 + 0xe) = (short)uVar14;\n puVar17[0xc] = bVar1 >> 4;\n puVar17 = puVar18;\n if (this->local_symbol_count_ <= uVar19) break;\n goto LAB_0018fa9b;\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar17;\n } while (uVar19 < this->local_symbol_count_);\n if ((uVar12 != 0) && ((Symbol_table *)(puVar20 + -(long)local_68) != pSVar16)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xa62,"do_relocate");\n }\n if ((uVar7 == 0) || ((long)puVar18 - (long)local_98 == uVar15)) {\n return;\n }\nLAB_0018fd63:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xa69,"do_relocate");\n}\n\n" comment comment comment (declaration "void __thiscall\ngold::Sized_relobj_incr<32,_false>::do_relocate\n (Sized_relobj_incr<32,_false> *this,Symbol_table *param_1,Layout *layout,Output_file *of)\n\n{\n byte bVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::do_relocate\n (Sized_relobj_incr<32,_false> *this,Symbol_table *param_1,Layout *layout,Output_file *of)\n\n{\n byte" identifier > : : (function_declarator "do_relocate\n (Sized_relobj_incr<32,_false> *this,Symbol_table *param_1,Layout *layout,Output_file *of)" identifier (parameter_list "(Sized_relobj_incr<32,_false> *this,Symbol_table *param_1,Layout *layout,Output_file *of)" ( (parameter_declaration "Sized_relobj_incr" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol_table *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "Layout *layout" type_identifier (pointer_declarator "*layout" * identifier)) , (parameter_declaration "Output_file *of" type_identifier (pointer_declarator "*of" * identifier)) ))) { identifier) identifier ;) (declaration "Output_data_space *pOVar2;" type_identifier (pointer_declarator "*pOVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "Output_section *pOVar4;" type_identifier (pointer_declarator "*pOVar4" * identifier) ;) (declaration "_func_int_varargs *p_Var5;" type_identifier (pointer_declarator "*p_Var5" * identifier) ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "uint uVar8;" type_identifier identifier ;) (declaration "Output_symtab_xindex *pOVar9;" type_identifier (pointer_declarator "*pOVar9" * identifier) ;) (declaration "section_offset_type sVar10;" type_identifier identifier ;) (declaration "Xindex *this_00;" type_identifier (pointer_declarator "*this_00" * identifier) ;) (declaration "Output_file *this_1;" type_identifier (pointer_declarator "*this_1" * identifier) ;) (declaration "pointer pLVar11;" type_identifier identifier ;) (declaration "uint uVar12;" type_identifier identifier ;) (declaration "size_t size;" primitive_type identifier ;) (declaration "size_t sVar13;" primitive_type identifier ;) (declaration "uint uVar14;" type_identifier identifier ;) (declaration "ulong uVar15;" type_identifier identifier ;) (declaration "Symbol_table *pSVar16;" type_identifier (pointer_declarator "*pSVar16" * identifier) ;) (declaration "Layout *this_01;" type_identifier (pointer_declarator "*this_01" * identifier) ;) (declaration "Layout *__dest;" type_identifier (pointer_declarator "*__dest" * identifier) ;) (declaration "uchar *puVar17;" type_identifier (pointer_declarator "*puVar17" * identifier) ;) (declaration "uchar *puVar18;" type_identifier (pointer_declarator "*puVar18" * identifier) ;) (declaration "uint uVar19;" type_identifier identifier ;) (declaration "uchar *puVar20;" type_identifier (pointer_declarator "*puVar20" * identifier) ;) (declaration "uchar *puVar21;" type_identifier (pointer_declarator "*puVar21" * identifier) ;) (declaration "Stringpool *local_a0;" type_identifier (pointer_declarator "*local_a0" * identifier) ;) (declaration "uchar *local_98;" type_identifier (pointer_declarator "*local_98" * identifier) ;) (declaration "Stringpool *local_88;" type_identifier (pointer_declarator "*local_88" * identifier) ;) (declaration "uchar *local_68;" type_identifier (pointer_declarator "*local_68" * identifier) ;) (declaration "Output_symtab_xindex *local_58;" type_identifier (pointer_declarator "*local_58" * identifier) ;) (expression_statement "pair<unsigned_int,_unsigned_int> local_40 [2];" (update_expression "pair<unsigned_int,_unsigned_int> local_40 [2]" (binary_expression "pair<unsigned_int,_unsigned_int> local_40 [2]" (binary_expression "pair<unsigned_int" identifier < identifier) (ERROR ",_unsigned_int" , identifier) > (subscript_expression "local_40 [2]" identifier [ number_literal ])) --) ;) (declaration "undefined4 extraout_var;" type_identifier identifier ;) (if_statement "if (this->incr_reloc_count_ == 0) {\n return;\n }" if (parenthesized_expression "(this->incr_reloc_count_ == 0)" ( (binary_expression "this->incr_reloc_count_ == 0" (field_expression "this->incr_reloc_count_" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (layout->incremental_inputs_ == (Incremental_inputs *)0x0) {\nLAB_0018fd1b:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xa01,"do_relocate");\n }" if (parenthesized_expression "(layout->incremental_inputs_ == (Incremental_inputs *)0x0)" ( (binary_expression "layout->incremental_inputs_ == (Incremental_inputs *)0x0" (field_expression "layout->incremental_inputs_" identifier -> field_identifier) == (cast_expression "(Incremental_inputs *)0x0" ( (type_descriptor "Incremental_inputs *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_0018fd1b:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xa01,"do_relocate");\n }" { (labeled_statement "LAB_0018fd1b:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xa01,"do_relocate");" statement_identifier : comment (expression_statement "do_gold_unreachable("../../gold/incremental.cc",0xa01,"do_relocate");" (call_expression "do_gold_unreachable("../../gold/incremental.cc",0xa01,"do_relocate")" identifier (argument_list "("../../gold/incremental.cc",0xa01,"do_relocate")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_relocate"" " string_content ") ))) ;)) })) (expression_statement "pOVar2 = layout->incremental_inputs_->relocs_section_;" (assignment_expression "pOVar2 = layout->incremental_inputs_->relocs_section_" identifier = (field_expression "layout->incremental_inputs_->relocs_section_" (field_expression "layout->incremental_inputs_" identifier -> field_identifier) -> field_identifier)) ;) (expression_statement "bVar1 = (pOVar2->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x20;" (assignment_expression "bVar1 = (pOVar2->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x20" identifier = (field_expression "(pOVar2->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x20" (field_expression "(pOVar2->super_Output_section_data_build).super_Output_section_data.super_Output_data" (field_expression "(pOVar2->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar2->super_Output_section_data_build)" ( (field_expression "pOVar2->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((bVar1 & 4) == 0) {\nLAB_0018fd7b:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }" if (parenthesized_expression "((bVar1 & 4) == 0)" ( (binary_expression "(bVar1 & 4) == 0" (parenthesized_expression "(bVar1 & 4)" ( (binary_expression "bVar1 & 4" identifier & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_0018fd7b:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }" { (labeled_statement "LAB_0018fd7b:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");" statement_identifier : comment (expression_statement "do_gold_unreachable("../../gold/output.h",0xe3,"offset");" (call_expression "do_gold_unreachable("../../gold/output.h",0xe3,"offset")" identifier (argument_list "("../../gold/output.h",0xe3,"offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") ))) ;)) })) (expression_statement "this_1 = (Output_file *)(ulong)(bVar1 & 2);" (assignment_expression "this_1 = (Output_file *)(ulong)(bVar1 & 2)" identifier = (cast_expression "(Output_file *)(ulong)(bVar1 & 2)" ( (type_descriptor "Output_file *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(ulong)(bVar1 & 2)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) ))))) ;) (expression_statement "lVar3 = (pOVar2->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n offset_;" (assignment_expression "lVar3 = (pOVar2->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n offset_" identifier = (field_expression "(pOVar2->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n offset_" (field_expression "(pOVar2->super_Output_section_data_build).super_Output_section_data.super_Output_data" (field_expression "(pOVar2->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar2->super_Output_section_data_build)" ( (field_expression "pOVar2->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((bVar1 & 2) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }" if (parenthesized_expression "((bVar1 & 2) == 0)" ( (binary_expression "(bVar1 & 2) == 0" (parenthesized_expression "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.h",0xcf,"data_size");" (call_expression "do_gold_unreachable("../../gold/output.h",0xcf,"data_size")" identifier (argument_list "("../../gold/output.h",0xcf,"data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""data_size"" " string_content ") ))) ;) })) (expression_statement "size = (pOVar2->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n data_size_;" (assignment_expression "size = (pOVar2->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n data_size_" identifier = (field_expression "(pOVar2->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n data_size_" (field_expression "(pOVar2->super_Output_section_data_build).super_Output_section_data.super_Output_data" (field_expression "(pOVar2->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar2->super_Output_section_data_build)" ( (field_expression "pOVar2->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "this_01 = (Layout *)this;" (assignment_expression "this_01 = (Layout *)this" identifier = (cast_expression "(Layout *)this" ( (type_descriptor "Layout *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (if_statement "if ((lVar3 < 0) ||\n (size = size + lVar3, param_1 = (Symbol_table *)of, of->file_size_ < (long)size)) {\nLAB_0018fd11:\n /* WARNING: Subroutine does not return */\n Output_file::get_output_view((Output_file *)this_01,(off_t)param_1,size,this_1);\n }" if (parenthesized_expression "((lVar3 < 0) ||\n (size = size + lVar3, param_1 = (Symbol_table *)of, of->file_size_ < (long)size))" ( (binary_expression "(lVar3 < 0) ||\n (size = size + lVar3, param_1 = (Symbol_table *)of, of->file_size_ < (long)size)" (parenthesized_expression "(lVar3 < 0)" ( (binary_expression "lVar3 < 0" identifier < number_literal) )) || (parenthesized_expression "(size = size + lVar3, param_1 = (Symbol_table *)of, of->file_size_ < (long)size)" ( (comma_expression "size = size + lVar3, param_1 = (Symbol_table *)of, of->file_size_ < (long)size" (assignment_expression "size = size + lVar3" identifier = (binary_expression "size + lVar3" identifier + identifier)) , (comma_expression "param_1 = (Symbol_table *)of, of->file_size_ < (long)size" (assignment_expression "param_1 = (Symbol_table *)of" identifier = (cast_expression "(Symbol_table *)of" ( (type_descriptor "Symbol_table *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) , (binary_expression "of->file_size_ < (long)size" (field_expression "of->file_size_" identifier -> field_identifier) < (cast_expression "(long)size" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)))) ))) )) (compound_statement "{\nLAB_0018fd11:\n /* WARNING: Subroutine does not return */\n Output_file::get_output_view((Output_file *)this_01,(off_t)param_1,size,this_1);\n }" { (labeled_statement "LAB_0018fd11:\n /* WARNING: Subroutine does not return */\n Output_file::get_output_view((Output_file *)this_01,(off_t)param_1,size,this_1);" statement_identifier : comment (labeled_statement "Output_file::get_output_view((Output_file *)this_01,(off_t)param_1,size,this_1);" statement_identifier : (ERROR ":" :) (expression_statement "get_output_view((Output_file *)this_01,(off_t)param_1,size,this_1);" (call_expression "get_output_view((Output_file *)this_01,(off_t)param_1,size,this_1)" identifier (argument_list "((Output_file *)this_01,(off_t)param_1,size,this_1)" ( (cast_expression "(Output_file *)this_01" ( (type_descriptor "Output_file *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(off_t)param_1" ( (type_descriptor "off_t" type_identifier) ) identifier) , identifier , identifier ))) ;))) })) (expression_statement "puVar17 = of->base_;" (assignment_expression "puVar17 = of->base_" identifier = (field_expression "of->base_" identifier -> field_identifier)) ;) (expression_statement "uVar15 = (ulong)(this->incr_reloc_output_index_ << 4);" (assignment_expression "uVar15 = (ulong)(this->incr_reloc_output_index_ << 4)" identifier = (call_expression "(ulong)(this->incr_reloc_output_index_ << 4)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(this->incr_reloc_output_index_ << 4)" ( (binary_expression "this->incr_reloc_output_index_ << 4" (field_expression "this->incr_reloc_output_index_" identifier -> field_identifier) << number_literal) )))) ;) (expression_statement "__dest = (Layout *)(puVar17 + uVar15 + lVar3);" (assignment_expression "__dest = (Layout *)(puVar17 + uVar15 + lVar3)" identifier = (cast_expression "(Layout *)(puVar17 + uVar15 + lVar3)" ( (type_descriptor "Layout *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar17 + uVar15 + lVar3)" ( (binary_expression "puVar17 + uVar15 + lVar3" (binary_expression "puVar17 + uVar15" identifier + identifier) + identifier) )))) ;) (expression_statement "this_01 = __dest;" (assignment_expression "this_01 = __dest" identifier = identifier) ;) (expression_statement "memcpy(__dest,this->incr_relocs_,(ulong)(this->incr_reloc_count_ << 4));" (call_expression "memcpy(__dest,this->incr_relocs_,(ulong)(this->incr_reloc_count_ << 4))" identifier (argument_list "(__dest,this->incr_relocs_,(ulong)(this->incr_reloc_count_ << 4))" ( identifier , (field_expression "this->incr_relocs_" identifier -> field_identifier) , (call_expression "(ulong)(this->incr_reloc_count_ << 4)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(this->incr_reloc_count_ << 4)" ( (binary_expression "this->incr_reloc_count_ << 4" (field_expression "this->incr_reloc_count_" identifier -> field_identifier) << number_literal) ))) ))) ;) (if_statement "if (this->incr_reloc_count_ != 0) {\n this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[*(uint *)&__dest->field_0x4];\n if (this_01 != (Layout *)0x0) {\n uVar19 = 0;\n do {\n if (*(code **)(*(long *)this_01 + 0x58) == Output_section::do_out_shndx) {\n iVar6 = *(int *)((long)&(this_01->namepool_).strings_.\n super__List_base<gold::Stringpool_template<char>::Stringdata*,_std::allocator<gold::Stringpool_template<char>::Stringdata*>_>\n ._M_impl._M_node._M_size + 4);\n if (iVar6 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar6 = (**(code **)(*(long *)this_01 + 0x58))();\n }\n *(int *)&__dest->field_0x4 = iVar6;\n uVar19 = uVar19 + 1;\n if (this->incr_reloc_count_ <= uVar19) goto LAB_0018f930;\n __dest = (Layout *)(puVar17 + uVar19 * 0x10 + uVar15 + lVar3);\n this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[*(uint *)&__dest->field_0x4];\n } while (this_01 != (Layout *)0x0);\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xa12,"do_relocate");\n }" if (parenthesized_expression "(this->incr_reloc_count_ != 0)" ( (binary_expression "this->incr_reloc_count_ != 0" (field_expression "this->incr_reloc_count_" identifier -> field_identifier) != number_literal) )) (compound_statement "{\n this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[*(uint *)&__dest->field_0x4];\n if (this_01 != (Layout *)0x0) {\n uVar19 = 0;\n do {\n if (*(code **)(*(long *)this_01 + 0x58) == Output_section::do_out_shndx) {\n iVar6 = *(int *)((long)&(this_01->namepool_).strings_.\n super__List_base<gold::Stringpool_template<char>::Stringdata*,_std::allocator<gold::Stringpool_template<char>::Stringdata*>_>\n ._M_impl._M_node._M_size + 4);\n if (iVar6 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar6 = (**(code **)(*(long *)this_01 + 0x58))();\n }\n *(int *)&__dest->field_0x4 = iVar6;\n uVar19 = uVar19 + 1;\n if (this->incr_reloc_count_ <= uVar19) goto LAB_0018f930;\n __dest = (Layout *)(puVar17 + uVar19 * 0x10 + uVar15 + lVar3);\n this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[*(uint *)&__dest->field_0x4];\n } while (this_01 != (Layout *)0x0);\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xa12,"do_relocate");\n }" { (expression_statement "this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[*(uint *)&__dest->field_0x4];" (subscript_expression "this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[*(uint *)&__dest->field_0x4]" (field_expression "this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start" (field_expression "this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl" (binary_expression "this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std" (assignment_expression "this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold" identifier = (binary_expression "(Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold" (cast_expression "(Layout *)\n (this->ibase_->section_map_).\n super__Vector_base" ( (type_descriptor "Layout *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "(this->ibase_->section_map_).\n super__Vector_base" (parenthesized_expression "(this->ibase_->section_map_)" ( (field_expression "this->ibase_->section_map_" (field_expression "this->ibase_" identifier -> field_identifier) -> field_identifier) )) . field_identifier)) < identifier)) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) [ (pointer_expression "*(uint *)&__dest->field_0x4" * (cast_expression "(uint *)&__dest->field_0x4" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&__dest->field_0x4" & (field_expression "__dest->field_0x4" identifier -> field_identifier)))) ]) ;) (if_statement "if (this_01 != (Layout *)0x0) {\n uVar19 = 0;\n do {\n if (*(code **)(*(long *)this_01 + 0x58) == Output_section::do_out_shndx) {\n iVar6 = *(int *)((long)&(this_01->namepool_).strings_.\n super__List_base<gold::Stringpool_template<char>::Stringdata*,_std::allocator<gold::Stringpool_template<char>::Stringdata*>_>\n ._M_impl._M_node._M_size + 4);\n if (iVar6 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar6 = (**(code **)(*(long *)this_01 + 0x58))();\n }\n *(int *)&__dest->field_0x4 = iVar6;\n uVar19 = uVar19 + 1;\n if (this->incr_reloc_count_ <= uVar19) goto LAB_0018f930;\n __dest = (Layout *)(puVar17 + uVar19 * 0x10 + uVar15 + lVar3);\n this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[*(uint *)&__dest->field_0x4];\n } while (this_01 != (Layout *)0x0);\n }" if (parenthesized_expression "(this_01 != (Layout *)0x0)" ( (binary_expression "this_01 != (Layout *)0x0" identifier != (cast_expression "(Layout *)0x0" ( (type_descriptor "Layout *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar19 = 0;\n do {\n if (*(code **)(*(long *)this_01 + 0x58) == Output_section::do_out_shndx) {\n iVar6 = *(int *)((long)&(this_01->namepool_).strings_.\n super__List_base<gold::Stringpool_template<char>::Stringdata*,_std::allocator<gold::Stringpool_template<char>::Stringdata*>_>\n ._M_impl._M_node._M_size + 4);\n if (iVar6 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar6 = (**(code **)(*(long *)this_01 + 0x58))();\n }\n *(int *)&__dest->field_0x4 = iVar6;\n uVar19 = uVar19 + 1;\n if (this->incr_reloc_count_ <= uVar19) goto LAB_0018f930;\n __dest = (Layout *)(puVar17 + uVar19 * 0x10 + uVar15 + lVar3);\n this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[*(uint *)&__dest->field_0x4];\n } while (this_01 != (Layout *)0x0);\n }" { (expression_statement "uVar19 = 0;" (assignment_expression "uVar19 = 0" identifier = number_literal) ;) (do_statement "do {\n if (*(code **)(*(long *)this_01 + 0x58) == Output_section::do_out_shndx) {\n iVar6 = *(int *)((long)&(this_01->namepool_).strings_.\n super__List_base<gold::Stringpool_template<char>::Stringdata*,_std::allocator<gold::Stringpool_template<char>::Stringdata*>_>\n ._M_impl._M_node._M_size + 4);\n if (iVar6 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar6 = (**(code **)(*(long *)this_01 + 0x58))();\n }\n *(int *)&__dest->field_0x4 = iVar6;\n uVar19 = uVar19 + 1;\n if (this->incr_reloc_count_ <= uVar19) goto LAB_0018f930;\n __dest = (Layout *)(puVar17 + uVar19 * 0x10 + uVar15 + lVar3);\n this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[*(uint *)&__dest->field_0x4];\n } while (this_01 != (Layout *)0x0);" do (compound_statement "{\n if (*(code **)(*(long *)this_01 + 0x58) == Output_section::do_out_shndx) {\n iVar6 = *(int *)((long)&(this_01->namepool_).strings_.\n super__List_base<gold::Stringpool_template<char>::Stringdata*,_std::allocator<gold::Stringpool_template<char>::Stringdata*>_>\n ._M_impl._M_node._M_size + 4);\n if (iVar6 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar6 = (**(code **)(*(long *)this_01 + 0x58))();\n }\n *(int *)&__dest->field_0x4 = iVar6;\n uVar19 = uVar19 + 1;\n if (this->incr_reloc_count_ <= uVar19) goto LAB_0018f930;\n __dest = (Layout *)(puVar17 + uVar19 * 0x10 + uVar15 + lVar3);\n this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[*(uint *)&__dest->field_0x4];\n }" { (if_statement "if (*(code **)(*(long *)this_01 + 0x58) == Output_section::do_out_shndx) {\n iVar6 = *(int *)((long)&(this_01->namepool_).strings_.\n super__List_base<gold::Stringpool_template<char>::Stringdata*,_std::allocator<gold::Stringpool_template<char>::Stringdata*>_>\n ._M_impl._M_node._M_size + 4);\n if (iVar6 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar6 = (**(code **)(*(long *)this_01 + 0x58))();\n }" if (parenthesized_expression "(*(code **)(*(long *)this_01 + 0x58) == Output_section::do_out_shndx)" ( (binary_expression "*(code **)(*(long *)this_01 + 0x58) == Output_section" (pointer_expression "*(code **)(*(long *)this_01 + 0x58)" * (cast_expression "(code **)(*(long *)this_01 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)this_01 + 0x58)" ( (binary_expression "*(long *)this_01 + 0x58" (pointer_expression "*(long *)this_01" * (cast_expression "(long *)this_01" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) )))) == identifier) (ERROR "::do_out_shndx" : : identifier) )) (compound_statement "{\n iVar6 = *(int *)((long)&(this_01->namepool_).strings_.\n super__List_base<gold::Stringpool_template<char>::Stringdata*,_std::allocator<gold::Stringpool_template<char>::Stringdata*>_>\n ._M_impl._M_node._M_size + 4);\n if (iVar6 == -1) goto LAB_0018fcc9;\n }" { (expression_statement "iVar6 = *(int *)((long)&(this_01->namepool_).strings_.\n super__List_base<gold::Stringpool_template<char>::Stringdata*,_std::allocator<gold::Stringpool_template<char>::Stringdata*>_>\n ._M_impl._M_node._M_size + 4);" (assignment_expression "iVar6 = *(int *)((long)&(this_01->namepool_).strings_.\n super__List_base<gold::Stringpool_template<char>::Stringdata*,_std::allocator<gold::Stringpool_template<char>::Stringdata*>_>\n ._M_impl._M_node._M_size + 4)" identifier = (pointer_expression "*(int *)((long)&(this_01->namepool_).strings_.\n super__List_base<gold::Stringpool_template<char>::Stringdata*,_std::allocator<gold::Stringpool_template<char>::Stringdata*>_>\n ._M_impl._M_node._M_size + 4)" * (cast_expression "(int *)((long)&(this_01->namepool_).strings_.\n super__List_base<gold::Stringpool_template<char>::Stringdata*,_std::allocator<gold::Stringpool_template<char>::Stringdata*>_>\n ._M_impl._M_node._M_size + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&(this_01->namepool_).strings_.\n super__List_base<gold::Stringpool_template<char>::Stringdata*,_std::allocator<gold::Stringpool_template<char>::Stringdata*>_>\n ._M_impl._M_node._M_size + 4)" ( (ERROR "(long)&(this_01->namepool_).strings_.\n super__List_base<gold::Stringpool_template<char>::Stringdata*,_std::allocator<gold::" (comma_expression "(long)&(this_01->namepool_).strings_.\n super__List_base<gold::Stringpool_template<char>::Stringdata*,_std" (binary_expression "(long)&(this_01->namepool_).strings_.\n super__List_base<gold::Stringpool_template<char>::Stringdata" (binary_expression "(long)&(this_01->namepool_).strings_.\n super__List_base<gold::Stringpool_template<char" (binary_expression "(long)&(this_01->namepool_).strings_.\n super__List_base<gold" (cast_expression "(long)&(this_01->namepool_).strings_.\n super__List_base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(this_01->namepool_).strings_.\n super__List_base" & (field_expression "(this_01->namepool_).strings_.\n super__List_base" (field_expression "(this_01->namepool_).strings_" (parenthesized_expression "(this_01->namepool_)" ( (field_expression "this_01->namepool_" identifier -> field_identifier) )) . field_identifier) . field_identifier))) < identifier) (ERROR "::Stringpool_template" : : identifier) < identifier) > (ERROR "::" : :) identifier) (ERROR "*" *) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Stringpool_template<char>::Stringdata*>_>\n ._M_impl._M_node._M_size + 4" (field_expression "Stringpool_template<char>::Stringdata*>_>\n ._M_impl._M_node._M_size" (field_expression "Stringpool_template<char>::Stringdata*>_>\n ._M_impl._M_node" (field_expression "Stringpool_template<char>::Stringdata*>_>\n ._M_impl" (binary_expression "Stringpool_template<char>::Stringdata*>_" (binary_expression "Stringpool_template<char>::Stringdata" (binary_expression "Stringpool_template<char" identifier < identifier) > (ERROR "::" : :) identifier) (ERROR "*" *) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) . field_identifier) + number_literal) ))))) ;) (if_statement "if (iVar6 == -1) goto LAB_0018fcc9;" if (parenthesized_expression "(iVar6 == -1)" ( (binary_expression "iVar6 == -1" identifier == number_literal) )) (goto_statement "goto LAB_0018fcc9;" goto statement_identifier ;)) }) (else_clause "else {\n iVar6 = (**(code **)(*(long *)this_01 + 0x58))();\n }" else (compound_statement "{\n iVar6 = (**(code **)(*(long *)this_01 + 0x58))();\n }" { (expression_statement "iVar6 = (**(code **)(*(long *)this_01 + 0x58))();" (assignment_expression "iVar6 = (**(code **)(*(long *)this_01 + 0x58))()" identifier = (call_expression "(**(code **)(*(long *)this_01 + 0x58))()" (parenthesized_expression "(**(code **)(*(long *)this_01 + 0x58))" ( (pointer_expression "**(code **)(*(long *)this_01 + 0x58)" * (pointer_expression "*(code **)(*(long *)this_01 + 0x58)" * (cast_expression "(code **)(*(long *)this_01 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)this_01 + 0x58)" ( (binary_expression "*(long *)this_01 + 0x58" (pointer_expression "*(long *)this_01" * (cast_expression "(long *)this_01" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (argument_list "()" ( )))) ;) }))) (expression_statement "*(int *)&__dest->field_0x4 = iVar6;" (assignment_expression "*(int *)&__dest->field_0x4 = iVar6" (pointer_expression "*(int *)&__dest->field_0x4" * (cast_expression "(int *)&__dest->field_0x4" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&__dest->field_0x4" & (field_expression "__dest->field_0x4" identifier -> field_identifier)))) = identifier) ;) (expression_statement "uVar19 = uVar19 + 1;" (assignment_expression "uVar19 = uVar19 + 1" identifier = (binary_expression "uVar19 + 1" identifier + number_literal)) ;) (if_statement "if (this->incr_reloc_count_ <= uVar19) goto LAB_0018f930;" if (parenthesized_expression "(this->incr_reloc_count_ <= uVar19)" ( (binary_expression "this->incr_reloc_count_ <= uVar19" (field_expression "this->incr_reloc_count_" identifier -> field_identifier) <= identifier) )) (goto_statement "goto LAB_0018f930;" goto statement_identifier ;)) (expression_statement "__dest = (Layout *)(puVar17 + uVar19 * 0x10 + uVar15 + lVar3);" (assignment_expression "__dest = (Layout *)(puVar17 + uVar19 * 0x10 + uVar15 + lVar3)" identifier = (cast_expression "(Layout *)(puVar17 + uVar19 * 0x10 + uVar15 + lVar3)" ( (type_descriptor "Layout *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar17 + uVar19 * 0x10 + uVar15 + lVar3)" ( (binary_expression "puVar17 + uVar19 * 0x10 + uVar15 + lVar3" (binary_expression "puVar17 + uVar19 * 0x10 + uVar15" (binary_expression "puVar17 + uVar19 * 0x10" identifier + (binary_expression "uVar19 * 0x10" identifier * number_literal)) + identifier) + identifier) )))) ;) (expression_statement "this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[*(uint *)&__dest->field_0x4];" (subscript_expression "this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[*(uint *)&__dest->field_0x4]" (field_expression "this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start" (field_expression "this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl" (binary_expression "this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std" (assignment_expression "this_01 = (Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold" identifier = (binary_expression "(Layout *)\n (this->ibase_->section_map_).\n super__Vector_base<gold" (cast_expression "(Layout *)\n (this->ibase_->section_map_).\n super__Vector_base" ( (type_descriptor "Layout *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "(this->ibase_->section_map_).\n super__Vector_base" (parenthesized_expression "(this->ibase_->section_map_)" ( (field_expression "this->ibase_->section_map_" (field_expression "this->ibase_" identifier -> field_identifier) -> field_identifier) )) . field_identifier)) < identifier)) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) [ (pointer_expression "*(uint *)&__dest->field_0x4" * (cast_expression "(uint *)&__dest->field_0x4" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&__dest->field_0x4" & (field_expression "__dest->field_0x4" identifier -> field_identifier)))) ]) ;) }) while (parenthesized_expression "(this_01 != (Layout *)0x0)" ( (binary_expression "this_01 != (Layout *)0x0" identifier != (cast_expression "(Layout *)0x0" ( (type_descriptor "Layout *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) comment (expression_statement "do_gold_unreachable("../../gold/incremental.cc",0xa12,"do_relocate");" (call_expression "do_gold_unreachable("../../gold/incremental.cc",0xa12,"do_relocate")" identifier (argument_list "("../../gold/incremental.cc",0xa12,"do_relocate")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_relocate"" " string_content ") ))) ;) })) (labeled_statement "LAB_0018f930:\n pOVar4 = layout->symtab_section_;" statement_identifier : (expression_statement "pOVar4 = layout->symtab_section_;" (assignment_expression "pOVar4 = layout->symtab_section_" identifier = (field_expression "layout->symtab_section_" identifier -> field_identifier)) ;)) (if_statement "if (pOVar4 == (Output_section *)0x0) {\n Layout::symtab_section(this_01);\n goto LAB_0018fd1b;\n }" if (parenthesized_expression "(pOVar4 == (Output_section *)0x0)" ( (binary_expression "pOVar4 == (Output_section *)0x0" identifier == (cast_expression "(Output_section *)0x0" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n Layout::symtab_section(this_01);\n goto LAB_0018fd1b;\n }" { (labeled_statement "Layout::symtab_section(this_01);" statement_identifier : (ERROR ":" :) (expression_statement "symtab_section(this_01);" (call_expression "symtab_section(this_01)" identifier (argument_list "(this_01)" ( identifier ))) ;)) (goto_statement "goto LAB_0018fd1b;" goto statement_identifier ;) })) (if_statement "if (((pOVar4->super_Output_data).field_0x20 & 4) == 0) goto LAB_0018fd7b;" if (parenthesized_expression "(((pOVar4->super_Output_data).field_0x20 & 4) == 0)" ( (binary_expression "((pOVar4->super_Output_data).field_0x20 & 4) == 0" (parenthesized_expression "((pOVar4->super_Output_data).field_0x20 & 4)" ( (binary_expression "(pOVar4->super_Output_data).field_0x20 & 4" (field_expression "(pOVar4->super_Output_data).field_0x20" (parenthesized_expression "(pOVar4->super_Output_data)" ( (field_expression "pOVar4->super_Output_data" identifier -> field_identifier) )) . field_identifier) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0018fd7b;" goto statement_identifier ;)) (expression_statement "uVar19 = this->local_symbol_count_;" (assignment_expression "uVar19 = this->local_symbol_count_" identifier = (field_expression "this->local_symbol_count_" identifier -> field_identifier)) ;) (expression_statement "this_1 = (Output_file *)(ulong)uVar19;" (assignment_expression "this_1 = (Output_file *)(ulong)uVar19" identifier = (cast_expression "(Output_file *)(ulong)uVar19" ( (type_descriptor "Output_file *" type_identifier (abstract_pointer_declarator "*" *)) ) (cast_expression "(ulong)uVar19" ( (type_descriptor "ulong" type_identifier) ) identifier))) ;) (expression_statement "uVar12 = uVar19 << 4;" (assignment_expression "uVar12 = uVar19 << 4" identifier = (binary_expression "uVar19 << 4" identifier << number_literal)) ;) (expression_statement "pSVar16 = (Symbol_table *)(ulong)uVar12;" (assignment_expression "pSVar16 = (Symbol_table *)(ulong)uVar12" identifier = (cast_expression "(Symbol_table *)(ulong)uVar12" ( (type_descriptor "Symbol_table *" type_identifier (abstract_pointer_declarator "*" *)) ) (cast_expression "(ulong)uVar12" ( (type_descriptor "ulong" type_identifier) ) identifier))) ;) (if_statement "if (uVar12 == 0) {\n local_68 = (uchar *)0x0;\n }\n else {\n sVar13 = (ulong)this->local_symbol_offset_ + (pOVar4->super_Output_data).offset_;\n size = sVar13;\n param_1 = pSVar16;\n if (((long)sVar13 < 0) ||\n (size = (long)&pSVar16->saw_undefined_ + sVar13, param_1 = (Symbol_table *)of,\n of->file_size_ < (long)size)) goto LAB_0018fd11;\n local_68 = of->base_ + sVar13;\n }" if (parenthesized_expression "(uVar12 == 0)" ( (binary_expression "uVar12 == 0" identifier == number_literal) )) (compound_statement "{\n local_68 = (uchar *)0x0;\n }" { (expression_statement "local_68 = (uchar *)0x0;" (assignment_expression "local_68 = (uchar *)0x0" identifier = (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n sVar13 = (ulong)this->local_symbol_offset_ + (pOVar4->super_Output_data).offset_;\n size = sVar13;\n param_1 = pSVar16;\n if (((long)sVar13 < 0) ||\n (size = (long)&pSVar16->saw_undefined_ + sVar13, param_1 = (Symbol_table *)of,\n of->file_size_ < (long)size)) goto LAB_0018fd11;\n local_68 = of->base_ + sVar13;\n }" else (compound_statement "{\n sVar13 = (ulong)this->local_symbol_offset_ + (pOVar4->super_Output_data).offset_;\n size = sVar13;\n param_1 = pSVar16;\n if (((long)sVar13 < 0) ||\n (size = (long)&pSVar16->saw_undefined_ + sVar13, param_1 = (Symbol_table *)of,\n of->file_size_ < (long)size)) goto LAB_0018fd11;\n local_68 = of->base_ + sVar13;\n }" { (expression_statement "sVar13 = (ulong)this->local_symbol_offset_ + (pOVar4->super_Output_data).offset_;" (assignment_expression "sVar13 = (ulong)this->local_symbol_offset_ + (pOVar4->super_Output_data).offset_" identifier = (binary_expression "(ulong)this->local_symbol_offset_ + (pOVar4->super_Output_data).offset_" (cast_expression "(ulong)this->local_symbol_offset_" ( (type_descriptor "ulong" type_identifier) ) (field_expression "this->local_symbol_offset_" identifier -> field_identifier)) + (field_expression "(pOVar4->super_Output_data).offset_" (parenthesized_expression "(pOVar4->super_Output_data)" ( (field_expression "pOVar4->super_Output_data" identifier -> field_identifier) )) . field_identifier))) ;) (expression_statement "size = sVar13;" (assignment_expression "size = sVar13" identifier = identifier) ;) (expression_statement "param_1 = pSVar16;" (assignment_expression "param_1 = pSVar16" identifier = identifier) ;) (if_statement "if (((long)sVar13 < 0) ||\n (size = (long)&pSVar16->saw_undefined_ + sVar13, param_1 = (Symbol_table *)of,\n of->file_size_ < (long)size)) goto LAB_0018fd11;" if (parenthesized_expression "(((long)sVar13 < 0) ||\n (size = (long)&pSVar16->saw_undefined_ + sVar13, param_1 = (Symbol_table *)of,\n of->file_size_ < (long)size))" ( (binary_expression "((long)sVar13 < 0) ||\n (size = (long)&pSVar16->saw_undefined_ + sVar13, param_1 = (Symbol_table *)of,\n of->file_size_ < (long)size)" (parenthesized_expression "((long)sVar13 < 0)" ( (binary_expression "(long)sVar13 < 0" (cast_expression "(long)sVar13" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) < number_literal) )) || (parenthesized_expression "(size = (long)&pSVar16->saw_undefined_ + sVar13, param_1 = (Symbol_table *)of,\n of->file_size_ < (long)size)" ( (comma_expression "size = (long)&pSVar16->saw_undefined_ + sVar13, param_1 = (Symbol_table *)of,\n of->file_size_ < (long)size" (assignment_expression "size = (long)&pSVar16->saw_undefined_ + sVar13" identifier = (binary_expression "(long)&pSVar16->saw_undefined_ + sVar13" (cast_expression "(long)&pSVar16->saw_undefined_" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&pSVar16->saw_undefined_" & (field_expression "pSVar16->saw_undefined_" identifier -> field_identifier))) + identifier)) , (comma_expression "param_1 = (Symbol_table *)of,\n of->file_size_ < (long)size" (assignment_expression "param_1 = (Symbol_table *)of" identifier = (cast_expression "(Symbol_table *)of" ( (type_descriptor "Symbol_table *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) , (binary_expression "of->file_size_ < (long)size" (field_expression "of->file_size_" identifier -> field_identifier) < (cast_expression "(long)size" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)))) ))) )) (goto_statement "goto LAB_0018fd11;" goto statement_identifier ;)) (expression_statement "local_68 = of->base_ + sVar13;" (assignment_expression "local_68 = of->base_ + sVar13" identifier = (binary_expression "of->base_ + sVar13" (field_expression "of->base_" identifier -> field_identifier) + identifier)) ;) }))) (expression_statement "uVar7 = this->output_local_dynsym_count_ << 4;" (assignment_expression "uVar7 = this->output_local_dynsym_count_ << 4" identifier = (binary_expression "this->output_local_dynsym_count_ << 4" (field_expression "this->output_local_dynsym_count_" identifier -> field_identifier) << number_literal)) ;) (expression_statement "uVar15 = (ulong)uVar7;" (assignment_expression "uVar15 = (ulong)uVar7" identifier = (cast_expression "(ulong)uVar7" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if (uVar7 == 0) {\n pOVar9 = layout->symtab_xindex_;\n local_58 = layout->dynsym_xindex_;\n if (uVar19 == 0) {\n return;\n }\n local_98 = (uchar *)0x0;\n }\n else {\n size = (size_t)this->local_dynsym_offset_;\n param_1 = (Symbol_table *)of;\n if (of->file_size_ < (long)(size + uVar15)) goto LAB_0018fd11;\n local_98 = of->base_ + size;\n pOVar9 = layout->symtab_xindex_;\n local_58 = layout->dynsym_xindex_;\n if (uVar19 == 0) goto LAB_0018fd63;\n }" if (parenthesized_expression "(uVar7 == 0)" ( (binary_expression "uVar7 == 0" identifier == number_literal) )) (compound_statement "{\n pOVar9 = layout->symtab_xindex_;\n local_58 = layout->dynsym_xindex_;\n if (uVar19 == 0) {\n return;\n }\n local_98 = (uchar *)0x0;\n }" { (expression_statement "pOVar9 = layout->symtab_xindex_;" (assignment_expression "pOVar9 = layout->symtab_xindex_" identifier = (field_expression "layout->symtab_xindex_" identifier -> field_identifier)) ;) (expression_statement "local_58 = layout->dynsym_xindex_;" (assignment_expression "local_58 = layout->dynsym_xindex_" identifier = (field_expression "layout->dynsym_xindex_" identifier -> field_identifier)) ;) (if_statement "if (uVar19 == 0) {\n return;\n }" if (parenthesized_expression "(uVar19 == 0)" ( (binary_expression "uVar19 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "local_98 = (uchar *)0x0;" (assignment_expression "local_98 = (uchar *)0x0" identifier = (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n size = (size_t)this->local_dynsym_offset_;\n param_1 = (Symbol_table *)of;\n if (of->file_size_ < (long)(size + uVar15)) goto LAB_0018fd11;\n local_98 = of->base_ + size;\n pOVar9 = layout->symtab_xindex_;\n local_58 = layout->dynsym_xindex_;\n if (uVar19 == 0) goto LAB_0018fd63;\n }" else (compound_statement "{\n size = (size_t)this->local_dynsym_offset_;\n param_1 = (Symbol_table *)of;\n if (of->file_size_ < (long)(size + uVar15)) goto LAB_0018fd11;\n local_98 = of->base_ + size;\n pOVar9 = layout->symtab_xindex_;\n local_58 = layout->dynsym_xindex_;\n if (uVar19 == 0) goto LAB_0018fd63;\n }" { (expression_statement "size = (size_t)this->local_dynsym_offset_;" (assignment_expression "size = (size_t)this->local_dynsym_offset_" identifier = (cast_expression "(size_t)this->local_dynsym_offset_" ( (type_descriptor "size_t" primitive_type) ) (field_expression "this->local_dynsym_offset_" identifier -> field_identifier))) ;) (expression_statement "param_1 = (Symbol_table *)of;" (assignment_expression "param_1 = (Symbol_table *)of" identifier = (cast_expression "(Symbol_table *)of" ( (type_descriptor "Symbol_table *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (if_statement "if (of->file_size_ < (long)(size + uVar15)) goto LAB_0018fd11;" if (parenthesized_expression "(of->file_size_ < (long)(size + uVar15))" ( (binary_expression "of->file_size_ < (long)(size + uVar15)" (field_expression "of->file_size_" identifier -> field_identifier) < (cast_expression "(long)(size + uVar15)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(size + uVar15)" ( (binary_expression "size + uVar15" identifier + identifier) )))) )) (goto_statement "goto LAB_0018fd11;" goto statement_identifier ;)) (expression_statement "local_98 = of->base_ + size;" (assignment_expression "local_98 = of->base_ + size" identifier = (binary_expression "of->base_ + size" (field_expression "of->base_" identifier -> field_identifier) + identifier)) ;) (expression_statement "pOVar9 = layout->symtab_xindex_;" (assignment_expression "pOVar9 = layout->symtab_xindex_" identifier = (field_expression "layout->symtab_xindex_" identifier -> field_identifier)) ;) (expression_statement "local_58 = layout->dynsym_xindex_;" (assignment_expression "local_58 = layout->dynsym_xindex_" identifier = (field_expression "layout->dynsym_xindex_" identifier -> field_identifier)) ;) (if_statement "if (uVar19 == 0) goto LAB_0018fd63;" if (parenthesized_expression "(uVar19 == 0)" ( (binary_expression "uVar19 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0018fd63;" goto statement_identifier ;)) }))) (expression_statement "local_88 = &layout->dynpool_;" (assignment_expression "local_88 = &layout->dynpool_" identifier = (pointer_expression "&layout->dynpool_" & (field_expression "layout->dynpool_" identifier -> field_identifier))) ;) (expression_statement "local_a0 = &layout->sympool_;" (assignment_expression "local_a0 = &layout->sympool_" identifier = (pointer_expression "&layout->sympool_" & (field_expression "layout->sympool_" identifier -> field_identifier))) ;) (expression_statement "uVar19 = 0;" (assignment_expression "uVar19 = 0" identifier = number_literal) ;) (expression_statement "puVar17 = local_98;" (assignment_expression "puVar17 = local_98" identifier = identifier) ;) (expression_statement "puVar21 = local_68;" (assignment_expression "puVar21 = local_68" identifier = identifier) ;) (labeled_statement "LAB_0018fa9b:\n do {\n pLVar11 = (this->local_symbols_).\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n ._M_impl._M_start + uVar19;\n uVar14 = *(uint *)&pLVar11->field_0x14 & 0xfffffff;\n if (uVar14 < 0xff00) {\nLAB_0018fac2:\n pOVar4 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[uVar14];\n p_Var5 = (pOVar4->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var5 == Output_section::do_out_shndx) {\n uVar8 = pOVar4->out_shndx_;\n if (uVar8 == 0xffffffff) {\nLAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*p_Var5)();\n }\n uVar14 = uVar8;\n if (0xfeff < uVar8) {\n uVar14 = 0xffffffff;\n local_40[0].first = this->local_symbol_index_ + uVar19;\n local_40[0].second = uVar8;\n std::\n vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std::pair<unsigned_int,_unsigned_int>_>(&pOVar9->entries_,local_40);\n if ((char)pLVar11->field_0x1b < '\0') {\n local_40[0].first = *(uint *)&pLVar11->field_0x18 & 0x7fffffff;\n local_40[0].second = uVar8;\n std::\n vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std::pair<unsigned_int,_unsigned_int>_>(&local_58->entries_,local_40);\n }\n }\n }\n else if (uVar14 == 0xffff) {\n this_00 = (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_;\n if (this_00 == (Xindex *)0x0) {\n iVar6 = (*(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )(this);\n this_00 = (Xindex *)CONCAT44(extraout_var,iVar6);\n (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = this_00;\n }\n uVar14 = Xindex::sym_xindex_to_shndx(this_00,(Object *)this,uVar19);\n goto LAB_0018fac2;\n }\n puVar20 = puVar21 + 0x10;\n sVar10 = Stringpool_template<char>::get_offset(local_a0,pLVar11->name);\n *(int *)puVar21 = (int)sVar10;\n *(Address *)(puVar21 + 4) = pLVar11->st_value;\n *(uint *)(puVar21 + 8) = pLVar11->st_size;\n bVar1 = pLVar11->field_0x17;\n puVar21[0xd] = '\0';\n *(short *)(puVar21 + 0xe) = (short)uVar14;\n puVar21[0xc] = bVar1 >> 4;\n puVar21 = puVar20;\n if ((char)pLVar11->field_0x1b < '\0') {\n if (local_98 + uVar15 <= puVar17) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar18 = puVar17 + 0x10;\n uVar19 = uVar19 + 1;\n sVar10 = Stringpool_template<char>::get_offset(local_88,pLVar11->name);\n *(int *)puVar17 = (int)sVar10;\n *(Address *)(puVar17 + 4) = pLVar11->st_value;\n *(uint *)(puVar17 + 8) = pLVar11->st_size;\n bVar1 = pLVar11->field_0x17;\n puVar17[0xd] = '\0';\n *(short *)(puVar17 + 0xe) = (short)uVar14;\n puVar17[0xc] = bVar1 >> 4;\n puVar17 = puVar18;\n if (this->local_symbol_count_ <= uVar19) break;\n goto LAB_0018fa9b;\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar17;\n } while (uVar19 < this->local_symbol_count_);" statement_identifier : (do_statement "do {\n pLVar11 = (this->local_symbols_).\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n ._M_impl._M_start + uVar19;\n uVar14 = *(uint *)&pLVar11->field_0x14 & 0xfffffff;\n if (uVar14 < 0xff00) {\nLAB_0018fac2:\n pOVar4 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[uVar14];\n p_Var5 = (pOVar4->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var5 == Output_section::do_out_shndx) {\n uVar8 = pOVar4->out_shndx_;\n if (uVar8 == 0xffffffff) {\nLAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*p_Var5)();\n }\n uVar14 = uVar8;\n if (0xfeff < uVar8) {\n uVar14 = 0xffffffff;\n local_40[0].first = this->local_symbol_index_ + uVar19;\n local_40[0].second = uVar8;\n std::\n vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std::pair<unsigned_int,_unsigned_int>_>(&pOVar9->entries_,local_40);\n if ((char)pLVar11->field_0x1b < '\0') {\n local_40[0].first = *(uint *)&pLVar11->field_0x18 & 0x7fffffff;\n local_40[0].second = uVar8;\n std::\n vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std::pair<unsigned_int,_unsigned_int>_>(&local_58->entries_,local_40);\n }\n }\n }\n else if (uVar14 == 0xffff) {\n this_00 = (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_;\n if (this_00 == (Xindex *)0x0) {\n iVar6 = (*(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )(this);\n this_00 = (Xindex *)CONCAT44(extraout_var,iVar6);\n (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = this_00;\n }\n uVar14 = Xindex::sym_xindex_to_shndx(this_00,(Object *)this,uVar19);\n goto LAB_0018fac2;\n }\n puVar20 = puVar21 + 0x10;\n sVar10 = Stringpool_template<char>::get_offset(local_a0,pLVar11->name);\n *(int *)puVar21 = (int)sVar10;\n *(Address *)(puVar21 + 4) = pLVar11->st_value;\n *(uint *)(puVar21 + 8) = pLVar11->st_size;\n bVar1 = pLVar11->field_0x17;\n puVar21[0xd] = '\0';\n *(short *)(puVar21 + 0xe) = (short)uVar14;\n puVar21[0xc] = bVar1 >> 4;\n puVar21 = puVar20;\n if ((char)pLVar11->field_0x1b < '\0') {\n if (local_98 + uVar15 <= puVar17) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar18 = puVar17 + 0x10;\n uVar19 = uVar19 + 1;\n sVar10 = Stringpool_template<char>::get_offset(local_88,pLVar11->name);\n *(int *)puVar17 = (int)sVar10;\n *(Address *)(puVar17 + 4) = pLVar11->st_value;\n *(uint *)(puVar17 + 8) = pLVar11->st_size;\n bVar1 = pLVar11->field_0x17;\n puVar17[0xd] = '\0';\n *(short *)(puVar17 + 0xe) = (short)uVar14;\n puVar17[0xc] = bVar1 >> 4;\n puVar17 = puVar18;\n if (this->local_symbol_count_ <= uVar19) break;\n goto LAB_0018fa9b;\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar17;\n } while (uVar19 < this->local_symbol_count_);" do (compound_statement "{\n pLVar11 = (this->local_symbols_).\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n ._M_impl._M_start + uVar19;\n uVar14 = *(uint *)&pLVar11->field_0x14 & 0xfffffff;\n if (uVar14 < 0xff00) {\nLAB_0018fac2:\n pOVar4 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[uVar14];\n p_Var5 = (pOVar4->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var5 == Output_section::do_out_shndx) {\n uVar8 = pOVar4->out_shndx_;\n if (uVar8 == 0xffffffff) {\nLAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*p_Var5)();\n }\n uVar14 = uVar8;\n if (0xfeff < uVar8) {\n uVar14 = 0xffffffff;\n local_40[0].first = this->local_symbol_index_ + uVar19;\n local_40[0].second = uVar8;\n std::\n vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std::pair<unsigned_int,_unsigned_int>_>(&pOVar9->entries_,local_40);\n if ((char)pLVar11->field_0x1b < '\0') {\n local_40[0].first = *(uint *)&pLVar11->field_0x18 & 0x7fffffff;\n local_40[0].second = uVar8;\n std::\n vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std::pair<unsigned_int,_unsigned_int>_>(&local_58->entries_,local_40);\n }\n }\n }\n else if (uVar14 == 0xffff) {\n this_00 = (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_;\n if (this_00 == (Xindex *)0x0) {\n iVar6 = (*(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )(this);\n this_00 = (Xindex *)CONCAT44(extraout_var,iVar6);\n (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = this_00;\n }\n uVar14 = Xindex::sym_xindex_to_shndx(this_00,(Object *)this,uVar19);\n goto LAB_0018fac2;\n }\n puVar20 = puVar21 + 0x10;\n sVar10 = Stringpool_template<char>::get_offset(local_a0,pLVar11->name);\n *(int *)puVar21 = (int)sVar10;\n *(Address *)(puVar21 + 4) = pLVar11->st_value;\n *(uint *)(puVar21 + 8) = pLVar11->st_size;\n bVar1 = pLVar11->field_0x17;\n puVar21[0xd] = '\0';\n *(short *)(puVar21 + 0xe) = (short)uVar14;\n puVar21[0xc] = bVar1 >> 4;\n puVar21 = puVar20;\n if ((char)pLVar11->field_0x1b < '\0') {\n if (local_98 + uVar15 <= puVar17) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar18 = puVar17 + 0x10;\n uVar19 = uVar19 + 1;\n sVar10 = Stringpool_template<char>::get_offset(local_88,pLVar11->name);\n *(int *)puVar17 = (int)sVar10;\n *(Address *)(puVar17 + 4) = pLVar11->st_value;\n *(uint *)(puVar17 + 8) = pLVar11->st_size;\n bVar1 = pLVar11->field_0x17;\n puVar17[0xd] = '\0';\n *(short *)(puVar17 + 0xe) = (short)uVar14;\n puVar17[0xc] = bVar1 >> 4;\n puVar17 = puVar18;\n if (this->local_symbol_count_ <= uVar19) break;\n goto LAB_0018fa9b;\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar17;\n }" { (ERROR "pLVar11 = (this->local_symbols_).\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::" (comma_expression "pLVar11 = (this->local_symbols_).\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std" (binary_expression "pLVar11 = (this->local_symbols_).\n super__Vector_base<gold::Sized_relobj_incr<32" (assignment_expression "pLVar11 = (this->local_symbols_).\n super__Vector_base<gold" identifier = (binary_expression "(this->local_symbols_).\n super__Vector_base<gold" (field_expression "(this->local_symbols_).\n super__Vector_base" (parenthesized_expression "(this->local_symbols_)" ( (field_expression "this->local_symbols_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Sized_relobj_incr" : : identifier) < number_literal) , (comma_expression "_false>::Local_symbol,_std" (binary_expression "_false>::Local_symbol" identifier > (ERROR "::" : :) identifier) , identifier)) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Sized_relobj_incr<32,_false>::Local_symbol>_>\n ._M_impl._M_start + uVar19;" (comma_expression "Sized_relobj_incr<32,_false>::Local_symbol>_>\n ._M_impl._M_start + uVar19" (binary_expression "Sized_relobj_incr<32" identifier < number_literal) , (binary_expression "_false>::Local_symbol>_>\n ._M_impl._M_start + uVar19" (field_expression "_false>::Local_symbol>_>\n ._M_impl._M_start" (field_expression "_false>::Local_symbol>_>\n ._M_impl" (binary_expression "_false>::Local_symbol>_" (binary_expression "_false>::Local_symbol" identifier > (ERROR "::" : :) identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) + identifier)) ;) (expression_statement "uVar14 = *(uint *)&pLVar11->field_0x14 & 0xfffffff;" (assignment_expression "uVar14 = *(uint *)&pLVar11->field_0x14 & 0xfffffff" identifier = (binary_expression "*(uint *)&pLVar11->field_0x14 & 0xfffffff" (pointer_expression "*(uint *)&pLVar11->field_0x14" * (cast_expression "(uint *)&pLVar11->field_0x14" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pLVar11->field_0x14" & (field_expression "pLVar11->field_0x14" identifier -> field_identifier)))) & number_literal)) ;) (if_statement "if (uVar14 < 0xff00) {\nLAB_0018fac2:\n pOVar4 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[uVar14];\n p_Var5 = (pOVar4->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var5 == Output_section::do_out_shndx) {\n uVar8 = pOVar4->out_shndx_;\n if (uVar8 == 0xffffffff) {\nLAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*p_Var5)();\n }\n uVar14 = uVar8;\n if (0xfeff < uVar8) {\n uVar14 = 0xffffffff;\n local_40[0].first = this->local_symbol_index_ + uVar19;\n local_40[0].second = uVar8;\n std::\n vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std::pair<unsigned_int,_unsigned_int>_>(&pOVar9->entries_,local_40);\n if ((char)pLVar11->field_0x1b < '\0') {\n local_40[0].first = *(uint *)&pLVar11->field_0x18 & 0x7fffffff;\n local_40[0].second = uVar8;\n std::\n vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std::pair<unsigned_int,_unsigned_int>_>(&local_58->entries_,local_40);\n }\n }\n }\n else if (uVar14 == 0xffff) {\n this_00 = (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_;\n if (this_00 == (Xindex *)0x0) {\n iVar6 = (*(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )(this);\n this_00 = (Xindex *)CONCAT44(extraout_var,iVar6);\n (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = this_00;\n }\n uVar14 = Xindex::sym_xindex_to_shndx(this_00,(Object *)this,uVar19);\n goto LAB_0018fac2;\n }" if (parenthesized_expression "(uVar14 < 0xff00)" ( (binary_expression "uVar14 < 0xff00" identifier < number_literal) )) (compound_statement "{\nLAB_0018fac2:\n pOVar4 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[uVar14];\n p_Var5 = (pOVar4->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var5 == Output_section::do_out_shndx) {\n uVar8 = pOVar4->out_shndx_;\n if (uVar8 == 0xffffffff) {\nLAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*p_Var5)();\n }\n uVar14 = uVar8;\n if (0xfeff < uVar8) {\n uVar14 = 0xffffffff;\n local_40[0].first = this->local_symbol_index_ + uVar19;\n local_40[0].second = uVar8;\n std::\n vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std::pair<unsigned_int,_unsigned_int>_>(&pOVar9->entries_,local_40);\n if ((char)pLVar11->field_0x1b < '\0') {\n local_40[0].first = *(uint *)&pLVar11->field_0x18 & 0x7fffffff;\n local_40[0].second = uVar8;\n std::\n vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std::pair<unsigned_int,_unsigned_int>_>(&local_58->entries_,local_40);\n }\n }\n }" { (labeled_statement "LAB_0018fac2:\n pOVar4 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[uVar14];" statement_identifier : (ERROR "pOVar4 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::" (comma_expression "pOVar4 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std" (binary_expression "pOVar4 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*" (assignment_expression "pOVar4 = (this->ibase_->section_map_).\n super__Vector_base<gold" identifier = (binary_expression "(this->ibase_->section_map_).\n super__Vector_base<gold" (field_expression "(this->ibase_->section_map_).\n super__Vector_base" (parenthesized_expression "(this->ibase_->section_map_)" ( (field_expression "this->ibase_->section_map_" (field_expression "this->ibase_" identifier -> field_identifier) -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Output_section" : : identifier) * identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Output_section*>_>.\n _M_impl._M_start[uVar14];" (subscript_expression "Output_section*>_>.\n _M_impl._M_start[uVar14]" (field_expression "Output_section*>_>.\n _M_impl._M_start" (field_expression "Output_section*>_>.\n _M_impl" (binary_expression "Output_section*>_" identifier * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) [ identifier ]) ;)) (expression_statement "p_Var5 = (pOVar4->super_Output_data)._vptr_Output_data[0xb];" (assignment_expression "p_Var5 = (pOVar4->super_Output_data)._vptr_Output_data[0xb]" identifier = (subscript_expression "(pOVar4->super_Output_data)._vptr_Output_data[0xb]" (field_expression "(pOVar4->super_Output_data)._vptr_Output_data" (parenthesized_expression "(pOVar4->super_Output_data)" ( (field_expression "pOVar4->super_Output_data" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) ;) (if_statement "if (p_Var5 == Output_section::do_out_shndx) {\n uVar8 = pOVar4->out_shndx_;\n if (uVar8 == 0xffffffff) {\nLAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*p_Var5)();\n }" if (parenthesized_expression "(p_Var5 == Output_section::do_out_shndx)" ( (binary_expression "p_Var5 == Output_section" identifier == identifier) (ERROR "::do_out_shndx" : : identifier) )) (compound_statement "{\n uVar8 = pOVar4->out_shndx_;\n if (uVar8 == 0xffffffff) {\nLAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }" { (expression_statement "uVar8 = pOVar4->out_shndx_;" (assignment_expression "uVar8 = pOVar4->out_shndx_" identifier = (field_expression "pOVar4->out_shndx_" identifier -> field_identifier)) ;) (if_statement "if (uVar8 == 0xffffffff) {\nLAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }" if (parenthesized_expression "(uVar8 == 0xffffffff)" ( (binary_expression "uVar8 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\nLAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }" { (labeled_statement "LAB_0018fcc9:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");" statement_identifier : comment (expression_statement "do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");" (call_expression "do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx")" identifier (argument_list "("../../gold/output.h",0x1043,"do_out_shndx")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_out_shndx"" " string_content ") ))) ;)) })) }) (else_clause "else {\n uVar8 = (*p_Var5)();\n }" else (compound_statement "{\n uVar8 = (*p_Var5)();\n }" { (expression_statement "uVar8 = (*p_Var5)();" (assignment_expression "uVar8 = (*p_Var5)()" identifier = (call_expression "(*p_Var5)()" (parenthesized_expression "(*p_Var5)" ( (pointer_expression "*p_Var5" * identifier) )) (argument_list "()" ( )))) ;) }))) (expression_statement "uVar14 = uVar8;" (assignment_expression "uVar14 = uVar8" identifier = identifier) ;) (if_statement "if (0xfeff < uVar8) {\n uVar14 = 0xffffffff;\n local_40[0].first = this->local_symbol_index_ + uVar19;\n local_40[0].second = uVar8;\n std::\n vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std::pair<unsigned_int,_unsigned_int>_>(&pOVar9->entries_,local_40);\n if ((char)pLVar11->field_0x1b < '\0') {\n local_40[0].first = *(uint *)&pLVar11->field_0x18 & 0x7fffffff;\n local_40[0].second = uVar8;\n std::\n vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std::pair<unsigned_int,_unsigned_int>_>(&local_58->entries_,local_40);\n }\n }" if (parenthesized_expression "(0xfeff < uVar8)" ( (binary_expression "0xfeff < uVar8" number_literal < identifier) )) (compound_statement "{\n uVar14 = 0xffffffff;\n local_40[0].first = this->local_symbol_index_ + uVar19;\n local_40[0].second = uVar8;\n std::\n vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std::pair<unsigned_int,_unsigned_int>_>(&pOVar9->entries_,local_40);\n if ((char)pLVar11->field_0x1b < '\0') {\n local_40[0].first = *(uint *)&pLVar11->field_0x18 & 0x7fffffff;\n local_40[0].second = uVar8;\n std::\n vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std::pair<unsigned_int,_unsigned_int>_>(&local_58->entries_,local_40);\n }\n }" { (expression_statement "uVar14 = 0xffffffff;" (assignment_expression "uVar14 = 0xffffffff" identifier = number_literal) ;) (expression_statement "local_40[0].first = this->local_symbol_index_ + uVar19;" (assignment_expression "local_40[0].first = this->local_symbol_index_ + uVar19" (field_expression "local_40[0].first" (subscript_expression "local_40[0]" identifier [ number_literal ]) . field_identifier) = (binary_expression "this->local_symbol_index_ + uVar19" (field_expression "this->local_symbol_index_" identifier -> field_identifier) + identifier)) ;) (expression_statement "local_40[0].second = uVar8;" (assignment_expression "local_40[0].second = uVar8" (field_expression "local_40[0].second" (subscript_expression "local_40[0]" identifier [ number_literal ]) . field_identifier) = identifier) ;) (labeled_statement "std::\n vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std::pair<unsigned_int,_unsigned_int>_>(&pOVar9->entries_,local_40);" statement_identifier (ERROR "::\n vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std:" : : (binary_expression "vector<std" identifier < identifier) : : (comma_expression "pair<unsigned_int,_unsigned_int>,_std" (binary_expression "pair<unsigned_int" identifier < identifier) , (binary_expression "_unsigned_int>,_std" identifier > (ERROR "," ,) identifier)) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std" (binary_expression "pair<unsigned_int" identifier < identifier) , (binary_expression "_unsigned_int>_>_>\n ::emplace_back<std" (binary_expression "_unsigned_int>_>_>\n ::emplace_back" (binary_expression "_unsigned_int>_>_" (binary_expression "_unsigned_int>_" identifier > identifier) > identifier) > (ERROR "::" : :) identifier) < identifier)) :) : (expression_statement "pair<unsigned_int,_unsigned_int>_>(&pOVar9->entries_,local_40);" (comma_expression "pair<unsigned_int,_unsigned_int>_>(&pOVar9->entries_,local_40)" (binary_expression "pair<unsigned_int" identifier < identifier) , (binary_expression "_unsigned_int>_>(&pOVar9->entries_,local_40)" (binary_expression "_unsigned_int>_" identifier > identifier) > (parenthesized_expression "(&pOVar9->entries_,local_40)" ( (comma_expression "&pOVar9->entries_,local_40" (pointer_expression "&pOVar9->entries_" & (field_expression "pOVar9->entries_" identifier -> field_identifier)) , identifier) )))) ;)) (if_statement "if ((char)pLVar11->field_0x1b < '\0') {\n local_40[0].first = *(uint *)&pLVar11->field_0x18 & 0x7fffffff;\n local_40[0].second = uVar8;\n std::\n vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std::pair<unsigned_int,_unsigned_int>_>(&local_58->entries_,local_40);\n }" if (parenthesized_expression "((char)pLVar11->field_0x1b < '\0')" ( (binary_expression "(char)pLVar11->field_0x1b < '\0'" (cast_expression "(char)pLVar11->field_0x1b" ( (type_descriptor "char" primitive_type) ) (field_expression "pLVar11->field_0x1b" identifier -> field_identifier)) < (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_40[0].first = *(uint *)&pLVar11->field_0x18 & 0x7fffffff;\n local_40[0].second = uVar8;\n std::\n vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std::pair<unsigned_int,_unsigned_int>_>(&local_58->entries_,local_40);\n }" { (expression_statement "local_40[0].first = *(uint *)&pLVar11->field_0x18 & 0x7fffffff;" (assignment_expression "local_40[0].first = *(uint *)&pLVar11->field_0x18 & 0x7fffffff" (field_expression "local_40[0].first" (subscript_expression "local_40[0]" identifier [ number_literal ]) . field_identifier) = (binary_expression "*(uint *)&pLVar11->field_0x18 & 0x7fffffff" (pointer_expression "*(uint *)&pLVar11->field_0x18" * (cast_expression "(uint *)&pLVar11->field_0x18" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pLVar11->field_0x18" & (field_expression "pLVar11->field_0x18" identifier -> field_identifier)))) & number_literal)) ;) (expression_statement "local_40[0].second = uVar8;" (assignment_expression "local_40[0].second = uVar8" (field_expression "local_40[0].second" (subscript_expression "local_40[0]" identifier [ number_literal ]) . field_identifier) = identifier) ;) (labeled_statement "std::\n vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std::pair<unsigned_int,_unsigned_int>_>(&local_58->entries_,local_40);" statement_identifier (ERROR "::\n vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std:" : : (binary_expression "vector<std" identifier < identifier) : : (comma_expression "pair<unsigned_int,_unsigned_int>,_std" (binary_expression "pair<unsigned_int" identifier < identifier) , (binary_expression "_unsigned_int>,_std" identifier > (ERROR "," ,) identifier)) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<unsigned_int,_unsigned_int>_>_>\n ::emplace_back<std" (binary_expression "pair<unsigned_int" identifier < identifier) , (binary_expression "_unsigned_int>_>_>\n ::emplace_back<std" (binary_expression "_unsigned_int>_>_>\n ::emplace_back" (binary_expression "_unsigned_int>_>_" (binary_expression "_unsigned_int>_" identifier > identifier) > identifier) > (ERROR "::" : :) identifier) < identifier)) :) : (expression_statement "pair<unsigned_int,_unsigned_int>_>(&local_58->entries_,local_40);" (comma_expression "pair<unsigned_int,_unsigned_int>_>(&local_58->entries_,local_40)" (binary_expression "pair<unsigned_int" identifier < identifier) , (binary_expression "_unsigned_int>_>(&local_58->entries_,local_40)" (binary_expression "_unsigned_int>_" identifier > identifier) > (parenthesized_expression "(&local_58->entries_,local_40)" ( (comma_expression "&local_58->entries_,local_40" (pointer_expression "&local_58->entries_" & (field_expression "local_58->entries_" identifier -> field_identifier)) , identifier) )))) ;)) })) })) }) (else_clause "else if (uVar14 == 0xffff) {\n this_00 = (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_;\n if (this_00 == (Xindex *)0x0) {\n iVar6 = (*(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )(this);\n this_00 = (Xindex *)CONCAT44(extraout_var,iVar6);\n (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = this_00;\n }\n uVar14 = Xindex::sym_xindex_to_shndx(this_00,(Object *)this,uVar19);\n goto LAB_0018fac2;\n }" else (if_statement "if (uVar14 == 0xffff) {\n this_00 = (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_;\n if (this_00 == (Xindex *)0x0) {\n iVar6 = (*(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )(this);\n this_00 = (Xindex *)CONCAT44(extraout_var,iVar6);\n (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = this_00;\n }\n uVar14 = Xindex::sym_xindex_to_shndx(this_00,(Object *)this,uVar19);\n goto LAB_0018fac2;\n }" if (parenthesized_expression "(uVar14 == 0xffff)" ( (binary_expression "uVar14 == 0xffff" identifier == number_literal) )) (compound_statement "{\n this_00 = (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_;\n if (this_00 == (Xindex *)0x0) {\n iVar6 = (*(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )(this);\n this_00 = (Xindex *)CONCAT44(extraout_var,iVar6);\n (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = this_00;\n }\n uVar14 = Xindex::sym_xindex_to_shndx(this_00,(Object *)this,uVar19);\n goto LAB_0018fac2;\n }" { (expression_statement "this_00 = (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_;" (assignment_expression "this_00 = (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_" identifier = (field_expression "(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_" (field_expression "(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object" (field_expression "(this->super_Sized_relobj<32,_false>).super_Relobj" (parenthesized_expression "(this->super_Sized_relobj<32,_false>)" ( (comma_expression "this->super_Sized_relobj<32,_false" (binary_expression "this->super_Sized_relobj<32" (field_expression "this->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if (this_00 == (Xindex *)0x0) {\n iVar6 = (*(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )(this);\n this_00 = (Xindex *)CONCAT44(extraout_var,iVar6);\n (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = this_00;\n }" if (parenthesized_expression "(this_00 == (Xindex *)0x0)" ( (binary_expression "this_00 == (Xindex *)0x0" identifier == (cast_expression "(Xindex *)0x0" ( (type_descriptor "Xindex *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar6 = (*(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )(this);\n this_00 = (Xindex *)CONCAT44(extraout_var,iVar6);\n (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = this_00;\n }" { (expression_statement "iVar6 = (*(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )(this);" (assignment_expression "iVar6 = (*(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )(this)" identifier = (call_expression "(*(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )(this)" (parenthesized_expression "(*(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )" ( (pointer_expression "*(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]" * (subscript_expression "(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]" (field_expression "(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object" (field_expression "(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object" (field_expression "(this->super_Sized_relobj<32,_false>).super_Relobj" (parenthesized_expression "(this->super_Sized_relobj<32,_false>)" ( (comma_expression "this->super_Sized_relobj<32,_false" (binary_expression "this->super_Sized_relobj<32" (field_expression "this->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier) [ number_literal ])) )) (argument_list "(this)" ( identifier )))) ;) (expression_statement "this_00 = (Xindex *)CONCAT44(extraout_var,iVar6);" (assignment_expression "this_00 = (Xindex *)CONCAT44(extraout_var,iVar6)" identifier = (cast_expression "(Xindex *)CONCAT44(extraout_var,iVar6)" ( (type_descriptor "Xindex *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT44(extraout_var,iVar6)" identifier (argument_list "(extraout_var,iVar6)" ( identifier , identifier ))))) ;) (expression_statement "(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = this_00;" (assignment_expression "(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = this_00" (field_expression "(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_" (field_expression "(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object" (field_expression "(this->super_Sized_relobj<32,_false>).super_Relobj" (parenthesized_expression "(this->super_Sized_relobj<32,_false>)" ( (comma_expression "this->super_Sized_relobj<32,_false" (binary_expression "this->super_Sized_relobj<32" (field_expression "this->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier) = identifier) ;) })) (ERROR "uVar14 = Xindex::" (assignment_expression "uVar14 = Xindex" identifier = identifier) : :) (expression_statement "sym_xindex_to_shndx(this_00,(Object *)this,uVar19);" (call_expression "sym_xindex_to_shndx(this_00,(Object *)this,uVar19)" identifier (argument_list "(this_00,(Object *)this,uVar19)" ( identifier , (cast_expression "(Object *)this" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;) (goto_statement "goto LAB_0018fac2;" goto statement_identifier ;) })))) (expression_statement "puVar20 = puVar21 + 0x10;" (assignment_expression "puVar20 = puVar21 + 0x10" identifier = (binary_expression "puVar21 + 0x10" identifier + number_literal)) ;) (expression_statement "sVar10 = Stringpool_template<char>::get_offset(local_a0,pLVar11->name);" (assignment_expression "sVar10 = Stringpool_template<char>::get_offset(local_a0,pLVar11->name)" identifier = (binary_expression "Stringpool_template<char>::get_offset(local_a0,pLVar11->name)" (binary_expression "Stringpool_template<char" identifier < identifier) > (ERROR "::" : :) (call_expression "get_offset(local_a0,pLVar11->name)" identifier (argument_list "(local_a0,pLVar11->name)" ( identifier , (field_expression "pLVar11->name" identifier -> field_identifier) ))))) ;) (expression_statement "*(int *)puVar21 = (int)sVar10;" (assignment_expression "*(int *)puVar21 = (int)sVar10" (pointer_expression "*(int *)puVar21" * (cast_expression "(int *)puVar21" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = (cast_expression "(int)sVar10" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*(Address *)(puVar21 + 4) = pLVar11->st_value;" (assignment_expression "*(Address *)(puVar21 + 4) = pLVar11->st_value" (pointer_expression "*(Address *)(puVar21 + 4)" * (cast_expression "(Address *)(puVar21 + 4)" ( (type_descriptor "Address *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar21 + 4)" ( (binary_expression "puVar21 + 4" identifier + number_literal) )))) = (field_expression "pLVar11->st_value" identifier -> field_identifier)) ;) (expression_statement "*(uint *)(puVar21 + 8) = pLVar11->st_size;" (assignment_expression "*(uint *)(puVar21 + 8) = pLVar11->st_size" (pointer_expression "*(uint *)(puVar21 + 8)" * (cast_expression "(uint *)(puVar21 + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar21 + 8)" ( (binary_expression "puVar21 + 8" identifier + number_literal) )))) = (field_expression "pLVar11->st_size" identifier -> field_identifier)) ;) (expression_statement "bVar1 = pLVar11->field_0x17;" (assignment_expression "bVar1 = pLVar11->field_0x17" identifier = (field_expression "pLVar11->field_0x17" identifier -> field_identifier)) ;) (expression_statement "puVar21[0xd] = '\0';" (assignment_expression "puVar21[0xd] = '\0'" (subscript_expression "puVar21[0xd]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "*(short *)(puVar21 + 0xe) = (short)uVar14;" (assignment_expression "*(short *)(puVar21 + 0xe) = (short)uVar14" (pointer_expression "*(short *)(puVar21 + 0xe)" * (cast_expression "(short *)(puVar21 + 0xe)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar21 + 0xe)" ( (binary_expression "puVar21 + 0xe" identifier + number_literal) )))) = (cast_expression "(short)uVar14" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier)) ;) (expression_statement "puVar21[0xc] = bVar1 >> 4;" (assignment_expression "puVar21[0xc] = bVar1 >> 4" (subscript_expression "puVar21[0xc]" identifier [ number_literal ]) = (binary_expression "bVar1 >> 4" identifier >> number_literal)) ;) (expression_statement "puVar21 = puVar20;" (assignment_expression "puVar21 = puVar20" identifier = identifier) ;) (if_statement "if ((char)pLVar11->field_0x1b < '\0') {\n if (local_98 + uVar15 <= puVar17) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar18 = puVar17 + 0x10;\n uVar19 = uVar19 + 1;\n sVar10 = Stringpool_template<char>::get_offset(local_88,pLVar11->name);\n *(int *)puVar17 = (int)sVar10;\n *(Address *)(puVar17 + 4) = pLVar11->st_value;\n *(uint *)(puVar17 + 8) = pLVar11->st_size;\n bVar1 = pLVar11->field_0x17;\n puVar17[0xd] = '\0';\n *(short *)(puVar17 + 0xe) = (short)uVar14;\n puVar17[0xc] = bVar1 >> 4;\n puVar17 = puVar18;\n if (this->local_symbol_count_ <= uVar19) break;\n goto LAB_0018fa9b;\n }" if (parenthesized_expression "((char)pLVar11->field_0x1b < '\0')" ( (binary_expression "(char)pLVar11->field_0x1b < '\0'" (cast_expression "(char)pLVar11->field_0x1b" ( (type_descriptor "char" primitive_type) ) (field_expression "pLVar11->field_0x1b" identifier -> field_identifier)) < (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (local_98 + uVar15 <= puVar17) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar18 = puVar17 + 0x10;\n uVar19 = uVar19 + 1;\n sVar10 = Stringpool_template<char>::get_offset(local_88,pLVar11->name);\n *(int *)puVar17 = (int)sVar10;\n *(Address *)(puVar17 + 4) = pLVar11->st_value;\n *(uint *)(puVar17 + 8) = pLVar11->st_size;\n bVar1 = pLVar11->field_0x17;\n puVar17[0xd] = '\0';\n *(short *)(puVar17 + 0xe) = (short)uVar14;\n puVar17[0xc] = bVar1 >> 4;\n puVar17 = puVar18;\n if (this->local_symbol_count_ <= uVar19) break;\n goto LAB_0018fa9b;\n }" { (if_statement "if (local_98 + uVar15 <= puVar17) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xa53,"do_relocate");\n }" if (parenthesized_expression "(local_98 + uVar15 <= puVar17)" ( (binary_expression "local_98 + uVar15 <= puVar17" (binary_expression "local_98 + uVar15" identifier + identifier) <= identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xa53,"do_relocate");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/incremental.cc",0xa53,"do_relocate");" (call_expression "do_gold_unreachable("../../gold/incremental.cc",0xa53,"do_relocate")" identifier (argument_list "("../../gold/incremental.cc",0xa53,"do_relocate")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_relocate"" " string_content ") ))) ;) })) (expression_statement "puVar18 = puVar17 + 0x10;" (assignment_expression "puVar18 = puVar17 + 0x10" identifier = (binary_expression "puVar17 + 0x10" identifier + number_literal)) ;) (expression_statement "uVar19 = uVar19 + 1;" (assignment_expression "uVar19 = uVar19 + 1" identifier = (binary_expression "uVar19 + 1" identifier + number_literal)) ;) (expression_statement "sVar10 = Stringpool_template<char>::get_offset(local_88,pLVar11->name);" (assignment_expression "sVar10 = Stringpool_template<char>::get_offset(local_88,pLVar11->name)" identifier = (binary_expression "Stringpool_template<char>::get_offset(local_88,pLVar11->name)" (binary_expression "Stringpool_template<char" identifier < identifier) > (ERROR "::" : :) (call_expression "get_offset(local_88,pLVar11->name)" identifier (argument_list "(local_88,pLVar11->name)" ( identifier , (field_expression "pLVar11->name" identifier -> field_identifier) ))))) ;) (expression_statement "*(int *)puVar17 = (int)sVar10;" (assignment_expression "*(int *)puVar17 = (int)sVar10" (pointer_expression "*(int *)puVar17" * (cast_expression "(int *)puVar17" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = (cast_expression "(int)sVar10" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*(Address *)(puVar17 + 4) = pLVar11->st_value;" (assignment_expression "*(Address *)(puVar17 + 4) = pLVar11->st_value" (pointer_expression "*(Address *)(puVar17 + 4)" * (cast_expression "(Address *)(puVar17 + 4)" ( (type_descriptor "Address *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar17 + 4)" ( (binary_expression "puVar17 + 4" identifier + number_literal) )))) = (field_expression "pLVar11->st_value" identifier -> field_identifier)) ;) (expression_statement "*(uint *)(puVar17 + 8) = pLVar11->st_size;" (assignment_expression "*(uint *)(puVar17 + 8) = pLVar11->st_size" (pointer_expression "*(uint *)(puVar17 + 8)" * (cast_expression "(uint *)(puVar17 + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar17 + 8)" ( (binary_expression "puVar17 + 8" identifier + number_literal) )))) = (field_expression "pLVar11->st_size" identifier -> field_identifier)) ;) (expression_statement "bVar1 = pLVar11->field_0x17;" (assignment_expression "bVar1 = pLVar11->field_0x17" identifier = (field_expression "pLVar11->field_0x17" identifier -> field_identifier)) ;) (expression_statement "puVar17[0xd] = '\0';" (assignment_expression "puVar17[0xd] = '\0'" (subscript_expression "puVar17[0xd]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "*(short *)(puVar17 + 0xe) = (short)uVar14;" (assignment_expression "*(short *)(puVar17 + 0xe) = (short)uVar14" (pointer_expression "*(short *)(puVar17 + 0xe)" * (cast_expression "(short *)(puVar17 + 0xe)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar17 + 0xe)" ( (binary_expression "puVar17 + 0xe" identifier + number_literal) )))) = (cast_expression "(short)uVar14" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier)) ;) (expression_statement "puVar17[0xc] = bVar1 >> 4;" (assignment_expression "puVar17[0xc] = bVar1 >> 4" (subscript_expression "puVar17[0xc]" identifier [ number_literal ]) = (binary_expression "bVar1 >> 4" identifier >> number_literal)) ;) (expression_statement "puVar17 = puVar18;" (assignment_expression "puVar17 = puVar18" identifier = identifier) ;) (if_statement "if (this->local_symbol_count_ <= uVar19) break;" if (parenthesized_expression "(this->local_symbol_count_ <= uVar19)" ( (binary_expression "this->local_symbol_count_ <= uVar19" (field_expression "this->local_symbol_count_" identifier -> field_identifier) <= identifier) )) (break_statement "break;" break ;)) (goto_statement "goto LAB_0018fa9b;" goto statement_identifier ;) })) (expression_statement "uVar19 = uVar19 + 1;" (assignment_expression "uVar19 = uVar19 + 1" identifier = (binary_expression "uVar19 + 1" identifier + number_literal)) ;) (expression_statement "puVar18 = puVar17;" (assignment_expression "puVar18 = puVar17" identifier = identifier) ;) }) while (parenthesized_expression "(uVar19 < this->local_symbol_count_)" ( (binary_expression "uVar19 < this->local_symbol_count_" identifier < (field_expression "this->local_symbol_count_" identifier -> field_identifier)) )) ;)) (if_statement "if ((uVar12 != 0) && ((Symbol_table *)(puVar20 + -(long)local_68) != pSVar16)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xa62,"do_relocate");\n }" if (parenthesized_expression "((uVar12 != 0) && ((Symbol_table *)(puVar20 + -(long)local_68) != pSVar16))" ( (binary_expression "(uVar12 != 0) && ((Symbol_table *)(puVar20 + -(long)local_68) != pSVar16)" (parenthesized_expression "(uVar12 != 0)" ( (binary_expression "uVar12 != 0" identifier != number_literal) )) && (parenthesized_expression "((Symbol_table *)(puVar20 + -(long)local_68) != pSVar16)" ( (binary_expression "(Symbol_table *)(puVar20 + -(long)local_68) != pSVar16" (cast_expression "(Symbol_table *)(puVar20 + -(long)local_68)" ( (type_descriptor "Symbol_table *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar20 + -(long)local_68)" ( (binary_expression "puVar20 + -(long)local_68" identifier + (unary_expression "-(long)local_68" - (cast_expression "(long)local_68" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ))) != identifier) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xa62,"do_relocate");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/incremental.cc",0xa62,"do_relocate");" (call_expression "do_gold_unreachable("../../gold/incremental.cc",0xa62,"do_relocate")" identifier (argument_list "("../../gold/incremental.cc",0xa62,"do_relocate")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_relocate"" " string_content ") ))) ;) })) (if_statement "if ((uVar7 == 0) || ((long)puVar18 - (long)local_98 == uVar15)) {\n return;\n }" if (parenthesized_expression "((uVar7 == 0) || ((long)puVar18 - (long)local_98 == uVar15))" ( (binary_expression "(uVar7 == 0) || ((long)puVar18 - (long)local_98 == uVar15)" (parenthesized_expression "(uVar7 == 0)" ( (binary_expression "uVar7 == 0" identifier == number_literal) )) || (parenthesized_expression "((long)puVar18 - (long)local_98 == uVar15)" ( (binary_expression "(long)puVar18 - (long)local_98 == uVar15" (binary_expression "(long)puVar18 - (long)local_98" (cast_expression "(long)puVar18" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)local_98" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) == identifier) ))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (labeled_statement "LAB_0018fd63:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xa69,"do_relocate");" statement_identifier : comment (expression_statement "do_gold_unreachable("../../gold/incremental.cc",0xa69,"do_relocate");" (call_expression "do_gold_unreachable("../../gold/incremental.cc",0xa69,"do_relocate")" identifier (argument_list "("../../gold/incremental.cc",0xa69,"do_relocate")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_relocate"" " string_content ") ))) ;)) (ERROR "}" }))
|
(translation_unit "void FUN_0018f7f0(long *param_1,undefined8 param_2,long param_3,long param_4)\n\n{\n byte bVar1;\n code *pcVar2;\n int iVar3;\n uint uVar4;\n undefined4 uVar5;\n uint uVar6;\n undefined4 *puVar7;\n long lVar8;\n uint uVar9;\n ulong uVar10;\n uint uVar11;\n long *plVar12;\n void *__dest;\n undefined4 *puVar13;\n undefined4 *puVar14;\n uint uVar15;\n long lVar16;\n undefined4 *puVar17;\n undefined4 *puVar18;\n long local_a0;\n undefined4 *local_98;\n long local_88;\n undefined4 *local_68;\n long local_58;\n uint local_40;\n uint local_3c;\n \n if (*(int *)((long)param_1 + 0x15c) == 0) {\n return;\n }\n if (*(long *)(param_3 + 0x378) == 0) {\nLAB_0018fd1b:\n \n FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate");\n }\n lVar8 = *(long *)(*(long *)(param_3 + 0x378) + 0x68);\n if ((*(byte *)(lVar8 + 0x20) & 4) == 0) {\nLAB_0018fd7b:\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n lVar16 = *(long *)(lVar8 + 0x18);\n if ((*(byte *)(lVar8 + 0x20) & 2) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n if ((lVar16 < 0) || (*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16)) {\nLAB_0018fd11:\n \n FUN_00182e30();\n }\n lVar16 = lVar16 + *(long *)(param_4 + 0x18);\n uVar10 = (ulong)(uint)((int)param_1[0x2c] << 4);\n __dest = (void *)(lVar16 + uVar10);\n memcpy(__dest,(void *)param_1[0x2d],(ulong)(uint)(*(int *)((long)param_1 + 0x15c) << 4));\n if (*(int *)((long)param_1 + 0x15c) != 0) {\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8);\n if (plVar12 != (long *)0x0) {\n uVar15 = 0;\n do {\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n } while (plVar12 != (long *)0x0);\n }\n \n FUN_0017c650("../../gold/incremental.cc",0xa12,"do_relocate");\n }\nLAB_0018f930:\n lVar8 = *(long *)(param_3 + 0x2d0);\n if (lVar8 == 0) {\n FUN_00182e10();\n goto LAB_0018fd1b;\n }\n if ((*(byte *)(lVar8 + 0x20) & 4) == 0) goto LAB_0018fd7b;\n iVar3 = (int)param_1[0x24];\n uVar15 = iVar3 << 4;\n if (uVar15 == 0) {\n local_68 = (undefined4 *)0x0;\n }\n else {\n lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18);\n if ((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))\n goto LAB_0018fd11;\n local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18));\n }\n uVar4 = *(int *)((long)param_1 + 0x124) << 4;\n uVar10 = (ulong)uVar4;\n if (uVar4 == 0) {\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) {\n return;\n }\n local_98 = (undefined4 *)0x0;\n }\n else {\n if (*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)) goto LAB_0018fd11;\n local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18));\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) goto LAB_0018fd63;\n }\n local_88 = param_3 + 0x130;\n local_a0 = param_3 + 0xa0;\n uVar11 = 0;\n puVar13 = local_98;\n puVar18 = local_68;\nLAB_0018fa9b:\n do {\n puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e]);\n uVar9 = puVar7[5] & 0xfffffff;\n if (uVar9 < 0xff00) {\nLAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }\n uVar9 = uVar6;\n if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }\n }\n else if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }\n puVar17 = puVar18 + 4;\n uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2));\n *puVar18 = uVar5;\n puVar18[1] = *puVar7;\n puVar18[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar18 + 0xd) = 0;\n *(short *)((long)puVar18 + 0xe) = (short)uVar9;\n *(byte *)(puVar18 + 3) = bVar1 >> 4;\n puVar18 = puVar17;\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar14 = puVar13 + 4;\n uVar11 = uVar11 + 1;\n uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));\n *puVar13 = uVar5;\n puVar13[1] = *puVar7;\n puVar13[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar13 + 0xd) = 0;\n *(short *)((long)puVar13 + 0xe) = (short)uVar9;\n *(byte *)(puVar13 + 3) = bVar1 >> 4;\n puVar13 = puVar14;\n if (*(uint *)(param_1 + 0x24) <= uVar11) break;\n goto LAB_0018fa9b;\n }\n uVar11 = uVar11 + 1;\n puVar14 = puVar13;\n } while (uVar11 < *(uint *)(param_1 + 0x24));\n if ((uVar15 != 0) && ((long)puVar17 - (long)local_68 != (ulong)uVar15)) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa62,"do_relocate");\n }\n if ((uVar4 == 0) || ((long)puVar14 - (long)local_98 == uVar10)) {\n return;\n }\nLAB_0018fd63:\n \n FUN_0017c650("../../gold/incremental.cc",0xa69,"do_relocate");\n}\n\n" (function_definition "void FUN_0018f7f0(long *param_1,undefined8 param_2,long param_3,long param_4)\n\n{\n byte bVar1;\n code *pcVar2;\n int iVar3;\n uint uVar4;\n undefined4 uVar5;\n uint uVar6;\n undefined4 *puVar7;\n long lVar8;\n uint uVar9;\n ulong uVar10;\n uint uVar11;\n long *plVar12;\n void *__dest;\n undefined4 *puVar13;\n undefined4 *puVar14;\n uint uVar15;\n long lVar16;\n undefined4 *puVar17;\n undefined4 *puVar18;\n long local_a0;\n undefined4 *local_98;\n long local_88;\n undefined4 *local_68;\n long local_58;\n uint local_40;\n uint local_3c;\n \n if (*(int *)((long)param_1 + 0x15c) == 0) {\n return;\n }\n if (*(long *)(param_3 + 0x378) == 0) {\nLAB_0018fd1b:\n \n FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate");\n }\n lVar8 = *(long *)(*(long *)(param_3 + 0x378) + 0x68);\n if ((*(byte *)(lVar8 + 0x20) & 4) == 0) {\nLAB_0018fd7b:\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n lVar16 = *(long *)(lVar8 + 0x18);\n if ((*(byte *)(lVar8 + 0x20) & 2) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n if ((lVar16 < 0) || (*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16)) {\nLAB_0018fd11:\n \n FUN_00182e30();\n }\n lVar16 = lVar16 + *(long *)(param_4 + 0x18);\n uVar10 = (ulong)(uint)((int)param_1[0x2c] << 4);\n __dest = (void *)(lVar16 + uVar10);\n memcpy(__dest,(void *)param_1[0x2d],(ulong)(uint)(*(int *)((long)param_1 + 0x15c) << 4));\n if (*(int *)((long)param_1 + 0x15c) != 0) {\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8);\n if (plVar12 != (long *)0x0) {\n uVar15 = 0;\n do {\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n } while (plVar12 != (long *)0x0);\n }\n \n FUN_0017c650("../../gold/incremental.cc",0xa12,"do_relocate");\n }\nLAB_0018f930:\n lVar8 = *(long *)(param_3 + 0x2d0);\n if (lVar8 == 0) {\n FUN_00182e10();\n goto LAB_0018fd1b;\n }\n if ((*(byte *)(lVar8 + 0x20) & 4) == 0) goto LAB_0018fd7b;\n iVar3 = (int)param_1[0x24];\n uVar15 = iVar3 << 4;\n if (uVar15 == 0) {\n local_68 = (undefined4 *)0x0;\n }\n else {\n lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18);\n if ((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))\n goto LAB_0018fd11;\n local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18));\n }\n uVar4 = *(int *)((long)param_1 + 0x124) << 4;\n uVar10 = (ulong)uVar4;\n if (uVar4 == 0) {\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) {\n return;\n }\n local_98 = (undefined4 *)0x0;\n }\n else {\n if (*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)) goto LAB_0018fd11;\n local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18));\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) goto LAB_0018fd63;\n }\n local_88 = param_3 + 0x130;\n local_a0 = param_3 + 0xa0;\n uVar11 = 0;\n puVar13 = local_98;\n puVar18 = local_68;\nLAB_0018fa9b:\n do {\n puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e]);\n uVar9 = puVar7[5] & 0xfffffff;\n if (uVar9 < 0xff00) {\nLAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }\n uVar9 = uVar6;\n if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }\n }\n else if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }\n puVar17 = puVar18 + 4;\n uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2));\n *puVar18 = uVar5;\n puVar18[1] = *puVar7;\n puVar18[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar18 + 0xd) = 0;\n *(short *)((long)puVar18 + 0xe) = (short)uVar9;\n *(byte *)(puVar18 + 3) = bVar1 >> 4;\n puVar18 = puVar17;\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar14 = puVar13 + 4;\n uVar11 = uVar11 + 1;\n uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));\n *puVar13 = uVar5;\n puVar13[1] = *puVar7;\n puVar13[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar13 + 0xd) = 0;\n *(short *)((long)puVar13 + 0xe) = (short)uVar9;\n *(byte *)(puVar13 + 3) = bVar1 >> 4;\n puVar13 = puVar14;\n if (*(uint *)(param_1 + 0x24) <= uVar11) break;\n goto LAB_0018fa9b;\n }\n uVar11 = uVar11 + 1;\n puVar14 = puVar13;\n } while (uVar11 < *(uint *)(param_1 + 0x24));\n if ((uVar15 != 0) && ((long)puVar17 - (long)local_68 != (ulong)uVar15)) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa62,"do_relocate");\n }\n if ((uVar4 == 0) || ((long)puVar14 - (long)local_98 == uVar10)) {\n return;\n }\nLAB_0018fd63:\n \n FUN_0017c650("../../gold/incremental.cc",0xa69,"do_relocate");\n}" primitive_type (function_declarator "FUN_0018f7f0(long *param_1,undefined8 param_2,long param_3,long param_4)" identifier (parameter_list "(long *param_1,undefined8 param_2,long param_3,long param_4)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_4" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n byte bVar1;\n code *pcVar2;\n int iVar3;\n uint uVar4;\n undefined4 uVar5;\n uint uVar6;\n undefined4 *puVar7;\n long lVar8;\n uint uVar9;\n ulong uVar10;\n uint uVar11;\n long *plVar12;\n void *__dest;\n undefined4 *puVar13;\n undefined4 *puVar14;\n uint uVar15;\n long lVar16;\n undefined4 *puVar17;\n undefined4 *puVar18;\n long local_a0;\n undefined4 *local_98;\n long local_88;\n undefined4 *local_68;\n long local_58;\n uint local_40;\n uint local_3c;\n \n if (*(int *)((long)param_1 + 0x15c) == 0) {\n return;\n }\n if (*(long *)(param_3 + 0x378) == 0) {\nLAB_0018fd1b:\n \n FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate");\n }\n lVar8 = *(long *)(*(long *)(param_3 + 0x378) + 0x68);\n if ((*(byte *)(lVar8 + 0x20) & 4) == 0) {\nLAB_0018fd7b:\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n lVar16 = *(long *)(lVar8 + 0x18);\n if ((*(byte *)(lVar8 + 0x20) & 2) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n if ((lVar16 < 0) || (*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16)) {\nLAB_0018fd11:\n \n FUN_00182e30();\n }\n lVar16 = lVar16 + *(long *)(param_4 + 0x18);\n uVar10 = (ulong)(uint)((int)param_1[0x2c] << 4);\n __dest = (void *)(lVar16 + uVar10);\n memcpy(__dest,(void *)param_1[0x2d],(ulong)(uint)(*(int *)((long)param_1 + 0x15c) << 4));\n if (*(int *)((long)param_1 + 0x15c) != 0) {\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8);\n if (plVar12 != (long *)0x0) {\n uVar15 = 0;\n do {\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n } while (plVar12 != (long *)0x0);\n }\n \n FUN_0017c650("../../gold/incremental.cc",0xa12,"do_relocate");\n }\nLAB_0018f930:\n lVar8 = *(long *)(param_3 + 0x2d0);\n if (lVar8 == 0) {\n FUN_00182e10();\n goto LAB_0018fd1b;\n }\n if ((*(byte *)(lVar8 + 0x20) & 4) == 0) goto LAB_0018fd7b;\n iVar3 = (int)param_1[0x24];\n uVar15 = iVar3 << 4;\n if (uVar15 == 0) {\n local_68 = (undefined4 *)0x0;\n }\n else {\n lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18);\n if ((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))\n goto LAB_0018fd11;\n local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18));\n }\n uVar4 = *(int *)((long)param_1 + 0x124) << 4;\n uVar10 = (ulong)uVar4;\n if (uVar4 == 0) {\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) {\n return;\n }\n local_98 = (undefined4 *)0x0;\n }\n else {\n if (*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)) goto LAB_0018fd11;\n local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18));\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) goto LAB_0018fd63;\n }\n local_88 = param_3 + 0x130;\n local_a0 = param_3 + 0xa0;\n uVar11 = 0;\n puVar13 = local_98;\n puVar18 = local_68;\nLAB_0018fa9b:\n do {\n puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e]);\n uVar9 = puVar7[5] & 0xfffffff;\n if (uVar9 < 0xff00) {\nLAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }\n uVar9 = uVar6;\n if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }\n }\n else if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }\n puVar17 = puVar18 + 4;\n uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2));\n *puVar18 = uVar5;\n puVar18[1] = *puVar7;\n puVar18[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar18 + 0xd) = 0;\n *(short *)((long)puVar18 + 0xe) = (short)uVar9;\n *(byte *)(puVar18 + 3) = bVar1 >> 4;\n puVar18 = puVar17;\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar14 = puVar13 + 4;\n uVar11 = uVar11 + 1;\n uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));\n *puVar13 = uVar5;\n puVar13[1] = *puVar7;\n puVar13[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar13 + 0xd) = 0;\n *(short *)((long)puVar13 + 0xe) = (short)uVar9;\n *(byte *)(puVar13 + 3) = bVar1 >> 4;\n puVar13 = puVar14;\n if (*(uint *)(param_1 + 0x24) <= uVar11) break;\n goto LAB_0018fa9b;\n }\n uVar11 = uVar11 + 1;\n puVar14 = puVar13;\n } while (uVar11 < *(uint *)(param_1 + 0x24));\n if ((uVar15 != 0) && ((long)puVar17 - (long)local_68 != (ulong)uVar15)) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa62,"do_relocate");\n }\n if ((uVar4 == 0) || ((long)puVar14 - (long)local_98 == uVar10)) {\n return;\n }\nLAB_0018fd63:\n \n FUN_0017c650("../../gold/incremental.cc",0xa69,"do_relocate");\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "code *pcVar2;" type_identifier (pointer_declarator "*pcVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "undefined4 uVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "undefined4 *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "long lVar8;" (sized_type_specifier "long" long) identifier ;) (declaration "uint uVar9;" type_identifier identifier ;) (declaration "ulong uVar10;" type_identifier identifier ;) (declaration "uint uVar11;" type_identifier identifier ;) (declaration "long *plVar12;" (sized_type_specifier "long" long) (pointer_declarator "*plVar12" * identifier) ;) (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "undefined4 *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (declaration "undefined4 *puVar14;" type_identifier (pointer_declarator "*puVar14" * identifier) ;) (declaration "uint uVar15;" type_identifier identifier ;) (declaration "long lVar16;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined4 *puVar17;" type_identifier (pointer_declarator "*puVar17" * identifier) ;) (declaration "undefined4 *puVar18;" type_identifier (pointer_declarator "*puVar18" * identifier) ;) (declaration "long local_a0;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined4 *local_98;" type_identifier (pointer_declarator "*local_98" * identifier) ;) (declaration "long local_88;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined4 *local_68;" type_identifier (pointer_declarator "*local_68" * identifier) ;) (declaration "long local_58;" (sized_type_specifier "long" long) identifier ;) (declaration "uint local_40;" type_identifier identifier ;) (declaration "uint local_3c;" type_identifier identifier ;) (if_statement "if (*(int *)((long)param_1 + 0x15c) == 0) {\n return;\n }" if (parenthesized_expression "(*(int *)((long)param_1 + 0x15c) == 0)" ( (binary_expression "*(int *)((long)param_1 + 0x15c) == 0" (pointer_expression "*(int *)((long)param_1 + 0x15c)" * (cast_expression "(int *)((long)param_1 + 0x15c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x15c)" ( (binary_expression "(long)param_1 + 0x15c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (*(long *)(param_3 + 0x378) == 0) {\nLAB_0018fd1b:\n \n FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate");\n }" if (parenthesized_expression "(*(long *)(param_3 + 0x378) == 0)" ( (binary_expression "*(long *)(param_3 + 0x378) == 0" (pointer_expression "*(long *)(param_3 + 0x378)" * (cast_expression "(long *)(param_3 + 0x378)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x378)" ( (binary_expression "param_3 + 0x378" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\nLAB_0018fd1b:\n \n FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate");\n }" { (labeled_statement "LAB_0018fd1b:\n \n FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate");" statement_identifier : (expression_statement "FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate")" identifier (argument_list "("../../gold/incremental.cc",0xa01,"do_relocate")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_relocate"" " string_content ") ))) ;)) })) (expression_statement "lVar8 = *(long *)(*(long *)(param_3 + 0x378) + 0x68);" (assignment_expression "lVar8 = *(long *)(*(long *)(param_3 + 0x378) + 0x68)" identifier = (pointer_expression "*(long *)(*(long *)(param_3 + 0x378) + 0x68)" * (cast_expression "(long *)(*(long *)(param_3 + 0x378) + 0x68)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_3 + 0x378) + 0x68)" ( (binary_expression "*(long *)(param_3 + 0x378) + 0x68" (pointer_expression "*(long *)(param_3 + 0x378)" * (cast_expression "(long *)(param_3 + 0x378)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x378)" ( (binary_expression "param_3 + 0x378" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if ((*(byte *)(lVar8 + 0x20) & 4) == 0) {\nLAB_0018fd7b:\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }" if (parenthesized_expression "((*(byte *)(lVar8 + 0x20) & 4) == 0)" ( (binary_expression "(*(byte *)(lVar8 + 0x20) & 4) == 0" (parenthesized_expression "(*(byte *)(lVar8 + 0x20) & 4)" ( (binary_expression "*(byte *)(lVar8 + 0x20) & 4" (pointer_expression "*(byte *)(lVar8 + 0x20)" * (cast_expression "(byte *)(lVar8 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar8 + 0x20)" ( (binary_expression "lVar8 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_0018fd7b:\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }" { (labeled_statement "LAB_0018fd7b:\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");" statement_identifier : (expression_statement "FUN_0017c650("../../gold/output.h",0xe3,"offset");" (call_expression "FUN_0017c650("../../gold/output.h",0xe3,"offset")" identifier (argument_list "("../../gold/output.h",0xe3,"offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") ))) ;)) })) (expression_statement "lVar16 = *(long *)(lVar8 + 0x18);" (assignment_expression "lVar16 = *(long *)(lVar8 + 0x18)" identifier = (pointer_expression "*(long *)(lVar8 + 0x18)" * (cast_expression "(long *)(lVar8 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar8 + 0x18)" ( (binary_expression "lVar8 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(lVar8 + 0x20) & 2) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }" if (parenthesized_expression "((*(byte *)(lVar8 + 0x20) & 2) == 0)" ( (binary_expression "(*(byte *)(lVar8 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(lVar8 + 0x20) & 2)" ( (binary_expression "*(byte *)(lVar8 + 0x20) & 2" (pointer_expression "*(byte *)(lVar8 + 0x20)" * (cast_expression "(byte *)(lVar8 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar8 + 0x20)" ( (binary_expression "lVar8 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }" { (expression_statement "FUN_0017c650("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_0017c650("../../gold/output.h",0xcf,"data_size")" identifier (argument_list "("../../gold/output.h",0xcf,"data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""data_size"" " string_content ") ))) ;) })) (if_statement "if ((lVar16 < 0) || (*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16)) {\nLAB_0018fd11:\n \n FUN_00182e30();\n }" if (parenthesized_expression "((lVar16 < 0) || (*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16))" ( (binary_expression "(lVar16 < 0) || (*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16)" (parenthesized_expression "(lVar16 < 0)" ( (binary_expression "lVar16 < 0" identifier < number_literal) )) || (parenthesized_expression "(*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16)" ( (binary_expression "*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16" (pointer_expression "*(long *)(param_4 + 0x10)" * (cast_expression "(long *)(param_4 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x10)" ( (binary_expression "param_4 + 0x10" identifier + number_literal) )))) < (binary_expression "*(long *)(lVar8 + 0x10) + lVar16" (pointer_expression "*(long *)(lVar8 + 0x10)" * (cast_expression "(long *)(lVar8 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar8 + 0x10)" ( (binary_expression "lVar8 + 0x10" identifier + number_literal) )))) + identifier)) ))) )) (compound_statement "{\nLAB_0018fd11:\n \n FUN_00182e30();\n }" { (labeled_statement "LAB_0018fd11:\n \n FUN_00182e30();" statement_identifier : (expression_statement "FUN_00182e30();" (call_expression "FUN_00182e30()" identifier (argument_list "()" ( ))) ;)) })) (expression_statement "lVar16 = lVar16 + *(long *)(param_4 + 0x18);" (assignment_expression "lVar16 = lVar16 + *(long *)(param_4 + 0x18)" identifier = (binary_expression "lVar16 + *(long *)(param_4 + 0x18)" identifier + (pointer_expression "*(long *)(param_4 + 0x18)" * (cast_expression "(long *)(param_4 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x18)" ( (binary_expression "param_4 + 0x18" identifier + number_literal) )))))) ;) (expression_statement "uVar10 = (ulong)(uint)((int)param_1[0x2c] << 4);" (assignment_expression "uVar10 = (ulong)(uint)((int)param_1[0x2c] << 4)" identifier = (call_expression "(ulong)(uint)((int)param_1[0x2c] << 4)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) (argument_list "((int)param_1[0x2c] << 4)" ( (binary_expression "(int)param_1[0x2c] << 4" (cast_expression "(int)param_1[0x2c]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[0x2c]" identifier [ number_literal ])) << number_literal) )))) ;) (expression_statement "__dest = (void *)(lVar16 + uVar10);" (assignment_expression "__dest = (void *)(lVar16 + uVar10)" identifier = (cast_expression "(void *)(lVar16 + uVar10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + uVar10)" ( (binary_expression "lVar16 + uVar10" identifier + identifier) )))) ;) (expression_statement "memcpy(__dest,(void *)param_1[0x2d],(ulong)(uint)(*(int *)((long)param_1 + 0x15c) << 4));" (call_expression "memcpy(__dest,(void *)param_1[0x2d],(ulong)(uint)(*(int *)((long)param_1 + 0x15c) << 4))" identifier (argument_list "(__dest,(void *)param_1[0x2d],(ulong)(uint)(*(int *)((long)param_1 + 0x15c) << 4))" ( identifier , (cast_expression "(void *)param_1[0x2d]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x2d]" identifier [ number_literal ])) , (call_expression "(ulong)(uint)(*(int *)((long)param_1 + 0x15c) << 4)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) (argument_list "(*(int *)((long)param_1 + 0x15c) << 4)" ( (binary_expression "*(int *)((long)param_1 + 0x15c) << 4" (pointer_expression "*(int *)((long)param_1 + 0x15c)" * (cast_expression "(int *)((long)param_1 + 0x15c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x15c)" ( (binary_expression "(long)param_1 + 0x15c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) << number_literal) ))) ))) ;) (if_statement "if (*(int *)((long)param_1 + 0x15c) != 0) {\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8);\n if (plVar12 != (long *)0x0) {\n uVar15 = 0;\n do {\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n } while (plVar12 != (long *)0x0);\n }\n \n FUN_0017c650("../../gold/incremental.cc",0xa12,"do_relocate");\n }" if (parenthesized_expression "(*(int *)((long)param_1 + 0x15c) != 0)" ( (binary_expression "*(int *)((long)param_1 + 0x15c) != 0" (pointer_expression "*(int *)((long)param_1 + 0x15c)" * (cast_expression "(int *)((long)param_1 + 0x15c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x15c)" ( (binary_expression "(long)param_1 + 0x15c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) != number_literal) )) (compound_statement "{\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8);\n if (plVar12 != (long *)0x0) {\n uVar15 = 0;\n do {\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n } while (plVar12 != (long *)0x0);\n }\n \n FUN_0017c650("../../gold/incremental.cc",0xa12,"do_relocate");\n }" { (expression_statement "plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8);" (assignment_expression "plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8)" identifier = (pointer_expression "*(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8)" * (cast_expression "(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8)" ( (binary_expression "*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8" (pointer_expression "*(long *)(param_1[0x1f] + 0x90)" * (cast_expression "(long *)(param_1[0x1f] + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[0x1f] + 0x90)" ( (binary_expression "param_1[0x1f] + 0x90" (subscript_expression "param_1[0x1f]" identifier [ number_literal ]) + number_literal) )))) + (binary_expression "(ulong)*(uint *)((long)__dest + 4) * 8" (binary_expression "(ulong)*(uint *)((long)__dest + 4)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)((long)__dest + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest + 4)" ( (binary_expression "(long)__dest + 4" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) * number_literal)) ))))) ;) (if_statement "if (plVar12 != (long *)0x0) {\n uVar15 = 0;\n do {\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n } while (plVar12 != (long *)0x0);\n }" if (parenthesized_expression "(plVar12 != (long *)0x0)" ( (binary_expression "plVar12 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar15 = 0;\n do {\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n } while (plVar12 != (long *)0x0);\n }" { (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" identifier = number_literal) ;) (do_statement "do {\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n } while (plVar12 != (long *)0x0);" do (compound_statement "{\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n }" { (if_statement "if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }" if (parenthesized_expression "(*(code **)(*plVar12 + 0x58) == FUN_001869e0)" ( (binary_expression "*(code **)(*plVar12 + 0x58) == FUN_001869e0" (pointer_expression "*(code **)(*plVar12 + 0x58)" * (cast_expression "(code **)(*plVar12 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar12 + 0x58)" ( (binary_expression "*plVar12 + 0x58" (pointer_expression "*plVar12" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }" { (expression_statement "iVar3 = *(int *)((long)plVar12 + 0x7c);" (assignment_expression "iVar3 = *(int *)((long)plVar12 + 0x7c)" identifier = (pointer_expression "*(int *)((long)plVar12 + 0x7c)" * (cast_expression "(int *)((long)plVar12 + 0x7c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar12 + 0x7c)" ( (binary_expression "(long)plVar12 + 0x7c" (cast_expression "(long)plVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (if_statement "if (iVar3 == -1) goto LAB_0018fcc9;" if (parenthesized_expression "(iVar3 == -1)" ( (binary_expression "iVar3 == -1" identifier == number_literal) )) (goto_statement "goto LAB_0018fcc9;" goto statement_identifier ;)) }) (else_clause "else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }" else (compound_statement "{\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }" { (expression_statement "iVar3 = (**(code **)(*plVar12 + 0x58))();" (assignment_expression "iVar3 = (**(code **)(*plVar12 + 0x58))()" identifier = (call_expression "(**(code **)(*plVar12 + 0x58))()" (parenthesized_expression "(**(code **)(*plVar12 + 0x58))" ( (pointer_expression "**(code **)(*plVar12 + 0x58)" * (pointer_expression "*(code **)(*plVar12 + 0x58)" * (cast_expression "(code **)(*plVar12 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar12 + 0x58)" ( (binary_expression "*plVar12 + 0x58" (pointer_expression "*plVar12" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) }))) (expression_statement "*(int *)((long)__dest + 4) = iVar3;" (assignment_expression "*(int *)((long)__dest + 4) = iVar3" (pointer_expression "*(int *)((long)__dest + 4)" * (cast_expression "(int *)((long)__dest + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest + 4)" ( (binary_expression "(long)__dest + 4" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) (if_statement "if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;" if (parenthesized_expression "(*(uint *)((long)param_1 + 0x15c) <= uVar15)" ( (binary_expression "*(uint *)((long)param_1 + 0x15c) <= uVar15" (pointer_expression "*(uint *)((long)param_1 + 0x15c)" * (cast_expression "(uint *)((long)param_1 + 0x15c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x15c)" ( (binary_expression "(long)param_1 + 0x15c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) <= identifier) )) (goto_statement "goto LAB_0018f930;" goto statement_identifier ;)) (expression_statement "__dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);" (assignment_expression "__dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16)" identifier = (cast_expression "(void *)(uVar15 * 0x10 + uVar10 + lVar16)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar15 * 0x10 + uVar10 + lVar16)" ( (binary_expression "uVar15 * 0x10 + uVar10 + lVar16" (binary_expression "uVar15 * 0x10 + uVar10" (binary_expression "uVar15 * 0x10" identifier * number_literal) + identifier) + identifier) )))) ;) (expression_statement "plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);" (assignment_expression "plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8)" identifier = (pointer_expression "*(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8)" * (cast_expression "(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8)" ( (binary_expression "*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8" (pointer_expression "*(long *)(param_1[0x1f] + 0x90)" * (cast_expression "(long *)(param_1[0x1f] + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[0x1f] + 0x90)" ( (binary_expression "param_1[0x1f] + 0x90" (subscript_expression "param_1[0x1f]" identifier [ number_literal ]) + number_literal) )))) + (binary_expression "(ulong)*(uint *)((long)__dest + 4) * 8" (binary_expression "(ulong)*(uint *)((long)__dest + 4)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)((long)__dest + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest + 4)" ( (binary_expression "(long)__dest + 4" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) * number_literal)) ))))) ;) }) while (parenthesized_expression "(plVar12 != (long *)0x0)" ( (binary_expression "plVar12 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) (expression_statement "FUN_0017c650("../../gold/incremental.cc",0xa12,"do_relocate");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0xa12,"do_relocate")" identifier (argument_list "("../../gold/incremental.cc",0xa12,"do_relocate")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_relocate"" " string_content ") ))) ;) })) (labeled_statement "LAB_0018f930:\n lVar8 = *(long *)(param_3 + 0x2d0);" statement_identifier : (expression_statement "lVar8 = *(long *)(param_3 + 0x2d0);" (assignment_expression "lVar8 = *(long *)(param_3 + 0x2d0)" identifier = (pointer_expression "*(long *)(param_3 + 0x2d0)" * (cast_expression "(long *)(param_3 + 0x2d0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x2d0)" ( (binary_expression "param_3 + 0x2d0" identifier + number_literal) ))))) ;)) (if_statement "if (lVar8 == 0) {\n FUN_00182e10();\n goto LAB_0018fd1b;\n }" if (parenthesized_expression "(lVar8 == 0)" ( (binary_expression "lVar8 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_00182e10();\n goto LAB_0018fd1b;\n }" { (expression_statement "FUN_00182e10();" (call_expression "FUN_00182e10()" identifier (argument_list "()" ( ))) ;) (goto_statement "goto LAB_0018fd1b;" goto statement_identifier ;) })) (if_statement "if ((*(byte *)(lVar8 + 0x20) & 4) == 0) goto LAB_0018fd7b;" if (parenthesized_expression "((*(byte *)(lVar8 + 0x20) & 4) == 0)" ( (binary_expression "(*(byte *)(lVar8 + 0x20) & 4) == 0" (parenthesized_expression "(*(byte *)(lVar8 + 0x20) & 4)" ( (binary_expression "*(byte *)(lVar8 + 0x20) & 4" (pointer_expression "*(byte *)(lVar8 + 0x20)" * (cast_expression "(byte *)(lVar8 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar8 + 0x20)" ( (binary_expression "lVar8 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0018fd7b;" goto statement_identifier ;)) (expression_statement "iVar3 = (int)param_1[0x24];" (assignment_expression "iVar3 = (int)param_1[0x24]" identifier = (cast_expression "(int)param_1[0x24]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[0x24]" identifier [ number_literal ]))) ;) (expression_statement "uVar15 = iVar3 << 4;" (assignment_expression "uVar15 = iVar3 << 4" identifier = (binary_expression "iVar3 << 4" identifier << number_literal)) ;) (if_statement "if (uVar15 == 0) {\n local_68 = (undefined4 *)0x0;\n }\n else {\n lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18);\n if ((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))\n goto LAB_0018fd11;\n local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18));\n }" if (parenthesized_expression "(uVar15 == 0)" ( (binary_expression "uVar15 == 0" identifier == number_literal) )) (compound_statement "{\n local_68 = (undefined4 *)0x0;\n }" { (expression_statement "local_68 = (undefined4 *)0x0;" (assignment_expression "local_68 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18);\n if ((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))\n goto LAB_0018fd11;\n local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18));\n }" else (compound_statement "{\n lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18);\n if ((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))\n goto LAB_0018fd11;\n local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18));\n }" { (expression_statement "lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18);" (assignment_expression "lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18)" identifier = (binary_expression "(ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18)" (binary_expression "(ulong)*(uint *)((long)param_1 + 300)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)((long)param_1 + 300)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 300)" ( (binary_expression "(long)param_1 + 300" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + (pointer_expression "*(long *)(lVar8 + 0x18)" * (cast_expression "(long *)(lVar8 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar8 + 0x18)" ( (binary_expression "lVar8 + 0x18" identifier + number_literal) )))))) ;) (if_statement "if ((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))\n goto LAB_0018fd11;" if (parenthesized_expression "((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))" ( (binary_expression "(lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15))" (parenthesized_expression "(lVar8 < 0)" ( (binary_expression "lVar8 < 0" identifier < number_literal) )) || (parenthesized_expression "(*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15))" ( (binary_expression "*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)" (pointer_expression "*(long *)(param_4 + 0x10)" * (cast_expression "(long *)(param_4 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x10)" ( (binary_expression "param_4 + 0x10" identifier + number_literal) )))) < (cast_expression "(long)(lVar8 + (ulong)uVar15)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(lVar8 + (ulong)uVar15)" ( (binary_expression "lVar8 + (ulong)uVar15" identifier + (cast_expression "(ulong)uVar15" ( (type_descriptor "ulong" type_identifier) ) identifier)) )))) ))) )) (goto_statement "goto LAB_0018fd11;" goto statement_identifier ;)) (expression_statement "local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18));" (assignment_expression "local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18))" identifier = (cast_expression "(undefined4 *)(lVar8 + *(long *)(param_4 + 0x18))" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar8 + *(long *)(param_4 + 0x18))" ( (binary_expression "lVar8 + *(long *)(param_4 + 0x18)" identifier + (pointer_expression "*(long *)(param_4 + 0x18)" * (cast_expression "(long *)(param_4 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x18)" ( (binary_expression "param_4 + 0x18" identifier + number_literal) ))))) )))) ;) }))) (expression_statement "uVar4 = *(int *)((long)param_1 + 0x124) << 4;" (assignment_expression "uVar4 = *(int *)((long)param_1 + 0x124) << 4" identifier = (binary_expression "*(int *)((long)param_1 + 0x124) << 4" (pointer_expression "*(int *)((long)param_1 + 0x124)" * (cast_expression "(int *)((long)param_1 + 0x124)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x124)" ( (binary_expression "(long)param_1 + 0x124" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) << number_literal)) ;) (expression_statement "uVar10 = (ulong)uVar4;" (assignment_expression "uVar10 = (ulong)uVar4" identifier = (cast_expression "(ulong)uVar4" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if (uVar4 == 0) {\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) {\n return;\n }\n local_98 = (undefined4 *)0x0;\n }\n else {\n if (*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)) goto LAB_0018fd11;\n local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18));\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) goto LAB_0018fd63;\n }" if (parenthesized_expression "(uVar4 == 0)" ( (binary_expression "uVar4 == 0" identifier == number_literal) )) (compound_statement "{\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) {\n return;\n }\n local_98 = (undefined4 *)0x0;\n }" { (expression_statement "lVar8 = *(long *)(param_3 + 0x2d8);" (assignment_expression "lVar8 = *(long *)(param_3 + 0x2d8)" identifier = (pointer_expression "*(long *)(param_3 + 0x2d8)" * (cast_expression "(long *)(param_3 + 0x2d8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x2d8)" ( (binary_expression "param_3 + 0x2d8" identifier + number_literal) ))))) ;) (expression_statement "local_58 = *(long *)(param_3 + 0x2e8);" (assignment_expression "local_58 = *(long *)(param_3 + 0x2e8)" identifier = (pointer_expression "*(long *)(param_3 + 0x2e8)" * (cast_expression "(long *)(param_3 + 0x2e8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x2e8)" ( (binary_expression "param_3 + 0x2e8" identifier + number_literal) ))))) ;) (if_statement "if (iVar3 == 0) {\n return;\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "local_98 = (undefined4 *)0x0;" (assignment_expression "local_98 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n if (*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)) goto LAB_0018fd11;\n local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18));\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) goto LAB_0018fd63;\n }" else (compound_statement "{\n if (*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)) goto LAB_0018fd11;\n local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18));\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) goto LAB_0018fd63;\n }" { (if_statement "if (*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)) goto LAB_0018fd11;" if (parenthesized_expression "(*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10))" ( (binary_expression "*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)" (pointer_expression "*(long *)(param_4 + 0x10)" * (cast_expression "(long *)(param_4 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x10)" ( (binary_expression "param_4 + 0x10" identifier + number_literal) )))) < (cast_expression "(long)(*(uint *)(param_1 + 0x26) + uVar10)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(*(uint *)(param_1 + 0x26) + uVar10)" ( (binary_expression "*(uint *)(param_1 + 0x26) + uVar10" (pointer_expression "*(uint *)(param_1 + 0x26)" * (cast_expression "(uint *)(param_1 + 0x26)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x26)" ( (binary_expression "param_1 + 0x26" identifier + number_literal) )))) + identifier) )))) )) (goto_statement "goto LAB_0018fd11;" goto statement_identifier ;)) (expression_statement "local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18));" (assignment_expression "local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18))" identifier = (cast_expression "(undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18))" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18))" ( (binary_expression "(ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18)" (binary_expression "(ulong)*(uint *)(param_1 + 0x26)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(param_1 + 0x26)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x26)" ( (binary_expression "param_1 + 0x26" identifier + number_literal) )))) + (pointer_expression "*(long *)(param_4 + 0x18)" * (cast_expression "(long *)(param_4 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x18)" ( (binary_expression "param_4 + 0x18" identifier + number_literal) ))))) )))) ;) (expression_statement "lVar8 = *(long *)(param_3 + 0x2d8);" (assignment_expression "lVar8 = *(long *)(param_3 + 0x2d8)" identifier = (pointer_expression "*(long *)(param_3 + 0x2d8)" * (cast_expression "(long *)(param_3 + 0x2d8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x2d8)" ( (binary_expression "param_3 + 0x2d8" identifier + number_literal) ))))) ;) (expression_statement "local_58 = *(long *)(param_3 + 0x2e8);" (assignment_expression "local_58 = *(long *)(param_3 + 0x2e8)" identifier = (pointer_expression "*(long *)(param_3 + 0x2e8)" * (cast_expression "(long *)(param_3 + 0x2e8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x2e8)" ( (binary_expression "param_3 + 0x2e8" identifier + number_literal) ))))) ;) (if_statement "if (iVar3 == 0) goto LAB_0018fd63;" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0018fd63;" goto statement_identifier ;)) }))) (expression_statement "local_88 = param_3 + 0x130;" (assignment_expression "local_88 = param_3 + 0x130" identifier = (binary_expression "param_3 + 0x130" identifier + number_literal)) ;) (expression_statement "local_a0 = param_3 + 0xa0;" (assignment_expression "local_a0 = param_3 + 0xa0" identifier = (binary_expression "param_3 + 0xa0" identifier + number_literal)) ;) (expression_statement "uVar11 = 0;" (assignment_expression "uVar11 = 0" identifier = number_literal) ;) (expression_statement "puVar13 = local_98;" (assignment_expression "puVar13 = local_98" identifier = identifier) ;) (expression_statement "puVar18 = local_68;" (assignment_expression "puVar18 = local_68" identifier = identifier) ;) (labeled_statement "LAB_0018fa9b:\n do {\n puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e]);\n uVar9 = puVar7[5] & 0xfffffff;\n if (uVar9 < 0xff00) {\nLAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }\n uVar9 = uVar6;\n if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }\n }\n else if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }\n puVar17 = puVar18 + 4;\n uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2));\n *puVar18 = uVar5;\n puVar18[1] = *puVar7;\n puVar18[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar18 + 0xd) = 0;\n *(short *)((long)puVar18 + 0xe) = (short)uVar9;\n *(byte *)(puVar18 + 3) = bVar1 >> 4;\n puVar18 = puVar17;\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar14 = puVar13 + 4;\n uVar11 = uVar11 + 1;\n uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));\n *puVar13 = uVar5;\n puVar13[1] = *puVar7;\n puVar13[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar13 + 0xd) = 0;\n *(short *)((long)puVar13 + 0xe) = (short)uVar9;\n *(byte *)(puVar13 + 3) = bVar1 >> 4;\n puVar13 = puVar14;\n if (*(uint *)(param_1 + 0x24) <= uVar11) break;\n goto LAB_0018fa9b;\n }\n uVar11 = uVar11 + 1;\n puVar14 = puVar13;\n } while (uVar11 < *(uint *)(param_1 + 0x24));" statement_identifier : (do_statement "do {\n puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e]);\n uVar9 = puVar7[5] & 0xfffffff;\n if (uVar9 < 0xff00) {\nLAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }\n uVar9 = uVar6;\n if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }\n }\n else if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }\n puVar17 = puVar18 + 4;\n uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2));\n *puVar18 = uVar5;\n puVar18[1] = *puVar7;\n puVar18[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar18 + 0xd) = 0;\n *(short *)((long)puVar18 + 0xe) = (short)uVar9;\n *(byte *)(puVar18 + 3) = bVar1 >> 4;\n puVar18 = puVar17;\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar14 = puVar13 + 4;\n uVar11 = uVar11 + 1;\n uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));\n *puVar13 = uVar5;\n puVar13[1] = *puVar7;\n puVar13[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar13 + 0xd) = 0;\n *(short *)((long)puVar13 + 0xe) = (short)uVar9;\n *(byte *)(puVar13 + 3) = bVar1 >> 4;\n puVar13 = puVar14;\n if (*(uint *)(param_1 + 0x24) <= uVar11) break;\n goto LAB_0018fa9b;\n }\n uVar11 = uVar11 + 1;\n puVar14 = puVar13;\n } while (uVar11 < *(uint *)(param_1 + 0x24));" do (compound_statement "{\n puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e]);\n uVar9 = puVar7[5] & 0xfffffff;\n if (uVar9 < 0xff00) {\nLAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }\n uVar9 = uVar6;\n if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }\n }\n else if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }\n puVar17 = puVar18 + 4;\n uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2));\n *puVar18 = uVar5;\n puVar18[1] = *puVar7;\n puVar18[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar18 + 0xd) = 0;\n *(short *)((long)puVar18 + 0xe) = (short)uVar9;\n *(byte *)(puVar18 + 3) = bVar1 >> 4;\n puVar18 = puVar17;\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar14 = puVar13 + 4;\n uVar11 = uVar11 + 1;\n uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));\n *puVar13 = uVar5;\n puVar13[1] = *puVar7;\n puVar13[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar13 + 0xd) = 0;\n *(short *)((long)puVar13 + 0xe) = (short)uVar9;\n *(byte *)(puVar13 + 3) = bVar1 >> 4;\n puVar13 = puVar14;\n if (*(uint *)(param_1 + 0x24) <= uVar11) break;\n goto LAB_0018fa9b;\n }\n uVar11 = uVar11 + 1;\n puVar14 = puVar13;\n }" { (expression_statement "puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e]);" (assignment_expression "puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e])" identifier = (cast_expression "(undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e])" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)uVar11 * 0x20 + param_1[0x2e])" ( (binary_expression "(ulong)uVar11 * 0x20 + param_1[0x2e]" (binary_expression "(ulong)uVar11 * 0x20" (cast_expression "(ulong)uVar11" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal) + (subscript_expression "param_1[0x2e]" identifier [ number_literal ])) )))) ;) (expression_statement "uVar9 = puVar7[5] & 0xfffffff;" (assignment_expression "uVar9 = puVar7[5] & 0xfffffff" identifier = (binary_expression "puVar7[5] & 0xfffffff" (subscript_expression "puVar7[5]" identifier [ number_literal ]) & number_literal)) ;) (if_statement "if (uVar9 < 0xff00) {\nLAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }\n uVar9 = uVar6;\n if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }\n }\n else if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }" if (parenthesized_expression "(uVar9 < 0xff00)" ( (binary_expression "uVar9 < 0xff00" identifier < number_literal) )) (compound_statement "{\nLAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }\n uVar9 = uVar6;\n if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }\n }" { (labeled_statement "LAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);" statement_identifier : (expression_statement "plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);" (assignment_expression "plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8)" identifier = (pointer_expression "*(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8)" * (cast_expression "(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8)" ( (binary_expression "*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8" (pointer_expression "*(long *)(param_1[0x1f] + 0x90)" * (cast_expression "(long *)(param_1[0x1f] + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[0x1f] + 0x90)" ( (binary_expression "param_1[0x1f] + 0x90" (subscript_expression "param_1[0x1f]" identifier [ number_literal ]) + number_literal) )))) + (binary_expression "(ulong)uVar9 * 8" (cast_expression "(ulong)uVar9" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) ))))) ;)) (expression_statement "pcVar2 = *(code **)(*plVar12 + 0x58);" (assignment_expression "pcVar2 = *(code **)(*plVar12 + 0x58)" identifier = (pointer_expression "*(code **)(*plVar12 + 0x58)" * (cast_expression "(code **)(*plVar12 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar12 + 0x58)" ( (binary_expression "*plVar12 + 0x58" (pointer_expression "*plVar12" * identifier) + number_literal) ))))) ;) (if_statement "if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }" if (parenthesized_expression "(pcVar2 == FUN_001869e0)" ( (binary_expression "pcVar2 == FUN_001869e0" identifier == identifier) )) (compound_statement "{\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }" { (expression_statement "uVar6 = *(uint *)((long)plVar12 + 0x7c);" (assignment_expression "uVar6 = *(uint *)((long)plVar12 + 0x7c)" identifier = (pointer_expression "*(uint *)((long)plVar12 + 0x7c)" * (cast_expression "(uint *)((long)plVar12 + 0x7c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar12 + 0x7c)" ( (binary_expression "(long)plVar12 + 0x7c" (cast_expression "(long)plVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (if_statement "if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }" if (parenthesized_expression "(uVar6 == 0xffffffff)" ( (binary_expression "uVar6 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\nLAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }" { (labeled_statement "LAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");" statement_identifier : (expression_statement "FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");" (call_expression "FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx")" identifier (argument_list "("../../gold/output.h",0x1043,"do_out_shndx")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_out_shndx"" " string_content ") ))) ;)) })) }) (else_clause "else {\n uVar6 = (*pcVar2)();\n }" else (compound_statement "{\n uVar6 = (*pcVar2)();\n }" { (expression_statement "uVar6 = (*pcVar2)();" (assignment_expression "uVar6 = (*pcVar2)()" identifier = (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( )))) ;) }))) (expression_statement "uVar9 = uVar6;" (assignment_expression "uVar9 = uVar6" identifier = identifier) ;) (if_statement "if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }" if (parenthesized_expression "(0xfeff < uVar6)" ( (binary_expression "0xfeff < uVar6" number_literal < identifier) )) (compound_statement "{\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }" { (expression_statement "uVar9 = 0xffffffff;" (assignment_expression "uVar9 = 0xffffffff" identifier = number_literal) ;) (expression_statement "local_40 = (int)param_1[0x25] + uVar11;" (assignment_expression "local_40 = (int)param_1[0x25] + uVar11" identifier = (binary_expression "(int)param_1[0x25] + uVar11" (cast_expression "(int)param_1[0x25]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[0x25]" identifier [ number_literal ])) + identifier)) ;) (expression_statement "local_3c = uVar6;" (assignment_expression "local_3c = uVar6" identifier = identifier) ;) (expression_statement "FUN_0018f7c0(lVar8 + 0x38,&local_40);" (call_expression "FUN_0018f7c0(lVar8 + 0x38,&local_40)" identifier (argument_list "(lVar8 + 0x38,&local_40)" ( (binary_expression "lVar8 + 0x38" identifier + number_literal) , (pointer_expression "&local_40" & identifier) ))) ;) (if_statement "if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }" if (parenthesized_expression "(*(char *)((long)puVar7 + 0x1b) < '\0')" ( (binary_expression "*(char *)((long)puVar7 + 0x1b) < '\0'" (pointer_expression "*(char *)((long)puVar7 + 0x1b)" * (cast_expression "(char *)((long)puVar7 + 0x1b)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar7 + 0x1b)" ( (binary_expression "(long)puVar7 + 0x1b" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) < (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }" { (expression_statement "local_40 = puVar7[6] & 0x7fffffff;" (assignment_expression "local_40 = puVar7[6] & 0x7fffffff" identifier = (binary_expression "puVar7[6] & 0x7fffffff" (subscript_expression "puVar7[6]" identifier [ number_literal ]) & number_literal)) ;) (expression_statement "local_3c = uVar6;" (assignment_expression "local_3c = uVar6" identifier = identifier) ;) (expression_statement "FUN_0018f7c0(local_58 + 0x38,&local_40);" (call_expression "FUN_0018f7c0(local_58 + 0x38,&local_40)" identifier (argument_list "(local_58 + 0x38,&local_40)" ( (binary_expression "local_58 + 0x38" identifier + number_literal) , (pointer_expression "&local_40" & identifier) ))) ;) })) })) }) (else_clause "else if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }" else (if_statement "if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }" if (parenthesized_expression "(uVar9 == 0xffff)" ( (binary_expression "uVar9 == 0xffff" identifier == number_literal) )) (compound_statement "{\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }" { (expression_statement "lVar16 = param_1[8];" (assignment_expression "lVar16 = param_1[8]" identifier = (subscript_expression "param_1[8]" identifier [ number_literal ])) ;) (if_statement "if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }" if (parenthesized_expression "(lVar16 == 0)" ( (binary_expression "lVar16 == 0" identifier == number_literal) )) (compound_statement "{\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }" { (expression_statement "lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);" (assignment_expression "lVar16 = (**(code **)(*param_1 + 0xd8))(param_1)" identifier = (call_expression "(**(code **)(*param_1 + 0xd8))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0xd8))" ( (pointer_expression "**(code **)(*param_1 + 0xd8)" * (pointer_expression "*(code **)(*param_1 + 0xd8)" * (cast_expression "(code **)(*param_1 + 0xd8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0xd8)" ( (binary_expression "*param_1 + 0xd8" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "param_1[8] = lVar16;" (assignment_expression "param_1[8] = lVar16" (subscript_expression "param_1[8]" identifier [ number_literal ]) = identifier) ;) })) (expression_statement "uVar9 = FUN_001bd230(lVar16,param_1,uVar11);" (assignment_expression "uVar9 = FUN_001bd230(lVar16,param_1,uVar11)" identifier = (call_expression "FUN_001bd230(lVar16,param_1,uVar11)" identifier (argument_list "(lVar16,param_1,uVar11)" ( identifier , identifier , identifier )))) ;) (goto_statement "goto LAB_0018fac2;" goto statement_identifier ;) })))) (expression_statement "puVar17 = puVar18 + 4;" (assignment_expression "puVar17 = puVar18 + 4" identifier = (binary_expression "puVar18 + 4" identifier + number_literal)) ;) (expression_statement "uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2));" (assignment_expression "uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2))" identifier = (call_expression "FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2))" identifier (argument_list "(local_a0,*(undefined8 *)(puVar7 + 2))" ( identifier , (pointer_expression "*(undefined8 *)(puVar7 + 2)" * (cast_expression "(undefined8 *)(puVar7 + 2)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar7 + 2)" ( (binary_expression "puVar7 + 2" identifier + number_literal) )))) )))) ;) (expression_statement "*puVar18 = uVar5;" (assignment_expression "*puVar18 = uVar5" (pointer_expression "*puVar18" * identifier) = identifier) ;) (expression_statement "puVar18[1] = *puVar7;" (assignment_expression "puVar18[1] = *puVar7" (subscript_expression "puVar18[1]" identifier [ number_literal ]) = (pointer_expression "*puVar7" * identifier)) ;) (expression_statement "puVar18[2] = puVar7[4];" (assignment_expression "puVar18[2] = puVar7[4]" (subscript_expression "puVar18[2]" identifier [ number_literal ]) = (subscript_expression "puVar7[4]" identifier [ number_literal ])) ;) (expression_statement "bVar1 = *(byte *)((long)puVar7 + 0x17);" (assignment_expression "bVar1 = *(byte *)((long)puVar7 + 0x17)" identifier = (pointer_expression "*(byte *)((long)puVar7 + 0x17)" * (cast_expression "(byte *)((long)puVar7 + 0x17)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar7 + 0x17)" ( (binary_expression "(long)puVar7 + 0x17" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "*(undefined1 *)((long)puVar18 + 0xd) = 0;" (assignment_expression "*(undefined1 *)((long)puVar18 + 0xd) = 0" (pointer_expression "*(undefined1 *)((long)puVar18 + 0xd)" * (cast_expression "(undefined1 *)((long)puVar18 + 0xd)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar18 + 0xd)" ( (binary_expression "(long)puVar18 + 0xd" (cast_expression "(long)puVar18" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(short *)((long)puVar18 + 0xe) = (short)uVar9;" (assignment_expression "*(short *)((long)puVar18 + 0xe) = (short)uVar9" (pointer_expression "*(short *)((long)puVar18 + 0xe)" * (cast_expression "(short *)((long)puVar18 + 0xe)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar18 + 0xe)" ( (binary_expression "(long)puVar18 + 0xe" (cast_expression "(long)puVar18" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (cast_expression "(short)uVar9" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier)) ;) (expression_statement "*(byte *)(puVar18 + 3) = bVar1 >> 4;" (assignment_expression "*(byte *)(puVar18 + 3) = bVar1 >> 4" (pointer_expression "*(byte *)(puVar18 + 3)" * (cast_expression "(byte *)(puVar18 + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar18 + 3)" ( (binary_expression "puVar18 + 3" identifier + number_literal) )))) = (binary_expression "bVar1 >> 4" identifier >> number_literal)) ;) (expression_statement "puVar18 = puVar17;" (assignment_expression "puVar18 = puVar17" identifier = identifier) ;) (if_statement "if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar14 = puVar13 + 4;\n uVar11 = uVar11 + 1;\n uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));\n *puVar13 = uVar5;\n puVar13[1] = *puVar7;\n puVar13[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar13 + 0xd) = 0;\n *(short *)((long)puVar13 + 0xe) = (short)uVar9;\n *(byte *)(puVar13 + 3) = bVar1 >> 4;\n puVar13 = puVar14;\n if (*(uint *)(param_1 + 0x24) <= uVar11) break;\n goto LAB_0018fa9b;\n }" if (parenthesized_expression "(*(char *)((long)puVar7 + 0x1b) < '\0')" ( (binary_expression "*(char *)((long)puVar7 + 0x1b) < '\0'" (pointer_expression "*(char *)((long)puVar7 + 0x1b)" * (cast_expression "(char *)((long)puVar7 + 0x1b)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar7 + 0x1b)" ( (binary_expression "(long)puVar7 + 0x1b" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) < (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar14 = puVar13 + 4;\n uVar11 = uVar11 + 1;\n uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));\n *puVar13 = uVar5;\n puVar13[1] = *puVar7;\n puVar13[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar13 + 0xd) = 0;\n *(short *)((long)puVar13 + 0xe) = (short)uVar9;\n *(byte *)(puVar13 + 3) = bVar1 >> 4;\n puVar13 = puVar14;\n if (*(uint *)(param_1 + 0x24) <= uVar11) break;\n goto LAB_0018fa9b;\n }" { (if_statement "if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }" if (parenthesized_expression "((undefined4 *)((long)local_98 + uVar10) <= puVar13)" ( (binary_expression "(undefined4 *)((long)local_98 + uVar10) <= puVar13" (cast_expression "(undefined4 *)((long)local_98 + uVar10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)local_98 + uVar10)" ( (binary_expression "(long)local_98 + uVar10" (cast_expression "(long)local_98" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) ))) <= identifier) )) (compound_statement "{\n \n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }" { (expression_statement "FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate")" identifier (argument_list "("../../gold/incremental.cc",0xa53,"do_relocate")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_relocate"" " string_content ") ))) ;) })) (expression_statement "puVar14 = puVar13 + 4;" (assignment_expression "puVar14 = puVar13 + 4" identifier = (binary_expression "puVar13 + 4" identifier + number_literal)) ;) (expression_statement "uVar11 = uVar11 + 1;" (assignment_expression "uVar11 = uVar11 + 1" identifier = (binary_expression "uVar11 + 1" identifier + number_literal)) ;) (expression_statement "uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));" (assignment_expression "uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2))" identifier = (call_expression "FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2))" identifier (argument_list "(local_88,*(undefined8 *)(puVar7 + 2))" ( identifier , (pointer_expression "*(undefined8 *)(puVar7 + 2)" * (cast_expression "(undefined8 *)(puVar7 + 2)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar7 + 2)" ( (binary_expression "puVar7 + 2" identifier + number_literal) )))) )))) ;) (expression_statement "*puVar13 = uVar5;" (assignment_expression "*puVar13 = uVar5" (pointer_expression "*puVar13" * identifier) = identifier) ;) (expression_statement "puVar13[1] = *puVar7;" (assignment_expression "puVar13[1] = *puVar7" (subscript_expression "puVar13[1]" identifier [ number_literal ]) = (pointer_expression "*puVar7" * identifier)) ;) (expression_statement "puVar13[2] = puVar7[4];" (assignment_expression "puVar13[2] = puVar7[4]" (subscript_expression "puVar13[2]" identifier [ number_literal ]) = (subscript_expression "puVar7[4]" identifier [ number_literal ])) ;) (expression_statement "bVar1 = *(byte *)((long)puVar7 + 0x17);" (assignment_expression "bVar1 = *(byte *)((long)puVar7 + 0x17)" identifier = (pointer_expression "*(byte *)((long)puVar7 + 0x17)" * (cast_expression "(byte *)((long)puVar7 + 0x17)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar7 + 0x17)" ( (binary_expression "(long)puVar7 + 0x17" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "*(undefined1 *)((long)puVar13 + 0xd) = 0;" (assignment_expression "*(undefined1 *)((long)puVar13 + 0xd) = 0" (pointer_expression "*(undefined1 *)((long)puVar13 + 0xd)" * (cast_expression "(undefined1 *)((long)puVar13 + 0xd)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar13 + 0xd)" ( (binary_expression "(long)puVar13 + 0xd" (cast_expression "(long)puVar13" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(short *)((long)puVar13 + 0xe) = (short)uVar9;" (assignment_expression "*(short *)((long)puVar13 + 0xe) = (short)uVar9" (pointer_expression "*(short *)((long)puVar13 + 0xe)" * (cast_expression "(short *)((long)puVar13 + 0xe)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar13 + 0xe)" ( (binary_expression "(long)puVar13 + 0xe" (cast_expression "(long)puVar13" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (cast_expression "(short)uVar9" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier)) ;) (expression_statement "*(byte *)(puVar13 + 3) = bVar1 >> 4;" (assignment_expression "*(byte *)(puVar13 + 3) = bVar1 >> 4" (pointer_expression "*(byte *)(puVar13 + 3)" * (cast_expression "(byte *)(puVar13 + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar13 + 3)" ( (binary_expression "puVar13 + 3" identifier + number_literal) )))) = (binary_expression "bVar1 >> 4" identifier >> number_literal)) ;) (expression_statement "puVar13 = puVar14;" (assignment_expression "puVar13 = puVar14" identifier = identifier) ;) (if_statement "if (*(uint *)(param_1 + 0x24) <= uVar11) break;" if (parenthesized_expression "(*(uint *)(param_1 + 0x24) <= uVar11)" ( (binary_expression "*(uint *)(param_1 + 0x24) <= uVar11" (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) )))) <= identifier) )) (break_statement "break;" break ;)) (goto_statement "goto LAB_0018fa9b;" goto statement_identifier ;) })) (expression_statement "uVar11 = uVar11 + 1;" (assignment_expression "uVar11 = uVar11 + 1" identifier = (binary_expression "uVar11 + 1" identifier + number_literal)) ;) (expression_statement "puVar14 = puVar13;" (assignment_expression "puVar14 = puVar13" identifier = identifier) ;) }) while (parenthesized_expression "(uVar11 < *(uint *)(param_1 + 0x24))" ( (binary_expression "uVar11 < *(uint *)(param_1 + 0x24)" identifier < (pointer_expression "*(uint *)(param_1 + 0x24)" * (cast_expression "(uint *)(param_1 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) ))))) )) ;)) (if_statement "if ((uVar15 != 0) && ((long)puVar17 - (long)local_68 != (ulong)uVar15)) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa62,"do_relocate");\n }" if (parenthesized_expression "((uVar15 != 0) && ((long)puVar17 - (long)local_68 != (ulong)uVar15))" ( (binary_expression "(uVar15 != 0) && ((long)puVar17 - (long)local_68 != (ulong)uVar15)" (parenthesized_expression "(uVar15 != 0)" ( (binary_expression "uVar15 != 0" identifier != number_literal) )) && (parenthesized_expression "((long)puVar17 - (long)local_68 != (ulong)uVar15)" ( (binary_expression "(long)puVar17 - (long)local_68 != (ulong)uVar15" (binary_expression "(long)puVar17 - (long)local_68" (cast_expression "(long)puVar17" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)local_68" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) != (cast_expression "(ulong)uVar15" ( (type_descriptor "ulong" type_identifier) ) identifier)) ))) )) (compound_statement "{\n \n FUN_0017c650("../../gold/incremental.cc",0xa62,"do_relocate");\n }" { (expression_statement "FUN_0017c650("../../gold/incremental.cc",0xa62,"do_relocate");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0xa62,"do_relocate")" identifier (argument_list "("../../gold/incremental.cc",0xa62,"do_relocate")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_relocate"" " string_content ") ))) ;) })) (if_statement "if ((uVar4 == 0) || ((long)puVar14 - (long)local_98 == uVar10)) {\n return;\n }" if (parenthesized_expression "((uVar4 == 0) || ((long)puVar14 - (long)local_98 == uVar10))" ( (binary_expression "(uVar4 == 0) || ((long)puVar14 - (long)local_98 == uVar10)" (parenthesized_expression "(uVar4 == 0)" ( (binary_expression "uVar4 == 0" identifier == number_literal) )) || (parenthesized_expression "((long)puVar14 - (long)local_98 == uVar10)" ( (binary_expression "(long)puVar14 - (long)local_98 == uVar10" (binary_expression "(long)puVar14 - (long)local_98" (cast_expression "(long)puVar14" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)local_98" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) == identifier) ))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (labeled_statement "LAB_0018fd63:\n \n FUN_0017c650("../../gold/incremental.cc",0xa69,"do_relocate");" statement_identifier : (expression_statement "FUN_0017c650("../../gold/incremental.cc",0xa69,"do_relocate");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0xa69,"do_relocate")" identifier (argument_list "("../../gold/incremental.cc",0xa69,"do_relocate")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_relocate"" " string_content ") ))) ;)) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (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 (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) == LIT) )) (compound_statement { (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < LIT) )) || (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) < (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + IDENT)) ))) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( ))) ;)) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (assignment_expression IDENT = (call_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( IDENT ))) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) << LIT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) , (call_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( IDENT ))) (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) << LIT) ))) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) + (binary_expression (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) * LIT)) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( )))) ;) }))) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (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 (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) <= IDENT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (binary_expression IDENT * LIT) + IDENT) + IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) + (binary_expression (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) * LIT)) ))))) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (subscript_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 = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) }) (else_clause else (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 (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < LIT) )) || (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) < (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )))) ))) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )))) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) << LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) < (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + IDENT) )))) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (labeled_statement statement_identifier : (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT) + (subscript_expression IDENT [ LIT ])) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (subscript_expression IDENT [ LIT ]) & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) ))))) ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( )))) ;) }))) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) + IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (pointer_expression & IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) < (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (subscript_expression IDENT [ LIT ]) & LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (pointer_expression & IDENT) ))) ;) })) })) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT )))) ;) (goto_statement goto statement_identifier ;) })))) (expression_statement (assignment_expression IDENT = (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) )))) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier short) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = (cast_expression ( (type_descriptor (sized_type_specifier short)) ) IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT >> LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) < (char_literal ' escape_sequence ')) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) ))) <= IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (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 (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier short) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = (cast_expression ( (type_descriptor (sized_type_specifier short)) ) IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT >> LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) <= IDENT) )) (break_statement break ;)) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) != (cast_expression ( (type_descriptor TYPE) ) IDENT)) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) == IDENT) ))) )) (compound_statement { (return_statement return ;) })) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })))
|
(function_definition "void FUN_0018f7f0(long *param_1,undefined8 param_2,long param_3,long param_4)\n\n{\n byte bVar1;\n code *pcVar2;\n int iVar3;\n uint uVar4;\n undefined4 uVar5;\n uint uVar6;\n undefined4 *puVar7;\n long lVar8;\n uint uVar9;\n ulong uVar10;\n uint uVar11;\n long *plVar12;\n void *__dest;\n undefined4 *puVar13;\n undefined4 *puVar14;\n uint uVar15;\n long lVar16;\n undefined4 *puVar17;\n undefined4 *puVar18;\n long local_a0;\n undefined4 *local_98;\n long local_88;\n undefined4 *local_68;\n long local_58;\n uint local_40;\n uint local_3c;\n \n if (*(int *)((long)param_1 + 0x15c) == 0) {\n return;\n }\n if (*(long *)(param_3 + 0x378) == 0) {\nLAB_0018fd1b:\n \n FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate");\n }\n lVar8 = *(long *)(*(long *)(param_3 + 0x378) + 0x68);\n if ((*(byte *)(lVar8 + 0x20) & 4) == 0) {\nLAB_0018fd7b:\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n lVar16 = *(long *)(lVar8 + 0x18);\n if ((*(byte *)(lVar8 + 0x20) & 2) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n if ((lVar16 < 0) || (*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16)) {\nLAB_0018fd11:\n \n FUN_00182e30();\n }\n lVar16 = lVar16 + *(long *)(param_4 + 0x18);\n uVar10 = (ulong)(uint)((int)param_1[0x2c] << 4);\n __dest = (void *)(lVar16 + uVar10);\n memcpy(__dest,(void *)param_1[0x2d],(ulong)(uint)(*(int *)((long)param_1 + 0x15c) << 4));\n if (*(int *)((long)param_1 + 0x15c) != 0) {\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8);\n if (plVar12 != (long *)0x0) {\n uVar15 = 0;\n do {\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n } while (plVar12 != (long *)0x0);\n }\n \n FUN_0017c650("../../gold/incremental.cc",0xa12,"do_relocate");\n }\nLAB_0018f930:\n lVar8 = *(long *)(param_3 + 0x2d0);\n if (lVar8 == 0) {\n FUN_00182e10();\n goto LAB_0018fd1b;\n }\n if ((*(byte *)(lVar8 + 0x20) & 4) == 0) goto LAB_0018fd7b;\n iVar3 = (int)param_1[0x24];\n uVar15 = iVar3 << 4;\n if (uVar15 == 0) {\n local_68 = (undefined4 *)0x0;\n }\n else {\n lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18);\n if ((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))\n goto LAB_0018fd11;\n local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18));\n }\n uVar4 = *(int *)((long)param_1 + 0x124) << 4;\n uVar10 = (ulong)uVar4;\n if (uVar4 == 0) {\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) {\n return;\n }\n local_98 = (undefined4 *)0x0;\n }\n else {\n if (*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)) goto LAB_0018fd11;\n local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18));\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) goto LAB_0018fd63;\n }\n local_88 = param_3 + 0x130;\n local_a0 = param_3 + 0xa0;\n uVar11 = 0;\n puVar13 = local_98;\n puVar18 = local_68;\nLAB_0018fa9b:\n do {\n puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e]);\n uVar9 = puVar7[5] & 0xfffffff;\n if (uVar9 < 0xff00) {\nLAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }\n uVar9 = uVar6;\n if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }\n }\n else if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }\n puVar17 = puVar18 + 4;\n uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2));\n *puVar18 = uVar5;\n puVar18[1] = *puVar7;\n puVar18[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar18 + 0xd) = 0;\n *(short *)((long)puVar18 + 0xe) = (short)uVar9;\n *(byte *)(puVar18 + 3) = bVar1 >> 4;\n puVar18 = puVar17;\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar14 = puVar13 + 4;\n uVar11 = uVar11 + 1;\n uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));\n *puVar13 = uVar5;\n puVar13[1] = *puVar7;\n puVar13[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar13 + 0xd) = 0;\n *(short *)((long)puVar13 + 0xe) = (short)uVar9;\n *(byte *)(puVar13 + 3) = bVar1 >> 4;\n puVar13 = puVar14;\n if (*(uint *)(param_1 + 0x24) <= uVar11) break;\n goto LAB_0018fa9b;\n }\n uVar11 = uVar11 + 1;\n puVar14 = puVar13;\n } while (uVar11 < *(uint *)(param_1 + 0x24));\n if ((uVar15 != 0) && ((long)puVar17 - (long)local_68 != (ulong)uVar15)) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa62,"do_relocate");\n }\n if ((uVar4 == 0) || ((long)puVar14 - (long)local_98 == uVar10)) {\n return;\n }\nLAB_0018fd63:\n \n FUN_0017c650("../../gold/incremental.cc",0xa69,"do_relocate");\n}" (primitive_type "void") (function_declarator "FUN_0018f7f0(long *param_1,undefined8 param_2,long param_3,long param_4)" (identifier "FUN_0018f7f0") (parameter_list "(long *param_1,undefined8 param_2,long param_3,long param_4)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) (, ",") (parameter_declaration "long param_4" (sized_type_specifier "long" (long "long")) (identifier "param_4")) () ")"))) (compound_statement "{\n byte bVar1;\n code *pcVar2;\n int iVar3;\n uint uVar4;\n undefined4 uVar5;\n uint uVar6;\n undefined4 *puVar7;\n long lVar8;\n uint uVar9;\n ulong uVar10;\n uint uVar11;\n long *plVar12;\n void *__dest;\n undefined4 *puVar13;\n undefined4 *puVar14;\n uint uVar15;\n long lVar16;\n undefined4 *puVar17;\n undefined4 *puVar18;\n long local_a0;\n undefined4 *local_98;\n long local_88;\n undefined4 *local_68;\n long local_58;\n uint local_40;\n uint local_3c;\n \n if (*(int *)((long)param_1 + 0x15c) == 0) {\n return;\n }\n if (*(long *)(param_3 + 0x378) == 0) {\nLAB_0018fd1b:\n \n FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate");\n }\n lVar8 = *(long *)(*(long *)(param_3 + 0x378) + 0x68);\n if ((*(byte *)(lVar8 + 0x20) & 4) == 0) {\nLAB_0018fd7b:\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n lVar16 = *(long *)(lVar8 + 0x18);\n if ((*(byte *)(lVar8 + 0x20) & 2) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n if ((lVar16 < 0) || (*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16)) {\nLAB_0018fd11:\n \n FUN_00182e30();\n }\n lVar16 = lVar16 + *(long *)(param_4 + 0x18);\n uVar10 = (ulong)(uint)((int)param_1[0x2c] << 4);\n __dest = (void *)(lVar16 + uVar10);\n memcpy(__dest,(void *)param_1[0x2d],(ulong)(uint)(*(int *)((long)param_1 + 0x15c) << 4));\n if (*(int *)((long)param_1 + 0x15c) != 0) {\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8);\n if (plVar12 != (long *)0x0) {\n uVar15 = 0;\n do {\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n } while (plVar12 != (long *)0x0);\n }\n \n FUN_0017c650("../../gold/incremental.cc",0xa12,"do_relocate");\n }\nLAB_0018f930:\n lVar8 = *(long *)(param_3 + 0x2d0);\n if (lVar8 == 0) {\n FUN_00182e10();\n goto LAB_0018fd1b;\n }\n if ((*(byte *)(lVar8 + 0x20) & 4) == 0) goto LAB_0018fd7b;\n iVar3 = (int)param_1[0x24];\n uVar15 = iVar3 << 4;\n if (uVar15 == 0) {\n local_68 = (undefined4 *)0x0;\n }\n else {\n lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18);\n if ((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))\n goto LAB_0018fd11;\n local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18));\n }\n uVar4 = *(int *)((long)param_1 + 0x124) << 4;\n uVar10 = (ulong)uVar4;\n if (uVar4 == 0) {\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) {\n return;\n }\n local_98 = (undefined4 *)0x0;\n }\n else {\n if (*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)) goto LAB_0018fd11;\n local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18));\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) goto LAB_0018fd63;\n }\n local_88 = param_3 + 0x130;\n local_a0 = param_3 + 0xa0;\n uVar11 = 0;\n puVar13 = local_98;\n puVar18 = local_68;\nLAB_0018fa9b:\n do {\n puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e]);\n uVar9 = puVar7[5] & 0xfffffff;\n if (uVar9 < 0xff00) {\nLAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }\n uVar9 = uVar6;\n if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }\n }\n else if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }\n puVar17 = puVar18 + 4;\n uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2));\n *puVar18 = uVar5;\n puVar18[1] = *puVar7;\n puVar18[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar18 + 0xd) = 0;\n *(short *)((long)puVar18 + 0xe) = (short)uVar9;\n *(byte *)(puVar18 + 3) = bVar1 >> 4;\n puVar18 = puVar17;\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar14 = puVar13 + 4;\n uVar11 = uVar11 + 1;\n uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));\n *puVar13 = uVar5;\n puVar13[1] = *puVar7;\n puVar13[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar13 + 0xd) = 0;\n *(short *)((long)puVar13 + 0xe) = (short)uVar9;\n *(byte *)(puVar13 + 3) = bVar1 >> 4;\n puVar13 = puVar14;\n if (*(uint *)(param_1 + 0x24) <= uVar11) break;\n goto LAB_0018fa9b;\n }\n uVar11 = uVar11 + 1;\n puVar14 = puVar13;\n } while (uVar11 < *(uint *)(param_1 + 0x24));\n if ((uVar15 != 0) && ((long)puVar17 - (long)local_68 != (ulong)uVar15)) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa62,"do_relocate");\n }\n if ((uVar4 == 0) || ((long)puVar14 - (long)local_98 == uVar10)) {\n return;\n }\nLAB_0018fd63:\n \n FUN_0017c650("../../gold/incremental.cc",0xa69,"do_relocate");\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (declaration "code *pcVar2;" (type_identifier "code") (pointer_declarator "*pcVar2" (* "*") (identifier "pcVar2")) (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "uint uVar4;" (type_identifier "uint") (identifier "uVar4") (; ";")) (declaration "undefined4 uVar5;" (type_identifier "undefined4") (identifier "uVar5") (; ";")) (declaration "uint uVar6;" (type_identifier "uint") (identifier "uVar6") (; ";")) (declaration "undefined4 *puVar7;" (type_identifier "undefined4") (pointer_declarator "*puVar7" (* "*") (identifier "puVar7")) (; ";")) (declaration "long lVar8;" (sized_type_specifier "long" (long "long")) (identifier "lVar8") (; ";")) (declaration "uint uVar9;" (type_identifier "uint") (identifier "uVar9") (; ";")) (declaration "ulong uVar10;" (type_identifier "ulong") (identifier "uVar10") (; ";")) (declaration "uint uVar11;" (type_identifier "uint") (identifier "uVar11") (; ";")) (declaration "long *plVar12;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar12" (* "*") (identifier "plVar12")) (; ";")) (declaration "void *__dest;" (primitive_type "void") (pointer_declarator "*__dest" (* "*") (identifier "__dest")) (; ";")) (declaration "undefined4 *puVar13;" (type_identifier "undefined4") (pointer_declarator "*puVar13" (* "*") (identifier "puVar13")) (; ";")) (declaration "undefined4 *puVar14;" (type_identifier "undefined4") (pointer_declarator "*puVar14" (* "*") (identifier "puVar14")) (; ";")) (declaration "uint uVar15;" (type_identifier "uint") (identifier "uVar15") (; ";")) (declaration "long lVar16;" (sized_type_specifier "long" (long "long")) (identifier "lVar16") (; ";")) (declaration "undefined4 *puVar17;" (type_identifier "undefined4") (pointer_declarator "*puVar17" (* "*") (identifier "puVar17")) (; ";")) (declaration "undefined4 *puVar18;" (type_identifier "undefined4") (pointer_declarator "*puVar18" (* "*") (identifier "puVar18")) (; ";")) (declaration "long local_a0;" (sized_type_specifier "long" (long "long")) (identifier "local_a0") (; ";")) (declaration "undefined4 *local_98;" (type_identifier "undefined4") (pointer_declarator "*local_98" (* "*") (identifier "local_98")) (; ";")) (declaration "long local_88;" (sized_type_specifier "long" (long "long")) (identifier "local_88") (; ";")) (declaration "undefined4 *local_68;" (type_identifier "undefined4") (pointer_declarator "*local_68" (* "*") (identifier "local_68")) (; ";")) (declaration "long local_58;" (sized_type_specifier "long" (long "long")) (identifier "local_58") (; ";")) (declaration "uint local_40;" (type_identifier "uint") (identifier "local_40") (; ";")) (declaration "uint local_3c;" (type_identifier "uint") (identifier "local_3c") (; ";")) (if_statement "if (*(int *)((long)param_1 + 0x15c) == 0) {\n return;\n }" (if "if") (parenthesized_expression "(*(int *)((long)param_1 + 0x15c) == 0)" (( "(") (binary_expression "*(int *)((long)param_1 + 0x15c) == 0" (pointer_expression "*(int *)((long)param_1 + 0x15c)" (* "*") (cast_expression "(int *)((long)param_1 + 0x15c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x15c)" (( "(") (binary_expression "(long)param_1 + 0x15c" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x15c")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (*(long *)(param_3 + 0x378) == 0) {\nLAB_0018fd1b:\n \n FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate");\n }" (if "if") (parenthesized_expression "(*(long *)(param_3 + 0x378) == 0)" (( "(") (binary_expression "*(long *)(param_3 + 0x378) == 0" (pointer_expression "*(long *)(param_3 + 0x378)" (* "*") (cast_expression "(long *)(param_3 + 0x378)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x378)" (( "(") (binary_expression "param_3 + 0x378" (identifier "param_3") (+ "+") (number_literal "0x378")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_0018fd1b:\n \n FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate");\n }" ({ "{") (labeled_statement "LAB_0018fd1b:\n \n FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate");" (statement_identifier "LAB_0018fd1b") (: ":") (expression_statement "FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate")" (identifier "FUN_0017c650") (argument_list "("../../gold/incremental.cc",0xa01,"do_relocate")" (( "(") (string_literal ""../../gold/incremental.cc"" (" """) (string_content "../../gold/incremental.cc") (" """)) (, ",") (number_literal "0xa01") (, ",") (string_literal ""do_relocate"" (" """) (string_content "do_relocate") (" """)) () ")"))) (; ";"))) (} "}"))) (expression_statement "lVar8 = *(long *)(*(long *)(param_3 + 0x378) + 0x68);" (assignment_expression "lVar8 = *(long *)(*(long *)(param_3 + 0x378) + 0x68)" (identifier "lVar8") (= "=") (pointer_expression "*(long *)(*(long *)(param_3 + 0x378) + 0x68)" (* "*") (cast_expression "(long *)(*(long *)(param_3 + 0x378) + 0x68)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_3 + 0x378) + 0x68)" (( "(") (binary_expression "*(long *)(param_3 + 0x378) + 0x68" (pointer_expression "*(long *)(param_3 + 0x378)" (* "*") (cast_expression "(long *)(param_3 + 0x378)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x378)" (( "(") (binary_expression "param_3 + 0x378" (identifier "param_3") (+ "+") (number_literal "0x378")) () ")")))) (+ "+") (number_literal "0x68")) () ")"))))) (; ";")) (if_statement "if ((*(byte *)(lVar8 + 0x20) & 4) == 0) {\nLAB_0018fd7b:\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }" (if "if") (parenthesized_expression "((*(byte *)(lVar8 + 0x20) & 4) == 0)" (( "(") (binary_expression "(*(byte *)(lVar8 + 0x20) & 4) == 0" (parenthesized_expression "(*(byte *)(lVar8 + 0x20) & 4)" (( "(") (binary_expression "*(byte *)(lVar8 + 0x20) & 4" (pointer_expression "*(byte *)(lVar8 + 0x20)" (* "*") (cast_expression "(byte *)(lVar8 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar8 + 0x20)" (( "(") (binary_expression "lVar8 + 0x20" (identifier "lVar8") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "4")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_0018fd7b:\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }" ({ "{") (labeled_statement "LAB_0018fd7b:\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");" (statement_identifier "LAB_0018fd7b") (: ":") (expression_statement "FUN_0017c650("../../gold/output.h",0xe3,"offset");" (call_expression "FUN_0017c650("../../gold/output.h",0xe3,"offset")" (identifier "FUN_0017c650") (argument_list "("../../gold/output.h",0xe3,"offset")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xe3") (, ",") (string_literal ""offset"" (" """) (string_content "offset") (" """)) () ")"))) (; ";"))) (} "}"))) (expression_statement "lVar16 = *(long *)(lVar8 + 0x18);" (assignment_expression "lVar16 = *(long *)(lVar8 + 0x18)" (identifier "lVar16") (= "=") (pointer_expression "*(long *)(lVar8 + 0x18)" (* "*") (cast_expression "(long *)(lVar8 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar8 + 0x18)" (( "(") (binary_expression "lVar8 + 0x18" (identifier "lVar8") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if ((*(byte *)(lVar8 + 0x20) & 2) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }" (if "if") (parenthesized_expression "((*(byte *)(lVar8 + 0x20) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(lVar8 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(lVar8 + 0x20) & 2)" (( "(") (binary_expression "*(byte *)(lVar8 + 0x20) & 2" (pointer_expression "*(byte *)(lVar8 + 0x20)" (* "*") (cast_expression "(byte *)(lVar8 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar8 + 0x20)" (( "(") (binary_expression "lVar8 + 0x20" (identifier "lVar8") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_0017c650("../../gold/output.h",0xcf,"data_size")" (identifier "FUN_0017c650") (argument_list "("../../gold/output.h",0xcf,"data_size")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xcf") (, ",") (string_literal ""data_size"" (" """) (string_content "data_size") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if ((lVar16 < 0) || (*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16)) {\nLAB_0018fd11:\n \n FUN_00182e30();\n }" (if "if") (parenthesized_expression "((lVar16 < 0) || (*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16))" (( "(") (binary_expression "(lVar16 < 0) || (*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16)" (parenthesized_expression "(lVar16 < 0)" (( "(") (binary_expression "lVar16 < 0" (identifier "lVar16") (< "<") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16)" (( "(") (binary_expression "*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16" (pointer_expression "*(long *)(param_4 + 0x10)" (* "*") (cast_expression "(long *)(param_4 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0x10)" (( "(") (binary_expression "param_4 + 0x10" (identifier "param_4") (+ "+") (number_literal "0x10")) () ")")))) (< "<") (binary_expression "*(long *)(lVar8 + 0x10) + lVar16" (pointer_expression "*(long *)(lVar8 + 0x10)" (* "*") (cast_expression "(long *)(lVar8 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar8 + 0x10)" (( "(") (binary_expression "lVar8 + 0x10" (identifier "lVar8") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (identifier "lVar16"))) () ")"))) () ")")) (compound_statement "{\nLAB_0018fd11:\n \n FUN_00182e30();\n }" ({ "{") (labeled_statement "LAB_0018fd11:\n \n FUN_00182e30();" (statement_identifier "LAB_0018fd11") (: ":") (expression_statement "FUN_00182e30();" (call_expression "FUN_00182e30()" (identifier "FUN_00182e30") (argument_list "()" (( "(") () ")"))) (; ";"))) (} "}"))) (expression_statement "lVar16 = lVar16 + *(long *)(param_4 + 0x18);" (assignment_expression "lVar16 = lVar16 + *(long *)(param_4 + 0x18)" (identifier "lVar16") (= "=") (binary_expression "lVar16 + *(long *)(param_4 + 0x18)" (identifier "lVar16") (+ "+") (pointer_expression "*(long *)(param_4 + 0x18)" (* "*") (cast_expression "(long *)(param_4 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0x18)" (( "(") (binary_expression "param_4 + 0x18" (identifier "param_4") (+ "+") (number_literal "0x18")) () ")")))))) (; ";")) (expression_statement "uVar10 = (ulong)(uint)((int)param_1[0x2c] << 4);" (assignment_expression "uVar10 = (ulong)(uint)((int)param_1[0x2c] << 4)" (identifier "uVar10") (= "=") (call_expression "(ulong)(uint)((int)param_1[0x2c] << 4)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(uint)" (( "(") (identifier "uint") () ")"))) (argument_list "((int)param_1[0x2c] << 4)" (( "(") (binary_expression "(int)param_1[0x2c] << 4" (cast_expression "(int)param_1[0x2c]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (subscript_expression "param_1[0x2c]" (identifier "param_1") ([ "[") (number_literal "0x2c") (] "]"))) (<< "<<") (number_literal "4")) () ")")))) (; ";")) (expression_statement "__dest = (void *)(lVar16 + uVar10);" (assignment_expression "__dest = (void *)(lVar16 + uVar10)" (identifier "__dest") (= "=") (cast_expression "(void *)(lVar16 + uVar10)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar16 + uVar10)" (( "(") (binary_expression "lVar16 + uVar10" (identifier "lVar16") (+ "+") (identifier "uVar10")) () ")")))) (; ";")) (expression_statement "memcpy(__dest,(void *)param_1[0x2d],(ulong)(uint)(*(int *)((long)param_1 + 0x15c) << 4));" (call_expression "memcpy(__dest,(void *)param_1[0x2d],(ulong)(uint)(*(int *)((long)param_1 + 0x15c) << 4))" (identifier "memcpy") (argument_list "(__dest,(void *)param_1[0x2d],(ulong)(uint)(*(int *)((long)param_1 + 0x15c) << 4))" (( "(") (identifier "__dest") (, ",") (cast_expression "(void *)param_1[0x2d]" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[0x2d]" (identifier "param_1") ([ "[") (number_literal "0x2d") (] "]"))) (, ",") (call_expression "(ulong)(uint)(*(int *)((long)param_1 + 0x15c) << 4)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(uint)" (( "(") (identifier "uint") () ")"))) (argument_list "(*(int *)((long)param_1 + 0x15c) << 4)" (( "(") (binary_expression "*(int *)((long)param_1 + 0x15c) << 4" (pointer_expression "*(int *)((long)param_1 + 0x15c)" (* "*") (cast_expression "(int *)((long)param_1 + 0x15c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x15c)" (( "(") (binary_expression "(long)param_1 + 0x15c" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x15c")) () ")")))) (<< "<<") (number_literal "4")) () ")"))) () ")"))) (; ";")) (if_statement "if (*(int *)((long)param_1 + 0x15c) != 0) {\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8);\n if (plVar12 != (long *)0x0) {\n uVar15 = 0;\n do {\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n } while (plVar12 != (long *)0x0);\n }\n \n FUN_0017c650("../../gold/incremental.cc",0xa12,"do_relocate");\n }" (if "if") (parenthesized_expression "(*(int *)((long)param_1 + 0x15c) != 0)" (( "(") (binary_expression "*(int *)((long)param_1 + 0x15c) != 0" (pointer_expression "*(int *)((long)param_1 + 0x15c)" (* "*") (cast_expression "(int *)((long)param_1 + 0x15c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x15c)" (( "(") (binary_expression "(long)param_1 + 0x15c" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x15c")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8);\n if (plVar12 != (long *)0x0) {\n uVar15 = 0;\n do {\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n } while (plVar12 != (long *)0x0);\n }\n \n FUN_0017c650("../../gold/incremental.cc",0xa12,"do_relocate");\n }" ({ "{") (expression_statement "plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8);" (assignment_expression "plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8)" (identifier "plVar12") (= "=") (pointer_expression "*(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8)" (* "*") (cast_expression "(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8)" (( "(") (binary_expression "*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8" (pointer_expression "*(long *)(param_1[0x1f] + 0x90)" (* "*") (cast_expression "(long *)(param_1[0x1f] + 0x90)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[0x1f] + 0x90)" (( "(") (binary_expression "param_1[0x1f] + 0x90" (subscript_expression "param_1[0x1f]" (identifier "param_1") ([ "[") (number_literal "0x1f") (] "]")) (+ "+") (number_literal "0x90")) () ")")))) (+ "+") (binary_expression "(ulong)*(uint *)((long)__dest + 4) * 8" (binary_expression "(ulong)*(uint *)((long)__dest + 4)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (cast_expression "(uint *)((long)__dest + 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)__dest + 4)" (( "(") (binary_expression "(long)__dest + 4" (cast_expression "(long)__dest" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest")) (+ "+") (number_literal "4")) () ")")))) (* "*") (number_literal "8"))) () ")"))))) (; ";")) (if_statement "if (plVar12 != (long *)0x0) {\n uVar15 = 0;\n do {\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n } while (plVar12 != (long *)0x0);\n }" (if "if") (parenthesized_expression "(plVar12 != (long *)0x0)" (( "(") (binary_expression "plVar12 != (long *)0x0" (identifier "plVar12") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n uVar15 = 0;\n do {\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n } while (plVar12 != (long *)0x0);\n }" ({ "{") (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" (identifier "uVar15") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n } while (plVar12 != (long *)0x0);" (do "do") (compound_statement "{\n if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }\n *(int *)((long)__dest + 4) = iVar3;\n uVar15 = uVar15 + 1;\n if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;\n __dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);\n }" ({ "{") (if_statement "if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }\n else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }" (if "if") (parenthesized_expression "(*(code **)(*plVar12 + 0x58) == FUN_001869e0)" (( "(") (binary_expression "*(code **)(*plVar12 + 0x58) == FUN_001869e0" (pointer_expression "*(code **)(*plVar12 + 0x58)" (* "*") (cast_expression "(code **)(*plVar12 + 0x58)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar12 + 0x58)" (( "(") (binary_expression "*plVar12 + 0x58" (pointer_expression "*plVar12" (* "*") (identifier "plVar12")) (+ "+") (number_literal "0x58")) () ")")))) (== "==") (identifier "FUN_001869e0")) () ")")) (compound_statement "{\n iVar3 = *(int *)((long)plVar12 + 0x7c);\n if (iVar3 == -1) goto LAB_0018fcc9;\n }" ({ "{") (expression_statement "iVar3 = *(int *)((long)plVar12 + 0x7c);" (assignment_expression "iVar3 = *(int *)((long)plVar12 + 0x7c)" (identifier "iVar3") (= "=") (pointer_expression "*(int *)((long)plVar12 + 0x7c)" (* "*") (cast_expression "(int *)((long)plVar12 + 0x7c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)plVar12 + 0x7c)" (( "(") (binary_expression "(long)plVar12 + 0x7c" (cast_expression "(long)plVar12" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "plVar12")) (+ "+") (number_literal "0x7c")) () ")"))))) (; ";")) (if_statement "if (iVar3 == -1) goto LAB_0018fcc9;" (if "if") (parenthesized_expression "(iVar3 == -1)" (( "(") (binary_expression "iVar3 == -1" (identifier "iVar3") (== "==") (number_literal "-1")) () ")")) (goto_statement "goto LAB_0018fcc9;" (goto "goto") (statement_identifier "LAB_0018fcc9") (; ";"))) (} "}")) (else_clause "else {\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }" (else "else") (compound_statement "{\n iVar3 = (**(code **)(*plVar12 + 0x58))();\n }" ({ "{") (expression_statement "iVar3 = (**(code **)(*plVar12 + 0x58))();" (assignment_expression "iVar3 = (**(code **)(*plVar12 + 0x58))()" (identifier "iVar3") (= "=") (call_expression "(**(code **)(*plVar12 + 0x58))()" (parenthesized_expression "(**(code **)(*plVar12 + 0x58))" (( "(") (pointer_expression "**(code **)(*plVar12 + 0x58)" (* "*") (pointer_expression "*(code **)(*plVar12 + 0x58)" (* "*") (cast_expression "(code **)(*plVar12 + 0x58)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar12 + 0x58)" (( "(") (binary_expression "*plVar12 + 0x58" (pointer_expression "*plVar12" (* "*") (identifier "plVar12")) (+ "+") (number_literal "0x58")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (} "}")))) (expression_statement "*(int *)((long)__dest + 4) = iVar3;" (assignment_expression "*(int *)((long)__dest + 4) = iVar3" (pointer_expression "*(int *)((long)__dest + 4)" (* "*") (cast_expression "(int *)((long)__dest + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)__dest + 4)" (( "(") (binary_expression "(long)__dest + 4" (cast_expression "(long)__dest" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest")) (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "iVar3")) (; ";")) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" (identifier "uVar15") (= "=") (binary_expression "uVar15 + 1" (identifier "uVar15") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;" (if "if") (parenthesized_expression "(*(uint *)((long)param_1 + 0x15c) <= uVar15)" (( "(") (binary_expression "*(uint *)((long)param_1 + 0x15c) <= uVar15" (pointer_expression "*(uint *)((long)param_1 + 0x15c)" (* "*") (cast_expression "(uint *)((long)param_1 + 0x15c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x15c)" (( "(") (binary_expression "(long)param_1 + 0x15c" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x15c")) () ")")))) (<= "<=") (identifier "uVar15")) () ")")) (goto_statement "goto LAB_0018f930;" (goto "goto") (statement_identifier "LAB_0018f930") (; ";"))) (expression_statement "__dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);" (assignment_expression "__dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16)" (identifier "__dest") (= "=") (cast_expression "(void *)(uVar15 * 0x10 + uVar10 + lVar16)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(uVar15 * 0x10 + uVar10 + lVar16)" (( "(") (binary_expression "uVar15 * 0x10 + uVar10 + lVar16" (binary_expression "uVar15 * 0x10 + uVar10" (binary_expression "uVar15 * 0x10" (identifier "uVar15") (* "*") (number_literal "0x10")) (+ "+") (identifier "uVar10")) (+ "+") (identifier "lVar16")) () ")")))) (; ";")) (expression_statement "plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8);" (assignment_expression "plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8)" (identifier "plVar12") (= "=") (pointer_expression "*(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8)" (* "*") (cast_expression "(long **)(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8)" (( "(") (binary_expression "*(long *)(param_1[0x1f] + 0x90) +\n (ulong)*(uint *)((long)__dest + 4) * 8" (pointer_expression "*(long *)(param_1[0x1f] + 0x90)" (* "*") (cast_expression "(long *)(param_1[0x1f] + 0x90)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[0x1f] + 0x90)" (( "(") (binary_expression "param_1[0x1f] + 0x90" (subscript_expression "param_1[0x1f]" (identifier "param_1") ([ "[") (number_literal "0x1f") (] "]")) (+ "+") (number_literal "0x90")) () ")")))) (+ "+") (binary_expression "(ulong)*(uint *)((long)__dest + 4) * 8" (binary_expression "(ulong)*(uint *)((long)__dest + 4)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (cast_expression "(uint *)((long)__dest + 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)__dest + 4)" (( "(") (binary_expression "(long)__dest + 4" (cast_expression "(long)__dest" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest")) (+ "+") (number_literal "4")) () ")")))) (* "*") (number_literal "8"))) () ")"))))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(plVar12 != (long *)0x0)" (( "(") (binary_expression "plVar12 != (long *)0x0" (identifier "plVar12") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (; ";")) (} "}"))) (expression_statement "FUN_0017c650("../../gold/incremental.cc",0xa12,"do_relocate");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0xa12,"do_relocate")" (identifier "FUN_0017c650") (argument_list "("../../gold/incremental.cc",0xa12,"do_relocate")" (( "(") (string_literal ""../../gold/incremental.cc"" (" """) (string_content "../../gold/incremental.cc") (" """)) (, ",") (number_literal "0xa12") (, ",") (string_literal ""do_relocate"" (" """) (string_content "do_relocate") (" """)) () ")"))) (; ";")) (} "}"))) (labeled_statement "LAB_0018f930:\n lVar8 = *(long *)(param_3 + 0x2d0);" (statement_identifier "LAB_0018f930") (: ":") (expression_statement "lVar8 = *(long *)(param_3 + 0x2d0);" (assignment_expression "lVar8 = *(long *)(param_3 + 0x2d0)" (identifier "lVar8") (= "=") (pointer_expression "*(long *)(param_3 + 0x2d0)" (* "*") (cast_expression "(long *)(param_3 + 0x2d0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x2d0)" (( "(") (binary_expression "param_3 + 0x2d0" (identifier "param_3") (+ "+") (number_literal "0x2d0")) () ")"))))) (; ";"))) (if_statement "if (lVar8 == 0) {\n FUN_00182e10();\n goto LAB_0018fd1b;\n }" (if "if") (parenthesized_expression "(lVar8 == 0)" (( "(") (binary_expression "lVar8 == 0" (identifier "lVar8") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00182e10();\n goto LAB_0018fd1b;\n }" ({ "{") (expression_statement "FUN_00182e10();" (call_expression "FUN_00182e10()" (identifier "FUN_00182e10") (argument_list "()" (( "(") () ")"))) (; ";")) (goto_statement "goto LAB_0018fd1b;" (goto "goto") (statement_identifier "LAB_0018fd1b") (; ";")) (} "}"))) (if_statement "if ((*(byte *)(lVar8 + 0x20) & 4) == 0) goto LAB_0018fd7b;" (if "if") (parenthesized_expression "((*(byte *)(lVar8 + 0x20) & 4) == 0)" (( "(") (binary_expression "(*(byte *)(lVar8 + 0x20) & 4) == 0" (parenthesized_expression "(*(byte *)(lVar8 + 0x20) & 4)" (( "(") (binary_expression "*(byte *)(lVar8 + 0x20) & 4" (pointer_expression "*(byte *)(lVar8 + 0x20)" (* "*") (cast_expression "(byte *)(lVar8 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar8 + 0x20)" (( "(") (binary_expression "lVar8 + 0x20" (identifier "lVar8") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "4")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0018fd7b;" (goto "goto") (statement_identifier "LAB_0018fd7b") (; ";"))) (expression_statement "iVar3 = (int)param_1[0x24];" (assignment_expression "iVar3 = (int)param_1[0x24]" (identifier "iVar3") (= "=") (cast_expression "(int)param_1[0x24]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (subscript_expression "param_1[0x24]" (identifier "param_1") ([ "[") (number_literal "0x24") (] "]")))) (; ";")) (expression_statement "uVar15 = iVar3 << 4;" (assignment_expression "uVar15 = iVar3 << 4" (identifier "uVar15") (= "=") (binary_expression "iVar3 << 4" (identifier "iVar3") (<< "<<") (number_literal "4"))) (; ";")) (if_statement "if (uVar15 == 0) {\n local_68 = (undefined4 *)0x0;\n }\n else {\n lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18);\n if ((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))\n goto LAB_0018fd11;\n local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18));\n }" (if "if") (parenthesized_expression "(uVar15 == 0)" (( "(") (binary_expression "uVar15 == 0" (identifier "uVar15") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n local_68 = (undefined4 *)0x0;\n }" ({ "{") (expression_statement "local_68 = (undefined4 *)0x0;" (assignment_expression "local_68 = (undefined4 *)0x0" (identifier "local_68") (= "=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (} "}")) (else_clause "else {\n lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18);\n if ((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))\n goto LAB_0018fd11;\n local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18));\n }" (else "else") (compound_statement "{\n lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18);\n if ((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))\n goto LAB_0018fd11;\n local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18));\n }" ({ "{") (expression_statement "lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18);" (assignment_expression "lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18)" (identifier "lVar8") (= "=") (binary_expression "(ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18)" (binary_expression "(ulong)*(uint *)((long)param_1 + 300)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (cast_expression "(uint *)((long)param_1 + 300)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 300)" (( "(") (binary_expression "(long)param_1 + 300" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "300")) () ")")))) (+ "+") (pointer_expression "*(long *)(lVar8 + 0x18)" (* "*") (cast_expression "(long *)(lVar8 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar8 + 0x18)" (( "(") (binary_expression "lVar8 + 0x18" (identifier "lVar8") (+ "+") (number_literal "0x18")) () ")")))))) (; ";")) (if_statement "if ((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))\n goto LAB_0018fd11;" (if "if") (parenthesized_expression "((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))" (( "(") (binary_expression "(lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15))" (parenthesized_expression "(lVar8 < 0)" (( "(") (binary_expression "lVar8 < 0" (identifier "lVar8") (< "<") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15))" (( "(") (binary_expression "*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)" (pointer_expression "*(long *)(param_4 + 0x10)" (* "*") (cast_expression "(long *)(param_4 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0x10)" (( "(") (binary_expression "param_4 + 0x10" (identifier "param_4") (+ "+") (number_literal "0x10")) () ")")))) (< "<") (cast_expression "(long)(lVar8 + (ulong)uVar15)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(lVar8 + (ulong)uVar15)" (( "(") (binary_expression "lVar8 + (ulong)uVar15" (identifier "lVar8") (+ "+") (cast_expression "(ulong)uVar15" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar15"))) () ")")))) () ")"))) () ")")) (goto_statement "goto LAB_0018fd11;" (goto "goto") (statement_identifier "LAB_0018fd11") (; ";"))) (expression_statement "local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18));" (assignment_expression "local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18))" (identifier "local_68") (= "=") (cast_expression "(undefined4 *)(lVar8 + *(long *)(param_4 + 0x18))" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar8 + *(long *)(param_4 + 0x18))" (( "(") (binary_expression "lVar8 + *(long *)(param_4 + 0x18)" (identifier "lVar8") (+ "+") (pointer_expression "*(long *)(param_4 + 0x18)" (* "*") (cast_expression "(long *)(param_4 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0x18)" (( "(") (binary_expression "param_4 + 0x18" (identifier "param_4") (+ "+") (number_literal "0x18")) () ")"))))) () ")")))) (; ";")) (} "}")))) (expression_statement "uVar4 = *(int *)((long)param_1 + 0x124) << 4;" (assignment_expression "uVar4 = *(int *)((long)param_1 + 0x124) << 4" (identifier "uVar4") (= "=") (binary_expression "*(int *)((long)param_1 + 0x124) << 4" (pointer_expression "*(int *)((long)param_1 + 0x124)" (* "*") (cast_expression "(int *)((long)param_1 + 0x124)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x124)" (( "(") (binary_expression "(long)param_1 + 0x124" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x124")) () ")")))) (<< "<<") (number_literal "4"))) (; ";")) (expression_statement "uVar10 = (ulong)uVar4;" (assignment_expression "uVar10 = (ulong)uVar4" (identifier "uVar10") (= "=") (cast_expression "(ulong)uVar4" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar4"))) (; ";")) (if_statement "if (uVar4 == 0) {\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) {\n return;\n }\n local_98 = (undefined4 *)0x0;\n }\n else {\n if (*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)) goto LAB_0018fd11;\n local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18));\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) goto LAB_0018fd63;\n }" (if "if") (parenthesized_expression "(uVar4 == 0)" (( "(") (binary_expression "uVar4 == 0" (identifier "uVar4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) {\n return;\n }\n local_98 = (undefined4 *)0x0;\n }" ({ "{") (expression_statement "lVar8 = *(long *)(param_3 + 0x2d8);" (assignment_expression "lVar8 = *(long *)(param_3 + 0x2d8)" (identifier "lVar8") (= "=") (pointer_expression "*(long *)(param_3 + 0x2d8)" (* "*") (cast_expression "(long *)(param_3 + 0x2d8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x2d8)" (( "(") (binary_expression "param_3 + 0x2d8" (identifier "param_3") (+ "+") (number_literal "0x2d8")) () ")"))))) (; ";")) (expression_statement "local_58 = *(long *)(param_3 + 0x2e8);" (assignment_expression "local_58 = *(long *)(param_3 + 0x2e8)" (identifier "local_58") (= "=") (pointer_expression "*(long *)(param_3 + 0x2e8)" (* "*") (cast_expression "(long *)(param_3 + 0x2e8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x2e8)" (( "(") (binary_expression "param_3 + 0x2e8" (identifier "param_3") (+ "+") (number_literal "0x2e8")) () ")"))))) (; ";")) (if_statement "if (iVar3 == 0) {\n return;\n }" (if "if") (parenthesized_expression "(iVar3 == 0)" (( "(") (binary_expression "iVar3 == 0" (identifier "iVar3") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "local_98 = (undefined4 *)0x0;" (assignment_expression "local_98 = (undefined4 *)0x0" (identifier "local_98") (= "=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (} "}")) (else_clause "else {\n if (*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)) goto LAB_0018fd11;\n local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18));\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) goto LAB_0018fd63;\n }" (else "else") (compound_statement "{\n if (*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)) goto LAB_0018fd11;\n local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18));\n lVar8 = *(long *)(param_3 + 0x2d8);\n local_58 = *(long *)(param_3 + 0x2e8);\n if (iVar3 == 0) goto LAB_0018fd63;\n }" ({ "{") (if_statement "if (*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)) goto LAB_0018fd11;" (if "if") (parenthesized_expression "(*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10))" (( "(") (binary_expression "*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)" (pointer_expression "*(long *)(param_4 + 0x10)" (* "*") (cast_expression "(long *)(param_4 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0x10)" (( "(") (binary_expression "param_4 + 0x10" (identifier "param_4") (+ "+") (number_literal "0x10")) () ")")))) (< "<") (cast_expression "(long)(*(uint *)(param_1 + 0x26) + uVar10)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(*(uint *)(param_1 + 0x26) + uVar10)" (( "(") (binary_expression "*(uint *)(param_1 + 0x26) + uVar10" (pointer_expression "*(uint *)(param_1 + 0x26)" (* "*") (cast_expression "(uint *)(param_1 + 0x26)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x26)" (( "(") (binary_expression "param_1 + 0x26" (identifier "param_1") (+ "+") (number_literal "0x26")) () ")")))) (+ "+") (identifier "uVar10")) () ")")))) () ")")) (goto_statement "goto LAB_0018fd11;" (goto "goto") (statement_identifier "LAB_0018fd11") (; ";"))) (expression_statement "local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18));" (assignment_expression "local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18))" (identifier "local_98") (= "=") (cast_expression "(undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18))" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18))" (( "(") (binary_expression "(ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18)" (binary_expression "(ulong)*(uint *)(param_1 + 0x26)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (cast_expression "(uint *)(param_1 + 0x26)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x26)" (( "(") (binary_expression "param_1 + 0x26" (identifier "param_1") (+ "+") (number_literal "0x26")) () ")")))) (+ "+") (pointer_expression "*(long *)(param_4 + 0x18)" (* "*") (cast_expression "(long *)(param_4 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0x18)" (( "(") (binary_expression "param_4 + 0x18" (identifier "param_4") (+ "+") (number_literal "0x18")) () ")"))))) () ")")))) (; ";")) (expression_statement "lVar8 = *(long *)(param_3 + 0x2d8);" (assignment_expression "lVar8 = *(long *)(param_3 + 0x2d8)" (identifier "lVar8") (= "=") (pointer_expression "*(long *)(param_3 + 0x2d8)" (* "*") (cast_expression "(long *)(param_3 + 0x2d8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x2d8)" (( "(") (binary_expression "param_3 + 0x2d8" (identifier "param_3") (+ "+") (number_literal "0x2d8")) () ")"))))) (; ";")) (expression_statement "local_58 = *(long *)(param_3 + 0x2e8);" (assignment_expression "local_58 = *(long *)(param_3 + 0x2e8)" (identifier "local_58") (= "=") (pointer_expression "*(long *)(param_3 + 0x2e8)" (* "*") (cast_expression "(long *)(param_3 + 0x2e8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x2e8)" (( "(") (binary_expression "param_3 + 0x2e8" (identifier "param_3") (+ "+") (number_literal "0x2e8")) () ")"))))) (; ";")) (if_statement "if (iVar3 == 0) goto LAB_0018fd63;" (if "if") (parenthesized_expression "(iVar3 == 0)" (( "(") (binary_expression "iVar3 == 0" (identifier "iVar3") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0018fd63;" (goto "goto") (statement_identifier "LAB_0018fd63") (; ";"))) (} "}")))) (expression_statement "local_88 = param_3 + 0x130;" (assignment_expression "local_88 = param_3 + 0x130" (identifier "local_88") (= "=") (binary_expression "param_3 + 0x130" (identifier "param_3") (+ "+") (number_literal "0x130"))) (; ";")) (expression_statement "local_a0 = param_3 + 0xa0;" (assignment_expression "local_a0 = param_3 + 0xa0" (identifier "local_a0") (= "=") (binary_expression "param_3 + 0xa0" (identifier "param_3") (+ "+") (number_literal "0xa0"))) (; ";")) (expression_statement "uVar11 = 0;" (assignment_expression "uVar11 = 0" (identifier "uVar11") (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar13 = local_98;" (assignment_expression "puVar13 = local_98" (identifier "puVar13") (= "=") (identifier "local_98")) (; ";")) (expression_statement "puVar18 = local_68;" (assignment_expression "puVar18 = local_68" (identifier "puVar18") (= "=") (identifier "local_68")) (; ";")) (labeled_statement "LAB_0018fa9b:\n do {\n puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e]);\n uVar9 = puVar7[5] & 0xfffffff;\n if (uVar9 < 0xff00) {\nLAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }\n uVar9 = uVar6;\n if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }\n }\n else if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }\n puVar17 = puVar18 + 4;\n uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2));\n *puVar18 = uVar5;\n puVar18[1] = *puVar7;\n puVar18[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar18 + 0xd) = 0;\n *(short *)((long)puVar18 + 0xe) = (short)uVar9;\n *(byte *)(puVar18 + 3) = bVar1 >> 4;\n puVar18 = puVar17;\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar14 = puVar13 + 4;\n uVar11 = uVar11 + 1;\n uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));\n *puVar13 = uVar5;\n puVar13[1] = *puVar7;\n puVar13[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar13 + 0xd) = 0;\n *(short *)((long)puVar13 + 0xe) = (short)uVar9;\n *(byte *)(puVar13 + 3) = bVar1 >> 4;\n puVar13 = puVar14;\n if (*(uint *)(param_1 + 0x24) <= uVar11) break;\n goto LAB_0018fa9b;\n }\n uVar11 = uVar11 + 1;\n puVar14 = puVar13;\n } while (uVar11 < *(uint *)(param_1 + 0x24));" (statement_identifier "LAB_0018fa9b") (: ":") (do_statement "do {\n puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e]);\n uVar9 = puVar7[5] & 0xfffffff;\n if (uVar9 < 0xff00) {\nLAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }\n uVar9 = uVar6;\n if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }\n }\n else if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }\n puVar17 = puVar18 + 4;\n uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2));\n *puVar18 = uVar5;\n puVar18[1] = *puVar7;\n puVar18[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar18 + 0xd) = 0;\n *(short *)((long)puVar18 + 0xe) = (short)uVar9;\n *(byte *)(puVar18 + 3) = bVar1 >> 4;\n puVar18 = puVar17;\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar14 = puVar13 + 4;\n uVar11 = uVar11 + 1;\n uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));\n *puVar13 = uVar5;\n puVar13[1] = *puVar7;\n puVar13[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar13 + 0xd) = 0;\n *(short *)((long)puVar13 + 0xe) = (short)uVar9;\n *(byte *)(puVar13 + 3) = bVar1 >> 4;\n puVar13 = puVar14;\n if (*(uint *)(param_1 + 0x24) <= uVar11) break;\n goto LAB_0018fa9b;\n }\n uVar11 = uVar11 + 1;\n puVar14 = puVar13;\n } while (uVar11 < *(uint *)(param_1 + 0x24));" (do "do") (compound_statement "{\n puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e]);\n uVar9 = puVar7[5] & 0xfffffff;\n if (uVar9 < 0xff00) {\nLAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }\n uVar9 = uVar6;\n if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }\n }\n else if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }\n puVar17 = puVar18 + 4;\n uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2));\n *puVar18 = uVar5;\n puVar18[1] = *puVar7;\n puVar18[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar18 + 0xd) = 0;\n *(short *)((long)puVar18 + 0xe) = (short)uVar9;\n *(byte *)(puVar18 + 3) = bVar1 >> 4;\n puVar18 = puVar17;\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar14 = puVar13 + 4;\n uVar11 = uVar11 + 1;\n uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));\n *puVar13 = uVar5;\n puVar13[1] = *puVar7;\n puVar13[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar13 + 0xd) = 0;\n *(short *)((long)puVar13 + 0xe) = (short)uVar9;\n *(byte *)(puVar13 + 3) = bVar1 >> 4;\n puVar13 = puVar14;\n if (*(uint *)(param_1 + 0x24) <= uVar11) break;\n goto LAB_0018fa9b;\n }\n uVar11 = uVar11 + 1;\n puVar14 = puVar13;\n }" ({ "{") (expression_statement "puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e]);" (assignment_expression "puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e])" (identifier "puVar7") (= "=") (cast_expression "(undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e])" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((ulong)uVar11 * 0x20 + param_1[0x2e])" (( "(") (binary_expression "(ulong)uVar11 * 0x20 + param_1[0x2e]" (binary_expression "(ulong)uVar11 * 0x20" (cast_expression "(ulong)uVar11" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar11")) (* "*") (number_literal "0x20")) (+ "+") (subscript_expression "param_1[0x2e]" (identifier "param_1") ([ "[") (number_literal "0x2e") (] "]"))) () ")")))) (; ";")) (expression_statement "uVar9 = puVar7[5] & 0xfffffff;" (assignment_expression "uVar9 = puVar7[5] & 0xfffffff" (identifier "uVar9") (= "=") (binary_expression "puVar7[5] & 0xfffffff" (subscript_expression "puVar7[5]" (identifier "puVar7") ([ "[") (number_literal "5") (] "]")) (& "&") (number_literal "0xfffffff"))) (; ";")) (if_statement "if (uVar9 < 0xff00) {\nLAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }\n uVar9 = uVar6;\n if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }\n }\n else if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }" (if "if") (parenthesized_expression "(uVar9 < 0xff00)" (( "(") (binary_expression "uVar9 < 0xff00" (identifier "uVar9") (< "<") (number_literal "0xff00")) () ")")) (compound_statement "{\nLAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }\n uVar9 = uVar6;\n if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }\n }" ({ "{") (labeled_statement "LAB_0018fac2:\n plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);" (statement_identifier "LAB_0018fac2") (: ":") (expression_statement "plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);" (assignment_expression "plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8)" (identifier "plVar12") (= "=") (pointer_expression "*(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8)" (* "*") (cast_expression "(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8)" (( "(") (binary_expression "*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8" (pointer_expression "*(long *)(param_1[0x1f] + 0x90)" (* "*") (cast_expression "(long *)(param_1[0x1f] + 0x90)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[0x1f] + 0x90)" (( "(") (binary_expression "param_1[0x1f] + 0x90" (subscript_expression "param_1[0x1f]" (identifier "param_1") ([ "[") (number_literal "0x1f") (] "]")) (+ "+") (number_literal "0x90")) () ")")))) (+ "+") (binary_expression "(ulong)uVar9 * 8" (cast_expression "(ulong)uVar9" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar9")) (* "*") (number_literal "8"))) () ")"))))) (; ";"))) (expression_statement "pcVar2 = *(code **)(*plVar12 + 0x58);" (assignment_expression "pcVar2 = *(code **)(*plVar12 + 0x58)" (identifier "pcVar2") (= "=") (pointer_expression "*(code **)(*plVar12 + 0x58)" (* "*") (cast_expression "(code **)(*plVar12 + 0x58)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar12 + 0x58)" (( "(") (binary_expression "*plVar12 + 0x58" (pointer_expression "*plVar12" (* "*") (identifier "plVar12")) (+ "+") (number_literal "0x58")) () ")"))))) (; ";")) (if_statement "if (pcVar2 == FUN_001869e0) {\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar6 = (*pcVar2)();\n }" (if "if") (parenthesized_expression "(pcVar2 == FUN_001869e0)" (( "(") (binary_expression "pcVar2 == FUN_001869e0" (identifier "pcVar2") (== "==") (identifier "FUN_001869e0")) () ")")) (compound_statement "{\n uVar6 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }" ({ "{") (expression_statement "uVar6 = *(uint *)((long)plVar12 + 0x7c);" (assignment_expression "uVar6 = *(uint *)((long)plVar12 + 0x7c)" (identifier "uVar6") (= "=") (pointer_expression "*(uint *)((long)plVar12 + 0x7c)" (* "*") (cast_expression "(uint *)((long)plVar12 + 0x7c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)plVar12 + 0x7c)" (( "(") (binary_expression "(long)plVar12 + 0x7c" (cast_expression "(long)plVar12" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "plVar12")) (+ "+") (number_literal "0x7c")) () ")"))))) (; ";")) (if_statement "if (uVar6 == 0xffffffff) {\nLAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }" (if "if") (parenthesized_expression "(uVar6 == 0xffffffff)" (( "(") (binary_expression "uVar6 == 0xffffffff" (identifier "uVar6") (== "==") (number_literal "0xffffffff")) () ")")) (compound_statement "{\nLAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");\n }" ({ "{") (labeled_statement "LAB_0018fcc9:\n \n FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");" (statement_identifier "LAB_0018fcc9") (: ":") (expression_statement "FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");" (call_expression "FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx")" (identifier "FUN_0017c650") (argument_list "("../../gold/output.h",0x1043,"do_out_shndx")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x1043") (, ",") (string_literal ""do_out_shndx"" (" """) (string_content "do_out_shndx") (" """)) () ")"))) (; ";"))) (} "}"))) (} "}")) (else_clause "else {\n uVar6 = (*pcVar2)();\n }" (else "else") (compound_statement "{\n uVar6 = (*pcVar2)();\n }" ({ "{") (expression_statement "uVar6 = (*pcVar2)();" (assignment_expression "uVar6 = (*pcVar2)()" (identifier "uVar6") (= "=") (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" (( "(") (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2")) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (} "}")))) (expression_statement "uVar9 = uVar6;" (assignment_expression "uVar9 = uVar6" (identifier "uVar9") (= "=") (identifier "uVar6")) (; ";")) (if_statement "if (0xfeff < uVar6) {\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }" (if "if") (parenthesized_expression "(0xfeff < uVar6)" (( "(") (binary_expression "0xfeff < uVar6" (number_literal "0xfeff") (< "<") (identifier "uVar6")) () ")")) (compound_statement "{\n uVar9 = 0xffffffff;\n local_40 = (int)param_1[0x25] + uVar11;\n local_3c = uVar6;\n FUN_0018f7c0(lVar8 + 0x38,&local_40);\n if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }\n }" ({ "{") (expression_statement "uVar9 = 0xffffffff;" (assignment_expression "uVar9 = 0xffffffff" (identifier "uVar9") (= "=") (number_literal "0xffffffff")) (; ";")) (expression_statement "local_40 = (int)param_1[0x25] + uVar11;" (assignment_expression "local_40 = (int)param_1[0x25] + uVar11" (identifier "local_40") (= "=") (binary_expression "(int)param_1[0x25] + uVar11" (cast_expression "(int)param_1[0x25]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (subscript_expression "param_1[0x25]" (identifier "param_1") ([ "[") (number_literal "0x25") (] "]"))) (+ "+") (identifier "uVar11"))) (; ";")) (expression_statement "local_3c = uVar6;" (assignment_expression "local_3c = uVar6" (identifier "local_3c") (= "=") (identifier "uVar6")) (; ";")) (expression_statement "FUN_0018f7c0(lVar8 + 0x38,&local_40);" (call_expression "FUN_0018f7c0(lVar8 + 0x38,&local_40)" (identifier "FUN_0018f7c0") (argument_list "(lVar8 + 0x38,&local_40)" (( "(") (binary_expression "lVar8 + 0x38" (identifier "lVar8") (+ "+") (number_literal "0x38")) (, ",") (pointer_expression "&local_40" (& "&") (identifier "local_40")) () ")"))) (; ";")) (if_statement "if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }" (if "if") (parenthesized_expression "(*(char *)((long)puVar7 + 0x1b) < '\0')" (( "(") (binary_expression "*(char *)((long)puVar7 + 0x1b) < '\0'" (pointer_expression "*(char *)((long)puVar7 + 0x1b)" (* "*") (cast_expression "(char *)((long)puVar7 + 0x1b)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar7 + 0x1b)" (( "(") (binary_expression "(long)puVar7 + 0x1b" (cast_expression "(long)puVar7" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar7")) (+ "+") (number_literal "0x1b")) () ")")))) (< "<") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n local_40 = puVar7[6] & 0x7fffffff;\n local_3c = uVar6;\n FUN_0018f7c0(local_58 + 0x38,&local_40);\n }" ({ "{") (expression_statement "local_40 = puVar7[6] & 0x7fffffff;" (assignment_expression "local_40 = puVar7[6] & 0x7fffffff" (identifier "local_40") (= "=") (binary_expression "puVar7[6] & 0x7fffffff" (subscript_expression "puVar7[6]" (identifier "puVar7") ([ "[") (number_literal "6") (] "]")) (& "&") (number_literal "0x7fffffff"))) (; ";")) (expression_statement "local_3c = uVar6;" (assignment_expression "local_3c = uVar6" (identifier "local_3c") (= "=") (identifier "uVar6")) (; ";")) (expression_statement "FUN_0018f7c0(local_58 + 0x38,&local_40);" (call_expression "FUN_0018f7c0(local_58 + 0x38,&local_40)" (identifier "FUN_0018f7c0") (argument_list "(local_58 + 0x38,&local_40)" (( "(") (binary_expression "local_58 + 0x38" (identifier "local_58") (+ "+") (number_literal "0x38")) (, ",") (pointer_expression "&local_40" (& "&") (identifier "local_40")) () ")"))) (; ";")) (} "}"))) (} "}"))) (} "}")) (else_clause "else if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }" (else "else") (if_statement "if (uVar9 == 0xffff) {\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }" (if "if") (parenthesized_expression "(uVar9 == 0xffff)" (( "(") (binary_expression "uVar9 == 0xffff" (identifier "uVar9") (== "==") (number_literal "0xffff")) () ")")) (compound_statement "{\n lVar16 = param_1[8];\n if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }\n uVar9 = FUN_001bd230(lVar16,param_1,uVar11);\n goto LAB_0018fac2;\n }" ({ "{") (expression_statement "lVar16 = param_1[8];" (assignment_expression "lVar16 = param_1[8]" (identifier "lVar16") (= "=") (subscript_expression "param_1[8]" (identifier "param_1") ([ "[") (number_literal "8") (] "]"))) (; ";")) (if_statement "if (lVar16 == 0) {\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }" (if "if") (parenthesized_expression "(lVar16 == 0)" (( "(") (binary_expression "lVar16 == 0" (identifier "lVar16") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);\n param_1[8] = lVar16;\n }" ({ "{") (expression_statement "lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);" (assignment_expression "lVar16 = (**(code **)(*param_1 + 0xd8))(param_1)" (identifier "lVar16") (= "=") (call_expression "(**(code **)(*param_1 + 0xd8))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0xd8))" (( "(") (pointer_expression "**(code **)(*param_1 + 0xd8)" (* "*") (pointer_expression "*(code **)(*param_1 + 0xd8)" (* "*") (cast_expression "(code **)(*param_1 + 0xd8)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0xd8)" (( "(") (binary_expression "*param_1 + 0xd8" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0xd8")) () ")"))))) () ")")) (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "param_1[8] = lVar16;" (assignment_expression "param_1[8] = lVar16" (subscript_expression "param_1[8]" (identifier "param_1") ([ "[") (number_literal "8") (] "]")) (= "=") (identifier "lVar16")) (; ";")) (} "}"))) (expression_statement "uVar9 = FUN_001bd230(lVar16,param_1,uVar11);" (assignment_expression "uVar9 = FUN_001bd230(lVar16,param_1,uVar11)" (identifier "uVar9") (= "=") (call_expression "FUN_001bd230(lVar16,param_1,uVar11)" (identifier "FUN_001bd230") (argument_list "(lVar16,param_1,uVar11)" (( "(") (identifier "lVar16") (, ",") (identifier "param_1") (, ",") (identifier "uVar11") () ")")))) (; ";")) (goto_statement "goto LAB_0018fac2;" (goto "goto") (statement_identifier "LAB_0018fac2") (; ";")) (} "}"))))) (expression_statement "puVar17 = puVar18 + 4;" (assignment_expression "puVar17 = puVar18 + 4" (identifier "puVar17") (= "=") (binary_expression "puVar18 + 4" (identifier "puVar18") (+ "+") (number_literal "4"))) (; ";")) (expression_statement "uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2));" (assignment_expression "uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2))" (identifier "uVar5") (= "=") (call_expression "FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2))" (identifier "FUN_0026df00") (argument_list "(local_a0,*(undefined8 *)(puVar7 + 2))" (( "(") (identifier "local_a0") (, ",") (pointer_expression "*(undefined8 *)(puVar7 + 2)" (* "*") (cast_expression "(undefined8 *)(puVar7 + 2)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar7 + 2)" (( "(") (binary_expression "puVar7 + 2" (identifier "puVar7") (+ "+") (number_literal "2")) () ")")))) () ")")))) (; ";")) (expression_statement "*puVar18 = uVar5;" (assignment_expression "*puVar18 = uVar5" (pointer_expression "*puVar18" (* "*") (identifier "puVar18")) (= "=") (identifier "uVar5")) (; ";")) (expression_statement "puVar18[1] = *puVar7;" (assignment_expression "puVar18[1] = *puVar7" (subscript_expression "puVar18[1]" (identifier "puVar18") ([ "[") (number_literal "1") (] "]")) (= "=") (pointer_expression "*puVar7" (* "*") (identifier "puVar7"))) (; ";")) (expression_statement "puVar18[2] = puVar7[4];" (assignment_expression "puVar18[2] = puVar7[4]" (subscript_expression "puVar18[2]" (identifier "puVar18") ([ "[") (number_literal "2") (] "]")) (= "=") (subscript_expression "puVar7[4]" (identifier "puVar7") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "bVar1 = *(byte *)((long)puVar7 + 0x17);" (assignment_expression "bVar1 = *(byte *)((long)puVar7 + 0x17)" (identifier "bVar1") (= "=") (pointer_expression "*(byte *)((long)puVar7 + 0x17)" (* "*") (cast_expression "(byte *)((long)puVar7 + 0x17)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar7 + 0x17)" (( "(") (binary_expression "(long)puVar7 + 0x17" (cast_expression "(long)puVar7" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar7")) (+ "+") (number_literal "0x17")) () ")"))))) (; ";")) (expression_statement "*(undefined1 *)((long)puVar18 + 0xd) = 0;" (assignment_expression "*(undefined1 *)((long)puVar18 + 0xd) = 0" (pointer_expression "*(undefined1 *)((long)puVar18 + 0xd)" (* "*") (cast_expression "(undefined1 *)((long)puVar18 + 0xd)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar18 + 0xd)" (( "(") (binary_expression "(long)puVar18 + 0xd" (cast_expression "(long)puVar18" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar18")) (+ "+") (number_literal "0xd")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(short *)((long)puVar18 + 0xe) = (short)uVar9;" (assignment_expression "*(short *)((long)puVar18 + 0xe) = (short)uVar9" (pointer_expression "*(short *)((long)puVar18 + 0xe)" (* "*") (cast_expression "(short *)((long)puVar18 + 0xe)" (( "(") (type_descriptor "short *" (sized_type_specifier "short" (short "short")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar18 + 0xe)" (( "(") (binary_expression "(long)puVar18 + 0xe" (cast_expression "(long)puVar18" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar18")) (+ "+") (number_literal "0xe")) () ")")))) (= "=") (cast_expression "(short)uVar9" (( "(") (type_descriptor "short" (sized_type_specifier "short" (short "short"))) () ")") (identifier "uVar9"))) (; ";")) (expression_statement "*(byte *)(puVar18 + 3) = bVar1 >> 4;" (assignment_expression "*(byte *)(puVar18 + 3) = bVar1 >> 4" (pointer_expression "*(byte *)(puVar18 + 3)" (* "*") (cast_expression "(byte *)(puVar18 + 3)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar18 + 3)" (( "(") (binary_expression "puVar18 + 3" (identifier "puVar18") (+ "+") (number_literal "3")) () ")")))) (= "=") (binary_expression "bVar1 >> 4" (identifier "bVar1") (>> ">>") (number_literal "4"))) (; ";")) (expression_statement "puVar18 = puVar17;" (assignment_expression "puVar18 = puVar17" (identifier "puVar18") (= "=") (identifier "puVar17")) (; ";")) (if_statement "if (*(char *)((long)puVar7 + 0x1b) < '\0') {\n if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar14 = puVar13 + 4;\n uVar11 = uVar11 + 1;\n uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));\n *puVar13 = uVar5;\n puVar13[1] = *puVar7;\n puVar13[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar13 + 0xd) = 0;\n *(short *)((long)puVar13 + 0xe) = (short)uVar9;\n *(byte *)(puVar13 + 3) = bVar1 >> 4;\n puVar13 = puVar14;\n if (*(uint *)(param_1 + 0x24) <= uVar11) break;\n goto LAB_0018fa9b;\n }" (if "if") (parenthesized_expression "(*(char *)((long)puVar7 + 0x1b) < '\0')" (( "(") (binary_expression "*(char *)((long)puVar7 + 0x1b) < '\0'" (pointer_expression "*(char *)((long)puVar7 + 0x1b)" (* "*") (cast_expression "(char *)((long)puVar7 + 0x1b)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar7 + 0x1b)" (( "(") (binary_expression "(long)puVar7 + 0x1b" (cast_expression "(long)puVar7" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar7")) (+ "+") (number_literal "0x1b")) () ")")))) (< "<") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }\n puVar14 = puVar13 + 4;\n uVar11 = uVar11 + 1;\n uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));\n *puVar13 = uVar5;\n puVar13[1] = *puVar7;\n puVar13[2] = puVar7[4];\n bVar1 = *(byte *)((long)puVar7 + 0x17);\n *(undefined1 *)((long)puVar13 + 0xd) = 0;\n *(short *)((long)puVar13 + 0xe) = (short)uVar9;\n *(byte *)(puVar13 + 3) = bVar1 >> 4;\n puVar13 = puVar14;\n if (*(uint *)(param_1 + 0x24) <= uVar11) break;\n goto LAB_0018fa9b;\n }" ({ "{") (if_statement "if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }" (if "if") (parenthesized_expression "((undefined4 *)((long)local_98 + uVar10) <= puVar13)" (( "(") (binary_expression "(undefined4 *)((long)local_98 + uVar10) <= puVar13" (cast_expression "(undefined4 *)((long)local_98 + uVar10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)local_98 + uVar10)" (( "(") (binary_expression "(long)local_98 + uVar10" (cast_expression "(long)local_98" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "local_98")) (+ "+") (identifier "uVar10")) () ")"))) (<= "<=") (identifier "puVar13")) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate")" (identifier "FUN_0017c650") (argument_list "("../../gold/incremental.cc",0xa53,"do_relocate")" (( "(") (string_literal ""../../gold/incremental.cc"" (" """) (string_content "../../gold/incremental.cc") (" """)) (, ",") (number_literal "0xa53") (, ",") (string_literal ""do_relocate"" (" """) (string_content "do_relocate") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "puVar14 = puVar13 + 4;" (assignment_expression "puVar14 = puVar13 + 4" (identifier "puVar14") (= "=") (binary_expression "puVar13 + 4" (identifier "puVar13") (+ "+") (number_literal "4"))) (; ";")) (expression_statement "uVar11 = uVar11 + 1;" (assignment_expression "uVar11 = uVar11 + 1" (identifier "uVar11") (= "=") (binary_expression "uVar11 + 1" (identifier "uVar11") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));" (assignment_expression "uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2))" (identifier "uVar5") (= "=") (call_expression "FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2))" (identifier "FUN_0026df00") (argument_list "(local_88,*(undefined8 *)(puVar7 + 2))" (( "(") (identifier "local_88") (, ",") (pointer_expression "*(undefined8 *)(puVar7 + 2)" (* "*") (cast_expression "(undefined8 *)(puVar7 + 2)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar7 + 2)" (( "(") (binary_expression "puVar7 + 2" (identifier "puVar7") (+ "+") (number_literal "2")) () ")")))) () ")")))) (; ";")) (expression_statement "*puVar13 = uVar5;" (assignment_expression "*puVar13 = uVar5" (pointer_expression "*puVar13" (* "*") (identifier "puVar13")) (= "=") (identifier "uVar5")) (; ";")) (expression_statement "puVar13[1] = *puVar7;" (assignment_expression "puVar13[1] = *puVar7" (subscript_expression "puVar13[1]" (identifier "puVar13") ([ "[") (number_literal "1") (] "]")) (= "=") (pointer_expression "*puVar7" (* "*") (identifier "puVar7"))) (; ";")) (expression_statement "puVar13[2] = puVar7[4];" (assignment_expression "puVar13[2] = puVar7[4]" (subscript_expression "puVar13[2]" (identifier "puVar13") ([ "[") (number_literal "2") (] "]")) (= "=") (subscript_expression "puVar7[4]" (identifier "puVar7") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "bVar1 = *(byte *)((long)puVar7 + 0x17);" (assignment_expression "bVar1 = *(byte *)((long)puVar7 + 0x17)" (identifier "bVar1") (= "=") (pointer_expression "*(byte *)((long)puVar7 + 0x17)" (* "*") (cast_expression "(byte *)((long)puVar7 + 0x17)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar7 + 0x17)" (( "(") (binary_expression "(long)puVar7 + 0x17" (cast_expression "(long)puVar7" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar7")) (+ "+") (number_literal "0x17")) () ")"))))) (; ";")) (expression_statement "*(undefined1 *)((long)puVar13 + 0xd) = 0;" (assignment_expression "*(undefined1 *)((long)puVar13 + 0xd) = 0" (pointer_expression "*(undefined1 *)((long)puVar13 + 0xd)" (* "*") (cast_expression "(undefined1 *)((long)puVar13 + 0xd)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar13 + 0xd)" (( "(") (binary_expression "(long)puVar13 + 0xd" (cast_expression "(long)puVar13" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar13")) (+ "+") (number_literal "0xd")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(short *)((long)puVar13 + 0xe) = (short)uVar9;" (assignment_expression "*(short *)((long)puVar13 + 0xe) = (short)uVar9" (pointer_expression "*(short *)((long)puVar13 + 0xe)" (* "*") (cast_expression "(short *)((long)puVar13 + 0xe)" (( "(") (type_descriptor "short *" (sized_type_specifier "short" (short "short")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar13 + 0xe)" (( "(") (binary_expression "(long)puVar13 + 0xe" (cast_expression "(long)puVar13" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar13")) (+ "+") (number_literal "0xe")) () ")")))) (= "=") (cast_expression "(short)uVar9" (( "(") (type_descriptor "short" (sized_type_specifier "short" (short "short"))) () ")") (identifier "uVar9"))) (; ";")) (expression_statement "*(byte *)(puVar13 + 3) = bVar1 >> 4;" (assignment_expression "*(byte *)(puVar13 + 3) = bVar1 >> 4" (pointer_expression "*(byte *)(puVar13 + 3)" (* "*") (cast_expression "(byte *)(puVar13 + 3)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar13 + 3)" (( "(") (binary_expression "puVar13 + 3" (identifier "puVar13") (+ "+") (number_literal "3")) () ")")))) (= "=") (binary_expression "bVar1 >> 4" (identifier "bVar1") (>> ">>") (number_literal "4"))) (; ";")) (expression_statement "puVar13 = puVar14;" (assignment_expression "puVar13 = puVar14" (identifier "puVar13") (= "=") (identifier "puVar14")) (; ";")) (if_statement "if (*(uint *)(param_1 + 0x24) <= uVar11) break;" (if "if") (parenthesized_expression "(*(uint *)(param_1 + 0x24) <= uVar11)" (( "(") (binary_expression "*(uint *)(param_1 + 0x24) <= uVar11" (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")) () ")")))) (<= "<=") (identifier "uVar11")) () ")")) (break_statement "break;" (break "break") (; ";"))) (goto_statement "goto LAB_0018fa9b;" (goto "goto") (statement_identifier "LAB_0018fa9b") (; ";")) (} "}"))) (expression_statement "uVar11 = uVar11 + 1;" (assignment_expression "uVar11 = uVar11 + 1" (identifier "uVar11") (= "=") (binary_expression "uVar11 + 1" (identifier "uVar11") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "puVar14 = puVar13;" (assignment_expression "puVar14 = puVar13" (identifier "puVar14") (= "=") (identifier "puVar13")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(uVar11 < *(uint *)(param_1 + 0x24))" (( "(") (binary_expression "uVar11 < *(uint *)(param_1 + 0x24)" (identifier "uVar11") (< "<") (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 ((uVar15 != 0) && ((long)puVar17 - (long)local_68 != (ulong)uVar15)) {\n \n FUN_0017c650("../../gold/incremental.cc",0xa62,"do_relocate");\n }" (if "if") (parenthesized_expression "((uVar15 != 0) && ((long)puVar17 - (long)local_68 != (ulong)uVar15))" (( "(") (binary_expression "(uVar15 != 0) && ((long)puVar17 - (long)local_68 != (ulong)uVar15)" (parenthesized_expression "(uVar15 != 0)" (( "(") (binary_expression "uVar15 != 0" (identifier "uVar15") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "((long)puVar17 - (long)local_68 != (ulong)uVar15)" (( "(") (binary_expression "(long)puVar17 - (long)local_68 != (ulong)uVar15" (binary_expression "(long)puVar17 - (long)local_68" (cast_expression "(long)puVar17" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar17")) (- "-") (cast_expression "(long)local_68" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "local_68"))) (!= "!=") (cast_expression "(ulong)uVar15" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar15"))) () ")"))) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/incremental.cc",0xa62,"do_relocate");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/incremental.cc",0xa62,"do_relocate");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0xa62,"do_relocate")" (identifier "FUN_0017c650") (argument_list "("../../gold/incremental.cc",0xa62,"do_relocate")" (( "(") (string_literal ""../../gold/incremental.cc"" (" """) (string_content "../../gold/incremental.cc") (" """)) (, ",") (number_literal "0xa62") (, ",") (string_literal ""do_relocate"" (" """) (string_content "do_relocate") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if ((uVar4 == 0) || ((long)puVar14 - (long)local_98 == uVar10)) {\n return;\n }" (if "if") (parenthesized_expression "((uVar4 == 0) || ((long)puVar14 - (long)local_98 == uVar10))" (( "(") (binary_expression "(uVar4 == 0) || ((long)puVar14 - (long)local_98 == uVar10)" (parenthesized_expression "(uVar4 == 0)" (( "(") (binary_expression "uVar4 == 0" (identifier "uVar4") (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "((long)puVar14 - (long)local_98 == uVar10)" (( "(") (binary_expression "(long)puVar14 - (long)local_98 == uVar10" (binary_expression "(long)puVar14 - (long)local_98" (cast_expression "(long)puVar14" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar14")) (- "-") (cast_expression "(long)local_98" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "local_98"))) (== "==") (identifier "uVar10")) () ")"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (labeled_statement "LAB_0018fd63:\n \n FUN_0017c650("../../gold/incremental.cc",0xa69,"do_relocate");" (statement_identifier "LAB_0018fd63") (: ":") (expression_statement "FUN_0017c650("../../gold/incremental.cc",0xa69,"do_relocate");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0xa69,"do_relocate")" (identifier "FUN_0017c650") (argument_list "("../../gold/incremental.cc",0xa69,"do_relocate")" (( "(") (string_literal ""../../gold/incremental.cc"" (" """) (string_content "../../gold/incremental.cc") (" """)) (, ",") (number_literal "0xa69") (, ",") (string_literal ""do_relocate"" (" """) (string_content "do_relocate") (" """)) () ")"))) (; ";"))) (} "}")))
|
/* WARNING: Type propagation algorithm not settling */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void do_relocate(Sized_relobj_incr<32,_false> * this, Symbol_table *
param_1, Layout * layout, Output_file * of) */
void __thiscall
var_11::var_25<32,var_26>::do_relocate
(var_25<32,var_26> *this,type_11 *param_1,type_12 *layout,type_8 *of)
{
byte var_4;
type_1 *pOVar2;
long var_5;
type_2 *var_20;
type_3 *var_29;
int var_18;
type_4 var_24;
type_4 var_30;
type_5 *pOVar9;
type_6 sVar10;
type_7 *var_32;
type_8 *this_1;
type_9 pLVar11;
type_4 var_22;
size_t var_6;
size_t var_23;
type_4 var_28;
type_10 var_9;
type_11 *var_39;
type_12 *var_14;
type_12 *__dest;
type_13 *var_8;
type_13 *puVar18;
type_4 var_19;
type_13 *var_38;
type_13 *var_35;
type_14 *local_a0;
type_13 *var_37;
type_14 *local_88;
type_13 *local_68;
type_5 *local_58;
var_1<var_2,var_31> local_40 [2];
type_15 extraout_var;
if (this->incr_reloc_count_ == 0) {
return;
}
if (layout->incremental_inputs_ == (type_16 *)0x0) {
LAB_0018fd1b:
/* WARNING: Subroutine does not return */
var_3("../../gold/incremental.cc",0xa01,"do_relocate");
}
pOVar2 = layout->incremental_inputs_->relocs_section_;
var_4 = (pOVar2->super_Output_section_data_build).super_Output_section_data.super_Output_data.
field_0x20;
if ((var_4 & 4) == 0) {
LAB_0018fd7b:
/* WARNING: Subroutine does not return */
var_3("../../gold/output.h",0xe3,"offset");
}
this_1 = (type_8 *)(type_10)(var_4 & 2);
var_5 = (pOVar2->super_Output_section_data_build).super_Output_section_data.super_Output_data.
offset_;
if ((var_4 & 2) == 0) {
/* WARNING: Subroutine does not return */
var_3("../../gold/output.h",0xcf,"data_size");
}
var_6 = (pOVar2->super_Output_section_data_build).super_Output_section_data.super_Output_data.
data_size_;
var_14 = (type_12 *)this;
if ((var_5 < 0) ||
(var_6 = var_6 + var_5, param_1 = (type_11 *)of, of->file_size_ < (long)var_6)) {
LAB_0018fd11:
/* WARNING: Subroutine does not return */
Output_file::var_7((type_8 *)var_14,(type_17)param_1,var_6,this_1);
}
var_8 = of->base_;
var_9 = (type_10)(this->incr_reloc_output_index_ << 4);
__dest = (type_12 *)(var_8 + var_9 + var_5);
var_14 = __dest;
var_10(__dest,this->incr_relocs_,(type_10)(this->incr_reloc_count_ << 4));
if (this->incr_reloc_count_ != 0) {
var_14 = (type_12 *)
(this->ibase_->section_map_).
super__Vector_base<var_11::type_2*,var_12::allocator<var_11::type_2*>var_13>.
_M_impl._M_start[*(type_4 *)&__dest->field_0x4];
if (var_14 != (type_12 *)0x0) {
var_19 = 0;
do {
if (*(type_18 **)(*(long *)var_14 + 0x58) == type_2::do_out_shndx) {
var_18 = *(int *)((long)&(var_14->namepool_).strings_.
super__List_base<var_11::var_15<var_16>::var_17*,var_12::allocator<var_11::var_15<var_16>::var_17*>var_13>
._M_impl._M_node._M_size + 4);
if (var_18 == -1) goto LAB_0018fcc9;
}
else {
var_18 = (**(type_18 **)(*(long *)var_14 + 0x58))();
}
*(int *)&__dest->field_0x4 = var_18;
var_19 = var_19 + 1;
if (this->incr_reloc_count_ <= var_19) goto LAB_0018f930;
__dest = (type_12 *)(var_8 + var_19 * 0x10 + var_9 + var_5);
var_14 = (type_12 *)
(this->ibase_->section_map_).
super__Vector_base<var_11::type_2*,var_12::allocator<var_11::type_2*>var_13>.
_M_impl._M_start[*(type_4 *)&__dest->field_0x4];
} while (var_14 != (type_12 *)0x0);
}
/* WARNING: Subroutine does not return */
var_3("../../gold/incremental.cc",0xa12,"do_relocate");
}
LAB_0018f930:
var_20 = layout->symtab_section_;
if (var_20 == (type_2 *)0x0) {
Layout::var_21(var_14);
goto LAB_0018fd1b;
}
if (((var_20->super_Output_data).field_0x20 & 4) == 0) goto LAB_0018fd7b;
var_19 = this->local_symbol_count_;
this_1 = (type_8 *)(type_10)var_19;
var_22 = var_19 << 4;
var_39 = (type_11 *)(type_10)var_22;
if (var_22 == 0) {
local_68 = (type_13 *)0x0;
}
else {
var_23 = (type_10)this->local_symbol_offset_ + (var_20->super_Output_data).offset_;
var_6 = var_23;
param_1 = var_39;
if (((long)var_23 < 0) ||
(var_6 = (long)&var_39->saw_undefined_ + var_23, param_1 = (type_11 *)of,
of->file_size_ < (long)var_6)) goto LAB_0018fd11;
local_68 = of->base_ + var_23;
}
var_24 = this->output_local_dynsym_count_ << 4;
var_9 = (type_10)var_24;
if (var_24 == 0) {
pOVar9 = layout->symtab_xindex_;
local_58 = layout->dynsym_xindex_;
if (var_19 == 0) {
return;
}
var_37 = (type_13 *)0x0;
}
else {
var_6 = (size_t)this->local_dynsym_offset_;
param_1 = (type_11 *)of;
if (of->file_size_ < (long)(var_6 + var_9)) goto LAB_0018fd11;
var_37 = of->base_ + var_6;
pOVar9 = layout->symtab_xindex_;
local_58 = layout->dynsym_xindex_;
if (var_19 == 0) goto LAB_0018fd63;
}
local_88 = &layout->dynpool_;
local_a0 = &layout->sympool_;
var_19 = 0;
var_8 = var_37;
var_35 = local_68;
LAB_0018fa9b:
do {
pLVar11 = (this->local_symbols_).
super__Vector_base<var_11::var_25<32,var_26>::var_27,var_12::allocator<var_11::var_25<32,var_26>::var_27>var_13>
._M_impl._M_start + var_19;
var_28 = *(type_4 *)&pLVar11->field_0x14 & 0xfffffff;
if (var_28 < 0xff00) {
LAB_0018fac2:
var_20 = (this->ibase_->section_map_).
super__Vector_base<var_11::type_2*,var_12::allocator<var_11::type_2*>var_13>.
_M_impl._M_start[var_28];
var_29 = (var_20->super_Output_data)._vptr_Output_data[0xb];
if (var_29 == type_2::do_out_shndx) {
var_30 = var_20->out_shndx_;
if (var_30 == 0xffffffff) {
LAB_0018fcc9:
/* WARNING: Subroutine does not return */
var_3("../../gold/output.h",0x1043,"do_out_shndx");
}
}
else {
var_30 = (*var_29)();
}
var_28 = var_30;
if (0xfeff < var_30) {
var_28 = 0xffffffff;
local_40[0].first = this->local_symbol_index_ + var_19;
local_40[0].second = var_30;
std::
vector<std::var_1<var_2,var_31>,var_12::allocator<std::var_1<var_2,var_31>var_13>var_13>
::emplace_back<std::var_1<var_2,var_31>var_13>(&pOVar9->entries_,local_40);
if ((char)pLVar11->field_0x1b < '\0') {
local_40[0].first = *(type_4 *)&pLVar11->field_0x18 & 0x7fffffff;
local_40[0].second = var_30;
std::
vector<std::var_1<var_2,var_31>,var_12::allocator<std::var_1<var_2,var_31>var_13>var_13>
::emplace_back<std::var_1<var_2,var_31>var_13>(&local_58->entries_,local_40);
}
}
}
else if (var_28 == 0xffff) {
var_32 = (this->super_Sized_relobj<32,var_26>).super_Relobj.super_Object.xindex_;
if (var_32 == (type_7 *)0x0) {
var_18 = (*(this->super_Sized_relobj<32,var_26>).super_Relobj.super_Object._vptr_Object[0x1b]
)(this);
var_32 = (type_7 *)var_33(extraout_var,var_18);
(this->super_Sized_relobj<32,var_26>).super_Relobj.super_Object.xindex_ = var_32;
}
var_28 = type_7::var_34(var_32,(type_19 *)this,var_19);
goto LAB_0018fac2;
}
var_38 = var_35 + 0x10;
sVar10 = var_15<var_16>::var_36(local_a0,pLVar11->name);
*(int *)var_35 = (int)sVar10;
*(type_20 *)(var_35 + 4) = pLVar11->st_value;
*(type_4 *)(var_35 + 8) = pLVar11->st_size;
var_4 = pLVar11->field_0x17;
var_35[0xd] = '\0';
*(short *)(var_35 + 0xe) = (short)var_28;
var_35[0xc] = var_4 >> 4;
var_35 = var_38;
if ((char)pLVar11->field_0x1b < '\0') {
if (var_37 + var_9 <= var_8) {
/* WARNING: Subroutine does not return */
var_3("../../gold/incremental.cc",0xa53,"do_relocate");
}
puVar18 = var_8 + 0x10;
var_19 = var_19 + 1;
sVar10 = var_15<var_16>::var_36(local_88,pLVar11->name);
*(int *)var_8 = (int)sVar10;
*(type_20 *)(var_8 + 4) = pLVar11->st_value;
*(type_4 *)(var_8 + 8) = pLVar11->st_size;
var_4 = pLVar11->field_0x17;
var_8[0xd] = '\0';
*(short *)(var_8 + 0xe) = (short)var_28;
var_8[0xc] = var_4 >> 4;
var_8 = puVar18;
if (this->local_symbol_count_ <= var_19) break;
goto LAB_0018fa9b;
}
var_19 = var_19 + 1;
puVar18 = var_8;
} while (var_19 < this->local_symbol_count_);
if ((var_22 != 0) && ((type_11 *)(var_38 + -(long)local_68) != var_39)) {
/* WARNING: Subroutine does not return */
var_3("../../gold/incremental.cc",0xa62,"do_relocate");
}
if ((var_24 == 0) || ((long)puVar18 - (long)var_37 == var_9)) {
return;
}
LAB_0018fd63:
/* WARNING: Subroutine does not return */
var_3("../../gold/incremental.cc",0xa69,"do_relocate");
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (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: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (identifier))) arguments: (argument_list (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (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: (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: (subscript_expression argument: (identifier) index: (number_literal))) (call_expression function: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) 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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) 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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))))))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (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: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))))))) (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (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: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))))) consequence: (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: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (labeled_statement label: (statement_identifier) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list))))))) (expression_statement (assignment_expression left: (identifier) right: (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: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (pointer_expression argument: (identifier)))))))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (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) (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: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (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: (subscript_expression argument: (identifier) index: (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: (sized_type_specifier)) value: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)))) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (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: (pointer_expression argument: (identifier)) right: (identifier))) (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: (subscript_expression argument: (identifier) index: (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: (sized_type_specifier)) value: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) consequence: (break_statement)) (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)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))) right: (identifier))))) consequence: (compound_statement (return_statement))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))))
| null |
void MASKED(long *param_1,undefined8 param_2,long param_3,long param_4)
{
byte bVar1;
code *pcVar2;
int iVar3;
uint uVar4;
undefined4 uVar5;
uint uVar6;
undefined4 *puVar7;
long lVar8;
uint uVar9;
ulong uVar10;
uint uVar11;
long *plVar12;
void *__dest;
undefined4 *puVar13;
undefined4 *puVar14;
uint uVar15;
long lVar16;
undefined4 *puVar17;
undefined4 *puVar18;
long local_a0;
undefined4 *local_98;
long local_88;
undefined4 *local_68;
long local_58;
uint local_40;
uint local_3c;
if (*(int *)((long)param_1 + 0x15c) == 0) {
return;
}
if (*(long *)(param_3 + 0x378) == 0) {
LAB_0018fd1b:
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/incremental.cc",0xa01,"do_relocate");
}
lVar8 = *(long *)(*(long *)(param_3 + 0x378) + 0x68);
if ((*(byte *)(lVar8 + 0x20) & 4) == 0) {
LAB_0018fd7b:
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/output.h",0xe3,"offset");
}
lVar16 = *(long *)(lVar8 + 0x18);
if ((*(byte *)(lVar8 + 0x20) & 2) == 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/output.h",0xcf,"data_size");
}
if ((lVar16 < 0) || (*(long *)(param_4 + 0x10) < *(long *)(lVar8 + 0x10) + lVar16)) {
LAB_0018fd11:
/* WARNING: Subroutine does not return */
FUN_00182e30();
}
lVar16 = lVar16 + *(long *)(param_4 + 0x18);
uVar10 = (ulong)(uint)((int)param_1[0x2c] << 4);
__dest = (void *)(lVar16 + uVar10);
memcpy(__dest,(void *)param_1[0x2d],(ulong)(uint)(*(int *)((long)param_1 + 0x15c) << 4));
if (*(int *)((long)param_1 + 0x15c) != 0) {
plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)*(uint *)((long)__dest + 4) * 8);
if (plVar12 != (long *)0x0) {
uVar15 = 0;
do {
if (*(code **)(*plVar12 + 0x58) == FUN_001869e0) {
iVar3 = *(int *)((long)plVar12 + 0x7c);
if (iVar3 == -1) goto LAB_0018fcc9;
}
else {
iVar3 = (**(code **)(*plVar12 + 0x58))();
}
*(int *)((long)__dest + 4) = iVar3;
uVar15 = uVar15 + 1;
if (*(uint *)((long)param_1 + 0x15c) <= uVar15) goto LAB_0018f930;
__dest = (void *)(uVar15 * 0x10 + uVar10 + lVar16);
plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) +
(ulong)*(uint *)((long)__dest + 4) * 8);
} while (plVar12 != (long *)0x0);
}
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/incremental.cc",0xa12,"do_relocate");
}
LAB_0018f930:
lVar8 = *(long *)(param_3 + 0x2d0);
if (lVar8 == 0) {
FUN_00182e10();
goto LAB_0018fd1b;
}
if ((*(byte *)(lVar8 + 0x20) & 4) == 0) goto LAB_0018fd7b;
iVar3 = (int)param_1[0x24];
uVar15 = iVar3 << 4;
if (uVar15 == 0) {
local_68 = (undefined4 *)0x0;
}
else {
lVar8 = (ulong)*(uint *)((long)param_1 + 300) + *(long *)(lVar8 + 0x18);
if ((lVar8 < 0) || (*(long *)(param_4 + 0x10) < (long)(lVar8 + (ulong)uVar15)))
goto LAB_0018fd11;
local_68 = (undefined4 *)(lVar8 + *(long *)(param_4 + 0x18));
}
uVar4 = *(int *)((long)param_1 + 0x124) << 4;
uVar10 = (ulong)uVar4;
if (uVar4 == 0) {
lVar8 = *(long *)(param_3 + 0x2d8);
local_58 = *(long *)(param_3 + 0x2e8);
if (iVar3 == 0) {
return;
}
local_98 = (undefined4 *)0x0;
}
else {
if (*(long *)(param_4 + 0x10) < (long)(*(uint *)(param_1 + 0x26) + uVar10)) goto LAB_0018fd11;
local_98 = (undefined4 *)((ulong)*(uint *)(param_1 + 0x26) + *(long *)(param_4 + 0x18));
lVar8 = *(long *)(param_3 + 0x2d8);
local_58 = *(long *)(param_3 + 0x2e8);
if (iVar3 == 0) goto LAB_0018fd63;
}
local_88 = param_3 + 0x130;
local_a0 = param_3 + 0xa0;
uVar11 = 0;
puVar13 = local_98;
puVar18 = local_68;
LAB_0018fa9b:
do {
puVar7 = (undefined4 *)((ulong)uVar11 * 0x20 + param_1[0x2e]);
uVar9 = puVar7[5] & 0xfffffff;
if (uVar9 < 0xff00) {
LAB_0018fac2:
plVar12 = *(long **)(*(long *)(param_1[0x1f] + 0x90) + (ulong)uVar9 * 8);
pcVar2 = *(code **)(*plVar12 + 0x58);
if (pcVar2 == FUN_001869e0) {
uVar6 = *(uint *)((long)plVar12 + 0x7c);
if (uVar6 == 0xffffffff) {
LAB_0018fcc9:
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/output.h",0x1043,"do_out_shndx");
}
}
else {
uVar6 = (*pcVar2)();
}
uVar9 = uVar6;
if (0xfeff < uVar6) {
uVar9 = 0xffffffff;
local_40 = (int)param_1[0x25] + uVar11;
local_3c = uVar6;
FUN_0018f7c0(lVar8 + 0x38,&local_40);
if (*(char *)((long)puVar7 + 0x1b) < '\0') {
local_40 = puVar7[6] & 0x7fffffff;
local_3c = uVar6;
FUN_0018f7c0(local_58 + 0x38,&local_40);
}
}
}
else if (uVar9 == 0xffff) {
lVar16 = param_1[8];
if (lVar16 == 0) {
lVar16 = (**(code **)(*param_1 + 0xd8))(param_1);
param_1[8] = lVar16;
}
uVar9 = FUN_001bd230(lVar16,param_1,uVar11);
goto LAB_0018fac2;
}
puVar17 = puVar18 + 4;
uVar5 = FUN_0026df00(local_a0,*(undefined8 *)(puVar7 + 2));
*puVar18 = uVar5;
puVar18[1] = *puVar7;
puVar18[2] = puVar7[4];
bVar1 = *(byte *)((long)puVar7 + 0x17);
*(undefined1 *)((long)puVar18 + 0xd) = 0;
*(short *)((long)puVar18 + 0xe) = (short)uVar9;
*(byte *)(puVar18 + 3) = bVar1 >> 4;
puVar18 = puVar17;
if (*(char *)((long)puVar7 + 0x1b) < '\0') {
if ((undefined4 *)((long)local_98 + uVar10) <= puVar13) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/incremental.cc",0xa53,"do_relocate");
}
puVar14 = puVar13 + 4;
uVar11 = uVar11 + 1;
uVar5 = FUN_0026df00(local_88,*(undefined8 *)(puVar7 + 2));
*puVar13 = uVar5;
puVar13[1] = *puVar7;
puVar13[2] = puVar7[4];
bVar1 = *(byte *)((long)puVar7 + 0x17);
*(undefined1 *)((long)puVar13 + 0xd) = 0;
*(short *)((long)puVar13 + 0xe) = (short)uVar9;
*(byte *)(puVar13 + 3) = bVar1 >> 4;
puVar13 = puVar14;
if (*(uint *)(param_1 + 0x24) <= uVar11) break;
goto LAB_0018fa9b;
}
uVar11 = uVar11 + 1;
puVar14 = puVar13;
} while (uVar11 < *(uint *)(param_1 + 0x24));
if ((uVar15 != 0) && ((long)puVar17 - (long)local_68 != (ulong)uVar15)) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/incremental.cc",0xa62,"do_relocate");
}
if ((uVar4 == 0) || ((long)puVar14 - (long)local_98 == uVar10)) {
return;
}
LAB_0018fd63:
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/incremental.cc",0xa69,"do_relocate");
}
|
6844_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
|
do_write
|
FUN_00379d70
|
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void do_write(Output_section_incremental_inputs<32,_false> * this,
Output_file * of) */
void __thiscall
gold::Output_section_incremental_inputs<32,_false>::do_write
(Output_section_incremental_inputs<32,_false> *this,Output_file *of)
{
byte bVar1;
uint global_sym_count;
Incremental_inputs *pIVar2;
long lVar3;
long lVar4;
uchar *puVar5;
Output_section_incremental_inputs<32,_false> *pOVar6;
undefined8 uVar7;
pointer ppIVar8;
pointer ppIVar9;
Output_data_space *pOVar10;
Output_section_incremental_inputs<32,_false> *this_00;
ulong uVar11;
uchar *puVar12;
Stringpool *pSVar13;
Stringpool *in_RCX;
Output_data_space *in_RDX;
uchar *oview;
Output_file *start;
bool bVar14;
pIVar2 = this->inputs_;
bVar1 = (this->super_Output_section_data).super_Output_data.field_0x20;
pSVar13 = pIVar2->strtab_;
if ((bVar1 & 4) != 0) {
lVar3 = (this->super_Output_section_data).super_Output_data.offset_;
if ((bVar1 & 2) == 0) {
LAB_00379f74:
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0xcf,"data_size");
}
lVar4 = (this->super_Output_section_data).super_Output_data.data_size_;
start = of;
this_00 = this;
if ((-1 < lVar3) && (in_RCX = (Stringpool *)of->file_size_, lVar4 + lVar3 <= (long)in_RCX)) {
in_RDX = pIVar2->symtab_section_;
puVar5 = of->base_;
bVar1 = (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data.
field_0x20;
oview = puVar5 + lVar3;
if ((bVar1 & 4) == 0) goto LAB_00379f8c;
start = (Output_file *)(ulong)(bVar1 & 2);
lVar3 = (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data.
offset_;
if ((bVar1 & 2) == 0) goto LAB_00379f74;
pOVar6 = (Output_section_incremental_inputs<32,_false> *)
(in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data
.data_size_;
this_00 = pOVar6;
if ((-1 < lVar3) &&
(in_RDX = (Output_data_space *)
((long)&(pOVar6->super_Output_section_data).super_Output_data._vptr_Output_data +
lVar3), (long)in_RDX <= (long)in_RCX)) {
global_sym_count = this->symtab_->output_count_;
uVar11 = (ulong)global_sym_count * 4;
this_00 = (Output_section_incremental_inputs<32,_false> *)operator_new__(uVar11);
memset(this_00,0,uVar11);
if ((pSVar13->key_to_offset_).size_ < pIVar2->command_line_key_) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/stringpool.h",0x108,"get_offset_from_key");
}
uVar11 = pIVar2->command_line_key_ - 1;
uVar7 = *(undefined8 *)
((long)(pSVar13->key_to_offset_).chunks_.
super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>
._M_impl._M_start[uVar11 >> 0xd].
super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start +
(ulong)((uint)uVar11 & 0x1fff) * 8);
ppIVar8 = (pIVar2->inputs_).
super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>
._M_impl._M_finish;
ppIVar9 = (pIVar2->inputs_).
super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>
._M_impl._M_start;
oview[0] = '\x02';
oview[1] = '\0';
oview[2] = '\0';
oview[3] = '\0';
*(int *)(oview + 8) = (int)uVar7;
*(int *)(oview + 4) = (int)((long)ppIVar8 - (long)ppIVar9 >> 3);
oview[0xc] = '\0';
oview[0xd] = '\0';
oview[0xe] = '\0';
oview[0xf] = '\0';
puVar12 = write_input_files(this,oview,oview + 0x10,pSVar13);
puVar12 = write_info_blocks(this,oview,puVar12,pSVar13,(uint *)this_00,global_sym_count);
if ((long)puVar12 - (long)oview != lVar4) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/incremental.cc",0x59c,"do_write");
}
if ((Output_section_incremental_inputs<32,_false> *)((ulong)global_sym_count << 2) != pOVar6
) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/incremental.cc",0x59f,"do_write");
}
in_RCX = pSVar13;
if (global_sym_count != 0) {
in_RCX = (Stringpool *)(ulong)(global_sym_count - 1);
pSVar13 = (Stringpool *)0x0;
do {
*(uint *)(puVar5 + (long)pSVar13 * 4 + lVar3) =
*(uint *)((long)&(this_00->super_Output_section_data).super_Output_data.
_vptr_Output_data + (long)pSVar13 * 4);
bVar14 = in_RCX != pSVar13;
pSVar13 = (Stringpool *)((long)&(pSVar13->string_set_)._M_h._M_buckets + 1);
} while (bVar14);
}
operator_delete__(this_00);
pOVar10 = pIVar2->got_plt_section_;
bVar1 = (pOVar10->super_Output_section_data_build).super_Output_section_data.
super_Output_data.field_0x20;
if ((bVar1 & 4) == 0) goto LAB_00379f8c;
start = (Output_file *)
(pOVar10->super_Output_section_data_build).super_Output_section_data.
super_Output_data.offset_;
if ((bVar1 & 2) == 0) goto LAB_00379f74;
in_RDX = (Output_data_space *)
(pOVar10->super_Output_section_data_build).super_Output_section_data.
super_Output_data.data_size_;
if ((-1 < (long)start) &&
((long)&start->name_ + (long)&in_RDX->super_Output_section_data_build <= of->file_size_))
{
write_got_plt(this,of->base_ + (long)&start->name_,(off_t)in_RDX);
return;
}
}
}
/* WARNING: Subroutine does not return */
Output_file::get_output_view
((Output_file *)this_00,(off_t)start,(size_t)in_RDX,(Output_file *)in_RCX);
}
LAB_00379f8c:
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0xe3,"offset");
}
|
void FUN_00379d70(long param_1,long param_2)
{
size_t __n;
uint uVar1;
long *plVar2;
long lVar3;
long lVar4;
long lVar5;
long lVar6;
long lVar7;
long lVar8;
void *__s;
ulong uVar9;
undefined8 uVar10;
long lVar11;
undefined4 *puVar12;
bool bVar13;
plVar2 = *(long **)(param_1 + 0x38);
lVar11 = plVar2[8];
if ((*(byte *)(param_1 + 0x20) & 4) != 0) {
lVar3 = *(long *)(param_1 + 0x18);
if ((*(byte *)(param_1 + 0x20) & 2) == 0) {
LAB_00379f74:
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0xcf,"data_size");
}
lVar4 = *(long *)(param_1 + 0x10);
if ((-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10))) {
lVar5 = plVar2[0xc];
lVar6 = *(long *)(param_2 + 0x18);
puVar12 = (undefined4 *)(lVar3 + lVar6);
if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;
lVar3 = *(long *)(lVar5 + 0x18);
if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;
lVar5 = *(long *)(lVar5 + 0x10);
if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {
uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);
__n = (ulong)uVar1 * 4;
__s = (void *)thunk_FUN_0049cb60(__n);
memset(__s,0,__n);
if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");
}
uVar9 = plVar2[7] - 1;
uVar10 = *(undefined8 *)
(*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +
(ulong)((uint)uVar9 & 0x1fff) * 8);
lVar7 = plVar2[1];
lVar8 = *plVar2;
*puVar12 = 2;
puVar12[2] = (int)uVar10;
puVar12[1] = (int)(lVar7 - lVar8 >> 3);
puVar12[3] = 0;
uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);
lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);
if (lVar11 - (long)puVar12 != lVar4) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");
}
if ((ulong)uVar1 << 2 != lVar5) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");
}
if (uVar1 != 0) {
uVar9 = 0;
do {
*(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);
bVar13 = uVar1 - 1 != uVar9;
uVar9 = uVar9 + 1;
} while (bVar13);
}
thunk_FUN_0049e330(__s);
lVar11 = plVar2[0xe];
if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;
lVar3 = *(long *)(lVar11 + 0x18);
if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;
if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {
FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));
return;
}
}
}
/* WARNING: Subroutine does not return */
FUN_00358e50();
}
LAB_00379f8c:
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0xe3,"offset");
}
|
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x38
MOV R15,qword ptr [RDI + 0x38]
MOVZX EAX,byte ptr [RDI + 0x20]
MOV R11,qword ptr [R15 + 0x40]
TEST AL,0x4
JZ 0x00379f8c
MOV R13,RDI
MOV RBX,qword ptr [RDI + 0x18]
TEST AL,0x2
JZ 0x00379f74
MOV RAX,qword ptr [RDI + 0x10]
MOV qword ptr [RSP + 0x8],RAX
TEST RBX,RBX
JS 0x00379f6f
MOV RAX,qword ptr [RSP + 0x8]
MOV RCX,qword ptr [RSI + 0x10]
MOV R14,RSI
MOV qword ptr [RSP + 0x28],R11
ADD RAX,RBX
CMP RAX,RCX
JG 0x00379f6f
MOV RDX,qword ptr [R15 + 0x60]
MOV R12,qword ptr [RSI + 0x18]
MOVZX ESI,byte ptr [RDX + 0x20]
ADD RBX,R12
TEST SIL,0x4
JZ 0x00379f8c
AND ESI,0x2
MOV RAX,qword ptr [RDX + 0x18]
JZ 0x00379f74
MOV RDI,qword ptr [RDX + 0x10]
MOV qword ptr [RSP + 0x10],RDI
TEST RAX,RAX
JS 0x00379f6f
LEA RDX,[RDI + RAX*0x1]
CMP RDX,RCX
JG 0x00379f6f
ADD R12,RAX
MOV RAX,qword ptr [R13 + 0x40]
MOV EAX,dword ptr [RAX + 0x18]
LEA RDX,[RAX*0x4]
MOV dword ptr [RSP + 0x4],EAX
MOV RDI,RDX
MOV qword ptr [RSP + 0x20],RDX
MOV qword ptr [RSP + 0x18],RAX
CALL 0x0049cb00
MOV RDX,qword ptr [RSP + 0x20]
XOR ESI,ESI
MOV RDI,RAX
MOV RBP,RAX
CALL 0x00177100
MOV R11,qword ptr [RSP + 0x28]
MOV RAX,qword ptr [R15 + 0x38]
CMP RAX,qword ptr [R11 + 0x50]
JA 0x00379fd4
SUB RAX,0x1
MOV RCX,qword ptr [R11 + 0x38]
MOV RSI,RBX
MOV RDI,R13
MOV RDX,RAX
AND EAX,0x1fff
MOV qword ptr [RSP + 0x20],R11
SHR RDX,0xd
LEA RDX,[RDX + RDX*0x2]
LEA RDX,[RCX + RDX*0x8]
MOV RCX,R11
MOV RDX,qword ptr [RDX]
MOV RDX,qword ptr [RDX + RAX*0x8]
MOV RAX,qword ptr [R15 + 0x8]
SUB RAX,qword ptr [R15]
MOV dword ptr [RBX],0x2
SAR RAX,0x3
MOV dword ptr [RBX + 0x8],EDX
LEA RDX,[RBX + 0x10]
MOV dword ptr [RBX + 0x4],EAX
MOV dword ptr [RBX + 0xc],0x0
CALL 0x00378db0
MOV R11,qword ptr [RSP + 0x20]
MOV R8,RBP
MOV RSI,RBX
MOV R9D,dword ptr [RSP + 0x4]
MOV RDX,RAX
MOV RDI,R13
MOV RCX,R11
CALL 0x00378ee0
SUB RAX,RBX
CMP RAX,qword ptr [RSP + 0x8]
JNZ 0x00379fbc
MOV RAX,qword ptr [RSP + 0x18]
SHL RAX,0x2
CMP RAX,qword ptr [RSP + 0x10]
JNZ 0x00379fa4
MOV EAX,dword ptr [RSP + 0x4]
TEST EAX,EAX
JZ 0x00379f24
LEA ECX,[RAX + -0x1]
XOR EAX,EAX
JMP 0x00379f13
MOV RAX,RDX
MOV EDX,dword ptr [RBP + RAX*0x4]
MOV dword ptr [R12 + RAX*0x4],EDX
LEA RDX,[RAX + 0x1]
CMP RCX,RAX
JNZ 0x00379f10
MOV RDI,RBP
CALL 0x0049e300
MOV RAX,qword ptr [R15 + 0x70]
MOVZX EDX,byte ptr [RAX + 0x20]
TEST DL,0x4
JZ 0x00379f8c
AND EDX,0x2
MOV RSI,qword ptr [RAX + 0x18]
JZ 0x00379f74
MOV RDX,qword ptr [RAX + 0x10]
TEST RSI,RSI
JS 0x00379f6f
LEA RAX,[RDX + RSI*0x1]
CMP RAX,qword ptr [R14 + 0x10]
JG 0x00379f6f
ADD RSI,qword ptr [R14 + 0x18]
ADD RSP,0x38
MOV RDI,R13
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
JMP 0x00379a60
CALL 0x00358e50
LEA RDX,[0x5701f8]
MOV ESI,0xcf
LEA RDI,[0x533384]
CALL 0x00352af0
LEA RDX,[0x570202]
MOV ESI,0xe3
LEA RDI,[0x533384]
CALL 0x00352af0
LEA RDX,[0x5703b8]
MOV ESI,0x59f
LEA RDI,[0x56e2e4]
CALL 0x00352af0
LEA RDX,[0x5703b8]
MOV ESI,0x59c
LEA RDI,[0x56e2e4]
CALL 0x00352af0
LEA RDX,[0x5703a0]
MOV ESI,0x108
LEA RDI,[0x56d6f6]
CALL 0x00352af0
| null | null | null | null |
[('tmp_406', u'CBRANCH_-1205297523'), ('const-4', u'INT_MULT_-1205297399'), ('const-433', u'STORE_-1205295718'), (u'CAST_-1205295756', u'PTRSUB_-1205295654'), ('const-5452676', u'COPY_-1205295644'), (u'LOAD_-1205297757', u'INT_AND_-1205297716'), (u'CAST_-1205295524', u'INT_ADD_-1205295635'), ('tmp_1892', u'COPY_-1205295972'), ('const-0', u'PTRSUB_-1205295862'), (u'LOAD_-1205296866', u'STORE_-1205296855'), (u'INDIRECT_-1205296197', u'MULTIEQUAL_-1205296119'), ('const-24', u'PTRSUB_-1205295910'), ('const-8', u'PTRADD_-1205297050'), (u'INT_SUB_-1205297151', u'INT_SRIGHT_-1205297120'), (u'PTRSUB_-1205295544', u'LOAD_-1205296808'), (u'MULTIEQUAL_-1205296089', u'CAST_-1205295417'), (u'PTRSUB_-1205295703', u'PTRSUB_-1205295702'), (u'LOAD_-1205296815', u'PTRSUB_-1205295620'), ('tmp_680', u'CBRANCH_-1205297312'), ('const-0', u'STORE_-1205295719'), (u'PTRSUB_-1205295993', u'LOAD_-1205297592'), (u'PTRSUB_-1205295888', u'PTRSUB_-1205295862'), (u'PTRADD_-1205297513', u'PTRADD_-1205295660'), ('const-0', u'PTRSUB_-1205295779'), (u'PTRADD_-1205295686', u'STORE_-1205295745'), (u'MULTIEQUAL_-1205296232', u'PTRSUB_-1205295644'), (u'LOAD_-1205297532', u'INT_SLESS_-1205297490'), ('const-1439', u'CALL_-1205296533'), (u'LOAD_-1205296808', u'INT_AND_-1205295901'), (u'COPY_-1205295618', u'CALL_-1205296566'), (u'PTRSUB_-1205295581', u'PTRSUB_-1205295556'), (u'INT_AND_-1205295908', u'INT_EQUAL_-1205296788'), (u'LOAD_-1205297194', u'CAST_-1205295668'), (u'CAST_-1205295511', u'COPY_-1205295601'), ('const-0', u'PTRSUB_-1205295702'), ('const-0', u'INT_NOTEQUAL_-1205297729'), (u'PTRSUB_-1205295862', u'LOAD_-1205297518'), (u'CAST_-1205295543', u'INT_NOTEQUAL_-1205296830'), (u'INT_MULT_-1205297159', u'INT_ADD_-1205297171'), (u'PTRSUB_-1205295620', u'PTRSUB_-1205295581'), ('const-0', u'PTRSUB_-1205295966'), ('const-0', u'PTRSUB_-1205296084'), ('const-0', u'STORE_-1205295718'), (u'INT_AND_-1205297716', u'INT_NOTEQUAL_-1205297729'), ('tmp_1891', u'PTRSUB_-1205295915'), (u'LOAD_-1205296762', u'CAST_-1205295470'), ('const-0', u'PTRSUB_-1205295942'), ('const-13', u'PTRADD_-1205295660'), ('const-0', u'PTRSUB_-1205295916'), (u'CAST_-1205295523', u'LOAD_-1205296866'), ('const-5702560', u'COPY_-1205295540'), ('const-56', u'PTRSUB_-1205295832'), (u'LOAD_-1205297592', u'PTRADD_-1205297513'), ('const-2', u'INT_AND_-1205295901'), (u'INT_ZEXT_-1205296448', u'INT_MULT_-1205297159'), ('const-433', u'LOAD_-1205297435'), (u'LOAD_-1205297764', u'PTRSUB_-1205295853'), ('const-1', u'PTRADD_-1205295687'), (u'INT_AND_-1205297687', u'INT_EQUAL_-1205297701'), (u'INT_SUB_-1205297288', u'INT_RIGHT_-1205297223'), (u'PTRSUB_-1205296023', u'LOAD_-1205297653'), (u'INT_SUB_-1205295979', u'INT_ZEXT_-1205296286'), ('const-5694180', u'COPY_-1205295567'), (u'INT_AND_-1205295901', u'INT_EQUAL_-1205296772'), (u'LOAD_-1205296707', u'PTRADD_-1205295571'), ('tmp_448', u'CBRANCH_-1205297489'), (u'PTRSUB_-1205295589', u'CAST_-1205295524'), (u'PTRADD_-1205297513', u'PTRADD_-1205295661'), ('const-0', u'INT_EQUAL_-1205297701'), (u'CAST_-1205295425', u'CALL_-1205296639'), ('const-0', u'PTRSUB_-1205296034'), ('const-1', u'PTRADD_-1205295688'), (u'PTRADD_-1205295660', u'STORE_-1205295719'), ('const-56', u'PTRSUB_-1205296089'), (u'CAST_-1205295808', u'INT_ADD_-1205295908'), (u'PTRADD_-1205297513', u'PTRADD_-1205295686'), ('const-0', u'SUBPIECE_-1205296361'), (u'PTRSUB_-1205295882', u'PTRSUB_-1205295862'), ('const-16', u'PTRADD_-1205297044'), (u'LOAD_-1205296815', u'PTRSUB_-1205295598'), (u'CAST_-1205295470', u'CAST_-1205295425'), ('const-5691126', u'COPY_-1205295545'), ('const-1', u'INT_SUB_-1205295979'), (u'PTRSUB_-1205296034', u'PTRSUB_-1205296005'), (u'INT_NOTEQUAL_-1205296899', u'CBRANCH_-1205296899'), (u'COPY_-1205295972', u'MULTIEQUAL_-1205296037'), (u'PTRSUB_-1205295698', u'LOAD_-1205297170'), (u'LOAD_-1205297339', u'INT_LESS_-1205297303'), (u'CAST_-1205295667', u'LOAD_-1205297187'), (u'INT_NOTEQUAL_-1205296929', u'CBRANCH_-1205296925'), (u'PTRSUB_-1205295531', u'LOAD_-1205296772'), ('const-24', u'PTRSUB_-1205295873'), ('const-1436', u'CALL_-1205296501'), ('tmp_1508', u'CBRANCH_-1205296786'), ('const-24', u'PTRSUB_-1205295993'), (u'CAST_-1205295470', u'MULTIEQUAL_-1205296089'), (u'COPY_-1205295592', u'CALL_-1205296533'), (u'INT_SLESS_-1205297490', u'CBRANCH_-1205297489'), ('tmp_1891', u'CALL_-1205297078'), ('const-32', u'PTRSUB_-1205296005'), (u'INT_ADD_-1205295625', u'CAST_-1205295511'), ('const-56', u'PTRSUB_-1205295848'), ('const-433', u'LOAD_-1205297720'), (u'PTRSUB_-1205295704', u'PTRSUB_-1205295703'), (u'CALL_-1205297033', u'INDIRECT_-1205296284'), ('tmp_1454', u'CBRANCH_-1205296828'), (u'MULTIEQUAL_-1205296119', u'CAST_-1205295416'), ('tmp_1322', u'CBRANCH_-1205296925'), ('const-0', u'SUBPIECE_-1205296316'), (u'COPY_-1205295629', u'MULTIEQUAL_-1205296232'), ('const-1', u'PTRADD_-1205295660'), (u'INT_ZEXT_-1205296286', u'CAST_-1205295543'), (u'CAST_-1205295477', u'CAST_-1205295465'), (u'PTRSUB_-1205296062', u'PTRSUB_-1205296013'), ('tmp_1891', u'PTRSUB_-1205296062'), ('const-433', u'LOAD_-1205297764'), ('const-1', u'PTRADD_-1205297513'), (u'LOAD_-1205297332', u'INT_LESS_-1205297303'), (u'PTRSUB_-1205296089', u'LOAD_-1205297764'), (u'INT_SLESS_-1205297667', u'CBRANCH_-1205297666'), (u'INT_SUB_-1205297288', u'SUBPIECE_-1205296422'), ('const-433', u'LOAD_-1205297442'), (u'PTRSUB_-1205295916', u'PTRSUB_-1205295894'), ('const-16', u'PTRSUB_-1205295972'), ('const-433', u'LOAD_-1205297532'), ('const-0', u'STORE_-1205295746'), (u'PTRSUB_-1205295654', u'PTRSUB_-1205295614'), ('tmp_1578', u'CBRANCH_-1205296741'), (u'INT_RIGHT_-1205297223', u'PTRADD_-1205295713'), (u'PTRADD_-1205297044', u'CALL_-1205297078'), ('const-0', u'PTRSUB_-1205295698'), (u'LOAD_-1205297592', u'PTRADD_-1205296795'), ('const-1', u'PTRADD_-1205297044'), (u'LOAD_-1205297653', u'CAST_-1205295892'), ('tmp_4433', u'MULTIEQUAL_-1205296089'), (u'INT_SLESSEQUAL_-1205297451', u'CBRANCH_-1205297459'), (u'INT_EQUAL_-1205296788', u'CBRANCH_-1205296786'), (u'LOAD_-1205297518', u'CAST_-1205295827'), ('const-1', u'INT_ADD_-1205295625'), ('const-433', u'LOAD_-1205297599'), ('const-5702146', u'COPY_-1205295613'), ('const-0', u'INT_EQUAL_-1205297553'), (u'CAST_-1205295807', u'CAST_-1205295799'), (u'PTRSUB_-1205295791', u'PTRSUB_-1205295766'), (u'LOAD_-1205296772', u'CAST_-1205295477'), (u'INT_EQUAL_-1205297553', u'CBRANCH_-1205297550'), (u'PTRSUB_-1205295720', u'PTRSUB_-1205295703'), ('const-433', u'LOAD_-1205296707'), ('const-207', u'CALL_-1205296598'), ('const-433', u'STORE_-1205295746'), ('const-433', u'LOAD_-1205297294'), (u'CALL_-1205296817', u'INDIRECT_-1205296099'), ('const-1', u'PTRADD_-1205295661'), (u'INT_EQUAL_-1205297532', u'CBRANCH_-1205297523'), ('const-433', u'LOAD_-1205296762'), (u'PTRSUB_-1205295966', u'PTRSUB_-1205295920'), (u'LOAD_-1205297585', u'INT_AND_-1205296250'), ('const-0', u'PTRSUB_-1205295749'), (u'PTRSUB_-1205296013', u'PTRSUB_-1205295985'), ('const-433', u'STORE_-1205297110'), ('tmp_1630', u'CBRANCH_-1205296712'), (u'CAST_-1205295518', u'INT_MULT_-1205296829'), ('const-0', u'INT_EQUAL_-1205296788'), ('const-112', u'PTRSUB_-1205295625'), ('const-0', u'PTRADD_-1205295688'), ('const-0', u'PTRSUB_-1205296062'), ('const-0', u'PTRSUB_-1205295534'), (u'LOAD_-1205297339', u'INT_SUB_-1205297288'), (u'MULTIEQUAL_-1205296232', u'CAST_-1205295525'), (u'PTRSUB_-1205295915', u'LOAD_-1205297442'), (u'PTRADD_-1205297513', u'PTRADD_-1205297050'), (u'PTRSUB_-1205295559', u'PTRSUB_-1205295534'), ('const-0', u'PTRSUB_-1205295894'), ('tmp_370', u'CBRANCH_-1205297550'), (u'LOAD_-1205296815', u'PTRSUB_-1205295606'), (u'PTRSUB_-1205295999', u'PTRSUB_-1205295972'), (u'PTRSUB_-1205295908', u'PTRSUB_-1205295882'), (u'PTRSUB_-1205295894', u'PTRSUB_-1205295873'), (u'LOAD_-1205297764', u'PTRSUB_-1205295998'), (u'LOAD_-1205297599', u'PTRSUB_-1205295954'), ('const-1', u'RETURN_-1205296528'), ('const-56', u'PTRSUB_-1205295853'), (u'LOAD_-1205297435', u'INT_ZEXT_-1205296537'), ('const-1', u'RETURN_-1205296593'), ('const-5702136', u'COPY_-1205295638'), ('const-433', u'LOAD_-1205297332'), ('const-2', u'INT_LEFT_-1205296958'), ('const-0', u'PTRSUB_-1205295644'), ('const-433', u'STORE_-1205297098'), ('const-0', u'PTRSUB_-1205295654'), (u'LOAD_-1205297532', u'INT_ADD_-1205295908'), ('const-0', u'PTRSUB_-1205295714'), ('const-433', u'LOAD_-1205296866'), (u'PTRADD_-1205297513', u'PTRADD_-1205295685'), (u'PTRSUB_-1205295832', u'PTRSUB_-1205295831'), (u'PTRSUB_-1205295579', u'LOAD_-1205296733'), (u'PTRSUB_-1205295571', u'CAST_-1205295447'), (u'PTRSUB_-1205295604', u'PTRSUB_-1205295579'), ('const-0', u'PTRSUB_-1205295831'), (u'CAST_-1205295525', u'INT_MULT_-1205296838'), ('const-0', u'STORE_-1205297092'), (u'LOAD_-1205297757', u'INT_AND_-1205297687'), ('const-16', u'PTRSUB_-1205295524'), ('tmp_1891', u'CALL_-1205296639'), ('const-433', u'LOAD_-1205297339'), (u'CAST_-1205295756', u'CALL_-1205296817'), ('const-433', u'STORE_-1205297157'), (u'CAST_-1205295892', u'MULTIEQUAL_-1205296119'), ('const-32', u'PTRSUB_-1205295894'), (u'PTRSUB_-1205295703', u'LOAD_-1205297180'), (u'CALL_-1205297078', u'CALL_-1205297033'), ('const-2', u'INT_AND_-1205296238'), ('const-0', u'PTRSUB_-1205295606'), ('const-8', u'PTRSUB_-1205295703'), ('tmp_124', u'CBRANCH_-1205297729'), (u'INT_ADD_-1205297171', u'CAST_-1205295667'), (u'PTRSUB_-1205295766', u'PTRSUB_-1205295749'), (u'INT_ADD_-1205295708', u'PTRADD_-1205296795'), ('const-24', u'PTRADD_-1205295713'), (u'INT_ZEXT_-1205296486', u'CAST_-1205295841'), (u'PTRSUB_-1205295614', u'PTRSUB_-1205295589'), (u'PTRSUB_-1205295988', u'PTRSUB_-1205295942'), ('const-4', u'PTRADD_-1205297038'), (u'PTRSUB_-1205295542', u'PTRSUB_-1205295531'), (u'PTRSUB_-1205295920', u'PTRSUB_-1205295894'), ('const-0', u'PTRSUB_-1205295908'), ('const-1', u'PTRADD_-1205295687'), (u'PTRSUB_-1205295934', u'PTRSUB_-1205295888'), ('const-8191', u'INT_AND_-1205297249'), (u'CAST_-1205295587', u'INT_SUB_-1205297012'), (u'COPY_-1205295638', u'CALL_-1205296598'), ('tmp_1891', u'PTRSUB_-1205296089'), (u'PTRADD_-1205296795', u'CAST_-1205295517'), (u'INDIRECT_-1205296284', u'COPY_-1205295634'), (u'COPY_-1205295883', u'MULTIEQUAL_-1205296021'), ('tmp_1891', u'PTRSUB_-1205296048'), ('const-24', u'PTRSUB_-1205295531'), (u'PTRSUB_-1205295606', u'PTRSUB_-1205295567'), (u'LOAD_-1205297749', u'CALL_-1205297078'), ('tmp_1892', u'PTRSUB_-1205296023'), (u'LOAD_-1205297599', u'PTRSUB_-1205295988'), ('const-2', u'PTRADD_-1205295686'), (u'PTRSUB_-1205295894', u'LOAD_-1205297585'), ('const-5694180', u'COPY_-1205295592'), ('const-0', u'PTRSUB_-1205295704'), (u'CAST_-1205295841', u'MULTIEQUAL_-1205296037'), ('const-24', u'PTRSUB_-1205295985'), ('tmp_1891', u'CALL_-1205297033'), ('const-1', u'RETURN_-1205296625'), ('const-32', u'PTRSUB_-1205295544'), ('tmp_1358', u'CBRANCH_-1205296899'), (u'INT_LESS_-1205297303', u'CBRANCH_-1205297312'), (u'PTRSUB_-1205295572', u'LOAD_-1205296707'), (u'LOAD_-1205297720', u'INT_SLESS_-1205297667'), ('const-2', u'INT_AND_-1205297687'), (u'PTRSUB_-1205295567', u'PTRSUB_-1205295542'), (u'PTRADD_-1205297513', u'CALL_-1205297033'), (u'LOAD_-1205297442', u'PTRSUB_-1205295910'), ('const-1', u'PTRADD_-1205295685'), (u'PTRSUB_-1205295954', u'PTRSUB_-1205295908'), (u'LOAD_-1205297187', u'SUBPIECE_-1205296316'), (u'COPY_-1205295601', u'MULTIEQUAL_-1205296232'), (u'INT_ZEXT_-1205296537', u'INT_LEFT_-1205296958'), ('const-0', u'INT_NOTEQUAL_-1205296899'), (u'CAST_-1205295418', u'CALL_-1205296630'), ('const-433', u'LOAD_-1205297170'), ('const-0', u'PTRSUB_-1205295542'), (u'CAST_-1205295807', u'MULTIEQUAL_-1205296089'), ('const-24', u'PTRSUB_-1205295572'), ('const-0', u'PTRSUB_-1205295999'), ('const-0', u'PTRSUB_-1205295589'), (u'PTRSUB_-1205295972', u'LOAD_-1205297695'), (u'CAST_-1205295827', u'PTRSUB_-1205295934'), (u'INT_AND_-1205297519', u'INT_ZEXT_-1205296486'), (u'INT_AND_-1205297249', u'INT_ZEXT_-1205296448'), ('const-0', u'PTRSUB_-1205295988'), (u'MULTIEQUAL_-1205296037', u'CAST_-1205295418'), (u'INT_NOTEQUAL_-1205297729', u'CBRANCH_-1205297729'), (u'INT_ADD_-1205295631', u'INT_SLESSEQUAL_-1205296704'), ('const-433', u'LOAD_-1205296772'), ('const-15', u'PTRADD_-1205295658'), (u'CAST_-1205295588', u'INT_SUB_-1205297012'), (u'COPY_-1205295644', u'CALL_-1205296598'), (u'CAST_-1205295799', u'INT_SLESSEQUAL_-1205297451'), (u'PTRSUB_-1205295873', u'LOAD_-1205297532'), ('const-433', u'STORE_-1205297092'), (u'PTRSUB_-1205295702', u'LOAD_-1205297194'), ('const-0', u'STORE_-1205295744'), (u'SUBPIECE_-1205296316', u'STORE_-1205297110'), ('const-1', u'INT_SUB_-1205297288'), (u'PTRSUB_-1205296048', u'PTRSUB_-1205295999'), (u'PTRSUB_-1205295524', u'LOAD_-1205296762'), (u'MULTIEQUAL_-1205296232', u'CAST_-1205295518'), ('const-0', u'PTRSUB_-1205295766'), (u'INT_SLESSEQUAL_-1205297596', u'CBRANCH_-1205297604'), (u'CALL_-1205296817', u'INDIRECT_-1205296197'), (u'COPY_-1205295562', u'CALL_-1205296501'), ('const-1', u'PTRADD_-1205297038'), ('const-433', u'LOAD_-1205297518'), ('const-0', u'PTRSUB_-1205295587'), ('const-16', u'PTRSUB_-1205295862'), (u'PTRSUB_-1205295848', u'PTRSUB_-1205295806'), (u'CAST_-1205295827', u'COPY_-1205295883'), ('tmp_1172', u'CBRANCH_-1205296999'), (u'PTRSUB_-1205296084', u'PTRSUB_-1205296034'), ('const-0', u'COPY_-1205296314'), (u'INT_ZEXT_-1205296506', u'INT_AND_-1205297519'), ('const-0', u'PTRSUB_-1205295920'), (u'PTRADD_-1205295571', u'CALL_-1205296639'), (u'PTRADD_-1205297513', u'PTRADD_-1205295659'), (u'CAST_-1205295470', u'PTRSUB_-1205295587'), (u'INT_SRIGHT_-1205297120', u'SUBPIECE_-1205296361'), ('const-0', u'CALL_-1205297349'), ('const-433', u'LOAD_-1205297585'), ('const-0', u'INT_EQUAL_-1205296772'), ('const-0', u'PTRSUB_-1205295785'), (u'CAST_-1205295517', u'STORE_-1205296855'), ('const-0', u'PTRSUB_-1205295571'), ('const-433', u'LOAD_-1205297757'), (u'CAST_-1205295643', u'STORE_-1205297110'), (u'LOAD_-1205296808', u'INT_AND_-1205295908'), ('tmp_1544', u'CBRANCH_-1205296763'), (u'COPY_-1205295540', u'CALL_-1205296469'), (u'COPY_-1205296314', u'COPY_-1205295629'), ('tmp_1892', u'PTRSUB_-1205295572'), (u'LOAD_-1205297435', u'INT_NOTEQUAL_-1205296899'), (u'PTRSUB_-1205295644', u'PTRSUB_-1205295604'), (u'CALL_-1205297385', u'CAST_-1205295756'), ('const-3', u'INT_SRIGHT_-1205297120'), (u'PTRADD_-1205297050', u'CAST_-1205295643'), (u'PTRADD_-1205295658', u'STORE_-1205295717'), (u'PTRSUB_-1205295587', u'CAST_-1205295458'), (u'CAST_-1205295458', u'INT_ADD_-1205295631'), ('tmp_1892', u'PTRSUB_-1205295579'), ('const-433', u'LOAD_-1205297194'), (u'CAST_-1205295417', u'CALL_-1205296630'), (u'CAST_-1205295668', u'INT_ADD_-1205297171'), ('const-0', u'PTRSUB_-1205295720'), (u'INT_SUB_-1205297012', u'INT_NOTEQUAL_-1205297003'), (u'CAST_-1205295465', u'INT_SLESS_-1205296742'), (u'LOAD_-1205297764', u'PTRSUB_-1205295625'), (u'CAST_-1205295594', u'CALL_-1205297033'), (u'INT_ADD_-1205297616', u'INT_SLESSEQUAL_-1205297596'), (u'LOAD_-1205297532', u'INT_ADD_-1205295708'), ('tmp_494', u'CBRANCH_-1205297459'), (u'MULTIEQUAL_-1205296232', u'INT_NOTEQUAL_-1205296830'), ('const-0', u'PTRSUB_-1205295567'), (u'PTRSUB_-1205295585', u'CAST_-1205295459'), (u'INT_ZEXT_-1205296537', u'INT_MULT_-1205297399'), (u'PTRSUB_-1205295579', u'CAST_-1205295512'), ('const-0', u'PTRSUB_-1205295954'), ('const-0', u'PTRSUB_-1205295934'), (u'CAST_-1205295658', u'INT_SUB_-1205297151'), ('const-433', u'STORE_-1205295717'), (u'PTRSUB_-1205295556', u'PTRSUB_-1205295544'), ('const-0', u'PTRSUB_-1205295882'), ('const-0', u'PTRSUB_-1205295598'), ('const-433', u'LOAD_-1205297653'), (u'COPY_-1205295634', u'MULTIEQUAL_-1205296193'), ('const--1', u'INT_SLESS_-1205297490'), ('const-96', u'PTRSUB_-1205295998'), ('tmp_202', u'CBRANCH_-1205297666'), ('const-0', u'PTRSUB_-1205296048'), (u'PTRADD_-1205297513', u'PTRADD_-1205295687'), ('const-13', u'INT_RIGHT_-1205297223'), (u'CAST_-1205295892', u'CAST_-1205295873'), ('const-433', u'LOAD_-1205297180'), ('const-16', u'PTRSUB_-1205296023'), ('const-4', u'INT_AND_-1205297716'), ('const-0', u'PTRSUB_-1205295739'), (u'INT_LEFT_-1205296958', u'CAST_-1205295567'), (u'PTRSUB_-1205295749', u'LOAD_-1205297294'), ('const-12', u'PTRADD_-1205295661'), (u'CAST_-1205295756', u'CAST_-1205295594'), (u'LOAD_-1205297720', u'PTRADD_-1205297513'), ('const-1', u'PTRADD_-1205295659'), (u'PTRSUB_-1205295745', u'PTRSUB_-1205295720'), ('const-0', u'PTRSUB_-1205295604'), ('const-0', u'PTRSUB_-1205295556'), (u'INT_MULT_-1205296829', u'INT_ADD_-1205295708'), (u'COPY_-1205295587', u'CALL_-1205296533'), (u'LOAD_-1205297599', u'PTRSUB_-1205295966'), (u'PTRSUB_-1205296005', u'LOAD_-1205297757'), (u'INT_NOTEQUAL_-1205297003', u'CBRANCH_-1205296999'), (u'CAST_-1205295459', u'INT_ADD_-1205295631'), (u'CAST_-1205295477', u'PTRSUB_-1205295571'), (u'PTRADD_-1205295713', u'PTRSUB_-1205295704'), ('const-0', u'SUBPIECE_-1205296422'), (u'PTRSUB_-1205295785', u'PTRSUB_-1205295745'), (u'CAST_-1205295657', u'INT_SUB_-1205297151'), ('const-433', u'LOAD_-1205297592'), (u'LOAD_-1205297180', u'CAST_-1205295658'), ('const-433', u'LOAD_-1205297749'), (u'INT_AND_-1205296250', u'INT_EQUAL_-1205297553'), ('tmp_160', u'CBRANCH_-1205297700'), ('const-1', u'PTRADD_-1205295686'), ('const--1', u'INT_SLESS_-1205296742'), ('const-0', u'STORE_-1205295745'), (u'PTRADD_-1205297513', u'PTRADD_-1205297038'), (u'PTRSUB_-1205295534', u'PTRSUB_-1205295524'), (u'CAST_-1205295827', u'INT_NOTEQUAL_-1205296929'), ('const-4', u'INT_MULT_-1205296829'), (u'CAST_-1205295477', u'PTRSUB_-1205295585'), ('const-433', u'LOAD_-1205296808'), (u'INT_EQUAL_-1205296772', u'CBRANCH_-1205296763'), ('const-433', u'STORE_-1205296855'), (u'INT_ADD_-1205295635', u'CAST_-1205295523'), ('const-0', u'INT_EQUAL_-1205297532'), ('const-4', u'INT_MULT_-1205296838'), (u'PTRSUB_-1205295739', u'PTRSUB_-1205295714'), (u'PTRADD_-1205295659', u'STORE_-1205295718'), ('const-24', u'PTRSUB_-1205295806'), (u'LOAD_-1205297720', u'INT_ADD_-1205297616'), (u'LOAD_-1205297585', u'INT_AND_-1205296238'), (u'INT_MULT_-1205297399', u'CALL_-1205297349'), (u'PTRADD_-1205295688', u'STORE_-1205297157'), ('const-5452676', u'COPY_-1205295618'), (u'LOAD_-1205297749', u'PTRSUB_-1205295832'), (u'CAST_-1205295873', u'INT_SLESSEQUAL_-1205297596'), (u'PTRADD_-1205297513', u'PTRADD_-1205295658'), (u'LOAD_-1205296733', u'INT_SLESSEQUAL_-1205296704'), (u'INT_SLESSEQUAL_-1205296704', u'CBRANCH_-1205296712'), (u'PTRSUB_-1205295625', u'LOAD_-1205296815'), ('tmp_1891', u'PTRSUB_-1205296084'), (u'PTRADD_-1205297038', u'CAST_-1205295635'), (u'SUBPIECE_-1205296361', u'STORE_-1205297098'), (u'LOAD_-1205297599', u'MULTIEQUAL_-1205296089'), (u'INDIRECT_-1205296099', u'MULTIEQUAL_-1205296021'), (u'CAST_-1205295756', u'CALL_-1205297349'), ('const-0', u'PTRSUB_-1205295559'), ('const-227', u'CALL_-1205296566'), (u'PTRADD_-1205297513', u'CAST_-1205295587'), (u'LOAD_-1205297749', u'PTRSUB_-1205295848'), (u'LOAD_-1205297764', u'PTRSUB_-1205296078'), (u'LOAD_-1205297764', u'PTRSUB_-1205295785'), ('const-1', u'PTRADD_-1205297050'), ('const-0', u'PTRSUB_-1205295703'), (u'SUBPIECE_-1205296422', u'INT_AND_-1205297249'), (u'CAST_-1205295447', u'PTRADD_-1205295571'), ('const-433', u'LOAD_-1205297695'), (u'PTRADD_-1205297513', u'PTRADD_-1205295688'), (u'LOAD_-1205297435', u'CALL_-1205297033'), (u'INT_SLESS_-1205296742', u'CBRANCH_-1205296741'), ('const-433', u'LOAD_-1205296733'), (u'PTRSUB_-1205295985', u'LOAD_-1205297720'), ('const-64', u'PTRSUB_-1205295915'), ('const-4', u'INT_AND_-1205295908'), (u'INT_NOTEQUAL_-1205296830', u'CBRANCH_-1205296828'), (u'CAST_-1205295416', u'CALL_-1205296630'), ('const-8', u'INT_MULT_-1205297159'), ('tmp_1394', u'BRANCH_-1205296879'), ('const-0', u'PTRSUB_-1205295614'), ('const-1', u'RETURN_-1205296464'), ('const-0', u'PTRSUB_-1205295791'), (u'CAST_-1205295892', u'CAST_-1205295798'), (u'INT_ADD_-1205295908', u'CAST_-1205295807'), (u'PTRSUB_-1205295779', u'PTRSUB_-1205295739'), ('const-1', u'RETURN_-1205296496'), (u'INT_AND_-1205296238', u'INT_EQUAL_-1205297532'), (u'LOAD_-1205297294', u'PTRADD_-1205295713'), ('const-0', u'STORE_-1205295717'), (u'CAST_-1205295477', u'MULTIEQUAL_-1205296037'), (u'LOAD_-1205297435', u'INT_SUB_-1205295979'), (u'CAST_-1205295798', u'INT_SLESSEQUAL_-1205297451'), ('tmp_1891', u'COPY_-1205295970'), (u'PTRSUB_-1205295998', u'LOAD_-1205297599'), ('const-433', u'STORE_-1205295745'), (u'CAST_-1205295635', u'STORE_-1205297098'), ('const-433', u'LOAD_-1205296815'), (u'PTRSUB_-1205295942', u'PTRSUB_-1205295916'), (u'PTRADD_-1205295685', u'STORE_-1205295744'), ('const-5702584', u'COPY_-1205295587'), (u'PTRADD_-1205295661', u'STORE_-1205297092'), (u'LOAD_-1205297695', u'INT_ADD_-1205297616'), (u'PTRSUB_-1205295853', u'LOAD_-1205297339'), (u'INT_MULT_-1205297399', u'CALL_-1205297385'), ('const-1', u'PTRADD_-1205295658'), ('const-1', u'PTRADD_-1205296795'), ('const-0', u'PTRSUB_-1205295579'), ('const-0', u'PTRSUB_-1205295745'), (u'PTRSUB_-1205295806', u'LOAD_-1205297332'), ('const-0', u'PTRSUB_-1205296013'), (u'LOAD_-1205297764', u'PTRSUB_-1205295779'), ('tmp_1892', u'PTRSUB_-1205295993'), ('const-1', u'PTRADD_-1205295571'), (u'COPY_-1205295613', u'CALL_-1205296566'), ('const-4', u'INT_AND_-1205296250'), ('const-433', u'STORE_-1205295719'), ('const-0', u'PTRSUB_-1205295620'), ('const-64', u'PTRSUB_-1205296078'), ('const-5702584', u'COPY_-1205295562'), (u'CALL_-1205297033', u'CAST_-1205295588'), ('const-0', u'PTRSUB_-1205295585'), (u'INT_MULT_-1205296838', u'INT_ADD_-1205295635'), ('tmp_292', u'CBRANCH_-1205297604'), ('const--1', u'INT_SLESS_-1205297667'), ('tmp_4434', u'MULTIEQUAL_-1205296119'), (u'LOAD_-1205297585', u'INT_ZEXT_-1205296506'), ('const-3', u'PTRADD_-1205295685'), ('const-0', u'PTRSUB_-1205295581'), ('const-16', u'PTRSUB_-1205295579'), ('const-433', u'LOAD_-1205297187'), (u'COPY_-1205295545', u'CALL_-1205296469'), (u'PTRSUB_-1205295714', u'PTRSUB_-1205295698'), ('const-433', u'STORE_-1205295744'), (u'PTRSUB_-1205295862', u'CAST_-1205295808'), (u'PTRADD_-1205295687', u'STORE_-1205295746'), (u'LOAD_-1205297749', u'CALL_-1205297033'), (u'PTRSUB_-1205295831', u'PTRSUB_-1205295791'), (u'PTRSUB_-1205296078', u'LOAD_-1205297749'), (u'LOAD_-1205297170', u'CAST_-1205295657'), (u'CAST_-1205295543', u'MULTIEQUAL_-1205296193'), ('const-2', u'INT_AND_-1205297519'), ('const-1', u'RETURN_-1205296561'), (u'MULTIEQUAL_-1205296021', u'CAST_-1205295419'), ('const-2', u'STORE_-1205297157'), (u'CAST_-1205295567', u'INT_NOTEQUAL_-1205296929'), ('const-0', u'RETURN_-1205296635'), (u'COPY_-1205295970', u'MULTIEQUAL_-1205296021'), (u'PTRSUB_-1205295598', u'PTRSUB_-1205295559'), ('const-14', u'PTRADD_-1205295659'), ('const-0', u'PTRSUB_-1205295888'), (u'INT_EQUAL_-1205297701', u'CBRANCH_-1205297700'), (u'PTRSUB_-1205295910', u'LOAD_-1205297435'), (u'PTRADD_-1205297513', u'CALL_-1205297078'), (u'COPY_-1205295567', u'CALL_-1205296501'), (u'CAST_-1205295512', u'INT_ADD_-1205295625'), (u'CAST_-1205295419', u'CALL_-1205296630'), (u'PTRADD_-1205297513', u'PTRADD_-1205297044'), ('const-264', u'CALL_-1205296469'), (u'LOAD_-1205297695', u'INT_NOTEQUAL_-1205297003')]
|
[('const-433', u'LOAD_-1205297757'), (u'INT_AND_-1205297249', u'INT_ZEXT_-1205296448'), (u'CAST_-1205296019', u'LOAD_-1205297653'), (u'CAST_-1205295980', u'CALL_-1205297033'), (u'INT_NOTEQUAL_-1205297729', u'CBRANCH_-1205297729'), ('const-32', u'INT_ADD_-1205297741'), ('const-433', u'LOAD_-1205297294'), ('const-5702146', u'COPY_-1205295616'), (u'INT_ADD_-1205297569', u'CAST_-1205295985'), ('tmp_406', u'CBRANCH_-1205297523'), (u'LOAD_-1205297435', u'INT_SUB_-1205295983'), ('const-4', u'INT_MULT_-1205297399'), ('const-433', u'LOAD_-1205297653'), (u'LOAD_-1205297518', u'INT_ADD_-1205297467'), ('tmp_4456', u'CALL_-1205297033'), (u'INT_AND_-1205296254', u'INT_EQUAL_-1205297553'), (u'LOAD_-1205297757', u'INT_AND_-1205297716'), (u'CAST_-1205295651', u'STORE_-1205296855'), ('const-433', u'STORE_-1205297157'), (u'LOAD_-1205296866', u'STORE_-1205296855'), ('const-64', u'INT_ADD_-1205297426'), (u'INT_SLESSEQUAL_-1205297596', u'CBRANCH_-1205297604'), ('const-433', u'STORE_-1205297092'), (u'INT_ADD_-1205296689', u'CALL_-1205296639'), ('const-1436', u'CALL_-1205296501'), (u'COPY_-1205295548', u'CALL_-1205296469'), ('const-4', u'PTRADD_-1205295782'), ('const--1', u'INT_SLESS_-1205297667'), (u'INT_SUB_-1205297151', u'INT_SRIGHT_-1205297120'), (u'LOAD_-1205297599', u'INT_ADD_-1205297502'), (u'CAST_-1205295883', u'CAST_-1205295657'), ('const-56', u'INT_ADD_-1205297278'), ('tmp_1172', u'CBRANCH_-1205296999'), (u'INT_ADD_-1205297187', u'CAST_-1205295802'), ('tmp_4460', u'INT_ADD_-1205297576'), ('const-5702136', u'COPY_-1205295641'), (u'INT_ADD_-1205296723', u'INT_SLESSEQUAL_-1205296704'), ('const-433', u'LOAD_-1205297764'), ('tmp_680', u'CBRANCH_-1205297312'), ('const-1', u'INT_SUB_-1205297288'), (u'INT_ADD_-1205296834', u'COPY_-1205295725'), (u'INT_SRIGHT_-1205297120', u'SUBPIECE_-1205296361'), (u'CAST_-1205295883', u'CALL_-1205297349'), (u'LOAD_-1205297532', u'INT_SLESS_-1205297490'), ('const-0', u'INT_EQUAL_-1205297532'), ('const-0', u'SUBPIECE_-1205296361'), ('tmp_1544', u'CBRANCH_-1205296763'), (u'LOAD_-1205297435', u'INT_NOTEQUAL_-1205296899'), (u'INT_AND_-1205295905', u'INT_EQUAL_-1205296772'), (u'PTRADD_-1205295795', u'STORE_-1205297110'), ('const-0', u'INT_NOTEQUAL_-1205297729'), ('const-433', u'LOAD_-1205296762'), ('const-433', u'LOAD_-1205297194'), (u'LOAD_-1205297187', u'SUBPIECE_-1205296312'), (u'COPY_-1205296314', u'COPY_-1205295753'), (u'LOAD_-1205297532', u'INT_ADD_-1205297467'), (u'INT_MULT_-1205297159', u'INT_ADD_-1205297171'), (u'INT_ADD_-1205297502', u'CAST_-1205295952'), (u'COPY_-1205295590', u'CALL_-1205296533'), ('const-0', u'INT_EQUAL_-1205296788'), ('const-227', u'CALL_-1205296566'), (u'INT_AND_-1205297716', u'INT_NOTEQUAL_-1205297729'), ('const-8', u'PTRADD_-1205296010'), ('const-1', u'PTRADD_-1205295813'), (u'CAST_-1205296043', u'LOAD_-1205297695'), (u'INT_SUB_-1205297012', u'INT_NOTEQUAL_-1205297003'), (u'CAST_-1205295980', u'PTRADD_-1205295795'), ('const-24', u'INT_ADD_-1205297419'), (u'INT_ADD_-1205297616', u'INT_SLESSEQUAL_-1205297596'), (u'INT_ZEXT_-1205296448', u'INT_MULT_-1205297159'), ('const-5694180', u'COPY_-1205295570'), (u'INT_AND_-1205295912', u'INT_EQUAL_-1205296788'), ('tmp_494', u'CBRANCH_-1205297459'), (u'INT_AND_-1205297687', u'INT_EQUAL_-1205297701'), (u'INT_SUB_-1205297288', u'INT_RIGHT_-1205297223'), (u'INT_ZEXT_-1205296537', u'INT_MULT_-1205297399'), ('const-24', u'INT_MULT_-1205297175'), (u'CAST_-1205296056', u'LOAD_-1205297720'), (u'LOAD_-1205296815', u'INT_ADD_-1205296756'), ('tmp_4456', u'INT_ADD_-1205297741'), ('tmp_448', u'CBRANCH_-1205297489'), (u'CAST_-1205295917', u'LOAD_-1205297442'), ('const-0', u'INT_EQUAL_-1205297701'), ('const-433', u'LOAD_-1205297592'), (u'LOAD_-1205297592', u'INT_ADD_-1205297559'), (u'LOAD_-1205297749', u'INT_ADD_-1205297278'), (u'CAST_-1205295791', u'LOAD_-1205297187'), (u'INT_ADD_-1205296792', u'CAST_-1205295625'), (u'CAST_-1205295850', u'LOAD_-1205297332'), ('const-5702560', u'COPY_-1205295543'), ('tmp_202', u'CBRANCH_-1205297666'), (u'CAST_-1205295883', u'CALL_-1205296817'), ('const-24', u'INT_ADD_-1205297704'), (u'CAST_-1205295985', u'LOAD_-1205297585'), (u'CAST_-1205295912', u'LOAD_-1205297435'), ('const-2', u'PTRADD_-1205295795'), (u'CAST_-1205295980', u'STORE_-1205297157'), (u'MULTIEQUAL_-1205296228', u'INT_NOTEQUAL_-1205296830'), (u'CAST_-1205295963', u'LOAD_-1205297532'), ('const-24', u'INT_ADD_-1205297576'), ('const-0', u'SUBPIECE_-1205296422'), ('const-433', u'LOAD_-1205297599'), ('const-4', u'INT_AND_-1205297716'), ('const-433', u'LOAD_-1205297187'), (u'INT_ADD_-1205297419', u'CAST_-1205295912'), (u'LOAD_-1205296808', u'INT_AND_-1205295912'), (u'INT_NOTEQUAL_-1205296899', u'CBRANCH_-1205296899'), (u'MULTIEQUAL_-1205296228', u'INT_ADD_-1205296834'), (u'LOAD_-1205297442', u'INT_ADD_-1205297419'), ('const-207', u'CALL_-1205296598'), ('const-433', u'LOAD_-1205296707'), (u'INT_NOTEQUAL_-1205296929', u'CBRANCH_-1205296925'), ('const-16', u'INT_ADD_-1205297679'), (u'PTRADD_-1205295786', u'STORE_-1205297098'), ('tmp_1508', u'CBRANCH_-1205296786'), ('const-433', u'STORE_-1205296855'), (u'LOAD_-1205297749', u'INT_ADD_-1205297316'), (u'INT_SLESS_-1205297490', u'CBRANCH_-1205297489'), ('const-5702584', u'COPY_-1205295590'), (u'INT_NOTEQUAL_-1205297003', u'CBRANCH_-1205296999'), (u'LOAD_-1205297599', u'INT_ADD_-1205297569'), ('const-4', u'PTRADD_-1205295791'), (u'INT_ADD_-1205297467', u'INT_SLESSEQUAL_-1205297451'), ('const-5452676', u'COPY_-1205295647'), ('tmp_1454', u'CBRANCH_-1205296828'), ('tmp_1322', u'CBRANCH_-1205296925'), ('const-5694180', u'COPY_-1205295595'), (u'PTRADD_-1205296085', u'LOAD_-1205297749'), (u'INT_ADD_-1205297637', u'CAST_-1205296019'), (u'INT_ADD_-1205297576', u'CAST_-1205295990'), (u'INT_ADD_-1205297679', u'CAST_-1205296043'), ('const-433', u'LOAD_-1205297585'), (u'LOAD_-1205297332', u'INT_LESS_-1205297303'), ('tmp_160', u'CBRANCH_-1205297700'), (u'INT_SLESS_-1205297667', u'CBRANCH_-1205297666'), (u'INT_SUB_-1205297288', u'SUBPIECE_-1205296422'), (u'CAST_-1205295717', u'INT_SUB_-1205297012'), ('const-433', u'LOAD_-1205296772'), ('tmp_1578', u'CBRANCH_-1205296741'), (u'PTRADD_-1205295782', u'STORE_-1205297092'), (u'CAST_-1205295980', u'CAST_-1205295717'), ('const-4', u'INT_MULT_-1205296829'), ('const-433', u'LOAD_-1205297339'), (u'LOAD_-1205297170', u'INT_SUB_-1205297151'), (u'PTRADD_-1205295791', u'CALL_-1205297078'), ('tmp_4456', u'INT_ADD_-1205297748'), (u'INT_ADD_-1205297516', u'CAST_-1205295963'), (u'INT_SLESSEQUAL_-1205297451', u'CBRANCH_-1205297459'), (u'LOAD_-1205297294', u'INT_ADD_-1205297187'), (u'INT_EQUAL_-1205296788', u'CBRANCH_-1205296786'), (u'LOAD_-1205296772', u'INT_SLESS_-1205296742'), ('const-433', u'LOAD_-1205297442'), (u'LOAD_-1205297339', u'CAST_-1205295845'), ('const-8', u'PTRADD_-1205296085'), (u'INT_EQUAL_-1205296772', u'CBRANCH_-1205296763'), ('const-0', u'STORE_-1205297092'), (u'INT_ADD_-1205296841', u'CAST_-1205295651'), ('const-16', u'INT_ADD_-1205296717'), (u'LOAD_-1205297585', u'INT_AND_-1205296242'), (u'LOAD_-1205296772', u'INT_ADD_-1205296689'), (u'COPY_-1205295616', u'CALL_-1205296566'), ('tmp_4456', u'INT_ADD_-1205297426'), (u'LOAD_-1205297592', u'INT_ADD_-1205297436'), ('const-8', u'PTRADD_-1205296085'), ('const-433', u'LOAD_-1205296733'), (u'INT_ZEXT_-1205296282', u'INT_NOTEQUAL_-1205296830'), (u'PTRADD_-1205296010', u'LOAD_-1205297599'), (u'COPY_-1205295543', u'CALL_-1205296469'), (u'INT_EQUAL_-1205297553', u'CBRANCH_-1205297550'), ('tmp_4456', u'CALL_-1205297078'), (u'LOAD_-1205296707', u'INT_ADD_-1205296689'), ('const--1', u'INT_SLESS_-1205296742'), (u'LOAD_-1205296762', u'INT_ADD_-1205296723'), ('const-4', u'INT_MULT_-1205296838'), (u'CAST_-1205295834', u'LOAD_-1205297294'), (u'LOAD_-1205297194', u'INT_ADD_-1205297171'), (u'PTRADD_-1205295655', u'LOAD_-1205296815'), ('const-1439', u'CALL_-1205296533'), (u'LOAD_-1205297764', u'PTRADD_-1205295813'), (u'CAST_-1205295980', u'CALL_-1205297078'), ('tmp_4460', u'INT_ADD_-1205297637'), (u'LOAD_-1205297720', u'INT_ADD_-1205297616'), ('const--1', u'INT_SLESS_-1205297490'), (u'INT_ADD_-1205296746', u'CAST_-1205295605'), ('const-0', u'INT_EQUAL_-1205296772'), (u'INT_MULT_-1205297399', u'CALL_-1205297349'), ('const-13', u'INT_RIGHT_-1205297223'), ('const-4', u'INT_AND_-1205296254'), ('const-433', u'LOAD_-1205296815'), (u'CAST_-1205295657', u'INT_ADD_-1205296850'), ('const-80', u'INT_ADD_-1205297316'), ('const-32', u'INT_ADD_-1205296792'), (u'INT_EQUAL_-1205297532', u'CBRANCH_-1205297523'), ('const-433', u'LOAD_-1205296808'), (u'INT_ADD_-1205296695', u'CAST_-1205295584'), ('const-1', u'PTRADD_-1205295786'), ('const-8', u'PTRADD_-1205295655'), ('const-16', u'INT_ADD_-1205296746'), (u'CAST_-1205295656', u'LOAD_-1205296866'), (u'LOAD_-1205297180', u'INT_SUB_-1205297151'), (u'LOAD_-1205296733', u'INT_SLESSEQUAL_-1205296704'), (u'INT_SLESSEQUAL_-1205296704', u'CBRANCH_-1205296712'), (u'LOAD_-1205297764', u'PTRADD_-1205296010'), (u'COPY_-1205295565', u'CALL_-1205296501'), ('const-16', u'INT_ADD_-1205297502'), ('tmp_1630', u'CBRANCH_-1205296712'), (u'SUBPIECE_-1205296361', u'STORE_-1205297098'), ('const-1', u'INT_SUB_-1205295983'), (u'COPY_-1205295725', u'MULTIEQUAL_-1205296228'), (u'INT_ADD_-1205297278', u'CAST_-1205295834'), (u'CAST_-1205296081', u'LOAD_-1205297764'), (u'CAST_-1205296076', u'LOAD_-1205297757'), (u'LOAD_-1205297339', u'INT_SUB_-1205297288'), ('const-5691126', u'COPY_-1205295548'), (u'LOAD_-1205296815', u'INT_ADD_-1205296746'), (u'COPY_-1205295595', u'CALL_-1205296533'), (u'CAST_-1205295883', u'CALL_-1205297033'), (u'INT_ADD_-1205297748', u'CAST_-1205296081'), (u'MULTIEQUAL_-1205296228', u'INT_MULT_-1205296829'), (u'INT_ADD_-1205296717', u'CAST_-1205295591'), ('tmp_4456', u'CALL_-1205296639'), (u'LOAD_-1205297653', u'INT_SLESSEQUAL_-1205297596'), ('tmp_4460', u'INT_ADD_-1205296717'), ('const-8', u'PTRADD_-1205295877'), (u'INT_ADD_-1205297171', u'CAST_-1205295791'), ('tmp_4460', u'INT_ADD_-1205296695'), ('tmp_370', u'CBRANCH_-1205297550'), ('const-8', u'PTRADD_-1205295813'), (u'LOAD_-1205296772', u'INT_ADD_-1205296723'), (u'SUBPIECE_-1205296422', u'INT_AND_-1205297249'), ('const-16', u'INT_ADD_-1205297637'), (u'INT_MULT_-1205296838', u'INT_ADD_-1205296850'), ('const-1', u'RETURN_-1205296528'), (u'LOAD_-1205297435', u'INT_ZEXT_-1205296537'), (u'LOAD_-1205297435', u'CALL_-1205297033'), ('const-1', u'RETURN_-1205296593'), ('const-2', u'INT_AND_-1205296242'), ('const-433', u'LOAD_-1205297435'), (u'INT_SLESS_-1205296742', u'CBRANCH_-1205296741'), ('const-14', u'PTRADD_-1205295655'), ('const-7', u'PTRADD_-1205295877'), ('const-5452676', u'COPY_-1205295621'), (u'CAST_-1205295605', u'LOAD_-1205296762'), (u'INT_ADD_-1205297316', u'CAST_-1205295850'), (u'INT_NOTEQUAL_-1205296830', u'CBRANCH_-1205296828'), ('const-8', u'INT_MULT_-1205297159'), ('tmp_1394', u'BRANCH_-1205296879'), (u'LOAD_-1205297585', u'INT_AND_-1205296254'), (u'COPY_-1205295641', u'CALL_-1205296598'), (u'LOAD_-1205297653', u'INT_SLESSEQUAL_-1205297451'), ('const-1', u'RETURN_-1205296464'), (u'COPY_-1205295647', u'CALL_-1205296598'), ('const-1', u'RETURN_-1205296496'), ('const-4', u'PTRADD_-1205295791'), ('const-264', u'CALL_-1205296469'), (u'LOAD_-1205297757', u'INT_AND_-1205297687'), ('const-2', u'INT_AND_-1205295905'), (u'LOAD_-1205297532', u'INT_ADD_-1205297436'), ('const-433', u'STORE_-1205297110'), (u'CALL_-1205297078', u'CALL_-1205297033'), ('const-0', u'SUBPIECE_-1205296312'), (u'SUBPIECE_-1205296312', u'STORE_-1205297110'), ('const-0', u'INT_EQUAL_-1205297553'), (u'INT_AND_-1205296242', u'INT_EQUAL_-1205297532'), ('tmp_124', u'CBRANCH_-1205297729'), (u'COPY_-1205295621', u'CALL_-1205296566'), (u'PTRADD_-1205295877', u'LOAD_-1205297339'), (u'INT_ADD_-1205296850', u'CAST_-1205295656'), (u'CAST_-1205295802', u'LOAD_-1205297194'), (u'INT_ADD_-1205296756', u'CAST_-1205295612'), (u'LOAD_-1205297764', u'PTRADD_-1205296085'), ('const-433', u'LOAD_-1205297180'), ('const-0', u'COPY_-1205296314'), ('const-433', u'STORE_-1205297098'), ('const-24', u'INT_ADD_-1205296756'), (u'INT_SUB_-1205295983', u'INT_ZEXT_-1205296282'), (u'LOAD_-1205297764', u'PTRADD_-1205295655'), (u'LOAD_-1205297599', u'INT_ADD_-1205297516'), ('const-433', u'LOAD_-1205297170'), (u'LOAD_-1205297695', u'INT_ADD_-1205297616'), (u'INT_MULT_-1205297399', u'CALL_-1205297385'), ('const-433', u'LOAD_-1205297332'), ('const-8191', u'INT_AND_-1205297249'), (u'CALL_-1205297385', u'CAST_-1205295883'), (u'INT_ADD_-1205297741', u'CAST_-1205296076'), (u'INT_ADD_-1205297559', u'CAST_-1205295980'), (u'CAST_-1205295584', u'LOAD_-1205296707'), ('const-2', u'STORE_-1205297157'), (u'CAST_-1205295980', u'PTRADD_-1205295791'), (u'LOAD_-1205297749', u'CALL_-1205297078'), ('const-433', u'LOAD_-1205297695'), (u'CAST_-1205295990', u'LOAD_-1205297592'), (u'CAST_-1205295591', u'LOAD_-1205296733'), ('const-24', u'INT_ADD_-1205296695'), ('tmp_4456', u'INT_ADD_-1205297704'), (u'LOAD_-1205297764', u'PTRADD_-1205295877'), (u'PTRADD_-1205295813', u'LOAD_-1205297180'), ('const-433', u'LOAD_-1205297518'), ('tmp_292', u'CBRANCH_-1205297604'), ('const-56', u'INT_ADD_-1205297748'), ('tmp_4456', u'INT_ADD_-1205297679'), (u'CAST_-1205295980', u'PTRADD_-1205295786'), ('const-433', u'LOAD_-1205297749'), ('const-4', u'PTRADD_-1205295786'), (u'INT_MULT_-1205296829', u'INT_ADD_-1205296841'), ('const-1', u'RETURN_-1205296625'), (u'CAST_-1205295845', u'INT_LESS_-1205297303'), (u'LOAD_-1205297764', u'LOAD_-1205297170'), ('tmp_1358', u'CBRANCH_-1205296899'), ('const-12', u'PTRADD_-1205296010'), (u'LOAD_-1205297720', u'INT_ADD_-1205297559'), (u'INT_LESS_-1205297303', u'CBRANCH_-1205297312'), (u'INT_MULT_-1205297175', u'INT_ADD_-1205297187'), ('const-1', u'INT_ADD_-1205296834'), (u'CAST_-1205295625', u'LOAD_-1205296808'), (u'LOAD_-1205297720', u'INT_SLESS_-1205297667'), ('const-2', u'INT_AND_-1205297687'), (u'INT_RIGHT_-1205297223', u'INT_MULT_-1205297175'), (u'LOAD_-1205297749', u'CALL_-1205297033'), ('const-433', u'LOAD_-1205296866'), (u'COPY_-1205295570', u'CALL_-1205296501'), ('const-3', u'PTRADD_-1205295782'), ('const-5702584', u'COPY_-1205295565'), ('const-3', u'INT_SRIGHT_-1205297120'), (u'INT_LEFT_-1205296958', u'INT_NOTEQUAL_-1205296929'), ('const-1', u'RETURN_-1205296561'), (u'LOAD_-1205296808', u'INT_AND_-1205295905'), (u'CALL_-1205297033', u'INT_SUB_-1205297012'), ('const-0', u'RETURN_-1205296635'), (u'INT_ZEXT_-1205296537', u'INT_LEFT_-1205296958'), (u'CAST_-1205295612', u'LOAD_-1205296772'), ('const-4', u'INT_AND_-1205295912'), ('const-0', u'INT_NOTEQUAL_-1205296899'), (u'INT_ADD_-1205297426', u'CAST_-1205295917'), (u'LOAD_-1205297518', u'INT_NOTEQUAL_-1205296929'), (u'INT_ADD_-1205297704', u'CAST_-1205296056'), (u'COPY_-1205295753', u'MULTIEQUAL_-1205296228'), (u'INT_EQUAL_-1205297701', u'CBRANCH_-1205297700'), (u'LOAD_-1205296815', u'INT_ADD_-1205296792'), ('const-32', u'INT_ADD_-1205297569'), ('const-2', u'INT_LEFT_-1205296958'), ('const-433', u'LOAD_-1205297532'), ('const-0', u'CALL_-1205297349'), (u'MULTIEQUAL_-1205296228', u'INT_MULT_-1205296838'), (u'CAST_-1205295952', u'LOAD_-1205297518'), ('const-4', u'PTRADD_-1205295795'), ('const-433', u'LOAD_-1205297720'), ('const-24', u'INT_ADD_-1205297516'), (u'CAST_-1205295980', u'PTRADD_-1205295782'), (u'LOAD_-1205297695', u'INT_NOTEQUAL_-1205297003'), (u'INT_ADD_-1205297436', u'INT_ADD_-1205296841')]
| null | null |
00379d70
|
x64
|
O2
|
(translation_unit "void FUN_00379d70(long param_1,long param_2)\n\n{\n size_t __n;\n uint uVar1;\n long *plVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n long lVar8;\n void *__s;\n ulong uVar9;\n undefined8 uVar10;\n long lVar11;\n undefined4 *puVar12;\n bool bVar13;\n \n plVar2 = *(long **)(param_1 + 0x38);\n lVar11 = plVar2[8];\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n lVar3 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\nLAB_00379f74:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n lVar4 = *(long *)(param_1 + 0x10);\n if ((-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10))) {\n lVar5 = plVar2[0xc];\n lVar6 = *(long *)(param_2 + 0x18);\n puVar12 = (undefined4 *)(lVar3 + lVar6);\n if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar5 + 0x18);\n if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;\n lVar5 = *(long *)(lVar5 + 0x10);\n if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_00358e50();\n }\nLAB_00379f8c:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n}\n\n" (function_definition "void FUN_00379d70(long param_1,long param_2)\n\n{\n size_t __n;\n uint uVar1;\n long *plVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n long lVar8;\n void *__s;\n ulong uVar9;\n undefined8 uVar10;\n long lVar11;\n undefined4 *puVar12;\n bool bVar13;\n \n plVar2 = *(long **)(param_1 + 0x38);\n lVar11 = plVar2[8];\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n lVar3 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\nLAB_00379f74:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n lVar4 = *(long *)(param_1 + 0x10);\n if ((-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10))) {\n lVar5 = plVar2[0xc];\n lVar6 = *(long *)(param_2 + 0x18);\n puVar12 = (undefined4 *)(lVar3 + lVar6);\n if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar5 + 0x18);\n if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;\n lVar5 = *(long *)(lVar5 + 0x10);\n if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_00358e50();\n }\nLAB_00379f8c:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n}" primitive_type (function_declarator "FUN_00379d70(long param_1,long param_2)" identifier (parameter_list "(long param_1,long param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n size_t __n;\n uint uVar1;\n long *plVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n long lVar8;\n void *__s;\n ulong uVar9;\n undefined8 uVar10;\n long lVar11;\n undefined4 *puVar12;\n bool bVar13;\n \n plVar2 = *(long **)(param_1 + 0x38);\n lVar11 = plVar2[8];\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n lVar3 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\nLAB_00379f74:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n lVar4 = *(long *)(param_1 + 0x10);\n if ((-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10))) {\n lVar5 = plVar2[0xc];\n lVar6 = *(long *)(param_2 + 0x18);\n puVar12 = (undefined4 *)(lVar3 + lVar6);\n if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar5 + 0x18);\n if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;\n lVar5 = *(long *)(lVar5 + 0x10);\n if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_00358e50();\n }\nLAB_00379f8c:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n}" { (declaration "size_t __n;" primitive_type identifier ;) (declaration "uint uVar1;" type_identifier identifier ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar8;" (sized_type_specifier "long" long) identifier ;) (declaration "void *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "ulong uVar9;" type_identifier identifier ;) (declaration "undefined8 uVar10;" type_identifier identifier ;) (declaration "long lVar11;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined4 *puVar12;" type_identifier (pointer_declarator "*puVar12" * identifier) ;) (declaration "bool bVar13;" primitive_type identifier ;) (expression_statement "plVar2 = *(long **)(param_1 + 0x38);" (assignment_expression "plVar2 = *(long **)(param_1 + 0x38)" identifier = (pointer_expression "*(long **)(param_1 + 0x38)" * (cast_expression "(long **)(param_1 + 0x38)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) ;) (expression_statement "lVar11 = plVar2[8];" (assignment_expression "lVar11 = plVar2[8]" identifier = (subscript_expression "plVar2[8]" identifier [ number_literal ])) ;) (if_statement "if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n lVar3 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\nLAB_00379f74:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n lVar4 = *(long *)(param_1 + 0x10);\n if ((-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10))) {\n lVar5 = plVar2[0xc];\n lVar6 = *(long *)(param_2 + 0x18);\n puVar12 = (undefined4 *)(lVar3 + lVar6);\n if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar5 + 0x18);\n if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;\n lVar5 = *(long *)(lVar5 + 0x10);\n if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_00358e50();\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 4) != 0)" ( (binary_expression "(*(byte *)(param_1 + 0x20) & 4) != 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 4)" ( (binary_expression "*(byte *)(param_1 + 0x20) & 4" (pointer_expression "*(byte *)(param_1 + 0x20)" * (cast_expression "(byte *)(param_1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n lVar3 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\nLAB_00379f74:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n lVar4 = *(long *)(param_1 + 0x10);\n if ((-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10))) {\n lVar5 = plVar2[0xc];\n lVar6 = *(long *)(param_2 + 0x18);\n puVar12 = (undefined4 *)(lVar3 + lVar6);\n if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar5 + 0x18);\n if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;\n lVar5 = *(long *)(lVar5 + 0x10);\n if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_00358e50();\n }" { (expression_statement "lVar3 = *(long *)(param_1 + 0x18);" (assignment_expression "lVar3 = *(long *)(param_1 + 0x18)" identifier = (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\nLAB_00379f74:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 2) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 2)" ( (binary_expression "*(byte *)(param_1 + 0x20) & 2" (pointer_expression "*(byte *)(param_1 + 0x20)" * (cast_expression "(byte *)(param_1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_00379f74:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }" { (labeled_statement "LAB_00379f74:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xcf,"data_size");" statement_identifier : comment (expression_statement "FUN_00352af0("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_00352af0("../../gold/output.h",0xcf,"data_size")" identifier (argument_list "("../../gold/output.h",0xcf,"data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""data_size"" " string_content ") ))) ;)) })) (expression_statement "lVar4 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar4 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if ((-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10))) {\n lVar5 = plVar2[0xc];\n lVar6 = *(long *)(param_2 + 0x18);\n puVar12 = (undefined4 *)(lVar3 + lVar6);\n if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar5 + 0x18);\n if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;\n lVar5 = *(long *)(lVar5 + 0x10);\n if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }\n }" if (parenthesized_expression "((-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10)))" ( (binary_expression "(-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10))" (parenthesized_expression "(-1 < lVar3)" ( (binary_expression "-1 < lVar3" number_literal < identifier) )) && (parenthesized_expression "(lVar4 + lVar3 <= *(long *)(param_2 + 0x10))" ( (binary_expression "lVar4 + lVar3 <= *(long *)(param_2 + 0x10)" (binary_expression "lVar4 + lVar3" identifier + identifier) <= (pointer_expression "*(long *)(param_2 + 0x10)" * (cast_expression "(long *)(param_2 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) ))))) ))) )) (compound_statement "{\n lVar5 = plVar2[0xc];\n lVar6 = *(long *)(param_2 + 0x18);\n puVar12 = (undefined4 *)(lVar3 + lVar6);\n if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar5 + 0x18);\n if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;\n lVar5 = *(long *)(lVar5 + 0x10);\n if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }\n }" { (expression_statement "lVar5 = plVar2[0xc];" (assignment_expression "lVar5 = plVar2[0xc]" identifier = (subscript_expression "plVar2[0xc]" identifier [ number_literal ])) ;) (expression_statement "lVar6 = *(long *)(param_2 + 0x18);" (assignment_expression "lVar6 = *(long *)(param_2 + 0x18)" identifier = (pointer_expression "*(long *)(param_2 + 0x18)" * (cast_expression "(long *)(param_2 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "puVar12 = (undefined4 *)(lVar3 + lVar6);" (assignment_expression "puVar12 = (undefined4 *)(lVar3 + lVar6)" identifier = (cast_expression "(undefined4 *)(lVar3 + lVar6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + lVar6)" ( (binary_expression "lVar3 + lVar6" identifier + identifier) )))) ;) (if_statement "if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;" if (parenthesized_expression "((*(byte *)(lVar5 + 0x20) & 4) == 0)" ( (binary_expression "(*(byte *)(lVar5 + 0x20) & 4) == 0" (parenthesized_expression "(*(byte *)(lVar5 + 0x20) & 4)" ( (binary_expression "*(byte *)(lVar5 + 0x20) & 4" (pointer_expression "*(byte *)(lVar5 + 0x20)" * (cast_expression "(byte *)(lVar5 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x20)" ( (binary_expression "lVar5 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_00379f8c;" goto statement_identifier ;)) (expression_statement "lVar3 = *(long *)(lVar5 + 0x18);" (assignment_expression "lVar3 = *(long *)(lVar5 + 0x18)" identifier = (pointer_expression "*(long *)(lVar5 + 0x18)" * (cast_expression "(long *)(lVar5 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x18)" ( (binary_expression "lVar5 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;" if (parenthesized_expression "((*(byte *)(lVar5 + 0x20) & 2) == 0)" ( (binary_expression "(*(byte *)(lVar5 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(lVar5 + 0x20) & 2)" ( (binary_expression "*(byte *)(lVar5 + 0x20) & 2" (pointer_expression "*(byte *)(lVar5 + 0x20)" * (cast_expression "(byte *)(lVar5 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x20)" ( (binary_expression "lVar5 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_00379f74;" goto statement_identifier ;)) (expression_statement "lVar5 = *(long *)(lVar5 + 0x10);" (assignment_expression "lVar5 = *(long *)(lVar5 + 0x10)" identifier = (pointer_expression "*(long *)(lVar5 + 0x10)" * (cast_expression "(long *)(lVar5 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x10)" ( (binary_expression "lVar5 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }" if (parenthesized_expression "((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10)))" ( (binary_expression "(-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))" (parenthesized_expression "(-1 < lVar3)" ( (binary_expression "-1 < lVar3" number_literal < identifier) )) && (parenthesized_expression "(lVar5 + lVar3 <= *(long *)(param_2 + 0x10))" ( (binary_expression "lVar5 + lVar3 <= *(long *)(param_2 + 0x10)" (binary_expression "lVar5 + lVar3" identifier + identifier) <= (pointer_expression "*(long *)(param_2 + 0x10)" * (cast_expression "(long *)(param_2 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) ))))) ))) )) (compound_statement "{\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }" { (expression_statement "uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);" (assignment_expression "uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18)" identifier = (pointer_expression "*(uint *)(*(long *)(param_1 + 0x40) + 0x18)" * (cast_expression "(uint *)(*(long *)(param_1 + 0x40) + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x40) + 0x18)" ( (binary_expression "*(long *)(param_1 + 0x40) + 0x18" (pointer_expression "*(long *)(param_1 + 0x40)" * (cast_expression "(long *)(param_1 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) + number_literal) ))))) ;) (expression_statement "__n = (ulong)uVar1 * 4;" (assignment_expression "__n = (ulong)uVar1 * 4" identifier = (binary_expression "(ulong)uVar1 * 4" (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) ;) (expression_statement "__s = (void *)thunk_FUN_0049cb60(__n);" (assignment_expression "__s = (void *)thunk_FUN_0049cb60(__n)" identifier = (cast_expression "(void *)thunk_FUN_0049cb60(__n)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "thunk_FUN_0049cb60(__n)" identifier (argument_list "(__n)" ( identifier ))))) ;) (expression_statement "memset(__s,0,__n);" (call_expression "memset(__s,0,__n)" identifier (argument_list "(__s,0,__n)" ( identifier , number_literal , identifier ))) ;) (if_statement "if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }" if (parenthesized_expression "(*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7])" ( (binary_expression "*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]" (pointer_expression "*(ulong *)(lVar11 + 0x50)" * (cast_expression "(ulong *)(lVar11 + 0x50)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x50)" ( (binary_expression "lVar11 + 0x50" identifier + number_literal) )))) < (cast_expression "(ulong)plVar2[7]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "plVar2[7]" identifier [ number_literal ]))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }" { comment (expression_statement "FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");" (call_expression "FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key")" identifier (argument_list "("../../gold/stringpool.h",0x108,"get_offset_from_key")" ( (string_literal ""../../gold/stringpool.h"" " string_content ") , number_literal , (string_literal ""get_offset_from_key"" " string_content ") ))) ;) })) (expression_statement "uVar9 = plVar2[7] - 1;" (assignment_expression "uVar9 = plVar2[7] - 1" identifier = (binary_expression "plVar2[7] - 1" (subscript_expression "plVar2[7]" identifier [ number_literal ]) - number_literal)) ;) (expression_statement "uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);" (assignment_expression "uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8)" identifier = (pointer_expression "*(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8)" * (cast_expression "(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8)" ( (binary_expression "*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8" (pointer_expression "*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18)" * (cast_expression "(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18)" ( (binary_expression "*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18" (pointer_expression "*(long *)(lVar11 + 0x38)" * (cast_expression "(long *)(lVar11 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x38)" ( (binary_expression "lVar11 + 0x38" identifier + number_literal) )))) + (binary_expression "(uVar9 >> 0xd) * 0x18" (parenthesized_expression "(uVar9 >> 0xd)" ( (binary_expression "uVar9 >> 0xd" identifier >> number_literal) )) * number_literal)) )))) + (binary_expression "(ulong)((uint)uVar9 & 0x1fff) * 8" (call_expression "(ulong)((uint)uVar9 & 0x1fff)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((uint)uVar9 & 0x1fff)" ( (binary_expression "(uint)uVar9 & 0x1fff" (cast_expression "(uint)uVar9" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) ))) * number_literal)) ))))) ;) (expression_statement "lVar7 = plVar2[1];" (assignment_expression "lVar7 = plVar2[1]" identifier = (subscript_expression "plVar2[1]" identifier [ number_literal ])) ;) (expression_statement "lVar8 = *plVar2;" (assignment_expression "lVar8 = *plVar2" identifier = (pointer_expression "*plVar2" * identifier)) ;) (expression_statement "*puVar12 = 2;" (assignment_expression "*puVar12 = 2" (pointer_expression "*puVar12" * identifier) = number_literal) ;) (expression_statement "puVar12[2] = (int)uVar10;" (assignment_expression "puVar12[2] = (int)uVar10" (subscript_expression "puVar12[2]" identifier [ number_literal ]) = (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "puVar12[1] = (int)(lVar7 - lVar8 >> 3);" (assignment_expression "puVar12[1] = (int)(lVar7 - lVar8 >> 3)" (subscript_expression "puVar12[1]" identifier [ number_literal ]) = (cast_expression "(int)(lVar7 - lVar8 >> 3)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(lVar7 - lVar8 >> 3)" ( (binary_expression "lVar7 - lVar8 >> 3" (binary_expression "lVar7 - lVar8" identifier - identifier) >> number_literal) )))) ;) (expression_statement "puVar12[3] = 0;" (assignment_expression "puVar12[3] = 0" (subscript_expression "puVar12[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);" (assignment_expression "uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11)" identifier = (call_expression "FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11)" identifier (argument_list "(param_1,puVar12,puVar12 + 4,lVar11)" ( identifier , identifier , (binary_expression "puVar12 + 4" identifier + number_literal) , identifier )))) ;) (expression_statement "lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);" (assignment_expression "lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1)" identifier = (call_expression "FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1)" identifier (argument_list "(param_1,puVar12,uVar10,lVar11,__s,uVar1)" ( identifier , identifier , identifier , identifier , identifier , identifier )))) ;) (if_statement "if (lVar11 - (long)puVar12 != lVar4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }" if (parenthesized_expression "(lVar11 - (long)puVar12 != lVar4)" ( (binary_expression "lVar11 - (long)puVar12 != lVar4" (binary_expression "lVar11 - (long)puVar12" identifier - (cast_expression "(long)puVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }" { comment (expression_statement "FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");" (call_expression "FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write")" identifier (argument_list "("../../gold/incremental.cc",0x59c,"do_write")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_write"" " string_content ") ))) ;) })) (if_statement "if ((ulong)uVar1 << 2 != lVar5) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }" if (parenthesized_expression "((ulong)uVar1 << 2 != lVar5)" ( (binary_expression "(ulong)uVar1 << 2 != lVar5" (binary_expression "(ulong)uVar1 << 2" (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) << number_literal) != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }" { comment (expression_statement "FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");" (call_expression "FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write")" identifier (argument_list "("../../gold/incremental.cc",0x59f,"do_write")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_write"" " string_content ") ))) ;) })) (if_statement "if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }" if (parenthesized_expression "(uVar1 != 0)" ( (binary_expression "uVar1 != 0" identifier != number_literal) )) (compound_statement "{\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }" { (expression_statement "uVar9 = 0;" (assignment_expression "uVar9 = 0" identifier = number_literal) ;) (do_statement "do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);" do (compound_statement "{\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n }" { (expression_statement "*(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);" (assignment_expression "*(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4)" (pointer_expression "*(undefined4 *)(lVar6 + lVar3 + uVar9 * 4)" * (cast_expression "(undefined4 *)(lVar6 + lVar3 + uVar9 * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + lVar3 + uVar9 * 4)" ( (binary_expression "lVar6 + lVar3 + uVar9 * 4" (binary_expression "lVar6 + lVar3" identifier + identifier) + (binary_expression "uVar9 * 4" identifier * number_literal)) )))) = (pointer_expression "*(undefined4 *)((long)__s + uVar9 * 4)" * (cast_expression "(undefined4 *)((long)__s + uVar9 * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__s + uVar9 * 4)" ( (binary_expression "(long)__s + uVar9 * 4" (cast_expression "(long)__s" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (binary_expression "uVar9 * 4" identifier * number_literal)) ))))) ;) (expression_statement "bVar13 = uVar1 - 1 != uVar9;" (assignment_expression "bVar13 = uVar1 - 1 != uVar9" identifier = (binary_expression "uVar1 - 1 != uVar9" (binary_expression "uVar1 - 1" identifier - number_literal) != identifier)) ;) (expression_statement "uVar9 = uVar9 + 1;" (assignment_expression "uVar9 = uVar9 + 1" identifier = (binary_expression "uVar9 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(bVar13)" ( identifier )) ;) })) (expression_statement "thunk_FUN_0049e330(__s);" (call_expression "thunk_FUN_0049e330(__s)" identifier (argument_list "(__s)" ( identifier ))) ;) (expression_statement "lVar11 = plVar2[0xe];" (assignment_expression "lVar11 = plVar2[0xe]" identifier = (subscript_expression "plVar2[0xe]" identifier [ number_literal ])) ;) (if_statement "if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;" if (parenthesized_expression "((*(byte *)(lVar11 + 0x20) & 4) == 0)" ( (binary_expression "(*(byte *)(lVar11 + 0x20) & 4) == 0" (parenthesized_expression "(*(byte *)(lVar11 + 0x20) & 4)" ( (binary_expression "*(byte *)(lVar11 + 0x20) & 4" (pointer_expression "*(byte *)(lVar11 + 0x20)" * (cast_expression "(byte *)(lVar11 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x20)" ( (binary_expression "lVar11 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_00379f8c;" goto statement_identifier ;)) (expression_statement "lVar3 = *(long *)(lVar11 + 0x18);" (assignment_expression "lVar3 = *(long *)(lVar11 + 0x18)" identifier = (pointer_expression "*(long *)(lVar11 + 0x18)" * (cast_expression "(long *)(lVar11 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x18)" ( (binary_expression "lVar11 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;" if (parenthesized_expression "((*(byte *)(lVar11 + 0x20) & 2) == 0)" ( (binary_expression "(*(byte *)(lVar11 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(lVar11 + 0x20) & 2)" ( (binary_expression "*(byte *)(lVar11 + 0x20) & 2" (pointer_expression "*(byte *)(lVar11 + 0x20)" * (cast_expression "(byte *)(lVar11 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x20)" ( (binary_expression "lVar11 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_00379f74;" goto statement_identifier ;)) (if_statement "if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }" if (parenthesized_expression "((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10)))" ( (binary_expression "(-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))" (parenthesized_expression "(-1 < lVar3)" ( (binary_expression "-1 < lVar3" number_literal < identifier) )) && (parenthesized_expression "(*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))" ( (binary_expression "*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10)" (binary_expression "*(long *)(lVar11 + 0x10) + lVar3" (pointer_expression "*(long *)(lVar11 + 0x10)" * (cast_expression "(long *)(lVar11 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x10)" ( (binary_expression "lVar11 + 0x10" identifier + number_literal) )))) + identifier) <= (pointer_expression "*(long *)(param_2 + 0x10)" * (cast_expression "(long *)(param_2 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) ))))) ))) )) (compound_statement "{\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }" { (expression_statement "FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));" (call_expression "FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18))" identifier (argument_list "(param_1,lVar3 + *(long *)(param_2 + 0x18))" ( identifier , (binary_expression "lVar3 + *(long *)(param_2 + 0x18)" identifier + (pointer_expression "*(long *)(param_2 + 0x18)" * (cast_expression "(long *)(param_2 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) ))))) ))) ;) (return_statement "return;" return ;) })) })) })) comment (expression_statement "FUN_00358e50();" (call_expression "FUN_00358e50()" identifier (argument_list "()" ( ))) ;) })) (labeled_statement "LAB_00379f8c:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xe3,"offset");" statement_identifier : comment (expression_statement "FUN_00352af0("../../gold/output.h",0xe3,"offset");" (call_expression "FUN_00352af0("../../gold/output.h",0xe3,"offset")" identifier (argument_list "("../../gold/output.h",0xe3,"offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") ))) ;)) })))
|
(translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void do_write(Output_section_incremental_inputs<32,_false> * this,\n Output_file * of) */\n\nvoid __thiscall\ngold::Output_section_incremental_inputs<32,_false>::do_write\n (Output_section_incremental_inputs<32,_false> *this,Output_file *of)\n\n{\n byte bVar1;\n uint global_sym_count;\n Incremental_inputs *pIVar2;\n long lVar3;\n long lVar4;\n uchar *puVar5;\n Output_section_incremental_inputs<32,_false> *pOVar6;\n undefined8 uVar7;\n pointer ppIVar8;\n pointer ppIVar9;\n Output_data_space *pOVar10;\n Output_section_incremental_inputs<32,_false> *this_00;\n ulong uVar11;\n uchar *puVar12;\n Stringpool *pSVar13;\n Stringpool *in_RCX;\n Output_data_space *in_RDX;\n uchar *oview;\n Output_file *start;\n bool bVar14;\n \n pIVar2 = this->inputs_;\n bVar1 = (this->super_Output_section_data).super_Output_data.field_0x20;\n pSVar13 = pIVar2->strtab_;\n if ((bVar1 & 4) != 0) {\n lVar3 = (this->super_Output_section_data).super_Output_data.offset_;\n if ((bVar1 & 2) == 0) {\nLAB_00379f74:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n lVar4 = (this->super_Output_section_data).super_Output_data.data_size_;\n start = of;\n this_00 = this;\n if ((-1 < lVar3) && (in_RCX = (Stringpool *)of->file_size_, lVar4 + lVar3 <= (long)in_RCX)) {\n in_RDX = pIVar2->symtab_section_;\n puVar5 = of->base_;\n bVar1 = (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x20;\n oview = puVar5 + lVar3;\n if ((bVar1 & 4) == 0) goto LAB_00379f8c;\n start = (Output_file *)(ulong)(bVar1 & 2);\n lVar3 = (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n offset_;\n if ((bVar1 & 2) == 0) goto LAB_00379f74;\n pOVar6 = (Output_section_incremental_inputs<32,_false> *)\n (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data\n .data_size_;\n this_00 = pOVar6;\n if ((-1 < lVar3) &&\n (in_RDX = (Output_data_space *)\n ((long)&(pOVar6->super_Output_section_data).super_Output_data._vptr_Output_data +\n lVar3), (long)in_RDX <= (long)in_RCX)) {\n global_sym_count = this->symtab_->output_count_;\n uVar11 = (ulong)global_sym_count * 4;\n this_00 = (Output_section_incremental_inputs<32,_false> *)operator_new__(uVar11);\n memset(this_00,0,uVar11);\n if ((pSVar13->key_to_offset_).size_ < pIVar2->command_line_key_) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar11 = pIVar2->command_line_key_ - 1;\n uVar7 = *(undefined8 *)\n ((long)(pSVar13->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[uVar11 >> 0xd].\n super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start +\n (ulong)((uint)uVar11 & 0x1fff) * 8);\n ppIVar8 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n ._M_impl._M_finish;\n ppIVar9 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n ._M_impl._M_start;\n oview[0] = '\x02';\n oview[1] = '\0';\n oview[2] = '\0';\n oview[3] = '\0';\n *(int *)(oview + 8) = (int)uVar7;\n *(int *)(oview + 4) = (int)((long)ppIVar8 - (long)ppIVar9 >> 3);\n oview[0xc] = '\0';\n oview[0xd] = '\0';\n oview[0xe] = '\0';\n oview[0xf] = '\0';\n puVar12 = write_input_files(this,oview,oview + 0x10,pSVar13);\n puVar12 = write_info_blocks(this,oview,puVar12,pSVar13,(uint *)this_00,global_sym_count);\n if ((long)puVar12 - (long)oview != lVar4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((Output_section_incremental_inputs<32,_false> *)((ulong)global_sym_count << 2) != pOVar6\n ) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x59f,"do_write");\n }\n in_RCX = pSVar13;\n if (global_sym_count != 0) {\n in_RCX = (Stringpool *)(ulong)(global_sym_count - 1);\n pSVar13 = (Stringpool *)0x0;\n do {\n *(uint *)(puVar5 + (long)pSVar13 * 4 + lVar3) =\n *(uint *)((long)&(this_00->super_Output_section_data).super_Output_data.\n _vptr_Output_data + (long)pSVar13 * 4);\n bVar14 = in_RCX != pSVar13;\n pSVar13 = (Stringpool *)((long)&(pSVar13->string_set_)._M_h._M_buckets + 1);\n } while (bVar14);\n }\n operator_delete__(this_00);\n pOVar10 = pIVar2->got_plt_section_;\n bVar1 = (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x20;\n if ((bVar1 & 4) == 0) goto LAB_00379f8c;\n start = (Output_file *)\n (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_;\n if ((bVar1 & 2) == 0) goto LAB_00379f74;\n in_RDX = (Output_data_space *)\n (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n if ((-1 < (long)start) &&\n ((long)&start->name_ + (long)&in_RDX->super_Output_section_data_build <= of->file_size_))\n {\n write_got_plt(this,of->base_ + (long)&start->name_,(off_t)in_RDX);\n return;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n Output_file::get_output_view\n ((Output_file *)this_00,(off_t)start,(size_t)in_RDX,(Output_file *)in_RCX);\n }\nLAB_00379f8c:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n}\n\n" comment comment (declaration "void __thiscall\ngold::Output_section_incremental_inputs<32,_false>::do_write\n (Output_section_incremental_inputs<32,_false> *this,Output_file *of)\n\n{\n byte bVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::do_write\n (Output_section_incremental_inputs<32,_false> *this,Output_file *of)\n\n{\n byte" identifier > : : (function_declarator "do_write\n (Output_section_incremental_inputs<32,_false> *this,Output_file *of)" identifier (parameter_list "(Output_section_incremental_inputs<32,_false> *this,Output_file *of)" ( (parameter_declaration "Output_section_incremental_inputs" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Output_file *of" type_identifier (pointer_declarator "*of" * identifier)) ))) { identifier) identifier ;) (declaration "uint global_sym_count;" type_identifier identifier ;) (declaration "Incremental_inputs *pIVar2;" type_identifier (pointer_declarator "*pIVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "uchar *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (expression_statement "Output_section_incremental_inputs<32,_false> *pOVar6;" (update_expression "Output_section_incremental_inputs<32,_false> *pOVar6" (binary_expression "Output_section_incremental_inputs<32,_false> *pOVar6" (binary_expression "Output_section_incremental_inputs<32" identifier < number_literal) (ERROR ",_false" , identifier) > (pointer_expression "*pOVar6" * identifier)) --) ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "pointer ppIVar8;" type_identifier identifier ;) (declaration "pointer ppIVar9;" type_identifier identifier ;) (declaration "Output_data_space *pOVar10;" type_identifier (pointer_declarator "*pOVar10" * identifier) ;) (expression_statement "Output_section_incremental_inputs<32,_false> *this_00;" (update_expression "Output_section_incremental_inputs<32,_false> *this_00" (binary_expression "Output_section_incremental_inputs<32,_false> *this_00" (binary_expression "Output_section_incremental_inputs<32" identifier < number_literal) (ERROR ",_false" , identifier) > (pointer_expression "*this_00" * identifier)) --) ;) (declaration "ulong uVar11;" type_identifier identifier ;) (declaration "uchar *puVar12;" type_identifier (pointer_declarator "*puVar12" * identifier) ;) (declaration "Stringpool *pSVar13;" type_identifier (pointer_declarator "*pSVar13" * identifier) ;) (declaration "Stringpool *in_RCX;" type_identifier (pointer_declarator "*in_RCX" * identifier) ;) (declaration "Output_data_space *in_RDX;" type_identifier (pointer_declarator "*in_RDX" * identifier) ;) (declaration "uchar *oview;" type_identifier (pointer_declarator "*oview" * identifier) ;) (declaration "Output_file *start;" type_identifier (pointer_declarator "*start" * identifier) ;) (declaration "bool bVar14;" primitive_type identifier ;) (expression_statement "pIVar2 = this->inputs_;" (assignment_expression "pIVar2 = this->inputs_" identifier = (field_expression "this->inputs_" identifier -> field_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 "pSVar13 = pIVar2->strtab_;" (assignment_expression "pSVar13 = pIVar2->strtab_" identifier = (field_expression "pIVar2->strtab_" identifier -> field_identifier)) ;) (if_statement "if ((bVar1 & 4) != 0) {\n lVar3 = (this->super_Output_section_data).super_Output_data.offset_;\n if ((bVar1 & 2) == 0) {\nLAB_00379f74:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n lVar4 = (this->super_Output_section_data).super_Output_data.data_size_;\n start = of;\n this_00 = this;\n if ((-1 < lVar3) && (in_RCX = (Stringpool *)of->file_size_, lVar4 + lVar3 <= (long)in_RCX)) {\n in_RDX = pIVar2->symtab_section_;\n puVar5 = of->base_;\n bVar1 = (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x20;\n oview = puVar5 + lVar3;\n if ((bVar1 & 4) == 0) goto LAB_00379f8c;\n start = (Output_file *)(ulong)(bVar1 & 2);\n lVar3 = (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n offset_;\n if ((bVar1 & 2) == 0) goto LAB_00379f74;\n pOVar6 = (Output_section_incremental_inputs<32,_false> *)\n (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data\n .data_size_;\n this_00 = pOVar6;\n if ((-1 < lVar3) &&\n (in_RDX = (Output_data_space *)\n ((long)&(pOVar6->super_Output_section_data).super_Output_data._vptr_Output_data +\n lVar3), (long)in_RDX <= (long)in_RCX)) {\n global_sym_count = this->symtab_->output_count_;\n uVar11 = (ulong)global_sym_count * 4;\n this_00 = (Output_section_incremental_inputs<32,_false> *)operator_new__(uVar11);\n memset(this_00,0,uVar11);\n if ((pSVar13->key_to_offset_).size_ < pIVar2->command_line_key_) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar11 = pIVar2->command_line_key_ - 1;\n uVar7 = *(undefined8 *)\n ((long)(pSVar13->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[uVar11 >> 0xd].\n super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start +\n (ulong)((uint)uVar11 & 0x1fff) * 8);\n ppIVar8 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n ._M_impl._M_finish;\n ppIVar9 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n ._M_impl._M_start;\n oview[0] = '\x02';\n oview[1] = '\0';\n oview[2] = '\0';\n oview[3] = '\0';\n *(int *)(oview + 8) = (int)uVar7;\n *(int *)(oview + 4) = (int)((long)ppIVar8 - (long)ppIVar9 >> 3);\n oview[0xc] = '\0';\n oview[0xd] = '\0';\n oview[0xe] = '\0';\n oview[0xf] = '\0';\n puVar12 = write_input_files(this,oview,oview + 0x10,pSVar13);\n puVar12 = write_info_blocks(this,oview,puVar12,pSVar13,(uint *)this_00,global_sym_count);\n if ((long)puVar12 - (long)oview != lVar4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((Output_section_incremental_inputs<32,_false> *)((ulong)global_sym_count << 2) != pOVar6\n ) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x59f,"do_write");\n }\n in_RCX = pSVar13;\n if (global_sym_count != 0) {\n in_RCX = (Stringpool *)(ulong)(global_sym_count - 1);\n pSVar13 = (Stringpool *)0x0;\n do {\n *(uint *)(puVar5 + (long)pSVar13 * 4 + lVar3) =\n *(uint *)((long)&(this_00->super_Output_section_data).super_Output_data.\n _vptr_Output_data + (long)pSVar13 * 4);\n bVar14 = in_RCX != pSVar13;\n pSVar13 = (Stringpool *)((long)&(pSVar13->string_set_)._M_h._M_buckets + 1);\n } while (bVar14);\n }\n operator_delete__(this_00);\n pOVar10 = pIVar2->got_plt_section_;\n bVar1 = (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x20;\n if ((bVar1 & 4) == 0) goto LAB_00379f8c;\n start = (Output_file *)\n (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_;\n if ((bVar1 & 2) == 0) goto LAB_00379f74;\n in_RDX = (Output_data_space *)\n (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n if ((-1 < (long)start) &&\n ((long)&start->name_ + (long)&in_RDX->super_Output_section_data_build <= of->file_size_))\n {\n write_got_plt(this,of->base_ + (long)&start->name_,(off_t)in_RDX);\n return;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n Output_file::get_output_view\n ((Output_file *)this_00,(off_t)start,(size_t)in_RDX,(Output_file *)in_RCX);\n }" if (parenthesized_expression "((bVar1 & 4) != 0)" ( (binary_expression "(bVar1 & 4) != 0" (parenthesized_expression "(bVar1 & 4)" ( (binary_expression "bVar1 & 4" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n lVar3 = (this->super_Output_section_data).super_Output_data.offset_;\n if ((bVar1 & 2) == 0) {\nLAB_00379f74:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n lVar4 = (this->super_Output_section_data).super_Output_data.data_size_;\n start = of;\n this_00 = this;\n if ((-1 < lVar3) && (in_RCX = (Stringpool *)of->file_size_, lVar4 + lVar3 <= (long)in_RCX)) {\n in_RDX = pIVar2->symtab_section_;\n puVar5 = of->base_;\n bVar1 = (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x20;\n oview = puVar5 + lVar3;\n if ((bVar1 & 4) == 0) goto LAB_00379f8c;\n start = (Output_file *)(ulong)(bVar1 & 2);\n lVar3 = (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n offset_;\n if ((bVar1 & 2) == 0) goto LAB_00379f74;\n pOVar6 = (Output_section_incremental_inputs<32,_false> *)\n (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data\n .data_size_;\n this_00 = pOVar6;\n if ((-1 < lVar3) &&\n (in_RDX = (Output_data_space *)\n ((long)&(pOVar6->super_Output_section_data).super_Output_data._vptr_Output_data +\n lVar3), (long)in_RDX <= (long)in_RCX)) {\n global_sym_count = this->symtab_->output_count_;\n uVar11 = (ulong)global_sym_count * 4;\n this_00 = (Output_section_incremental_inputs<32,_false> *)operator_new__(uVar11);\n memset(this_00,0,uVar11);\n if ((pSVar13->key_to_offset_).size_ < pIVar2->command_line_key_) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar11 = pIVar2->command_line_key_ - 1;\n uVar7 = *(undefined8 *)\n ((long)(pSVar13->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[uVar11 >> 0xd].\n super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start +\n (ulong)((uint)uVar11 & 0x1fff) * 8);\n ppIVar8 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n ._M_impl._M_finish;\n ppIVar9 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n ._M_impl._M_start;\n oview[0] = '\x02';\n oview[1] = '\0';\n oview[2] = '\0';\n oview[3] = '\0';\n *(int *)(oview + 8) = (int)uVar7;\n *(int *)(oview + 4) = (int)((long)ppIVar8 - (long)ppIVar9 >> 3);\n oview[0xc] = '\0';\n oview[0xd] = '\0';\n oview[0xe] = '\0';\n oview[0xf] = '\0';\n puVar12 = write_input_files(this,oview,oview + 0x10,pSVar13);\n puVar12 = write_info_blocks(this,oview,puVar12,pSVar13,(uint *)this_00,global_sym_count);\n if ((long)puVar12 - (long)oview != lVar4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((Output_section_incremental_inputs<32,_false> *)((ulong)global_sym_count << 2) != pOVar6\n ) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x59f,"do_write");\n }\n in_RCX = pSVar13;\n if (global_sym_count != 0) {\n in_RCX = (Stringpool *)(ulong)(global_sym_count - 1);\n pSVar13 = (Stringpool *)0x0;\n do {\n *(uint *)(puVar5 + (long)pSVar13 * 4 + lVar3) =\n *(uint *)((long)&(this_00->super_Output_section_data).super_Output_data.\n _vptr_Output_data + (long)pSVar13 * 4);\n bVar14 = in_RCX != pSVar13;\n pSVar13 = (Stringpool *)((long)&(pSVar13->string_set_)._M_h._M_buckets + 1);\n } while (bVar14);\n }\n operator_delete__(this_00);\n pOVar10 = pIVar2->got_plt_section_;\n bVar1 = (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x20;\n if ((bVar1 & 4) == 0) goto LAB_00379f8c;\n start = (Output_file *)\n (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_;\n if ((bVar1 & 2) == 0) goto LAB_00379f74;\n in_RDX = (Output_data_space *)\n (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n if ((-1 < (long)start) &&\n ((long)&start->name_ + (long)&in_RDX->super_Output_section_data_build <= of->file_size_))\n {\n write_got_plt(this,of->base_ + (long)&start->name_,(off_t)in_RDX);\n return;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n Output_file::get_output_view\n ((Output_file *)this_00,(off_t)start,(size_t)in_RDX,(Output_file *)in_RCX);\n }" { (expression_statement "lVar3 = (this->super_Output_section_data).super_Output_data.offset_;" (assignment_expression "lVar3 = (this->super_Output_section_data).super_Output_data.offset_" identifier = (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)) ;) (if_statement "if ((bVar1 & 2) == 0) {\nLAB_00379f74:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }" if (parenthesized_expression "((bVar1 & 2) == 0)" ( (binary_expression "(bVar1 & 2) == 0" (parenthesized_expression "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_00379f74:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }" { (labeled_statement "LAB_00379f74:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");" statement_identifier : comment (expression_statement "do_gold_unreachable("../../gold/output.h",0xcf,"data_size");" (call_expression "do_gold_unreachable("../../gold/output.h",0xcf,"data_size")" identifier (argument_list "("../../gold/output.h",0xcf,"data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""data_size"" " string_content ") ))) ;)) })) (expression_statement "lVar4 = (this->super_Output_section_data).super_Output_data.data_size_;" (assignment_expression "lVar4 = (this->super_Output_section_data).super_Output_data.data_size_" identifier = (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)) ;) (expression_statement "start = of;" (assignment_expression "start = of" identifier = identifier) ;) (expression_statement "this_00 = this;" (assignment_expression "this_00 = this" identifier = identifier) ;) (if_statement "if ((-1 < lVar3) && (in_RCX = (Stringpool *)of->file_size_, lVar4 + lVar3 <= (long)in_RCX)) {\n in_RDX = pIVar2->symtab_section_;\n puVar5 = of->base_;\n bVar1 = (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x20;\n oview = puVar5 + lVar3;\n if ((bVar1 & 4) == 0) goto LAB_00379f8c;\n start = (Output_file *)(ulong)(bVar1 & 2);\n lVar3 = (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n offset_;\n if ((bVar1 & 2) == 0) goto LAB_00379f74;\n pOVar6 = (Output_section_incremental_inputs<32,_false> *)\n (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data\n .data_size_;\n this_00 = pOVar6;\n if ((-1 < lVar3) &&\n (in_RDX = (Output_data_space *)\n ((long)&(pOVar6->super_Output_section_data).super_Output_data._vptr_Output_data +\n lVar3), (long)in_RDX <= (long)in_RCX)) {\n global_sym_count = this->symtab_->output_count_;\n uVar11 = (ulong)global_sym_count * 4;\n this_00 = (Output_section_incremental_inputs<32,_false> *)operator_new__(uVar11);\n memset(this_00,0,uVar11);\n if ((pSVar13->key_to_offset_).size_ < pIVar2->command_line_key_) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar11 = pIVar2->command_line_key_ - 1;\n uVar7 = *(undefined8 *)\n ((long)(pSVar13->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[uVar11 >> 0xd].\n super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start +\n (ulong)((uint)uVar11 & 0x1fff) * 8);\n ppIVar8 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n ._M_impl._M_finish;\n ppIVar9 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n ._M_impl._M_start;\n oview[0] = '\x02';\n oview[1] = '\0';\n oview[2] = '\0';\n oview[3] = '\0';\n *(int *)(oview + 8) = (int)uVar7;\n *(int *)(oview + 4) = (int)((long)ppIVar8 - (long)ppIVar9 >> 3);\n oview[0xc] = '\0';\n oview[0xd] = '\0';\n oview[0xe] = '\0';\n oview[0xf] = '\0';\n puVar12 = write_input_files(this,oview,oview + 0x10,pSVar13);\n puVar12 = write_info_blocks(this,oview,puVar12,pSVar13,(uint *)this_00,global_sym_count);\n if ((long)puVar12 - (long)oview != lVar4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((Output_section_incremental_inputs<32,_false> *)((ulong)global_sym_count << 2) != pOVar6\n ) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x59f,"do_write");\n }\n in_RCX = pSVar13;\n if (global_sym_count != 0) {\n in_RCX = (Stringpool *)(ulong)(global_sym_count - 1);\n pSVar13 = (Stringpool *)0x0;\n do {\n *(uint *)(puVar5 + (long)pSVar13 * 4 + lVar3) =\n *(uint *)((long)&(this_00->super_Output_section_data).super_Output_data.\n _vptr_Output_data + (long)pSVar13 * 4);\n bVar14 = in_RCX != pSVar13;\n pSVar13 = (Stringpool *)((long)&(pSVar13->string_set_)._M_h._M_buckets + 1);\n } while (bVar14);\n }\n operator_delete__(this_00);\n pOVar10 = pIVar2->got_plt_section_;\n bVar1 = (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x20;\n if ((bVar1 & 4) == 0) goto LAB_00379f8c;\n start = (Output_file *)\n (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_;\n if ((bVar1 & 2) == 0) goto LAB_00379f74;\n in_RDX = (Output_data_space *)\n (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n if ((-1 < (long)start) &&\n ((long)&start->name_ + (long)&in_RDX->super_Output_section_data_build <= of->file_size_))\n {\n write_got_plt(this,of->base_ + (long)&start->name_,(off_t)in_RDX);\n return;\n }\n }\n }" if (parenthesized_expression "((-1 < lVar3) && (in_RCX = (Stringpool *)of->file_size_, lVar4 + lVar3 <= (long)in_RCX))" ( (binary_expression "(-1 < lVar3) && (in_RCX = (Stringpool *)of->file_size_, lVar4 + lVar3 <= (long)in_RCX)" (parenthesized_expression "(-1 < lVar3)" ( (binary_expression "-1 < lVar3" number_literal < identifier) )) && (parenthesized_expression "(in_RCX = (Stringpool *)of->file_size_, lVar4 + lVar3 <= (long)in_RCX)" ( (comma_expression "in_RCX = (Stringpool *)of->file_size_, lVar4 + lVar3 <= (long)in_RCX" (assignment_expression "in_RCX = (Stringpool *)of->file_size_" identifier = (cast_expression "(Stringpool *)of->file_size_" ( (type_descriptor "Stringpool *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "of->file_size_" identifier -> field_identifier))) , (binary_expression "lVar4 + lVar3 <= (long)in_RCX" (binary_expression "lVar4 + lVar3" identifier + identifier) <= (cast_expression "(long)in_RCX" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ))) )) (compound_statement "{\n in_RDX = pIVar2->symtab_section_;\n puVar5 = of->base_;\n bVar1 = (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x20;\n oview = puVar5 + lVar3;\n if ((bVar1 & 4) == 0) goto LAB_00379f8c;\n start = (Output_file *)(ulong)(bVar1 & 2);\n lVar3 = (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n offset_;\n if ((bVar1 & 2) == 0) goto LAB_00379f74;\n pOVar6 = (Output_section_incremental_inputs<32,_false> *)\n (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data\n .data_size_;\n this_00 = pOVar6;\n if ((-1 < lVar3) &&\n (in_RDX = (Output_data_space *)\n ((long)&(pOVar6->super_Output_section_data).super_Output_data._vptr_Output_data +\n lVar3), (long)in_RDX <= (long)in_RCX)) {\n global_sym_count = this->symtab_->output_count_;\n uVar11 = (ulong)global_sym_count * 4;\n this_00 = (Output_section_incremental_inputs<32,_false> *)operator_new__(uVar11);\n memset(this_00,0,uVar11);\n if ((pSVar13->key_to_offset_).size_ < pIVar2->command_line_key_) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar11 = pIVar2->command_line_key_ - 1;\n uVar7 = *(undefined8 *)\n ((long)(pSVar13->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[uVar11 >> 0xd].\n super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start +\n (ulong)((uint)uVar11 & 0x1fff) * 8);\n ppIVar8 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n ._M_impl._M_finish;\n ppIVar9 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n ._M_impl._M_start;\n oview[0] = '\x02';\n oview[1] = '\0';\n oview[2] = '\0';\n oview[3] = '\0';\n *(int *)(oview + 8) = (int)uVar7;\n *(int *)(oview + 4) = (int)((long)ppIVar8 - (long)ppIVar9 >> 3);\n oview[0xc] = '\0';\n oview[0xd] = '\0';\n oview[0xe] = '\0';\n oview[0xf] = '\0';\n puVar12 = write_input_files(this,oview,oview + 0x10,pSVar13);\n puVar12 = write_info_blocks(this,oview,puVar12,pSVar13,(uint *)this_00,global_sym_count);\n if ((long)puVar12 - (long)oview != lVar4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((Output_section_incremental_inputs<32,_false> *)((ulong)global_sym_count << 2) != pOVar6\n ) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x59f,"do_write");\n }\n in_RCX = pSVar13;\n if (global_sym_count != 0) {\n in_RCX = (Stringpool *)(ulong)(global_sym_count - 1);\n pSVar13 = (Stringpool *)0x0;\n do {\n *(uint *)(puVar5 + (long)pSVar13 * 4 + lVar3) =\n *(uint *)((long)&(this_00->super_Output_section_data).super_Output_data.\n _vptr_Output_data + (long)pSVar13 * 4);\n bVar14 = in_RCX != pSVar13;\n pSVar13 = (Stringpool *)((long)&(pSVar13->string_set_)._M_h._M_buckets + 1);\n } while (bVar14);\n }\n operator_delete__(this_00);\n pOVar10 = pIVar2->got_plt_section_;\n bVar1 = (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x20;\n if ((bVar1 & 4) == 0) goto LAB_00379f8c;\n start = (Output_file *)\n (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_;\n if ((bVar1 & 2) == 0) goto LAB_00379f74;\n in_RDX = (Output_data_space *)\n (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n if ((-1 < (long)start) &&\n ((long)&start->name_ + (long)&in_RDX->super_Output_section_data_build <= of->file_size_))\n {\n write_got_plt(this,of->base_ + (long)&start->name_,(off_t)in_RDX);\n return;\n }\n }\n }" { (expression_statement "in_RDX = pIVar2->symtab_section_;" (assignment_expression "in_RDX = pIVar2->symtab_section_" identifier = (field_expression "pIVar2->symtab_section_" identifier -> field_identifier)) ;) (expression_statement "puVar5 = of->base_;" (assignment_expression "puVar5 = of->base_" identifier = (field_expression "of->base_" identifier -> field_identifier)) ;) (expression_statement "bVar1 = (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x20;" (assignment_expression "bVar1 = (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x20" identifier = (field_expression "(in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x20" (field_expression "(in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data" (field_expression "(in_RDX->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(in_RDX->super_Output_section_data_build)" ( (field_expression "in_RDX->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "oview = puVar5 + lVar3;" (assignment_expression "oview = puVar5 + lVar3" identifier = (binary_expression "puVar5 + lVar3" identifier + identifier)) ;) (if_statement "if ((bVar1 & 4) == 0) goto LAB_00379f8c;" if (parenthesized_expression "((bVar1 & 4) == 0)" ( (binary_expression "(bVar1 & 4) == 0" (parenthesized_expression "(bVar1 & 4)" ( (binary_expression "bVar1 & 4" identifier & number_literal) )) == number_literal) )) (goto_statement "goto LAB_00379f8c;" goto statement_identifier ;)) (expression_statement "start = (Output_file *)(ulong)(bVar1 & 2);" (assignment_expression "start = (Output_file *)(ulong)(bVar1 & 2)" identifier = (cast_expression "(Output_file *)(ulong)(bVar1 & 2)" ( (type_descriptor "Output_file *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(ulong)(bVar1 & 2)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) ))))) ;) (expression_statement "lVar3 = (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n offset_;" (assignment_expression "lVar3 = (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n offset_" identifier = (field_expression "(in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n offset_" (field_expression "(in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data" (field_expression "(in_RDX->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(in_RDX->super_Output_section_data_build)" ( (field_expression "in_RDX->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((bVar1 & 2) == 0) goto LAB_00379f74;" if (parenthesized_expression "((bVar1 & 2) == 0)" ( (binary_expression "(bVar1 & 2) == 0" (parenthesized_expression "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) )) == number_literal) )) (goto_statement "goto LAB_00379f74;" goto statement_identifier ;)) (expression_statement "pOVar6 = (Output_section_incremental_inputs<32,_false> *)\n (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data\n .data_size_;" (assignment_expression "pOVar6 = (Output_section_incremental_inputs<32,_false> *)\n (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data\n .data_size_" identifier = (field_expression "(Output_section_incremental_inputs<32,_false> *)\n (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data\n .data_size_" (field_expression "(Output_section_incremental_inputs<32,_false> *)\n (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data" (field_expression "(Output_section_incremental_inputs<32,_false> *)\n (in_RDX->super_Output_section_data_build).super_Output_section_data" (call_expression "(Output_section_incremental_inputs<32,_false> *)\n (in_RDX->super_Output_section_data_build)" (parenthesized_expression "(Output_section_incremental_inputs<32,_false> *)" ( (comma_expression "Output_section_incremental_inputs<32,_false> *" (binary_expression "Output_section_incremental_inputs<32" identifier < number_literal) , (binary_expression "_false> *" identifier > (pointer_expression "*" * identifier))) )) (argument_list "(in_RDX->super_Output_section_data_build)" ( (field_expression "in_RDX->super_Output_section_data_build" identifier -> field_identifier) ))) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "this_00 = pOVar6;" (assignment_expression "this_00 = pOVar6" identifier = identifier) ;) (if_statement "if ((-1 < lVar3) &&\n (in_RDX = (Output_data_space *)\n ((long)&(pOVar6->super_Output_section_data).super_Output_data._vptr_Output_data +\n lVar3), (long)in_RDX <= (long)in_RCX)) {\n global_sym_count = this->symtab_->output_count_;\n uVar11 = (ulong)global_sym_count * 4;\n this_00 = (Output_section_incremental_inputs<32,_false> *)operator_new__(uVar11);\n memset(this_00,0,uVar11);\n if ((pSVar13->key_to_offset_).size_ < pIVar2->command_line_key_) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar11 = pIVar2->command_line_key_ - 1;\n uVar7 = *(undefined8 *)\n ((long)(pSVar13->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[uVar11 >> 0xd].\n super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start +\n (ulong)((uint)uVar11 & 0x1fff) * 8);\n ppIVar8 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n ._M_impl._M_finish;\n ppIVar9 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n ._M_impl._M_start;\n oview[0] = '\x02';\n oview[1] = '\0';\n oview[2] = '\0';\n oview[3] = '\0';\n *(int *)(oview + 8) = (int)uVar7;\n *(int *)(oview + 4) = (int)((long)ppIVar8 - (long)ppIVar9 >> 3);\n oview[0xc] = '\0';\n oview[0xd] = '\0';\n oview[0xe] = '\0';\n oview[0xf] = '\0';\n puVar12 = write_input_files(this,oview,oview + 0x10,pSVar13);\n puVar12 = write_info_blocks(this,oview,puVar12,pSVar13,(uint *)this_00,global_sym_count);\n if ((long)puVar12 - (long)oview != lVar4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((Output_section_incremental_inputs<32,_false> *)((ulong)global_sym_count << 2) != pOVar6\n ) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x59f,"do_write");\n }\n in_RCX = pSVar13;\n if (global_sym_count != 0) {\n in_RCX = (Stringpool *)(ulong)(global_sym_count - 1);\n pSVar13 = (Stringpool *)0x0;\n do {\n *(uint *)(puVar5 + (long)pSVar13 * 4 + lVar3) =\n *(uint *)((long)&(this_00->super_Output_section_data).super_Output_data.\n _vptr_Output_data + (long)pSVar13 * 4);\n bVar14 = in_RCX != pSVar13;\n pSVar13 = (Stringpool *)((long)&(pSVar13->string_set_)._M_h._M_buckets + 1);\n } while (bVar14);\n }\n operator_delete__(this_00);\n pOVar10 = pIVar2->got_plt_section_;\n bVar1 = (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x20;\n if ((bVar1 & 4) == 0) goto LAB_00379f8c;\n start = (Output_file *)\n (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_;\n if ((bVar1 & 2) == 0) goto LAB_00379f74;\n in_RDX = (Output_data_space *)\n (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n if ((-1 < (long)start) &&\n ((long)&start->name_ + (long)&in_RDX->super_Output_section_data_build <= of->file_size_))\n {\n write_got_plt(this,of->base_ + (long)&start->name_,(off_t)in_RDX);\n return;\n }\n }" if (parenthesized_expression "((-1 < lVar3) &&\n (in_RDX = (Output_data_space *)\n ((long)&(pOVar6->super_Output_section_data).super_Output_data._vptr_Output_data +\n lVar3), (long)in_RDX <= (long)in_RCX))" ( (binary_expression "(-1 < lVar3) &&\n (in_RDX = (Output_data_space *)\n ((long)&(pOVar6->super_Output_section_data).super_Output_data._vptr_Output_data +\n lVar3), (long)in_RDX <= (long)in_RCX)" (parenthesized_expression "(-1 < lVar3)" ( (binary_expression "-1 < lVar3" number_literal < identifier) )) && (parenthesized_expression "(in_RDX = (Output_data_space *)\n ((long)&(pOVar6->super_Output_section_data).super_Output_data._vptr_Output_data +\n lVar3), (long)in_RDX <= (long)in_RCX)" ( (comma_expression "in_RDX = (Output_data_space *)\n ((long)&(pOVar6->super_Output_section_data).super_Output_data._vptr_Output_data +\n lVar3), (long)in_RDX <= (long)in_RCX" (assignment_expression "in_RDX = (Output_data_space *)\n ((long)&(pOVar6->super_Output_section_data).super_Output_data._vptr_Output_data +\n lVar3)" identifier = (cast_expression "(Output_data_space *)\n ((long)&(pOVar6->super_Output_section_data).super_Output_data._vptr_Output_data +\n lVar3)" ( (type_descriptor "Output_data_space *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&(pOVar6->super_Output_section_data).super_Output_data._vptr_Output_data +\n lVar3)" ( (binary_expression "(long)&(pOVar6->super_Output_section_data).super_Output_data._vptr_Output_data +\n lVar3" (cast_expression "(long)&(pOVar6->super_Output_section_data).super_Output_data._vptr_Output_data" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(pOVar6->super_Output_section_data).super_Output_data._vptr_Output_data" & (field_expression "(pOVar6->super_Output_section_data).super_Output_data._vptr_Output_data" (field_expression "(pOVar6->super_Output_section_data).super_Output_data" (parenthesized_expression "(pOVar6->super_Output_section_data)" ( (field_expression "pOVar6->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier))) + identifier) )))) , (binary_expression "(long)in_RDX <= (long)in_RCX" (cast_expression "(long)in_RDX" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) <= (cast_expression "(long)in_RCX" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ))) )) (compound_statement "{\n global_sym_count = this->symtab_->output_count_;\n uVar11 = (ulong)global_sym_count * 4;\n this_00 = (Output_section_incremental_inputs<32,_false> *)operator_new__(uVar11);\n memset(this_00,0,uVar11);\n if ((pSVar13->key_to_offset_).size_ < pIVar2->command_line_key_) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar11 = pIVar2->command_line_key_ - 1;\n uVar7 = *(undefined8 *)\n ((long)(pSVar13->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[uVar11 >> 0xd].\n super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start +\n (ulong)((uint)uVar11 & 0x1fff) * 8);\n ppIVar8 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n ._M_impl._M_finish;\n ppIVar9 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n ._M_impl._M_start;\n oview[0] = '\x02';\n oview[1] = '\0';\n oview[2] = '\0';\n oview[3] = '\0';\n *(int *)(oview + 8) = (int)uVar7;\n *(int *)(oview + 4) = (int)((long)ppIVar8 - (long)ppIVar9 >> 3);\n oview[0xc] = '\0';\n oview[0xd] = '\0';\n oview[0xe] = '\0';\n oview[0xf] = '\0';\n puVar12 = write_input_files(this,oview,oview + 0x10,pSVar13);\n puVar12 = write_info_blocks(this,oview,puVar12,pSVar13,(uint *)this_00,global_sym_count);\n if ((long)puVar12 - (long)oview != lVar4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((Output_section_incremental_inputs<32,_false> *)((ulong)global_sym_count << 2) != pOVar6\n ) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x59f,"do_write");\n }\n in_RCX = pSVar13;\n if (global_sym_count != 0) {\n in_RCX = (Stringpool *)(ulong)(global_sym_count - 1);\n pSVar13 = (Stringpool *)0x0;\n do {\n *(uint *)(puVar5 + (long)pSVar13 * 4 + lVar3) =\n *(uint *)((long)&(this_00->super_Output_section_data).super_Output_data.\n _vptr_Output_data + (long)pSVar13 * 4);\n bVar14 = in_RCX != pSVar13;\n pSVar13 = (Stringpool *)((long)&(pSVar13->string_set_)._M_h._M_buckets + 1);\n } while (bVar14);\n }\n operator_delete__(this_00);\n pOVar10 = pIVar2->got_plt_section_;\n bVar1 = (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x20;\n if ((bVar1 & 4) == 0) goto LAB_00379f8c;\n start = (Output_file *)\n (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_;\n if ((bVar1 & 2) == 0) goto LAB_00379f74;\n in_RDX = (Output_data_space *)\n (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n if ((-1 < (long)start) &&\n ((long)&start->name_ + (long)&in_RDX->super_Output_section_data_build <= of->file_size_))\n {\n write_got_plt(this,of->base_ + (long)&start->name_,(off_t)in_RDX);\n return;\n }\n }" { (expression_statement "global_sym_count = this->symtab_->output_count_;" (assignment_expression "global_sym_count = this->symtab_->output_count_" identifier = (field_expression "this->symtab_->output_count_" (field_expression "this->symtab_" identifier -> field_identifier) -> field_identifier)) ;) (expression_statement "uVar11 = (ulong)global_sym_count * 4;" (assignment_expression "uVar11 = (ulong)global_sym_count * 4" identifier = (binary_expression "(ulong)global_sym_count * 4" (cast_expression "(ulong)global_sym_count" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) ;) (expression_statement "this_00 = (Output_section_incremental_inputs<32,_false> *)operator_new__(uVar11);" (assignment_expression "this_00 = (Output_section_incremental_inputs<32,_false> *)operator_new__(uVar11)" identifier = (parenthesized_expression "(Output_section_incremental_inputs<32,_false> *)operator_new__(uVar11)" ( (comma_expression "Output_section_incremental_inputs<32,_false> *)operator_new__(uVar11)" (binary_expression "Output_section_incremental_inputs<32" identifier < number_literal) , (binary_expression "_false> *)operator_new__(uVar11)" identifier > (pointer_expression "*)operator_new__(uVar11)" * (ERROR ")" )) (call_expression "operator_new__(uVar11)" identifier (argument_list "(uVar11)" ( identifier )))))) ))) ;) (expression_statement "memset(this_00,0,uVar11);" (call_expression "memset(this_00,0,uVar11)" identifier (argument_list "(this_00,0,uVar11)" ( identifier , number_literal , identifier ))) ;) (if_statement "if ((pSVar13->key_to_offset_).size_ < pIVar2->command_line_key_) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }" if (parenthesized_expression "((pSVar13->key_to_offset_).size_ < pIVar2->command_line_key_)" ( (binary_expression "(pSVar13->key_to_offset_).size_ < pIVar2->command_line_key_" (field_expression "(pSVar13->key_to_offset_).size_" (parenthesized_expression "(pSVar13->key_to_offset_)" ( (field_expression "pSVar13->key_to_offset_" identifier -> field_identifier) )) . field_identifier) < (field_expression "pIVar2->command_line_key_" identifier -> field_identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/stringpool.h",0x108,"get_offset_from_key");" (call_expression "do_gold_unreachable("../../gold/stringpool.h",0x108,"get_offset_from_key")" identifier (argument_list "("../../gold/stringpool.h",0x108,"get_offset_from_key")" ( (string_literal ""../../gold/stringpool.h"" " string_content ") , number_literal , (string_literal ""get_offset_from_key"" " string_content ") ))) ;) })) (expression_statement "uVar11 = pIVar2->command_line_key_ - 1;" (assignment_expression "uVar11 = pIVar2->command_line_key_ - 1" identifier = (binary_expression "pIVar2->command_line_key_ - 1" (field_expression "pIVar2->command_line_key_" identifier -> field_identifier) - number_literal)) ;) (expression_statement "uVar7 = *(undefined8 *)\n ((long)(pSVar13->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[uVar11 >> 0xd].\n super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start +\n (ulong)((uint)uVar11 & 0x1fff) * 8);" (assignment_expression "uVar7 = *(undefined8 *)\n ((long)(pSVar13->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[uVar11 >> 0xd].\n super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start +\n (ulong)((uint)uVar11 & 0x1fff) * 8)" identifier = (pointer_expression "*(undefined8 *)\n ((long)(pSVar13->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[uVar11 >> 0xd].\n super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start +\n (ulong)((uint)uVar11 & 0x1fff) * 8)" * (cast_expression "(undefined8 *)\n ((long)(pSVar13->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[uVar11 >> 0xd].\n super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start +\n (ulong)((uint)uVar11 & 0x1fff) * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)(pSVar13->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[uVar11 >> 0xd].\n super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start +\n (ulong)((uint)uVar11 & 0x1fff) * 8)" ( (ERROR "(long)(pSVar13->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[uVar11 >> 0xd].\n super__Vector_base<long_int,_std::" (comma_expression "(long)(pSVar13->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std" (binary_expression "(long)(pSVar13->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int" (binary_expression "(long)(pSVar13->key_to_offset_).chunks_.\n super__Vector_base<std" (cast_expression "(long)(pSVar13->key_to_offset_).chunks_.\n super__Vector_base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "(pSVar13->key_to_offset_).chunks_.\n super__Vector_base" (field_expression "(pSVar13->key_to_offset_).chunks_" (parenthesized_expression "(pSVar13->key_to_offset_)" ( (field_expression "pSVar13->key_to_offset_" identifier -> field_identifier) )) . field_identifier) . field_identifier)) < identifier) (ERROR "::vector" : : identifier) < identifier) , identifier) : : (binary_expression "allocator<long_int>_>,_std" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "vector<long_int,_std" (binary_expression "vector<long_int" identifier < identifier) , identifier) : : (comma_expression "allocator<long_int>_>_>_>\n ._M_impl._M_start[uVar11 >> 0xd].\n super__Vector_base<long_int,_std" (binary_expression "allocator<long_int>_>_>_>\n ._M_impl._M_start[uVar11 >> 0xd].\n super__Vector_base<long_int" (field_expression "allocator<long_int>_>_>_>\n ._M_impl._M_start[uVar11 >> 0xd].\n super__Vector_base" (subscript_expression "allocator<long_int>_>_>_>\n ._M_impl._M_start[uVar11 >> 0xd]" (field_expression "allocator<long_int>_>_>_>\n ._M_impl._M_start" (field_expression "allocator<long_int>_>_>_>\n ._M_impl" (binary_expression "allocator<long_int>_>_>_" (binary_expression "allocator<long_int>_>_" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) [ (binary_expression "uVar11 >> 0xd" identifier >> number_literal) ]) . field_identifier) < identifier) , identifier) : :) (binary_expression "allocator<long_int>_>._M_impl._M_start +\n (ulong)((uint)uVar11 & 0x1fff) * 8" (field_expression "allocator<long_int>_>._M_impl._M_start" (field_expression "allocator<long_int>_>._M_impl" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) + (binary_expression "(ulong)((uint)uVar11 & 0x1fff) * 8" (call_expression "(ulong)((uint)uVar11 & 0x1fff)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((uint)uVar11 & 0x1fff)" ( (binary_expression "(uint)uVar11 & 0x1fff" (cast_expression "(uint)uVar11" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) ))) * number_literal)) ))))) ;) (expression_statement "ppIVar8 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n ._M_impl._M_finish;" (field_expression "ppIVar8 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n ._M_impl._M_finish" (field_expression "ppIVar8 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n ._M_impl" (binary_expression "ppIVar8 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_" (binary_expression "ppIVar8 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold" (binary_expression "ppIVar8 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std" (assignment_expression "ppIVar8 = (pIVar2->inputs_).\n super__Vector_base<gold" identifier = (binary_expression "(pIVar2->inputs_).\n super__Vector_base<gold" (field_expression "(pIVar2->inputs_).\n super__Vector_base" (parenthesized_expression "(pIVar2->inputs_)" ( (field_expression "pIVar2->inputs_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "ppIVar9 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n ._M_impl._M_start;" (field_expression "ppIVar9 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n ._M_impl._M_start" (field_expression "ppIVar9 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n ._M_impl" (binary_expression "ppIVar9 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_" (binary_expression "ppIVar9 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold" (binary_expression "ppIVar9 = (pIVar2->inputs_).\n super__Vector_base<gold::Incremental_input_entry*,_std" (assignment_expression "ppIVar9 = (pIVar2->inputs_).\n super__Vector_base<gold" identifier = (binary_expression "(pIVar2->inputs_).\n super__Vector_base<gold" (field_expression "(pIVar2->inputs_).\n super__Vector_base" (parenthesized_expression "(pIVar2->inputs_)" ( (field_expression "pIVar2->inputs_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "oview[0] = '\x02';" (assignment_expression "oview[0] = '\x02'" (subscript_expression "oview[0]" identifier [ number_literal ]) = (char_literal "'\x02'" ' escape_sequence ')) ;) (expression_statement "oview[1] = '\0';" (assignment_expression "oview[1] = '\0'" (subscript_expression "oview[1]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "oview[2] = '\0';" (assignment_expression "oview[2] = '\0'" (subscript_expression "oview[2]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "oview[3] = '\0';" (assignment_expression "oview[3] = '\0'" (subscript_expression "oview[3]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "*(int *)(oview + 8) = (int)uVar7;" (assignment_expression "*(int *)(oview + 8) = (int)uVar7" (pointer_expression "*(int *)(oview + 8)" * (cast_expression "(int *)(oview + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(oview + 8)" ( (binary_expression "oview + 8" identifier + number_literal) )))) = (cast_expression "(int)uVar7" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*(int *)(oview + 4) = (int)((long)ppIVar8 - (long)ppIVar9 >> 3);" (assignment_expression "*(int *)(oview + 4) = (int)((long)ppIVar8 - (long)ppIVar9 >> 3)" (pointer_expression "*(int *)(oview + 4)" * (cast_expression "(int *)(oview + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(oview + 4)" ( (binary_expression "oview + 4" identifier + number_literal) )))) = (cast_expression "(int)((long)ppIVar8 - (long)ppIVar9 >> 3)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((long)ppIVar8 - (long)ppIVar9 >> 3)" ( (binary_expression "(long)ppIVar8 - (long)ppIVar9 >> 3" (binary_expression "(long)ppIVar8 - (long)ppIVar9" (cast_expression "(long)ppIVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)ppIVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal) )))) ;) (expression_statement "oview[0xc] = '\0';" (assignment_expression "oview[0xc] = '\0'" (subscript_expression "oview[0xc]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "oview[0xd] = '\0';" (assignment_expression "oview[0xd] = '\0'" (subscript_expression "oview[0xd]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "oview[0xe] = '\0';" (assignment_expression "oview[0xe] = '\0'" (subscript_expression "oview[0xe]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "oview[0xf] = '\0';" (assignment_expression "oview[0xf] = '\0'" (subscript_expression "oview[0xf]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar12 = write_input_files(this,oview,oview + 0x10,pSVar13);" (assignment_expression "puVar12 = write_input_files(this,oview,oview + 0x10,pSVar13)" identifier = (call_expression "write_input_files(this,oview,oview + 0x10,pSVar13)" identifier (argument_list "(this,oview,oview + 0x10,pSVar13)" ( identifier , identifier , (binary_expression "oview + 0x10" identifier + number_literal) , identifier )))) ;) (expression_statement "puVar12 = write_info_blocks(this,oview,puVar12,pSVar13,(uint *)this_00,global_sym_count);" (assignment_expression "puVar12 = write_info_blocks(this,oview,puVar12,pSVar13,(uint *)this_00,global_sym_count)" identifier = (call_expression "write_info_blocks(this,oview,puVar12,pSVar13,(uint *)this_00,global_sym_count)" identifier (argument_list "(this,oview,puVar12,pSVar13,(uint *)this_00,global_sym_count)" ( identifier , identifier , identifier , identifier , (cast_expression "(uint *)this_00" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier )))) ;) (if_statement "if ((long)puVar12 - (long)oview != lVar4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x59c,"do_write");\n }" if (parenthesized_expression "((long)puVar12 - (long)oview != lVar4)" ( (binary_expression "(long)puVar12 - (long)oview != lVar4" (binary_expression "(long)puVar12 - (long)oview" (cast_expression "(long)puVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)oview" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x59c,"do_write");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/incremental.cc",0x59c,"do_write");" (call_expression "do_gold_unreachable("../../gold/incremental.cc",0x59c,"do_write")" identifier (argument_list "("../../gold/incremental.cc",0x59c,"do_write")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_write"" " string_content ") ))) ;) })) (if_statement "if ((Output_section_incremental_inputs<32,_false> *)((ulong)global_sym_count << 2) != pOVar6\n ) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x59f,"do_write");\n }" if (parenthesized_expression "((Output_section_incremental_inputs<32,_false> *)((ulong)global_sym_count << 2) != pOVar6\n )" ( (binary_expression "(Output_section_incremental_inputs<32,_false> *)((ulong)global_sym_count << 2) != pOVar6" (call_expression "(Output_section_incremental_inputs<32,_false> *)((ulong)global_sym_count << 2)" (parenthesized_expression "(Output_section_incremental_inputs<32,_false> *)" ( (comma_expression "Output_section_incremental_inputs<32,_false> *" (binary_expression "Output_section_incremental_inputs<32" identifier < number_literal) , (binary_expression "_false> *" identifier > (pointer_expression "*" * identifier))) )) (argument_list "((ulong)global_sym_count << 2)" ( (binary_expression "(ulong)global_sym_count << 2" (cast_expression "(ulong)global_sym_count" ( (type_descriptor "ulong" type_identifier) ) identifier) << number_literal) ))) != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x59f,"do_write");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/incremental.cc",0x59f,"do_write");" (call_expression "do_gold_unreachable("../../gold/incremental.cc",0x59f,"do_write")" identifier (argument_list "("../../gold/incremental.cc",0x59f,"do_write")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_write"" " string_content ") ))) ;) })) (expression_statement "in_RCX = pSVar13;" (assignment_expression "in_RCX = pSVar13" identifier = identifier) ;) (if_statement "if (global_sym_count != 0) {\n in_RCX = (Stringpool *)(ulong)(global_sym_count - 1);\n pSVar13 = (Stringpool *)0x0;\n do {\n *(uint *)(puVar5 + (long)pSVar13 * 4 + lVar3) =\n *(uint *)((long)&(this_00->super_Output_section_data).super_Output_data.\n _vptr_Output_data + (long)pSVar13 * 4);\n bVar14 = in_RCX != pSVar13;\n pSVar13 = (Stringpool *)((long)&(pSVar13->string_set_)._M_h._M_buckets + 1);\n } while (bVar14);\n }" if (parenthesized_expression "(global_sym_count != 0)" ( (binary_expression "global_sym_count != 0" identifier != number_literal) )) (compound_statement "{\n in_RCX = (Stringpool *)(ulong)(global_sym_count - 1);\n pSVar13 = (Stringpool *)0x0;\n do {\n *(uint *)(puVar5 + (long)pSVar13 * 4 + lVar3) =\n *(uint *)((long)&(this_00->super_Output_section_data).super_Output_data.\n _vptr_Output_data + (long)pSVar13 * 4);\n bVar14 = in_RCX != pSVar13;\n pSVar13 = (Stringpool *)((long)&(pSVar13->string_set_)._M_h._M_buckets + 1);\n } while (bVar14);\n }" { (expression_statement "in_RCX = (Stringpool *)(ulong)(global_sym_count - 1);" (assignment_expression "in_RCX = (Stringpool *)(ulong)(global_sym_count - 1)" identifier = (cast_expression "(Stringpool *)(ulong)(global_sym_count - 1)" ( (type_descriptor "Stringpool *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(ulong)(global_sym_count - 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(global_sym_count - 1)" ( (binary_expression "global_sym_count - 1" identifier - number_literal) ))))) ;) (expression_statement "pSVar13 = (Stringpool *)0x0;" (assignment_expression "pSVar13 = (Stringpool *)0x0" identifier = (cast_expression "(Stringpool *)0x0" ( (type_descriptor "Stringpool *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n *(uint *)(puVar5 + (long)pSVar13 * 4 + lVar3) =\n *(uint *)((long)&(this_00->super_Output_section_data).super_Output_data.\n _vptr_Output_data + (long)pSVar13 * 4);\n bVar14 = in_RCX != pSVar13;\n pSVar13 = (Stringpool *)((long)&(pSVar13->string_set_)._M_h._M_buckets + 1);\n } while (bVar14);" do (compound_statement "{\n *(uint *)(puVar5 + (long)pSVar13 * 4 + lVar3) =\n *(uint *)((long)&(this_00->super_Output_section_data).super_Output_data.\n _vptr_Output_data + (long)pSVar13 * 4);\n bVar14 = in_RCX != pSVar13;\n pSVar13 = (Stringpool *)((long)&(pSVar13->string_set_)._M_h._M_buckets + 1);\n }" { (expression_statement "*(uint *)(puVar5 + (long)pSVar13 * 4 + lVar3) =\n *(uint *)((long)&(this_00->super_Output_section_data).super_Output_data.\n _vptr_Output_data + (long)pSVar13 * 4);" (assignment_expression "*(uint *)(puVar5 + (long)pSVar13 * 4 + lVar3) =\n *(uint *)((long)&(this_00->super_Output_section_data).super_Output_data.\n _vptr_Output_data + (long)pSVar13 * 4)" (pointer_expression "*(uint *)(puVar5 + (long)pSVar13 * 4 + lVar3)" * (cast_expression "(uint *)(puVar5 + (long)pSVar13 * 4 + lVar3)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar5 + (long)pSVar13 * 4 + lVar3)" ( (binary_expression "puVar5 + (long)pSVar13 * 4 + lVar3" (binary_expression "puVar5 + (long)pSVar13 * 4" identifier + (binary_expression "(long)pSVar13 * 4" (cast_expression "(long)pSVar13" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) + identifier) )))) = (pointer_expression "*(uint *)((long)&(this_00->super_Output_section_data).super_Output_data.\n _vptr_Output_data + (long)pSVar13 * 4)" * (cast_expression "(uint *)((long)&(this_00->super_Output_section_data).super_Output_data.\n _vptr_Output_data + (long)pSVar13 * 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&(this_00->super_Output_section_data).super_Output_data.\n _vptr_Output_data + (long)pSVar13 * 4)" ( (binary_expression "(long)&(this_00->super_Output_section_data).super_Output_data.\n _vptr_Output_data + (long)pSVar13 * 4" (cast_expression "(long)&(this_00->super_Output_section_data).super_Output_data.\n _vptr_Output_data" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(this_00->super_Output_section_data).super_Output_data.\n _vptr_Output_data" & (field_expression "(this_00->super_Output_section_data).super_Output_data.\n _vptr_Output_data" (field_expression "(this_00->super_Output_section_data).super_Output_data" (parenthesized_expression "(this_00->super_Output_section_data)" ( (field_expression "this_00->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier))) + (binary_expression "(long)pSVar13 * 4" (cast_expression "(long)pSVar13" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) ))))) ;) (expression_statement "bVar14 = in_RCX != pSVar13;" (assignment_expression "bVar14 = in_RCX != pSVar13" identifier = (binary_expression "in_RCX != pSVar13" identifier != identifier)) ;) (expression_statement "pSVar13 = (Stringpool *)((long)&(pSVar13->string_set_)._M_h._M_buckets + 1);" (assignment_expression "pSVar13 = (Stringpool *)((long)&(pSVar13->string_set_)._M_h._M_buckets + 1)" identifier = (cast_expression "(Stringpool *)((long)&(pSVar13->string_set_)._M_h._M_buckets + 1)" ( (type_descriptor "Stringpool *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&(pSVar13->string_set_)._M_h._M_buckets + 1)" ( (binary_expression "(long)&(pSVar13->string_set_)._M_h._M_buckets + 1" (cast_expression "(long)&(pSVar13->string_set_)._M_h._M_buckets" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(pSVar13->string_set_)._M_h._M_buckets" & (field_expression "(pSVar13->string_set_)._M_h._M_buckets" (field_expression "(pSVar13->string_set_)._M_h" (parenthesized_expression "(pSVar13->string_set_)" ( (field_expression "pSVar13->string_set_" identifier -> field_identifier) )) . field_identifier) . field_identifier))) + number_literal) )))) ;) }) while (parenthesized_expression "(bVar14)" ( identifier )) ;) })) (expression_statement "operator_delete__(this_00);" (call_expression "operator_delete__(this_00)" identifier (argument_list "(this_00)" ( identifier ))) ;) (expression_statement "pOVar10 = pIVar2->got_plt_section_;" (assignment_expression "pOVar10 = pIVar2->got_plt_section_" identifier = (field_expression "pIVar2->got_plt_section_" identifier -> field_identifier)) ;) (expression_statement "bVar1 = (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x20;" (assignment_expression "bVar1 = (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x20" identifier = (field_expression "(pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x20" (field_expression "(pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data" (field_expression "(pOVar10->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar10->super_Output_section_data_build)" ( (field_expression "pOVar10->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((bVar1 & 4) == 0) goto LAB_00379f8c;" if (parenthesized_expression "((bVar1 & 4) == 0)" ( (binary_expression "(bVar1 & 4) == 0" (parenthesized_expression "(bVar1 & 4)" ( (binary_expression "bVar1 & 4" identifier & number_literal) )) == number_literal) )) (goto_statement "goto LAB_00379f8c;" goto statement_identifier ;)) (expression_statement "start = (Output_file *)\n (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_;" (assignment_expression "start = (Output_file *)\n (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_" identifier = (cast_expression "(Output_file *)\n (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_" ( (type_descriptor "Output_file *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "(pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_" (field_expression "(pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data" (field_expression "(pOVar10->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar10->super_Output_section_data_build)" ( (field_expression "pOVar10->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier))) ;) (if_statement "if ((bVar1 & 2) == 0) goto LAB_00379f74;" if (parenthesized_expression "((bVar1 & 2) == 0)" ( (binary_expression "(bVar1 & 2) == 0" (parenthesized_expression "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) )) == number_literal) )) (goto_statement "goto LAB_00379f74;" goto statement_identifier ;)) (expression_statement "in_RDX = (Output_data_space *)\n (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;" (assignment_expression "in_RDX = (Output_data_space *)\n (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_" identifier = (cast_expression "(Output_data_space *)\n (pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_" ( (type_descriptor "Output_data_space *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "(pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_" (field_expression "(pOVar10->super_Output_section_data_build).super_Output_section_data.\n super_Output_data" (field_expression "(pOVar10->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar10->super_Output_section_data_build)" ( (field_expression "pOVar10->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier))) ;) (if_statement "if ((-1 < (long)start) &&\n ((long)&start->name_ + (long)&in_RDX->super_Output_section_data_build <= of->file_size_))\n {\n write_got_plt(this,of->base_ + (long)&start->name_,(off_t)in_RDX);\n return;\n }" if (parenthesized_expression "((-1 < (long)start) &&\n ((long)&start->name_ + (long)&in_RDX->super_Output_section_data_build <= of->file_size_))" ( (binary_expression "(-1 < (long)start) &&\n ((long)&start->name_ + (long)&in_RDX->super_Output_section_data_build <= of->file_size_)" (parenthesized_expression "(-1 < (long)start)" ( (binary_expression "-1 < (long)start" number_literal < (cast_expression "(long)start" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) && (parenthesized_expression "((long)&start->name_ + (long)&in_RDX->super_Output_section_data_build <= of->file_size_)" ( (binary_expression "(long)&start->name_ + (long)&in_RDX->super_Output_section_data_build <= of->file_size_" (binary_expression "(long)&start->name_ + (long)&in_RDX->super_Output_section_data_build" (cast_expression "(long)&start->name_" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&start->name_" & (field_expression "start->name_" identifier -> field_identifier))) + (cast_expression "(long)&in_RDX->super_Output_section_data_build" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&in_RDX->super_Output_section_data_build" & (field_expression "in_RDX->super_Output_section_data_build" identifier -> field_identifier)))) <= (field_expression "of->file_size_" identifier -> field_identifier)) ))) )) (compound_statement "{\n write_got_plt(this,of->base_ + (long)&start->name_,(off_t)in_RDX);\n return;\n }" { (expression_statement "write_got_plt(this,of->base_ + (long)&start->name_,(off_t)in_RDX);" (call_expression "write_got_plt(this,of->base_ + (long)&start->name_,(off_t)in_RDX)" identifier (argument_list "(this,of->base_ + (long)&start->name_,(off_t)in_RDX)" ( identifier , (binary_expression "of->base_ + (long)&start->name_" (field_expression "of->base_" identifier -> field_identifier) + (cast_expression "(long)&start->name_" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&start->name_" & (field_expression "start->name_" identifier -> field_identifier)))) , (cast_expression "(off_t)in_RDX" ( (type_descriptor "off_t" type_identifier) ) identifier) ))) ;) (return_statement "return;" return ;) })) })) })) comment (labeled_statement "Output_file::get_output_view\n ((Output_file *)this_00,(off_t)start,(size_t)in_RDX,(Output_file *)in_RCX);" statement_identifier : (ERROR ":" :) (expression_statement "get_output_view\n ((Output_file *)this_00,(off_t)start,(size_t)in_RDX,(Output_file *)in_RCX);" (call_expression "get_output_view\n ((Output_file *)this_00,(off_t)start,(size_t)in_RDX,(Output_file *)in_RCX)" identifier (argument_list "((Output_file *)this_00,(off_t)start,(size_t)in_RDX,(Output_file *)in_RCX)" ( (cast_expression "(Output_file *)this_00" ( (type_descriptor "Output_file *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(off_t)start" ( (type_descriptor "off_t" type_identifier) ) identifier) , (cast_expression "(size_t)in_RDX" ( (type_descriptor "size_t" primitive_type) ) identifier) , (cast_expression "(Output_file *)in_RCX" ( (type_descriptor "Output_file *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;)) })) (labeled_statement "LAB_00379f8c:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");" statement_identifier : comment (expression_statement "do_gold_unreachable("../../gold/output.h",0xe3,"offset");" (call_expression "do_gold_unreachable("../../gold/output.h",0xe3,"offset")" identifier (argument_list "("../../gold/output.h",0xe3,"offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") ))) ;)) (ERROR "}" }))
|
(translation_unit "void FUN_00379d70(long param_1,long param_2)\n\n{\n size_t __n;\n uint uVar1;\n long *plVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n long lVar8;\n void *__s;\n ulong uVar9;\n undefined8 uVar10;\n long lVar11;\n undefined4 *puVar12;\n bool bVar13;\n \n plVar2 = *(long **)(param_1 + 0x38);\n lVar11 = plVar2[8];\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n lVar3 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\nLAB_00379f74:\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n lVar4 = *(long *)(param_1 + 0x10);\n if ((-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10))) {\n lVar5 = plVar2[0xc];\n lVar6 = *(long *)(param_2 + 0x18);\n puVar12 = (undefined4 *)(lVar3 + lVar6);\n if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar5 + 0x18);\n if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;\n lVar5 = *(long *)(lVar5 + 0x10);\n if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n \n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }\n }\n \n FUN_00358e50();\n }\nLAB_00379f8c:\n \n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n}\n\n" (function_definition "void FUN_00379d70(long param_1,long param_2)\n\n{\n size_t __n;\n uint uVar1;\n long *plVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n long lVar8;\n void *__s;\n ulong uVar9;\n undefined8 uVar10;\n long lVar11;\n undefined4 *puVar12;\n bool bVar13;\n \n plVar2 = *(long **)(param_1 + 0x38);\n lVar11 = plVar2[8];\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n lVar3 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\nLAB_00379f74:\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n lVar4 = *(long *)(param_1 + 0x10);\n if ((-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10))) {\n lVar5 = plVar2[0xc];\n lVar6 = *(long *)(param_2 + 0x18);\n puVar12 = (undefined4 *)(lVar3 + lVar6);\n if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar5 + 0x18);\n if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;\n lVar5 = *(long *)(lVar5 + 0x10);\n if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n \n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }\n }\n \n FUN_00358e50();\n }\nLAB_00379f8c:\n \n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n}" primitive_type (function_declarator "FUN_00379d70(long param_1,long param_2)" identifier (parameter_list "(long param_1,long param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n size_t __n;\n uint uVar1;\n long *plVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n long lVar8;\n void *__s;\n ulong uVar9;\n undefined8 uVar10;\n long lVar11;\n undefined4 *puVar12;\n bool bVar13;\n \n plVar2 = *(long **)(param_1 + 0x38);\n lVar11 = plVar2[8];\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n lVar3 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\nLAB_00379f74:\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n lVar4 = *(long *)(param_1 + 0x10);\n if ((-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10))) {\n lVar5 = plVar2[0xc];\n lVar6 = *(long *)(param_2 + 0x18);\n puVar12 = (undefined4 *)(lVar3 + lVar6);\n if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar5 + 0x18);\n if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;\n lVar5 = *(long *)(lVar5 + 0x10);\n if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n \n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }\n }\n \n FUN_00358e50();\n }\nLAB_00379f8c:\n \n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n}" { (declaration "size_t __n;" primitive_type identifier ;) (declaration "uint uVar1;" type_identifier identifier ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar8;" (sized_type_specifier "long" long) identifier ;) (declaration "void *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "ulong uVar9;" type_identifier identifier ;) (declaration "undefined8 uVar10;" type_identifier identifier ;) (declaration "long lVar11;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined4 *puVar12;" type_identifier (pointer_declarator "*puVar12" * identifier) ;) (declaration "bool bVar13;" primitive_type identifier ;) (expression_statement "plVar2 = *(long **)(param_1 + 0x38);" (assignment_expression "plVar2 = *(long **)(param_1 + 0x38)" identifier = (pointer_expression "*(long **)(param_1 + 0x38)" * (cast_expression "(long **)(param_1 + 0x38)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) ;) (expression_statement "lVar11 = plVar2[8];" (assignment_expression "lVar11 = plVar2[8]" identifier = (subscript_expression "plVar2[8]" identifier [ number_literal ])) ;) (if_statement "if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n lVar3 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\nLAB_00379f74:\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n lVar4 = *(long *)(param_1 + 0x10);\n if ((-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10))) {\n lVar5 = plVar2[0xc];\n lVar6 = *(long *)(param_2 + 0x18);\n puVar12 = (undefined4 *)(lVar3 + lVar6);\n if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar5 + 0x18);\n if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;\n lVar5 = *(long *)(lVar5 + 0x10);\n if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n \n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }\n }\n \n FUN_00358e50();\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 4) != 0)" ( (binary_expression "(*(byte *)(param_1 + 0x20) & 4) != 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 4)" ( (binary_expression "*(byte *)(param_1 + 0x20) & 4" (pointer_expression "*(byte *)(param_1 + 0x20)" * (cast_expression "(byte *)(param_1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n lVar3 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\nLAB_00379f74:\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n lVar4 = *(long *)(param_1 + 0x10);\n if ((-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10))) {\n lVar5 = plVar2[0xc];\n lVar6 = *(long *)(param_2 + 0x18);\n puVar12 = (undefined4 *)(lVar3 + lVar6);\n if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar5 + 0x18);\n if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;\n lVar5 = *(long *)(lVar5 + 0x10);\n if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n \n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }\n }\n \n FUN_00358e50();\n }" { (expression_statement "lVar3 = *(long *)(param_1 + 0x18);" (assignment_expression "lVar3 = *(long *)(param_1 + 0x18)" identifier = (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\nLAB_00379f74:\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 2) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 2)" ( (binary_expression "*(byte *)(param_1 + 0x20) & 2" (pointer_expression "*(byte *)(param_1 + 0x20)" * (cast_expression "(byte *)(param_1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_00379f74:\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }" { (labeled_statement "LAB_00379f74:\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");" statement_identifier : (expression_statement "FUN_00352af0("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_00352af0("../../gold/output.h",0xcf,"data_size")" identifier (argument_list "("../../gold/output.h",0xcf,"data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""data_size"" " string_content ") ))) ;)) })) (expression_statement "lVar4 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar4 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if ((-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10))) {\n lVar5 = plVar2[0xc];\n lVar6 = *(long *)(param_2 + 0x18);\n puVar12 = (undefined4 *)(lVar3 + lVar6);\n if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar5 + 0x18);\n if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;\n lVar5 = *(long *)(lVar5 + 0x10);\n if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n \n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }\n }" if (parenthesized_expression "((-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10)))" ( (binary_expression "(-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10))" (parenthesized_expression "(-1 < lVar3)" ( (binary_expression "-1 < lVar3" number_literal < identifier) )) && (parenthesized_expression "(lVar4 + lVar3 <= *(long *)(param_2 + 0x10))" ( (binary_expression "lVar4 + lVar3 <= *(long *)(param_2 + 0x10)" (binary_expression "lVar4 + lVar3" identifier + identifier) <= (pointer_expression "*(long *)(param_2 + 0x10)" * (cast_expression "(long *)(param_2 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) ))))) ))) )) (compound_statement "{\n lVar5 = plVar2[0xc];\n lVar6 = *(long *)(param_2 + 0x18);\n puVar12 = (undefined4 *)(lVar3 + lVar6);\n if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar5 + 0x18);\n if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;\n lVar5 = *(long *)(lVar5 + 0x10);\n if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n \n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }\n }" { (expression_statement "lVar5 = plVar2[0xc];" (assignment_expression "lVar5 = plVar2[0xc]" identifier = (subscript_expression "plVar2[0xc]" identifier [ number_literal ])) ;) (expression_statement "lVar6 = *(long *)(param_2 + 0x18);" (assignment_expression "lVar6 = *(long *)(param_2 + 0x18)" identifier = (pointer_expression "*(long *)(param_2 + 0x18)" * (cast_expression "(long *)(param_2 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "puVar12 = (undefined4 *)(lVar3 + lVar6);" (assignment_expression "puVar12 = (undefined4 *)(lVar3 + lVar6)" identifier = (cast_expression "(undefined4 *)(lVar3 + lVar6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + lVar6)" ( (binary_expression "lVar3 + lVar6" identifier + identifier) )))) ;) (if_statement "if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;" if (parenthesized_expression "((*(byte *)(lVar5 + 0x20) & 4) == 0)" ( (binary_expression "(*(byte *)(lVar5 + 0x20) & 4) == 0" (parenthesized_expression "(*(byte *)(lVar5 + 0x20) & 4)" ( (binary_expression "*(byte *)(lVar5 + 0x20) & 4" (pointer_expression "*(byte *)(lVar5 + 0x20)" * (cast_expression "(byte *)(lVar5 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x20)" ( (binary_expression "lVar5 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_00379f8c;" goto statement_identifier ;)) (expression_statement "lVar3 = *(long *)(lVar5 + 0x18);" (assignment_expression "lVar3 = *(long *)(lVar5 + 0x18)" identifier = (pointer_expression "*(long *)(lVar5 + 0x18)" * (cast_expression "(long *)(lVar5 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x18)" ( (binary_expression "lVar5 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;" if (parenthesized_expression "((*(byte *)(lVar5 + 0x20) & 2) == 0)" ( (binary_expression "(*(byte *)(lVar5 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(lVar5 + 0x20) & 2)" ( (binary_expression "*(byte *)(lVar5 + 0x20) & 2" (pointer_expression "*(byte *)(lVar5 + 0x20)" * (cast_expression "(byte *)(lVar5 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x20)" ( (binary_expression "lVar5 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_00379f74;" goto statement_identifier ;)) (expression_statement "lVar5 = *(long *)(lVar5 + 0x10);" (assignment_expression "lVar5 = *(long *)(lVar5 + 0x10)" identifier = (pointer_expression "*(long *)(lVar5 + 0x10)" * (cast_expression "(long *)(lVar5 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x10)" ( (binary_expression "lVar5 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n \n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }" if (parenthesized_expression "((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10)))" ( (binary_expression "(-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))" (parenthesized_expression "(-1 < lVar3)" ( (binary_expression "-1 < lVar3" number_literal < identifier) )) && (parenthesized_expression "(lVar5 + lVar3 <= *(long *)(param_2 + 0x10))" ( (binary_expression "lVar5 + lVar3 <= *(long *)(param_2 + 0x10)" (binary_expression "lVar5 + lVar3" identifier + identifier) <= (pointer_expression "*(long *)(param_2 + 0x10)" * (cast_expression "(long *)(param_2 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) ))))) ))) )) (compound_statement "{\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n \n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }" { (expression_statement "uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);" (assignment_expression "uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18)" identifier = (pointer_expression "*(uint *)(*(long *)(param_1 + 0x40) + 0x18)" * (cast_expression "(uint *)(*(long *)(param_1 + 0x40) + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x40) + 0x18)" ( (binary_expression "*(long *)(param_1 + 0x40) + 0x18" (pointer_expression "*(long *)(param_1 + 0x40)" * (cast_expression "(long *)(param_1 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) + number_literal) ))))) ;) (expression_statement "__n = (ulong)uVar1 * 4;" (assignment_expression "__n = (ulong)uVar1 * 4" identifier = (binary_expression "(ulong)uVar1 * 4" (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) ;) (expression_statement "__s = (void *)thunk_FUN_0049cb60(__n);" (assignment_expression "__s = (void *)thunk_FUN_0049cb60(__n)" identifier = (cast_expression "(void *)thunk_FUN_0049cb60(__n)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "thunk_FUN_0049cb60(__n)" identifier (argument_list "(__n)" ( identifier ))))) ;) (expression_statement "memset(__s,0,__n);" (call_expression "memset(__s,0,__n)" identifier (argument_list "(__s,0,__n)" ( identifier , number_literal , identifier ))) ;) (if_statement "if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n \n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }" if (parenthesized_expression "(*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7])" ( (binary_expression "*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]" (pointer_expression "*(ulong *)(lVar11 + 0x50)" * (cast_expression "(ulong *)(lVar11 + 0x50)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x50)" ( (binary_expression "lVar11 + 0x50" identifier + number_literal) )))) < (cast_expression "(ulong)plVar2[7]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "plVar2[7]" identifier [ number_literal ]))) )) (compound_statement "{\n \n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }" { (expression_statement "FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");" (call_expression "FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key")" identifier (argument_list "("../../gold/stringpool.h",0x108,"get_offset_from_key")" ( (string_literal ""../../gold/stringpool.h"" " string_content ") , number_literal , (string_literal ""get_offset_from_key"" " string_content ") ))) ;) })) (expression_statement "uVar9 = plVar2[7] - 1;" (assignment_expression "uVar9 = plVar2[7] - 1" identifier = (binary_expression "plVar2[7] - 1" (subscript_expression "plVar2[7]" identifier [ number_literal ]) - number_literal)) ;) (expression_statement "uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);" (assignment_expression "uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8)" identifier = (pointer_expression "*(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8)" * (cast_expression "(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8)" ( (binary_expression "*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8" (pointer_expression "*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18)" * (cast_expression "(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18)" ( (binary_expression "*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18" (pointer_expression "*(long *)(lVar11 + 0x38)" * (cast_expression "(long *)(lVar11 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x38)" ( (binary_expression "lVar11 + 0x38" identifier + number_literal) )))) + (binary_expression "(uVar9 >> 0xd) * 0x18" (parenthesized_expression "(uVar9 >> 0xd)" ( (binary_expression "uVar9 >> 0xd" identifier >> number_literal) )) * number_literal)) )))) + (binary_expression "(ulong)((uint)uVar9 & 0x1fff) * 8" (call_expression "(ulong)((uint)uVar9 & 0x1fff)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((uint)uVar9 & 0x1fff)" ( (binary_expression "(uint)uVar9 & 0x1fff" (cast_expression "(uint)uVar9" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) ))) * number_literal)) ))))) ;) (expression_statement "lVar7 = plVar2[1];" (assignment_expression "lVar7 = plVar2[1]" identifier = (subscript_expression "plVar2[1]" identifier [ number_literal ])) ;) (expression_statement "lVar8 = *plVar2;" (assignment_expression "lVar8 = *plVar2" identifier = (pointer_expression "*plVar2" * identifier)) ;) (expression_statement "*puVar12 = 2;" (assignment_expression "*puVar12 = 2" (pointer_expression "*puVar12" * identifier) = number_literal) ;) (expression_statement "puVar12[2] = (int)uVar10;" (assignment_expression "puVar12[2] = (int)uVar10" (subscript_expression "puVar12[2]" identifier [ number_literal ]) = (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "puVar12[1] = (int)(lVar7 - lVar8 >> 3);" (assignment_expression "puVar12[1] = (int)(lVar7 - lVar8 >> 3)" (subscript_expression "puVar12[1]" identifier [ number_literal ]) = (cast_expression "(int)(lVar7 - lVar8 >> 3)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(lVar7 - lVar8 >> 3)" ( (binary_expression "lVar7 - lVar8 >> 3" (binary_expression "lVar7 - lVar8" identifier - identifier) >> number_literal) )))) ;) (expression_statement "puVar12[3] = 0;" (assignment_expression "puVar12[3] = 0" (subscript_expression "puVar12[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);" (assignment_expression "uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11)" identifier = (call_expression "FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11)" identifier (argument_list "(param_1,puVar12,puVar12 + 4,lVar11)" ( identifier , identifier , (binary_expression "puVar12 + 4" identifier + number_literal) , identifier )))) ;) (expression_statement "lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);" (assignment_expression "lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1)" identifier = (call_expression "FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1)" identifier (argument_list "(param_1,puVar12,uVar10,lVar11,__s,uVar1)" ( identifier , identifier , identifier , identifier , identifier , identifier )))) ;) (if_statement "if (lVar11 - (long)puVar12 != lVar4) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }" if (parenthesized_expression "(lVar11 - (long)puVar12 != lVar4)" ( (binary_expression "lVar11 - (long)puVar12 != lVar4" (binary_expression "lVar11 - (long)puVar12" identifier - (cast_expression "(long)puVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) != identifier) )) (compound_statement "{\n \n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }" { (expression_statement "FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");" (call_expression "FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write")" identifier (argument_list "("../../gold/incremental.cc",0x59c,"do_write")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_write"" " string_content ") ))) ;) })) (if_statement "if ((ulong)uVar1 << 2 != lVar5) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }" if (parenthesized_expression "((ulong)uVar1 << 2 != lVar5)" ( (binary_expression "(ulong)uVar1 << 2 != lVar5" (binary_expression "(ulong)uVar1 << 2" (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) << number_literal) != identifier) )) (compound_statement "{\n \n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }" { (expression_statement "FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");" (call_expression "FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write")" identifier (argument_list "("../../gold/incremental.cc",0x59f,"do_write")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_write"" " string_content ") ))) ;) })) (if_statement "if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }" if (parenthesized_expression "(uVar1 != 0)" ( (binary_expression "uVar1 != 0" identifier != number_literal) )) (compound_statement "{\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }" { (expression_statement "uVar9 = 0;" (assignment_expression "uVar9 = 0" identifier = number_literal) ;) (do_statement "do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);" do (compound_statement "{\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n }" { (expression_statement "*(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);" (assignment_expression "*(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4)" (pointer_expression "*(undefined4 *)(lVar6 + lVar3 + uVar9 * 4)" * (cast_expression "(undefined4 *)(lVar6 + lVar3 + uVar9 * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + lVar3 + uVar9 * 4)" ( (binary_expression "lVar6 + lVar3 + uVar9 * 4" (binary_expression "lVar6 + lVar3" identifier + identifier) + (binary_expression "uVar9 * 4" identifier * number_literal)) )))) = (pointer_expression "*(undefined4 *)((long)__s + uVar9 * 4)" * (cast_expression "(undefined4 *)((long)__s + uVar9 * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__s + uVar9 * 4)" ( (binary_expression "(long)__s + uVar9 * 4" (cast_expression "(long)__s" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (binary_expression "uVar9 * 4" identifier * number_literal)) ))))) ;) (expression_statement "bVar13 = uVar1 - 1 != uVar9;" (assignment_expression "bVar13 = uVar1 - 1 != uVar9" identifier = (binary_expression "uVar1 - 1 != uVar9" (binary_expression "uVar1 - 1" identifier - number_literal) != identifier)) ;) (expression_statement "uVar9 = uVar9 + 1;" (assignment_expression "uVar9 = uVar9 + 1" identifier = (binary_expression "uVar9 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(bVar13)" ( identifier )) ;) })) (expression_statement "thunk_FUN_0049e330(__s);" (call_expression "thunk_FUN_0049e330(__s)" identifier (argument_list "(__s)" ( identifier ))) ;) (expression_statement "lVar11 = plVar2[0xe];" (assignment_expression "lVar11 = plVar2[0xe]" identifier = (subscript_expression "plVar2[0xe]" identifier [ number_literal ])) ;) (if_statement "if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;" if (parenthesized_expression "((*(byte *)(lVar11 + 0x20) & 4) == 0)" ( (binary_expression "(*(byte *)(lVar11 + 0x20) & 4) == 0" (parenthesized_expression "(*(byte *)(lVar11 + 0x20) & 4)" ( (binary_expression "*(byte *)(lVar11 + 0x20) & 4" (pointer_expression "*(byte *)(lVar11 + 0x20)" * (cast_expression "(byte *)(lVar11 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x20)" ( (binary_expression "lVar11 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_00379f8c;" goto statement_identifier ;)) (expression_statement "lVar3 = *(long *)(lVar11 + 0x18);" (assignment_expression "lVar3 = *(long *)(lVar11 + 0x18)" identifier = (pointer_expression "*(long *)(lVar11 + 0x18)" * (cast_expression "(long *)(lVar11 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x18)" ( (binary_expression "lVar11 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;" if (parenthesized_expression "((*(byte *)(lVar11 + 0x20) & 2) == 0)" ( (binary_expression "(*(byte *)(lVar11 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(lVar11 + 0x20) & 2)" ( (binary_expression "*(byte *)(lVar11 + 0x20) & 2" (pointer_expression "*(byte *)(lVar11 + 0x20)" * (cast_expression "(byte *)(lVar11 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x20)" ( (binary_expression "lVar11 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_00379f74;" goto statement_identifier ;)) (if_statement "if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }" if (parenthesized_expression "((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10)))" ( (binary_expression "(-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))" (parenthesized_expression "(-1 < lVar3)" ( (binary_expression "-1 < lVar3" number_literal < identifier) )) && (parenthesized_expression "(*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))" ( (binary_expression "*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10)" (binary_expression "*(long *)(lVar11 + 0x10) + lVar3" (pointer_expression "*(long *)(lVar11 + 0x10)" * (cast_expression "(long *)(lVar11 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x10)" ( (binary_expression "lVar11 + 0x10" identifier + number_literal) )))) + identifier) <= (pointer_expression "*(long *)(param_2 + 0x10)" * (cast_expression "(long *)(param_2 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) ))))) ))) )) (compound_statement "{\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }" { (expression_statement "FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));" (call_expression "FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18))" identifier (argument_list "(param_1,lVar3 + *(long *)(param_2 + 0x18))" ( identifier , (binary_expression "lVar3 + *(long *)(param_2 + 0x18)" identifier + (pointer_expression "*(long *)(param_2 + 0x18)" * (cast_expression "(long *)(param_2 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) ))))) ))) ;) (return_statement "return;" return ;) })) })) })) (expression_statement "FUN_00358e50();" (call_expression "FUN_00358e50()" identifier (argument_list "()" ( ))) ;) })) (labeled_statement "LAB_00379f8c:\n \n FUN_00352af0("../../gold/output.h",0xe3,"offset");" statement_identifier : (expression_statement "FUN_00352af0("../../gold/output.h",0xe3,"offset");" (call_expression "FUN_00352af0("../../gold/output.h",0xe3,"offset")" identifier (argument_list "("../../gold/output.h",0xe3,"offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") ))) ;)) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (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) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < IDENT) )) && (parenthesized_expression ( (binary_expression (binary_expression IDENT + IDENT) <= (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < IDENT) )) && (parenthesized_expression ( (binary_expression (binary_expression IDENT + IDENT) <= (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) < (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (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 (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (parenthesized_expression ( (binary_expression IDENT >> LIT) )) * LIT)) )))) + (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT) ))) * LIT)) ))))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = 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) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT - IDENT) >> LIT) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression IDENT + LIT) , IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) << LIT) != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + IDENT) + (binary_expression IDENT * LIT)) )))) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (binary_expression IDENT * LIT)) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT - LIT) != IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( IDENT )) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (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) )) == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < IDENT) )) && (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + IDENT) <= (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ))) ;) (return_statement return ;) })) })) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })))
|
(function_definition "void FUN_00379d70(long param_1,long param_2)\n\n{\n size_t __n;\n uint uVar1;\n long *plVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n long lVar8;\n void *__s;\n ulong uVar9;\n undefined8 uVar10;\n long lVar11;\n undefined4 *puVar12;\n bool bVar13;\n \n plVar2 = *(long **)(param_1 + 0x38);\n lVar11 = plVar2[8];\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n lVar3 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\nLAB_00379f74:\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n lVar4 = *(long *)(param_1 + 0x10);\n if ((-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10))) {\n lVar5 = plVar2[0xc];\n lVar6 = *(long *)(param_2 + 0x18);\n puVar12 = (undefined4 *)(lVar3 + lVar6);\n if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar5 + 0x18);\n if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;\n lVar5 = *(long *)(lVar5 + 0x10);\n if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n \n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }\n }\n \n FUN_00358e50();\n }\nLAB_00379f8c:\n \n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n}" (primitive_type "void") (function_declarator "FUN_00379d70(long param_1,long param_2)" (identifier "FUN_00379d70") (parameter_list "(long param_1,long param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")"))) (compound_statement "{\n size_t __n;\n uint uVar1;\n long *plVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n long lVar8;\n void *__s;\n ulong uVar9;\n undefined8 uVar10;\n long lVar11;\n undefined4 *puVar12;\n bool bVar13;\n \n plVar2 = *(long **)(param_1 + 0x38);\n lVar11 = plVar2[8];\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n lVar3 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\nLAB_00379f74:\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n lVar4 = *(long *)(param_1 + 0x10);\n if ((-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10))) {\n lVar5 = plVar2[0xc];\n lVar6 = *(long *)(param_2 + 0x18);\n puVar12 = (undefined4 *)(lVar3 + lVar6);\n if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar5 + 0x18);\n if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;\n lVar5 = *(long *)(lVar5 + 0x10);\n if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n \n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }\n }\n \n FUN_00358e50();\n }\nLAB_00379f8c:\n \n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n}" ({ "{") (declaration "size_t __n;" (primitive_type "size_t") (identifier "__n") (; ";")) (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "long *plVar2;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar2" (* "*") (identifier "plVar2")) (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (declaration "long lVar6;" (sized_type_specifier "long" (long "long")) (identifier "lVar6") (; ";")) (declaration "long lVar7;" (sized_type_specifier "long" (long "long")) (identifier "lVar7") (; ";")) (declaration "long lVar8;" (sized_type_specifier "long" (long "long")) (identifier "lVar8") (; ";")) (declaration "void *__s;" (primitive_type "void") (pointer_declarator "*__s" (* "*") (identifier "__s")) (; ";")) (declaration "ulong uVar9;" (type_identifier "ulong") (identifier "uVar9") (; ";")) (declaration "undefined8 uVar10;" (type_identifier "undefined8") (identifier "uVar10") (; ";")) (declaration "long lVar11;" (sized_type_specifier "long" (long "long")) (identifier "lVar11") (; ";")) (declaration "undefined4 *puVar12;" (type_identifier "undefined4") (pointer_declarator "*puVar12" (* "*") (identifier "puVar12")) (; ";")) (declaration "bool bVar13;" (primitive_type "bool") (identifier "bVar13") (; ";")) (expression_statement "plVar2 = *(long **)(param_1 + 0x38);" (assignment_expression "plVar2 = *(long **)(param_1 + 0x38)" (identifier "plVar2") (= "=") (pointer_expression "*(long **)(param_1 + 0x38)" (* "*") (cast_expression "(long **)(param_1 + 0x38)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")"))))) (; ";")) (expression_statement "lVar11 = plVar2[8];" (assignment_expression "lVar11 = plVar2[8]" (identifier "lVar11") (= "=") (subscript_expression "plVar2[8]" (identifier "plVar2") ([ "[") (number_literal "8") (] "]"))) (; ";")) (if_statement "if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n lVar3 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\nLAB_00379f74:\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n lVar4 = *(long *)(param_1 + 0x10);\n if ((-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10))) {\n lVar5 = plVar2[0xc];\n lVar6 = *(long *)(param_2 + 0x18);\n puVar12 = (undefined4 *)(lVar3 + lVar6);\n if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar5 + 0x18);\n if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;\n lVar5 = *(long *)(lVar5 + 0x10);\n if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n \n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }\n }\n \n FUN_00358e50();\n }" (if "if") (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 4) != 0)" (( "(") (binary_expression "(*(byte *)(param_1 + 0x20) & 4) != 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 4)" (( "(") (binary_expression "*(byte *)(param_1 + 0x20) & 4" (pointer_expression "*(byte *)(param_1 + 0x20)" (* "*") (cast_expression "(byte *)(param_1 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n lVar3 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\nLAB_00379f74:\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n lVar4 = *(long *)(param_1 + 0x10);\n if ((-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10))) {\n lVar5 = plVar2[0xc];\n lVar6 = *(long *)(param_2 + 0x18);\n puVar12 = (undefined4 *)(lVar3 + lVar6);\n if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar5 + 0x18);\n if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;\n lVar5 = *(long *)(lVar5 + 0x10);\n if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n \n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }\n }\n \n FUN_00358e50();\n }" ({ "{") (expression_statement "lVar3 = *(long *)(param_1 + 0x18);" (assignment_expression "lVar3 = *(long *)(param_1 + 0x18)" (identifier "lVar3") (= "=") (pointer_expression "*(long *)(param_1 + 0x18)" (* "*") (cast_expression "(long *)(param_1 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\nLAB_00379f74:\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }" (if "if") (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(param_1 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 2)" (( "(") (binary_expression "*(byte *)(param_1 + 0x20) & 2" (pointer_expression "*(byte *)(param_1 + 0x20)" (* "*") (cast_expression "(byte *)(param_1 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_00379f74:\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }" ({ "{") (labeled_statement "LAB_00379f74:\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");" (statement_identifier "LAB_00379f74") (: ":") (expression_statement "FUN_00352af0("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_00352af0("../../gold/output.h",0xcf,"data_size")" (identifier "FUN_00352af0") (argument_list "("../../gold/output.h",0xcf,"data_size")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xcf") (, ",") (string_literal ""data_size"" (" """) (string_content "data_size") (" """)) () ")"))) (; ";"))) (} "}"))) (expression_statement "lVar4 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar4 = *(long *)(param_1 + 0x10)" (identifier "lVar4") (= "=") (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (if_statement "if ((-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10))) {\n lVar5 = plVar2[0xc];\n lVar6 = *(long *)(param_2 + 0x18);\n puVar12 = (undefined4 *)(lVar3 + lVar6);\n if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar5 + 0x18);\n if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;\n lVar5 = *(long *)(lVar5 + 0x10);\n if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n \n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }\n }" (if "if") (parenthesized_expression "((-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10)))" (( "(") (binary_expression "(-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10))" (parenthesized_expression "(-1 < lVar3)" (( "(") (binary_expression "-1 < lVar3" (number_literal "-1") (< "<") (identifier "lVar3")) () ")")) (&& "&&") (parenthesized_expression "(lVar4 + lVar3 <= *(long *)(param_2 + 0x10))" (( "(") (binary_expression "lVar4 + lVar3 <= *(long *)(param_2 + 0x10)" (binary_expression "lVar4 + lVar3" (identifier "lVar4") (+ "+") (identifier "lVar3")) (<= "<=") (pointer_expression "*(long *)(param_2 + 0x10)" (* "*") (cast_expression "(long *)(param_2 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x10)" (( "(") (binary_expression "param_2 + 0x10" (identifier "param_2") (+ "+") (number_literal "0x10")) () ")"))))) () ")"))) () ")")) (compound_statement "{\n lVar5 = plVar2[0xc];\n lVar6 = *(long *)(param_2 + 0x18);\n puVar12 = (undefined4 *)(lVar3 + lVar6);\n if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar5 + 0x18);\n if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;\n lVar5 = *(long *)(lVar5 + 0x10);\n if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n \n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }\n }" ({ "{") (expression_statement "lVar5 = plVar2[0xc];" (assignment_expression "lVar5 = plVar2[0xc]" (identifier "lVar5") (= "=") (subscript_expression "plVar2[0xc]" (identifier "plVar2") ([ "[") (number_literal "0xc") (] "]"))) (; ";")) (expression_statement "lVar6 = *(long *)(param_2 + 0x18);" (assignment_expression "lVar6 = *(long *)(param_2 + 0x18)" (identifier "lVar6") (= "=") (pointer_expression "*(long *)(param_2 + 0x18)" (* "*") (cast_expression "(long *)(param_2 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x18)" (( "(") (binary_expression "param_2 + 0x18" (identifier "param_2") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (expression_statement "puVar12 = (undefined4 *)(lVar3 + lVar6);" (assignment_expression "puVar12 = (undefined4 *)(lVar3 + lVar6)" (identifier "puVar12") (= "=") (cast_expression "(undefined4 *)(lVar3 + lVar6)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + lVar6)" (( "(") (binary_expression "lVar3 + lVar6" (identifier "lVar3") (+ "+") (identifier "lVar6")) () ")")))) (; ";")) (if_statement "if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;" (if "if") (parenthesized_expression "((*(byte *)(lVar5 + 0x20) & 4) == 0)" (( "(") (binary_expression "(*(byte *)(lVar5 + 0x20) & 4) == 0" (parenthesized_expression "(*(byte *)(lVar5 + 0x20) & 4)" (( "(") (binary_expression "*(byte *)(lVar5 + 0x20) & 4" (pointer_expression "*(byte *)(lVar5 + 0x20)" (* "*") (cast_expression "(byte *)(lVar5 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x20)" (( "(") (binary_expression "lVar5 + 0x20" (identifier "lVar5") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "4")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00379f8c;" (goto "goto") (statement_identifier "LAB_00379f8c") (; ";"))) (expression_statement "lVar3 = *(long *)(lVar5 + 0x18);" (assignment_expression "lVar3 = *(long *)(lVar5 + 0x18)" (identifier "lVar3") (= "=") (pointer_expression "*(long *)(lVar5 + 0x18)" (* "*") (cast_expression "(long *)(lVar5 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x18)" (( "(") (binary_expression "lVar5 + 0x18" (identifier "lVar5") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;" (if "if") (parenthesized_expression "((*(byte *)(lVar5 + 0x20) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(lVar5 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(lVar5 + 0x20) & 2)" (( "(") (binary_expression "*(byte *)(lVar5 + 0x20) & 2" (pointer_expression "*(byte *)(lVar5 + 0x20)" (* "*") (cast_expression "(byte *)(lVar5 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x20)" (( "(") (binary_expression "lVar5 + 0x20" (identifier "lVar5") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00379f74;" (goto "goto") (statement_identifier "LAB_00379f74") (; ";"))) (expression_statement "lVar5 = *(long *)(lVar5 + 0x10);" (assignment_expression "lVar5 = *(long *)(lVar5 + 0x10)" (identifier "lVar5") (= "=") (pointer_expression "*(long *)(lVar5 + 0x10)" (* "*") (cast_expression "(long *)(lVar5 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x10)" (( "(") (binary_expression "lVar5 + 0x10" (identifier "lVar5") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (if_statement "if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n \n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }" (if "if") (parenthesized_expression "((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10)))" (( "(") (binary_expression "(-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))" (parenthesized_expression "(-1 < lVar3)" (( "(") (binary_expression "-1 < lVar3" (number_literal "-1") (< "<") (identifier "lVar3")) () ")")) (&& "&&") (parenthesized_expression "(lVar5 + lVar3 <= *(long *)(param_2 + 0x10))" (( "(") (binary_expression "lVar5 + lVar3 <= *(long *)(param_2 + 0x10)" (binary_expression "lVar5 + lVar3" (identifier "lVar5") (+ "+") (identifier "lVar3")) (<= "<=") (pointer_expression "*(long *)(param_2 + 0x10)" (* "*") (cast_expression "(long *)(param_2 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x10)" (( "(") (binary_expression "param_2 + 0x10" (identifier "param_2") (+ "+") (number_literal "0x10")) () ")"))))) () ")"))) () ")")) (compound_statement "{\n uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);\n __n = (ulong)uVar1 * 4;\n __s = (void *)thunk_FUN_0049cb60(__n);\n memset(__s,0,__n);\n if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n \n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }\n uVar9 = plVar2[7] - 1;\n uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);\n lVar7 = plVar2[1];\n lVar8 = *plVar2;\n *puVar12 = 2;\n puVar12[2] = (int)uVar10;\n puVar12[1] = (int)(lVar7 - lVar8 >> 3);\n puVar12[3] = 0;\n uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);\n lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);\n if (lVar11 - (long)puVar12 != lVar4) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }\n if ((ulong)uVar1 << 2 != lVar5) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }\n if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }\n thunk_FUN_0049e330(__s);\n lVar11 = plVar2[0xe];\n if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;\n lVar3 = *(long *)(lVar11 + 0x18);\n if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;\n if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }\n }" ({ "{") (expression_statement "uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);" (assignment_expression "uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18)" (identifier "uVar1") (= "=") (pointer_expression "*(uint *)(*(long *)(param_1 + 0x40) + 0x18)" (* "*") (cast_expression "(uint *)(*(long *)(param_1 + 0x40) + 0x18)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x40) + 0x18)" (( "(") (binary_expression "*(long *)(param_1 + 0x40) + 0x18" (pointer_expression "*(long *)(param_1 + 0x40)" (* "*") (cast_expression "(long *)(param_1 + 0x40)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")")))) (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (expression_statement "__n = (ulong)uVar1 * 4;" (assignment_expression "__n = (ulong)uVar1 * 4" (identifier "__n") (= "=") (binary_expression "(ulong)uVar1 * 4" (cast_expression "(ulong)uVar1" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar1")) (* "*") (number_literal "4"))) (; ";")) (expression_statement "__s = (void *)thunk_FUN_0049cb60(__n);" (assignment_expression "__s = (void *)thunk_FUN_0049cb60(__n)" (identifier "__s") (= "=") (cast_expression "(void *)thunk_FUN_0049cb60(__n)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "thunk_FUN_0049cb60(__n)" (identifier "thunk_FUN_0049cb60") (argument_list "(__n)" (( "(") (identifier "__n") () ")"))))) (; ";")) (expression_statement "memset(__s,0,__n);" (call_expression "memset(__s,0,__n)" (identifier "memset") (argument_list "(__s,0,__n)" (( "(") (identifier "__s") (, ",") (number_literal "0") (, ",") (identifier "__n") () ")"))) (; ";")) (if_statement "if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {\n \n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }" (if "if") (parenthesized_expression "(*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7])" (( "(") (binary_expression "*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]" (pointer_expression "*(ulong *)(lVar11 + 0x50)" (* "*") (cast_expression "(ulong *)(lVar11 + 0x50)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar11 + 0x50)" (( "(") (binary_expression "lVar11 + 0x50" (identifier "lVar11") (+ "+") (number_literal "0x50")) () ")")))) (< "<") (cast_expression "(ulong)plVar2[7]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "plVar2[7]" (identifier "plVar2") ([ "[") (number_literal "7") (] "]")))) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");" (call_expression "FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key")" (identifier "FUN_00352af0") (argument_list "("../../gold/stringpool.h",0x108,"get_offset_from_key")" (( "(") (string_literal ""../../gold/stringpool.h"" (" """) (string_content "../../gold/stringpool.h") (" """)) (, ",") (number_literal "0x108") (, ",") (string_literal ""get_offset_from_key"" (" """) (string_content "get_offset_from_key") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "uVar9 = plVar2[7] - 1;" (assignment_expression "uVar9 = plVar2[7] - 1" (identifier "uVar9") (= "=") (binary_expression "plVar2[7] - 1" (subscript_expression "plVar2[7]" (identifier "plVar2") ([ "[") (number_literal "7") (] "]")) (- "-") (number_literal "1"))) (; ";")) (expression_statement "uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8);" (assignment_expression "uVar10 = *(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8)" (identifier "uVar10") (= "=") (pointer_expression "*(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8)" (* "*") (cast_expression "(undefined8 *)\n (*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8)" (( "(") (binary_expression "*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +\n (ulong)((uint)uVar9 & 0x1fff) * 8" (pointer_expression "*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18)" (* "*") (cast_expression "(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18)" (( "(") (binary_expression "*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18" (pointer_expression "*(long *)(lVar11 + 0x38)" (* "*") (cast_expression "(long *)(lVar11 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar11 + 0x38)" (( "(") (binary_expression "lVar11 + 0x38" (identifier "lVar11") (+ "+") (number_literal "0x38")) () ")")))) (+ "+") (binary_expression "(uVar9 >> 0xd) * 0x18" (parenthesized_expression "(uVar9 >> 0xd)" (( "(") (binary_expression "uVar9 >> 0xd" (identifier "uVar9") (>> ">>") (number_literal "0xd")) () ")")) (* "*") (number_literal "0x18"))) () ")")))) (+ "+") (binary_expression "(ulong)((uint)uVar9 & 0x1fff) * 8" (call_expression "(ulong)((uint)uVar9 & 0x1fff)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "((uint)uVar9 & 0x1fff)" (( "(") (binary_expression "(uint)uVar9 & 0x1fff" (cast_expression "(uint)uVar9" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "uVar9")) (& "&") (number_literal "0x1fff")) () ")"))) (* "*") (number_literal "8"))) () ")"))))) (; ";")) (expression_statement "lVar7 = plVar2[1];" (assignment_expression "lVar7 = plVar2[1]" (identifier "lVar7") (= "=") (subscript_expression "plVar2[1]" (identifier "plVar2") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "lVar8 = *plVar2;" (assignment_expression "lVar8 = *plVar2" (identifier "lVar8") (= "=") (pointer_expression "*plVar2" (* "*") (identifier "plVar2"))) (; ";")) (expression_statement "*puVar12 = 2;" (assignment_expression "*puVar12 = 2" (pointer_expression "*puVar12" (* "*") (identifier "puVar12")) (= "=") (number_literal "2")) (; ";")) (expression_statement "puVar12[2] = (int)uVar10;" (assignment_expression "puVar12[2] = (int)uVar10" (subscript_expression "puVar12[2]" (identifier "puVar12") ([ "[") (number_literal "2") (] "]")) (= "=") (cast_expression "(int)uVar10" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar10"))) (; ";")) (expression_statement "puVar12[1] = (int)(lVar7 - lVar8 >> 3);" (assignment_expression "puVar12[1] = (int)(lVar7 - lVar8 >> 3)" (subscript_expression "puVar12[1]" (identifier "puVar12") ([ "[") (number_literal "1") (] "]")) (= "=") (cast_expression "(int)(lVar7 - lVar8 >> 3)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(lVar7 - lVar8 >> 3)" (( "(") (binary_expression "lVar7 - lVar8 >> 3" (binary_expression "lVar7 - lVar8" (identifier "lVar7") (- "-") (identifier "lVar8")) (>> ">>") (number_literal "3")) () ")")))) (; ";")) (expression_statement "puVar12[3] = 0;" (assignment_expression "puVar12[3] = 0" (subscript_expression "puVar12[3]" (identifier "puVar12") ([ "[") (number_literal "3") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);" (assignment_expression "uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11)" (identifier "uVar10") (= "=") (call_expression "FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11)" (identifier "FUN_00378db0") (argument_list "(param_1,puVar12,puVar12 + 4,lVar11)" (( "(") (identifier "param_1") (, ",") (identifier "puVar12") (, ",") (binary_expression "puVar12 + 4" (identifier "puVar12") (+ "+") (number_literal "4")) (, ",") (identifier "lVar11") () ")")))) (; ";")) (expression_statement "lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);" (assignment_expression "lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1)" (identifier "lVar11") (= "=") (call_expression "FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1)" (identifier "FUN_00378ee0") (argument_list "(param_1,puVar12,uVar10,lVar11,__s,uVar1)" (( "(") (identifier "param_1") (, ",") (identifier "puVar12") (, ",") (identifier "uVar10") (, ",") (identifier "lVar11") (, ",") (identifier "__s") (, ",") (identifier "uVar1") () ")")))) (; ";")) (if_statement "if (lVar11 - (long)puVar12 != lVar4) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }" (if "if") (parenthesized_expression "(lVar11 - (long)puVar12 != lVar4)" (( "(") (binary_expression "lVar11 - (long)puVar12 != lVar4" (binary_expression "lVar11 - (long)puVar12" (identifier "lVar11") (- "-") (cast_expression "(long)puVar12" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar12"))) (!= "!=") (identifier "lVar4")) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");" (call_expression "FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write")" (identifier "FUN_00352af0") (argument_list "("../../gold/incremental.cc",0x59c,"do_write")" (( "(") (string_literal ""../../gold/incremental.cc"" (" """) (string_content "../../gold/incremental.cc") (" """)) (, ",") (number_literal "0x59c") (, ",") (string_literal ""do_write"" (" """) (string_content "do_write") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if ((ulong)uVar1 << 2 != lVar5) {\n \n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }" (if "if") (parenthesized_expression "((ulong)uVar1 << 2 != lVar5)" (( "(") (binary_expression "(ulong)uVar1 << 2 != lVar5" (binary_expression "(ulong)uVar1 << 2" (cast_expression "(ulong)uVar1" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar1")) (<< "<<") (number_literal "2")) (!= "!=") (identifier "lVar5")) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");" (call_expression "FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write")" (identifier "FUN_00352af0") (argument_list "("../../gold/incremental.cc",0x59f,"do_write")" (( "(") (string_literal ""../../gold/incremental.cc"" (" """) (string_content "../../gold/incremental.cc") (" """)) (, ",") (number_literal "0x59f") (, ",") (string_literal ""do_write"" (" """) (string_content "do_write") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (uVar1 != 0) {\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }" (if "if") (parenthesized_expression "(uVar1 != 0)" (( "(") (binary_expression "uVar1 != 0" (identifier "uVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar9 = 0;\n do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);\n }" ({ "{") (expression_statement "uVar9 = 0;" (assignment_expression "uVar9 = 0" (identifier "uVar9") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n } while (bVar13);" (do "do") (compound_statement "{\n *(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);\n bVar13 = uVar1 - 1 != uVar9;\n uVar9 = uVar9 + 1;\n }" ({ "{") (expression_statement "*(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);" (assignment_expression "*(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4)" (pointer_expression "*(undefined4 *)(lVar6 + lVar3 + uVar9 * 4)" (* "*") (cast_expression "(undefined4 *)(lVar6 + lVar3 + uVar9 * 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar6 + lVar3 + uVar9 * 4)" (( "(") (binary_expression "lVar6 + lVar3 + uVar9 * 4" (binary_expression "lVar6 + lVar3" (identifier "lVar6") (+ "+") (identifier "lVar3")) (+ "+") (binary_expression "uVar9 * 4" (identifier "uVar9") (* "*") (number_literal "4"))) () ")")))) (= "=") (pointer_expression "*(undefined4 *)((long)__s + uVar9 * 4)" (* "*") (cast_expression "(undefined4 *)((long)__s + uVar9 * 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)__s + uVar9 * 4)" (( "(") (binary_expression "(long)__s + uVar9 * 4" (cast_expression "(long)__s" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__s")) (+ "+") (binary_expression "uVar9 * 4" (identifier "uVar9") (* "*") (number_literal "4"))) () ")"))))) (; ";")) (expression_statement "bVar13 = uVar1 - 1 != uVar9;" (assignment_expression "bVar13 = uVar1 - 1 != uVar9" (identifier "bVar13") (= "=") (binary_expression "uVar1 - 1 != uVar9" (binary_expression "uVar1 - 1" (identifier "uVar1") (- "-") (number_literal "1")) (!= "!=") (identifier "uVar9"))) (; ";")) (expression_statement "uVar9 = uVar9 + 1;" (assignment_expression "uVar9 = uVar9 + 1" (identifier "uVar9") (= "=") (binary_expression "uVar9 + 1" (identifier "uVar9") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar13)" (( "(") (identifier "bVar13") () ")")) (; ";")) (} "}"))) (expression_statement "thunk_FUN_0049e330(__s);" (call_expression "thunk_FUN_0049e330(__s)" (identifier "thunk_FUN_0049e330") (argument_list "(__s)" (( "(") (identifier "__s") () ")"))) (; ";")) (expression_statement "lVar11 = plVar2[0xe];" (assignment_expression "lVar11 = plVar2[0xe]" (identifier "lVar11") (= "=") (subscript_expression "plVar2[0xe]" (identifier "plVar2") ([ "[") (number_literal "0xe") (] "]"))) (; ";")) (if_statement "if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;" (if "if") (parenthesized_expression "((*(byte *)(lVar11 + 0x20) & 4) == 0)" (( "(") (binary_expression "(*(byte *)(lVar11 + 0x20) & 4) == 0" (parenthesized_expression "(*(byte *)(lVar11 + 0x20) & 4)" (( "(") (binary_expression "*(byte *)(lVar11 + 0x20) & 4" (pointer_expression "*(byte *)(lVar11 + 0x20)" (* "*") (cast_expression "(byte *)(lVar11 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar11 + 0x20)" (( "(") (binary_expression "lVar11 + 0x20" (identifier "lVar11") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "4")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00379f8c;" (goto "goto") (statement_identifier "LAB_00379f8c") (; ";"))) (expression_statement "lVar3 = *(long *)(lVar11 + 0x18);" (assignment_expression "lVar3 = *(long *)(lVar11 + 0x18)" (identifier "lVar3") (= "=") (pointer_expression "*(long *)(lVar11 + 0x18)" (* "*") (cast_expression "(long *)(lVar11 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar11 + 0x18)" (( "(") (binary_expression "lVar11 + 0x18" (identifier "lVar11") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;" (if "if") (parenthesized_expression "((*(byte *)(lVar11 + 0x20) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(lVar11 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(lVar11 + 0x20) & 2)" (( "(") (binary_expression "*(byte *)(lVar11 + 0x20) & 2" (pointer_expression "*(byte *)(lVar11 + 0x20)" (* "*") (cast_expression "(byte *)(lVar11 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar11 + 0x20)" (( "(") (binary_expression "lVar11 + 0x20" (identifier "lVar11") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00379f74;" (goto "goto") (statement_identifier "LAB_00379f74") (; ";"))) (if_statement "if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }" (if "if") (parenthesized_expression "((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10)))" (( "(") (binary_expression "(-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))" (parenthesized_expression "(-1 < lVar3)" (( "(") (binary_expression "-1 < lVar3" (number_literal "-1") (< "<") (identifier "lVar3")) () ")")) (&& "&&") (parenthesized_expression "(*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))" (( "(") (binary_expression "*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10)" (binary_expression "*(long *)(lVar11 + 0x10) + lVar3" (pointer_expression "*(long *)(lVar11 + 0x10)" (* "*") (cast_expression "(long *)(lVar11 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar11 + 0x10)" (( "(") (binary_expression "lVar11 + 0x10" (identifier "lVar11") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (identifier "lVar3")) (<= "<=") (pointer_expression "*(long *)(param_2 + 0x10)" (* "*") (cast_expression "(long *)(param_2 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x10)" (( "(") (binary_expression "param_2 + 0x10" (identifier "param_2") (+ "+") (number_literal "0x10")) () ")"))))) () ")"))) () ")")) (compound_statement "{\n FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));\n return;\n }" ({ "{") (expression_statement "FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));" (call_expression "FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18))" (identifier "FUN_00379a60") (argument_list "(param_1,lVar3 + *(long *)(param_2 + 0x18))" (( "(") (identifier "param_1") (, ",") (binary_expression "lVar3 + *(long *)(param_2 + 0x18)" (identifier "lVar3") (+ "+") (pointer_expression "*(long *)(param_2 + 0x18)" (* "*") (cast_expression "(long *)(param_2 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x18)" (( "(") (binary_expression "param_2 + 0x18" (identifier "param_2") (+ "+") (number_literal "0x18")) () ")"))))) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}"))) (} "}"))) (expression_statement "FUN_00358e50();" (call_expression "FUN_00358e50()" (identifier "FUN_00358e50") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (labeled_statement "LAB_00379f8c:\n \n FUN_00352af0("../../gold/output.h",0xe3,"offset");" (statement_identifier "LAB_00379f8c") (: ":") (expression_statement "FUN_00352af0("../../gold/output.h",0xe3,"offset");" (call_expression "FUN_00352af0("../../gold/output.h",0xe3,"offset")" (identifier "FUN_00352af0") (argument_list "("../../gold/output.h",0xe3,"offset")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xe3") (, ",") (string_literal ""offset"" (" """) (string_content "offset") (" """)) () ")"))) (; ";"))) (} "}")))
|
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void do_write(Output_section_incremental_inputs<32,_false> * this,
Output_file * of) */
void __thiscall
var_13::var_1<32,var_7>::do_write
(var_1<32,var_7> *this,type_9 *of)
{
byte var_2;
type_1 var_19;
type_2 *pIVar2;
long var_4;
long var_5;
type_3 *var_6;
var_1<32,var_7> *var_18;
type_4 uVar7;
type_5 ppIVar8;
type_5 ppIVar9;
type_6 *pOVar10;
var_1<32,var_7> *this_00;
type_7 uVar11;
type_3 *puVar12;
type_8 *var_21;
type_8 *var_20;
type_6 *in_RDX;
type_3 *var_15;
type_9 *start;
bool bVar14;
pIVar2 = this->inputs_;
var_2 = (this->super_Output_section_data).super_Output_data.field_0x20;
var_21 = pIVar2->strtab_;
if ((var_2 & 4) != 0) {
var_4 = (this->super_Output_section_data).super_Output_data.offset_;
if ((var_2 & 2) == 0) {
LAB_00379f74:
/* WARNING: Subroutine does not return */
var_3("../../gold/output.h",0xcf,"data_size");
}
var_5 = (this->super_Output_section_data).super_Output_data.data_size_;
start = of;
this_00 = this;
if ((-1 < var_4) && (var_20 = (type_8 *)of->file_size_, var_5 + var_4 <= (long)var_20)) {
in_RDX = pIVar2->symtab_section_;
var_6 = of->base_;
var_2 = (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data.
field_0x20;
var_15 = var_6 + var_4;
if ((var_2 & 4) == 0) goto LAB_00379f8c;
start = (type_9 *)(type_7)(var_2 & 2);
var_4 = (in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data.
offset_;
if ((var_2 & 2) == 0) goto LAB_00379f74;
var_18 = (var_1<32,var_7> *)
(in_RDX->super_Output_section_data_build).super_Output_section_data.super_Output_data
.data_size_;
this_00 = var_18;
if ((-1 < var_4) &&
(in_RDX = (type_6 *)
((long)&(var_18->super_Output_section_data).super_Output_data._vptr_Output_data +
var_4), (long)in_RDX <= (long)var_20)) {
var_19 = this->symtab_->output_count_;
uVar11 = (type_7)var_19 * 4;
this_00 = (var_1<32,var_7> *)var_8(uVar11);
var_9(this_00,0,uVar11);
if ((var_21->key_to_offset_).size_ < pIVar2->command_line_key_) {
/* WARNING: Subroutine does not return */
var_3("../../gold/stringpool.h",0x108,"get_offset_from_key");
}
uVar11 = pIVar2->command_line_key_ - 1;
uVar7 = *(type_4 *)
((long)(var_21->key_to_offset_).chunks_.
super__Vector_base<std::vector<var_11,var_14::var_10<var_11>var_12>,var_14::var_10<std::vector<var_11,var_14::var_10<var_11>var_12>var_12>var_12>
._M_impl._M_start[uVar11 >> 0xd].
super__Vector_base<var_11,var_14::var_10<var_11>var_12>._M_impl._M_start +
(type_7)((type_1)uVar11 & 0x1fff) * 8);
ppIVar8 = (pIVar2->inputs_).
super__Vector_base<var_13::Incremental_input_entry*,var_14::var_10<var_13::Incremental_input_entry*>var_12>
._M_impl._M_finish;
ppIVar9 = (pIVar2->inputs_).
super__Vector_base<var_13::Incremental_input_entry*,var_14::var_10<var_13::Incremental_input_entry*>var_12>
._M_impl._M_start;
var_15[0] = '\x02';
var_15[1] = '\0';
var_15[2] = '\0';
var_15[3] = '\0';
*(int *)(var_15 + 8) = (int)uVar7;
*(int *)(var_15 + 4) = (int)((long)ppIVar8 - (long)ppIVar9 >> 3);
var_15[0xc] = '\0';
var_15[0xd] = '\0';
var_15[0xe] = '\0';
var_15[0xf] = '\0';
puVar12 = var_16(this,var_15,var_15 + 0x10,var_21);
puVar12 = var_17(this,var_15,puVar12,var_21,(type_1 *)this_00,var_19);
if ((long)puVar12 - (long)var_15 != var_5) {
/* WARNING: Subroutine does not return */
var_3("../../gold/incremental.cc",0x59c,"do_write");
}
if ((var_1<32,var_7> *)((type_7)var_19 << 2) != var_18
) {
/* WARNING: Subroutine does not return */
var_3("../../gold/incremental.cc",0x59f,"do_write");
}
var_20 = var_21;
if (var_19 != 0) {
var_20 = (type_8 *)(type_7)(var_19 - 1);
var_21 = (type_8 *)0x0;
do {
*(type_1 *)(var_6 + (long)var_21 * 4 + var_4) =
*(type_1 *)((long)&(this_00->super_Output_section_data).super_Output_data.
_vptr_Output_data + (long)var_21 * 4);
bVar14 = var_20 != var_21;
var_21 = (type_8 *)((long)&(var_21->string_set_)._M_h._M_buckets + 1);
} while (bVar14);
}
var_22(this_00);
pOVar10 = pIVar2->got_plt_section_;
var_2 = (pOVar10->super_Output_section_data_build).super_Output_section_data.
super_Output_data.field_0x20;
if ((var_2 & 4) == 0) goto LAB_00379f8c;
start = (type_9 *)
(pOVar10->super_Output_section_data_build).super_Output_section_data.
super_Output_data.offset_;
if ((var_2 & 2) == 0) goto LAB_00379f74;
in_RDX = (type_6 *)
(pOVar10->super_Output_section_data_build).super_Output_section_data.
super_Output_data.data_size_;
if ((-1 < (long)start) &&
((long)&start->name_ + (long)&in_RDX->super_Output_section_data_build <= of->file_size_))
{
var_23(this,of->base_ + (long)&start->name_,(type_10)in_RDX);
return;
}
}
}
/* WARNING: Subroutine does not return */
Output_file::var_24
((type_9 *)this_00,(type_10)start,(size_t)in_RDX,(type_9 *)var_20);
}
LAB_00379f8c:
/* WARNING: Subroutine does not return */
var_3("../../gold/output.h",0xe3,"offset");
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (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: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) right: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) right: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (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: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)))))) right: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))) right: (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: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) 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: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (identifier) right: (number_literal)) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (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: (identifier) right: (number_literal))))) condition: (parenthesized_expression (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) right: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (return_statement))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))))
| null |
void MASKED(long param_1,long param_2)
{
size_t __n;
uint uVar1;
long *plVar2;
long lVar3;
long lVar4;
long lVar5;
long lVar6;
long lVar7;
long lVar8;
void *__s;
ulong uVar9;
undefined8 uVar10;
long lVar11;
undefined4 *puVar12;
bool bVar13;
plVar2 = *(long **)(param_1 + 0x38);
lVar11 = plVar2[8];
if ((*(byte *)(param_1 + 0x20) & 4) != 0) {
lVar3 = *(long *)(param_1 + 0x18);
if ((*(byte *)(param_1 + 0x20) & 2) == 0) {
LAB_00379f74:
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0xcf,"data_size");
}
lVar4 = *(long *)(param_1 + 0x10);
if ((-1 < lVar3) && (lVar4 + lVar3 <= *(long *)(param_2 + 0x10))) {
lVar5 = plVar2[0xc];
lVar6 = *(long *)(param_2 + 0x18);
puVar12 = (undefined4 *)(lVar3 + lVar6);
if ((*(byte *)(lVar5 + 0x20) & 4) == 0) goto LAB_00379f8c;
lVar3 = *(long *)(lVar5 + 0x18);
if ((*(byte *)(lVar5 + 0x20) & 2) == 0) goto LAB_00379f74;
lVar5 = *(long *)(lVar5 + 0x10);
if ((-1 < lVar3) && (lVar5 + lVar3 <= *(long *)(param_2 + 0x10))) {
uVar1 = *(uint *)(*(long *)(param_1 + 0x40) + 0x18);
__n = (ulong)uVar1 * 4;
__s = (void *)thunk_FUN_0049cb60(__n);
memset(__s,0,__n);
if (*(ulong *)(lVar11 + 0x50) < (ulong)plVar2[7]) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/stringpool.h",0x108,"get_offset_from_key");
}
uVar9 = plVar2[7] - 1;
uVar10 = *(undefined8 *)
(*(long *)(*(long *)(lVar11 + 0x38) + (uVar9 >> 0xd) * 0x18) +
(ulong)((uint)uVar9 & 0x1fff) * 8);
lVar7 = plVar2[1];
lVar8 = *plVar2;
*puVar12 = 2;
puVar12[2] = (int)uVar10;
puVar12[1] = (int)(lVar7 - lVar8 >> 3);
puVar12[3] = 0;
uVar10 = FUN_00378db0(param_1,puVar12,puVar12 + 4,lVar11);
lVar11 = FUN_00378ee0(param_1,puVar12,uVar10,lVar11,__s,uVar1);
if (lVar11 - (long)puVar12 != lVar4) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/incremental.cc",0x59c,"do_write");
}
if ((ulong)uVar1 << 2 != lVar5) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/incremental.cc",0x59f,"do_write");
}
if (uVar1 != 0) {
uVar9 = 0;
do {
*(undefined4 *)(lVar6 + lVar3 + uVar9 * 4) = *(undefined4 *)((long)__s + uVar9 * 4);
bVar13 = uVar1 - 1 != uVar9;
uVar9 = uVar9 + 1;
} while (bVar13);
}
thunk_FUN_0049e330(__s);
lVar11 = plVar2[0xe];
if ((*(byte *)(lVar11 + 0x20) & 4) == 0) goto LAB_00379f8c;
lVar3 = *(long *)(lVar11 + 0x18);
if ((*(byte *)(lVar11 + 0x20) & 2) == 0) goto LAB_00379f74;
if ((-1 < lVar3) && (*(long *)(lVar11 + 0x10) + lVar3 <= *(long *)(param_2 + 0x10))) {
FUN_00379a60(param_1,lVar3 + *(long *)(param_2 + 0x18));
return;
}
}
}
/* WARNING: Subroutine does not return */
FUN_00358e50();
}
LAB_00379f8c:
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0xe3,"offset");
}
|
63_powerpc64-linux-gnu-nm_and_powerpc64-linux-gnu-nm_strip.c
|
bfd_openw
|
bfd_openw
|
void bfd_openw(void)
{
(*(code *)PTR_bfd_openw_0010c1f8)();
return;
}
|
void bfd_openw(void)
{
(*(code *)PTR_bfd_openw_0010c1f8)();
return;
}
|
JMP qword ptr [0x0010c1f8]
| null | null | null | null |
[(u'CAST_-1206963143', u'CALLIND_-1206963208'), (u'CALLIND_-1206963208', u'INDIRECT_-1206963148'), (u'INDIRECT_-1206963148', u'COPY_-1206963207'), ('const-0', u'RETURN_-1206963205'), ('tmp_22', u'CAST_-1206963143')]
|
[(u'CAST_-1206963143', u'CALLIND_-1206963208'), (u'CALLIND_-1206963208', u'INDIRECT_-1206963148'), (u'INDIRECT_-1206963148', u'COPY_-1206963207'), ('const-0', u'RETURN_-1206963205'), ('tmp_22', u'CAST_-1206963143')]
| null | null |
001033f0
|
x64
|
O2
|
(translation_unit "void bfd_openw(void)\n\n{\n (*(code *)PTR_bfd_openw_0010c1f8)();\n return;\n}\n\n" (function_definition "void bfd_openw(void)\n\n{\n (*(code *)PTR_bfd_openw_0010c1f8)();\n return;\n}" primitive_type (function_declarator "bfd_openw(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_openw_0010c1f8)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_openw_0010c1f8)();" (call_expression "(*(code *)PTR_bfd_openw_0010c1f8)()" (parenthesized_expression "(*(code *)PTR_bfd_openw_0010c1f8)" ( (pointer_expression "*(code *)PTR_bfd_openw_0010c1f8" * (cast_expression "(code *)PTR_bfd_openw_0010c1f8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void bfd_openw(void)\n\n{\n (*(code *)PTR_bfd_openw_0010c1f8)();\n return;\n}\n\n" (function_definition "void bfd_openw(void)\n\n{\n (*(code *)PTR_bfd_openw_0010c1f8)();\n return;\n}" primitive_type (function_declarator "bfd_openw(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_openw_0010c1f8)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_openw_0010c1f8)();" (call_expression "(*(code *)PTR_bfd_openw_0010c1f8)()" (parenthesized_expression "(*(code *)PTR_bfd_openw_0010c1f8)" ( (pointer_expression "*(code *)PTR_bfd_openw_0010c1f8" * (cast_expression "(code *)PTR_bfd_openw_0010c1f8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void bfd_openw(void)\n\n{\n (*(code *)PTR_bfd_openw_0010c1f8)();\n return;\n}\n\n" (function_definition "void bfd_openw(void)\n\n{\n (*(code *)PTR_bfd_openw_0010c1f8)();\n return;\n}" primitive_type (function_declarator "bfd_openw(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_openw_0010c1f8)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_openw_0010c1f8)();" (call_expression "(*(code *)PTR_bfd_openw_0010c1f8)()" (parenthesized_expression "(*(code *)PTR_bfd_openw_0010c1f8)" ( (pointer_expression "*(code *)PTR_bfd_openw_0010c1f8" * (cast_expression "(code *)PTR_bfd_openw_0010c1f8" ( (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_openw(void)\n\n{\n (*(code *)PTR_bfd_openw_0010c1f8)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_openw(void)" (identifier "bfd_openw") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bfd_openw_0010c1f8)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bfd_openw_0010c1f8)();" (call_expression "(*(code *)PTR_bfd_openw_0010c1f8)()" (parenthesized_expression "(*(code *)PTR_bfd_openw_0010c1f8)" (( "(") (pointer_expression "*(code *)PTR_bfd_openw_0010c1f8" (* "*") (cast_expression "(code *)PTR_bfd_openw_0010c1f8" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bfd_openw_0010c1f8"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_bfd_openw_0010c1f8)();
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
| null |
void MASKED(void)
{
(*(code *)PTR_MASKED_0010c1f8)();
return;
}
|
82_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c
|
bfd_get_gp_size
|
bfd_get_gp_size
|
void bfd_get_gp_size(void)
{
(*(code *)PTR_bfd_get_gp_size_002b2290)();
return;
}
|
void bfd_get_gp_size(void)
{
(*(code *)PTR_bfd_get_gp_size_002b2290)();
return;
}
|
JMP qword ptr [0x002b2290]
| null | null | null | null |
[(u'CALLIND_-1206921944', u'INDIRECT_-1206921884'), (u'INDIRECT_-1206921884', u'COPY_-1206921943'), (u'CAST_-1206921879', u'CALLIND_-1206921944'), ('tmp_22', u'CAST_-1206921879'), ('const-0', u'RETURN_-1206921941')]
|
[(u'CALLIND_-1206921944', u'INDIRECT_-1206921884'), (u'INDIRECT_-1206921884', u'COPY_-1206921943'), (u'CAST_-1206921879', u'CALLIND_-1206921944'), ('tmp_22', u'CAST_-1206921879'), ('const-0', u'RETURN_-1206921941')]
| null | null |
0010d520
|
x64
|
O2
|
(translation_unit "void bfd_get_gp_size(void)\n\n{\n (*(code *)PTR_bfd_get_gp_size_002b2290)();\n return;\n}\n\n" (function_definition "void bfd_get_gp_size(void)\n\n{\n (*(code *)PTR_bfd_get_gp_size_002b2290)();\n return;\n}" primitive_type (function_declarator "bfd_get_gp_size(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_get_gp_size_002b2290)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_get_gp_size_002b2290)();" (call_expression "(*(code *)PTR_bfd_get_gp_size_002b2290)()" (parenthesized_expression "(*(code *)PTR_bfd_get_gp_size_002b2290)" ( (pointer_expression "*(code *)PTR_bfd_get_gp_size_002b2290" * (cast_expression "(code *)PTR_bfd_get_gp_size_002b2290" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void bfd_get_gp_size(void)\n\n{\n (*(code *)PTR_bfd_get_gp_size_002b2290)();\n return;\n}\n\n" (function_definition "void bfd_get_gp_size(void)\n\n{\n (*(code *)PTR_bfd_get_gp_size_002b2290)();\n return;\n}" primitive_type (function_declarator "bfd_get_gp_size(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_get_gp_size_002b2290)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_get_gp_size_002b2290)();" (call_expression "(*(code *)PTR_bfd_get_gp_size_002b2290)()" (parenthesized_expression "(*(code *)PTR_bfd_get_gp_size_002b2290)" ( (pointer_expression "*(code *)PTR_bfd_get_gp_size_002b2290" * (cast_expression "(code *)PTR_bfd_get_gp_size_002b2290" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void bfd_get_gp_size(void)\n\n{\n (*(code *)PTR_bfd_get_gp_size_002b2290)();\n return;\n}\n\n" (function_definition "void bfd_get_gp_size(void)\n\n{\n (*(code *)PTR_bfd_get_gp_size_002b2290)();\n return;\n}" primitive_type (function_declarator "bfd_get_gp_size(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_get_gp_size_002b2290)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_get_gp_size_002b2290)();" (call_expression "(*(code *)PTR_bfd_get_gp_size_002b2290)()" (parenthesized_expression "(*(code *)PTR_bfd_get_gp_size_002b2290)" ( (pointer_expression "*(code *)PTR_bfd_get_gp_size_002b2290" * (cast_expression "(code *)PTR_bfd_get_gp_size_002b2290" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void bfd_get_gp_size(void)\n\n{\n (*(code *)PTR_bfd_get_gp_size_002b2290)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_get_gp_size(void)" (identifier "bfd_get_gp_size") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bfd_get_gp_size_002b2290)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bfd_get_gp_size_002b2290)();" (call_expression "(*(code *)PTR_bfd_get_gp_size_002b2290)()" (parenthesized_expression "(*(code *)PTR_bfd_get_gp_size_002b2290)" (( "(") (pointer_expression "*(code *)PTR_bfd_get_gp_size_002b2290" (* "*") (cast_expression "(code *)PTR_bfd_get_gp_size_002b2290" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bfd_get_gp_size_002b2290"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_bfd_get_gp_size_002b2290)();
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
| null |
void MASKED(void)
{
(*(code *)PTR_MASKED_002b2290)();
return;
}
|
10714_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
|
do_encoding
|
FUN_00365c80
|
/* std::codecvt<wchar_t, char, __mbstate_t>::do_encoding() const */
bool __thiscall
std::codecvt<wchar_t,char,__mbstate_t>::do_encoding(codecvt<wchar_t,char,__mbstate_t> *this)
{
undefined8 uVar1;
size_t sVar2;
uVar1 = __uselocale(*(undefined8 *)(this + 0x10));
sVar2 = __ctype_get_mb_cur_max();
__uselocale(uVar1);
return sVar2 == 1;
}
|
bool FUN_00365c80(long param_1)
{
undefined8 uVar1;
size_t sVar2;
uVar1 = __uselocale(*(undefined8 *)(param_1 + 0x10));
sVar2 = __ctype_get_mb_cur_max();
__uselocale(uVar1);
return sVar2 == 1;
}
|
PUSH RBP
PUSH RBX
SUB RSP,0x8
MOV RDI,qword ptr [RDI + 0x10]
CALL 0x00147790
MOV RBP,RAX
CALL 0x00147510
MOV RDI,RBP
MOV RBX,RAX
CALL 0x00147790
XOR EAX,EAX
CMP RBX,0x1
SETZ AL
ADD RSP,0x8
POP RBX
POP RBP
RET
| null | null | null | null |
[('tmp_201', u'PTRADD_-1205248810'), ('const-433', u'LOAD_-1205248872'), (u'COPY_-1205248718', u'RETURN_-1205248767'), ('const-1', u'INT_EQUAL_-1205248804'), (u'CAST_-1205248688', u'LOAD_-1205248872'), ('const-0', u'RETURN_-1205248767'), (u'CALL_-1205248847', u'INT_EQUAL_-1205248804'), (u'INT_EQUAL_-1205248804', u'COPY_-1205248718'), (u'PTRADD_-1205248810', u'CAST_-1205248688'), ('const-1', u'PTRADD_-1205248810'), (u'LOAD_-1205248872', u'CALL_-1205248859'), ('const-16', u'PTRADD_-1205248810'), (u'CALL_-1205248859', u'CALL_-1205248831')]
|
[(u'COPY_-1205248718', u'RETURN_-1205248767'), ('tmp_327', u'INT_ADD_-1205248856'), ('const-433', u'LOAD_-1205248872'), ('const-16', u'INT_ADD_-1205248856'), (u'CAST_-1205248688', u'LOAD_-1205248872'), ('const-0', u'RETURN_-1205248767'), (u'CALL_-1205248847', u'INT_EQUAL_-1205248804'), (u'INT_EQUAL_-1205248804', u'COPY_-1205248718'), ('const-1', u'INT_EQUAL_-1205248804'), (u'LOAD_-1205248872', u'CALL_-1205248859'), (u'INT_ADD_-1205248856', u'CAST_-1205248688'), (u'CALL_-1205248859', u'CALL_-1205248831')]
| null | null |
00365c80
|
x64
|
O2
|
(translation_unit "bool FUN_00365c80(long param_1)\n\n{\n undefined8 uVar1;\n size_t sVar2;\n \n uVar1 = __uselocale(*(undefined8 *)(param_1 + 0x10));\n sVar2 = __ctype_get_mb_cur_max();\n __uselocale(uVar1);\n return sVar2 == 1;\n}\n\n" (function_definition "bool FUN_00365c80(long param_1)\n\n{\n undefined8 uVar1;\n size_t sVar2;\n \n uVar1 = __uselocale(*(undefined8 *)(param_1 + 0x10));\n sVar2 = __ctype_get_mb_cur_max();\n __uselocale(uVar1);\n return sVar2 == 1;\n}" primitive_type (function_declarator "FUN_00365c80(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 uVar1;\n size_t sVar2;\n \n uVar1 = __uselocale(*(undefined8 *)(param_1 + 0x10));\n sVar2 = __ctype_get_mb_cur_max();\n __uselocale(uVar1);\n return sVar2 == 1;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "size_t sVar2;" primitive_type identifier ;) (expression_statement "uVar1 = __uselocale(*(undefined8 *)(param_1 + 0x10));" (assignment_expression "uVar1 = __uselocale(*(undefined8 *)(param_1 + 0x10))" identifier = (call_expression "__uselocale(*(undefined8 *)(param_1 + 0x10))" identifier (argument_list "(*(undefined8 *)(param_1 + 0x10))" ( (pointer_expression "*(undefined8 *)(param_1 + 0x10)" * (cast_expression "(undefined8 *)(param_1 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) )))) ;) (expression_statement "sVar2 = __ctype_get_mb_cur_max();" (assignment_expression "sVar2 = __ctype_get_mb_cur_max()" identifier = (call_expression "__ctype_get_mb_cur_max()" identifier (argument_list "()" ( )))) ;) (expression_statement "__uselocale(uVar1);" (call_expression "__uselocale(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) (return_statement "return sVar2 == 1;" return (binary_expression "sVar2 == 1" identifier == number_literal) ;) })))
|
(translation_unit "/* std::codecvt<wchar_t, char, __mbstate_t>::do_encoding() const */\n\nbool __thiscall\nstd::codecvt<wchar_t,char,__mbstate_t>::do_encoding(codecvt<wchar_t,char,__mbstate_t> *this)\n\n{\n undefined8 uVar1;\n size_t sVar2;\n \n uVar1 = __uselocale(*(undefined8 *)(this + 0x10));\n sVar2 = __ctype_get_mb_cur_max();\n __uselocale(uVar1);\n return sVar2 == 1;\n}\n\n" comment (declaration "bool __thiscall\nstd::codecvt<wchar_t,char,__mbstate_t>::do_encoding(codecvt<wchar_t,char,__mbstate_t> *this)\n\n{\n undefined8 uVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::codecvt<" identifier : : identifier <) identifier , identifier , (ERROR "__mbstate_t>::do_encoding(codecvt<wchar_t,char,__mbstate_t> *this)\n\n{\n undefined8" identifier > : : (function_declarator "do_encoding(codecvt<wchar_t,char,__mbstate_t> *this)" identifier (parameter_list "(codecvt<wchar_t,char,__mbstate_t> *this)" ( (parameter_declaration "codecvt<wchar_t" type_identifier (ERROR "<" <) identifier) , (parameter_declaration "char" primitive_type) , (parameter_declaration "__mbstate_t> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) ))) { identifier) identifier ;) (declaration "size_t sVar2;" primitive_type identifier ;) (expression_statement "uVar1 = __uselocale(*(undefined8 *)(this + 0x10));" (assignment_expression "uVar1 = __uselocale(*(undefined8 *)(this + 0x10))" identifier = (call_expression "__uselocale(*(undefined8 *)(this + 0x10))" identifier (argument_list "(*(undefined8 *)(this + 0x10))" ( (pointer_expression "*(undefined8 *)(this + 0x10)" * (cast_expression "(undefined8 *)(this + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) )))) )))) ;) (expression_statement "sVar2 = __ctype_get_mb_cur_max();" (assignment_expression "sVar2 = __ctype_get_mb_cur_max()" identifier = (call_expression "__ctype_get_mb_cur_max()" identifier (argument_list "()" ( )))) ;) (expression_statement "__uselocale(uVar1);" (call_expression "__uselocale(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) (return_statement "return sVar2 == 1;" return (binary_expression "sVar2 == 1" identifier == number_literal) ;) (ERROR "}" }))
|
(translation_unit "bool FUN_00365c80(long param_1)\n\n{\n undefined8 uVar1;\n size_t sVar2;\n \n uVar1 = __uselocale(*(undefined8 *)(param_1 + 0x10));\n sVar2 = __ctype_get_mb_cur_max();\n __uselocale(uVar1);\n return sVar2 == 1;\n}\n\n" (function_definition "bool FUN_00365c80(long param_1)\n\n{\n undefined8 uVar1;\n size_t sVar2;\n \n uVar1 = __uselocale(*(undefined8 *)(param_1 + 0x10));\n sVar2 = __ctype_get_mb_cur_max();\n __uselocale(uVar1);\n return sVar2 == 1;\n}" primitive_type (function_declarator "FUN_00365c80(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 uVar1;\n size_t sVar2;\n \n uVar1 = __uselocale(*(undefined8 *)(param_1 + 0x10));\n sVar2 = __ctype_get_mb_cur_max();\n __uselocale(uVar1);\n return sVar2 == 1;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "size_t sVar2;" primitive_type identifier ;) (expression_statement "uVar1 = __uselocale(*(undefined8 *)(param_1 + 0x10));" (assignment_expression "uVar1 = __uselocale(*(undefined8 *)(param_1 + 0x10))" identifier = (call_expression "__uselocale(*(undefined8 *)(param_1 + 0x10))" identifier (argument_list "(*(undefined8 *)(param_1 + 0x10))" ( (pointer_expression "*(undefined8 *)(param_1 + 0x10)" * (cast_expression "(undefined8 *)(param_1 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) )))) ;) (expression_statement "sVar2 = __ctype_get_mb_cur_max();" (assignment_expression "sVar2 = __ctype_get_mb_cur_max()" identifier = (call_expression "__ctype_get_mb_cur_max()" identifier (argument_list "()" ( )))) ;) (expression_statement "__uselocale(uVar1);" (call_expression "__uselocale(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) (return_statement "return sVar2 == 1;" return (binary_expression "sVar2 == 1" identifier == number_literal) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return (binary_expression IDENT == LIT) ;) })))
|
(function_definition "bool FUN_00365c80(long param_1)\n\n{\n undefined8 uVar1;\n size_t sVar2;\n \n uVar1 = __uselocale(*(undefined8 *)(param_1 + 0x10));\n sVar2 = __ctype_get_mb_cur_max();\n __uselocale(uVar1);\n return sVar2 == 1;\n}" (primitive_type "bool") (function_declarator "FUN_00365c80(long param_1)" (identifier "FUN_00365c80") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n undefined8 uVar1;\n size_t sVar2;\n \n uVar1 = __uselocale(*(undefined8 *)(param_1 + 0x10));\n sVar2 = __ctype_get_mb_cur_max();\n __uselocale(uVar1);\n return sVar2 == 1;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "size_t sVar2;" (primitive_type "size_t") (identifier "sVar2") (; ";")) (expression_statement "uVar1 = __uselocale(*(undefined8 *)(param_1 + 0x10));" (assignment_expression "uVar1 = __uselocale(*(undefined8 *)(param_1 + 0x10))" (identifier "uVar1") (= "=") (call_expression "__uselocale(*(undefined8 *)(param_1 + 0x10))" (identifier "__uselocale") (argument_list "(*(undefined8 *)(param_1 + 0x10))" (( "(") (pointer_expression "*(undefined8 *)(param_1 + 0x10)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) () ")")))) (; ";")) (expression_statement "sVar2 = __ctype_get_mb_cur_max();" (assignment_expression "sVar2 = __ctype_get_mb_cur_max()" (identifier "sVar2") (= "=") (call_expression "__ctype_get_mb_cur_max()" (identifier "__ctype_get_mb_cur_max") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "__uselocale(uVar1);" (call_expression "__uselocale(uVar1)" (identifier "__uselocale") (argument_list "(uVar1)" (( "(") (identifier "uVar1") () ")"))) (; ";")) (return_statement "return sVar2 == 1;" (return "return") (binary_expression "sVar2 == 1" (identifier "sVar2") (== "==") (number_literal "1")) (; ";")) (} "}")))
|
/* std::codecvt<wchar_t, char, __mbstate_t>::do_encoding() const */
bool __thiscall
std::codecvt<wchar_t,char,__mbstate_t>::do_encoding(codecvt<wchar_t,char,__mbstate_t> *var_2)
{
type_1 uVar1;
size_t var_4;
uVar1 = var_1(*(type_1 *)(var_2 + 0x10));
var_4 = var_3();
var_1(uVar1);
return var_4 == 1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement (binary_expression left: (identifier) right: (number_literal))))))
| null |
bool MASKED(long param_1)
{
undefined8 uVar1;
size_t sVar2;
uVar1 = __uselocale(*(undefined8 *)(param_1 + 0x10));
sVar2 = __ctype_get_mb_cur_max();
__uselocale(uVar1);
return sVar2 == 1;
}
|
933_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
|
parse_to_value
|
FUN_00154c40
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_no_print_gc_sections * this, char * param_1,
char * param_2, Command_line * param_3, General_options * options) */
void __thiscall
gold::General_options::Struct_no_print_gc_sections::parse_to_value
(Struct_no_print_gc_sections *this,char *param_2,char *param_3,Command_line *param_4,
General_options *options)
{
(options->print_gc_sections_).user_set_via_option = true;
(options->print_gc_sections_).value = false;
return;
}
|
void FUN_00154c40(void)
{
long in_R8;
*(undefined2 *)(in_R8 + 0x4b18) = 1;
return;
}
|
MOV EAX,0x1
MOV word ptr [R8 + 0x4b18],AX
RET
| null | null | null | null |
[('const-0', u'RETURN_-1207284643'), ('const-19128', u'PTRSUB_-1207284587'), (u'PTRSUB_-1207284586', u'STORE_-1207284648'), ('const-0', u'STORE_-1207284648'), ('const-1', u'STORE_-1207284661'), ('const-97', u'PTRSUB_-1207284586'), (u'PTRSUB_-1207284588', u'STORE_-1207284661'), ('const-19128', u'PTRSUB_-1207284589'), (u'PTRSUB_-1207284589', u'PTRSUB_-1207284588'), ('tmp_24', u'PTRSUB_-1207284587'), ('tmp_24', u'PTRSUB_-1207284589'), ('const-96', u'PTRSUB_-1207284588'), ('const-433', u'STORE_-1207284661'), (u'PTRSUB_-1207284587', u'PTRSUB_-1207284586'), ('const-433', u'STORE_-1207284648')]
|
[('const-0', u'RETURN_-1207284643'), ('const-433', u'STORE_-1207284661'), (u'INT_ADD_-1207284647', u'CAST_-1207284594'), ('tmp_23', u'INT_ADD_-1207284647'), (u'CAST_-1207284594', u'STORE_-1207284661'), ('const-1', u'STORE_-1207284661'), ('const-19224', u'INT_ADD_-1207284647')]
| null | null |
00154c40
|
x64
|
O2
|
(translation_unit "void FUN_00154c40(void)\n\n{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x4b18) = 1;\n return;\n}\n\n" (function_definition "void FUN_00154c40(void)\n\n{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x4b18) = 1;\n return;\n}" primitive_type (function_declarator "FUN_00154c40(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x4b18) = 1;\n return;\n}" { (declaration "long in_R8;" (sized_type_specifier "long" long) identifier ;) (expression_statement "*(undefined2 *)(in_R8 + 0x4b18) = 1;" (assignment_expression "*(undefined2 *)(in_R8 + 0x4b18) = 1" (pointer_expression "*(undefined2 *)(in_R8 + 0x4b18)" * (cast_expression "(undefined2 *)(in_R8 + 0x4b18)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_R8 + 0x4b18)" ( (binary_expression "in_R8 + 0x4b18" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_to_value(Struct_no_print_gc_sections * this, char * param_1,\n char * param_2, Command_line * param_3, General_options * options) */\n\nvoid __thiscall\ngold::General_options::Struct_no_print_gc_sections::parse_to_value\n (Struct_no_print_gc_sections *this,char *param_2,char *param_3,Command_line *param_4,\n General_options *options)\n\n{\n (options->print_gc_sections_).user_set_via_option = true;\n (options->print_gc_sections_).value = false;\n return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_no_print_gc_sections::parse_to_value\n (Struct_no_print_gc_sections *this,char *param_2,char *param_3,Command_line *param_4,\n General_options *options)\n\n{\n (options->print_gc_sections_).user_set_via_option = true;\n (options->print_gc_sections_).value = false;\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_no_print_gc_sections::" identifier : : identifier : : identifier : :) (function_declarator "parse_to_value\n (Struct_no_print_gc_sections *this,char *param_2,char *param_3,Command_line *param_4,\n General_options *options)" identifier (parameter_list "(Struct_no_print_gc_sections *this,char *param_2,char *param_3,Command_line *param_4,\n General_options *options)" ( (parameter_declaration "Struct_no_print_gc_sections *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "char *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "Command_line *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) , (parameter_declaration "General_options *options" type_identifier (pointer_declarator "*options" * identifier)) ))) (compound_statement "{\n (options->print_gc_sections_).user_set_via_option = true;\n (options->print_gc_sections_).value = false;\n return;\n}" { (expression_statement "(options->print_gc_sections_).user_set_via_option = true;" (assignment_expression "(options->print_gc_sections_).user_set_via_option = true" (field_expression "(options->print_gc_sections_).user_set_via_option" (parenthesized_expression "(options->print_gc_sections_)" ( (field_expression "options->print_gc_sections_" identifier -> field_identifier) )) . field_identifier) = true) ;) (expression_statement "(options->print_gc_sections_).value = false;" (assignment_expression "(options->print_gc_sections_).value = false" (field_expression "(options->print_gc_sections_).value" (parenthesized_expression "(options->print_gc_sections_)" ( (field_expression "options->print_gc_sections_" identifier -> field_identifier) )) . field_identifier) = false) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00154c40(void)\n\n{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x4b18) = 1;\n return;\n}\n\n" (function_definition "void FUN_00154c40(void)\n\n{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x4b18) = 1;\n return;\n}" primitive_type (function_declarator "FUN_00154c40(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x4b18) = 1;\n return;\n}" { (declaration "long in_R8;" (sized_type_specifier "long" long) identifier ;) (expression_statement "*(undefined2 *)(in_R8 + 0x4b18) = 1;" (assignment_expression "*(undefined2 *)(in_R8 + 0x4b18) = 1" (pointer_expression "*(undefined2 *)(in_R8 + 0x4b18)" * (cast_expression "(undefined2 *)(in_R8 + 0x4b18)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_R8 + 0x4b18)" ( (binary_expression "in_R8 + 0x4b18" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00154c40(void)\n\n{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x4b18) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00154c40(void)" (identifier "FUN_00154c40") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x4b18) = 1;\n return;\n}" ({ "{") (declaration "long in_R8;" (sized_type_specifier "long" (long "long")) (identifier "in_R8") (; ";")) (expression_statement "*(undefined2 *)(in_R8 + 0x4b18) = 1;" (assignment_expression "*(undefined2 *)(in_R8 + 0x4b18) = 1" (pointer_expression "*(undefined2 *)(in_R8 + 0x4b18)" (* "*") (cast_expression "(undefined2 *)(in_R8 + 0x4b18)" (( "(") (type_descriptor "undefined2 *" (type_identifier "undefined2") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_R8 + 0x4b18)" (( "(") (binary_expression "in_R8 + 0x4b18" (identifier "in_R8") (+ "+") (number_literal "0x4b18")) () ")")))) (= "=") (number_literal "1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_no_print_gc_sections * this, char * param_1,
char * param_2, Command_line * param_3, General_options * options) */
void __thiscall
gold::type_3::type_1::function_1
(type_1 *this,char *param_2,char *param_3,type_2 *param_4,
type_3 *options)
{
(options->print_gc_sections_).user_set_via_option = true;
(options->print_gc_sections_).value = false;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (return_statement))))
| null |
void MASKED(void)
{
long in_R8;
*(undefined2 *)(in_R8 + 0x4b18) = 1;
return;
}
|
90_sh4-linux-gnu-gprof_and_sh4-linux-gnu-gprof_strip.c
|
cg_read_rec
|
FUN_001041c0
|
void cg_read_rec(FILE *ifp,char *filename)
{
char *pcVar1;
int iVar2;
char *__format;
uint count;
bfd_vma from_pc;
bfd_vma self_pc;
iVar2 = gmon_io_read_vma(ifp,&from_pc);
if (iVar2 == 0) {
iVar2 = gmon_io_read_vma(ifp,&self_pc);
if (iVar2 == 0) {
iVar2 = gmon_io_read_32(ifp,&count);
if (iVar2 == 0) {
if (((byte)debug_level & 0x40) == 0) {
cg_tally(from_pc,self_pc,(ulong)count);
return;
}
printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",from_pc,self_pc,(ulong)count);
cg_tally(from_pc,self_pc,(ulong)count);
return;
}
}
}
pcVar1 = whoami;
__format = (char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5);
fprintf(stderr,__format,pcVar1,filename);
/* WARNING: Subroutine does not return */
done(1);
}
|
void FUN_001041c0(undefined8 param_1,undefined8 param_2)
{
undefined8 uVar1;
int iVar2;
char *__format;
uint local_2c;
undefined8 local_28;
undefined8 local_20 [2];
iVar2 = FUN_00109550(param_1,&local_28);
if (iVar2 == 0) {
iVar2 = FUN_00109550(param_1,local_20);
if (iVar2 == 0) {
iVar2 = FUN_00109500(param_1,&local_2c);
if (iVar2 == 0) {
if (((byte)DAT_001195e4 & 0x40) == 0) {
FUN_001040b0();
return;
}
printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],
(ulong)local_2c);
FUN_001040b0(local_28,local_20[0],local_2c);
return;
}
}
}
uVar1 = DAT_00119b10;
__format = (char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5);
fprintf(stderr,__format,uVar1,param_2);
/* WARNING: Subroutine does not return */
FUN_0010a4c0(1);
}
|
PUSH RBP
MOV RBP,RSI
PUSH RBX
MOV RBX,RDI
SUB RSP,0x28
LEA RSI,[RSP + 0x10]
CALL 0x00109550
TEST EAX,EAX
JNZ 0x0010424f
LEA RSI,[RSP + 0x18]
MOV RDI,RBX
CALL 0x00109550
TEST EAX,EAX
JNZ 0x0010424f
LEA RSI,[RSP + 0xc]
MOV RDI,RBX
CALL 0x00109500
TEST EAX,EAX
JNZ 0x0010424f
MOV EDX,dword ptr [RSP + 0xc]
MOV RSI,qword ptr [RSP + 0x18]
MOV RDI,qword ptr [RSP + 0x10]
TEST byte ptr [0x001195e4],0x40
JNZ 0x00104220
CALL 0x001040b0
ADD RSP,0x28
POP RBX
POP RBP
RET
MOV RCX,RDX
MOV RDX,RSI
MOV RSI,RDI
LEA RDI,[0x110228]
CALL 0x001021c0
MOV EDX,dword ptr [RSP + 0xc]
MOV RSI,qword ptr [RSP + 0x18]
MOV RDI,qword ptr [RSP + 0x10]
CALL 0x001040b0
ADD RSP,0x28
POP RBX
POP RBP
RET
MOV RBX,qword ptr [0x00119b10]
MOV EDX,0x5
LEA RSI,[0x110058]
LEA RDI,[0x110008]
CALL 0x00102170
MOV RDI,qword ptr [0x00118940]
MOV RCX,RBP
MOV RSI,RAX
MOV RDX,RBX
XOR EAX,EAX
CALL 0x001022f0
MOV EDI,0x1
CALL 0x0010a4c0
| null | null | null | null |
[(u'CALL_-1206959635', u'INDIRECT_-1206959192'), (u'INDIRECT_-1206959187', u'MULTIEQUAL_-1206959068'), (u'INDIRECT_-1206959156', u'MULTIEQUAL_-1206959055'), (u'COPY_-1206959030', u'CALL_-1206959307'), (u'INT_EQUAL_-1206959587', u'CBRANCH_-1206959585'), (u'INDIRECT_-1206959015', u'COPY_-1206959069'), ('tmp_225', u'CBRANCH_-1206959507'), (u'CALL_-1206959635', u'INDIRECT_-1206959146'), (u'CALL_-1206959307', u'INDIRECT_-1206959026'), ('const-1', u'RETURN_-1206959288'), (u'INDIRECT_-1206959205', u'MULTIEQUAL_-1206959068'), (u'CAST_-1206958940', u'CALL_-1206959307'), ('const--44', u'PTRSUB_-1206959066'), (u'CALL_-1206959347', u'CAST_-1206958940'), (u'INDIRECT_-1206959058', u'COPY_-1206959104'), (u'INDIRECT_-1206959179', u'MULTIEQUAL_-1206959042'), (u'COPY_-1206959065', u'CALL_-1206959444'), (u'CALL_-1206959444', u'INDIRECT_-1206959104'), ('tmp_493', u'CALL_-1206959307'), (u'INT_EQUAL_-1206959514', u'CBRANCH_-1206959507'), (u'INDIRECT_-1206959071', u'COPY_-1206959117'), (u'CALL_-1206959293', u'INDIRECT_-1206959015'), (u'CALL_-1206959347', u'INDIRECT_-1206959050'), (u'CALL_-1206959444', u'INDIRECT_-1206959091'), ('const-1', u'CALL_-1206959293'), (u'INDIRECT_-1206959110', u'CALL_-1206959444'), (u'CALL_-1206959567', u'INDIRECT_-1206959169'), (u'MULTIEQUAL_-1206959042', u'COPY_-1206959030'), (u'CALL_-1206959567', u'INDIRECT_-1206959120'), (u'CALL_-1206959635', u'INDIRECT_-1206959179'), (u'CALL_-1206959601', u'INDIRECT_-1206959138'), (u'CALL_-1206959412', u'INDIRECT_-1206959084'), (u'CALL_-1206959412', u'INDIRECT_-1206959071'), (u'CALL_-1206959412', u'INDIRECT_-1206959058'), (u'CALL_-1206959635', u'INDIRECT_-1206959136'), (u'INDIRECT_-1206959169', u'MULTIEQUAL_-1206959068'), (u'CALL_-1206959601', u'INDIRECT_-1206959187'), (u'INDIRECT_-1206959055', u'INT_ZEXT_-1206959267'), ('const-0', u'INT_EQUAL_-1206959587'), (u'INDIRECT_-1206959100', u'CALL_-1206959444'), ('const-0', u'INT_EQUAL_-1206959514'), ('const--40', u'PTRSUB_-1206959099'), (u'INT_AND_-1206959500', u'INT_EQUAL_-1206959514'), (u'INT_ZEXT_-1206959326', u'CALL_-1206959500'), (u'CALL_-1206959567', u'INT_EQUAL_-1206959553'), (u'PTRSUB_-1206959099', u'CALL_-1206959635'), ('const-1114120', u'COPY_-1206959010'), ('const-0', u'INT_EQUAL_-1206959621'), (u'INDIRECT_-1206959161', u'MULTIEQUAL_-1206959042'), ('tmp_1062', u'PTRSUB_-1206959084'), (u'CALL_-1206959444', u'INDIRECT_-1206959055'), ('tmp_492', u'CALL_-1206959635'), ('const-0', u'RETURN_-1206959466'), (u'CALL_-1206959500', u'INDIRECT_-1206959105'), (u'CALL_-1206959293', u'INDIRECT_-1206959002'), ('const-0', u'RETURN_-1206959378'), (u'CALL_-1206959444', u'INDIRECT_-1206959078'), (u'INDIRECT_-1206959084', u'COPY_-1206959130'), (u'INDIRECT_-1206959100', u'CALL_-1206959500'), ('tmp_1062', u'PTRSUB_-1206959066'), (u'INDIRECT_-1206959120', u'INT_ZEXT_-1206959326'), (u'INDIRECT_-1206959050', u'CALL_-1206959307'), (u'INT_EQUAL_-1206959553', u'CBRANCH_-1206959551'), ('const-0', u'INT_EQUAL_-1206959553'), (u'CALL_-1206959567', u'INDIRECT_-1206959110'), (u'PTRSUB_-1206959084', u'CALL_-1206959601'), (u'CALL_-1206959444', u'INDIRECT_-1206959035'), (u'CALL_-1206959601', u'INDIRECT_-1206959128'), (u'CALL_-1206959601', u'INDIRECT_-1206959174'), (u'CALL_-1206959601', u'INDIRECT_-1206959161'), (u'CALL_-1206959601', u'INT_EQUAL_-1206959587'), (u'INT_EQUAL_-1206959621', u'CBRANCH_-1206959619'), (u'CALL_-1206959567', u'INDIRECT_-1206959156'), ('const-1114664', u'COPY_-1206959065'), (u'CALL_-1206959500', u'INDIRECT_-1206959118'), (u'CALL_-1206959293', u'INDIRECT_-1206958989'), ('tmp_85', u'CBRANCH_-1206959619'), (u'CALL_-1206959567', u'INDIRECT_-1206959100'), (u'CALL_-1206959635', u'INDIRECT_-1206959156'), (u'INDIRECT_-1206959143', u'MULTIEQUAL_-1206959042'), (u'CALL_-1206959347', u'INDIRECT_-1206959024'), ('tmp_128', u'CBRANCH_-1206959585'), ('const--32', u'PTRSUB_-1206959084'), (u'INDIRECT_-1206959192', u'MULTIEQUAL_-1206959055'), ('tmp_171', u'CBRANCH_-1206959551'), (u'CALL_-1206959444', u'INDIRECT_-1206959045'), ('const-1114200', u'COPY_-1206959009'), (u'INDIRECT_-1206959110', u'CALL_-1206959500'), (u'INDIRECT_-1206959035', u'CALL_-1206959412'), (u'CALL_-1206959307', u'INDIRECT_-1206959000'), (u'INDIRECT_-1206959156', u'INT_AND_-1206959500'), (u'COPY_-1206959009', u'CALL_-1206959347'), (u'INDIRECT_-1206959118', u'COPY_-1206959166'), ('const-5', u'CALL_-1206959347'), (u'CALL_-1206959500', u'INDIRECT_-1206959131'), (u'INDIRECT_-1206958989', u'COPY_-1206959043'), (u'COPY_-1206959010', u'CALL_-1206959347'), ('tmp_1062', u'PTRSUB_-1206959099'), (u'PTRSUB_-1206959066', u'CALL_-1206959567'), (u'CALL_-1206959635', u'INDIRECT_-1206959205'), (u'CALL_-1206959347', u'INDIRECT_-1206959037'), ('const-64', u'INT_AND_-1206959500'), (u'INT_ZEXT_-1206959326', u'CALL_-1206959444'), (u'INDIRECT_-1206959131', u'COPY_-1206959179'), (u'INDIRECT_-1206959002', u'COPY_-1206959056'), (u'CALL_-1206959567', u'INDIRECT_-1206959143'), ('tmp_492', u'CALL_-1206959567'), (u'INDIRECT_-1206959174', u'MULTIEQUAL_-1206959055'), (u'CALL_-1206959635', u'INT_EQUAL_-1206959621'), (u'INDIRECT_-1206959105', u'COPY_-1206959153'), ('tmp_492', u'CALL_-1206959601'), (u'CALL_-1206959307', u'INDIRECT_-1206959013'), (u'INT_ZEXT_-1206959267', u'CALL_-1206959412'), (u'CALL_-1206959601', u'INDIRECT_-1206959118'), (u'INDIRECT_-1206959045', u'CALL_-1206959412')]
|
[(u'CALL_-1206959567', u'INDIRECT_-1206959117'), (u'CALL_-1206959635', u'INDIRECT_-1206959153'), (u'INDIRECT_-1206959062', u'CALL_-1206959412'), (u'INDIRECT_-1206959212', u'MULTIEQUAL_-1206959075'), (u'COPY_-1206959071', u'CALL_-1206959444'), (u'INDIRECT_-1206959117', u'CALL_-1206959444'), ('const-5', u'CALL_-1206959347'), (u'CALL_-1206959347', u'CAST_-1206958946'), (u'INT_EQUAL_-1206959587', u'CBRANCH_-1206959585'), ('tmp_225', u'CBRANCH_-1206959507'), (u'CALL_-1206959293', u'INDIRECT_-1206959022'), (u'INDIRECT_-1206959042', u'CALL_-1206959412'), ('const-1', u'RETURN_-1206959288'), (u'INDIRECT_-1206959181', u'MULTIEQUAL_-1206959062'), (u'CALL_-1206959444', u'INDIRECT_-1206959062'), ('const--32', u'PTRSUB_-1206959090'), (u'CALL_-1206959412', u'INDIRECT_-1206959065'), (u'CALL_-1206959307', u'INDIRECT_-1206959020'), (u'CALL_-1206959601', u'INDIRECT_-1206959145'), (u'CALL_-1206959347', u'INDIRECT_-1206959057'), (u'CALL_-1206959635', u'INDIRECT_-1206959199'), (u'CALL_-1206959567', u'INDIRECT_-1206959107'), (u'INDIRECT_-1206959138', u'COPY_-1206959186'), (u'INT_EQUAL_-1206959514', u'CBRANCH_-1206959507'), (u'MULTIEQUAL_-1206959049', u'COPY_-1206959036'), ('const-1', u'CALL_-1206959293'), (u'CALL_-1206959293', u'INDIRECT_-1206959009'), (u'INT_ZEXT_-1206959332', u'CALL_-1206959444'), (u'PTRSUB_-1206959090', u'CALL_-1206959601'), ('tmp_1061', u'CALL_-1206959567'), (u'CALL_-1206959444', u'INDIRECT_-1206959098'), (u'INDIRECT_-1206959112', u'COPY_-1206959160'), ('const--40', u'PTRSUB_-1206959105'), (u'INDIRECT_-1206959078', u'COPY_-1206959124'), (u'CALL_-1206959307', u'INDIRECT_-1206959033'), ('const-0', u'INT_EQUAL_-1206959587'), (u'INDIRECT_-1206959022', u'COPY_-1206959076'), ('const-0', u'INT_EQUAL_-1206959514'), (u'INDIRECT_-1206959176', u'MULTIEQUAL_-1206959075'), (u'PTRSUB_-1206959105', u'CALL_-1206959635'), (u'INT_AND_-1206959500', u'INT_EQUAL_-1206959514'), ('const-1114200', u'COPY_-1206959015'), (u'CALL_-1206959567', u'INT_EQUAL_-1206959553'), (u'CALL_-1206959444', u'INDIRECT_-1206959052'), (u'CALL_-1206959601', u'INDIRECT_-1206959125'), ('const-0', u'INT_EQUAL_-1206959621'), ('const--44', u'PTRSUB_-1206959072'), (u'CALL_-1206959412', u'INDIRECT_-1206959078'), (u'INDIRECT_-1206959091', u'COPY_-1206959137'), (u'CALL_-1206959412', u'INDIRECT_-1206959091'), (u'CALL_-1206959601', u'INDIRECT_-1206959168'), (u'INDIRECT_-1206959163', u'MULTIEQUAL_-1206959062'), (u'CALL_-1206959347', u'INDIRECT_-1206959044'), (u'INDIRECT_-1206959009', u'COPY_-1206959063'), (u'CALL_-1206959307', u'INDIRECT_-1206959007'), (u'CALL_-1206959567', u'INDIRECT_-1206959163'), ('tmp_1058', u'PTRSUB_-1206959105'), ('const-0', u'RETURN_-1206959466'), (u'CALL_-1206959500', u'INDIRECT_-1206959112'), ('const-0', u'RETURN_-1206959378'), (u'CALL_-1206959635', u'INDIRECT_-1206959186'), (u'CALL_-1206959500', u'INDIRECT_-1206959125'), (u'INT_EQUAL_-1206959553', u'CBRANCH_-1206959551'), ('const-0', u'INT_EQUAL_-1206959553'), (u'COPY_-1206959015', u'CALL_-1206959347'), (u'CALL_-1206959347', u'INDIRECT_-1206959031'), (u'COPY_-1206959036', u'CALL_-1206959307'), (u'CALL_-1206959567', u'INDIRECT_-1206959127'), (u'INDIRECT_-1206958996', u'COPY_-1206959050'), (u'CALL_-1206959601', u'INT_EQUAL_-1206959587'), ('const-1114120', u'COPY_-1206959016'), (u'INT_EQUAL_-1206959621', u'CBRANCH_-1206959619'), (u'CALL_-1206959444', u'INDIRECT_-1206959111'), (u'CALL_-1206959500', u'INDIRECT_-1206959138'), ('tmp_1061', u'CALL_-1206959601'), (u'INDIRECT_-1206959127', u'INT_ZEXT_-1206959332'), ('tmp_85', u'CBRANCH_-1206959619'), (u'INDIRECT_-1206959052', u'CALL_-1206959412'), (u'CALL_-1206959567', u'INDIRECT_-1206959176'), ('tmp_1061', u'CALL_-1206959635'), (u'CALL_-1206959601', u'INDIRECT_-1206959194'), (u'INDIRECT_-1206959125', u'COPY_-1206959173'), (u'INDIRECT_-1206959186', u'MULTIEQUAL_-1206959049'), (u'PTRSUB_-1206959072', u'CALL_-1206959567'), (u'CAST_-1206958946', u'CALL_-1206959307'), (u'CALL_-1206959601', u'INDIRECT_-1206959181'), (u'CALL_-1206959293', u'INDIRECT_-1206958996'), (u'CALL_-1206959444', u'INDIRECT_-1206959085'), (u'INDIRECT_-1206959057', u'CALL_-1206959307'), ('tmp_128', u'CBRANCH_-1206959585'), (u'CALL_-1206959444', u'INDIRECT_-1206959042'), (u'INDIRECT_-1206959150', u'MULTIEQUAL_-1206959049'), ('tmp_171', u'CBRANCH_-1206959551'), (u'CALL_-1206959567', u'INDIRECT_-1206959150'), (u'CALL_-1206959635', u'INDIRECT_-1206959143'), ('tmp_1058', u'PTRSUB_-1206959090'), ('tmp_1059', u'CALL_-1206959307'), (u'INDIRECT_-1206959199', u'MULTIEQUAL_-1206959062'), (u'INDIRECT_-1206959107', u'CALL_-1206959444'), ('const-64', u'INT_AND_-1206959500'), ('tmp_1058', u'PTRSUB_-1206959072'), ('const-1114664', u'COPY_-1206959071'), (u'CALL_-1206959635', u'INDIRECT_-1206959212'), (u'INDIRECT_-1206959168', u'MULTIEQUAL_-1206959049'), (u'INDIRECT_-1206959194', u'MULTIEQUAL_-1206959075'), (u'INDIRECT_-1206959163', u'INT_AND_-1206959500'), (u'CALL_-1206959635', u'INT_EQUAL_-1206959621'), (u'COPY_-1206959016', u'CALL_-1206959347'), (u'INDIRECT_-1206959065', u'COPY_-1206959111'), (u'CALL_-1206959601', u'INDIRECT_-1206959135'), (u'CALL_-1206959635', u'INDIRECT_-1206959163')]
| null | null |
001041c0
|
x64
|
O2
|
(translation_unit "void FUN_001041c0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n int iVar2;\n char *__format;\n uint local_2c;\n undefined8 local_28;\n undefined8 local_20 [2];\n \n iVar2 = FUN_00109550(param_1,&local_28);\n if (iVar2 == 0) {\n iVar2 = FUN_00109550(param_1,local_20);\n if (iVar2 == 0) {\n iVar2 = FUN_00109500(param_1,&local_2c);\n if (iVar2 == 0) {\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }\n }\n }\n uVar1 = DAT_00119b10;\n __format = (char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5);\n fprintf(stderr,__format,uVar1,param_2);\n /* WARNING: Subroutine does not return */\n FUN_0010a4c0(1);\n}\n\n" (function_definition "void FUN_001041c0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n int iVar2;\n char *__format;\n uint local_2c;\n undefined8 local_28;\n undefined8 local_20 [2];\n \n iVar2 = FUN_00109550(param_1,&local_28);\n if (iVar2 == 0) {\n iVar2 = FUN_00109550(param_1,local_20);\n if (iVar2 == 0) {\n iVar2 = FUN_00109500(param_1,&local_2c);\n if (iVar2 == 0) {\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }\n }\n }\n uVar1 = DAT_00119b10;\n __format = (char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5);\n fprintf(stderr,__format,uVar1,param_2);\n /* WARNING: Subroutine does not return */\n FUN_0010a4c0(1);\n}" primitive_type (function_declarator "FUN_001041c0(undefined8 param_1,undefined8 param_2)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n undefined8 uVar1;\n int iVar2;\n char *__format;\n uint local_2c;\n undefined8 local_28;\n undefined8 local_20 [2];\n \n iVar2 = FUN_00109550(param_1,&local_28);\n if (iVar2 == 0) {\n iVar2 = FUN_00109550(param_1,local_20);\n if (iVar2 == 0) {\n iVar2 = FUN_00109500(param_1,&local_2c);\n if (iVar2 == 0) {\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }\n }\n }\n uVar1 = DAT_00119b10;\n __format = (char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5);\n fprintf(stderr,__format,uVar1,param_2);\n /* WARNING: Subroutine does not return */\n FUN_0010a4c0(1);\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (declaration "uint local_2c;" type_identifier identifier ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (declaration "undefined8 local_20 [2];" type_identifier (array_declarator "local_20 [2]" identifier [ number_literal ]) ;) (expression_statement "iVar2 = FUN_00109550(param_1,&local_28);" (assignment_expression "iVar2 = FUN_00109550(param_1,&local_28)" identifier = (call_expression "FUN_00109550(param_1,&local_28)" identifier (argument_list "(param_1,&local_28)" ( identifier , (pointer_expression "&local_28" & identifier) )))) ;) (if_statement "if (iVar2 == 0) {\n iVar2 = FUN_00109550(param_1,local_20);\n if (iVar2 == 0) {\n iVar2 = FUN_00109500(param_1,&local_2c);\n if (iVar2 == 0) {\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }\n }\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n iVar2 = FUN_00109550(param_1,local_20);\n if (iVar2 == 0) {\n iVar2 = FUN_00109500(param_1,&local_2c);\n if (iVar2 == 0) {\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }\n }\n }" { (expression_statement "iVar2 = FUN_00109550(param_1,local_20);" (assignment_expression "iVar2 = FUN_00109550(param_1,local_20)" identifier = (call_expression "FUN_00109550(param_1,local_20)" identifier (argument_list "(param_1,local_20)" ( identifier , identifier )))) ;) (if_statement "if (iVar2 == 0) {\n iVar2 = FUN_00109500(param_1,&local_2c);\n if (iVar2 == 0) {\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n iVar2 = FUN_00109500(param_1,&local_2c);\n if (iVar2 == 0) {\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }\n }" { (expression_statement "iVar2 = FUN_00109500(param_1,&local_2c);" (assignment_expression "iVar2 = FUN_00109500(param_1,&local_2c)" identifier = (call_expression "FUN_00109500(param_1,&local_2c)" identifier (argument_list "(param_1,&local_2c)" ( identifier , (pointer_expression "&local_2c" & identifier) )))) ;) (if_statement "if (iVar2 == 0) {\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }" { (if_statement "if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }" if (parenthesized_expression "(((byte)DAT_001195e4 & 0x40) == 0)" ( (binary_expression "((byte)DAT_001195e4 & 0x40) == 0" (parenthesized_expression "((byte)DAT_001195e4 & 0x40)" ( (binary_expression "(byte)DAT_001195e4 & 0x40" (cast_expression "(byte)DAT_001195e4" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n FUN_001040b0();\n return;\n }" { (expression_statement "FUN_001040b0();" (call_expression "FUN_001040b0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);" (call_expression "printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c)" identifier (argument_list "("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c)" ( (string_literal ""[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n"" " string_content escape_sequence ") , identifier , (subscript_expression "local_20[0]" identifier [ number_literal ]) , (cast_expression "(ulong)local_2c" ( (type_descriptor "ulong" type_identifier) ) identifier) ))) ;) (expression_statement "FUN_001040b0(local_28,local_20[0],local_2c);" (call_expression "FUN_001040b0(local_28,local_20[0],local_2c)" identifier (argument_list "(local_28,local_20[0],local_2c)" ( identifier , (subscript_expression "local_20[0]" identifier [ number_literal ]) , identifier ))) ;) (return_statement "return;" return ;) })) })) })) (expression_statement "uVar1 = DAT_00119b10;" (assignment_expression "uVar1 = DAT_00119b10" identifier = identifier) ;) (expression_statement "__format = (char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5);" (assignment_expression "__format = (char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5)" identifier = (cast_expression "(char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext("gprof","%s: %s: unexpected end of file\n",5)" identifier (argument_list "("gprof","%s: %s: unexpected end of file\n",5)" ( (string_literal ""gprof"" " string_content ") , (string_literal ""%s: %s: unexpected end of file\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(stderr,__format,uVar1,param_2);" (call_expression "fprintf(stderr,__format,uVar1,param_2)" identifier (argument_list "(stderr,__format,uVar1,param_2)" ( identifier , identifier , identifier , identifier ))) ;) comment (expression_statement "FUN_0010a4c0(1);" (call_expression "FUN_0010a4c0(1)" identifier (argument_list "(1)" ( number_literal ))) ;) })))
|
(translation_unit "void cg_read_rec(FILE *ifp,char *filename)\n\n{\n char *pcVar1;\n int iVar2;\n char *__format;\n uint count;\n bfd_vma from_pc;\n bfd_vma self_pc;\n \n iVar2 = gmon_io_read_vma(ifp,&from_pc);\n if (iVar2 == 0) {\n iVar2 = gmon_io_read_vma(ifp,&self_pc);\n if (iVar2 == 0) {\n iVar2 = gmon_io_read_32(ifp,&count);\n if (iVar2 == 0) {\n if (((byte)debug_level & 0x40) == 0) {\n cg_tally(from_pc,self_pc,(ulong)count);\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",from_pc,self_pc,(ulong)count);\n cg_tally(from_pc,self_pc,(ulong)count);\n return;\n }\n }\n }\n pcVar1 = whoami;\n __format = (char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5);\n fprintf(stderr,__format,pcVar1,filename);\n /* WARNING: Subroutine does not return */\n done(1);\n}\n\n" (function_definition "void cg_read_rec(FILE *ifp,char *filename)\n\n{\n char *pcVar1;\n int iVar2;\n char *__format;\n uint count;\n bfd_vma from_pc;\n bfd_vma self_pc;\n \n iVar2 = gmon_io_read_vma(ifp,&from_pc);\n if (iVar2 == 0) {\n iVar2 = gmon_io_read_vma(ifp,&self_pc);\n if (iVar2 == 0) {\n iVar2 = gmon_io_read_32(ifp,&count);\n if (iVar2 == 0) {\n if (((byte)debug_level & 0x40) == 0) {\n cg_tally(from_pc,self_pc,(ulong)count);\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",from_pc,self_pc,(ulong)count);\n cg_tally(from_pc,self_pc,(ulong)count);\n return;\n }\n }\n }\n pcVar1 = whoami;\n __format = (char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5);\n fprintf(stderr,__format,pcVar1,filename);\n /* WARNING: Subroutine does not return */\n done(1);\n}" primitive_type (function_declarator "cg_read_rec(FILE *ifp,char *filename)" identifier (parameter_list "(FILE *ifp,char *filename)" ( (parameter_declaration "FILE *ifp" type_identifier (pointer_declarator "*ifp" * identifier)) , (parameter_declaration "char *filename" primitive_type (pointer_declarator "*filename" * identifier)) ))) (compound_statement "{\n char *pcVar1;\n int iVar2;\n char *__format;\n uint count;\n bfd_vma from_pc;\n bfd_vma self_pc;\n \n iVar2 = gmon_io_read_vma(ifp,&from_pc);\n if (iVar2 == 0) {\n iVar2 = gmon_io_read_vma(ifp,&self_pc);\n if (iVar2 == 0) {\n iVar2 = gmon_io_read_32(ifp,&count);\n if (iVar2 == 0) {\n if (((byte)debug_level & 0x40) == 0) {\n cg_tally(from_pc,self_pc,(ulong)count);\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",from_pc,self_pc,(ulong)count);\n cg_tally(from_pc,self_pc,(ulong)count);\n return;\n }\n }\n }\n pcVar1 = whoami;\n __format = (char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5);\n fprintf(stderr,__format,pcVar1,filename);\n /* WARNING: Subroutine does not return */\n done(1);\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (declaration "uint count;" type_identifier identifier ;) (declaration "bfd_vma from_pc;" type_identifier identifier ;) (declaration "bfd_vma self_pc;" type_identifier identifier ;) (expression_statement "iVar2 = gmon_io_read_vma(ifp,&from_pc);" (assignment_expression "iVar2 = gmon_io_read_vma(ifp,&from_pc)" identifier = (call_expression "gmon_io_read_vma(ifp,&from_pc)" identifier (argument_list "(ifp,&from_pc)" ( identifier , (pointer_expression "&from_pc" & identifier) )))) ;) (if_statement "if (iVar2 == 0) {\n iVar2 = gmon_io_read_vma(ifp,&self_pc);\n if (iVar2 == 0) {\n iVar2 = gmon_io_read_32(ifp,&count);\n if (iVar2 == 0) {\n if (((byte)debug_level & 0x40) == 0) {\n cg_tally(from_pc,self_pc,(ulong)count);\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",from_pc,self_pc,(ulong)count);\n cg_tally(from_pc,self_pc,(ulong)count);\n return;\n }\n }\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n iVar2 = gmon_io_read_vma(ifp,&self_pc);\n if (iVar2 == 0) {\n iVar2 = gmon_io_read_32(ifp,&count);\n if (iVar2 == 0) {\n if (((byte)debug_level & 0x40) == 0) {\n cg_tally(from_pc,self_pc,(ulong)count);\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",from_pc,self_pc,(ulong)count);\n cg_tally(from_pc,self_pc,(ulong)count);\n return;\n }\n }\n }" { (expression_statement "iVar2 = gmon_io_read_vma(ifp,&self_pc);" (assignment_expression "iVar2 = gmon_io_read_vma(ifp,&self_pc)" identifier = (call_expression "gmon_io_read_vma(ifp,&self_pc)" identifier (argument_list "(ifp,&self_pc)" ( identifier , (pointer_expression "&self_pc" & identifier) )))) ;) (if_statement "if (iVar2 == 0) {\n iVar2 = gmon_io_read_32(ifp,&count);\n if (iVar2 == 0) {\n if (((byte)debug_level & 0x40) == 0) {\n cg_tally(from_pc,self_pc,(ulong)count);\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",from_pc,self_pc,(ulong)count);\n cg_tally(from_pc,self_pc,(ulong)count);\n return;\n }\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n iVar2 = gmon_io_read_32(ifp,&count);\n if (iVar2 == 0) {\n if (((byte)debug_level & 0x40) == 0) {\n cg_tally(from_pc,self_pc,(ulong)count);\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",from_pc,self_pc,(ulong)count);\n cg_tally(from_pc,self_pc,(ulong)count);\n return;\n }\n }" { (expression_statement "iVar2 = gmon_io_read_32(ifp,&count);" (assignment_expression "iVar2 = gmon_io_read_32(ifp,&count)" identifier = (call_expression "gmon_io_read_32(ifp,&count)" identifier (argument_list "(ifp,&count)" ( identifier , (pointer_expression "&count" & identifier) )))) ;) (if_statement "if (iVar2 == 0) {\n if (((byte)debug_level & 0x40) == 0) {\n cg_tally(from_pc,self_pc,(ulong)count);\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",from_pc,self_pc,(ulong)count);\n cg_tally(from_pc,self_pc,(ulong)count);\n return;\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n if (((byte)debug_level & 0x40) == 0) {\n cg_tally(from_pc,self_pc,(ulong)count);\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",from_pc,self_pc,(ulong)count);\n cg_tally(from_pc,self_pc,(ulong)count);\n return;\n }" { (if_statement "if (((byte)debug_level & 0x40) == 0) {\n cg_tally(from_pc,self_pc,(ulong)count);\n return;\n }" if (parenthesized_expression "(((byte)debug_level & 0x40) == 0)" ( (binary_expression "((byte)debug_level & 0x40) == 0" (parenthesized_expression "((byte)debug_level & 0x40)" ( (binary_expression "(byte)debug_level & 0x40" (cast_expression "(byte)debug_level" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n cg_tally(from_pc,self_pc,(ulong)count);\n return;\n }" { (expression_statement "cg_tally(from_pc,self_pc,(ulong)count);" (call_expression "cg_tally(from_pc,self_pc,(ulong)count)" identifier (argument_list "(from_pc,self_pc,(ulong)count)" ( identifier , identifier , (cast_expression "(ulong)count" ( (type_descriptor "ulong" type_identifier) ) identifier) ))) ;) (return_statement "return;" return ;) })) (expression_statement "printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",from_pc,self_pc,(ulong)count);" (call_expression "printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",from_pc,self_pc,(ulong)count)" identifier (argument_list "("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",from_pc,self_pc,(ulong)count)" ( (string_literal ""[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n"" " string_content escape_sequence ") , identifier , identifier , (cast_expression "(ulong)count" ( (type_descriptor "ulong" type_identifier) ) identifier) ))) ;) (expression_statement "cg_tally(from_pc,self_pc,(ulong)count);" (call_expression "cg_tally(from_pc,self_pc,(ulong)count)" identifier (argument_list "(from_pc,self_pc,(ulong)count)" ( identifier , identifier , (cast_expression "(ulong)count" ( (type_descriptor "ulong" type_identifier) ) identifier) ))) ;) (return_statement "return;" return ;) })) })) })) (expression_statement "pcVar1 = whoami;" (assignment_expression "pcVar1 = whoami" identifier = identifier) ;) (expression_statement "__format = (char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5);" (assignment_expression "__format = (char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5)" identifier = (cast_expression "(char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext("gprof","%s: %s: unexpected end of file\n",5)" identifier (argument_list "("gprof","%s: %s: unexpected end of file\n",5)" ( (string_literal ""gprof"" " string_content ") , (string_literal ""%s: %s: unexpected end of file\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(stderr,__format,pcVar1,filename);" (call_expression "fprintf(stderr,__format,pcVar1,filename)" identifier (argument_list "(stderr,__format,pcVar1,filename)" ( identifier , identifier , identifier , identifier ))) ;) comment (expression_statement "done(1);" (call_expression "done(1)" identifier (argument_list "(1)" ( number_literal ))) ;) })))
|
(translation_unit "void FUN_001041c0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n int iVar2;\n char *__format;\n uint local_2c;\n undefined8 local_28;\n undefined8 local_20 [2];\n \n iVar2 = FUN_00109550(param_1,&local_28);\n if (iVar2 == 0) {\n iVar2 = FUN_00109550(param_1,local_20);\n if (iVar2 == 0) {\n iVar2 = FUN_00109500(param_1,&local_2c);\n if (iVar2 == 0) {\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }\n }\n }\n uVar1 = DAT_00119b10;\n __format = (char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5);\n fprintf(stderr,__format,uVar1,param_2);\n \n FUN_0010a4c0(1);\n}\n\n" (function_definition "void FUN_001041c0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n int iVar2;\n char *__format;\n uint local_2c;\n undefined8 local_28;\n undefined8 local_20 [2];\n \n iVar2 = FUN_00109550(param_1,&local_28);\n if (iVar2 == 0) {\n iVar2 = FUN_00109550(param_1,local_20);\n if (iVar2 == 0) {\n iVar2 = FUN_00109500(param_1,&local_2c);\n if (iVar2 == 0) {\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }\n }\n }\n uVar1 = DAT_00119b10;\n __format = (char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5);\n fprintf(stderr,__format,uVar1,param_2);\n \n FUN_0010a4c0(1);\n}" primitive_type (function_declarator "FUN_001041c0(undefined8 param_1,undefined8 param_2)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n undefined8 uVar1;\n int iVar2;\n char *__format;\n uint local_2c;\n undefined8 local_28;\n undefined8 local_20 [2];\n \n iVar2 = FUN_00109550(param_1,&local_28);\n if (iVar2 == 0) {\n iVar2 = FUN_00109550(param_1,local_20);\n if (iVar2 == 0) {\n iVar2 = FUN_00109500(param_1,&local_2c);\n if (iVar2 == 0) {\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }\n }\n }\n uVar1 = DAT_00119b10;\n __format = (char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5);\n fprintf(stderr,__format,uVar1,param_2);\n \n FUN_0010a4c0(1);\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (declaration "uint local_2c;" type_identifier identifier ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (declaration "undefined8 local_20 [2];" type_identifier (array_declarator "local_20 [2]" identifier [ number_literal ]) ;) (expression_statement "iVar2 = FUN_00109550(param_1,&local_28);" (assignment_expression "iVar2 = FUN_00109550(param_1,&local_28)" identifier = (call_expression "FUN_00109550(param_1,&local_28)" identifier (argument_list "(param_1,&local_28)" ( identifier , (pointer_expression "&local_28" & identifier) )))) ;) (if_statement "if (iVar2 == 0) {\n iVar2 = FUN_00109550(param_1,local_20);\n if (iVar2 == 0) {\n iVar2 = FUN_00109500(param_1,&local_2c);\n if (iVar2 == 0) {\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }\n }\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n iVar2 = FUN_00109550(param_1,local_20);\n if (iVar2 == 0) {\n iVar2 = FUN_00109500(param_1,&local_2c);\n if (iVar2 == 0) {\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }\n }\n }" { (expression_statement "iVar2 = FUN_00109550(param_1,local_20);" (assignment_expression "iVar2 = FUN_00109550(param_1,local_20)" identifier = (call_expression "FUN_00109550(param_1,local_20)" identifier (argument_list "(param_1,local_20)" ( identifier , identifier )))) ;) (if_statement "if (iVar2 == 0) {\n iVar2 = FUN_00109500(param_1,&local_2c);\n if (iVar2 == 0) {\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n iVar2 = FUN_00109500(param_1,&local_2c);\n if (iVar2 == 0) {\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }\n }" { (expression_statement "iVar2 = FUN_00109500(param_1,&local_2c);" (assignment_expression "iVar2 = FUN_00109500(param_1,&local_2c)" identifier = (call_expression "FUN_00109500(param_1,&local_2c)" identifier (argument_list "(param_1,&local_2c)" ( identifier , (pointer_expression "&local_2c" & identifier) )))) ;) (if_statement "if (iVar2 == 0) {\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }" { (if_statement "if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }" if (parenthesized_expression "(((byte)DAT_001195e4 & 0x40) == 0)" ( (binary_expression "((byte)DAT_001195e4 & 0x40) == 0" (parenthesized_expression "((byte)DAT_001195e4 & 0x40)" ( (binary_expression "(byte)DAT_001195e4 & 0x40" (cast_expression "(byte)DAT_001195e4" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n FUN_001040b0();\n return;\n }" { (expression_statement "FUN_001040b0();" (call_expression "FUN_001040b0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);" (call_expression "printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c)" identifier (argument_list "("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c)" ( (string_literal ""[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n"" " string_content escape_sequence ") , identifier , (subscript_expression "local_20[0]" identifier [ number_literal ]) , (cast_expression "(ulong)local_2c" ( (type_descriptor "ulong" type_identifier) ) identifier) ))) ;) (expression_statement "FUN_001040b0(local_28,local_20[0],local_2c);" (call_expression "FUN_001040b0(local_28,local_20[0],local_2c)" identifier (argument_list "(local_28,local_20[0],local_2c)" ( identifier , (subscript_expression "local_20[0]" identifier [ number_literal ]) , identifier ))) ;) (return_statement "return;" return ;) })) })) })) (expression_statement "uVar1 = DAT_00119b10;" (assignment_expression "uVar1 = DAT_00119b10" identifier = identifier) ;) (expression_statement "__format = (char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5);" (assignment_expression "__format = (char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5)" identifier = (cast_expression "(char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext("gprof","%s: %s: unexpected end of file\n",5)" identifier (argument_list "("gprof","%s: %s: unexpected end of file\n",5)" ( (string_literal ""gprof"" " string_content ") , (string_literal ""%s: %s: unexpected end of file\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(stderr,__format,uVar1,param_2);" (call_expression "fprintf(stderr,__format,uVar1,param_2)" identifier (argument_list "(stderr,__format,uVar1,param_2)" ( identifier , identifier , identifier , identifier ))) ;) (expression_statement "FUN_0010a4c0(1);" (call_expression "FUN_0010a4c0(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) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT) )) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence ") , IDENT , (subscript_expression IDENT [ LIT ]) , (cast_expression ( (type_descriptor TYPE) ) IDENT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (subscript_expression IDENT [ LIT ]) , IDENT ))) ;) (return_statement return ;) })) })) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (string_literal " string_content ") , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) })))
|
(function_definition "void FUN_001041c0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n int iVar2;\n char *__format;\n uint local_2c;\n undefined8 local_28;\n undefined8 local_20 [2];\n \n iVar2 = FUN_00109550(param_1,&local_28);\n if (iVar2 == 0) {\n iVar2 = FUN_00109550(param_1,local_20);\n if (iVar2 == 0) {\n iVar2 = FUN_00109500(param_1,&local_2c);\n if (iVar2 == 0) {\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }\n }\n }\n uVar1 = DAT_00119b10;\n __format = (char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5);\n fprintf(stderr,__format,uVar1,param_2);\n \n FUN_0010a4c0(1);\n}" (primitive_type "void") (function_declarator "FUN_001041c0(undefined8 param_1,undefined8 param_2)" (identifier "FUN_001041c0") (parameter_list "(undefined8 param_1,undefined8 param_2)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) () ")"))) (compound_statement "{\n undefined8 uVar1;\n int iVar2;\n char *__format;\n uint local_2c;\n undefined8 local_28;\n undefined8 local_20 [2];\n \n iVar2 = FUN_00109550(param_1,&local_28);\n if (iVar2 == 0) {\n iVar2 = FUN_00109550(param_1,local_20);\n if (iVar2 == 0) {\n iVar2 = FUN_00109500(param_1,&local_2c);\n if (iVar2 == 0) {\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }\n }\n }\n uVar1 = DAT_00119b10;\n __format = (char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5);\n fprintf(stderr,__format,uVar1,param_2);\n \n FUN_0010a4c0(1);\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "char *__format;" (primitive_type "char") (pointer_declarator "*__format" (* "*") (identifier "__format")) (; ";")) (declaration "uint local_2c;" (type_identifier "uint") (identifier "local_2c") (; ";")) (declaration "undefined8 local_28;" (type_identifier "undefined8") (identifier "local_28") (; ";")) (declaration "undefined8 local_20 [2];" (type_identifier "undefined8") (array_declarator "local_20 [2]" (identifier "local_20") ([ "[") (number_literal "2") (] "]")) (; ";")) (expression_statement "iVar2 = FUN_00109550(param_1,&local_28);" (assignment_expression "iVar2 = FUN_00109550(param_1,&local_28)" (identifier "iVar2") (= "=") (call_expression "FUN_00109550(param_1,&local_28)" (identifier "FUN_00109550") (argument_list "(param_1,&local_28)" (( "(") (identifier "param_1") (, ",") (pointer_expression "&local_28" (& "&") (identifier "local_28")) () ")")))) (; ";")) (if_statement "if (iVar2 == 0) {\n iVar2 = FUN_00109550(param_1,local_20);\n if (iVar2 == 0) {\n iVar2 = FUN_00109500(param_1,&local_2c);\n if (iVar2 == 0) {\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }\n }\n }" (if "if") (parenthesized_expression "(iVar2 == 0)" (( "(") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar2 = FUN_00109550(param_1,local_20);\n if (iVar2 == 0) {\n iVar2 = FUN_00109500(param_1,&local_2c);\n if (iVar2 == 0) {\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }\n }\n }" ({ "{") (expression_statement "iVar2 = FUN_00109550(param_1,local_20);" (assignment_expression "iVar2 = FUN_00109550(param_1,local_20)" (identifier "iVar2") (= "=") (call_expression "FUN_00109550(param_1,local_20)" (identifier "FUN_00109550") (argument_list "(param_1,local_20)" (( "(") (identifier "param_1") (, ",") (identifier "local_20") () ")")))) (; ";")) (if_statement "if (iVar2 == 0) {\n iVar2 = FUN_00109500(param_1,&local_2c);\n if (iVar2 == 0) {\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }\n }" (if "if") (parenthesized_expression "(iVar2 == 0)" (( "(") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar2 = FUN_00109500(param_1,&local_2c);\n if (iVar2 == 0) {\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }\n }" ({ "{") (expression_statement "iVar2 = FUN_00109500(param_1,&local_2c);" (assignment_expression "iVar2 = FUN_00109500(param_1,&local_2c)" (identifier "iVar2") (= "=") (call_expression "FUN_00109500(param_1,&local_2c)" (identifier "FUN_00109500") (argument_list "(param_1,&local_2c)" (( "(") (identifier "param_1") (, ",") (pointer_expression "&local_2c" (& "&") (identifier "local_2c")) () ")")))) (; ";")) (if_statement "if (iVar2 == 0) {\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }" (if "if") (parenthesized_expression "(iVar2 == 0)" (( "(") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }\n printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);\n FUN_001040b0(local_28,local_20[0],local_2c);\n return;\n }" ({ "{") (if_statement "if (((byte)DAT_001195e4 & 0x40) == 0) {\n FUN_001040b0();\n return;\n }" (if "if") (parenthesized_expression "(((byte)DAT_001195e4 & 0x40) == 0)" (( "(") (binary_expression "((byte)DAT_001195e4 & 0x40) == 0" (parenthesized_expression "((byte)DAT_001195e4 & 0x40)" (( "(") (binary_expression "(byte)DAT_001195e4 & 0x40" (cast_expression "(byte)DAT_001195e4" (( "(") (type_descriptor "byte" (type_identifier "byte")) () ")") (identifier "DAT_001195e4")) (& "&") (number_literal "0x40")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_001040b0();\n return;\n }" ({ "{") (expression_statement "FUN_001040b0();" (call_expression "FUN_001040b0()" (identifier "FUN_001040b0") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c);" (call_expression "printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c)" (identifier "printf") (argument_list "("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],\n (ulong)local_2c)" (( "(") (string_literal ""[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n"" (" """) (string_content "[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu") (escape_sequence "\n") (" """)) (, ",") (identifier "local_28") (, ",") (subscript_expression "local_20[0]" (identifier "local_20") ([ "[") (number_literal "0") (] "]")) (, ",") (cast_expression "(ulong)local_2c" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "local_2c")) () ")"))) (; ";")) (expression_statement "FUN_001040b0(local_28,local_20[0],local_2c);" (call_expression "FUN_001040b0(local_28,local_20[0],local_2c)" (identifier "FUN_001040b0") (argument_list "(local_28,local_20[0],local_2c)" (( "(") (identifier "local_28") (, ",") (subscript_expression "local_20[0]" (identifier "local_20") ([ "[") (number_literal "0") (] "]")) (, ",") (identifier "local_2c") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}"))) (} "}"))) (expression_statement "uVar1 = DAT_00119b10;" (assignment_expression "uVar1 = DAT_00119b10" (identifier "uVar1") (= "=") (identifier "DAT_00119b10")) (; ";")) (expression_statement "__format = (char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5);" (assignment_expression "__format = (char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5)" (identifier "__format") (= "=") (cast_expression "(char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext("gprof","%s: %s: unexpected end of file\n",5)" (identifier "dcgettext") (argument_list "("gprof","%s: %s: unexpected end of file\n",5)" (( "(") (string_literal ""gprof"" (" """) (string_content "gprof") (" """)) (, ",") (string_literal ""%s: %s: unexpected end of file\n"" (" """) (string_content "%s: %s: unexpected end of file") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(stderr,__format,uVar1,param_2);" (call_expression "fprintf(stderr,__format,uVar1,param_2)" (identifier "fprintf") (argument_list "(stderr,__format,uVar1,param_2)" (( "(") (identifier "stderr") (, ",") (identifier "__format") (, ",") (identifier "uVar1") (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "FUN_0010a4c0(1);" (call_expression "FUN_0010a4c0(1)" (identifier "FUN_0010a4c0") (argument_list "(1)" (( "(") (number_literal "1") () ")"))) (; ";")) (} "}")))
|
void function_1(type_1 *ifp,char *filename)
{
char *pcVar1;
int var_2;
char *__format;
type_2 count;
type_3 from_pc;
type_3 self_pc;
var_2 = var_1(ifp,&from_pc);
if (var_2 == 0) {
var_2 = var_1(ifp,&self_pc);
if (var_2 == 0) {
var_2 = var_3(ifp,&count);
if (var_2 == 0) {
if (((type_4)debug_level & 0x40) == 0) {
var_4(from_pc,self_pc,(type_5)count);
return;
}
var_5("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",from_pc,self_pc,(type_5)count);
var_4(from_pc,self_pc,(type_5)count);
return;
}
}
}
pcVar1 = whoami;
__format = (char *)var_6("gprof","%s: %s: unexpected end of file\n",5);
var_7(stderr,__format,pcVar1,filename);
/* WARNING: Subroutine does not return */
var_8(1);
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (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: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (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 (identifier) (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence)) (identifier) (subscript_expression argument: (identifier) index: (number_literal)) (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (subscript_expression argument: (identifier) index: (number_literal)) (identifier)))) (return_statement))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal)))))))
| null |
void MASKED(undefined8 param_1,undefined8 param_2)
{
undefined8 uVar1;
int iVar2;
char *__format;
uint local_2c;
undefined8 local_28;
undefined8 local_20 [2];
iVar2 = FUN_00109550(param_1,&local_28);
if (iVar2 == 0) {
iVar2 = FUN_00109550(param_1,local_20);
if (iVar2 == 0) {
iVar2 = FUN_00109500(param_1,&local_2c);
if (iVar2 == 0) {
if (((byte)DAT_001195e4 & 0x40) == 0) {
FUN_001040b0();
return;
}
printf("[cg_read_rec] frompc 0x%lx selfpc 0x%lx count %lu\n",local_28,local_20[0],
(ulong)local_2c);
FUN_001040b0(local_28,local_20[0],local_2c);
return;
}
}
}
uVar1 = DAT_00119b10;
__format = (char *)dcgettext("gprof","%s: %s: unexpected end of file\n",5);
fprintf(stderr,__format,uVar1,param_2);
/* WARNING: Subroutine does not return */
FUN_0010a4c0(1);
}
|
29_sg_rep_zones_and_sg_rep_zones_strip.c
|
sg_get_category_sense_str
|
sg_get_category_sense_str
|
void sg_get_category_sense_str(void)
{
(*(code *)PTR_sg_get_category_sense_str_00105fa8)();
return;
}
|
void sg_get_category_sense_str(void)
{
(*(code *)PTR_sg_get_category_sense_str_00105fa8)();
return;
}
|
JMP qword ptr [0x00105fa8]
| null | null | null | null |
[('const-0', u'RETURN_-1206967845'), (u'CAST_-1206967783', u'CALLIND_-1206967848'), (u'CALLIND_-1206967848', u'INDIRECT_-1206967788'), ('tmp_22', u'CAST_-1206967783'), (u'INDIRECT_-1206967788', u'COPY_-1206967847')]
|
[('const-0', u'RETURN_-1206967845'), (u'CAST_-1206967783', u'CALLIND_-1206967848'), (u'CALLIND_-1206967848', u'INDIRECT_-1206967788'), ('tmp_22', u'CAST_-1206967783'), (u'INDIRECT_-1206967788', u'COPY_-1206967847')]
| null | null |
001021d0
|
x64
|
O2
|
(translation_unit "void sg_get_category_sense_str(void)\n\n{\n (*(code *)PTR_sg_get_category_sense_str_00105fa8)();\n return;\n}\n\n" (function_definition "void sg_get_category_sense_str(void)\n\n{\n (*(code *)PTR_sg_get_category_sense_str_00105fa8)();\n return;\n}" primitive_type (function_declarator "sg_get_category_sense_str(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_sg_get_category_sense_str_00105fa8)();\n return;\n}" { (expression_statement "(*(code *)PTR_sg_get_category_sense_str_00105fa8)();" (call_expression "(*(code *)PTR_sg_get_category_sense_str_00105fa8)()" (parenthesized_expression "(*(code *)PTR_sg_get_category_sense_str_00105fa8)" ( (pointer_expression "*(code *)PTR_sg_get_category_sense_str_00105fa8" * (cast_expression "(code *)PTR_sg_get_category_sense_str_00105fa8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void sg_get_category_sense_str(void)\n\n{\n (*(code *)PTR_sg_get_category_sense_str_00105fa8)();\n return;\n}\n\n" (function_definition "void sg_get_category_sense_str(void)\n\n{\n (*(code *)PTR_sg_get_category_sense_str_00105fa8)();\n return;\n}" primitive_type (function_declarator "sg_get_category_sense_str(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_sg_get_category_sense_str_00105fa8)();\n return;\n}" { (expression_statement "(*(code *)PTR_sg_get_category_sense_str_00105fa8)();" (call_expression "(*(code *)PTR_sg_get_category_sense_str_00105fa8)()" (parenthesized_expression "(*(code *)PTR_sg_get_category_sense_str_00105fa8)" ( (pointer_expression "*(code *)PTR_sg_get_category_sense_str_00105fa8" * (cast_expression "(code *)PTR_sg_get_category_sense_str_00105fa8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void sg_get_category_sense_str(void)\n\n{\n (*(code *)PTR_sg_get_category_sense_str_00105fa8)();\n return;\n}\n\n" (function_definition "void sg_get_category_sense_str(void)\n\n{\n (*(code *)PTR_sg_get_category_sense_str_00105fa8)();\n return;\n}" primitive_type (function_declarator "sg_get_category_sense_str(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_sg_get_category_sense_str_00105fa8)();\n return;\n}" { (expression_statement "(*(code *)PTR_sg_get_category_sense_str_00105fa8)();" (call_expression "(*(code *)PTR_sg_get_category_sense_str_00105fa8)()" (parenthesized_expression "(*(code *)PTR_sg_get_category_sense_str_00105fa8)" ( (pointer_expression "*(code *)PTR_sg_get_category_sense_str_00105fa8" * (cast_expression "(code *)PTR_sg_get_category_sense_str_00105fa8" ( (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 sg_get_category_sense_str(void)\n\n{\n (*(code *)PTR_sg_get_category_sense_str_00105fa8)();\n return;\n}" (primitive_type "void") (function_declarator "sg_get_category_sense_str(void)" (identifier "sg_get_category_sense_str") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_sg_get_category_sense_str_00105fa8)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_sg_get_category_sense_str_00105fa8)();" (call_expression "(*(code *)PTR_sg_get_category_sense_str_00105fa8)()" (parenthesized_expression "(*(code *)PTR_sg_get_category_sense_str_00105fa8)" (( "(") (pointer_expression "*(code *)PTR_sg_get_category_sense_str_00105fa8" (* "*") (cast_expression "(code *)PTR_sg_get_category_sense_str_00105fa8" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_sg_get_category_sense_str_00105fa8"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_sg_get_category_sense_str_00105fa8)();
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
| null |
void MASKED(void)
{
(*(code *)PTR_MASKED_00105fa8)();
return;
}
|
144_powerpc-linux-gnuspe-c++filt_and_powerpc-linux-gnuspe-c++filt_strip.c
|
fprintf
|
fprintf
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fprintf(FILE *__stream,char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fprintf@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fprintf(FILE *__stream,char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1207037654')]
|
[('const-1', u'RETURN_-1207037654')]
| null | null |
00111120
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fprintf(FILE *__stream,char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "fprintf(FILE *__stream,char *__format,...)" identifier (parameter_list "(FILE *__stream,char *__format,...)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) , (parameter_declaration "char *__format" primitive_type (pointer_declarator "*__format" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fprintf(FILE *__stream,char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fprintf@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fprintf@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "fprintf(FILE *__stream,char *__format,...)" identifier (parameter_list "(FILE *__stream,char *__format,...)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) , (parameter_declaration "char *__format" primitive_type (pointer_declarator "*__format" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fprintf@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "int fprintf(FILE *__stream,char *__format,...)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fprintf(FILE *__stream,char *__format,...)" identifier (parameter_list "(FILE *__stream,char *__format,...)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) , (parameter_declaration "char *__format" primitive_type (pointer_declarator "*__format" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fprintf(FILE *__stream,char *__format,...)" (identifier "fprintf") (parameter_list "(FILE *__stream,char *__format,...)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) (, ",") (parameter_declaration "char *__format" (primitive_type "char") (pointer_declarator "*__format" (* "*") (identifier "__format"))) (, ",") (variadic_parameter "..." (... "...")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream,char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fprintf@@GLIBC_2.2.5 */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (variadic_parameter))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream,char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
6374_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
|
do_section_size
|
FUN_002a4f90
|
/* DWARF original prototype: uint64_t do_section_size(Sized_pluginobj<32,_false> * this, uint
param_1) */
uint64_t __thiscall
gold::Sized_pluginobj<32,_false>::do_section_size(Sized_pluginobj<32,_false> *this,uint param_1)
{
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/plugin.cc",0x606,"do_section_size");
}
|
void FUN_002a4f90(void)
{
/* WARNING: Subroutine does not return */
FUN_001e9890("../../gold/plugin.cc",0x606,"do_section_size");
}
|
SUB RSP,0x8
LEA RDX,[0x3f1500]
MOV ESI,0x606
LEA RDI,[0x3f0904]
CALL 0x001e9890
| null | null | null | null |
[('const-1', u'RETURN_-1204465727'), ('const-4134144', u'COPY_-1204465716'), (u'COPY_-1204465717', u'CALL_-1204465732'), ('const-4131076', u'COPY_-1204465717'), (u'COPY_-1204465716', u'CALL_-1204465732'), ('const-1542', u'CALL_-1204465732')]
|
[('const-1', u'RETURN_-1204465727'), ('const-4131076', u'COPY_-1204465719'), ('const-1542', u'CALL_-1204465732'), ('const-4134144', u'COPY_-1204465718'), (u'COPY_-1204465719', u'CALL_-1204465732'), (u'COPY_-1204465718', u'CALL_-1204465732')]
| null | null |
002a4f90
|
x64
|
O2
|
(translation_unit "void FUN_002a4f90(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/plugin.cc",0x606,"do_section_size");\n}\n\n" (function_definition "void FUN_002a4f90(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/plugin.cc",0x606,"do_section_size");\n}" primitive_type (function_declarator "FUN_002a4f90(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/plugin.cc",0x606,"do_section_size");\n}" { comment (expression_statement "FUN_001e9890("../../gold/plugin.cc",0x606,"do_section_size");" (call_expression "FUN_001e9890("../../gold/plugin.cc",0x606,"do_section_size")" identifier (argument_list "("../../gold/plugin.cc",0x606,"do_section_size")" ( (string_literal ""../../gold/plugin.cc"" " string_content ") , number_literal , (string_literal ""do_section_size"" " string_content ") ))) ;) })))
|
(translation_unit "/* DWARF original prototype: uint64_t do_section_size(Sized_pluginobj<32,_false> * this, uint\n param_1) */\n\nuint64_t __thiscall\ngold::Sized_pluginobj<32,_false>::do_section_size(Sized_pluginobj<32,_false> *this,uint param_1)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/plugin.cc",0x606,"do_section_size");\n}\n\n" comment (ERROR "uint64_t __thiscall\ngold::Sized_pluginobj<32,_false>::do_section_size(Sized_pluginobj<32,_false> *this,uint param_1)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/plugin.cc",0x606," primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::do_section_size(Sized_pluginobj<32,_false> *this,uint param_1)\n\n{" identifier > : : (function_declarator "do_section_size(Sized_pluginobj<32,_false> *this,uint param_1)" identifier (parameter_list "(Sized_pluginobj<32,_false> *this,uint param_1)" ( (parameter_declaration "Sized_pluginobj" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint param_1" type_identifier identifier) ))) {) comment identifier ( (string_literal ""../../gold/plugin.cc"" " string_content ") , number_literal ,) (expression_statement ""do_section_size");" (string_literal ""do_section_size"" " string_content ") (ERROR ")" )) ;) (ERROR "}" }))
|
(translation_unit "void FUN_002a4f90(void)\n\n{\n \n FUN_001e9890("../../gold/plugin.cc",0x606,"do_section_size");\n}\n\n" (function_definition "void FUN_002a4f90(void)\n\n{\n \n FUN_001e9890("../../gold/plugin.cc",0x606,"do_section_size");\n}" primitive_type (function_declarator "FUN_002a4f90(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n FUN_001e9890("../../gold/plugin.cc",0x606,"do_section_size");\n}" { (expression_statement "FUN_001e9890("../../gold/plugin.cc",0x606,"do_section_size");" (call_expression "FUN_001e9890("../../gold/plugin.cc",0x606,"do_section_size")" identifier (argument_list "("../../gold/plugin.cc",0x606,"do_section_size")" ( (string_literal ""../../gold/plugin.cc"" " string_content ") , number_literal , (string_literal ""do_section_size"" " string_content ") ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
|
(function_definition "void FUN_002a4f90(void)\n\n{\n \n FUN_001e9890("../../gold/plugin.cc",0x606,"do_section_size");\n}" (primitive_type "void") (function_declarator "FUN_002a4f90(void)" (identifier "FUN_002a4f90") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n FUN_001e9890("../../gold/plugin.cc",0x606,"do_section_size");\n}" ({ "{") (expression_statement "FUN_001e9890("../../gold/plugin.cc",0x606,"do_section_size");" (call_expression "FUN_001e9890("../../gold/plugin.cc",0x606,"do_section_size")" (identifier "FUN_001e9890") (argument_list "("../../gold/plugin.cc",0x606,"do_section_size")" (( "(") (string_literal ""../../gold/plugin.cc"" (" """) (string_content "../../gold/plugin.cc") (" """)) (, ",") (number_literal "0x606") (, ",") (string_literal ""do_section_size"" (" """) (string_content "do_section_size") (" """)) () ")"))) (; ";")) (} "}")))
|
/* DWARF original prototype: uint64_t do_section_size(Sized_pluginobj<32,_false> * this, uint
param_1) */
uint64_t __thiscall
gold::Sized_pluginobj<32,_false>::do_section_size(Sized_pluginobj<32,_false> *this,uint param_1)
{
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/plugin.cc",0x606,"do_section_size");
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
| null |
void MASKED(void)
{
/* WARNING: Subroutine does not return */
FUN_001e9890("../../gold/plugin.cc",0x606,"do_section_size");
}
|
13817_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
|
find
|
FUN_00518830
|
/* std::wstring::find(wchar_t, unsigned long) const */
long __thiscall std::wstring::find(wstring *this,wchar_t param_1,ulong param_2)
{
long lVar1;
wchar_t *pwVar2;
long lVar3;
lVar1 = *(long *)this;
lVar3 = -1;
if (param_2 < *(ulong *)(lVar1 + -0x18)) {
pwVar2 = wmemchr((wchar_t *)(lVar1 + param_2 * 4),param_1,*(ulong *)(lVar1 + -0x18) - param_2);
if (pwVar2 != (wchar_t *)0x0) {
lVar3 = (long)pwVar2 - lVar1 >> 2;
}
}
return lVar3;
}
|
long FUN_00518830(long *param_1,wchar_t param_2,ulong param_3)
{
long lVar1;
wchar_t *pwVar2;
long lVar3;
lVar1 = *param_1;
lVar3 = -1;
if (param_3 < *(ulong *)(lVar1 + -0x18)) {
pwVar2 = wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3);
if (pwVar2 != (wchar_t *)0x0) {
lVar3 = (long)pwVar2 - lVar1 >> 2;
}
}
return lVar3;
}
|
PUSH RBP
PUSH RBX
MOV RBX,-0x1
SUB RSP,0x8
MOV RBP,qword ptr [RDI]
MOV RCX,qword ptr [RBP + -0x18]
CMP RDX,RCX
JNC 0x0051886d
MOV RAX,RDX
SUB RCX,RDX
MOV RDX,RCX
LEA RDI,[RBP + RAX*0x4]
CALL 0x001774d0
MOV RDX,RAX
SUB RDX,RBP
SAR RDX,0x2
TEST RAX,RAX
CMOVNZ RBX,RDX
ADD RSP,0x8
MOV RAX,RBX
POP RBX
POP RBP
RET
| null | null | null | null |
[(u'COPY_-1202812697', u'RETURN_-1202812672'), (u'CAST_-1202812568', u'CALL_-1202812785'), (u'INT_SUB_-1202812760', u'INT_SRIGHT_-1202812737'), ('const--1', u'COPY_-1202812871'), ('tmp_355', u'INT_SUB_-1202812796'), ('const--24', u'INT_ADD_-1202812827'), ('tmp_353', u'CAST_-1202812591'), (u'COPY_-1202812611', u'MULTIEQUAL_-1202812584'), ('tmp_87', u'CBRANCH_-1202812820'), ('tmp_355', u'INT_LESS_-1202812823'), (u'CAST_-1202812591', u'LOAD_-1202812849'), ('tmp_354', u'CALL_-1202812785'), ('const-0', u'INT_NOTEQUAL_-1202812716'), ('const-433', u'LOAD_-1202812849'), (u'CALL_-1202812785', u'CAST_-1202812554'), (u'INT_ADD_-1202812827', u'CAST_-1202812587'), ('const-0', u'RETURN_-1202812672'), (u'CAST_-1202812587', u'LOAD_-1202812843'), (u'LOAD_-1202812849', u'INT_SUB_-1202812760'), (u'INT_NOTEQUAL_-1202812716', u'CBRANCH_-1202812712'), (u'INT_LESS_-1202812823', u'CBRANCH_-1202812820'), ('const-2', u'INT_SRIGHT_-1202812737'), (u'CALL_-1202812785', u'INT_NOTEQUAL_-1202812716'), (u'INT_SUB_-1202812796', u'CALL_-1202812785'), ('const-4', u'INT_MULT_-1202812770'), ('tmp_355', u'INT_MULT_-1202812770'), (u'LOAD_-1202812849', u'INT_ADD_-1202812827'), (u'COPY_-1202812647', u'MULTIEQUAL_-1202812584'), (u'LOAD_-1202812849', u'INT_ADD_-1202812782'), (u'INT_SRIGHT_-1202812737', u'COPY_-1202812611'), (u'COPY_-1202812871', u'COPY_-1202812647'), ('tmp_288', u'CBRANCH_-1202812712'), (u'MULTIEQUAL_-1202812584', u'COPY_-1202812697'), (u'CAST_-1202812554', u'INT_SUB_-1202812760'), ('const-433', u'LOAD_-1202812843'), (u'LOAD_-1202812843', u'INT_LESS_-1202812823'), (u'INT_MULT_-1202812770', u'INT_ADD_-1202812782'), (u'INT_ADD_-1202812782', u'CAST_-1202812568'), (u'LOAD_-1202812843', u'INT_SUB_-1202812796')]
|
[(u'CAST_-1202812588', u'LOAD_-1202812843'), (u'COPY_-1202812697', u'RETURN_-1202812672'), (u'CAST_-1202812555', u'INT_SUB_-1202812760'), (u'INT_SUB_-1202812760', u'INT_SRIGHT_-1202812737'), ('const--1', u'COPY_-1202812871'), ('const--24', u'INT_ADD_-1202812827'), (u'COPY_-1202812611', u'MULTIEQUAL_-1202812584'), ('tmp_87', u'CBRANCH_-1202812820'), ('tmp_605', u'INT_LESS_-1202812823'), ('const-0', u'INT_NOTEQUAL_-1202812716'), ('const-2', u'INT_SRIGHT_-1202812737'), ('const-0', u'RETURN_-1202812672'), ('tmp_607', u'CALL_-1202812785'), (u'LOAD_-1202812849', u'INT_SUB_-1202812760'), ('const-433', u'LOAD_-1202812849'), (u'INT_NOTEQUAL_-1202812716', u'CBRANCH_-1202812712'), (u'INT_LESS_-1202812823', u'CBRANCH_-1202812820'), (u'CALL_-1202812785', u'INT_NOTEQUAL_-1202812716'), (u'INT_SUB_-1202812796', u'CALL_-1202812785'), ('const-433', u'LOAD_-1202812843'), ('tmp_604', u'LOAD_-1202812849'), ('const-4', u'INT_MULT_-1202812770'), ('tmp_605', u'INT_SUB_-1202812796'), (u'INT_ADD_-1202812827', u'CAST_-1202812588'), (u'LOAD_-1202812849', u'INT_ADD_-1202812827'), (u'INT_ADD_-1202812782', u'CAST_-1202812569'), (u'COPY_-1202812647', u'MULTIEQUAL_-1202812584'), ('tmp_605', u'INT_MULT_-1202812770'), (u'LOAD_-1202812849', u'INT_ADD_-1202812782'), (u'INT_SRIGHT_-1202812737', u'COPY_-1202812611'), (u'COPY_-1202812871', u'COPY_-1202812647'), ('tmp_288', u'CBRANCH_-1202812712'), (u'MULTIEQUAL_-1202812584', u'COPY_-1202812697'), (u'CAST_-1202812569', u'CALL_-1202812785'), (u'LOAD_-1202812843', u'INT_LESS_-1202812823'), (u'INT_MULT_-1202812770', u'INT_ADD_-1202812782'), (u'CALL_-1202812785', u'CAST_-1202812555'), (u'LOAD_-1202812843', u'INT_SUB_-1202812796')]
| null | null |
00518830
|
x64
|
O2
|
(translation_unit "long FUN_00518830(long *param_1,wchar_t param_2,ulong param_3)\n\n{\n long lVar1;\n wchar_t *pwVar2;\n long lVar3;\n \n lVar1 = *param_1;\n lVar3 = -1;\n if (param_3 < *(ulong *)(lVar1 + -0x18)) {\n pwVar2 = wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3);\n if (pwVar2 != (wchar_t *)0x0) {\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }\n }\n return lVar3;\n}\n\n" (function_definition "long FUN_00518830(long *param_1,wchar_t param_2,ulong param_3)\n\n{\n long lVar1;\n wchar_t *pwVar2;\n long lVar3;\n \n lVar1 = *param_1;\n lVar3 = -1;\n if (param_3 < *(ulong *)(lVar1 + -0x18)) {\n pwVar2 = wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3);\n if (pwVar2 != (wchar_t *)0x0) {\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }\n }\n return lVar3;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_00518830(long *param_1,wchar_t param_2,ulong param_3)" identifier (parameter_list "(long *param_1,wchar_t param_2,ulong param_3)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "wchar_t param_2" type_identifier identifier) , (parameter_declaration "ulong param_3" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n wchar_t *pwVar2;\n long lVar3;\n \n lVar1 = *param_1;\n lVar3 = -1;\n if (param_3 < *(ulong *)(lVar1 + -0x18)) {\n pwVar2 = wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3);\n if (pwVar2 != (wchar_t *)0x0) {\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }\n }\n return lVar3;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "wchar_t *pwVar2;" type_identifier (pointer_declarator "*pwVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *param_1;" (assignment_expression "lVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "lVar3 = -1;" (assignment_expression "lVar3 = -1" identifier = number_literal) ;) (if_statement "if (param_3 < *(ulong *)(lVar1 + -0x18)) {\n pwVar2 = wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3);\n if (pwVar2 != (wchar_t *)0x0) {\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }\n }" if (parenthesized_expression "(param_3 < *(ulong *)(lVar1 + -0x18))" ( (binary_expression "param_3 < *(ulong *)(lVar1 + -0x18)" identifier < (pointer_expression "*(ulong *)(lVar1 + -0x18)" * (cast_expression "(ulong *)(lVar1 + -0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + -0x18)" ( (binary_expression "lVar1 + -0x18" identifier + number_literal) ))))) )) (compound_statement "{\n pwVar2 = wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3);\n if (pwVar2 != (wchar_t *)0x0) {\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }\n }" { (expression_statement "pwVar2 = wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3);" (assignment_expression "pwVar2 = wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3)" identifier = (call_expression "wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3)" identifier (argument_list "((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3)" ( (cast_expression "(wchar_t *)(lVar1 + param_3 * 4)" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + param_3 * 4)" ( (binary_expression "lVar1 + param_3 * 4" identifier + (binary_expression "param_3 * 4" identifier * number_literal)) ))) , identifier , (binary_expression "*(ulong *)(lVar1 + -0x18) - param_3" (pointer_expression "*(ulong *)(lVar1 + -0x18)" * (cast_expression "(ulong *)(lVar1 + -0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + -0x18)" ( (binary_expression "lVar1 + -0x18" identifier + number_literal) )))) - identifier) )))) ;) (if_statement "if (pwVar2 != (wchar_t *)0x0) {\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }" if (parenthesized_expression "(pwVar2 != (wchar_t *)0x0)" ( (binary_expression "pwVar2 != (wchar_t *)0x0" identifier != (cast_expression "(wchar_t *)0x0" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }" { (expression_statement "lVar3 = (long)pwVar2 - lVar1 >> 2;" (assignment_expression "lVar3 = (long)pwVar2 - lVar1 >> 2" identifier = (binary_expression "(long)pwVar2 - lVar1 >> 2" (binary_expression "(long)pwVar2 - lVar1" (cast_expression "(long)pwVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - identifier) >> number_literal)) ;) })) })) (return_statement "return lVar3;" return identifier ;) })))
|
(translation_unit "/* std::wstring::find(wchar_t, unsigned long) const */\n\nlong __thiscall std::wstring::find(wstring *this,wchar_t param_1,ulong param_2)\n\n{\n long lVar1;\n wchar_t *pwVar2;\n long lVar3;\n \n lVar1 = *(long *)this;\n lVar3 = -1;\n if (param_2 < *(ulong *)(lVar1 + -0x18)) {\n pwVar2 = wmemchr((wchar_t *)(lVar1 + param_2 * 4),param_1,*(ulong *)(lVar1 + -0x18) - param_2);\n if (pwVar2 != (wchar_t *)0x0) {\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }\n }\n return lVar3;\n}\n\n" comment (function_definition "long __thiscall std::wstring::find(wstring *this,wchar_t param_1,ulong param_2)\n\n{\n long lVar1;\n wchar_t *pwVar2;\n long lVar3;\n \n lVar1 = *(long *)this;\n lVar3 = -1;\n if (param_2 < *(ulong *)(lVar1 + -0x18)) {\n pwVar2 = wmemchr((wchar_t *)(lVar1 + param_2 * 4),param_1,*(ulong *)(lVar1 + -0x18) - param_2);\n if (pwVar2 != (wchar_t *)0x0) {\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }\n }\n return lVar3;\n}" (sized_type_specifier "long" long) (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wstring::" identifier : : identifier : :) (function_declarator "find(wstring *this,wchar_t param_1,ulong param_2)" identifier (parameter_list "(wstring *this,wchar_t param_1,ulong param_2)" ( (parameter_declaration "wstring *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "wchar_t param_1" type_identifier identifier) , (parameter_declaration "ulong param_2" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n wchar_t *pwVar2;\n long lVar3;\n \n lVar1 = *(long *)this;\n lVar3 = -1;\n if (param_2 < *(ulong *)(lVar1 + -0x18)) {\n pwVar2 = wmemchr((wchar_t *)(lVar1 + param_2 * 4),param_1,*(ulong *)(lVar1 + -0x18) - param_2);\n if (pwVar2 != (wchar_t *)0x0) {\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }\n }\n return lVar3;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "wchar_t *pwVar2;" type_identifier (pointer_declarator "*pwVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *(long *)this;" (assignment_expression "lVar1 = *(long *)this" identifier = (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "lVar3 = -1;" (assignment_expression "lVar3 = -1" identifier = number_literal) ;) (if_statement "if (param_2 < *(ulong *)(lVar1 + -0x18)) {\n pwVar2 = wmemchr((wchar_t *)(lVar1 + param_2 * 4),param_1,*(ulong *)(lVar1 + -0x18) - param_2);\n if (pwVar2 != (wchar_t *)0x0) {\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }\n }" if (parenthesized_expression "(param_2 < *(ulong *)(lVar1 + -0x18))" ( (binary_expression "param_2 < *(ulong *)(lVar1 + -0x18)" identifier < (pointer_expression "*(ulong *)(lVar1 + -0x18)" * (cast_expression "(ulong *)(lVar1 + -0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + -0x18)" ( (binary_expression "lVar1 + -0x18" identifier + number_literal) ))))) )) (compound_statement "{\n pwVar2 = wmemchr((wchar_t *)(lVar1 + param_2 * 4),param_1,*(ulong *)(lVar1 + -0x18) - param_2);\n if (pwVar2 != (wchar_t *)0x0) {\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }\n }" { (expression_statement "pwVar2 = wmemchr((wchar_t *)(lVar1 + param_2 * 4),param_1,*(ulong *)(lVar1 + -0x18) - param_2);" (assignment_expression "pwVar2 = wmemchr((wchar_t *)(lVar1 + param_2 * 4),param_1,*(ulong *)(lVar1 + -0x18) - param_2)" identifier = (call_expression "wmemchr((wchar_t *)(lVar1 + param_2 * 4),param_1,*(ulong *)(lVar1 + -0x18) - param_2)" identifier (argument_list "((wchar_t *)(lVar1 + param_2 * 4),param_1,*(ulong *)(lVar1 + -0x18) - param_2)" ( (cast_expression "(wchar_t *)(lVar1 + param_2 * 4)" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + param_2 * 4)" ( (binary_expression "lVar1 + param_2 * 4" identifier + (binary_expression "param_2 * 4" identifier * number_literal)) ))) , identifier , (binary_expression "*(ulong *)(lVar1 + -0x18) - param_2" (pointer_expression "*(ulong *)(lVar1 + -0x18)" * (cast_expression "(ulong *)(lVar1 + -0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + -0x18)" ( (binary_expression "lVar1 + -0x18" identifier + number_literal) )))) - identifier) )))) ;) (if_statement "if (pwVar2 != (wchar_t *)0x0) {\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }" if (parenthesized_expression "(pwVar2 != (wchar_t *)0x0)" ( (binary_expression "pwVar2 != (wchar_t *)0x0" identifier != (cast_expression "(wchar_t *)0x0" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }" { (expression_statement "lVar3 = (long)pwVar2 - lVar1 >> 2;" (assignment_expression "lVar3 = (long)pwVar2 - lVar1 >> 2" identifier = (binary_expression "(long)pwVar2 - lVar1 >> 2" (binary_expression "(long)pwVar2 - lVar1" (cast_expression "(long)pwVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - identifier) >> number_literal)) ;) })) })) (return_statement "return lVar3;" return identifier ;) })))
|
(translation_unit "long FUN_00518830(long *param_1,wchar_t param_2,ulong param_3)\n\n{\n long lVar1;\n wchar_t *pwVar2;\n long lVar3;\n \n lVar1 = *param_1;\n lVar3 = -1;\n if (param_3 < *(ulong *)(lVar1 + -0x18)) {\n pwVar2 = wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3);\n if (pwVar2 != (wchar_t *)0x0) {\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }\n }\n return lVar3;\n}\n\n" (function_definition "long FUN_00518830(long *param_1,wchar_t param_2,ulong param_3)\n\n{\n long lVar1;\n wchar_t *pwVar2;\n long lVar3;\n \n lVar1 = *param_1;\n lVar3 = -1;\n if (param_3 < *(ulong *)(lVar1 + -0x18)) {\n pwVar2 = wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3);\n if (pwVar2 != (wchar_t *)0x0) {\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }\n }\n return lVar3;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_00518830(long *param_1,wchar_t param_2,ulong param_3)" identifier (parameter_list "(long *param_1,wchar_t param_2,ulong param_3)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "wchar_t param_2" type_identifier identifier) , (parameter_declaration "ulong param_3" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n wchar_t *pwVar2;\n long lVar3;\n \n lVar1 = *param_1;\n lVar3 = -1;\n if (param_3 < *(ulong *)(lVar1 + -0x18)) {\n pwVar2 = wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3);\n if (pwVar2 != (wchar_t *)0x0) {\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }\n }\n return lVar3;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "wchar_t *pwVar2;" type_identifier (pointer_declarator "*pwVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *param_1;" (assignment_expression "lVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "lVar3 = -1;" (assignment_expression "lVar3 = -1" identifier = number_literal) ;) (if_statement "if (param_3 < *(ulong *)(lVar1 + -0x18)) {\n pwVar2 = wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3);\n if (pwVar2 != (wchar_t *)0x0) {\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }\n }" if (parenthesized_expression "(param_3 < *(ulong *)(lVar1 + -0x18))" ( (binary_expression "param_3 < *(ulong *)(lVar1 + -0x18)" identifier < (pointer_expression "*(ulong *)(lVar1 + -0x18)" * (cast_expression "(ulong *)(lVar1 + -0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + -0x18)" ( (binary_expression "lVar1 + -0x18" identifier + number_literal) ))))) )) (compound_statement "{\n pwVar2 = wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3);\n if (pwVar2 != (wchar_t *)0x0) {\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }\n }" { (expression_statement "pwVar2 = wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3);" (assignment_expression "pwVar2 = wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3)" identifier = (call_expression "wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3)" identifier (argument_list "((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3)" ( (cast_expression "(wchar_t *)(lVar1 + param_3 * 4)" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + param_3 * 4)" ( (binary_expression "lVar1 + param_3 * 4" identifier + (binary_expression "param_3 * 4" identifier * number_literal)) ))) , identifier , (binary_expression "*(ulong *)(lVar1 + -0x18) - param_3" (pointer_expression "*(ulong *)(lVar1 + -0x18)" * (cast_expression "(ulong *)(lVar1 + -0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + -0x18)" ( (binary_expression "lVar1 + -0x18" identifier + number_literal) )))) - identifier) )))) ;) (if_statement "if (pwVar2 != (wchar_t *)0x0) {\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }" if (parenthesized_expression "(pwVar2 != (wchar_t *)0x0)" ( (binary_expression "pwVar2 != (wchar_t *)0x0" identifier != (cast_expression "(wchar_t *)0x0" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }" { (expression_statement "lVar3 = (long)pwVar2 - lVar1 >> 2;" (assignment_expression "lVar3 = (long)pwVar2 - lVar1 >> 2" identifier = (binary_expression "(long)pwVar2 - lVar1 >> 2" (binary_expression "(long)pwVar2 - lVar1" (cast_expression "(long)pwVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - identifier) >> number_literal)) ;) })) })) (return_statement "return lVar3;" return identifier ;) })))
|
(translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression IDENT * LIT)) ))) , IDENT , (binary_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 != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - IDENT) >> LIT)) ;) })) })) (return_statement return IDENT ;) })))
|
(function_definition "long FUN_00518830(long *param_1,wchar_t param_2,ulong param_3)\n\n{\n long lVar1;\n wchar_t *pwVar2;\n long lVar3;\n \n lVar1 = *param_1;\n lVar3 = -1;\n if (param_3 < *(ulong *)(lVar1 + -0x18)) {\n pwVar2 = wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3);\n if (pwVar2 != (wchar_t *)0x0) {\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }\n }\n return lVar3;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_00518830(long *param_1,wchar_t param_2,ulong param_3)" (identifier "FUN_00518830") (parameter_list "(long *param_1,wchar_t param_2,ulong param_3)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "wchar_t param_2" (type_identifier "wchar_t") (identifier "param_2")) (, ",") (parameter_declaration "ulong param_3" (type_identifier "ulong") (identifier "param_3")) () ")"))) (compound_statement "{\n long lVar1;\n wchar_t *pwVar2;\n long lVar3;\n \n lVar1 = *param_1;\n lVar3 = -1;\n if (param_3 < *(ulong *)(lVar1 + -0x18)) {\n pwVar2 = wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3);\n if (pwVar2 != (wchar_t *)0x0) {\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }\n }\n return lVar3;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "wchar_t *pwVar2;" (type_identifier "wchar_t") (pointer_declarator "*pwVar2" (* "*") (identifier "pwVar2")) (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (expression_statement "lVar1 = *param_1;" (assignment_expression "lVar1 = *param_1" (identifier "lVar1") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "lVar3 = -1;" (assignment_expression "lVar3 = -1" (identifier "lVar3") (= "=") (number_literal "-1")) (; ";")) (if_statement "if (param_3 < *(ulong *)(lVar1 + -0x18)) {\n pwVar2 = wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3);\n if (pwVar2 != (wchar_t *)0x0) {\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }\n }" (if "if") (parenthesized_expression "(param_3 < *(ulong *)(lVar1 + -0x18))" (( "(") (binary_expression "param_3 < *(ulong *)(lVar1 + -0x18)" (identifier "param_3") (< "<") (pointer_expression "*(ulong *)(lVar1 + -0x18)" (* "*") (cast_expression "(ulong *)(lVar1 + -0x18)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + -0x18)" (( "(") (binary_expression "lVar1 + -0x18" (identifier "lVar1") (+ "+") (number_literal "-0x18")) () ")"))))) () ")")) (compound_statement "{\n pwVar2 = wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3);\n if (pwVar2 != (wchar_t *)0x0) {\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }\n }" ({ "{") (expression_statement "pwVar2 = wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3);" (assignment_expression "pwVar2 = wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3)" (identifier "pwVar2") (= "=") (call_expression "wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3)" (identifier "wmemchr") (argument_list "((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3)" (( "(") (cast_expression "(wchar_t *)(lVar1 + param_3 * 4)" (( "(") (type_descriptor "wchar_t *" (type_identifier "wchar_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + param_3 * 4)" (( "(") (binary_expression "lVar1 + param_3 * 4" (identifier "lVar1") (+ "+") (binary_expression "param_3 * 4" (identifier "param_3") (* "*") (number_literal "4"))) () ")"))) (, ",") (identifier "param_2") (, ",") (binary_expression "*(ulong *)(lVar1 + -0x18) - param_3" (pointer_expression "*(ulong *)(lVar1 + -0x18)" (* "*") (cast_expression "(ulong *)(lVar1 + -0x18)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + -0x18)" (( "(") (binary_expression "lVar1 + -0x18" (identifier "lVar1") (+ "+") (number_literal "-0x18")) () ")")))) (- "-") (identifier "param_3")) () ")")))) (; ";")) (if_statement "if (pwVar2 != (wchar_t *)0x0) {\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }" (if "if") (parenthesized_expression "(pwVar2 != (wchar_t *)0x0)" (( "(") (binary_expression "pwVar2 != (wchar_t *)0x0" (identifier "pwVar2") (!= "!=") (cast_expression "(wchar_t *)0x0" (( "(") (type_descriptor "wchar_t *" (type_identifier "wchar_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n lVar3 = (long)pwVar2 - lVar1 >> 2;\n }" ({ "{") (expression_statement "lVar3 = (long)pwVar2 - lVar1 >> 2;" (assignment_expression "lVar3 = (long)pwVar2 - lVar1 >> 2" (identifier "lVar3") (= "=") (binary_expression "(long)pwVar2 - lVar1 >> 2" (binary_expression "(long)pwVar2 - lVar1" (cast_expression "(long)pwVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pwVar2")) (- "-") (identifier "lVar1")) (>> ">>") (number_literal "2"))) (; ";")) (} "}"))) (} "}"))) (return_statement "return lVar3;" (return "return") (identifier "lVar3") (; ";")) (} "}")))
|
/* std::wstring::find(wchar_t, unsigned long) const */
long __thiscall std::type_1::function_1(type_1 *this,type_2 param_1,type_3 var_1)
{
long var_2;
type_2 *var_4;
long lVar3;
var_2 = *(long *)this;
lVar3 = -1;
if (var_1 < *(type_3 *)(var_2 + -0x18)) {
var_4 = var_3((type_2 *)(var_2 + var_1 * 4),param_1,*(type_3 *)(var_2 + -0x18) - var_1);
if (var_4 != (type_2 *)0x0) {
lVar3 = (long)var_4 - var_2 >> 2;
}
}
return lVar3;
}
| null |
(translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) (identifier) (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)) right: (number_literal)))))))) (return_statement (identifier)))))
| null |
long MASKED(long *param_1,wchar_t param_2,ulong param_3)
{
long lVar1;
wchar_t *pwVar2;
long lVar3;
lVar1 = *param_1;
lVar3 = -1;
if (param_3 < *(ulong *)(lVar1 + -0x18)) {
pwVar2 = wmemchr((wchar_t *)(lVar1 + param_3 * 4),param_2,*(ulong *)(lVar1 + -0x18) - param_3);
if (pwVar2 != (wchar_t *)0x0) {
lVar3 = (long)pwVar2 - lVar1 >> 2;
}
}
return lVar3;
}
|
1811_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
|
~Struct_trace_symbol
|
FUN_0015d810
|
/* DWARF original prototype: void ~Struct_trace_symbol(Struct_trace_symbol * this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_trace_symbol::~Struct_trace_symbol
(Struct_trace_symbol *this,int __in_chrg)
{
pointer pcVar1;
(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_004435d0;
std::
_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::hash<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>
::~_Hashtable((_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::hash<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>
*)&this->value,__in_chrg);
pcVar1 = (this->option).longname._M_dataplus._M_p;
if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*)pcVar1 != &(this->option).longname.field_2) {
operator_delete(pcVar1);
return;
}
return;
}
|
void FUN_0015d810(undefined8 *param_1)
{
*param_1 = &PTR_FUN_004435d0;
FUN_0015d790();
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002f1e60();
return;
}
return;
}
|
LEA RAX,[0x4435d0]
PUSH RBX
MOV RBX,RDI
ADD RDI,0x68
MOV qword ptr [RDI + -0x68],RAX
ADD RBX,0x18
CALL 0x0015d790
MOV RDI,qword ptr [RBX + -0x10]
CMP RDI,RBX
JZ 0x0015d840
POP RBX
JMP 0x002f1e60
POP RBX
RET
| null | null | null | null |
[('tmp_158', u'CALL_-1207248822'), (u'PTRSUB_-1207248693', u'INT_NOTEQUAL_-1207248799'), ('const-0', u'RETURN_-1207248766'), (u'PTRSUB_-1207248706', u'PTRSUB_-1207248701'), ('tmp_157', u'PTRSUB_-1207248701'), ('tmp_157', u'PTRSUB_-1207248706'), ('tmp_157', u'PTRSUB_-1207248690'), ('const-0', u'PTRSUB_-1207248696'), (u'PTRSUB_-1207248711', u'CAST_-1207248688'), (u'PTRSUB_-1207248701', u'STORE_-1207248846'), ('const-0', u'PTRSUB_-1207248708'), (u'INT_NOTEQUAL_-1207248799', u'CBRANCH_-1207248798'), (u'CAST_-1207248697', u'STORE_-1207248846'), ('const-8', u'PTRSUB_-1207248690'), (u'PTRSUB_-1207248701', u'PTRSUB_-1207248696'), (u'PTRSUB_-1207248708', u'CAST_-1207248697'), (u'PTRSUB_-1207248683', u'LOAD_-1207248820'), (u'PTRSUB_-1207248689', u'PTRSUB_-1207248685'), ('const-0', u'PTRSUB_-1207248685'), ('tmp_116', u'CBRANCH_-1207248798'), ('const-0', u'PTRSUB_-1207248706'), ('tmp_157', u'PTRSUB_-1207248711'), ('const-0', u'RETURN_-1207248784'), ('const-8', u'PTRSUB_-1207248701'), ('const-0', u'PTRSUB_-1207248701'), ('const-433', u'LOAD_-1207248820'), ('const-433', u'STORE_-1207248846'), ('const-104', u'PTRSUB_-1207248711'), (u'LOAD_-1207248820', u'CAST_-1207248678'), ('const-0', u'PTRSUB_-1207248689'), (u'CAST_-1207248678', u'INT_NOTEQUAL_-1207248799'), ('const-4470224', u'PTRSUB_-1207248708'), (u'PTRSUB_-1207248685', u'PTRSUB_-1207248683'), (u'LOAD_-1207248820', u'CALL_-1207248788'), (u'PTRSUB_-1207248690', u'PTRSUB_-1207248689'), (u'PTRSUB_-1207248696', u'PTRSUB_-1207248693'), ('const-16', u'PTRSUB_-1207248693'), (u'CAST_-1207248688', u'CALL_-1207248822'), ('const-0', u'PTRSUB_-1207248683')]
|
[(u'CAST_-1207248696', u'INT_NOTEQUAL_-1207248799'), (u'PTRADD_-1207248696', u'LOAD_-1207248820'), ('tmp_116', u'CBRANCH_-1207248798'), ('const-0', u'RETURN_-1207248766'), ('const-0', u'RETURN_-1207248784'), ('const-8', u'PTRADD_-1207248696'), (u'PTRSUB_-1207248710', u'STORE_-1207248846'), ('const-433', u'STORE_-1207248846'), (u'LOAD_-1207248820', u'CAST_-1207248696'), ('const-3', u'PTRADD_-1207248706'), ('const-4470224', u'PTRSUB_-1207248710'), ('const-433', u'LOAD_-1207248820'), ('const-1', u'PTRADD_-1207248696'), (u'PTRADD_-1207248706', u'INT_NOTEQUAL_-1207248799'), (u'INT_NOTEQUAL_-1207248799', u'CBRANCH_-1207248798'), ('tmp_227', u'STORE_-1207248846'), ('tmp_227', u'PTRADD_-1207248696'), ('const-8', u'PTRADD_-1207248706'), ('const-0', u'PTRSUB_-1207248710'), ('tmp_227', u'PTRADD_-1207248706')]
| null | null |
0015d810
|
x64
|
O2
|
(translation_unit "void FUN_0015d810(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004435d0;\n FUN_0015d790();\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0015d810(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004435d0;\n FUN_0015d790();\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_0015d810(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_004435d0;\n FUN_0015d790();\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_004435d0;" (assignment_expression "*param_1 = &PTR_FUN_004435d0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_004435d0" & identifier)) ;) (expression_statement "FUN_0015d790();" (call_expression "FUN_0015d790()" identifier (argument_list "()" ( ))) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n return;\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_002f1e60();\n return;\n }" { (expression_statement "FUN_002f1e60();" (call_expression "FUN_002f1e60()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void ~Struct_trace_symbol(Struct_trace_symbol * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_trace_symbol::~Struct_trace_symbol\n (Struct_trace_symbol *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_004435d0;\n std::\n _Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::hash<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n ::~_Hashtable((_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::hash<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->value,__in_chrg);\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::General_options::Struct_trace_symbol::~Struct_trace_symbol\n (Struct_trace_symbol *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_004435d0;\n std::\n _Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::hash<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n ::~_Hashtable((_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::hash<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->value,__in_chrg);\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_trace_symbol::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_trace_symbol\n (Struct_trace_symbol *this,int __in_chrg)" identifier (parameter_list "(Struct_trace_symbol *this,int __in_chrg)" ( (parameter_declaration "Struct_trace_symbol *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_004435d0;\n std::\n _Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::hash<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n ::~_Hashtable((_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::hash<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->value,__in_chrg);\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_004435d0;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_004435d0" (field_expression "(this->super_Struct_var)._vptr_Struct_var" (parenthesized_expression "(this->super_Struct_var)" ( (field_expression "this->super_Struct_var" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR_parse_to_value_004435d0" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_004435d0" & identifier))) ;) (ERROR "std::\n _Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::hash<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::" (comma_expression "std::\n _Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std" identifier (ERROR "::\n _Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>" : : (binary_expression "_Hashtable<std" identifier < identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) >) , identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_>_>,_std" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (comma_expression "__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std" identifier (ERROR "::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>" : : (comma_expression "_Identity,_std" identifier , identifier) : : (binary_expression "equal_to<std" identifier < identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) >) , identifier) : : (binary_expression "hash<std" identifier < identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_>_>,_std" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : :) (labeled_statement "__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n ::~_Hashtable((_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::hash<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->value,__in_chrg);" statement_identifier (ERROR "::_Mod_range_hashing,_std:" : : (comma_expression "_Mod_range_hashing,_std" identifier , identifier) :) : (labeled_statement "__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n ::~_Hashtable((_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::hash<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->value,__in_chrg);" statement_identifier (ERROR "::_Default_ranged_hash,_std:" : : (comma_expression "_Default_ranged_hash,_std" identifier , identifier) :) : (labeled_statement "__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n ::~_Hashtable((_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::hash<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->value,__in_chrg);" statement_identifier (ERROR "::_Prime_rehash_policy,_std:" : : (comma_expression "_Prime_rehash_policy,_std" identifier , identifier) :) : (labeled_statement "__detail::_Hashtable_traits<true,_true,_true>_>\n ::~_Hashtable((_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::hash<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->value,__in_chrg);" statement_identifier : (ERROR ":" :) (expression_statement "_Hashtable_traits<true,_true,_true>_>\n ::~_Hashtable((_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::hash<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->value,__in_chrg);" (comma_expression "_Hashtable_traits<true,_true,_true>_>\n ::~_Hashtable((_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::hash<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->value,__in_chrg)" (binary_expression "_Hashtable_traits<true" identifier < true) , (comma_expression "_true,_true>_>\n ::~_Hashtable((_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::hash<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->value,__in_chrg)" identifier , (binary_expression "_true>_>\n ::~_Hashtable((_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::hash<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->value,__in_chrg)" (binary_expression "_true>_" identifier > identifier) > (ERROR "::" : :) (unary_expression "~_Hashtable((_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::hash<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->value,__in_chrg)" ~ (call_expression "_Hashtable((_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::hash<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->value,__in_chrg)" identifier (argument_list "((_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::hash<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->value,__in_chrg)" ( (binary_expression "(_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::hash<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->value" (parenthesized_expression "(_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::hash<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)" ( (ERROR "_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::hash<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::" (comma_expression "_Hashtable<std::__cxx11::basic_string<char,_std" (binary_expression "_Hashtable<std::__cxx11::basic_string<char" (binary_expression "_Hashtable<std" identifier < identifier) (ERROR "::__cxx11::basic_string" : : identifier : : identifier) < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>,_std" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : identifier : : (comma_expression "_Identity,_std" identifier , identifier) : : (binary_expression "equal_to<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>,_std" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "hash<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>,_std" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : identifier : : (comma_expression "_Mod_range_hashing,_std" identifier , identifier) : : identifier : : (comma_expression "_Default_ranged_hash,_std" identifier , identifier) : : identifier : : (comma_expression "_Prime_rehash_policy,_std" identifier , identifier) : : identifier : :) (comma_expression "_Hashtable_traits<true,_true,_true>_>\n *" (binary_expression "_Hashtable_traits<true" identifier < true) , (comma_expression "_true,_true>_>\n *" identifier , (binary_expression "_true>_>\n *" (binary_expression "_true>_" identifier > identifier) > (pointer_expression "*" * identifier)))) )) & (field_expression "this->value" identifier -> field_identifier)) , identifier ))))))) ;))))) (expression_statement "pcVar1 = (this->option).longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->option).longname._M_dataplus._M_p" identifier = (field_expression "(this->option).longname._M_dataplus._M_p" (field_expression "(this->option).longname._M_dataplus" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->option).longname.field_2" & (field_expression "(this->option).longname.field_2" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n return;\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0015d810(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004435d0;\n FUN_0015d790();\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0015d810(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004435d0;\n FUN_0015d790();\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_0015d810(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_004435d0;\n FUN_0015d790();\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_004435d0;" (assignment_expression "*param_1 = &PTR_FUN_004435d0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_004435d0" & identifier)) ;) (expression_statement "FUN_0015d790();" (call_expression "FUN_0015d790()" identifier (argument_list "()" ( ))) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n return;\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_002f1e60();\n return;\n }" { (expression_statement "FUN_002f1e60();" (call_expression "FUN_002f1e60()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (return_statement return ;) })))
|
(function_definition "void FUN_0015d810(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004435d0;\n FUN_0015d790();\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0015d810(undefined8 *param_1)" (identifier "FUN_0015d810") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_004435d0;\n FUN_0015d790();\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n return;\n }\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_004435d0;" (assignment_expression "*param_1 = &PTR_FUN_004435d0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_004435d0" (& "&") (identifier "PTR_FUN_004435d0"))) (; ";")) (expression_statement "FUN_0015d790();" (call_expression "FUN_0015d790()" (identifier "FUN_0015d790") (argument_list "()" (( "(") () ")"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n return;\n }" (if "if") (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n FUN_002f1e60();\n return;\n }" ({ "{") (expression_statement "FUN_002f1e60();" (call_expression "FUN_002f1e60()" (identifier "FUN_002f1e60") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void ~Struct_trace_symbol(Struct_trace_symbol * this, int __in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1
(function_1 *this,int __in_chrg)
{
type_1 var_8;
(this->super_Struct_var)._vptr_Struct_var = (type_2 **)&PTR_parse_to_value_004435d0;
std::
var_4<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_3>,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_3>,_std::var_5<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_3>var_3>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_3>var_3>,_std::hash<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_3>var_3>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::var_1<true,var_2,var_2>var_3>
::~var_4((var_4<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_3>,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_3>,_std::var_5<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_3>var_3>,_std::__detail::_Identity,_std::equal_to<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_3>var_3>,_std::hash<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_3>var_3>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::var_1<true,var_2,var_2>var_3>
*)&this->value,__in_chrg);
var_8 = (this->option).longname._M_dataplus._M_p;
if ((anon_union_16_2_edb7204a_for_basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_3>var_7
*)var_8 != &(this->option).longname.field_2) {
var_9(var_8);
return;
}
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))) (return_statement))))
| null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_004435d0;
FUN_0015d790();
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002f1e60();
return;
}
return;
}
|
650_i686-kfreebsd-gnu-objdump_and_i686-kfreebsd-gnu-objdump_strip.c
|
getc
|
getc
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int getc(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* getc@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int getc(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1207262158')]
|
[('const-1', u'RETURN_-1207262158')]
| null | null |
0015a428
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint getc(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int getc(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\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 /* 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 getc(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* getc@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int getc(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* getc@@GLIBC_2.2.5 */\n halt_baddata();\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 /* WARNING: Bad instruction - Truncating control flow here */\n /* getc@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "int getc(FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int getc(FILE *__stream)\n\n{\n \n halt_baddata();\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 \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "int getc(FILE *__stream)\n\n{\n \n halt_baddata();\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 \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* getc@@GLIBC_2.2.5 */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
8_mktemp_and_mktemp_strip.c
|
strncmp
|
strncmp
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int strncmp(char *__s1,char *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(code *)PTR_strncmp_0010b040)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int strncmp(char *__s1,char *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(code *)PTR_strncmp_0010b040)();
return iVar1;
}
|
JMP qword ptr [0x0010b040]
| null | null | null | null |
[(u'CAST_-1206968115', u'CALLIND_-1206968184'), (u'CALLIND_-1206968184', u'INDIRECT_-1206968120'), ('const-0', u'RETURN_-1206968181'), (u'CALLIND_-1206968184', u'RETURN_-1206968181'), (u'INDIRECT_-1206968120', u'COPY_-1206968179'), ('tmp_44', u'CAST_-1206968115')]
|
[(u'CAST_-1206968115', u'CALLIND_-1206968184'), (u'CALLIND_-1206968184', u'INDIRECT_-1206968120'), ('const-0', u'RETURN_-1206968181'), (u'CALLIND_-1206968184', u'RETURN_-1206968181'), (u'INDIRECT_-1206968120', u'COPY_-1206968179'), ('tmp_44', u'CAST_-1206968115')]
| null | null |
00102080
|
x64
|
O2
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncmp_0010b040)();\n return iVar1;\n}\n\n" comment (function_definition "int strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncmp_0010b040)();\n return iVar1;\n}" primitive_type (function_declarator "strncmp(char *__s1,char *__s2,size_t __n)" identifier (parameter_list "(char *__s1,char *__s2,size_t __n)" ( (parameter_declaration "char *__s1" primitive_type (pointer_declarator "*__s1" * identifier)) , (parameter_declaration "char *__s2" primitive_type (pointer_declarator "*__s2" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncmp_0010b040)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_strncmp_0010b040)();" (assignment_expression "iVar1 = (*(code *)PTR_strncmp_0010b040)()" identifier = (call_expression "(*(code *)PTR_strncmp_0010b040)()" (parenthesized_expression "(*(code *)PTR_strncmp_0010b040)" ( (pointer_expression "*(code *)PTR_strncmp_0010b040" * (cast_expression "(code *)PTR_strncmp_0010b040" ( (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 strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncmp_0010b040)();\n return iVar1;\n}\n\n" comment (function_definition "int strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncmp_0010b040)();\n return iVar1;\n}" primitive_type (function_declarator "strncmp(char *__s1,char *__s2,size_t __n)" identifier (parameter_list "(char *__s1,char *__s2,size_t __n)" ( (parameter_declaration "char *__s1" primitive_type (pointer_declarator "*__s1" * identifier)) , (parameter_declaration "char *__s2" primitive_type (pointer_declarator "*__s2" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncmp_0010b040)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_strncmp_0010b040)();" (assignment_expression "iVar1 = (*(code *)PTR_strncmp_0010b040)()" identifier = (call_expression "(*(code *)PTR_strncmp_0010b040)()" (parenthesized_expression "(*(code *)PTR_strncmp_0010b040)" ( (pointer_expression "*(code *)PTR_strncmp_0010b040" * (cast_expression "(code *)PTR_strncmp_0010b040" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit "int strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncmp_0010b040)();\n return iVar1;\n}\n\n" (function_definition "int strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncmp_0010b040)();\n return iVar1;\n}" primitive_type (function_declarator "strncmp(char *__s1,char *__s2,size_t __n)" identifier (parameter_list "(char *__s1,char *__s2,size_t __n)" ( (parameter_declaration "char *__s1" primitive_type (pointer_declarator "*__s1" * identifier)) , (parameter_declaration "char *__s2" primitive_type (pointer_declarator "*__s2" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncmp_0010b040)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_strncmp_0010b040)();" (assignment_expression "iVar1 = (*(code *)PTR_strncmp_0010b040)()" identifier = (call_expression "(*(code *)PTR_strncmp_0010b040)()" (parenthesized_expression "(*(code *)PTR_strncmp_0010b040)" ( (pointer_expression "*(code *)PTR_strncmp_0010b040" * (cast_expression "(code *)PTR_strncmp_0010b040" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
|
(function_definition "int strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncmp_0010b040)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "strncmp(char *__s1,char *__s2,size_t __n)" (identifier "strncmp") (parameter_list "(char *__s1,char *__s2,size_t __n)" (( "(") (parameter_declaration "char *__s1" (primitive_type "char") (pointer_declarator "*__s1" (* "*") (identifier "__s1"))) (, ",") (parameter_declaration "char *__s2" (primitive_type "char") (pointer_declarator "*__s2" (* "*") (identifier "__s2"))) (, ",") (parameter_declaration "size_t __n" (primitive_type "size_t") (identifier "__n")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncmp_0010b040)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_strncmp_0010b040)();" (assignment_expression "iVar1 = (*(code *)PTR_strncmp_0010b040)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_strncmp_0010b040)()" (parenthesized_expression "(*(code *)PTR_strncmp_0010b040)" (( "(") (pointer_expression "*(code *)PTR_strncmp_0010b040" (* "*") (cast_expression "(code *)PTR_strncmp_0010b040" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_strncmp_0010b040"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__s1,char *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_strncmp_0010b040)();
return iVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
| null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__s1,char *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0010b040)();
return iVar1;
}
|
10048_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
|
~numpunct_byname
|
FUN_003369e0
|
/* std::numpunct_byname<wchar_t>::~numpunct_byname() */
void __thiscall std::numpunct_byname<wchar_t>::~numpunct_byname(numpunct_byname<wchar_t> *this)
{
*(undefined ***)this = &PTR__numpunct_byname_0043c8d0;
numpunct<wchar_t>::~numpunct((numpunct<wchar_t> *)this);
operator_delete(this);
return;
}
|
void FUN_003369e0(undefined8 *param_1)
{
*param_1 = &PTR_FUN_0043c8d0;
FUN_0031d9a0();
FUN_002dac60(param_1);
return;
}
|
LEA RAX,[0x43c8c0]
PUSH RBX
MOV RBX,RDI
ADD RAX,0x10
MOV qword ptr [RDI],RAX
CALL 0x0031d9a0
MOV RDI,RBX
POP RBX
JMP 0x002dac60
| null | null | null | null |
[('tmp_74', u'CALL_-1205048806'), (u'PTRSUB_-1205048728', u'STORE_-1205048831'), ('const-433', u'STORE_-1205048831'), ('const-0', u'RETURN_-1205048802'), ('tmp_74', u'CAST_-1205048729'), ('tmp_74', u'CAST_-1205048725'), ('const-0', u'PTRSUB_-1205048728'), (u'CAST_-1205048725', u'CALL_-1205048821'), (u'CAST_-1205048729', u'STORE_-1205048831'), ('const-4442320', u'PTRSUB_-1205048728')]
|
[('const-433', u'STORE_-1205048831'), (u'PTRSUB_-1205048728', u'STORE_-1205048831'), ('const-0', u'PTRSUB_-1205048728'), ('tmp_137', u'STORE_-1205048831'), ('tmp_137', u'CALL_-1205048806'), ('const-4442320', u'PTRSUB_-1205048728'), ('const-0', u'RETURN_-1205048802')]
| null | null |
003369e0
|
x64
|
O2
|
(translation_unit "void FUN_003369e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0043c8d0;\n FUN_0031d9a0();\n FUN_002dac60(param_1);\n return;\n}\n\n" (function_definition "void FUN_003369e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0043c8d0;\n FUN_0031d9a0();\n FUN_002dac60(param_1);\n return;\n}" primitive_type (function_declarator "FUN_003369e0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_0043c8d0;\n FUN_0031d9a0();\n FUN_002dac60(param_1);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_0043c8d0;" (assignment_expression "*param_1 = &PTR_FUN_0043c8d0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0043c8d0" & identifier)) ;) (expression_statement "FUN_0031d9a0();" (call_expression "FUN_0031d9a0()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_002dac60(param_1);" (call_expression "FUN_002dac60(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* std::numpunct_byname<wchar_t>::~numpunct_byname() */\n\nvoid __thiscall std::numpunct_byname<wchar_t>::~numpunct_byname(numpunct_byname<wchar_t> *this)\n\n{\n *(undefined ***)this = &PTR__numpunct_byname_0043c8d0;\n numpunct<wchar_t>::~numpunct((numpunct<wchar_t> *)this);\n operator_delete(this);\n return;\n}\n\n" comment (function_definition "void __thiscall std::numpunct_byname<wchar_t>::~numpunct_byname(numpunct_byname<wchar_t> *this)\n\n{\n *(undefined ***)this = &PTR__numpunct_byname_0043c8d0;\n numpunct<wchar_t>::~numpunct((numpunct<wchar_t> *)this);\n operator_delete(this);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::numpunct_byname<wchar_t>::~" identifier : : identifier < identifier > : : ~) (function_declarator "numpunct_byname(numpunct_byname<wchar_t> *this)" identifier (parameter_list "(numpunct_byname<wchar_t> *this)" ( (parameter_declaration "numpunct_byname<wchar_t> *this" type_identifier (ERROR "<wchar_t>" < identifier >) (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n *(undefined ***)this = &PTR__numpunct_byname_0043c8d0;\n numpunct<wchar_t>::~numpunct((numpunct<wchar_t> *)this);\n operator_delete(this);\n return;\n}" { (expression_statement "*(undefined ***)this = &PTR__numpunct_byname_0043c8d0;" (assignment_expression "*(undefined ***)this = &PTR__numpunct_byname_0043c8d0" (pointer_expression "*(undefined ***)this" * (cast_expression "(undefined ***)this" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) = (pointer_expression "&PTR__numpunct_byname_0043c8d0" & identifier)) ;) (expression_statement "numpunct<wchar_t>::~numpunct((numpunct<wchar_t> *)this);" (binary_expression "numpunct<wchar_t>::~numpunct((numpunct<wchar_t> *)this)" (binary_expression "numpunct<wchar_t" identifier < identifier) > (ERROR "::" : :) (unary_expression "~numpunct((numpunct<wchar_t> *)this)" ~ (call_expression "numpunct((numpunct<wchar_t> *)this)" identifier (argument_list "((numpunct<wchar_t> *)this)" ( (parenthesized_expression "(numpunct<wchar_t> *)this)" ( (binary_expression "numpunct<wchar_t> *)this" (binary_expression "numpunct<wchar_t" identifier < identifier) > (pointer_expression "*)this" * (ERROR ")" )) identifier)) )) ))))) ;) (expression_statement "operator_delete(this);" (call_expression "operator_delete(this)" identifier (argument_list "(this)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_003369e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0043c8d0;\n FUN_0031d9a0();\n FUN_002dac60(param_1);\n return;\n}\n\n" (function_definition "void FUN_003369e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0043c8d0;\n FUN_0031d9a0();\n FUN_002dac60(param_1);\n return;\n}" primitive_type (function_declarator "FUN_003369e0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_0043c8d0;\n FUN_0031d9a0();\n FUN_002dac60(param_1);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_0043c8d0;" (assignment_expression "*param_1 = &PTR_FUN_0043c8d0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0043c8d0" & identifier)) ;) (expression_statement "FUN_0031d9a0();" (call_expression "FUN_0031d9a0()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_002dac60(param_1);" (call_expression "FUN_002dac60(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_003369e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0043c8d0;\n FUN_0031d9a0();\n FUN_002dac60(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_003369e0(undefined8 *param_1)" (identifier "FUN_003369e0") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_0043c8d0;\n FUN_0031d9a0();\n FUN_002dac60(param_1);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_0043c8d0;" (assignment_expression "*param_1 = &PTR_FUN_0043c8d0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_0043c8d0" (& "&") (identifier "PTR_FUN_0043c8d0"))) (; ";")) (expression_statement "FUN_0031d9a0();" (call_expression "FUN_0031d9a0()" (identifier "FUN_0031d9a0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_002dac60(param_1);" (call_expression "FUN_002dac60(param_1)" (identifier "FUN_002dac60") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* std::numpunct_byname<wchar_t>::~numpunct_byname() */
void __thiscall std::function_1<var_2>::~function_1(function_1<var_2> *this)
{
*(type_1 ***)this = &PTR__numpunct_byname_0043c8d0;
var_1<var_2>::~var_1((var_1<var_2> *)this);
var_3(this);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
| null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_0043c8d0;
FUN_0031d9a0();
FUN_002dac60(param_1);
return;
}
|
2735_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
|
do_section_contents
|
FUN_00187920
|
/* DWARF original prototype: uchar * do_section_contents(Sized_relobj_incr<64,_false> * this, uint
shndx, section_size_type * plen, bool param_3) */
uchar * __thiscall
gold::Sized_relobj_incr<64,_false>::do_section_contents
(Sized_relobj_incr<64,_false> *this,uint shndx,section_size_type *plen,bool param_3)
{
Output_section *pOVar1;
uchar *puVar2;
Output_file *size;
long lVar3;
Output_file *this_1;
ulong start;
pOVar1 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.
super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl
._M_start[shndx];
if (pOVar1 == (Output_section *)0x0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/incremental.cc",0x8fa,"do_section_contents");
}
if (((pOVar1->super_Output_data).field_0x20 & 4) != 0) {
start = (ulong)(this->input_reader_).info_offset_;
lVar3 = (ulong)((shndx * 3 + -3) * 8) + 0x20 + start;
puVar2 = ((this->input_reader_).inputs_)->p_;
this_1 = *(Output_file **)(puVar2 + lVar3 + 0x10);
lVar3 = *(long *)(puVar2 + lVar3 + 8) + (pOVar1->super_Output_data).offset_;
*plen = (section_size_type)this_1;
size = (this->ibase_->super_Incremental_binary).output_;
if ((-1 < lVar3) &&
(this_1 = (Output_file *)((long)&this_1->name_ + lVar3), (long)this_1 <= size->file_size_)) {
return size->base_ + lVar3;
}
/* WARNING: Subroutine does not return */
Output_file::get_output_view((Output_file *)this,start,(size_t)size,this_1);
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0xe3,"offset");
}
|
long FUN_00187920(long param_1,uint param_2,long *param_3)
{
long lVar1;
long lVar2;
long lVar3;
lVar1 = *(long *)(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8);
if (lVar1 == 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/incremental.cc",0x8fa,"do_section_contents");
}
if ((*(byte *)(lVar1 + 0x20) & 4) != 0) {
lVar3 = (ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +
**(long **)(param_1 + 0x108);
lVar2 = *(long *)(lVar3 + 0x10);
lVar3 = *(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18);
*param_3 = lVar2;
lVar1 = *(long *)(*(long *)(param_1 + 0xf8) + 0x50);
if ((-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))) {
return lVar3 + *(long *)(lVar1 + 0x18);
}
/* WARNING: Subroutine does not return */
FUN_00182e30();
}
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/output.h",0xe3,"offset");
}
|
SUB RSP,0x8
MOV RAX,qword ptr [RDI + 0x50]
MOV ECX,ESI
MOV R8,qword ptr [RAX + RCX*0x8]
TEST R8,R8
JZ 0x001879a1
TEST byte ptr [R8 + 0x20],0x4
JZ 0x00187989
MOV RCX,qword ptr [RDI + 0x108]
LEA EAX,[RSI + RSI*0x2 + -0x3]
MOV ESI,dword ptr [RDI + 0x118]
SHL EAX,0x3
LEA RAX,[RAX + RSI*0x1 + 0x20]
ADD RAX,qword ptr [RCX]
MOV RCX,qword ptr [RAX + 0x10]
MOV RAX,qword ptr [RAX + 0x8]
ADD RAX,qword ptr [R8 + 0x18]
MOV qword ptr [RDX],RCX
MOV RDX,qword ptr [RDI + 0xf8]
MOV RDX,qword ptr [RDX + 0x50]
JS 0x00187984
ADD RCX,RAX
CMP RCX,qword ptr [RDX + 0x10]
JG 0x00187984
ADD RAX,qword ptr [RDX + 0x18]
ADD RSP,0x8
RET
CALL 0x00182e30
LEA RDX,[0x375342]
MOV ESI,0xe3
LEA RDI,[0x373454]
CALL 0x0017c650
LEA RDX,[0x3742d0]
MOV ESI,0x8fa
LEA RDI,[0x373468]
CALL 0x0017c650
| null | null | null | null |
[('const-433', u'LOAD_-1207469776'), (u'INT_NOTEQUAL_-1207469727', u'CBRANCH_-1207469724'), (u'INT_ZEXT_-1207469479', u'CALL_-1207469499'), ('const-1', u'RETURN_-1207469462'), (u'PTRSUB_-1207469406', u'PTRSUB_-1207469391'), (u'LOAD_-1207469629', u'MULTIEQUAL_-1207469383'), ('const-433', u'LOAD_-1207469740'), ('tmp_564', u'PTRSUB_-1207469334'), ('tmp_565', u'INT_MULT_-1207469430'), (u'INT_MULT_-1207469663', u'INT_ZEXT_-1207469493'), (u'CAST_-1207469295', u'MULTIEQUAL_-1207469383'), (u'LOAD_-1207469583', u'CAST_-1207469274'), (u'LOAD_-1207469641', u'PTRADD_-1207469567'), (u'LOAD_-1207469561', u'INT_SLESSEQUAL_-1207469532'), (u'COPY_-1207469329', u'CALL_-1207469435'), ('const-433', u'LOAD_-1207469723'), ('const-433', u'LOAD_-1207469704'), ('const-3625794', u'COPY_-1207469352'), (u'PTRSUB_-1207469368', u'PTRSUB_-1207469356'), (u'INT_AND_-1207469714', u'INT_NOTEQUAL_-1207469727'), ('const-80', u'PTRSUB_-1207469315'), ('const-80', u'PTRSUB_-1207469385'), (u'CAST_-1207469295', u'CAST_-1207469287'), ('tmp_564', u'PTRSUB_-1207469368'), (u'LOAD_-1207469629', u'CAST_-1207469313'), (u'CAST_-1207469287', u'INT_SLESSEQUAL_-1207469532'), ('const-1', u'RETURN_-1207469430'), (u'INT_ZEXT_-1207469493', u'INT_ADD_-1207469637'), (u'PTRSUB_-1207469366', u'PTRSUB_-1207469362'), ('const-1', u'RETURN_-1207469494'), ('const-0', u'PTRSUB_-1207469341'), (u'LOAD_-1207469593', u'PTRSUB_-1207469326'), ('const-0', u'PTRSUB_-1207469404'), (u'INT_ADD_-1207469635', u'INT_ADD_-1207469381'), (u'LOAD_-1207469764', u'PTRSUB_-1207469366'), ('const-264', u'PTRSUB_-1207469368'), ('const-8', u'INT_MULT_-1207469663'), (u'PTRADD_-1207469471', u'RETURN_-1207469500'), (u'INT_ADD_-1207469381', u'PTRADD_-1207469567'), ('const-3', u'INT_MULT_-1207469430'), ('tmp_564', u'PTRSUB_-1207469406'), (u'PTRSUB_-1207469362', u'LOAD_-1207469740'), (u'PTRSUB_-1207469315', u'LOAD_-1207469583'), ('const--1', u'INT_SLESS_-1207469598'), (u'PTRADD_-1207469567', u'CAST_-1207469327'), (u'CAST_-1207469274', u'CALL_-1207469499'), (u'PTRSUB_-1207469326', u'PTRSUB_-1207469315'), ('const-0', u'RETURN_-1207469500'), (u'INT_SLESS_-1207469598', u'CBRANCH_-1207469574'), ('tmp_565', u'INT_ZEXT_-1207469471'), (u'INT_ADD_-1207469593', u'INT_ADD_-1207469364'), ('tmp_366', u'CBRANCH_-1207469574'), (u'LOAD_-1207469583', u'PTRSUB_-1207469313'), ('const-0', u'PTRSUB_-1207469318'), (u'LOAD_-1207469535', u'PTRADD_-1207469471'), (u'PTRADD_-1207469377', u'LOAD_-1207469764'), (u'PTRSUB_-1207469306', u'LOAD_-1207469535'), (u'INT_ADD_-1207469593', u'INT_SLESS_-1207469598'), (u'PTRSUB_-1207469386', u'LOAD_-1207469776'), (u'LOAD_-1207469764', u'INT_EQUAL_-1207469745'), (u'PTRSUB_-1207469385', u'PTRSUB_-1207469404'), ('const-1', u'PTRADD_-1207469560'), ('const-433', u'LOAD_-1207469535'), (u'COPY_-1207469330', u'CALL_-1207469435'), ('const-24', u'PTRSUB_-1207469318'), (u'CAST_-1207469296', u'INT_ADD_-1207469364'), ('tmp_436', u'CBRANCH_-1207469540'), (u'LOAD_-1207469723', u'PTRSUB_-1207469341'), (u'INT_ADD_-1207469637', u'INT_ADD_-1207469635'), ('const-0', u'PTRSUB_-1207469380'), (u'PTRADD_-1207469560', u'CAST_-1207469322'), ('const-16', u'PTRSUB_-1207469313'), ('tmp_564', u'CAST_-1207469275'), ('const-433', u'STORE_-1207469597'), (u'LOAD_-1207469641', u'PTRADD_-1207469560'), ('const-3617896', u'COPY_-1207469330'), ('const-0', u'INT_EQUAL_-1207469745'), ('const-433', u'LOAD_-1207469611'), (u'INT_ZEXT_-1207469471', u'PTRADD_-1207469377'), (u'CAST_-1207469313', u'STORE_-1207469597'), ('const-433', u'LOAD_-1207469561'), (u'INT_ADD_-1207469376', u'PTRADD_-1207469560'), ('const-3621584', u'COPY_-1207469329'), (u'CAST_-1207469327', u'LOAD_-1207469629'), (u'LOAD_-1207469764', u'PTRSUB_-1207469321'), ('const-4294967293', u'INT_ADD_-1207469697'), ('tmp_566', u'STORE_-1207469597'), ('const-433', u'LOAD_-1207469641'), ('const-433', u'LOAD_-1207469764'), ('tmp_73', u'CBRANCH_-1207469743'), ('const-0', u'PTRSUB_-1207469366'), ('const-1', u'PTRADD_-1207469471'), (u'LOAD_-1207469611', u'INT_ADD_-1207469593'), ('const-3617876', u'COPY_-1207469355'), (u'PTRSUB_-1207469381', u'PTRSUB_-1207469380'), ('const-4', u'INT_AND_-1207469714'), (u'INT_ZEXT_-1207469479', u'INT_ADD_-1207469635'), ('const-433', u'LOAD_-1207469622'), (u'PTRSUB_-1207469321', u'PTRSUB_-1207469318'), ('const-2298', u'CALL_-1207469435'), ('const-0', u'PTRSUB_-1207469391'), ('const-16', u'PTRSUB_-1207469356'), ('const-8', u'PTRADD_-1207469377'), (u'MULTIEQUAL_-1207469383', u'CALL_-1207469499'), ('const-0', u'PTRSUB_-1207469321'), ('const-248', u'PTRSUB_-1207469334'), (u'PTRSUB_-1207469334', u'LOAD_-1207469593'), (u'LOAD_-1207469776', u'PTRADD_-1207469377'), (u'CAST_-1207469275', u'CALL_-1207469499'), ('const-227', u'CALL_-1207469467'), ('tmp_564', u'PTRSUB_-1207469381'), (u'PTRSUB_-1207469391', u'PTRSUB_-1207469385'), ('const-32', u'INT_ADD_-1207469637'), (u'INT_EQUAL_-1207469745', u'CBRANCH_-1207469743'), ('const-264', u'PTRSUB_-1207469381'), (u'PTRSUB_-1207469380', u'LOAD_-1207469723'), ('const-0', u'PTRSUB_-1207469386'), (u'LOAD_-1207469704', u'INT_ZEXT_-1207469479'), ('const-16', u'INT_ADD_-1207469381'), (u'PTRSUB_-1207469392', u'PTRSUB_-1207469386'), (u'LOAD_-1207469740', u'INT_AND_-1207469714'), ('tmp_105', u'CBRANCH_-1207469724'), (u'COPY_-1207469355', u'CALL_-1207469467'), (u'PTRSUB_-1207469318', u'CAST_-1207469296'), (u'PTRSUB_-1207469313', u'LOAD_-1207469561'), ('const-0', u'PTRSUB_-1207469326'), (u'CAST_-1207469322', u'LOAD_-1207469622'), (u'INT_ADD_-1207469635', u'INT_ADD_-1207469376'), (u'INT_ADD_-1207469593', u'PTRADD_-1207469471'), ('const-1', u'PTRADD_-1207469567'), (u'PTRSUB_-1207469318', u'LOAD_-1207469611'), ('const-0', u'PTRSUB_-1207469406'), (u'INT_ADD_-1207469364', u'CAST_-1207469295'), ('const-24', u'PTRSUB_-1207469306'), (u'PTRSUB_-1207469356', u'LOAD_-1207469704'), ('const-433', u'LOAD_-1207469593'), (u'INT_MULT_-1207469430', u'INT_ADD_-1207469697'), ('const-433', u'LOAD_-1207469583'), ('const-0', u'INT_NOTEQUAL_-1207469727'), (u'INT_SLESSEQUAL_-1207469532', u'CBRANCH_-1207469540'), ('const-0', u'PTRSUB_-1207469392'), (u'LOAD_-1207469583', u'PTRSUB_-1207469306'), (u'LOAD_-1207469629', u'PTRSUB_-1207469318'), (u'PTRSUB_-1207469341', u'LOAD_-1207469641'), ('const-8', u'INT_ADD_-1207469376'), ('const-433', u'LOAD_-1207469629'), ('const-32', u'PTRSUB_-1207469362'), (u'PTRSUB_-1207469404', u'PTRSUB_-1207469392'), (u'LOAD_-1207469622', u'INT_ADD_-1207469593'), (u'COPY_-1207469352', u'CALL_-1207469467'), (u'INT_ADD_-1207469697', u'INT_MULT_-1207469663')]
|
[(u'INT_NOTEQUAL_-1207469727', u'CBRANCH_-1207469724'), ('const-1', u'RETURN_-1207469462'), (u'LOAD_-1207469704', u'INT_ZEXT_-1207469482'), (u'INT_MULT_-1207469663', u'INT_ZEXT_-1207469493'), (u'LOAD_-1207469583', u'INT_ADD_-1207469545'), (u'INT_ADD_-1207469707', u'CAST_-1207469387'), ('tmp_805', u'INT_ADD_-1207469577'), (u'CAST_-1207469331', u'LOAD_-1207469583'), (u'LOAD_-1207469561', u'INT_SLESSEQUAL_-1207469532'), ('const-280', u'INT_ADD_-1207469688'), (u'COPY_-1207469359', u'CALL_-1207469467'), (u'INT_AND_-1207469714', u'INT_NOTEQUAL_-1207469727'), (u'INT_ADD_-1207469726', u'CAST_-1207469395'), (u'CAST_-1207469321', u'LOAD_-1207469561'), ('const-433', u'LOAD_-1207469611'), ('const-1', u'RETURN_-1207469430'), ('const-4294967293', u'INT_ADD_-1207469697'), (u'INT_ZEXT_-1207469493', u'INT_ADD_-1207469637'), ('const-1', u'RETURN_-1207469494'), ('const-3617896', u'COPY_-1207469334'), (u'INT_ADD_-1207469748', u'CAST_-1207469405'), ('const--1', u'INT_SLESS_-1207469598'), (u'COPY_-1207469334', u'CALL_-1207469435'), ('const-433', u'LOAD_-1207469622'), (u'INT_ADD_-1207469623', u'INT_ADD_-1207469606'), ('const-3617876', u'COPY_-1207469359'), (u'CAST_-1207469352', u'LOAD_-1207469622'), ('const-433', u'LOAD_-1207469629'), (u'INT_ADD_-1207469593', u'INT_ADD_-1207469555'), ('const-80', u'INT_ADD_-1207469567'), (u'COPY_-1207469333', u'CALL_-1207469435'), (u'INT_ADD_-1207469555', u'INT_SLESSEQUAL_-1207469532'), ('const-8', u'INT_MULT_-1207469663'), ('const-0', u'RETURN_-1207469500'), (u'INT_SLESS_-1207469598', u'CBRANCH_-1207469574'), ('tmp_366', u'CBRANCH_-1207469574'), (u'LOAD_-1207469641', u'INT_ADD_-1207469623'), ('const-433', u'LOAD_-1207469561'), ('tmp_809', u'STORE_-1207469597'), ('const-8', u'INT_MULT_-1207469736'), (u'INT_ADD_-1207469623', u'INT_ADD_-1207469613'), (u'INT_ADD_-1207469593', u'INT_SLESS_-1207469598'), (u'LOAD_-1207469764', u'INT_EQUAL_-1207469745'), (u'INT_ADD_-1207469517', u'RETURN_-1207469500'), ('const-16', u'INT_ADD_-1207469613'), ('const-264', u'INT_ADD_-1207469707'), ('tmp_436', u'CBRANCH_-1207469540'), (u'CAST_-1207469314', u'LOAD_-1207469535'), (u'INT_ADD_-1207469606', u'CAST_-1207469352'), (u'INT_ADD_-1207469637', u'INT_ADD_-1207469635'), ('const-433', u'LOAD_-1207469740'), (u'LOAD_-1207469583', u'INT_ADD_-1207469523'), (u'CAST_-1207469357', u'LOAD_-1207469629'), (u'INT_ADD_-1207469577', u'CAST_-1207469339'), ('const-433', u'LOAD_-1207469641'), ('const-0', u'INT_EQUAL_-1207469745'), ('const-227', u'CALL_-1207469467'), (u'LOAD_-1207469776', u'INT_ADD_-1207469748'), (u'LOAD_-1207469764', u'INT_ADD_-1207469599'), ('const-80', u'INT_ADD_-1207469760'), (u'INT_ADD_-1207469599', u'CAST_-1207469347'), (u'INT_ADD_-1207469545', u'CAST_-1207469321'), ('tmp_73', u'CBRANCH_-1207469743'), ('const-24', u'INT_ADD_-1207469523'), ('const-3625794', u'COPY_-1207469356'), (u'LOAD_-1207469611', u'INT_ADD_-1207469593'), (u'INT_ADD_-1207469613', u'CAST_-1207469357'), ('const-433', u'LOAD_-1207469583'), (u'LOAD_-1207469764', u'INT_ADD_-1207469726'), (u'CAST_-1207469405', u'LOAD_-1207469764'), (u'CAST_-1207469347', u'LOAD_-1207469611'), (u'INT_ADD_-1207469593', u'INT_ADD_-1207469517'), ('const-4', u'INT_AND_-1207469714'), ('const-433', u'LOAD_-1207469704'), ('const-248', u'INT_ADD_-1207469577'), (u'LOAD_-1207469723', u'LOAD_-1207469641'), ('const-433', u'STORE_-1207469597'), ('const-433', u'LOAD_-1207469535'), (u'INT_ADD_-1207469635', u'INT_ADD_-1207469623'), ('const-32', u'INT_ADD_-1207469726'), ('const-8', u'INT_ADD_-1207469606'), (u'LOAD_-1207469535', u'INT_ADD_-1207469517'), (u'LOAD_-1207469629', u'INT_ADD_-1207469555'), (u'INT_MULT_-1207469736', u'INT_ADD_-1207469748'), ('const-16', u'INT_ADD_-1207469545'), ('tmp_805', u'INT_ADD_-1207469760'), ('const-32', u'INT_ADD_-1207469637'), (u'CAST_-1207469375', u'LOAD_-1207469704'), (u'INT_EQUAL_-1207469745', u'CBRANCH_-1207469743'), (u'CAST_-1207469339', u'LOAD_-1207469593'), (u'INT_ZEXT_-1207469522', u'INT_MULT_-1207469736'), ('tmp_889', u'INT_ZEXT_-1207469522'), ('const-433', u'LOAD_-1207469764'), (u'LOAD_-1207469740', u'INT_AND_-1207469714'), ('tmp_105', u'CBRANCH_-1207469724'), ('const-3', u'INT_MULT_-1207469434'), ('const-433', u'LOAD_-1207469593'), (u'LOAD_-1207469593', u'INT_ADD_-1207469567'), (u'CAST_-1207469387', u'LOAD_-1207469723'), (u'INT_ADD_-1207469688', u'CAST_-1207469375'), (u'CAST_-1207469412', u'LOAD_-1207469776'), (u'CAST_-1207469395', u'LOAD_-1207469740'), (u'COPY_-1207469356', u'CALL_-1207469467'), (u'INT_ZEXT_-1207469482', u'INT_ADD_-1207469635'), ('tmp_805', u'INT_ADD_-1207469707'), ('tmp_805', u'INT_ADD_-1207469688'), ('const-24', u'INT_ADD_-1207469599'), (u'INT_ADD_-1207469760', u'CAST_-1207469412'), ('const-0', u'INT_NOTEQUAL_-1207469727'), (u'INT_SLESSEQUAL_-1207469532', u'CBRANCH_-1207469540'), ('const-3621584', u'COPY_-1207469333'), ('const-433', u'LOAD_-1207469723'), ('tmp_889', u'INT_MULT_-1207469434'), (u'LOAD_-1207469629', u'STORE_-1207469597'), ('const-433', u'LOAD_-1207469776'), (u'INT_ADD_-1207469567', u'CAST_-1207469331'), ('const-2298', u'CALL_-1207469435'), (u'INT_ADD_-1207469523', u'CAST_-1207469314'), (u'INT_MULT_-1207469434', u'INT_ADD_-1207469697'), (u'LOAD_-1207469622', u'INT_ADD_-1207469593'), (u'INT_ADD_-1207469697', u'INT_MULT_-1207469663')]
| null | null |
00187920
|
x64
|
O2
|
(translation_unit "long FUN_00187920(long param_1,uint param_2,long *param_3)\n\n{\n long lVar1;\n long lVar2;\n long lVar3;\n \n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8);\n if (lVar1 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0x8fa,"do_section_contents");\n }\n if ((*(byte *)(lVar1 + 0x20) & 4) != 0) {\n lVar3 = (ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +\n **(long **)(param_1 + 0x108);\n lVar2 = *(long *)(lVar3 + 0x10);\n lVar3 = *(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18);\n *param_3 = lVar2;\n lVar1 = *(long *)(*(long *)(param_1 + 0xf8) + 0x50);\n if ((-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))) {\n return lVar3 + *(long *)(lVar1 + 0x18);\n }\n /* WARNING: Subroutine does not return */\n FUN_00182e30();\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n}\n\n" (function_definition "long FUN_00187920(long param_1,uint param_2,long *param_3)\n\n{\n long lVar1;\n long lVar2;\n long lVar3;\n \n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8);\n if (lVar1 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0x8fa,"do_section_contents");\n }\n if ((*(byte *)(lVar1 + 0x20) & 4) != 0) {\n lVar3 = (ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +\n **(long **)(param_1 + 0x108);\n lVar2 = *(long *)(lVar3 + 0x10);\n lVar3 = *(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18);\n *param_3 = lVar2;\n lVar1 = *(long *)(*(long *)(param_1 + 0xf8) + 0x50);\n if ((-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))) {\n return lVar3 + *(long *)(lVar1 + 0x18);\n }\n /* WARNING: Subroutine does not return */\n FUN_00182e30();\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n}" (sized_type_specifier "long" long) (function_declarator "FUN_00187920(long param_1,uint param_2,long *param_3)" identifier (parameter_list "(long param_1,uint param_2,long *param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "long *param_3" (sized_type_specifier "long" long) (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n long lVar3;\n \n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8);\n if (lVar1 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0x8fa,"do_section_contents");\n }\n if ((*(byte *)(lVar1 + 0x20) & 4) != 0) {\n lVar3 = (ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +\n **(long **)(param_1 + 0x108);\n lVar2 = *(long *)(lVar3 + 0x10);\n lVar3 = *(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18);\n *param_3 = lVar2;\n lVar1 = *(long *)(*(long *)(param_1 + 0xf8) + 0x50);\n if ((-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))) {\n return lVar3 + *(long *)(lVar1 + 0x18);\n }\n /* WARNING: Subroutine does not return */\n FUN_00182e30();\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *(long *)(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8);" (assignment_expression "lVar1 = *(long *)(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8)" identifier = (pointer_expression "*(long *)(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8)" * (cast_expression "(long *)(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8)" ( (binary_expression "*(long *)(param_1 + 0x50) + (ulong)param_2 * 8" (pointer_expression "*(long *)(param_1 + 0x50)" * (cast_expression "(long *)(param_1 + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) + (binary_expression "(ulong)param_2 * 8" (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) ))))) ;) (if_statement "if (lVar1 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0x8fa,"do_section_contents");\n }" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0x8fa,"do_section_contents");\n }" { comment (expression_statement "FUN_0017c650("../../gold/incremental.cc",0x8fa,"do_section_contents");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0x8fa,"do_section_contents")" identifier (argument_list "("../../gold/incremental.cc",0x8fa,"do_section_contents")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_section_contents"" " string_content ") ))) ;) })) (if_statement "if ((*(byte *)(lVar1 + 0x20) & 4) != 0) {\n lVar3 = (ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +\n **(long **)(param_1 + 0x108);\n lVar2 = *(long *)(lVar3 + 0x10);\n lVar3 = *(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18);\n *param_3 = lVar2;\n lVar1 = *(long *)(*(long *)(param_1 + 0xf8) + 0x50);\n if ((-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))) {\n return lVar3 + *(long *)(lVar1 + 0x18);\n }\n /* WARNING: Subroutine does not return */\n FUN_00182e30();\n }" if (parenthesized_expression "((*(byte *)(lVar1 + 0x20) & 4) != 0)" ( (binary_expression "(*(byte *)(lVar1 + 0x20) & 4) != 0" (parenthesized_expression "(*(byte *)(lVar1 + 0x20) & 4)" ( (binary_expression "*(byte *)(lVar1 + 0x20) & 4" (pointer_expression "*(byte *)(lVar1 + 0x20)" * (cast_expression "(byte *)(lVar1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x20)" ( (binary_expression "lVar1 + 0x20" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n lVar3 = (ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +\n **(long **)(param_1 + 0x108);\n lVar2 = *(long *)(lVar3 + 0x10);\n lVar3 = *(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18);\n *param_3 = lVar2;\n lVar1 = *(long *)(*(long *)(param_1 + 0xf8) + 0x50);\n if ((-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))) {\n return lVar3 + *(long *)(lVar1 + 0x18);\n }\n /* WARNING: Subroutine does not return */\n FUN_00182e30();\n }" { (expression_statement "lVar3 = (ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +\n **(long **)(param_1 + 0x108);" (assignment_expression "lVar3 = (ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +\n **(long **)(param_1 + 0x108)" identifier = (binary_expression "(ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +\n **(long **)(param_1 + 0x108)" (binary_expression "(ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118)" (binary_expression "(ulong)((param_2 * 3 + -3) * 8) + 0x20" (call_expression "(ulong)((param_2 * 3 + -3) * 8)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((param_2 * 3 + -3) * 8)" ( (binary_expression "(param_2 * 3 + -3) * 8" (parenthesized_expression "(param_2 * 3 + -3)" ( (binary_expression "param_2 * 3 + -3" (binary_expression "param_2 * 3" identifier * number_literal) + number_literal) )) * number_literal) ))) + number_literal) + (binary_expression "(ulong)*(uint *)(param_1 + 0x118)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(param_1 + 0x118)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x118)" ( (binary_expression "param_1 + 0x118" identifier + number_literal) ))))) + (pointer_expression "**(long **)(param_1 + 0x108)" * (pointer_expression "*(long **)(param_1 + 0x108)" * (cast_expression "(long **)(param_1 + 0x108)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x108)" ( (binary_expression "param_1 + 0x108" identifier + number_literal) ))))))) ;) (expression_statement "lVar2 = *(long *)(lVar3 + 0x10);" (assignment_expression "lVar2 = *(long *)(lVar3 + 0x10)" identifier = (pointer_expression "*(long *)(lVar3 + 0x10)" * (cast_expression "(long *)(lVar3 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x10)" ( (binary_expression "lVar3 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "lVar3 = *(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18);" (assignment_expression "lVar3 = *(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18)" identifier = (binary_expression "*(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18)" (pointer_expression "*(long *)(lVar3 + 8)" * (cast_expression "(long *)(lVar3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 8)" ( (binary_expression "lVar3 + 8" identifier + number_literal) )))) + (pointer_expression "*(long *)(lVar1 + 0x18)" * (cast_expression "(long *)(lVar1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x18)" ( (binary_expression "lVar1 + 0x18" identifier + number_literal) )))))) ;) (expression_statement "*param_3 = lVar2;" (assignment_expression "*param_3 = lVar2" (pointer_expression "*param_3" * identifier) = identifier) ;) (expression_statement "lVar1 = *(long *)(*(long *)(param_1 + 0xf8) + 0x50);" (assignment_expression "lVar1 = *(long *)(*(long *)(param_1 + 0xf8) + 0x50)" identifier = (pointer_expression "*(long *)(*(long *)(param_1 + 0xf8) + 0x50)" * (cast_expression "(long *)(*(long *)(param_1 + 0xf8) + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0xf8) + 0x50)" ( (binary_expression "*(long *)(param_1 + 0xf8) + 0x50" (pointer_expression "*(long *)(param_1 + 0xf8)" * (cast_expression "(long *)(param_1 + 0xf8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xf8)" ( (binary_expression "param_1 + 0xf8" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if ((-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))) {\n return lVar3 + *(long *)(lVar1 + 0x18);\n }" if (parenthesized_expression "((-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10)))" ( (binary_expression "(-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))" (parenthesized_expression "(-1 < lVar3)" ( (binary_expression "-1 < lVar3" number_literal < identifier) )) && (parenthesized_expression "(lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))" ( (binary_expression "lVar2 + lVar3 <= *(long *)(lVar1 + 0x10)" (binary_expression "lVar2 + lVar3" identifier + identifier) <= (pointer_expression "*(long *)(lVar1 + 0x10)" * (cast_expression "(long *)(lVar1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) ))))) ))) )) (compound_statement "{\n return lVar3 + *(long *)(lVar1 + 0x18);\n }" { (return_statement "return lVar3 + *(long *)(lVar1 + 0x18);" return (binary_expression "lVar3 + *(long *)(lVar1 + 0x18)" identifier + (pointer_expression "*(long *)(lVar1 + 0x18)" * (cast_expression "(long *)(lVar1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x18)" ( (binary_expression "lVar1 + 0x18" identifier + number_literal) ))))) ;) })) comment (expression_statement "FUN_00182e30();" (call_expression "FUN_00182e30()" identifier (argument_list "()" ( ))) ;) })) comment (expression_statement "FUN_0017c650("../../gold/output.h",0xe3,"offset");" (call_expression "FUN_0017c650("../../gold/output.h",0xe3,"offset")" identifier (argument_list "("../../gold/output.h",0xe3,"offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") ))) ;) })))
|
(translation_unit "/* DWARF original prototype: uchar * do_section_contents(Sized_relobj_incr<64,_false> * this, uint\n shndx, section_size_type * plen, bool param_3) */\n\nuchar * __thiscall\ngold::Sized_relobj_incr<64,_false>::do_section_contents\n (Sized_relobj_incr<64,_false> *this,uint shndx,section_size_type *plen,bool param_3)\n\n{\n Output_section *pOVar1;\n uchar *puVar2;\n Output_file *size;\n long lVar3;\n Output_file *this_1;\n ulong start;\n \n pOVar1 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl\n ._M_start[shndx];\n if (pOVar1 == (Output_section *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x8fa,"do_section_contents");\n }\n if (((pOVar1->super_Output_data).field_0x20 & 4) != 0) {\n start = (ulong)(this->input_reader_).info_offset_;\n lVar3 = (ulong)((shndx * 3 + -3) * 8) + 0x20 + start;\n puVar2 = ((this->input_reader_).inputs_)->p_;\n this_1 = *(Output_file **)(puVar2 + lVar3 + 0x10);\n lVar3 = *(long *)(puVar2 + lVar3 + 8) + (pOVar1->super_Output_data).offset_;\n *plen = (section_size_type)this_1;\n size = (this->ibase_->super_Incremental_binary).output_;\n if ((-1 < lVar3) &&\n (this_1 = (Output_file *)((long)&this_1->name_ + lVar3), (long)this_1 <= size->file_size_)) {\n return size->base_ + lVar3;\n }\n /* WARNING: Subroutine does not return */\n Output_file::get_output_view((Output_file *)this,start,(size_t)size,this_1);\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n}\n\n" comment (expression_statement "uchar * __thiscall\ngold::Sized_relobj_incr<64,_false>::do_section_contents\n (Sized_relobj_incr<64,_false> *this,uint shndx,section_size_type *plen,bool param_3)\n\n{\n Output_section *pOVar1;" (update_expression "uchar * __thiscall\ngold::Sized_relobj_incr<64,_false>::do_section_contents\n (Sized_relobj_incr<64,_false> *this,uint shndx,section_size_type *plen,bool param_3)\n\n{\n Output_section *pOVar1" (binary_expression "uchar * __thiscall\ngold::Sized_relobj_incr<64,_false>::do_section_contents\n (Sized_relobj_incr<64,_false> *this,uint shndx,section_size_type *plen,bool param_3)\n\n{\n Output_section *pOVar1" (binary_expression "uchar * __thiscall\ngold::Sized_relobj_incr<64" (binary_expression "uchar * __thiscall" identifier * identifier) (ERROR "gold::Sized_relobj_incr" identifier : : identifier) < number_literal) (ERROR ",_false" , identifier) > (ERROR "::do_section_contents\n (Sized_relobj_incr<64,_false> *this,uint shndx,section_size_type *plen,bool param_3)\n\n{" : : (call_expression "do_section_contents\n (Sized_relobj_incr<64,_false> *this,uint shndx,section_size_type *plen,bool param_3)" identifier (argument_list "(Sized_relobj_incr<64,_false> *this,uint shndx,section_size_type *plen,bool param_3)" ( (binary_expression "Sized_relobj_incr<64" identifier < number_literal) , (binary_expression "_false> *this" identifier > (pointer_expression "*this" * identifier)) , (ERROR "uint" identifier) identifier , (binary_expression "section_size_type *plen" identifier * identifier) , (ERROR "bool" identifier) identifier ))) {) (binary_expression "Output_section *pOVar1" identifier * identifier)) --) ;) (declaration "uchar *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "Output_file *size;" type_identifier (pointer_declarator "*size" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "Output_file *this_1;" type_identifier (pointer_declarator "*this_1" * identifier) ;) (declaration "ulong start;" type_identifier identifier ;) (expression_statement "pOVar1 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl\n ._M_start[shndx];" (subscript_expression "pOVar1 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl\n ._M_start[shndx]" (field_expression "pOVar1 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl\n ._M_start" (field_expression "pOVar1 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl" (binary_expression "pOVar1 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "pOVar1 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "pOVar1 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std" (assignment_expression "pOVar1 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold" identifier = (binary_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj" (parenthesized_expression "(this->super_Sized_relobj<64,_false>)" ( (comma_expression "this->super_Sized_relobj<64,_false" (binary_expression "this->super_Sized_relobj<64" (field_expression "this->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier) < identifier)) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) [ identifier ]) ;) (if_statement "if (pOVar1 == (Output_section *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x8fa,"do_section_contents");\n }" if (parenthesized_expression "(pOVar1 == (Output_section *)0x0)" ( (binary_expression "pOVar1 == (Output_section *)0x0" identifier == (cast_expression "(Output_section *)0x0" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x8fa,"do_section_contents");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/incremental.cc",0x8fa,"do_section_contents");" (call_expression "do_gold_unreachable("../../gold/incremental.cc",0x8fa,"do_section_contents")" identifier (argument_list "("../../gold/incremental.cc",0x8fa,"do_section_contents")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_section_contents"" " string_content ") ))) ;) })) (if_statement "if (((pOVar1->super_Output_data).field_0x20 & 4) != 0) {\n start = (ulong)(this->input_reader_).info_offset_;\n lVar3 = (ulong)((shndx * 3 + -3) * 8) + 0x20 + start;\n puVar2 = ((this->input_reader_).inputs_)->p_;\n this_1 = *(Output_file **)(puVar2 + lVar3 + 0x10);\n lVar3 = *(long *)(puVar2 + lVar3 + 8) + (pOVar1->super_Output_data).offset_;\n *plen = (section_size_type)this_1;\n size = (this->ibase_->super_Incremental_binary).output_;\n if ((-1 < lVar3) &&\n (this_1 = (Output_file *)((long)&this_1->name_ + lVar3), (long)this_1 <= size->file_size_)) {\n return size->base_ + lVar3;\n }\n /* WARNING: Subroutine does not return */\n Output_file::get_output_view((Output_file *)this,start,(size_t)size,this_1);\n }" if (parenthesized_expression "(((pOVar1->super_Output_data).field_0x20 & 4) != 0)" ( (binary_expression "((pOVar1->super_Output_data).field_0x20 & 4) != 0" (parenthesized_expression "((pOVar1->super_Output_data).field_0x20 & 4)" ( (binary_expression "(pOVar1->super_Output_data).field_0x20 & 4" (field_expression "(pOVar1->super_Output_data).field_0x20" (parenthesized_expression "(pOVar1->super_Output_data)" ( (field_expression "pOVar1->super_Output_data" identifier -> field_identifier) )) . field_identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n start = (ulong)(this->input_reader_).info_offset_;\n lVar3 = (ulong)((shndx * 3 + -3) * 8) + 0x20 + start;\n puVar2 = ((this->input_reader_).inputs_)->p_;\n this_1 = *(Output_file **)(puVar2 + lVar3 + 0x10);\n lVar3 = *(long *)(puVar2 + lVar3 + 8) + (pOVar1->super_Output_data).offset_;\n *plen = (section_size_type)this_1;\n size = (this->ibase_->super_Incremental_binary).output_;\n if ((-1 < lVar3) &&\n (this_1 = (Output_file *)((long)&this_1->name_ + lVar3), (long)this_1 <= size->file_size_)) {\n return size->base_ + lVar3;\n }\n /* WARNING: Subroutine does not return */\n Output_file::get_output_view((Output_file *)this,start,(size_t)size,this_1);\n }" { (expression_statement "start = (ulong)(this->input_reader_).info_offset_;" (assignment_expression "start = (ulong)(this->input_reader_).info_offset_" identifier = (field_expression "(ulong)(this->input_reader_).info_offset_" (call_expression "(ulong)(this->input_reader_)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(this->input_reader_)" ( (field_expression "this->input_reader_" identifier -> field_identifier) ))) . field_identifier)) ;) (expression_statement "lVar3 = (ulong)((shndx * 3 + -3) * 8) + 0x20 + start;" (assignment_expression "lVar3 = (ulong)((shndx * 3 + -3) * 8) + 0x20 + start" identifier = (binary_expression "(ulong)((shndx * 3 + -3) * 8) + 0x20 + start" (binary_expression "(ulong)((shndx * 3 + -3) * 8) + 0x20" (call_expression "(ulong)((shndx * 3 + -3) * 8)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((shndx * 3 + -3) * 8)" ( (binary_expression "(shndx * 3 + -3) * 8" (parenthesized_expression "(shndx * 3 + -3)" ( (binary_expression "shndx * 3 + -3" (binary_expression "shndx * 3" identifier * number_literal) + number_literal) )) * number_literal) ))) + number_literal) + identifier)) ;) (expression_statement "puVar2 = ((this->input_reader_).inputs_)->p_;" (assignment_expression "puVar2 = ((this->input_reader_).inputs_)->p_" identifier = (field_expression "((this->input_reader_).inputs_)->p_" (parenthesized_expression "((this->input_reader_).inputs_)" ( (field_expression "(this->input_reader_).inputs_" (parenthesized_expression "(this->input_reader_)" ( (field_expression "this->input_reader_" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier)) ;) (expression_statement "this_1 = *(Output_file **)(puVar2 + lVar3 + 0x10);" (assignment_expression "this_1 = *(Output_file **)(puVar2 + lVar3 + 0x10)" identifier = (pointer_expression "*(Output_file **)(puVar2 + lVar3 + 0x10)" * (cast_expression "(Output_file **)(puVar2 + lVar3 + 0x10)" ( (type_descriptor "Output_file **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar2 + lVar3 + 0x10)" ( (binary_expression "puVar2 + lVar3 + 0x10" (binary_expression "puVar2 + lVar3" identifier + identifier) + number_literal) ))))) ;) (expression_statement "lVar3 = *(long *)(puVar2 + lVar3 + 8) + (pOVar1->super_Output_data).offset_;" (assignment_expression "lVar3 = *(long *)(puVar2 + lVar3 + 8) + (pOVar1->super_Output_data).offset_" identifier = (binary_expression "*(long *)(puVar2 + lVar3 + 8) + (pOVar1->super_Output_data).offset_" (pointer_expression "*(long *)(puVar2 + lVar3 + 8)" * (cast_expression "(long *)(puVar2 + lVar3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + lVar3 + 8)" ( (binary_expression "puVar2 + lVar3 + 8" (binary_expression "puVar2 + lVar3" identifier + identifier) + number_literal) )))) + (field_expression "(pOVar1->super_Output_data).offset_" (parenthesized_expression "(pOVar1->super_Output_data)" ( (field_expression "pOVar1->super_Output_data" identifier -> field_identifier) )) . field_identifier))) ;) (expression_statement "*plen = (section_size_type)this_1;" (assignment_expression "*plen = (section_size_type)this_1" (pointer_expression "*plen" * identifier) = (cast_expression "(section_size_type)this_1" ( (type_descriptor "section_size_type" type_identifier) ) identifier)) ;) (expression_statement "size = (this->ibase_->super_Incremental_binary).output_;" (assignment_expression "size = (this->ibase_->super_Incremental_binary).output_" identifier = (field_expression "(this->ibase_->super_Incremental_binary).output_" (parenthesized_expression "(this->ibase_->super_Incremental_binary)" ( (field_expression "this->ibase_->super_Incremental_binary" (field_expression "this->ibase_" identifier -> field_identifier) -> field_identifier) )) . field_identifier)) ;) (if_statement "if ((-1 < lVar3) &&\n (this_1 = (Output_file *)((long)&this_1->name_ + lVar3), (long)this_1 <= size->file_size_)) {\n return size->base_ + lVar3;\n }" if (parenthesized_expression "((-1 < lVar3) &&\n (this_1 = (Output_file *)((long)&this_1->name_ + lVar3), (long)this_1 <= size->file_size_))" ( (binary_expression "(-1 < lVar3) &&\n (this_1 = (Output_file *)((long)&this_1->name_ + lVar3), (long)this_1 <= size->file_size_)" (parenthesized_expression "(-1 < lVar3)" ( (binary_expression "-1 < lVar3" number_literal < identifier) )) && (parenthesized_expression "(this_1 = (Output_file *)((long)&this_1->name_ + lVar3), (long)this_1 <= size->file_size_)" ( (comma_expression "this_1 = (Output_file *)((long)&this_1->name_ + lVar3), (long)this_1 <= size->file_size_" (assignment_expression "this_1 = (Output_file *)((long)&this_1->name_ + lVar3)" identifier = (cast_expression "(Output_file *)((long)&this_1->name_ + lVar3)" ( (type_descriptor "Output_file *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&this_1->name_ + lVar3)" ( (binary_expression "(long)&this_1->name_ + lVar3" (cast_expression "(long)&this_1->name_" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&this_1->name_" & (field_expression "this_1->name_" identifier -> field_identifier))) + identifier) )))) , (binary_expression "(long)this_1 <= size->file_size_" (cast_expression "(long)this_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) <= (field_expression "size->file_size_" identifier -> field_identifier))) ))) )) (compound_statement "{\n return size->base_ + lVar3;\n }" { (return_statement "return size->base_ + lVar3;" return (binary_expression "size->base_ + lVar3" (field_expression "size->base_" identifier -> field_identifier) + identifier) ;) })) comment (labeled_statement "Output_file::get_output_view((Output_file *)this,start,(size_t)size,this_1);" statement_identifier : (ERROR ":" :) (expression_statement "get_output_view((Output_file *)this,start,(size_t)size,this_1);" (call_expression "get_output_view((Output_file *)this,start,(size_t)size,this_1)" identifier (argument_list "((Output_file *)this,start,(size_t)size,this_1)" ( (cast_expression "(Output_file *)this" ( (type_descriptor "Output_file *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , (cast_expression "(size_t)size" ( (type_descriptor "size_t" primitive_type) ) identifier) , identifier ))) ;)) })) comment (expression_statement "do_gold_unreachable("../../gold/output.h",0xe3,"offset");" (call_expression "do_gold_unreachable("../../gold/output.h",0xe3,"offset")" identifier (argument_list "("../../gold/output.h",0xe3,"offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") ))) ;) (ERROR "}" }))
|
(translation_unit "long FUN_00187920(long param_1,uint param_2,long *param_3)\n\n{\n long lVar1;\n long lVar2;\n long lVar3;\n \n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8);\n if (lVar1 == 0) {\n \n FUN_0017c650("../../gold/incremental.cc",0x8fa,"do_section_contents");\n }\n if ((*(byte *)(lVar1 + 0x20) & 4) != 0) {\n lVar3 = (ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +\n **(long **)(param_1 + 0x108);\n lVar2 = *(long *)(lVar3 + 0x10);\n lVar3 = *(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18);\n *param_3 = lVar2;\n lVar1 = *(long *)(*(long *)(param_1 + 0xf8) + 0x50);\n if ((-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))) {\n return lVar3 + *(long *)(lVar1 + 0x18);\n }\n \n FUN_00182e30();\n }\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n}\n\n" (function_definition "long FUN_00187920(long param_1,uint param_2,long *param_3)\n\n{\n long lVar1;\n long lVar2;\n long lVar3;\n \n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8);\n if (lVar1 == 0) {\n \n FUN_0017c650("../../gold/incremental.cc",0x8fa,"do_section_contents");\n }\n if ((*(byte *)(lVar1 + 0x20) & 4) != 0) {\n lVar3 = (ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +\n **(long **)(param_1 + 0x108);\n lVar2 = *(long *)(lVar3 + 0x10);\n lVar3 = *(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18);\n *param_3 = lVar2;\n lVar1 = *(long *)(*(long *)(param_1 + 0xf8) + 0x50);\n if ((-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))) {\n return lVar3 + *(long *)(lVar1 + 0x18);\n }\n \n FUN_00182e30();\n }\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n}" (sized_type_specifier "long" long) (function_declarator "FUN_00187920(long param_1,uint param_2,long *param_3)" identifier (parameter_list "(long param_1,uint param_2,long *param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "long *param_3" (sized_type_specifier "long" long) (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n long lVar3;\n \n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8);\n if (lVar1 == 0) {\n \n FUN_0017c650("../../gold/incremental.cc",0x8fa,"do_section_contents");\n }\n if ((*(byte *)(lVar1 + 0x20) & 4) != 0) {\n lVar3 = (ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +\n **(long **)(param_1 + 0x108);\n lVar2 = *(long *)(lVar3 + 0x10);\n lVar3 = *(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18);\n *param_3 = lVar2;\n lVar1 = *(long *)(*(long *)(param_1 + 0xf8) + 0x50);\n if ((-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))) {\n return lVar3 + *(long *)(lVar1 + 0x18);\n }\n \n FUN_00182e30();\n }\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *(long *)(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8);" (assignment_expression "lVar1 = *(long *)(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8)" identifier = (pointer_expression "*(long *)(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8)" * (cast_expression "(long *)(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8)" ( (binary_expression "*(long *)(param_1 + 0x50) + (ulong)param_2 * 8" (pointer_expression "*(long *)(param_1 + 0x50)" * (cast_expression "(long *)(param_1 + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) + (binary_expression "(ulong)param_2 * 8" (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) ))))) ;) (if_statement "if (lVar1 == 0) {\n \n FUN_0017c650("../../gold/incremental.cc",0x8fa,"do_section_contents");\n }" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (compound_statement "{\n \n FUN_0017c650("../../gold/incremental.cc",0x8fa,"do_section_contents");\n }" { (expression_statement "FUN_0017c650("../../gold/incremental.cc",0x8fa,"do_section_contents");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0x8fa,"do_section_contents")" identifier (argument_list "("../../gold/incremental.cc",0x8fa,"do_section_contents")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_section_contents"" " string_content ") ))) ;) })) (if_statement "if ((*(byte *)(lVar1 + 0x20) & 4) != 0) {\n lVar3 = (ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +\n **(long **)(param_1 + 0x108);\n lVar2 = *(long *)(lVar3 + 0x10);\n lVar3 = *(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18);\n *param_3 = lVar2;\n lVar1 = *(long *)(*(long *)(param_1 + 0xf8) + 0x50);\n if ((-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))) {\n return lVar3 + *(long *)(lVar1 + 0x18);\n }\n \n FUN_00182e30();\n }" if (parenthesized_expression "((*(byte *)(lVar1 + 0x20) & 4) != 0)" ( (binary_expression "(*(byte *)(lVar1 + 0x20) & 4) != 0" (parenthesized_expression "(*(byte *)(lVar1 + 0x20) & 4)" ( (binary_expression "*(byte *)(lVar1 + 0x20) & 4" (pointer_expression "*(byte *)(lVar1 + 0x20)" * (cast_expression "(byte *)(lVar1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x20)" ( (binary_expression "lVar1 + 0x20" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n lVar3 = (ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +\n **(long **)(param_1 + 0x108);\n lVar2 = *(long *)(lVar3 + 0x10);\n lVar3 = *(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18);\n *param_3 = lVar2;\n lVar1 = *(long *)(*(long *)(param_1 + 0xf8) + 0x50);\n if ((-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))) {\n return lVar3 + *(long *)(lVar1 + 0x18);\n }\n \n FUN_00182e30();\n }" { (expression_statement "lVar3 = (ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +\n **(long **)(param_1 + 0x108);" (assignment_expression "lVar3 = (ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +\n **(long **)(param_1 + 0x108)" identifier = (binary_expression "(ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +\n **(long **)(param_1 + 0x108)" (binary_expression "(ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118)" (binary_expression "(ulong)((param_2 * 3 + -3) * 8) + 0x20" (call_expression "(ulong)((param_2 * 3 + -3) * 8)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((param_2 * 3 + -3) * 8)" ( (binary_expression "(param_2 * 3 + -3) * 8" (parenthesized_expression "(param_2 * 3 + -3)" ( (binary_expression "param_2 * 3 + -3" (binary_expression "param_2 * 3" identifier * number_literal) + number_literal) )) * number_literal) ))) + number_literal) + (binary_expression "(ulong)*(uint *)(param_1 + 0x118)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(param_1 + 0x118)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x118)" ( (binary_expression "param_1 + 0x118" identifier + number_literal) ))))) + (pointer_expression "**(long **)(param_1 + 0x108)" * (pointer_expression "*(long **)(param_1 + 0x108)" * (cast_expression "(long **)(param_1 + 0x108)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x108)" ( (binary_expression "param_1 + 0x108" identifier + number_literal) ))))))) ;) (expression_statement "lVar2 = *(long *)(lVar3 + 0x10);" (assignment_expression "lVar2 = *(long *)(lVar3 + 0x10)" identifier = (pointer_expression "*(long *)(lVar3 + 0x10)" * (cast_expression "(long *)(lVar3 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x10)" ( (binary_expression "lVar3 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "lVar3 = *(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18);" (assignment_expression "lVar3 = *(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18)" identifier = (binary_expression "*(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18)" (pointer_expression "*(long *)(lVar3 + 8)" * (cast_expression "(long *)(lVar3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 8)" ( (binary_expression "lVar3 + 8" identifier + number_literal) )))) + (pointer_expression "*(long *)(lVar1 + 0x18)" * (cast_expression "(long *)(lVar1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x18)" ( (binary_expression "lVar1 + 0x18" identifier + number_literal) )))))) ;) (expression_statement "*param_3 = lVar2;" (assignment_expression "*param_3 = lVar2" (pointer_expression "*param_3" * identifier) = identifier) ;) (expression_statement "lVar1 = *(long *)(*(long *)(param_1 + 0xf8) + 0x50);" (assignment_expression "lVar1 = *(long *)(*(long *)(param_1 + 0xf8) + 0x50)" identifier = (pointer_expression "*(long *)(*(long *)(param_1 + 0xf8) + 0x50)" * (cast_expression "(long *)(*(long *)(param_1 + 0xf8) + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0xf8) + 0x50)" ( (binary_expression "*(long *)(param_1 + 0xf8) + 0x50" (pointer_expression "*(long *)(param_1 + 0xf8)" * (cast_expression "(long *)(param_1 + 0xf8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xf8)" ( (binary_expression "param_1 + 0xf8" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if ((-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))) {\n return lVar3 + *(long *)(lVar1 + 0x18);\n }" if (parenthesized_expression "((-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10)))" ( (binary_expression "(-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))" (parenthesized_expression "(-1 < lVar3)" ( (binary_expression "-1 < lVar3" number_literal < identifier) )) && (parenthesized_expression "(lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))" ( (binary_expression "lVar2 + lVar3 <= *(long *)(lVar1 + 0x10)" (binary_expression "lVar2 + lVar3" identifier + identifier) <= (pointer_expression "*(long *)(lVar1 + 0x10)" * (cast_expression "(long *)(lVar1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) ))))) ))) )) (compound_statement "{\n return lVar3 + *(long *)(lVar1 + 0x18);\n }" { (return_statement "return lVar3 + *(long *)(lVar1 + 0x18);" return (binary_expression "lVar3 + *(long *)(lVar1 + 0x18)" identifier + (pointer_expression "*(long *)(lVar1 + 0x18)" * (cast_expression "(long *)(lVar1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x18)" ( (binary_expression "lVar1 + 0x18" identifier + number_literal) ))))) ;) })) (expression_statement "FUN_00182e30();" (call_expression "FUN_00182e30()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_0017c650("../../gold/output.h",0xe3,"offset");" (call_expression "FUN_0017c650("../../gold/output.h",0xe3,"offset")" identifier (argument_list "("../../gold/output.h",0xe3,"offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") ))) ;) })))
|
(translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression IDENT * LIT) + LIT) )) * LIT) ))) + LIT) + (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < IDENT) )) && (parenthesized_expression ( (binary_expression (binary_expression IDENT + IDENT) <= (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ))) )) (compound_statement { (return_statement return (binary_expression IDENT + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
|
(function_definition "long FUN_00187920(long param_1,uint param_2,long *param_3)\n\n{\n long lVar1;\n long lVar2;\n long lVar3;\n \n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8);\n if (lVar1 == 0) {\n \n FUN_0017c650("../../gold/incremental.cc",0x8fa,"do_section_contents");\n }\n if ((*(byte *)(lVar1 + 0x20) & 4) != 0) {\n lVar3 = (ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +\n **(long **)(param_1 + 0x108);\n lVar2 = *(long *)(lVar3 + 0x10);\n lVar3 = *(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18);\n *param_3 = lVar2;\n lVar1 = *(long *)(*(long *)(param_1 + 0xf8) + 0x50);\n if ((-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))) {\n return lVar3 + *(long *)(lVar1 + 0x18);\n }\n \n FUN_00182e30();\n }\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_00187920(long param_1,uint param_2,long *param_3)" (identifier "FUN_00187920") (parameter_list "(long param_1,uint param_2,long *param_3)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) (, ",") (parameter_declaration "long *param_3" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n long lVar1;\n long lVar2;\n long lVar3;\n \n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8);\n if (lVar1 == 0) {\n \n FUN_0017c650("../../gold/incremental.cc",0x8fa,"do_section_contents");\n }\n if ((*(byte *)(lVar1 + 0x20) & 4) != 0) {\n lVar3 = (ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +\n **(long **)(param_1 + 0x108);\n lVar2 = *(long *)(lVar3 + 0x10);\n lVar3 = *(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18);\n *param_3 = lVar2;\n lVar1 = *(long *)(*(long *)(param_1 + 0xf8) + 0x50);\n if ((-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))) {\n return lVar3 + *(long *)(lVar1 + 0x18);\n }\n \n FUN_00182e30();\n }\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (expression_statement "lVar1 = *(long *)(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8);" (assignment_expression "lVar1 = *(long *)(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8)" (* "*") (cast_expression "(long *)(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8)" (( "(") (binary_expression "*(long *)(param_1 + 0x50) + (ulong)param_2 * 8" (pointer_expression "*(long *)(param_1 + 0x50)" (* "*") (cast_expression "(long *)(param_1 + 0x50)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")")))) (+ "+") (binary_expression "(ulong)param_2 * 8" (cast_expression "(ulong)param_2" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "param_2")) (* "*") (number_literal "8"))) () ")"))))) (; ";")) (if_statement "if (lVar1 == 0) {\n \n FUN_0017c650("../../gold/incremental.cc",0x8fa,"do_section_contents");\n }" (if "if") (parenthesized_expression "(lVar1 == 0)" (( "(") (binary_expression "lVar1 == 0" (identifier "lVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/incremental.cc",0x8fa,"do_section_contents");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/incremental.cc",0x8fa,"do_section_contents");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0x8fa,"do_section_contents")" (identifier "FUN_0017c650") (argument_list "("../../gold/incremental.cc",0x8fa,"do_section_contents")" (( "(") (string_literal ""../../gold/incremental.cc"" (" """) (string_content "../../gold/incremental.cc") (" """)) (, ",") (number_literal "0x8fa") (, ",") (string_literal ""do_section_contents"" (" """) (string_content "do_section_contents") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if ((*(byte *)(lVar1 + 0x20) & 4) != 0) {\n lVar3 = (ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +\n **(long **)(param_1 + 0x108);\n lVar2 = *(long *)(lVar3 + 0x10);\n lVar3 = *(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18);\n *param_3 = lVar2;\n lVar1 = *(long *)(*(long *)(param_1 + 0xf8) + 0x50);\n if ((-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))) {\n return lVar3 + *(long *)(lVar1 + 0x18);\n }\n \n FUN_00182e30();\n }" (if "if") (parenthesized_expression "((*(byte *)(lVar1 + 0x20) & 4) != 0)" (( "(") (binary_expression "(*(byte *)(lVar1 + 0x20) & 4) != 0" (parenthesized_expression "(*(byte *)(lVar1 + 0x20) & 4)" (( "(") (binary_expression "*(byte *)(lVar1 + 0x20) & 4" (pointer_expression "*(byte *)(lVar1 + 0x20)" (* "*") (cast_expression "(byte *)(lVar1 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x20)" (( "(") (binary_expression "lVar1 + 0x20" (identifier "lVar1") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n lVar3 = (ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +\n **(long **)(param_1 + 0x108);\n lVar2 = *(long *)(lVar3 + 0x10);\n lVar3 = *(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18);\n *param_3 = lVar2;\n lVar1 = *(long *)(*(long *)(param_1 + 0xf8) + 0x50);\n if ((-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))) {\n return lVar3 + *(long *)(lVar1 + 0x18);\n }\n \n FUN_00182e30();\n }" ({ "{") (expression_statement "lVar3 = (ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +\n **(long **)(param_1 + 0x108);" (assignment_expression "lVar3 = (ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +\n **(long **)(param_1 + 0x108)" (identifier "lVar3") (= "=") (binary_expression "(ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +\n **(long **)(param_1 + 0x108)" (binary_expression "(ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118)" (binary_expression "(ulong)((param_2 * 3 + -3) * 8) + 0x20" (call_expression "(ulong)((param_2 * 3 + -3) * 8)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "((param_2 * 3 + -3) * 8)" (( "(") (binary_expression "(param_2 * 3 + -3) * 8" (parenthesized_expression "(param_2 * 3 + -3)" (( "(") (binary_expression "param_2 * 3 + -3" (binary_expression "param_2 * 3" (identifier "param_2") (* "*") (number_literal "3")) (+ "+") (number_literal "-3")) () ")")) (* "*") (number_literal "8")) () ")"))) (+ "+") (number_literal "0x20")) (+ "+") (binary_expression "(ulong)*(uint *)(param_1 + 0x118)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (cast_expression "(uint *)(param_1 + 0x118)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x118)" (( "(") (binary_expression "param_1 + 0x118" (identifier "param_1") (+ "+") (number_literal "0x118")) () ")"))))) (+ "+") (pointer_expression "**(long **)(param_1 + 0x108)" (* "*") (pointer_expression "*(long **)(param_1 + 0x108)" (* "*") (cast_expression "(long **)(param_1 + 0x108)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x108)" (( "(") (binary_expression "param_1 + 0x108" (identifier "param_1") (+ "+") (number_literal "0x108")) () ")"))))))) (; ";")) (expression_statement "lVar2 = *(long *)(lVar3 + 0x10);" (assignment_expression "lVar2 = *(long *)(lVar3 + 0x10)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(lVar3 + 0x10)" (* "*") (cast_expression "(long *)(lVar3 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x10)" (( "(") (binary_expression "lVar3 + 0x10" (identifier "lVar3") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "lVar3 = *(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18);" (assignment_expression "lVar3 = *(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18)" (identifier "lVar3") (= "=") (binary_expression "*(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18)" (pointer_expression "*(long *)(lVar3 + 8)" (* "*") (cast_expression "(long *)(lVar3 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 8)" (( "(") (binary_expression "lVar3 + 8" (identifier "lVar3") (+ "+") (number_literal "8")) () ")")))) (+ "+") (pointer_expression "*(long *)(lVar1 + 0x18)" (* "*") (cast_expression "(long *)(lVar1 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x18)" (( "(") (binary_expression "lVar1 + 0x18" (identifier "lVar1") (+ "+") (number_literal "0x18")) () ")")))))) (; ";")) (expression_statement "*param_3 = lVar2;" (assignment_expression "*param_3 = lVar2" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (identifier "lVar2")) (; ";")) (expression_statement "lVar1 = *(long *)(*(long *)(param_1 + 0xf8) + 0x50);" (assignment_expression "lVar1 = *(long *)(*(long *)(param_1 + 0xf8) + 0x50)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(*(long *)(param_1 + 0xf8) + 0x50)" (* "*") (cast_expression "(long *)(*(long *)(param_1 + 0xf8) + 0x50)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0xf8) + 0x50)" (( "(") (binary_expression "*(long *)(param_1 + 0xf8) + 0x50" (pointer_expression "*(long *)(param_1 + 0xf8)" (* "*") (cast_expression "(long *)(param_1 + 0xf8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xf8)" (( "(") (binary_expression "param_1 + 0xf8" (identifier "param_1") (+ "+") (number_literal "0xf8")) () ")")))) (+ "+") (number_literal "0x50")) () ")"))))) (; ";")) (if_statement "if ((-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))) {\n return lVar3 + *(long *)(lVar1 + 0x18);\n }" (if "if") (parenthesized_expression "((-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10)))" (( "(") (binary_expression "(-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))" (parenthesized_expression "(-1 < lVar3)" (( "(") (binary_expression "-1 < lVar3" (number_literal "-1") (< "<") (identifier "lVar3")) () ")")) (&& "&&") (parenthesized_expression "(lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))" (( "(") (binary_expression "lVar2 + lVar3 <= *(long *)(lVar1 + 0x10)" (binary_expression "lVar2 + lVar3" (identifier "lVar2") (+ "+") (identifier "lVar3")) (<= "<=") (pointer_expression "*(long *)(lVar1 + 0x10)" (* "*") (cast_expression "(long *)(lVar1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x10)" (( "(") (binary_expression "lVar1 + 0x10" (identifier "lVar1") (+ "+") (number_literal "0x10")) () ")"))))) () ")"))) () ")")) (compound_statement "{\n return lVar3 + *(long *)(lVar1 + 0x18);\n }" ({ "{") (return_statement "return lVar3 + *(long *)(lVar1 + 0x18);" (return "return") (binary_expression "lVar3 + *(long *)(lVar1 + 0x18)" (identifier "lVar3") (+ "+") (pointer_expression "*(long *)(lVar1 + 0x18)" (* "*") (cast_expression "(long *)(lVar1 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x18)" (( "(") (binary_expression "lVar1 + 0x18" (identifier "lVar1") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (} "}"))) (expression_statement "FUN_00182e30();" (call_expression "FUN_00182e30()" (identifier "FUN_00182e30") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_0017c650("../../gold/output.h",0xe3,"offset");" (call_expression "FUN_0017c650("../../gold/output.h",0xe3,"offset")" (identifier "FUN_0017c650") (argument_list "("../../gold/output.h",0xe3,"offset")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xe3") (, ",") (string_literal ""offset"" (" """) (string_content "offset") (" """)) () ")"))) (; ";")) (} "}")))
|
/* DWARF original prototype: uchar * do_section_contents(Sized_relobj_incr<64,_false> * this, uint
shndx, section_size_type * plen, bool param_3) */
var_1 * var_2
var_5::Sized_relobj_incr<64,_false>::do_section_contents
(Sized_relobj_incr<64,_false> *this,uint var_9,type_3 *plen,bool param_3)
{
var_3 *var_4;
var_1 *var_11;
type_1 *size;
long var_12;
type_1 *this_1;
type_2 var_10;
var_4 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.
super__Vector_base<var_5::var_3*,var_6::allocator<var_5::var_3*>var_7>._M_impl
._M_start[var_9];
if (var_4 == (var_3 *)0x0) {
/* WARNING: Subroutine does not return */
var_8("../../gold/incremental.cc",0x8fa,"do_section_contents");
}
if (((var_4->super_Output_data).field_0x20 & 4) != 0) {
var_10 = (type_2)(this->input_reader_).info_offset_;
var_12 = (type_2)((var_9 * 3 + -3) * 8) + 0x20 + var_10;
var_11 = ((this->input_reader_).inputs_)->p_;
this_1 = *(type_1 **)(var_11 + var_12 + 0x10);
var_12 = *(long *)(var_11 + var_12 + 8) + (var_4->super_Output_data).offset_;
*plen = (type_3)this_1;
size = (this->ibase_->super_Incremental_binary).output_;
if ((-1 < var_12) &&
(this_1 = (type_1 *)((long)&this_1->name_ + var_12), (long)this_1 <= size->file_size_)) {
return size->base_ + var_12;
}
/* WARNING: Subroutine does not return */
Output_file::var_13((type_1 *)this,var_10,(size_t)size,this_1);
}
/* WARNING: Subroutine does not return */
var_8("../../gold/output.h",0xe3,"offset");
}
| null |
(translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))) right: (number_literal)))) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) right: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) consequence: (compound_statement (return_statement (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
| null |
long MASKED(long param_1,uint param_2,long *param_3)
{
long lVar1;
long lVar2;
long lVar3;
lVar1 = *(long *)(*(long *)(param_1 + 0x50) + (ulong)param_2 * 8);
if (lVar1 == 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/incremental.cc",0x8fa,"do_section_contents");
}
if ((*(byte *)(lVar1 + 0x20) & 4) != 0) {
lVar3 = (ulong)((param_2 * 3 + -3) * 8) + 0x20 + (ulong)*(uint *)(param_1 + 0x118) +
**(long **)(param_1 + 0x108);
lVar2 = *(long *)(lVar3 + 0x10);
lVar3 = *(long *)(lVar3 + 8) + *(long *)(lVar1 + 0x18);
*param_3 = lVar2;
lVar1 = *(long *)(*(long *)(param_1 + 0xf8) + 0x50);
if ((-1 < lVar3) && (lVar2 + lVar3 <= *(long *)(lVar1 + 0x10))) {
return lVar3 + *(long *)(lVar1 + 0x18);
}
/* WARNING: Subroutine does not return */
FUN_00182e30();
}
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/output.h",0xe3,"offset");
}
|
6889_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
|
do_section_info
|
FUN_002a4100
|
/* DWARF original prototype: uint do_section_info(Sized_dynobj<64,_false> * this, uint shndx) */
uint __thiscall
gold::Sized_dynobj<64,_false>::do_section_info(Sized_dynobj<64,_false> *this,uint shndx)
{
Elf_file<64,_false,_gold::Object> *this_00;
uint uVar1;
Object *this_01;
off_t start;
uchar *puVar2;
char *format;
this_00 = &this->elf_file_;
this_01 = (this->elf_file_).file_;
elfcpp::Elf_file<64,_false,_gold::Object>::initialize_shnum(this_00);
if ((this->elf_file_).shnum_ <= shndx) {
elfcpp::Elf_file<64,_false,_gold::Object>::initialize_shnum(this_00);
uVar1 = (this->elf_file_).shnum_;
format = (char *)gettext("section_info: bad shndx %u >= %u");
Object::error(this_01,format,(ulong)shndx,(ulong)uVar1);
}
start = elfcpp::Elf_file<64,_false,_gold::Object>::section_header_offset(this_00,shndx);
if (this_01->input_file_ != (Input_file *)0x0) {
puVar2 = File_read::get_view(&this_01->input_file_->file_,this_01->offset_,start,0x40,true,true)
;
return *(uint *)(puVar2 + 0x2c);
}
/* WARNING: Subroutine does not return */
Object::input_file((Object *)0x0);
}
|
undefined4 FUN_002a4100(long param_1,uint param_2)
{
undefined4 uVar1;
long lVar2;
undefined8 uVar3;
long lVar4;
lVar4 = param_1 + 0x90;
lVar2 = *(long *)(param_1 + 0x90);
FUN_001682d0(lVar4);
if (*(uint *)(param_1 + 0xa0) <= param_2) {
FUN_001682d0(lVar4);
uVar1 = *(undefined4 *)(param_1 + 0xa0);
uVar3 = gettext("section_info: bad shndx %u >= %u");
FUN_001bd150(lVar2,uVar3,param_2,uVar1);
}
uVar3 = FUN_001688c0(lVar4,param_2);
if (*(long *)(lVar2 + 0x28) != 0) {
lVar4 = FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1
);
return *(undefined4 *)(lVar4 + 0x2c);
}
/* WARNING: Subroutine does not return */
FUN_0029a160();
}
|
PUSH R13
PUSH R12
MOV R12D,ESI
PUSH RBP
LEA RBP,[RDI + 0x90]
PUSH RBX
MOV RBX,RDI
SUB RSP,0x8
MOV R13,qword ptr [RDI + 0x90]
MOV RDI,RBP
CALL 0x001682d0
CMP R12D,dword ptr [RBX + 0xa0]
JNC 0x002a4178
MOV RDI,RBP
MOV ESI,R12D
CALL 0x001688c0
MOV RDI,qword ptr [R13 + 0x28]
TEST RDI,RDI
JZ 0x002a41a6
MOV RSI,qword ptr [R13 + 0x30]
ADD RDI,0x28
MOV ECX,0x40
MOV RDX,RAX
MOV R9D,0x1
MOV R8D,0x1
CALL 0x0017b1d0
MOV EAX,dword ptr [RAX + 0x2c]
ADD RSP,0x8
POP RBX
POP RBP
POP R12
POP R13
RET
MOV RDI,RBP
CALL 0x001682d0
MOV EBX,dword ptr [RBX + 0xa0]
LEA RDI,[0x378290]
CALL 0x00147320
MOV EDX,R12D
MOV RDI,R13
MOV RSI,RAX
MOV ECX,EBX
XOR EAX,EAX
CALL 0x001bd150
JMP 0x002a412f
CALL 0x0029a160
| null | null | null | null |
[('const-144', u'PTRSUB_-1204469016'), (u'PTRSUB_-1204469015', u'LOAD_-1204469452'), ('const-48', u'PTRSUB_-1204468967'), (u'COPY_-1204468965', u'CALL_-1204469223'), ('const-40', u'PTRSUB_-1204468977'), ('const-1', u'PTRADD_-1204469254'), ('const-144', u'PTRSUB_-1204468999'), ('tmp_418', u'PTRSUB_-1204469016'), ('const-0', u'INT_NOTEQUAL_-1204469370'), ('const-144', u'PTRSUB_-1204469032'), (u'LOAD_-1204469390', u'INT_NOTEQUAL_-1204469370'), ('tmp_418', u'PTRSUB_-1204469032'), ('const-0', u'CALL_-1204469212'), ('tmp_392', u'BRANCH_-1204469183'), (u'PTRSUB_-1204469032', u'CALL_-1204469249'), (u'INT_LESSEQUAL_-1204469414', u'CBRANCH_-1204469408'), ('const-1', u'CALL_-1204469318'), (u'INT_ZEXT_-1204469126', u'CALL_-1204469186'), (u'PTRSUB_-1204468999', u'PTRSUB_-1204468992'), ('tmp_419', u'CALL_-1204469392'), ('const-0', u'RETURN_-1204469265'), (u'CALL_-1204469223', u'CAST_-1204468889'), ('const-433', u'LOAD_-1204469368'), (u'COPY_-1204469196', u'RETURN_-1204469265'), (u'CALL_-1204469318', u'PTRADD_-1204469254'), ('const-0', u'PTRSUB_-1204469015'), (u'INT_ZEXT_-1204469124', u'CALL_-1204469186'), (u'LOAD_-1204469452', u'CALL_-1204469186'), ('const-16', u'PTRSUB_-1204468901'), (u'PTRSUB_-1204469032', u'CALL_-1204469432'), ('const-1', u'RETURN_-1204469207'), ('tmp_418', u'PTRSUB_-1204468999'), (u'PTRSUB_-1204469016', u'PTRSUB_-1204469015'), (u'CALL_-1204469392', u'CALL_-1204469318'), ('tmp_123', u'CBRANCH_-1204469408'), ('tmp_419', u'INT_ZEXT_-1204469124'), (u'LOAD_-1204469452', u'PTRSUB_-1204468977'), ('tmp_419', u'INT_LESSEQUAL_-1204469414'), ('const-433', u'LOAD_-1204469390'), ('const-3637904', u'COPY_-1204468965'), (u'LOAD_-1204469452', u'PTRSUB_-1204468967'), ('const-433', u'LOAD_-1204469316'), (u'LOAD_-1204469316', u'COPY_-1204469196'), (u'PTRSUB_-1204468992', u'LOAD_-1204469430'), ('const-16', u'PTRSUB_-1204468992'), (u'PTRSUB_-1204469032', u'CALL_-1204469392'), (u'LOAD_-1204469390', u'PTRSUB_-1204468962'), (u'CAST_-1204468929', u'LOAD_-1204469316'), ('const-40', u'PTRSUB_-1204468962'), (u'PTRSUB_-1204468967', u'LOAD_-1204469368'), ('const-1', u'CALL_-1204469318'), (u'INT_NOTEQUAL_-1204469370', u'CBRANCH_-1204469369'), ('const-433', u'LOAD_-1204469452'), ('const-144', u'PTRSUB_-1204468904'), (u'LOAD_-1204469430', u'INT_LESSEQUAL_-1204469414'), (u'PTRSUB_-1204468904', u'PTRSUB_-1204468901'), ('const-433', u'LOAD_-1204469430'), (u'PTRSUB_-1204468901', u'LOAD_-1204469247'), ('const-433', u'LOAD_-1204469247'), (u'PTRADD_-1204469254', u'CAST_-1204468929'), (u'PTRSUB_-1204468962', u'CALL_-1204469318'), (u'LOAD_-1204469368', u'CALL_-1204469318'), (u'LOAD_-1204469247', u'INT_ZEXT_-1204469126'), (u'CAST_-1204468889', u'CALL_-1204469186'), ('const-44', u'PTRADD_-1204469254'), (u'PTRSUB_-1204468977', u'LOAD_-1204469390'), ('const-64', u'CALL_-1204469318'), ('tmp_171', u'CBRANCH_-1204469369'), ('tmp_418', u'PTRSUB_-1204468904')]
|
[(u'INT_ADD_-1204469466', u'CALL_-1204469392'), ('tmp_1254', u'CALL_-1204469392'), (u'INT_ADD_-1204469231', u'CAST_-1204468915'), ('const-433', u'LOAD_-1204469390'), ('const-0', u'INT_NOTEQUAL_-1204469370'), ('const-1', u'CALL_-1204469318'), ('const-64', u'CALL_-1204469318'), (u'LOAD_-1204469247', u'CALL_-1204469186'), (u'LOAD_-1204469390', u'INT_NOTEQUAL_-1204469370'), (u'LOAD_-1204469452', u'INT_ADD_-1204469352'), ('const-144', u'INT_ADD_-1204469436'), (u'CALL_-1204469223', u'CALL_-1204469186'), ('const-160', u'INT_ADD_-1204469231'), (u'CAST_-1204468984', u'LOAD_-1204469390'), ('const-40', u'INT_ADD_-1204469343'), ('const-160', u'INT_ADD_-1204469414'), (u'LOAD_-1204469316', u'COPY_-1204469011'), ('const-144', u'INT_ADD_-1204469466'), ('tmp_936', u'INT_ADD_-1204469466'), ('tmp_1254', u'CALL_-1204469186'), (u'CAST_-1204469006', u'LOAD_-1204469430'), ('tmp_392', u'BRANCH_-1204469183'), (u'INT_LESSEQUAL_-1204469414', u'CBRANCH_-1204469408'), (u'CAST_-1204469022', u'LOAD_-1204469452'), (u'COPY_-1204468968', u'CALL_-1204469223'), (u'CALL_-1204469318', u'INT_ADD_-1204469300'), ('const-0', u'RETURN_-1204469265'), (u'INT_ADD_-1204469300', u'CAST_-1204468940'), (u'INT_ADD_-1204469466', u'CALL_-1204469249'), ('const-433', u'LOAD_-1204469430'), (u'CAST_-1204468940', u'LOAD_-1204469316'), ('tmp_1254', u'INT_LESSEQUAL_-1204469414'), (u'CAST_-1204468915', u'LOAD_-1204469247'), (u'INT_ADD_-1204469436', u'CAST_-1204469022'), ('const-433', u'LOAD_-1204469316'), (u'LOAD_-1204469452', u'CALL_-1204469186'), ('const-3637904', u'COPY_-1204468968'), ('const-1', u'RETURN_-1204469207'), (u'COPY_-1204469011', u'RETURN_-1204469265'), (u'CAST_-1204468974', u'LOAD_-1204469368'), (u'CALL_-1204469392', u'CALL_-1204469318'), ('tmp_123', u'CBRANCH_-1204469408'), ('const-48', u'INT_ADD_-1204469352'), ('tmp_936', u'INT_ADD_-1204469231'), ('const-433', u'LOAD_-1204469247'), ('const-44', u'INT_ADD_-1204469300'), ('const-433', u'LOAD_-1204469368'), ('const-433', u'LOAD_-1204469452'), ('tmp_936', u'INT_ADD_-1204469436'), (u'LOAD_-1204469390', u'INT_ADD_-1204469343'), (u'INT_ADD_-1204469343', u'CALL_-1204469318'), (u'INT_NOTEQUAL_-1204469370', u'CBRANCH_-1204469369'), ('tmp_936', u'INT_ADD_-1204469414'), (u'INT_ADD_-1204469374', u'CAST_-1204468984'), (u'LOAD_-1204469430', u'INT_LESSEQUAL_-1204469414'), ('const-1', u'CALL_-1204469318'), (u'INT_ADD_-1204469466', u'CALL_-1204469432'), (u'LOAD_-1204469452', u'INT_ADD_-1204469374'), (u'INT_ADD_-1204469352', u'CAST_-1204468974'), (u'LOAD_-1204469368', u'CALL_-1204469318'), ('const-40', u'INT_ADD_-1204469374'), (u'INT_ADD_-1204469414', u'CAST_-1204469006'), ('tmp_171', u'CBRANCH_-1204469369')]
| null | null |
002a4100
|
x64
|
O2
|
(translation_unit "undefined4 FUN_002a4100(long param_1,uint param_2)\n\n{\n undefined4 uVar1;\n long lVar2;\n undefined8 uVar3;\n long lVar4;\n \n lVar4 = param_1 + 0x90;\n lVar2 = *(long *)(param_1 + 0x90);\n FUN_001682d0(lVar4);\n if (*(uint *)(param_1 + 0xa0) <= param_2) {\n FUN_001682d0(lVar4);\n uVar1 = *(undefined4 *)(param_1 + 0xa0);\n uVar3 = gettext("section_info: bad shndx %u >= %u");\n FUN_001bd150(lVar2,uVar3,param_2,uVar1);\n }\n uVar3 = FUN_001688c0(lVar4,param_2);\n if (*(long *)(lVar2 + 0x28) != 0) {\n lVar4 = FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n );\n return *(undefined4 *)(lVar4 + 0x2c);\n }\n /* WARNING: Subroutine does not return */\n FUN_0029a160();\n}\n\n" (function_definition "undefined4 FUN_002a4100(long param_1,uint param_2)\n\n{\n undefined4 uVar1;\n long lVar2;\n undefined8 uVar3;\n long lVar4;\n \n lVar4 = param_1 + 0x90;\n lVar2 = *(long *)(param_1 + 0x90);\n FUN_001682d0(lVar4);\n if (*(uint *)(param_1 + 0xa0) <= param_2) {\n FUN_001682d0(lVar4);\n uVar1 = *(undefined4 *)(param_1 + 0xa0);\n uVar3 = gettext("section_info: bad shndx %u >= %u");\n FUN_001bd150(lVar2,uVar3,param_2,uVar1);\n }\n uVar3 = FUN_001688c0(lVar4,param_2);\n if (*(long *)(lVar2 + 0x28) != 0) {\n lVar4 = FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n );\n return *(undefined4 *)(lVar4 + 0x2c);\n }\n /* WARNING: Subroutine does not return */\n FUN_0029a160();\n}" type_identifier (function_declarator "FUN_002a4100(long param_1,uint param_2)" identifier (parameter_list "(long param_1,uint param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n undefined4 uVar1;\n long lVar2;\n undefined8 uVar3;\n long lVar4;\n \n lVar4 = param_1 + 0x90;\n lVar2 = *(long *)(param_1 + 0x90);\n FUN_001682d0(lVar4);\n if (*(uint *)(param_1 + 0xa0) <= param_2) {\n FUN_001682d0(lVar4);\n uVar1 = *(undefined4 *)(param_1 + 0xa0);\n uVar3 = gettext("section_info: bad shndx %u >= %u");\n FUN_001bd150(lVar2,uVar3,param_2,uVar1);\n }\n uVar3 = FUN_001688c0(lVar4,param_2);\n if (*(long *)(lVar2 + 0x28) != 0) {\n lVar4 = FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n );\n return *(undefined4 *)(lVar4 + 0x2c);\n }\n /* WARNING: Subroutine does not return */\n FUN_0029a160();\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar4 = param_1 + 0x90;" (assignment_expression "lVar4 = param_1 + 0x90" identifier = (binary_expression "param_1 + 0x90" identifier + number_literal)) ;) (expression_statement "lVar2 = *(long *)(param_1 + 0x90);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x90)" identifier = (pointer_expression "*(long *)(param_1 + 0x90)" * (cast_expression "(long *)(param_1 + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) ))))) ;) (expression_statement "FUN_001682d0(lVar4);" (call_expression "FUN_001682d0(lVar4)" identifier (argument_list "(lVar4)" ( identifier ))) ;) (if_statement "if (*(uint *)(param_1 + 0xa0) <= param_2) {\n FUN_001682d0(lVar4);\n uVar1 = *(undefined4 *)(param_1 + 0xa0);\n uVar3 = gettext("section_info: bad shndx %u >= %u");\n FUN_001bd150(lVar2,uVar3,param_2,uVar1);\n }" if (parenthesized_expression "(*(uint *)(param_1 + 0xa0) <= param_2)" ( (binary_expression "*(uint *)(param_1 + 0xa0) <= param_2" (pointer_expression "*(uint *)(param_1 + 0xa0)" * (cast_expression "(uint *)(param_1 + 0xa0)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) )))) <= identifier) )) (compound_statement "{\n FUN_001682d0(lVar4);\n uVar1 = *(undefined4 *)(param_1 + 0xa0);\n uVar3 = gettext("section_info: bad shndx %u >= %u");\n FUN_001bd150(lVar2,uVar3,param_2,uVar1);\n }" { (expression_statement "FUN_001682d0(lVar4);" (call_expression "FUN_001682d0(lVar4)" identifier (argument_list "(lVar4)" ( identifier ))) ;) (expression_statement "uVar1 = *(undefined4 *)(param_1 + 0xa0);" (assignment_expression "uVar1 = *(undefined4 *)(param_1 + 0xa0)" identifier = (pointer_expression "*(undefined4 *)(param_1 + 0xa0)" * (cast_expression "(undefined4 *)(param_1 + 0xa0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) ))))) ;) (expression_statement "uVar3 = gettext("section_info: bad shndx %u >= %u");" (assignment_expression "uVar3 = gettext("section_info: bad shndx %u >= %u")" identifier = (call_expression "gettext("section_info: bad shndx %u >= %u")" identifier (argument_list "("section_info: bad shndx %u >= %u")" ( (string_literal ""section_info: bad shndx %u >= %u"" " string_content ") )))) ;) (expression_statement "FUN_001bd150(lVar2,uVar3,param_2,uVar1);" (call_expression "FUN_001bd150(lVar2,uVar3,param_2,uVar1)" identifier (argument_list "(lVar2,uVar3,param_2,uVar1)" ( identifier , identifier , identifier , identifier ))) ;) })) (expression_statement "uVar3 = FUN_001688c0(lVar4,param_2);" (assignment_expression "uVar3 = FUN_001688c0(lVar4,param_2)" identifier = (call_expression "FUN_001688c0(lVar4,param_2)" identifier (argument_list "(lVar4,param_2)" ( identifier , identifier )))) ;) (if_statement "if (*(long *)(lVar2 + 0x28) != 0) {\n lVar4 = FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n );\n return *(undefined4 *)(lVar4 + 0x2c);\n }" if (parenthesized_expression "(*(long *)(lVar2 + 0x28) != 0)" ( (binary_expression "*(long *)(lVar2 + 0x28) != 0" (pointer_expression "*(long *)(lVar2 + 0x28)" * (cast_expression "(long *)(lVar2 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x28)" ( (binary_expression "lVar2 + 0x28" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n lVar4 = FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n );\n return *(undefined4 *)(lVar4 + 0x2c);\n }" { (expression_statement "lVar4 = FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n );" (assignment_expression "lVar4 = FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n )" identifier = (call_expression "FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n )" identifier (argument_list "(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n )" ( (binary_expression "*(long *)(lVar2 + 0x28) + 0x28" (pointer_expression "*(long *)(lVar2 + 0x28)" * (cast_expression "(long *)(lVar2 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x28)" ( (binary_expression "lVar2 + 0x28" identifier + number_literal) )))) + number_literal) , (pointer_expression "*(undefined8 *)(lVar2 + 0x30)" * (cast_expression "(undefined8 *)(lVar2 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x30)" ( (binary_expression "lVar2 + 0x30" identifier + number_literal) )))) , identifier , number_literal , number_literal , number_literal )))) ;) (return_statement "return *(undefined4 *)(lVar4 + 0x2c);" return (pointer_expression "*(undefined4 *)(lVar4 + 0x2c)" * (cast_expression "(undefined4 *)(lVar4 + 0x2c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x2c)" ( (binary_expression "lVar4 + 0x2c" identifier + number_literal) )))) ;) })) comment (expression_statement "FUN_0029a160();" (call_expression "FUN_0029a160()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* DWARF original prototype: uint do_section_info(Sized_dynobj<64,_false> * this, uint shndx) */\n\nuint __thiscall\ngold::Sized_dynobj<64,_false>::do_section_info(Sized_dynobj<64,_false> *this,uint shndx)\n\n{\n Elf_file<64,_false,_gold::Object> *this_00;\n uint uVar1;\n Object *this_01;\n off_t start;\n uchar *puVar2;\n char *format;\n \n this_00 = &this->elf_file_;\n this_01 = (this->elf_file_).file_;\n elfcpp::Elf_file<64,_false,_gold::Object>::initialize_shnum(this_00);\n if ((this->elf_file_).shnum_ <= shndx) {\n elfcpp::Elf_file<64,_false,_gold::Object>::initialize_shnum(this_00);\n uVar1 = (this->elf_file_).shnum_;\n format = (char *)gettext("section_info: bad shndx %u >= %u");\n Object::error(this_01,format,(ulong)shndx,(ulong)uVar1);\n }\n start = elfcpp::Elf_file<64,_false,_gold::Object>::section_header_offset(this_00,shndx);\n if (this_01->input_file_ != (Input_file *)0x0) {\n puVar2 = File_read::get_view(&this_01->input_file_->file_,this_01->offset_,start,0x40,true,true)\n ;\n return *(uint *)(puVar2 + 0x2c);\n }\n /* WARNING: Subroutine does not return */\n Object::input_file((Object *)0x0);\n}\n\n" comment (declaration "uint __thiscall\ngold::Sized_dynobj<64,_false>::do_section_info(Sized_dynobj<64,_false> *this,uint shndx)\n\n{\n Elf_file<64,_false,_gold::Object> *this_00;" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>::do_section_info(Sized_dynobj<64,_false> *this,uint shndx)\n\n{" identifier > : : (function_declarator "do_section_info(Sized_dynobj<64,_false> *this,uint shndx)" identifier (parameter_list "(Sized_dynobj<64,_false> *this,uint shndx)" ( (parameter_declaration "Sized_dynobj" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) ))) {) identifier (ERROR "<64" < number_literal) , identifier , (ERROR "_gold::Object>" identifier : : identifier >) (pointer_declarator "*this_00" * identifier) ;) (declaration "uint uVar1;" type_identifier identifier ;) (declaration "Object *this_01;" type_identifier (pointer_declarator "*this_01" * identifier) ;) (declaration "off_t start;" type_identifier identifier ;) (declaration "uchar *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (expression_statement "this_00 = &this->elf_file_;" (assignment_expression "this_00 = &this->elf_file_" identifier = (pointer_expression "&this->elf_file_" & (field_expression "this->elf_file_" identifier -> field_identifier))) ;) (expression_statement "this_01 = (this->elf_file_).file_;" (assignment_expression "this_01 = (this->elf_file_).file_" identifier = (field_expression "(this->elf_file_).file_" (parenthesized_expression "(this->elf_file_)" ( (field_expression "this->elf_file_" identifier -> field_identifier) )) . field_identifier)) ;) (labeled_statement "elfcpp::Elf_file<64,_false,_gold::Object>::initialize_shnum(this_00);" statement_identifier (ERROR "::Elf_file<64,_false,_gold::Object>:" : : (comma_expression "Elf_file<64,_false,_gold" (binary_expression "Elf_file<64" identifier < number_literal) , (comma_expression "_false,_gold" identifier , identifier)) : : identifier > :) : (expression_statement "initialize_shnum(this_00);" (call_expression "initialize_shnum(this_00)" identifier (argument_list "(this_00)" ( identifier ))) ;)) (if_statement "if ((this->elf_file_).shnum_ <= shndx) {\n elfcpp::Elf_file<64,_false,_gold::Object>::initialize_shnum(this_00);\n uVar1 = (this->elf_file_).shnum_;\n format = (char *)gettext("section_info: bad shndx %u >= %u");\n Object::error(this_01,format,(ulong)shndx,(ulong)uVar1);\n }" if (parenthesized_expression "((this->elf_file_).shnum_ <= shndx)" ( (binary_expression "(this->elf_file_).shnum_ <= shndx" (field_expression "(this->elf_file_).shnum_" (parenthesized_expression "(this->elf_file_)" ( (field_expression "this->elf_file_" identifier -> field_identifier) )) . field_identifier) <= identifier) )) (compound_statement "{\n elfcpp::Elf_file<64,_false,_gold::Object>::initialize_shnum(this_00);\n uVar1 = (this->elf_file_).shnum_;\n format = (char *)gettext("section_info: bad shndx %u >= %u");\n Object::error(this_01,format,(ulong)shndx,(ulong)uVar1);\n }" { (labeled_statement "elfcpp::Elf_file<64,_false,_gold::Object>::initialize_shnum(this_00);" statement_identifier (ERROR "::Elf_file<64,_false,_gold::Object>:" : : (comma_expression "Elf_file<64,_false,_gold" (binary_expression "Elf_file<64" identifier < number_literal) , (comma_expression "_false,_gold" identifier , identifier)) : : identifier > :) : (expression_statement "initialize_shnum(this_00);" (call_expression "initialize_shnum(this_00)" identifier (argument_list "(this_00)" ( identifier ))) ;)) (expression_statement "uVar1 = (this->elf_file_).shnum_;" (assignment_expression "uVar1 = (this->elf_file_).shnum_" identifier = (field_expression "(this->elf_file_).shnum_" (parenthesized_expression "(this->elf_file_)" ( (field_expression "this->elf_file_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "format = (char *)gettext("section_info: bad shndx %u >= %u");" (assignment_expression "format = (char *)gettext("section_info: bad shndx %u >= %u")" identifier = (cast_expression "(char *)gettext("section_info: bad shndx %u >= %u")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("section_info: bad shndx %u >= %u")" identifier (argument_list "("section_info: bad shndx %u >= %u")" ( (string_literal ""section_info: bad shndx %u >= %u"" " string_content ") ))))) ;) (labeled_statement "Object::error(this_01,format,(ulong)shndx,(ulong)uVar1);" statement_identifier : (ERROR ":" :) (expression_statement "error(this_01,format,(ulong)shndx,(ulong)uVar1);" (call_expression "error(this_01,format,(ulong)shndx,(ulong)uVar1)" identifier (argument_list "(this_01,format,(ulong)shndx,(ulong)uVar1)" ( identifier , identifier , (cast_expression "(ulong)shndx" ( (type_descriptor "ulong" type_identifier) ) identifier) , (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) ))) ;)) })) (ERROR "start = elfcpp::Elf_file<64,_false," (binary_expression "start = elfcpp::Elf_file<64" (assignment_expression "start = elfcpp" identifier = identifier) (ERROR "::Elf_file" : : identifier) < number_literal) , identifier ,) (labeled_statement "_gold::Object>::section_header_offset(this_00,shndx);" statement_identifier (ERROR "::Object>:" : : identifier > :) : (expression_statement "section_header_offset(this_00,shndx);" (call_expression "section_header_offset(this_00,shndx)" identifier (argument_list "(this_00,shndx)" ( identifier , identifier ))) ;)) (if_statement "if (this_01->input_file_ != (Input_file *)0x0) {\n puVar2 = File_read::get_view(&this_01->input_file_->file_,this_01->offset_,start,0x40,true,true)\n ;\n return *(uint *)(puVar2 + 0x2c);\n }" if (parenthesized_expression "(this_01->input_file_ != (Input_file *)0x0)" ( (binary_expression "this_01->input_file_ != (Input_file *)0x0" (field_expression "this_01->input_file_" identifier -> field_identifier) != (cast_expression "(Input_file *)0x0" ( (type_descriptor "Input_file *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar2 = File_read::get_view(&this_01->input_file_->file_,this_01->offset_,start,0x40,true,true)\n ;\n return *(uint *)(puVar2 + 0x2c);\n }" { (ERROR "puVar2 = File_read::" (assignment_expression "puVar2 = File_read" identifier = identifier) : :) (expression_statement "get_view(&this_01->input_file_->file_,this_01->offset_,start,0x40,true,true)\n ;" (call_expression "get_view(&this_01->input_file_->file_,this_01->offset_,start,0x40,true,true)" identifier (argument_list "(&this_01->input_file_->file_,this_01->offset_,start,0x40,true,true)" ( (pointer_expression "&this_01->input_file_->file_" & (field_expression "this_01->input_file_->file_" (field_expression "this_01->input_file_" identifier -> field_identifier) -> field_identifier)) , (field_expression "this_01->offset_" identifier -> field_identifier) , identifier , number_literal , true , true ))) ;) (return_statement "return *(uint *)(puVar2 + 0x2c);" return (pointer_expression "*(uint *)(puVar2 + 0x2c)" * (cast_expression "(uint *)(puVar2 + 0x2c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 0x2c)" ( (binary_expression "puVar2 + 0x2c" identifier + number_literal) )))) ;) })) comment (labeled_statement "Object::input_file((Object *)0x0);" statement_identifier : (ERROR ":" :) (expression_statement "input_file((Object *)0x0);" (call_expression "input_file((Object *)0x0)" identifier (argument_list "((Object *)0x0)" ( (cast_expression "(Object *)0x0" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ))) ;)) (ERROR "}" }))
|
(translation_unit "undefined4 FUN_002a4100(long param_1,uint param_2)\n\n{\n undefined4 uVar1;\n long lVar2;\n undefined8 uVar3;\n long lVar4;\n \n lVar4 = param_1 + 0x90;\n lVar2 = *(long *)(param_1 + 0x90);\n FUN_001682d0(lVar4);\n if (*(uint *)(param_1 + 0xa0) <= param_2) {\n FUN_001682d0(lVar4);\n uVar1 = *(undefined4 *)(param_1 + 0xa0);\n uVar3 = gettext("section_info: bad shndx %u >= %u");\n FUN_001bd150(lVar2,uVar3,param_2,uVar1);\n }\n uVar3 = FUN_001688c0(lVar4,param_2);\n if (*(long *)(lVar2 + 0x28) != 0) {\n lVar4 = FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n );\n return *(undefined4 *)(lVar4 + 0x2c);\n }\n \n FUN_0029a160();\n}\n\n" (function_definition "undefined4 FUN_002a4100(long param_1,uint param_2)\n\n{\n undefined4 uVar1;\n long lVar2;\n undefined8 uVar3;\n long lVar4;\n \n lVar4 = param_1 + 0x90;\n lVar2 = *(long *)(param_1 + 0x90);\n FUN_001682d0(lVar4);\n if (*(uint *)(param_1 + 0xa0) <= param_2) {\n FUN_001682d0(lVar4);\n uVar1 = *(undefined4 *)(param_1 + 0xa0);\n uVar3 = gettext("section_info: bad shndx %u >= %u");\n FUN_001bd150(lVar2,uVar3,param_2,uVar1);\n }\n uVar3 = FUN_001688c0(lVar4,param_2);\n if (*(long *)(lVar2 + 0x28) != 0) {\n lVar4 = FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n );\n return *(undefined4 *)(lVar4 + 0x2c);\n }\n \n FUN_0029a160();\n}" type_identifier (function_declarator "FUN_002a4100(long param_1,uint param_2)" identifier (parameter_list "(long param_1,uint param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n undefined4 uVar1;\n long lVar2;\n undefined8 uVar3;\n long lVar4;\n \n lVar4 = param_1 + 0x90;\n lVar2 = *(long *)(param_1 + 0x90);\n FUN_001682d0(lVar4);\n if (*(uint *)(param_1 + 0xa0) <= param_2) {\n FUN_001682d0(lVar4);\n uVar1 = *(undefined4 *)(param_1 + 0xa0);\n uVar3 = gettext("section_info: bad shndx %u >= %u");\n FUN_001bd150(lVar2,uVar3,param_2,uVar1);\n }\n uVar3 = FUN_001688c0(lVar4,param_2);\n if (*(long *)(lVar2 + 0x28) != 0) {\n lVar4 = FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n );\n return *(undefined4 *)(lVar4 + 0x2c);\n }\n \n FUN_0029a160();\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar4 = param_1 + 0x90;" (assignment_expression "lVar4 = param_1 + 0x90" identifier = (binary_expression "param_1 + 0x90" identifier + number_literal)) ;) (expression_statement "lVar2 = *(long *)(param_1 + 0x90);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x90)" identifier = (pointer_expression "*(long *)(param_1 + 0x90)" * (cast_expression "(long *)(param_1 + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) ))))) ;) (expression_statement "FUN_001682d0(lVar4);" (call_expression "FUN_001682d0(lVar4)" identifier (argument_list "(lVar4)" ( identifier ))) ;) (if_statement "if (*(uint *)(param_1 + 0xa0) <= param_2) {\n FUN_001682d0(lVar4);\n uVar1 = *(undefined4 *)(param_1 + 0xa0);\n uVar3 = gettext("section_info: bad shndx %u >= %u");\n FUN_001bd150(lVar2,uVar3,param_2,uVar1);\n }" if (parenthesized_expression "(*(uint *)(param_1 + 0xa0) <= param_2)" ( (binary_expression "*(uint *)(param_1 + 0xa0) <= param_2" (pointer_expression "*(uint *)(param_1 + 0xa0)" * (cast_expression "(uint *)(param_1 + 0xa0)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) )))) <= identifier) )) (compound_statement "{\n FUN_001682d0(lVar4);\n uVar1 = *(undefined4 *)(param_1 + 0xa0);\n uVar3 = gettext("section_info: bad shndx %u >= %u");\n FUN_001bd150(lVar2,uVar3,param_2,uVar1);\n }" { (expression_statement "FUN_001682d0(lVar4);" (call_expression "FUN_001682d0(lVar4)" identifier (argument_list "(lVar4)" ( identifier ))) ;) (expression_statement "uVar1 = *(undefined4 *)(param_1 + 0xa0);" (assignment_expression "uVar1 = *(undefined4 *)(param_1 + 0xa0)" identifier = (pointer_expression "*(undefined4 *)(param_1 + 0xa0)" * (cast_expression "(undefined4 *)(param_1 + 0xa0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) ))))) ;) (expression_statement "uVar3 = gettext("section_info: bad shndx %u >= %u");" (assignment_expression "uVar3 = gettext("section_info: bad shndx %u >= %u")" identifier = (call_expression "gettext("section_info: bad shndx %u >= %u")" identifier (argument_list "("section_info: bad shndx %u >= %u")" ( (string_literal ""section_info: bad shndx %u >= %u"" " string_content ") )))) ;) (expression_statement "FUN_001bd150(lVar2,uVar3,param_2,uVar1);" (call_expression "FUN_001bd150(lVar2,uVar3,param_2,uVar1)" identifier (argument_list "(lVar2,uVar3,param_2,uVar1)" ( identifier , identifier , identifier , identifier ))) ;) })) (expression_statement "uVar3 = FUN_001688c0(lVar4,param_2);" (assignment_expression "uVar3 = FUN_001688c0(lVar4,param_2)" identifier = (call_expression "FUN_001688c0(lVar4,param_2)" identifier (argument_list "(lVar4,param_2)" ( identifier , identifier )))) ;) (if_statement "if (*(long *)(lVar2 + 0x28) != 0) {\n lVar4 = FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n );\n return *(undefined4 *)(lVar4 + 0x2c);\n }" if (parenthesized_expression "(*(long *)(lVar2 + 0x28) != 0)" ( (binary_expression "*(long *)(lVar2 + 0x28) != 0" (pointer_expression "*(long *)(lVar2 + 0x28)" * (cast_expression "(long *)(lVar2 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x28)" ( (binary_expression "lVar2 + 0x28" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n lVar4 = FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n );\n return *(undefined4 *)(lVar4 + 0x2c);\n }" { (expression_statement "lVar4 = FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n );" (assignment_expression "lVar4 = FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n )" identifier = (call_expression "FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n )" identifier (argument_list "(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n )" ( (binary_expression "*(long *)(lVar2 + 0x28) + 0x28" (pointer_expression "*(long *)(lVar2 + 0x28)" * (cast_expression "(long *)(lVar2 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x28)" ( (binary_expression "lVar2 + 0x28" identifier + number_literal) )))) + number_literal) , (pointer_expression "*(undefined8 *)(lVar2 + 0x30)" * (cast_expression "(undefined8 *)(lVar2 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x30)" ( (binary_expression "lVar2 + 0x30" identifier + number_literal) )))) , identifier , number_literal , number_literal , number_literal )))) ;) (return_statement "return *(undefined4 *)(lVar4 + 0x2c);" return (pointer_expression "*(undefined4 *)(lVar4 + 0x2c)" * (cast_expression "(undefined4 *)(lVar4 + 0x2c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x2c)" ( (binary_expression "lVar4 + 0x2c" identifier + number_literal) )))) ;) })) (expression_statement "FUN_0029a160();" (call_expression "FUN_0029a160()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) <= IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT , LIT , LIT , LIT )))) ;) (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "undefined4 FUN_002a4100(long param_1,uint param_2)\n\n{\n undefined4 uVar1;\n long lVar2;\n undefined8 uVar3;\n long lVar4;\n \n lVar4 = param_1 + 0x90;\n lVar2 = *(long *)(param_1 + 0x90);\n FUN_001682d0(lVar4);\n if (*(uint *)(param_1 + 0xa0) <= param_2) {\n FUN_001682d0(lVar4);\n uVar1 = *(undefined4 *)(param_1 + 0xa0);\n uVar3 = gettext("section_info: bad shndx %u >= %u");\n FUN_001bd150(lVar2,uVar3,param_2,uVar1);\n }\n uVar3 = FUN_001688c0(lVar4,param_2);\n if (*(long *)(lVar2 + 0x28) != 0) {\n lVar4 = FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n );\n return *(undefined4 *)(lVar4 + 0x2c);\n }\n \n FUN_0029a160();\n}" (type_identifier "undefined4") (function_declarator "FUN_002a4100(long param_1,uint param_2)" (identifier "FUN_002a4100") (parameter_list "(long param_1,uint param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) () ")"))) (compound_statement "{\n undefined4 uVar1;\n long lVar2;\n undefined8 uVar3;\n long lVar4;\n \n lVar4 = param_1 + 0x90;\n lVar2 = *(long *)(param_1 + 0x90);\n FUN_001682d0(lVar4);\n if (*(uint *)(param_1 + 0xa0) <= param_2) {\n FUN_001682d0(lVar4);\n uVar1 = *(undefined4 *)(param_1 + 0xa0);\n uVar3 = gettext("section_info: bad shndx %u >= %u");\n FUN_001bd150(lVar2,uVar3,param_2,uVar1);\n }\n uVar3 = FUN_001688c0(lVar4,param_2);\n if (*(long *)(lVar2 + 0x28) != 0) {\n lVar4 = FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n );\n return *(undefined4 *)(lVar4 + 0x2c);\n }\n \n FUN_0029a160();\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (expression_statement "lVar4 = param_1 + 0x90;" (assignment_expression "lVar4 = param_1 + 0x90" (identifier "lVar4") (= "=") (binary_expression "param_1 + 0x90" (identifier "param_1") (+ "+") (number_literal "0x90"))) (; ";")) (expression_statement "lVar2 = *(long *)(param_1 + 0x90);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x90)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(param_1 + 0x90)" (* "*") (cast_expression "(long *)(param_1 + 0x90)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x90)" (( "(") (binary_expression "param_1 + 0x90" (identifier "param_1") (+ "+") (number_literal "0x90")) () ")"))))) (; ";")) (expression_statement "FUN_001682d0(lVar4);" (call_expression "FUN_001682d0(lVar4)" (identifier "FUN_001682d0") (argument_list "(lVar4)" (( "(") (identifier "lVar4") () ")"))) (; ";")) (if_statement "if (*(uint *)(param_1 + 0xa0) <= param_2) {\n FUN_001682d0(lVar4);\n uVar1 = *(undefined4 *)(param_1 + 0xa0);\n uVar3 = gettext("section_info: bad shndx %u >= %u");\n FUN_001bd150(lVar2,uVar3,param_2,uVar1);\n }" (if "if") (parenthesized_expression "(*(uint *)(param_1 + 0xa0) <= param_2)" (( "(") (binary_expression "*(uint *)(param_1 + 0xa0) <= param_2" (pointer_expression "*(uint *)(param_1 + 0xa0)" (* "*") (cast_expression "(uint *)(param_1 + 0xa0)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa0)" (( "(") (binary_expression "param_1 + 0xa0" (identifier "param_1") (+ "+") (number_literal "0xa0")) () ")")))) (<= "<=") (identifier "param_2")) () ")")) (compound_statement "{\n FUN_001682d0(lVar4);\n uVar1 = *(undefined4 *)(param_1 + 0xa0);\n uVar3 = gettext("section_info: bad shndx %u >= %u");\n FUN_001bd150(lVar2,uVar3,param_2,uVar1);\n }" ({ "{") (expression_statement "FUN_001682d0(lVar4);" (call_expression "FUN_001682d0(lVar4)" (identifier "FUN_001682d0") (argument_list "(lVar4)" (( "(") (identifier "lVar4") () ")"))) (; ";")) (expression_statement "uVar1 = *(undefined4 *)(param_1 + 0xa0);" (assignment_expression "uVar1 = *(undefined4 *)(param_1 + 0xa0)" (identifier "uVar1") (= "=") (pointer_expression "*(undefined4 *)(param_1 + 0xa0)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0xa0)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa0)" (( "(") (binary_expression "param_1 + 0xa0" (identifier "param_1") (+ "+") (number_literal "0xa0")) () ")"))))) (; ";")) (expression_statement "uVar3 = gettext("section_info: bad shndx %u >= %u");" (assignment_expression "uVar3 = gettext("section_info: bad shndx %u >= %u")" (identifier "uVar3") (= "=") (call_expression "gettext("section_info: bad shndx %u >= %u")" (identifier "gettext") (argument_list "("section_info: bad shndx %u >= %u")" (( "(") (string_literal ""section_info: bad shndx %u >= %u"" (" """) (string_content "section_info: bad shndx %u >= %u") (" """)) () ")")))) (; ";")) (expression_statement "FUN_001bd150(lVar2,uVar3,param_2,uVar1);" (call_expression "FUN_001bd150(lVar2,uVar3,param_2,uVar1)" (identifier "FUN_001bd150") (argument_list "(lVar2,uVar3,param_2,uVar1)" (( "(") (identifier "lVar2") (, ",") (identifier "uVar3") (, ",") (identifier "param_2") (, ",") (identifier "uVar1") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar3 = FUN_001688c0(lVar4,param_2);" (assignment_expression "uVar3 = FUN_001688c0(lVar4,param_2)" (identifier "uVar3") (= "=") (call_expression "FUN_001688c0(lVar4,param_2)" (identifier "FUN_001688c0") (argument_list "(lVar4,param_2)" (( "(") (identifier "lVar4") (, ",") (identifier "param_2") () ")")))) (; ";")) (if_statement "if (*(long *)(lVar2 + 0x28) != 0) {\n lVar4 = FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n );\n return *(undefined4 *)(lVar4 + 0x2c);\n }" (if "if") (parenthesized_expression "(*(long *)(lVar2 + 0x28) != 0)" (( "(") (binary_expression "*(long *)(lVar2 + 0x28) != 0" (pointer_expression "*(long *)(lVar2 + 0x28)" (* "*") (cast_expression "(long *)(lVar2 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x28)" (( "(") (binary_expression "lVar2 + 0x28" (identifier "lVar2") (+ "+") (number_literal "0x28")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n lVar4 = FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n );\n return *(undefined4 *)(lVar4 + 0x2c);\n }" ({ "{") (expression_statement "lVar4 = FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n );" (assignment_expression "lVar4 = FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n )" (identifier "lVar4") (= "=") (call_expression "FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n )" (identifier "FUN_0017b1d0") (argument_list "(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1\n )" (( "(") (binary_expression "*(long *)(lVar2 + 0x28) + 0x28" (pointer_expression "*(long *)(lVar2 + 0x28)" (* "*") (cast_expression "(long *)(lVar2 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x28)" (( "(") (binary_expression "lVar2 + 0x28" (identifier "lVar2") (+ "+") (number_literal "0x28")) () ")")))) (+ "+") (number_literal "0x28")) (, ",") (pointer_expression "*(undefined8 *)(lVar2 + 0x30)" (* "*") (cast_expression "(undefined8 *)(lVar2 + 0x30)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x30)" (( "(") (binary_expression "lVar2 + 0x30" (identifier "lVar2") (+ "+") (number_literal "0x30")) () ")")))) (, ",") (identifier "uVar3") (, ",") (number_literal "0x40") (, ",") (number_literal "1") (, ",") (number_literal "1") () ")")))) (; ";")) (return_statement "return *(undefined4 *)(lVar4 + 0x2c);" (return "return") (pointer_expression "*(undefined4 *)(lVar4 + 0x2c)" (* "*") (cast_expression "(undefined4 *)(lVar4 + 0x2c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0x2c)" (( "(") (binary_expression "lVar4 + 0x2c" (identifier "lVar4") (+ "+") (number_literal "0x2c")) () ")")))) (; ";")) (} "}"))) (expression_statement "FUN_0029a160();" (call_expression "FUN_0029a160()" (identifier "FUN_0029a160") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* DWARF original prototype: uint do_section_info(Sized_dynobj<64,_false> * this, uint shndx) */
type_1 __thiscall
gold::Sized_dynobj<64,_false>::do_section_info(Sized_dynobj<64,_false> *this,type_1 var_2)
{
Elf_file<64,_false,_gold::type_2> *this_00;
type_1 uVar1;
type_2 *this_01;
type_3 start;
type_4 *var_7;
char *format;
this_00 = &this->elf_file_;
this_01 = (this->elf_file_).file_;
elfcpp::Elf_file<64,_false,_gold::type_2>::var_1(this_00);
if ((this->elf_file_).shnum_ <= var_2) {
elfcpp::Elf_file<64,_false,_gold::type_2>::var_1(this_00);
uVar1 = (this->elf_file_).shnum_;
format = (char *)var_3("section_info: bad shndx %u >= %u");
Object::var_4(this_01,format,(type_5)var_2,(type_5)uVar1);
}
start = elfcpp::Elf_file<64,_false,_gold::type_2>::var_5(this_00,var_2);
if (this_01->input_file_ != (type_6 *)0x0) {
var_7 = File_read::var_6(&this_01->input_file_->file_,this_01->offset_,start,0x40,true,true)
;
return *(type_1 *)(var_7 + 0x2c);
}
/* WARNING: Subroutine does not return */
Object::var_8((type_2 *)0x0);
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier) (number_literal) (number_literal) (number_literal))))) (return_statement (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
undefined4 MASKED(long param_1,uint param_2)
{
undefined4 uVar1;
long lVar2;
undefined8 uVar3;
long lVar4;
lVar4 = param_1 + 0x90;
lVar2 = *(long *)(param_1 + 0x90);
FUN_001682d0(lVar4);
if (*(uint *)(param_1 + 0xa0) <= param_2) {
FUN_001682d0(lVar4);
uVar1 = *(undefined4 *)(param_1 + 0xa0);
uVar3 = gettext("section_info: bad shndx %u >= %u");
FUN_001bd150(lVar2,uVar3,param_2,uVar1);
}
uVar3 = FUN_001688c0(lVar4,param_2);
if (*(long *)(lVar2 + 0x28) != 0) {
lVar4 = FUN_0017b1d0(*(long *)(lVar2 + 0x28) + 0x28,*(undefined8 *)(lVar2 + 0x30),uVar3,0x40,1,1
);
return *(undefined4 *)(lVar4 + 0x2c);
}
/* WARNING: Subroutine does not return */
FUN_0029a160();
}
|
9173_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
|
stdio_sync_filebuf
|
FUN_00323ac0
|
/* stdio_sync_filebuf<wchar_t, std::char_traits<wchar_t>
>::stdio_sync_filebuf(stdio_sync_filebuf<wchar_t, std::char_traits<wchar_t> >&&) */
void __thiscall
stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>>::stdio_sync_filebuf
(stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>> *this,stdio_sync_filebuf *param_1)
{
std::wstreambuf::wstreambuf((wstreambuf *)this,(wstreambuf *)param_1);
*(undefined ***)this = &PTR__stdio_sync_filebuf_00457e08;
*(undefined8 *)(this + 0x40) = *(undefined8 *)(param_1 + 0x40);
*(undefined4 *)(this + 0x48) = *(undefined4 *)(param_1 + 0x48);
*(undefined8 *)(param_1 + 0x40) = 0;
*(undefined4 *)(param_1 + 0x48) = 0xffffffff;
return;
}
|
void FUN_00323ac0(undefined8 *param_1,long param_2)
{
FUN_002fc3a0();
*param_1 = &PTR_FUN_00457e08;
param_1[8] = *(undefined8 *)(param_2 + 0x40);
*(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);
*(undefined8 *)(param_2 + 0x40) = 0;
*(undefined4 *)(param_2 + 0x48) = 0xffffffff;
return;
}
|
PUSH RBP
MOV RBP,RDI
PUSH RBX
MOV RBX,RSI
SUB RSP,0x8
CALL 0x002fc3a0
LEA RAX,[0x457df8]
ADD RAX,0x10
MOV qword ptr [RBP],RAX
MOV RAX,qword ptr [RBX + 0x40]
MOV qword ptr [RBP + 0x40],RAX
MOV EAX,dword ptr [RBX + 0x48]
MOV dword ptr [RBP + 0x48],EAX
MOV qword ptr [RBX + 0x40],0x0
MOV dword ptr [RBX + 0x48],0xffffffff
ADD RSP,0x8
POP RBX
POP RBP
RET
| null | null | null | null |
[(u'CAST_-1204995189', u'STORE_-1204995316'), ('const-1', u'PTRADD_-1204995242'), ('const-72', u'PTRADD_-1204995242'), ('tmp_196', u'CAST_-1204995217'), ('const-64', u'PTRADD_-1204995263'), ('const-1', u'PTRADD_-1204995225'), (u'PTRADD_-1204995263', u'CAST_-1204995194'), (u'PTRADD_-1204995225', u'CAST_-1204995167'), ('tmp_197', u'PTRADD_-1204995263'), ('const-4554248', u'PTRSUB_-1204995200'), ('const-1', u'PTRADD_-1204995256'), ('tmp_197', u'PTRADD_-1204995225'), ('tmp_197', u'PTRADD_-1204995249'), (u'LOAD_-1204995325', u'STORE_-1204995316'), (u'PTRADD_-1204995249', u'CAST_-1204995184'), ('tmp_196', u'CAST_-1204995199'), (u'CAST_-1204995216', u'CALL_-1204995354'), ('const-433', u'STORE_-1204995316'), ('const-0', u'RETURN_-1204995245'), ('tmp_197', u'CAST_-1204995216'), ('const-433', u'STORE_-1204995285'), (u'CAST_-1204995217', u'CALL_-1204995354'), ('const-433', u'LOAD_-1204995311'), (u'PTRADD_-1204995236', u'CAST_-1204995176'), (u'PTRSUB_-1204995200', u'STORE_-1204995330'), ('const-0', u'PTRSUB_-1204995200'), ('const-433', u'STORE_-1204995330'), (u'CAST_-1204995176', u'STORE_-1204995296'), ('const-0', u'STORE_-1204995296'), ('const-72', u'PTRADD_-1204995225'), ('const-1', u'PTRADD_-1204995236'), ('const-433', u'STORE_-1204995302'), (u'PTRADD_-1204995242', u'CAST_-1204995180'), (u'CAST_-1204995167', u'STORE_-1204995285'), ('const-4294967295', u'STORE_-1204995285'), ('const-1', u'PTRADD_-1204995249'), (u'LOAD_-1204995311', u'STORE_-1204995302'), (u'CAST_-1204995194', u'LOAD_-1204995325'), ('const-72', u'PTRADD_-1204995249'), (u'CAST_-1204995180', u'STORE_-1204995302'), ('const-433', u'LOAD_-1204995325'), ('tmp_196', u'PTRADD_-1204995256'), (u'CAST_-1204995184', u'LOAD_-1204995311'), ('const-64', u'PTRADD_-1204995256'), ('const-433', u'STORE_-1204995296'), (u'CAST_-1204995199', u'STORE_-1204995330'), (u'PTRADD_-1204995256', u'CAST_-1204995189'), ('const-64', u'PTRADD_-1204995236'), ('tmp_197', u'PTRADD_-1204995236'), ('const-1', u'PTRADD_-1204995263'), ('tmp_196', u'PTRADD_-1204995242')]
|
[(u'PTRSUB_-1204995200', u'STORE_-1204995330'), ('const-4294967295', u'STORE_-1204995285'), (u'PTRADD_-1204995184', u'CAST_-1204995182'), ('const-433', u'STORE_-1204995316'), ('tmp_246', u'INT_ADD_-1204995282'), (u'CAST_-1204995178', u'STORE_-1204995296'), (u'INT_ADD_-1204995309', u'CAST_-1204995195'), ('tmp_244', u'PTRADD_-1204995192'), ('tmp_246', u'INT_ADD_-1204995271'), ('const-9', u'PTRADD_-1204995184'), ('const-433', u'LOAD_-1204995311'), (u'INT_ADD_-1204995282', u'CAST_-1204995178'), ('const-433', u'STORE_-1204995296'), ('const-8', u'PTRADD_-1204995192'), ('const-433', u'STORE_-1204995285'), (u'CAST_-1204995169', u'STORE_-1204995285'), ('const-0', u'PTRSUB_-1204995200'), ('tmp_246', u'INT_ADD_-1204995295'), (u'PTRADD_-1204995192', u'STORE_-1204995316'), ('const-433', u'STORE_-1204995330'), ('const-64', u'INT_ADD_-1204995282'), (u'LOAD_-1204995311', u'STORE_-1204995302'), ('tmp_244', u'STORE_-1204995330'), ('const-64', u'INT_ADD_-1204995309'), ('tmp_246', u'INT_ADD_-1204995309'), ('const-72', u'INT_ADD_-1204995271'), (u'LOAD_-1204995325', u'STORE_-1204995316'), (u'CAST_-1204995186', u'LOAD_-1204995311'), ('const-0', u'STORE_-1204995296'), ('tmp_244', u'PTRADD_-1204995184'), (u'INT_ADD_-1204995271', u'CAST_-1204995169'), ('const-8', u'PTRADD_-1204995184'), ('const-72', u'INT_ADD_-1204995295'), ('const-8', u'PTRADD_-1204995192'), ('const-0', u'RETURN_-1204995245'), ('const-4554248', u'PTRSUB_-1204995200'), (u'INT_ADD_-1204995295', u'CAST_-1204995186'), (u'CAST_-1204995195', u'LOAD_-1204995325'), ('const-433', u'LOAD_-1204995325'), (u'CAST_-1204995182', u'STORE_-1204995302'), ('const-433', u'STORE_-1204995302')]
| null | null |
00323ac0
|
x64
|
O2
|
(translation_unit "void FUN_00323ac0(undefined8 *param_1,long param_2)\n\n{\n FUN_002fc3a0();\n *param_1 = &PTR_FUN_00457e08;\n param_1[8] = *(undefined8 *)(param_2 + 0x40);\n *(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);\n *(undefined8 *)(param_2 + 0x40) = 0;\n *(undefined4 *)(param_2 + 0x48) = 0xffffffff;\n return;\n}\n\n" (function_definition "void FUN_00323ac0(undefined8 *param_1,long param_2)\n\n{\n FUN_002fc3a0();\n *param_1 = &PTR_FUN_00457e08;\n param_1[8] = *(undefined8 *)(param_2 + 0x40);\n *(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);\n *(undefined8 *)(param_2 + 0x40) = 0;\n *(undefined4 *)(param_2 + 0x48) = 0xffffffff;\n return;\n}" primitive_type (function_declarator "FUN_00323ac0(undefined8 *param_1,long param_2)" identifier (parameter_list "(undefined8 *param_1,long param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n FUN_002fc3a0();\n *param_1 = &PTR_FUN_00457e08;\n param_1[8] = *(undefined8 *)(param_2 + 0x40);\n *(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);\n *(undefined8 *)(param_2 + 0x40) = 0;\n *(undefined4 *)(param_2 + 0x48) = 0xffffffff;\n return;\n}" { (expression_statement "FUN_002fc3a0();" (call_expression "FUN_002fc3a0()" identifier (argument_list "()" ( ))) ;) (expression_statement "*param_1 = &PTR_FUN_00457e08;" (assignment_expression "*param_1 = &PTR_FUN_00457e08" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00457e08" & identifier)) ;) (expression_statement "param_1[8] = *(undefined8 *)(param_2 + 0x40);" (assignment_expression "param_1[8] = *(undefined8 *)(param_2 + 0x40)" (subscript_expression "param_1[8]" identifier [ number_literal ]) = (pointer_expression "*(undefined8 *)(param_2 + 0x40)" * (cast_expression "(undefined8 *)(param_2 + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x40)" ( (binary_expression "param_2 + 0x40" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);" (assignment_expression "*(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48)" (pointer_expression "*(undefined4 *)(param_1 + 9)" * (cast_expression "(undefined4 *)(param_1 + 9)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 9)" ( (binary_expression "param_1 + 9" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(param_2 + 0x48)" * (cast_expression "(undefined4 *)(param_2 + 0x48)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x48)" ( (binary_expression "param_2 + 0x48" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(param_2 + 0x40) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x40) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x40)" * (cast_expression "(undefined8 *)(param_2 + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x40)" ( (binary_expression "param_2 + 0x40" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_2 + 0x48) = 0xffffffff;" (assignment_expression "*(undefined4 *)(param_2 + 0x48) = 0xffffffff" (pointer_expression "*(undefined4 *)(param_2 + 0x48)" * (cast_expression "(undefined4 *)(param_2 + 0x48)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x48)" ( (binary_expression "param_2 + 0x48" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* stdio_sync_filebuf<wchar_t, std::char_traits<wchar_t>\n >::stdio_sync_filebuf(stdio_sync_filebuf<wchar_t, std::char_traits<wchar_t> >&&) */\n\nvoid __thiscall\nstdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>>::stdio_sync_filebuf\n (stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>> *this,stdio_sync_filebuf *param_1)\n\n{\n std::wstreambuf::wstreambuf((wstreambuf *)this,(wstreambuf *)param_1);\n *(undefined ***)this = &PTR__stdio_sync_filebuf_00457e08;\n *(undefined8 *)(this + 0x40) = *(undefined8 *)(param_1 + 0x40);\n *(undefined4 *)(this + 0x48) = *(undefined4 *)(param_1 + 0x48);\n *(undefined8 *)(param_1 + 0x40) = 0;\n *(undefined4 *)(param_1 + 0x48) = 0xffffffff;\n return;\n}\n\n" comment (declaration "void __thiscall\nstdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>>::stdio_sync_filebuf\n (stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>> *this,stdio_sync_filebuf *param_1)\n\n{\n std::wstreambuf::wstreambuf((wstreambuf *)this,(wstreambuf *)param_1);" primitive_type (ms_call_modifier "__thiscall" __thiscall) identifier (ERROR "<wchar_t" < identifier) , (ERROR "std::char_traits<wchar_t>>::stdio_sync_filebuf\n (stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>> *this,stdio_sync_filebuf *param_1)\n\n{\n std::wstreambuf::" identifier : : identifier < identifier >> : : (function_declarator "stdio_sync_filebuf\n (stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>> *this,stdio_sync_filebuf *param_1)" identifier (parameter_list "(stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>> *this,stdio_sync_filebuf *param_1)" ( (parameter_declaration "stdio_sync_filebuf<wchar_t" type_identifier (ERROR "<" <) identifier) , (parameter_declaration "std::char_traits<wchar_t>> *this" type_identifier (ERROR "::char_traits<wchar_t>>" : : identifier < identifier >>) (pointer_declarator "*this" * identifier)) , (parameter_declaration "stdio_sync_filebuf *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) { identifier : : identifier : :) (function_declarator "wstreambuf((wstreambuf *)this,(wstreambuf *)param_1)" identifier (parameter_list "((wstreambuf *)this,(wstreambuf *)param_1)" ( (parameter_declaration "(wstreambuf *)this" (macro_type_specifier "(wstreambuf *)" identifier ( (type_descriptor "wstreambuf *" type_identifier (abstract_pointer_declarator "*" *)) )) identifier) , (parameter_declaration "(wstreambuf *)param_1" (macro_type_specifier "(wstreambuf *)" identifier ( (type_descriptor "wstreambuf *" type_identifier (abstract_pointer_declarator "*" *)) )) identifier) ))) ;) (expression_statement "*(undefined ***)this = &PTR__stdio_sync_filebuf_00457e08;" (assignment_expression "*(undefined ***)this = &PTR__stdio_sync_filebuf_00457e08" (pointer_expression "*(undefined ***)this" * (cast_expression "(undefined ***)this" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) = (pointer_expression "&PTR__stdio_sync_filebuf_00457e08" & identifier)) ;) (expression_statement "*(undefined8 *)(this + 0x40) = *(undefined8 *)(param_1 + 0x40);" (assignment_expression "*(undefined8 *)(this + 0x40) = *(undefined8 *)(param_1 + 0x40)" (pointer_expression "*(undefined8 *)(this + 0x40)" * (cast_expression "(undefined8 *)(this + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x40)" ( (binary_expression "this + 0x40" identifier + number_literal) )))) = (pointer_expression "*(undefined8 *)(param_1 + 0x40)" * (cast_expression "(undefined8 *)(param_1 + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(this + 0x48) = *(undefined4 *)(param_1 + 0x48);" (assignment_expression "*(undefined4 *)(this + 0x48) = *(undefined4 *)(param_1 + 0x48)" (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) )))) = (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) ))))) ;) (expression_statement "*(undefined8 *)(param_1 + 0x40) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0x40) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0x40)" * (cast_expression "(undefined8 *)(param_1 + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_1 + 0x48) = 0xffffffff;" (assignment_expression "*(undefined4 *)(param_1 + 0x48) = 0xffffffff" (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) )))) = number_literal) ;) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_00323ac0(undefined8 *param_1,long param_2)\n\n{\n FUN_002fc3a0();\n *param_1 = &PTR_FUN_00457e08;\n param_1[8] = *(undefined8 *)(param_2 + 0x40);\n *(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);\n *(undefined8 *)(param_2 + 0x40) = 0;\n *(undefined4 *)(param_2 + 0x48) = 0xffffffff;\n return;\n}\n\n" (function_definition "void FUN_00323ac0(undefined8 *param_1,long param_2)\n\n{\n FUN_002fc3a0();\n *param_1 = &PTR_FUN_00457e08;\n param_1[8] = *(undefined8 *)(param_2 + 0x40);\n *(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);\n *(undefined8 *)(param_2 + 0x40) = 0;\n *(undefined4 *)(param_2 + 0x48) = 0xffffffff;\n return;\n}" primitive_type (function_declarator "FUN_00323ac0(undefined8 *param_1,long param_2)" identifier (parameter_list "(undefined8 *param_1,long param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n FUN_002fc3a0();\n *param_1 = &PTR_FUN_00457e08;\n param_1[8] = *(undefined8 *)(param_2 + 0x40);\n *(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);\n *(undefined8 *)(param_2 + 0x40) = 0;\n *(undefined4 *)(param_2 + 0x48) = 0xffffffff;\n return;\n}" { (expression_statement "FUN_002fc3a0();" (call_expression "FUN_002fc3a0()" identifier (argument_list "()" ( ))) ;) (expression_statement "*param_1 = &PTR_FUN_00457e08;" (assignment_expression "*param_1 = &PTR_FUN_00457e08" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00457e08" & identifier)) ;) (expression_statement "param_1[8] = *(undefined8 *)(param_2 + 0x40);" (assignment_expression "param_1[8] = *(undefined8 *)(param_2 + 0x40)" (subscript_expression "param_1[8]" identifier [ number_literal ]) = (pointer_expression "*(undefined8 *)(param_2 + 0x40)" * (cast_expression "(undefined8 *)(param_2 + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x40)" ( (binary_expression "param_2 + 0x40" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);" (assignment_expression "*(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48)" (pointer_expression "*(undefined4 *)(param_1 + 9)" * (cast_expression "(undefined4 *)(param_1 + 9)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 9)" ( (binary_expression "param_1 + 9" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(param_2 + 0x48)" * (cast_expression "(undefined4 *)(param_2 + 0x48)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x48)" ( (binary_expression "param_2 + 0x48" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(param_2 + 0x40) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x40) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x40)" * (cast_expression "(undefined8 *)(param_2 + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x40)" ( (binary_expression "param_2 + 0x40" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_2 + 0x48) = 0xffffffff;" (assignment_expression "*(undefined4 *)(param_2 + 0x48) = 0xffffffff" (pointer_expression "*(undefined4 *)(param_2 + 0x48)" * (cast_expression "(undefined4 *)(param_2 + 0x48)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x48)" ( (binary_expression "param_2 + 0x48" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00323ac0(undefined8 *param_1,long param_2)\n\n{\n FUN_002fc3a0();\n *param_1 = &PTR_FUN_00457e08;\n param_1[8] = *(undefined8 *)(param_2 + 0x40);\n *(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);\n *(undefined8 *)(param_2 + 0x40) = 0;\n *(undefined4 *)(param_2 + 0x48) = 0xffffffff;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00323ac0(undefined8 *param_1,long param_2)" (identifier "FUN_00323ac0") (parameter_list "(undefined8 *param_1,long param_2)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")"))) (compound_statement "{\n FUN_002fc3a0();\n *param_1 = &PTR_FUN_00457e08;\n param_1[8] = *(undefined8 *)(param_2 + 0x40);\n *(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);\n *(undefined8 *)(param_2 + 0x40) = 0;\n *(undefined4 *)(param_2 + 0x48) = 0xffffffff;\n return;\n}" ({ "{") (expression_statement "FUN_002fc3a0();" (call_expression "FUN_002fc3a0()" (identifier "FUN_002fc3a0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "*param_1 = &PTR_FUN_00457e08;" (assignment_expression "*param_1 = &PTR_FUN_00457e08" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00457e08" (& "&") (identifier "PTR_FUN_00457e08"))) (; ";")) (expression_statement "param_1[8] = *(undefined8 *)(param_2 + 0x40);" (assignment_expression "param_1[8] = *(undefined8 *)(param_2 + 0x40)" (subscript_expression "param_1[8]" (identifier "param_1") ([ "[") (number_literal "8") (] "]")) (= "=") (pointer_expression "*(undefined8 *)(param_2 + 0x40)" (* "*") (cast_expression "(undefined8 *)(param_2 + 0x40)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x40)" (( "(") (binary_expression "param_2 + 0x40" (identifier "param_2") (+ "+") (number_literal "0x40")) () ")"))))) (; ";")) (expression_statement "*(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);" (assignment_expression "*(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48)" (pointer_expression "*(undefined4 *)(param_1 + 9)" (* "*") (cast_expression "(undefined4 *)(param_1 + 9)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 9)" (( "(") (binary_expression "param_1 + 9" (identifier "param_1") (+ "+") (number_literal "9")) () ")")))) (= "=") (pointer_expression "*(undefined4 *)(param_2 + 0x48)" (* "*") (cast_expression "(undefined4 *)(param_2 + 0x48)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x48)" (( "(") (binary_expression "param_2 + 0x48" (identifier "param_2") (+ "+") (number_literal "0x48")) () ")"))))) (; ";")) (expression_statement "*(undefined8 *)(param_2 + 0x40) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x40) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x40)" (* "*") (cast_expression "(undefined8 *)(param_2 + 0x40)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x40)" (( "(") (binary_expression "param_2 + 0x40" (identifier "param_2") (+ "+") (number_literal "0x40")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(param_2 + 0x48) = 0xffffffff;" (assignment_expression "*(undefined4 *)(param_2 + 0x48) = 0xffffffff" (pointer_expression "*(undefined4 *)(param_2 + 0x48)" (* "*") (cast_expression "(undefined4 *)(param_2 + 0x48)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x48)" (( "(") (binary_expression "param_2 + 0x48" (identifier "param_2") (+ "+") (number_literal "0x48")) () ")")))) (= "=") (number_literal "0xffffffff")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* stdio_sync_filebuf<wchar_t, std::char_traits<wchar_t>
>::stdio_sync_filebuf(stdio_sync_filebuf<wchar_t, std::char_traits<wchar_t> >&&) */
void __thiscall
stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>>::stdio_sync_filebuf
(stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>> *var_1,stdio_sync_filebuf *var_2)
{
std::function_1::function_1(type_1(function_1 *)var_1,type_1(function_1 *)var_2);
*(type_2 ***)var_1 = &PTR__stdio_sync_filebuf_00457e08;
*(type_3 *)(var_1 + 0x40) = *(type_3 *)(var_2 + 0x40);
*(type_4 *)(var_1 + 0x48) = *(type_4 *)(var_2 + 0x48);
*(type_3 *)(var_2 + 0x40) = 0;
*(type_4 *)(var_2 + 0x48) = 0xffffffff;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (return_statement))))
| null |
void MASKED(undefined8 *param_1,long param_2)
{
FUN_002fc3a0();
*param_1 = &PTR_FUN_00457e08;
param_1[8] = *(undefined8 *)(param_2 + 0x40);
*(undefined4 *)(param_1 + 9) = *(undefined4 *)(param_2 + 0x48);
*(undefined8 *)(param_2 + 0x40) = 0;
*(undefined4 *)(param_2 + 0x48) = 0xffffffff;
return;
}
|
9493_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
|
out_of_range
|
FUN_00319ec0
|
/* std::out_of_range::out_of_range(char const*) */
void __thiscall std::out_of_range::out_of_range(out_of_range *this,char *param_1)
{
logic_error::logic_error((logic_error *)this,param_1);
*(undefined ***)this = &PTR__out_of_range_0043b500;
return;
}
|
void FUN_00319ec0(undefined8 *param_1)
{
FUN_00319e20();
*param_1 = &PTR_FUN_0043b500;
return;
}
|
PUSH RBX
MOV RBX,RDI
CALL 0x00319e20
LEA RAX,[0x43b4f0]
ADD RAX,0x10
MOV qword ptr [RBX],RAX
POP RBX
RET
| null | null | null | null |
[(u'CAST_-1204904143', u'CALL_-1204904239'), (u'CAST_-1204904126', u'STORE_-1204904215'), (u'PTRSUB_-1204904126', u'STORE_-1204904215'), ('const-433', u'STORE_-1204904215'), ('const-0', u'PTRSUB_-1204904126'), ('tmp_74', u'CAST_-1204904143'), ('tmp_75', u'CALL_-1204904239'), ('const-4437248', u'PTRSUB_-1204904126'), ('tmp_74', u'CAST_-1204904126'), ('const-0', u'RETURN_-1204904197')]
|
[('tmp_110', u'STORE_-1204904215'), ('const-433', u'STORE_-1204904215'), ('const-4437248', u'PTRSUB_-1204904127'), ('const-0', u'PTRSUB_-1204904127'), (u'PTRSUB_-1204904127', u'STORE_-1204904215'), ('const-0', u'RETURN_-1204904197')]
| null | null |
00319ec0
|
x64
|
O2
|
(translation_unit "void FUN_00319ec0(undefined8 *param_1)\n\n{\n FUN_00319e20();\n *param_1 = &PTR_FUN_0043b500;\n return;\n}\n\n" (function_definition "void FUN_00319ec0(undefined8 *param_1)\n\n{\n FUN_00319e20();\n *param_1 = &PTR_FUN_0043b500;\n return;\n}" primitive_type (function_declarator "FUN_00319ec0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n FUN_00319e20();\n *param_1 = &PTR_FUN_0043b500;\n return;\n}" { (expression_statement "FUN_00319e20();" (call_expression "FUN_00319e20()" identifier (argument_list "()" ( ))) ;) (expression_statement "*param_1 = &PTR_FUN_0043b500;" (assignment_expression "*param_1 = &PTR_FUN_0043b500" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0043b500" & identifier)) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* std::out_of_range::out_of_range(char const*) */\n\nvoid __thiscall std::out_of_range::out_of_range(out_of_range *this,char *param_1)\n\n{\n logic_error::logic_error((logic_error *)this,param_1);\n *(undefined ***)this = &PTR__out_of_range_0043b500;\n return;\n}\n\n" comment (function_definition "void __thiscall std::out_of_range::out_of_range(out_of_range *this,char *param_1)\n\n{\n logic_error::logic_error((logic_error *)this,param_1);\n *(undefined ***)this = &PTR__out_of_range_0043b500;\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::out_of_range::" identifier : : identifier : :) (function_declarator "out_of_range(out_of_range *this,char *param_1)" identifier (parameter_list "(out_of_range *this,char *param_1)" ( (parameter_declaration "out_of_range *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n logic_error::logic_error((logic_error *)this,param_1);\n *(undefined ***)this = &PTR__out_of_range_0043b500;\n return;\n}" { (labeled_statement "logic_error::logic_error((logic_error *)this,param_1);" statement_identifier : (ERROR ":" :) (expression_statement "logic_error((logic_error *)this,param_1);" (call_expression "logic_error((logic_error *)this,param_1)" identifier (argument_list "((logic_error *)this,param_1)" ( (cast_expression "(logic_error *)this" ( (type_descriptor "logic_error *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;)) (expression_statement "*(undefined ***)this = &PTR__out_of_range_0043b500;" (assignment_expression "*(undefined ***)this = &PTR__out_of_range_0043b500" (pointer_expression "*(undefined ***)this" * (cast_expression "(undefined ***)this" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) = (pointer_expression "&PTR__out_of_range_0043b500" & identifier)) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00319ec0(undefined8 *param_1)\n\n{\n FUN_00319e20();\n *param_1 = &PTR_FUN_0043b500;\n return;\n}\n\n" (function_definition "void FUN_00319ec0(undefined8 *param_1)\n\n{\n FUN_00319e20();\n *param_1 = &PTR_FUN_0043b500;\n return;\n}" primitive_type (function_declarator "FUN_00319ec0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n FUN_00319e20();\n *param_1 = &PTR_FUN_0043b500;\n return;\n}" { (expression_statement "FUN_00319e20();" (call_expression "FUN_00319e20()" identifier (argument_list "()" ( ))) ;) (expression_statement "*param_1 = &PTR_FUN_0043b500;" (assignment_expression "*param_1 = &PTR_FUN_0043b500" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0043b500" & identifier)) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00319ec0(undefined8 *param_1)\n\n{\n FUN_00319e20();\n *param_1 = &PTR_FUN_0043b500;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00319ec0(undefined8 *param_1)" (identifier "FUN_00319ec0") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n FUN_00319e20();\n *param_1 = &PTR_FUN_0043b500;\n return;\n}" ({ "{") (expression_statement "FUN_00319e20();" (call_expression "FUN_00319e20()" (identifier "FUN_00319e20") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "*param_1 = &PTR_FUN_0043b500;" (assignment_expression "*param_1 = &PTR_FUN_0043b500" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_0043b500" (& "&") (identifier "PTR_FUN_0043b500"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* std::out_of_range::out_of_range(char const*) */
void __thiscall std::function_1::function_1(function_1 *this,char *param_1)
{
logic_error::var_1((var_1 *)this,param_1);
*(type_1 ***)this = &PTR__out_of_range_0043b500;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (return_statement))))
| null |
void MASKED(undefined8 *param_1)
{
FUN_00319e20();
*param_1 = &PTR_FUN_0043b500;
return;
}
|
44_sg_raw_and_sg_raw_strip.c
|
safe_strerror
|
safe_strerror
|
void safe_strerror(void)
{
(*(code *)PTR_safe_strerror_00106f60)();
return;
}
|
void safe_strerror(void)
{
(*(code *)PTR_safe_strerror_00106f60)();
return;
}
|
JMP qword ptr [0x00106f60]
| null | null | null | null |
[('const-0', u'RETURN_-1206967605'), (u'INDIRECT_-1206967548', u'COPY_-1206967607'), (u'CALLIND_-1206967608', u'INDIRECT_-1206967548'), ('tmp_22', u'CAST_-1206967543'), (u'CAST_-1206967543', u'CALLIND_-1206967608')]
|
[('const-0', u'RETURN_-1206967605'), (u'INDIRECT_-1206967548', u'COPY_-1206967607'), (u'CALLIND_-1206967608', u'INDIRECT_-1206967548'), ('tmp_22', u'CAST_-1206967543'), (u'CAST_-1206967543', u'CALLIND_-1206967608')]
| null | null |
001022c0
|
x64
|
O2
|
(translation_unit "void safe_strerror(void)\n\n{\n (*(code *)PTR_safe_strerror_00106f60)();\n return;\n}\n\n" (function_definition "void safe_strerror(void)\n\n{\n (*(code *)PTR_safe_strerror_00106f60)();\n return;\n}" primitive_type (function_declarator "safe_strerror(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_safe_strerror_00106f60)();\n return;\n}" { (expression_statement "(*(code *)PTR_safe_strerror_00106f60)();" (call_expression "(*(code *)PTR_safe_strerror_00106f60)()" (parenthesized_expression "(*(code *)PTR_safe_strerror_00106f60)" ( (pointer_expression "*(code *)PTR_safe_strerror_00106f60" * (cast_expression "(code *)PTR_safe_strerror_00106f60" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void safe_strerror(void)\n\n{\n (*(code *)PTR_safe_strerror_00106f60)();\n return;\n}\n\n" (function_definition "void safe_strerror(void)\n\n{\n (*(code *)PTR_safe_strerror_00106f60)();\n return;\n}" primitive_type (function_declarator "safe_strerror(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_safe_strerror_00106f60)();\n return;\n}" { (expression_statement "(*(code *)PTR_safe_strerror_00106f60)();" (call_expression "(*(code *)PTR_safe_strerror_00106f60)()" (parenthesized_expression "(*(code *)PTR_safe_strerror_00106f60)" ( (pointer_expression "*(code *)PTR_safe_strerror_00106f60" * (cast_expression "(code *)PTR_safe_strerror_00106f60" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void safe_strerror(void)\n\n{\n (*(code *)PTR_safe_strerror_00106f60)();\n return;\n}\n\n" (function_definition "void safe_strerror(void)\n\n{\n (*(code *)PTR_safe_strerror_00106f60)();\n return;\n}" primitive_type (function_declarator "safe_strerror(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_safe_strerror_00106f60)();\n return;\n}" { (expression_statement "(*(code *)PTR_safe_strerror_00106f60)();" (call_expression "(*(code *)PTR_safe_strerror_00106f60)()" (parenthesized_expression "(*(code *)PTR_safe_strerror_00106f60)" ( (pointer_expression "*(code *)PTR_safe_strerror_00106f60" * (cast_expression "(code *)PTR_safe_strerror_00106f60" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void safe_strerror(void)\n\n{\n (*(code *)PTR_safe_strerror_00106f60)();\n return;\n}" (primitive_type "void") (function_declarator "safe_strerror(void)" (identifier "safe_strerror") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_safe_strerror_00106f60)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_safe_strerror_00106f60)();" (call_expression "(*(code *)PTR_safe_strerror_00106f60)()" (parenthesized_expression "(*(code *)PTR_safe_strerror_00106f60)" (( "(") (pointer_expression "*(code *)PTR_safe_strerror_00106f60" (* "*") (cast_expression "(code *)PTR_safe_strerror_00106f60" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_safe_strerror_00106f60"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_safe_strerror_00106f60)();
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
| null |
void MASKED(void)
{
(*(code *)PTR_MASKED_00106f60)();
return;
}
|
7698_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
|
operator.cast.to.bool
|
FUN_002c8550
|
/* std::ios::operator bool() const */
bool __thiscall std::ios::operator_cast_to_bool(ios *this)
{
return ((byte)this[0x20] & 5) == 0;
}
|
bool FUN_002c8550(long param_1)
{
return (*(byte *)(param_1 + 0x20) & 5) == 0;
}
|
TEST byte ptr [RDI + 0x20],0x5
SETZ AL
RET
| null | null | null | null |
[(u'PTRADD_-1204583023', u'LOAD_-1204583083'), ('const-0', u'RETURN_-1204583057'), (u'INT_EQUAL_-1204583071', u'COPY_-1204583072'), ('const-433', u'LOAD_-1204583083'), (u'COPY_-1204583072', u'RETURN_-1204583057'), (u'CAST_-1204583008', u'INT_AND_-1204583057'), (u'LOAD_-1204583083', u'CAST_-1204583008'), ('const-32', u'PTRADD_-1204583023'), ('const-5', u'INT_AND_-1204583057'), ('const-1', u'PTRADD_-1204583023'), ('const-0', u'INT_EQUAL_-1204583071'), ('tmp_43', u'PTRADD_-1204583023'), (u'INT_AND_-1204583057', u'INT_EQUAL_-1204583071')]
|
[(u'LOAD_-1204583083', u'INT_AND_-1204583057'), ('tmp_43', u'INT_ADD_-1204583069'), ('const-0', u'RETURN_-1204583057'), (u'INT_EQUAL_-1204583071', u'COPY_-1204583072'), (u'INT_ADD_-1204583069', u'CAST_-1204583008'), ('const-32', u'INT_ADD_-1204583069'), ('const-433', u'LOAD_-1204583083'), (u'COPY_-1204583072', u'RETURN_-1204583057'), ('const-5', u'INT_AND_-1204583057'), ('const-0', u'INT_EQUAL_-1204583071'), (u'CAST_-1204583008', u'LOAD_-1204583083'), (u'INT_AND_-1204583057', u'INT_EQUAL_-1204583071')]
| null | null |
002c8550
|
x64
|
O2
|
(translation_unit "bool FUN_002c8550(long param_1)\n\n{\n return (*(byte *)(param_1 + 0x20) & 5) == 0;\n}\n\n" (function_definition "bool FUN_002c8550(long param_1)\n\n{\n return (*(byte *)(param_1 + 0x20) & 5) == 0;\n}" primitive_type (function_declarator "FUN_002c8550(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n return (*(byte *)(param_1 + 0x20) & 5) == 0;\n}" { (return_statement "return (*(byte *)(param_1 + 0x20) & 5) == 0;" return (binary_expression "(*(byte *)(param_1 + 0x20) & 5) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 5)" ( (binary_expression "*(byte *)(param_1 + 0x20) & 5" (pointer_expression "*(byte *)(param_1 + 0x20)" * (cast_expression "(byte *)(param_1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) ;) })))
|
(translation_unit "/* std::ios::operator bool() const */\n\nbool __thiscall std::ios::operator_cast_to_bool(ios *this)\n\n{\n return ((byte)this[0x20] & 5) == 0;\n}\n\n" comment (function_definition "bool __thiscall std::ios::operator_cast_to_bool(ios *this)\n\n{\n return ((byte)this[0x20] & 5) == 0;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::ios::" identifier : : identifier : :) (function_declarator "operator_cast_to_bool(ios *this)" identifier (parameter_list "(ios *this)" ( (parameter_declaration "ios *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n return ((byte)this[0x20] & 5) == 0;\n}" { (return_statement "return ((byte)this[0x20] & 5) == 0;" return (binary_expression "((byte)this[0x20] & 5) == 0" (parenthesized_expression "((byte)this[0x20] & 5)" ( (binary_expression "(byte)this[0x20] & 5" (cast_expression "(byte)this[0x20]" ( (type_descriptor "byte" type_identifier) ) (subscript_expression "this[0x20]" identifier [ number_literal ])) & number_literal) )) == number_literal) ;) })))
|
(translation_unit "bool FUN_002c8550(long param_1)\n\n{\n return (*(byte *)(param_1 + 0x20) & 5) == 0;\n}\n\n" (function_definition "bool FUN_002c8550(long param_1)\n\n{\n return (*(byte *)(param_1 + 0x20) & 5) == 0;\n}" primitive_type (function_declarator "FUN_002c8550(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n return (*(byte *)(param_1 + 0x20) & 5) == 0;\n}" { (return_statement "return (*(byte *)(param_1 + 0x20) & 5) == 0;" return (binary_expression "(*(byte *)(param_1 + 0x20) & 5) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 5)" ( (binary_expression "*(byte *)(param_1 + 0x20) & 5" (pointer_expression "*(byte *)(param_1 + 0x20)" * (cast_expression "(byte *)(param_1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (return_statement return (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) ;) })))
|
(function_definition "bool FUN_002c8550(long param_1)\n\n{\n return (*(byte *)(param_1 + 0x20) & 5) == 0;\n}" (primitive_type "bool") (function_declarator "FUN_002c8550(long param_1)" (identifier "FUN_002c8550") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n return (*(byte *)(param_1 + 0x20) & 5) == 0;\n}" ({ "{") (return_statement "return (*(byte *)(param_1 + 0x20) & 5) == 0;" (return "return") (binary_expression "(*(byte *)(param_1 + 0x20) & 5) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 5)" (( "(") (binary_expression "*(byte *)(param_1 + 0x20) & 5" (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 "5")) () ")")) (== "==") (number_literal "0")) (; ";")) (} "}")))
|
/* std::ios::operator bool() const */
bool __thiscall std::type_1::function_1(type_1 *this)
{
return ((type_2)this[0x20] & 5) == 0;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (return_statement (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))))))
| null |
bool MASKED(long param_1)
{
return (*(byte *)(param_1 + 0x20) & 5) == 0;
}
|
5738_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
|
register_global_plt_entry
|
FUN_0032d190
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void register_global_plt_entry(Target_s390<32> * this, Symbol_table *
symtab, Layout * layout, uint plt_index, Symbol * gsym) */
void __thiscall
anon_unknown.dwarf_14d07de::Target_s390<32>::register_global_plt_entry
(Target_s390<32> *this,Symbol_table *symtab,Layout *layout,uint plt_index,Symbol *gsym)
{
uint uVar1;
uint64_t uVar2;
int iVar3;
uVar2 = (this->s390_info).abi_pagesize;
if (uVar2 == 0) {
/* WARNING: Subroutine does not return */
gold::do_gold_unreachable("../../gold/s390.cc",0x7ac,"register_global_plt_entry");
}
if (gsym->plt_offset_ == 0xffffffff) {
iVar3 = (plt_index + 2) * 0x20;
uVar1 = iVar3 - 0x20;
gold::Free_list::remove((Free_list *)(uVar2 + 0x70),(char *)(ulong)uVar1);
gsym->plt_offset_ = uVar1;
Output_data_plt_s390<32>::add_relocation
((Output_data_plt_s390<32> *)(this->s390_info).abi_pagesize,symtab,layout,gsym,
iVar3 + 0x20U >> 3);
return;
}
/* WARNING: Subroutine does not return */
gold::do_gold_unreachable("../../gold/s390.cc",0x7ad,"register_global_plt_entry");
}
|
void FUN_0032d190(long param_1,undefined8 param_2,undefined8 param_3,int param_4,long param_5)
{
int iVar1;
if (*(long *)(param_1 + 0x28) == 0) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/s390.cc",0x7ac,"register_global_plt_entry");
}
if (*(int *)(param_5 + 0x24) == -1) {
iVar1 = (param_4 + 2) * 0x20;
FUN_0037a8d0(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1);
*(int *)(param_5 + 0x24) = iVar1 + -0x20;
FUN_0032ce50(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3);
return;
}
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/s390.cc",0x7ad,"register_global_plt_entry");
}
|
PUSH R15
PUSH R14
MOV R14,RDI
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x8
MOV RDI,qword ptr [RDI + 0x28]
TEST RDI,RDI
JZ 0x0032d1fd
CMP dword ptr [R8 + 0x24],-0x1
MOV R13,R8
JNZ 0x0032d215
LEA EBX,[RCX + 0x2]
MOV RBP,RSI
MOV R12,RDX
ADD RDI,0x70
SHL EBX,0x5
LEA ESI,[RBX + -0x20]
MOV EDX,EBX
MOV R15,RSI
CALL 0x0037a8d0
MOV dword ptr [R13 + 0x24],R15D
LEA R8D,[RBX + 0x20]
MOV RCX,R13
MOV RDI,qword ptr [R14 + 0x28]
ADD RSP,0x8
MOV RDX,R12
MOV RSI,RBP
POP RBX
SHR R8D,0x3
POP RBP
POP R12
POP R13
POP R14
POP R15
JMP 0x0032ce50
LEA RDX,[0x56ad10]
MOV ESI,0x7ac
LEA RDI,[0x567e14]
CALL 0x00352af0
LEA RDX,[0x56ad10]
MOV ESI,0x7ad
LEA RDI,[0x567e14]
CALL 0x00352af0
| null | null | null | null |
[(u'CAST_-1204956297', u'CALL_-1204956601'), (u'INT_EQUAL_-1204956717', u'CBRANCH_-1204956715'), ('const-3', u'INT_RIGHT_-1204956519'), (u'INT_SUB_-1204956382', u'STORE_-1204956597'), ('const-433', u'LOAD_-1204956581'), (u'PTRSUB_-1204956268', u'PTRSUB_-1204956265'), (u'COPY_-1204956264', u'CALL_-1204956418'), (u'INT_RIGHT_-1204956519', u'CALL_-1204956473'), ('const-32', u'INT_SUB_-1204956382'), ('tmp_588', u'CALL_-1204956473'), ('const-0', u'RETURN_-1204956469'), ('const-0', u'INT_EQUAL_-1204956717'), (u'INT_SUB_-1204956382', u'INT_ZEXT_-1204956449'), ('const-36', u'PTRSUB_-1204956280'), ('const-0', u'PTRSUB_-1204956331'), ('const-5680400', u'COPY_-1204956262'), ('const-4294967295', u'INT_EQUAL_-1204956699'), ('const-5668372', u'COPY_-1204956289'), (u'COPY_-1204956262', u'CALL_-1204956418'), (u'INT_MULT_-1204956631', u'INT_SUB_-1204956382'), ('tmp_591', u'PTRSUB_-1204956280'), (u'PTRSUB_-1204956265', u'LOAD_-1204956581'), ('tmp_589', u'CALL_-1204956473'), ('const-112', u'INT_ADD_-1204956657'), ('const-40', u'PTRSUB_-1204956265'), ('const-433', u'LOAD_-1204956714'), ('const-32', u'INT_ADD_-1204956365'), ('const-1', u'RETURN_-1204956429'), (u'INT_ADD_-1204956673', u'INT_MULT_-1204956631'), (u'CAST_-1204956289', u'CALL_-1204956601'), ('tmp_587', u'PTRSUB_-1204956331'), ('tmp_591', u'CALL_-1204956473'), (u'INT_ADD_-1204956657', u'CAST_-1204956297'), ('const-0', u'PTRSUB_-1204956268'), ('const-1', u'RETURN_-1204956413'), (u'INT_ADD_-1204956365', u'INT_RIGHT_-1204956519'), (u'CAST_-1204956264', u'CALL_-1204956473'), ('tmp_108', u'CBRANCH_-1204956715'), (u'PTRSUB_-1204956325', u'LOAD_-1204956736'), ('const-36', u'PTRSUB_-1204956320'), (u'COPY_-1204956287', u'CALL_-1204956434'), (u'LOAD_-1204956736', u'INT_EQUAL_-1204956717'), ('const-5680400', u'COPY_-1204956287'), (u'PTRSUB_-1204956280', u'STORE_-1204956597'), (u'COPY_-1204956289', u'CALL_-1204956434'), ('const-1964', u'CALL_-1204956434'), (u'LOAD_-1204956581', u'CAST_-1204956264'), ('const-1965', u'CALL_-1204956418'), ('tmp_148', u'CBRANCH_-1204956690'), (u'PTRSUB_-1204956331', u'PTRSUB_-1204956325'), (u'LOAD_-1204956714', u'INT_EQUAL_-1204956699'), ('const-5668372', u'COPY_-1204956264'), (u'INT_EQUAL_-1204956699', u'CBRANCH_-1204956690'), ('tmp_591', u'PTRSUB_-1204956320'), (u'INT_ZEXT_-1204956449', u'CAST_-1204956289'), ('tmp_587', u'PTRSUB_-1204956268'), ('const-40', u'PTRSUB_-1204956325'), ('tmp_590', u'INT_ADD_-1204956673'), (u'INT_MULT_-1204956631', u'INT_ADD_-1204956365'), ('const-433', u'LOAD_-1204956736'), ('const-32', u'INT_MULT_-1204956631'), (u'LOAD_-1204956736', u'INT_ADD_-1204956657'), ('const-2', u'INT_ADD_-1204956673'), ('const-433', u'STORE_-1204956597'), (u'PTRSUB_-1204956320', u'LOAD_-1204956714')]
|
[(u'INT_EQUAL_-1204956717', u'CBRANCH_-1204956715'), (u'COPY_-1204956293', u'CALL_-1204956434'), ('const-1965', u'CALL_-1204956418'), ('const-3', u'INT_RIGHT_-1204956519'), ('const-4294967264', u'INT_ADD_-1204956390'), (u'INT_RIGHT_-1204956519', u'CALL_-1204956473'), (u'INT_ADD_-1204956583', u'CAST_-1204956289'), ('const-0', u'RETURN_-1204956469'), ('tmp_831', u'INT_ADD_-1204956720'), ('const-0', u'INT_EQUAL_-1204956717'), (u'COPY_-1204956270', u'CALL_-1204956418'), ('tmp_838', u'CALL_-1204956473'), ('const-32', u'INT_MULT_-1204956631'), ('tmp_839', u'CALL_-1204956473'), (u'CAST_-1204956277', u'LOAD_-1204956581'), ('const-5680400', u'COPY_-1204956293'), (u'INT_MULT_-1204956631', u'CALL_-1204956601'), ('tmp_837', u'CALL_-1204956473'), ('const-112', u'INT_ADD_-1204956657'), ('const-433', u'LOAD_-1204956581'), ('tmp_1075', u'INT_ADD_-1204956673'), (u'CAST_-1204956329', u'LOAD_-1204956714'), ('const-5668372', u'COPY_-1204956270'), ('const-32', u'INT_ADD_-1204956372'), ('const-1', u'RETURN_-1204956429'), (u'INT_ADD_-1204956720', u'CAST_-1204956339'), (u'INT_ADD_-1204956673', u'INT_MULT_-1204956631'), ('const-2', u'INT_ADD_-1204956673'), (u'INT_ADD_-1204956657', u'CALL_-1204956601'), (u'CAST_-1204956339', u'LOAD_-1204956736'), (u'CAST_-1204956289', u'STORE_-1204956597'), (u'INT_ADD_-1204956390', u'CALL_-1204956601'), ('const-1', u'RETURN_-1204956413'), ('tmp_108', u'CBRANCH_-1204956715'), (u'COPY_-1204956295', u'CALL_-1204956434'), (u'INT_ADD_-1204956390', u'STORE_-1204956597'), (u'INT_MULT_-1204956631', u'INT_ADD_-1204956390'), ('const-40', u'INT_ADD_-1204956565'), (u'LOAD_-1204956736', u'INT_EQUAL_-1204956717'), ('tmp_837', u'INT_ADD_-1204956698'), (u'INT_ADD_-1204956372', u'INT_RIGHT_-1204956519'), (u'LOAD_-1204956581', u'CALL_-1204956473'), ('const-36', u'INT_ADD_-1204956698'), ('const-1964', u'CALL_-1204956434'), ('const-5668372', u'COPY_-1204956295'), ('tmp_831', u'INT_ADD_-1204956565'), ('tmp_148', u'CBRANCH_-1204956690'), ('tmp_837', u'INT_ADD_-1204956583'), (u'LOAD_-1204956714', u'INT_EQUAL_-1204956699'), ('const-433', u'LOAD_-1204956714'), ('const-36', u'INT_ADD_-1204956583'), (u'INT_EQUAL_-1204956699', u'CBRANCH_-1204956690'), ('const-5680400', u'COPY_-1204956268'), ('const-4294967295', u'INT_EQUAL_-1204956699'), (u'INT_MULT_-1204956631', u'INT_ADD_-1204956372'), ('const-433', u'LOAD_-1204956736'), (u'COPY_-1204956268', u'CALL_-1204956418'), ('const-433', u'STORE_-1204956597'), (u'LOAD_-1204956736', u'INT_ADD_-1204956657'), ('const-40', u'INT_ADD_-1204956720'), (u'INT_ADD_-1204956698', u'CAST_-1204956329'), (u'INT_ADD_-1204956565', u'CAST_-1204956277')]
| null | null |
0032d190
|
x64
|
O2
|
(translation_unit "void FUN_0032d190(long param_1,undefined8 param_2,undefined8 param_3,int param_4,long param_5)\n\n{\n int iVar1;\n \n if (*(long *)(param_1 + 0x28) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/s390.cc",0x7ac,"register_global_plt_entry");\n }\n if (*(int *)(param_5 + 0x24) == -1) {\n iVar1 = (param_4 + 2) * 0x20;\n FUN_0037a8d0(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1);\n *(int *)(param_5 + 0x24) = iVar1 + -0x20;\n FUN_0032ce50(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/s390.cc",0x7ad,"register_global_plt_entry");\n}\n\n" (function_definition "void FUN_0032d190(long param_1,undefined8 param_2,undefined8 param_3,int param_4,long param_5)\n\n{\n int iVar1;\n \n if (*(long *)(param_1 + 0x28) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/s390.cc",0x7ac,"register_global_plt_entry");\n }\n if (*(int *)(param_5 + 0x24) == -1) {\n iVar1 = (param_4 + 2) * 0x20;\n FUN_0037a8d0(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1);\n *(int *)(param_5 + 0x24) = iVar1 + -0x20;\n FUN_0032ce50(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/s390.cc",0x7ad,"register_global_plt_entry");\n}" primitive_type (function_declarator "FUN_0032d190(long param_1,undefined8 param_2,undefined8 param_3,int param_4,long param_5)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,int param_4,long param_5)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "long param_5" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n int iVar1;\n \n if (*(long *)(param_1 + 0x28) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/s390.cc",0x7ac,"register_global_plt_entry");\n }\n if (*(int *)(param_5 + 0x24) == -1) {\n iVar1 = (param_4 + 2) * 0x20;\n FUN_0037a8d0(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1);\n *(int *)(param_5 + 0x24) = iVar1 + -0x20;\n FUN_0032ce50(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/s390.cc",0x7ad,"register_global_plt_entry");\n}" { (declaration "int iVar1;" primitive_type identifier ;) (if_statement "if (*(long *)(param_1 + 0x28) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/s390.cc",0x7ac,"register_global_plt_entry");\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x28) == 0)" ( (binary_expression "*(long *)(param_1 + 0x28) == 0" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/s390.cc",0x7ac,"register_global_plt_entry");\n }" { comment (expression_statement "FUN_00352af0("../../gold/s390.cc",0x7ac,"register_global_plt_entry");" (call_expression "FUN_00352af0("../../gold/s390.cc",0x7ac,"register_global_plt_entry")" identifier (argument_list "("../../gold/s390.cc",0x7ac,"register_global_plt_entry")" ( (string_literal ""../../gold/s390.cc"" " string_content ") , number_literal , (string_literal ""register_global_plt_entry"" " string_content ") ))) ;) })) (if_statement "if (*(int *)(param_5 + 0x24) == -1) {\n iVar1 = (param_4 + 2) * 0x20;\n FUN_0037a8d0(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1);\n *(int *)(param_5 + 0x24) = iVar1 + -0x20;\n FUN_0032ce50(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3);\n return;\n }" if (parenthesized_expression "(*(int *)(param_5 + 0x24) == -1)" ( (binary_expression "*(int *)(param_5 + 0x24) == -1" (pointer_expression "*(int *)(param_5 + 0x24)" * (cast_expression "(int *)(param_5 + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x24)" ( (binary_expression "param_5 + 0x24" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n iVar1 = (param_4 + 2) * 0x20;\n FUN_0037a8d0(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1);\n *(int *)(param_5 + 0x24) = iVar1 + -0x20;\n FUN_0032ce50(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3);\n return;\n }" { (expression_statement "iVar1 = (param_4 + 2) * 0x20;" (assignment_expression "iVar1 = (param_4 + 2) * 0x20" identifier = (binary_expression "(param_4 + 2) * 0x20" (parenthesized_expression "(param_4 + 2)" ( (binary_expression "param_4 + 2" identifier + number_literal) )) * number_literal)) ;) (expression_statement "FUN_0037a8d0(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1);" (call_expression "FUN_0037a8d0(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1)" identifier (argument_list "(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1)" ( (binary_expression "*(long *)(param_1 + 0x28) + 0x70" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) + number_literal) , (binary_expression "iVar1 + -0x20" identifier + number_literal) , identifier ))) ;) (expression_statement "*(int *)(param_5 + 0x24) = iVar1 + -0x20;" (assignment_expression "*(int *)(param_5 + 0x24) = iVar1 + -0x20" (pointer_expression "*(int *)(param_5 + 0x24)" * (cast_expression "(int *)(param_5 + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x24)" ( (binary_expression "param_5 + 0x24" identifier + number_literal) )))) = (binary_expression "iVar1 + -0x20" identifier + number_literal)) ;) (expression_statement "FUN_0032ce50(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3);" (call_expression "FUN_0032ce50(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3)" identifier (argument_list "(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3)" ( (pointer_expression "*(undefined8 *)(param_1 + 0x28)" * (cast_expression "(undefined8 *)(param_1 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) , identifier , identifier , identifier , (binary_expression "iVar1 + 0x20U >> 3" (binary_expression "iVar1 + 0x20U" identifier + number_literal) >> number_literal) ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_00352af0("../../gold/s390.cc",0x7ad,"register_global_plt_entry");" (call_expression "FUN_00352af0("../../gold/s390.cc",0x7ad,"register_global_plt_entry")" identifier (argument_list "("../../gold/s390.cc",0x7ad,"register_global_plt_entry")" ( (string_literal ""../../gold/s390.cc"" " string_content ") , number_literal , (string_literal ""register_global_plt_entry"" " string_content ") ))) ;) })))
|
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void register_global_plt_entry(Target_s390<32> * this, Symbol_table *\n symtab, Layout * layout, uint plt_index, Symbol * gsym) */\n\nvoid __thiscall\nanon_unknown.dwarf_14d07de::Target_s390<32>::register_global_plt_entry\n (Target_s390<32> *this,Symbol_table *symtab,Layout *layout,uint plt_index,Symbol *gsym)\n\n{\n uint uVar1;\n uint64_t uVar2;\n int iVar3;\n \n uVar2 = (this->s390_info).abi_pagesize;\n if (uVar2 == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/s390.cc",0x7ac,"register_global_plt_entry");\n }\n if (gsym->plt_offset_ == 0xffffffff) {\n iVar3 = (plt_index + 2) * 0x20;\n uVar1 = iVar3 - 0x20;\n gold::Free_list::remove((Free_list *)(uVar2 + 0x70),(char *)(ulong)uVar1);\n gsym->plt_offset_ = uVar1;\n Output_data_plt_s390<32>::add_relocation\n ((Output_data_plt_s390<32> *)(this->s390_info).abi_pagesize,symtab,layout,gsym,\n iVar3 + 0x20U >> 3);\n return;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/s390.cc",0x7ad,"register_global_plt_entry");\n}\n\n" comment comment (function_definition "void __thiscall\nanon_unknown.dwarf_14d07de::Target_s390<32>::register_global_plt_entry\n (Target_s390<32> *this,Symbol_table *symtab,Layout *layout,uint plt_index,Symbol *gsym)\n\n{\n uint uVar1;\n uint64_t uVar2;\n int iVar3;\n \n uVar2 = (this->s390_info).abi_pagesize;\n if (uVar2 == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/s390.cc",0x7ac,"register_global_plt_entry");\n }\n if (gsym->plt_offset_ == 0xffffffff) {\n iVar3 = (plt_index + 2) * 0x20;\n uVar1 = iVar3 - 0x20;\n gold::Free_list::remove((Free_list *)(uVar2 + 0x70),(char *)(ulong)uVar1);\n gsym->plt_offset_ = uVar1;\n Output_data_plt_s390<32>::add_relocation\n ((Output_data_plt_s390<32> *)(this->s390_info).abi_pagesize,symtab,layout,gsym,\n iVar3 + 0x20U >> 3);\n return;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/s390.cc",0x7ad,"register_global_plt_entry");\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "anon_unknown.dwarf_14d07de::Target_s390<32>::" identifier . identifier : : identifier < number_literal > : :) (function_declarator "register_global_plt_entry\n (Target_s390<32> *this,Symbol_table *symtab,Layout *layout,uint plt_index,Symbol *gsym)" identifier (parameter_list "(Target_s390<32> *this,Symbol_table *symtab,Layout *layout,uint plt_index,Symbol *gsym)" ( (parameter_declaration "Target_s390<32> *this" type_identifier (ERROR "<32>" < number_literal >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol_table *symtab" type_identifier (pointer_declarator "*symtab" * identifier)) , (parameter_declaration "Layout *layout" type_identifier (pointer_declarator "*layout" * identifier)) , (parameter_declaration "uint plt_index" type_identifier identifier) , (parameter_declaration "Symbol *gsym" type_identifier (pointer_declarator "*gsym" * identifier)) ))) (compound_statement "{\n uint uVar1;\n uint64_t uVar2;\n int iVar3;\n \n uVar2 = (this->s390_info).abi_pagesize;\n if (uVar2 == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/s390.cc",0x7ac,"register_global_plt_entry");\n }\n if (gsym->plt_offset_ == 0xffffffff) {\n iVar3 = (plt_index + 2) * 0x20;\n uVar1 = iVar3 - 0x20;\n gold::Free_list::remove((Free_list *)(uVar2 + 0x70),(char *)(ulong)uVar1);\n gsym->plt_offset_ = uVar1;\n Output_data_plt_s390<32>::add_relocation\n ((Output_data_plt_s390<32> *)(this->s390_info).abi_pagesize,symtab,layout,gsym,\n iVar3 + 0x20U >> 3);\n return;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/s390.cc",0x7ad,"register_global_plt_entry");\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uint64_t uVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (expression_statement "uVar2 = (this->s390_info).abi_pagesize;" (assignment_expression "uVar2 = (this->s390_info).abi_pagesize" identifier = (field_expression "(this->s390_info).abi_pagesize" (parenthesized_expression "(this->s390_info)" ( (field_expression "this->s390_info" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if (uVar2 == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/s390.cc",0x7ac,"register_global_plt_entry");\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/s390.cc",0x7ac,"register_global_plt_entry");\n }" { comment (labeled_statement "gold::do_gold_unreachable("../../gold/s390.cc",0x7ac,"register_global_plt_entry");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/s390.cc",0x7ac,"register_global_plt_entry");" (call_expression "do_gold_unreachable("../../gold/s390.cc",0x7ac,"register_global_plt_entry")" identifier (argument_list "("../../gold/s390.cc",0x7ac,"register_global_plt_entry")" ( (string_literal ""../../gold/s390.cc"" " string_content ") , number_literal , (string_literal ""register_global_plt_entry"" " string_content ") ))) ;)) })) (if_statement "if (gsym->plt_offset_ == 0xffffffff) {\n iVar3 = (plt_index + 2) * 0x20;\n uVar1 = iVar3 - 0x20;\n gold::Free_list::remove((Free_list *)(uVar2 + 0x70),(char *)(ulong)uVar1);\n gsym->plt_offset_ = uVar1;\n Output_data_plt_s390<32>::add_relocation\n ((Output_data_plt_s390<32> *)(this->s390_info).abi_pagesize,symtab,layout,gsym,\n iVar3 + 0x20U >> 3);\n return;\n }" if (parenthesized_expression "(gsym->plt_offset_ == 0xffffffff)" ( (binary_expression "gsym->plt_offset_ == 0xffffffff" (field_expression "gsym->plt_offset_" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n iVar3 = (plt_index + 2) * 0x20;\n uVar1 = iVar3 - 0x20;\n gold::Free_list::remove((Free_list *)(uVar2 + 0x70),(char *)(ulong)uVar1);\n gsym->plt_offset_ = uVar1;\n Output_data_plt_s390<32>::add_relocation\n ((Output_data_plt_s390<32> *)(this->s390_info).abi_pagesize,symtab,layout,gsym,\n iVar3 + 0x20U >> 3);\n return;\n }" { (expression_statement "iVar3 = (plt_index + 2) * 0x20;" (assignment_expression "iVar3 = (plt_index + 2) * 0x20" identifier = (binary_expression "(plt_index + 2) * 0x20" (parenthesized_expression "(plt_index + 2)" ( (binary_expression "plt_index + 2" identifier + number_literal) )) * number_literal)) ;) (expression_statement "uVar1 = iVar3 - 0x20;" (assignment_expression "uVar1 = iVar3 - 0x20" identifier = (binary_expression "iVar3 - 0x20" identifier - number_literal)) ;) (labeled_statement "gold::Free_list::remove((Free_list *)(uVar2 + 0x70),(char *)(ulong)uVar1);" statement_identifier : (ERROR ":" :) (labeled_statement "Free_list::remove((Free_list *)(uVar2 + 0x70),(char *)(ulong)uVar1);" statement_identifier : (ERROR ":" :) (expression_statement "remove((Free_list *)(uVar2 + 0x70),(char *)(ulong)uVar1);" (call_expression "remove((Free_list *)(uVar2 + 0x70),(char *)(ulong)uVar1)" identifier (argument_list "((Free_list *)(uVar2 + 0x70),(char *)(ulong)uVar1)" ( (cast_expression "(Free_list *)(uVar2 + 0x70)" ( (type_descriptor "Free_list *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar2 + 0x70)" ( (binary_expression "uVar2 + 0x70" identifier + number_literal) ))) , (cast_expression "(char *)(ulong)uVar1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier)) ))) ;))) (expression_statement "gsym->plt_offset_ = uVar1;" (assignment_expression "gsym->plt_offset_ = uVar1" (field_expression "gsym->plt_offset_" identifier -> field_identifier) = identifier) ;) (expression_statement "Output_data_plt_s390<32>::add_relocation\n ((Output_data_plt_s390<32> *)(this->s390_info).abi_pagesize,symtab,layout,gsym,\n iVar3 + 0x20U >> 3);" (binary_expression "Output_data_plt_s390<32>::add_relocation\n ((Output_data_plt_s390<32> *)(this->s390_info).abi_pagesize,symtab,layout,gsym,\n iVar3 + 0x20U >> 3)" (binary_expression "Output_data_plt_s390<32" identifier < number_literal) > (ERROR "::" : :) (call_expression "add_relocation\n ((Output_data_plt_s390<32> *)(this->s390_info).abi_pagesize,symtab,layout,gsym,\n iVar3 + 0x20U >> 3)" identifier (argument_list "((Output_data_plt_s390<32> *)(this->s390_info).abi_pagesize,symtab,layout,gsym,\n iVar3 + 0x20U >> 3)" ( (field_expression "(Output_data_plt_s390<32> *)(this->s390_info).abi_pagesize" (call_expression "(Output_data_plt_s390<32> *)(this->s390_info)" (parenthesized_expression "(Output_data_plt_s390<32> *)" ( (binary_expression "Output_data_plt_s390<32> *" (binary_expression "Output_data_plt_s390<32" identifier < number_literal) > (pointer_expression "*" * identifier)) )) (argument_list "(this->s390_info)" ( (field_expression "this->s390_info" identifier -> field_identifier) ))) . field_identifier) , identifier , identifier , identifier , (binary_expression "iVar3 + 0x20U >> 3" (binary_expression "iVar3 + 0x20U" identifier + number_literal) >> number_literal) )))) ;) (return_statement "return;" return ;) })) comment (labeled_statement "gold::do_gold_unreachable("../../gold/s390.cc",0x7ad,"register_global_plt_entry");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/s390.cc",0x7ad,"register_global_plt_entry");" (call_expression "do_gold_unreachable("../../gold/s390.cc",0x7ad,"register_global_plt_entry")" identifier (argument_list "("../../gold/s390.cc",0x7ad,"register_global_plt_entry")" ( (string_literal ""../../gold/s390.cc"" " string_content ") , number_literal , (string_literal ""register_global_plt_entry"" " string_content ") ))) ;)) })))
|
(translation_unit "void FUN_0032d190(long param_1,undefined8 param_2,undefined8 param_3,int param_4,long param_5)\n\n{\n int iVar1;\n \n if (*(long *)(param_1 + 0x28) == 0) {\n \n FUN_00352af0("../../gold/s390.cc",0x7ac,"register_global_plt_entry");\n }\n if (*(int *)(param_5 + 0x24) == -1) {\n iVar1 = (param_4 + 2) * 0x20;\n FUN_0037a8d0(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1);\n *(int *)(param_5 + 0x24) = iVar1 + -0x20;\n FUN_0032ce50(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3);\n return;\n }\n \n FUN_00352af0("../../gold/s390.cc",0x7ad,"register_global_plt_entry");\n}\n\n" (function_definition "void FUN_0032d190(long param_1,undefined8 param_2,undefined8 param_3,int param_4,long param_5)\n\n{\n int iVar1;\n \n if (*(long *)(param_1 + 0x28) == 0) {\n \n FUN_00352af0("../../gold/s390.cc",0x7ac,"register_global_plt_entry");\n }\n if (*(int *)(param_5 + 0x24) == -1) {\n iVar1 = (param_4 + 2) * 0x20;\n FUN_0037a8d0(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1);\n *(int *)(param_5 + 0x24) = iVar1 + -0x20;\n FUN_0032ce50(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3);\n return;\n }\n \n FUN_00352af0("../../gold/s390.cc",0x7ad,"register_global_plt_entry");\n}" primitive_type (function_declarator "FUN_0032d190(long param_1,undefined8 param_2,undefined8 param_3,int param_4,long param_5)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,int param_4,long param_5)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "long param_5" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n int iVar1;\n \n if (*(long *)(param_1 + 0x28) == 0) {\n \n FUN_00352af0("../../gold/s390.cc",0x7ac,"register_global_plt_entry");\n }\n if (*(int *)(param_5 + 0x24) == -1) {\n iVar1 = (param_4 + 2) * 0x20;\n FUN_0037a8d0(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1);\n *(int *)(param_5 + 0x24) = iVar1 + -0x20;\n FUN_0032ce50(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3);\n return;\n }\n \n FUN_00352af0("../../gold/s390.cc",0x7ad,"register_global_plt_entry");\n}" { (declaration "int iVar1;" primitive_type identifier ;) (if_statement "if (*(long *)(param_1 + 0x28) == 0) {\n \n FUN_00352af0("../../gold/s390.cc",0x7ac,"register_global_plt_entry");\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x28) == 0)" ( (binary_expression "*(long *)(param_1 + 0x28) == 0" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n \n FUN_00352af0("../../gold/s390.cc",0x7ac,"register_global_plt_entry");\n }" { (expression_statement "FUN_00352af0("../../gold/s390.cc",0x7ac,"register_global_plt_entry");" (call_expression "FUN_00352af0("../../gold/s390.cc",0x7ac,"register_global_plt_entry")" identifier (argument_list "("../../gold/s390.cc",0x7ac,"register_global_plt_entry")" ( (string_literal ""../../gold/s390.cc"" " string_content ") , number_literal , (string_literal ""register_global_plt_entry"" " string_content ") ))) ;) })) (if_statement "if (*(int *)(param_5 + 0x24) == -1) {\n iVar1 = (param_4 + 2) * 0x20;\n FUN_0037a8d0(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1);\n *(int *)(param_5 + 0x24) = iVar1 + -0x20;\n FUN_0032ce50(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3);\n return;\n }" if (parenthesized_expression "(*(int *)(param_5 + 0x24) == -1)" ( (binary_expression "*(int *)(param_5 + 0x24) == -1" (pointer_expression "*(int *)(param_5 + 0x24)" * (cast_expression "(int *)(param_5 + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x24)" ( (binary_expression "param_5 + 0x24" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n iVar1 = (param_4 + 2) * 0x20;\n FUN_0037a8d0(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1);\n *(int *)(param_5 + 0x24) = iVar1 + -0x20;\n FUN_0032ce50(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3);\n return;\n }" { (expression_statement "iVar1 = (param_4 + 2) * 0x20;" (assignment_expression "iVar1 = (param_4 + 2) * 0x20" identifier = (binary_expression "(param_4 + 2) * 0x20" (parenthesized_expression "(param_4 + 2)" ( (binary_expression "param_4 + 2" identifier + number_literal) )) * number_literal)) ;) (expression_statement "FUN_0037a8d0(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1);" (call_expression "FUN_0037a8d0(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1)" identifier (argument_list "(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1)" ( (binary_expression "*(long *)(param_1 + 0x28) + 0x70" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) + number_literal) , (binary_expression "iVar1 + -0x20" identifier + number_literal) , identifier ))) ;) (expression_statement "*(int *)(param_5 + 0x24) = iVar1 + -0x20;" (assignment_expression "*(int *)(param_5 + 0x24) = iVar1 + -0x20" (pointer_expression "*(int *)(param_5 + 0x24)" * (cast_expression "(int *)(param_5 + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x24)" ( (binary_expression "param_5 + 0x24" identifier + number_literal) )))) = (binary_expression "iVar1 + -0x20" identifier + number_literal)) ;) (expression_statement "FUN_0032ce50(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3);" (call_expression "FUN_0032ce50(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3)" identifier (argument_list "(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3)" ( (pointer_expression "*(undefined8 *)(param_1 + 0x28)" * (cast_expression "(undefined8 *)(param_1 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) , identifier , identifier , identifier , (binary_expression "iVar1 + 0x20U >> 3" (binary_expression "iVar1 + 0x20U" identifier + number_literal) >> number_literal) ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_00352af0("../../gold/s390.cc",0x7ad,"register_global_plt_entry");" (call_expression "FUN_00352af0("../../gold/s390.cc",0x7ad,"register_global_plt_entry")" identifier (argument_list "("../../gold/s390.cc",0x7ad,"register_global_plt_entry")" ( (string_literal ""../../gold/s390.cc"" " string_content ") , number_literal , (string_literal ""register_global_plt_entry"" " string_content ") ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression IDENT + LIT) )) * LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) , (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)) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT , IDENT , IDENT , (binary_expression (binary_expression IDENT + LIT) >> LIT) ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
|
(function_definition "void FUN_0032d190(long param_1,undefined8 param_2,undefined8 param_3,int param_4,long param_5)\n\n{\n int iVar1;\n \n if (*(long *)(param_1 + 0x28) == 0) {\n \n FUN_00352af0("../../gold/s390.cc",0x7ac,"register_global_plt_entry");\n }\n if (*(int *)(param_5 + 0x24) == -1) {\n iVar1 = (param_4 + 2) * 0x20;\n FUN_0037a8d0(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1);\n *(int *)(param_5 + 0x24) = iVar1 + -0x20;\n FUN_0032ce50(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3);\n return;\n }\n \n FUN_00352af0("../../gold/s390.cc",0x7ad,"register_global_plt_entry");\n}" (primitive_type "void") (function_declarator "FUN_0032d190(long param_1,undefined8 param_2,undefined8 param_3,int param_4,long param_5)" (identifier "FUN_0032d190") (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,int param_4,long param_5)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "int param_4" (primitive_type "int") (identifier "param_4")) (, ",") (parameter_declaration "long param_5" (sized_type_specifier "long" (long "long")) (identifier "param_5")) () ")"))) (compound_statement "{\n int iVar1;\n \n if (*(long *)(param_1 + 0x28) == 0) {\n \n FUN_00352af0("../../gold/s390.cc",0x7ac,"register_global_plt_entry");\n }\n if (*(int *)(param_5 + 0x24) == -1) {\n iVar1 = (param_4 + 2) * 0x20;\n FUN_0037a8d0(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1);\n *(int *)(param_5 + 0x24) = iVar1 + -0x20;\n FUN_0032ce50(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3);\n return;\n }\n \n FUN_00352af0("../../gold/s390.cc",0x7ad,"register_global_plt_entry");\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (if_statement "if (*(long *)(param_1 + 0x28) == 0) {\n \n FUN_00352af0("../../gold/s390.cc",0x7ac,"register_global_plt_entry");\n }" (if "if") (parenthesized_expression "(*(long *)(param_1 + 0x28) == 0)" (( "(") (binary_expression "*(long *)(param_1 + 0x28) == 0" (pointer_expression "*(long *)(param_1 + 0x28)" (* "*") (cast_expression "(long *)(param_1 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/s390.cc",0x7ac,"register_global_plt_entry");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/s390.cc",0x7ac,"register_global_plt_entry");" (call_expression "FUN_00352af0("../../gold/s390.cc",0x7ac,"register_global_plt_entry")" (identifier "FUN_00352af0") (argument_list "("../../gold/s390.cc",0x7ac,"register_global_plt_entry")" (( "(") (string_literal ""../../gold/s390.cc"" (" """) (string_content "../../gold/s390.cc") (" """)) (, ",") (number_literal "0x7ac") (, ",") (string_literal ""register_global_plt_entry"" (" """) (string_content "register_global_plt_entry") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(param_5 + 0x24) == -1) {\n iVar1 = (param_4 + 2) * 0x20;\n FUN_0037a8d0(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1);\n *(int *)(param_5 + 0x24) = iVar1 + -0x20;\n FUN_0032ce50(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3);\n return;\n }" (if "if") (parenthesized_expression "(*(int *)(param_5 + 0x24) == -1)" (( "(") (binary_expression "*(int *)(param_5 + 0x24) == -1" (pointer_expression "*(int *)(param_5 + 0x24)" (* "*") (cast_expression "(int *)(param_5 + 0x24)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 0x24)" (( "(") (binary_expression "param_5 + 0x24" (identifier "param_5") (+ "+") (number_literal "0x24")) () ")")))) (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n iVar1 = (param_4 + 2) * 0x20;\n FUN_0037a8d0(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1);\n *(int *)(param_5 + 0x24) = iVar1 + -0x20;\n FUN_0032ce50(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3);\n return;\n }" ({ "{") (expression_statement "iVar1 = (param_4 + 2) * 0x20;" (assignment_expression "iVar1 = (param_4 + 2) * 0x20" (identifier "iVar1") (= "=") (binary_expression "(param_4 + 2) * 0x20" (parenthesized_expression "(param_4 + 2)" (( "(") (binary_expression "param_4 + 2" (identifier "param_4") (+ "+") (number_literal "2")) () ")")) (* "*") (number_literal "0x20"))) (; ";")) (expression_statement "FUN_0037a8d0(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1);" (call_expression "FUN_0037a8d0(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1)" (identifier "FUN_0037a8d0") (argument_list "(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1)" (( "(") (binary_expression "*(long *)(param_1 + 0x28) + 0x70" (pointer_expression "*(long *)(param_1 + 0x28)" (* "*") (cast_expression "(long *)(param_1 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (+ "+") (number_literal "0x70")) (, ",") (binary_expression "iVar1 + -0x20" (identifier "iVar1") (+ "+") (number_literal "-0x20")) (, ",") (identifier "iVar1") () ")"))) (; ";")) (expression_statement "*(int *)(param_5 + 0x24) = iVar1 + -0x20;" (assignment_expression "*(int *)(param_5 + 0x24) = iVar1 + -0x20" (pointer_expression "*(int *)(param_5 + 0x24)" (* "*") (cast_expression "(int *)(param_5 + 0x24)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 0x24)" (( "(") (binary_expression "param_5 + 0x24" (identifier "param_5") (+ "+") (number_literal "0x24")) () ")")))) (= "=") (binary_expression "iVar1 + -0x20" (identifier "iVar1") (+ "+") (number_literal "-0x20"))) (; ";")) (expression_statement "FUN_0032ce50(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3);" (call_expression "FUN_0032ce50(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3)" (identifier "FUN_0032ce50") (argument_list "(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3)" (( "(") (pointer_expression "*(undefined8 *)(param_1 + 0x28)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x28)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_5") (, ",") (binary_expression "iVar1 + 0x20U >> 3" (binary_expression "iVar1 + 0x20U" (identifier "iVar1") (+ "+") (number_literal "0x20U")) (>> ">>") (number_literal "3")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00352af0("../../gold/s390.cc",0x7ad,"register_global_plt_entry");" (call_expression "FUN_00352af0("../../gold/s390.cc",0x7ad,"register_global_plt_entry")" (identifier "FUN_00352af0") (argument_list "("../../gold/s390.cc",0x7ad,"register_global_plt_entry")" (( "(") (string_literal ""../../gold/s390.cc"" (" """) (string_content "../../gold/s390.cc") (" """)) (, ",") (number_literal "0x7ad") (, ",") (string_literal ""register_global_plt_entry"" (" """) (string_content "register_global_plt_entry") (" """)) () ")"))) (; ";")) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void register_global_plt_entry(Target_s390<32> * this, Symbol_table *
symtab, Layout * layout, uint plt_index, Symbol * gsym) */
void __thiscall
anon_unknown.dwarf_14d07de::type_1<32>::function_1
(type_1<32> *this,type_2 *symtab,type_3 *layout,type_4 var_3,type_5 *gsym)
{
type_4 uVar1;
uint64_t var_1;
int var_4;
var_1 = (this->s390_info).abi_pagesize;
if (var_1 == 0) {
/* WARNING: Subroutine does not return */
gold::var_2("../../gold/s390.cc",0x7ac,"register_global_plt_entry");
}
if (gsym->plt_offset_ == 0xffffffff) {
var_4 = (var_3 + 2) * 0x20;
uVar1 = var_4 - 0x20;
gold::Free_list::var_5((type_6 *)(var_1 + 0x70),(char *)(type_7)uVar1);
gsym->plt_offset_ = uVar1;
var_6<32>::var_7
((var_6<32> *)(this->s390_info).abi_pagesize,symtab,layout,gsym,
var_4 + 0x20U >> 3);
return;
}
/* WARNING: Subroutine does not return */
gold::var_2("../../gold/s390.cc",0x7ad,"register_global_plt_entry");
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (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)) (binary_expression left: (identifier) right: (number_literal)) (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier) (identifier) (identifier) (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
| null |
void MASKED(long param_1,undefined8 param_2,undefined8 param_3,int param_4,long param_5)
{
int iVar1;
if (*(long *)(param_1 + 0x28) == 0) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/s390.cc",0x7ac,"register_global_plt_entry");
}
if (*(int *)(param_5 + 0x24) == -1) {
iVar1 = (param_4 + 2) * 0x20;
FUN_0037a8d0(*(long *)(param_1 + 0x28) + 0x70,iVar1 + -0x20,iVar1);
*(int *)(param_5 + 0x24) = iVar1 + -0x20;
FUN_0032ce50(*(undefined8 *)(param_1 + 0x28),param_2,param_3,param_5,iVar1 + 0x20U >> 3);
return;
}
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/s390.cc",0x7ad,"register_global_plt_entry");
}
|
158_i686-gnu-c++filt_and_i686-gnu-c++filt_strip.c
|
bfd_openw
|
bfd_openw
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_openw(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_openw(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1207037542')]
|
[('const-1', u'RETURN_-1207037542')]
| null | null |
00111190
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_openw(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_openw(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_openw(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_openw(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_openw(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_openw(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void bfd_openw(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_openw(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_openw(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void bfd_openw(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_openw(void)" (identifier "bfd_openw") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
17_x86_64-linux-gnux32-addr2line_and_x86_64-linux-gnux32-addr2line_strip.c
|
fread
|
fread
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)
{
size_t sVar1;
sVar1 = (*(code *)PTR_fread_00108088)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)
{
size_t sVar1;
sVar1 = (*(code *)PTR_fread_00108088)();
return sVar1;
}
|
JMP qword ptr [0x00108088]
| null | null | null | null |
[(u'CALLIND_-1206968040', u'RETURN_-1206968037'), ('const-0', u'RETURN_-1206968037'), ('tmp_50', u'CAST_-1206967970'), (u'CALLIND_-1206968040', u'INDIRECT_-1206967975'), (u'CAST_-1206967970', u'CALLIND_-1206968040'), (u'INDIRECT_-1206967975', u'COPY_-1206968034')]
|
[(u'CALLIND_-1206968040', u'RETURN_-1206968037'), ('const-0', u'RETURN_-1206968037'), ('tmp_50', u'CAST_-1206967970'), (u'CALLIND_-1206968040', u'INDIRECT_-1206967975'), (u'CAST_-1206967970', u'CALLIND_-1206968040'), (u'INDIRECT_-1206967975', u'COPY_-1206968034')]
| null | null |
00102110
|
x64
|
O2
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_00108088)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_00108088)();\n return sVar1;\n}" primitive_type (function_declarator "fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)" identifier (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__stream)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_00108088)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_fread_00108088)();" (assignment_expression "sVar1 = (*(code *)PTR_fread_00108088)()" identifier = (call_expression "(*(code *)PTR_fread_00108088)()" (parenthesized_expression "(*(code *)PTR_fread_00108088)" ( (pointer_expression "*(code *)PTR_fread_00108088" * (cast_expression "(code *)PTR_fread_00108088" ( (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 fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_00108088)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_00108088)();\n return sVar1;\n}" primitive_type (function_declarator "fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)" identifier (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__stream)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_00108088)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_fread_00108088)();" (assignment_expression "sVar1 = (*(code *)PTR_fread_00108088)()" identifier = (call_expression "(*(code *)PTR_fread_00108088)()" (parenthesized_expression "(*(code *)PTR_fread_00108088)" ( (pointer_expression "*(code *)PTR_fread_00108088" * (cast_expression "(code *)PTR_fread_00108088" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return sVar1;" return identifier ;) })))
|
(translation_unit "size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_00108088)();\n return sVar1;\n}\n\n" (function_definition "size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_00108088)();\n return sVar1;\n}" primitive_type (function_declarator "fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)" identifier (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__stream)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_00108088)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_fread_00108088)();" (assignment_expression "sVar1 = (*(code *)PTR_fread_00108088)()" identifier = (call_expression "(*(code *)PTR_fread_00108088)()" (parenthesized_expression "(*(code *)PTR_fread_00108088)" ( (pointer_expression "*(code *)PTR_fread_00108088" * (cast_expression "(code *)PTR_fread_00108088" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return sVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
|
(function_definition "size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_00108088)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)" (identifier "fread") (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__stream)" (( "(") (parameter_declaration "void *__ptr" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr"))) (, ",") (parameter_declaration "size_t __size" (primitive_type "size_t") (identifier "__size")) (, ",") (parameter_declaration "size_t __n" (primitive_type "size_t") (identifier "__n")) (, ",") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_00108088)();\n return sVar1;\n}" ({ "{") (declaration "size_t sVar1;" (primitive_type "size_t") (identifier "sVar1") (; ";")) (expression_statement "sVar1 = (*(code *)PTR_fread_00108088)();" (assignment_expression "sVar1 = (*(code *)PTR_fread_00108088)()" (identifier "sVar1") (= "=") (call_expression "(*(code *)PTR_fread_00108088)()" (parenthesized_expression "(*(code *)PTR_fread_00108088)" (( "(") (pointer_expression "*(code *)PTR_fread_00108088" (* "*") (cast_expression "(code *)PTR_fread_00108088" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_fread_00108088"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return sVar1;" (return "return") (identifier "sVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(void *__ptr,size_t __size,size_t __n,type_1 *__stream)
{
size_t sVar1;
sVar1 = (*(type_2 *)PTR_fread_00108088)();
return sVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
| null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(void *__ptr,size_t __size,size_t __n,FILE *__stream)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_00108088)();
return sVar1;
}
|
162_i686-linux-gnu-addr2line_and_i686-linux-gnu-addr2line_strip.c
|
putc
|
putc
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int putc(int __c,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* putc@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int putc(int __c,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1206939294')]
|
[('const-1', u'RETURN_-1206939294')]
| null | null |
00109158
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint putc(int __c,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int putc(int __c,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "putc(int __c,FILE *__stream)" identifier (parameter_list "(int __c,FILE *__stream)" ( (parameter_declaration "int __c" primitive_type identifier) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint putc(int __c,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* putc@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int putc(int __c,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* putc@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "putc(int __c,FILE *__stream)" identifier (parameter_list "(int __c,FILE *__stream)" ( (parameter_declaration "int __c" primitive_type identifier) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* putc@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "int putc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int putc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "putc(int __c,FILE *__stream)" identifier (parameter_list "(int __c,FILE *__stream)" ( (parameter_declaration "int __c" primitive_type identifier) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "int putc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "putc(int __c,FILE *__stream)" (identifier "putc") (parameter_list "(int __c,FILE *__stream)" (( "(") (parameter_declaration "int __c" (primitive_type "int") (identifier "__c")) (, ",") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __c,type_1 *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* putc@@GLIBC_2.2.5 */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __c,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
98_factor_and_factor_strip.c
|
mem_cd_iconv.cold.0
|
FUN_001025bd
|
void mem_cd_iconv_cold_0(void)
{
/* WARNING: Subroutine does not return */
abort();
}
|
void FUN_001025bd(void)
{
/* WARNING: Subroutine does not return */
abort();
}
|
CALL 0x00102060
| null | null | null | null |
[('const-1', u'RETURN_-1206966837')]
|
[('const-1', u'RETURN_-1206966837')]
| null | null |
001025bd
|
x64
|
O2
|
(translation_unit "void FUN_001025bd(void)\n\n{\n /* WARNING: Subroutine does not return */\n abort();\n}\n\n" (function_definition "void FUN_001025bd(void)\n\n{\n /* WARNING: Subroutine does not return */\n abort();\n}" primitive_type (function_declarator "FUN_001025bd(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n abort();\n}" { comment (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void mem_cd_iconv_cold_0(void)\n\n{\n /* WARNING: Subroutine does not return */\n abort();\n}\n\n" (function_definition "void mem_cd_iconv_cold_0(void)\n\n{\n /* WARNING: Subroutine does not return */\n abort();\n}" primitive_type (function_declarator "mem_cd_iconv_cold_0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n abort();\n}" { comment (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void FUN_001025bd(void)\n\n{\n \n abort();\n}\n\n" (function_definition "void FUN_001025bd(void)\n\n{\n \n abort();\n}" primitive_type (function_declarator "FUN_001025bd(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n abort();\n}" { (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void FUN_001025bd(void)\n\n{\n \n abort();\n}" (primitive_type "void") (function_declarator "FUN_001025bd(void)" (identifier "FUN_001025bd") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n abort();\n}" ({ "{") (expression_statement "abort();" (call_expression "abort()" (identifier "abort") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
void function_1(void)
{
/* WARNING: Subroutine does not return */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
void MASKED(void)
{
/* WARNING: Subroutine does not return */
abort();
}
|
7141_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
|
print
|
FUN_002b2b80
|
/* DWARF original prototype: void print(Binary_div * this, FILE * f) */
void __thiscall gold::Binary_div::print(Binary_div *this,FILE *f)
{
Expression *pEVar1;
fputc(0x28,(FILE *)f);
pEVar1 = (this->super_Binary_expression).left_;
(*pEVar1->_vptr_Expression[2])(pEVar1,f);
fprintf((FILE *)f," %s ",&DAT_0038a650);
pEVar1 = (this->super_Binary_expression).right_;
(*pEVar1->_vptr_Expression[2])(pEVar1,f);
fputc(0x29,(FILE *)f);
return;
}
|
void FUN_002b2b80(long param_1,FILE *param_2)
{
fputc(0x28,param_2);
(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);
fprintf(param_2," %s ","/");
(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);
fputc(0x29,param_2);
return;
}
|
PUSH RBP
MOV RBP,RDI
MOV EDI,0x28
PUSH RBX
MOV RBX,RSI
SUB RSP,0x8
CALL 0x00147450
MOV RDI,qword ptr [RBP + 0x8]
MOV RSI,RBX
MOV RAX,qword ptr [RDI]
CALL qword ptr [RAX + 0x10]
MOV RDI,RBX
LEA RDX,[0x38a650]
XOR EAX,EAX
LEA RSI,[0x384279]
CALL 0x00147a00
MOV RDI,qword ptr [RBP + 0x10]
MOV RSI,RBX
MOV RAX,qword ptr [RDI]
CALL qword ptr [RAX + 0x10]
ADD RSP,0x8
MOV RSI,RBX
MOV EDI,0x29
POP RBX
POP RBP
JMP 0x00147450
| null | null | null | null |
[(u'PTRSUB_-1204540230', u'CALL_-1204540435'), ('tmp_226', u'PTRSUB_-1204540220'), ('const-433', u'LOAD_-1204540482'), ('const-433', u'LOAD_-1204540498'), (u'CAST_-1204540220', u'CALL_-1204540435'), ('const-40', u'CALL_-1204540500'), ('const-433', u'LOAD_-1204540417'), (u'LOAD_-1204540498', u'PTRSUB_-1204540252'), ('tmp_226', u'PTRSUB_-1204540261'), (u'PTRSUB_-1204540211', u'LOAD_-1204540423'), ('tmp_227', u'CAST_-1204540220'), (u'PTRADD_-1204540249', u'LOAD_-1204540482'), ('const-8', u'PTRADD_-1204540249'), (u'CAST_-1204540258', u'CALL_-1204540500'), ('const-41', u'CALL_-1204540371'), (u'LOAD_-1204540423', u'PTRADD_-1204540208'), ('const-3687033', u'COPY_-1204540296'), ('const-0', u'PTRSUB_-1204540252'), ('const-0', u'RETURN_-1204540367'), ('tmp_227', u'CALLIND_-1204540407'), ('const-8', u'PTRADD_-1204540208'), (u'PTRSUB_-1204540220', u'PTRSUB_-1204540215'), ('const-0', u'PTRSUB_-1204540230'), (u'LOAD_-1204540488', u'PTRADD_-1204540249'), ('const-433', u'LOAD_-1204540433'), (u'PTRSUB_-1204540252', u'LOAD_-1204540488'), (u'LOAD_-1204540482', u'CALLIND_-1204540472'), ('const-3712592', u'PTRSUB_-1204540230'), (u'PTRSUB_-1204540261', u'PTRSUB_-1204540253'), ('const-0', u'PTRSUB_-1204540220'), ('tmp_227', u'CAST_-1204540258'), (u'COPY_-1204540296', u'CALL_-1204540435'), (u'CAST_-1204540187', u'CALL_-1204540371'), (u'PTRADD_-1204540208', u'LOAD_-1204540417'), ('const-0', u'PTRSUB_-1204540211'), (u'PTRSUB_-1204540253', u'LOAD_-1204540498'), ('const-2', u'PTRADD_-1204540208'), (u'LOAD_-1204540417', u'CALLIND_-1204540407'), ('const-0', u'PTRSUB_-1204540261'), ('const-433', u'LOAD_-1204540488'), ('tmp_227', u'CALLIND_-1204540472'), ('const-2', u'PTRADD_-1204540249'), (u'LOAD_-1204540433', u'PTRSUB_-1204540211'), ('const-8', u'PTRSUB_-1204540253'), ('tmp_227', u'CAST_-1204540187'), ('const-16', u'PTRSUB_-1204540215'), ('const-433', u'LOAD_-1204540423'), (u'LOAD_-1204540433', u'CALLIND_-1204540407'), (u'LOAD_-1204540498', u'CALLIND_-1204540472'), (u'PTRSUB_-1204540215', u'LOAD_-1204540433')]
|
[(u'LOAD_-1204540482', u'CALLIND_-1204540472'), (u'CAST_-1204540255', u'LOAD_-1204540482'), ('tmp_461', u'CALL_-1204540500'), ('const-3712592', u'COPY_-1204540298'), ('const-16', u'INT_ADD_-1204540417'), (u'INT_ADD_-1204540417', u'CAST_-1204540227'), (u'CAST_-1204540216', u'LOAD_-1204540417'), ('const-16', u'INT_ADD_-1204540401'), ('tmp_461', u'CALLIND_-1204540407'), (u'CAST_-1204540227', u'LOAD_-1204540433'), ('const-8', u'INT_ADD_-1204540482'), ('const-433', u'LOAD_-1204540488'), (u'LOAD_-1204540498', u'LOAD_-1204540488'), ('const-433', u'LOAD_-1204540417'), (u'LOAD_-1204540488', u'INT_ADD_-1204540466'), (u'INT_ADD_-1204540401', u'CAST_-1204540216'), ('const-41', u'CALL_-1204540371'), ('const-433', u'LOAD_-1204540423'), (u'LOAD_-1204540417', u'CALLIND_-1204540407'), ('const-40', u'CALL_-1204540500'), ('const-16', u'INT_ADD_-1204540466'), ('const-433', u'LOAD_-1204540482'), ('tmp_461', u'CALL_-1204540371'), (u'LOAD_-1204540423', u'INT_ADD_-1204540401'), (u'LOAD_-1204540433', u'LOAD_-1204540423'), ('const-0', u'RETURN_-1204540367'), ('tmp_459', u'INT_ADD_-1204540482'), (u'CAST_-1204540266', u'LOAD_-1204540498'), ('tmp_459', u'INT_ADD_-1204540417'), (u'COPY_-1204540298', u'CALL_-1204540435'), ('tmp_461', u'CALL_-1204540435'), ('const-3687033', u'COPY_-1204540300'), ('tmp_461', u'CALLIND_-1204540472'), ('const-433', u'LOAD_-1204540498'), (u'INT_ADD_-1204540482', u'CAST_-1204540266'), (u'COPY_-1204540300', u'CALL_-1204540435'), (u'INT_ADD_-1204540466', u'CAST_-1204540255'), (u'LOAD_-1204540433', u'CALLIND_-1204540407'), (u'LOAD_-1204540498', u'CALLIND_-1204540472'), ('const-433', u'LOAD_-1204540433')]
| null | null |
002b2b80
|
x64
|
O2
|
(translation_unit "void FUN_002b2b80(long param_1,FILE *param_2)\n\n{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ","/");\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}\n\n" (function_definition "void FUN_002b2b80(long param_1,FILE *param_2)\n\n{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ","/");\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" primitive_type (function_declarator "FUN_002b2b80(long param_1,FILE *param_2)" identifier (parameter_list "(long param_1,FILE *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "FILE *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ","/");\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" { (expression_statement "fputc(0x28,param_2);" (call_expression "fputc(0x28,param_2)" identifier (argument_list "(0x28,param_2)" ( number_literal , identifier ))) ;) (expression_statement "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 8) + 0x10)" * (pointer_expression "*(code **)(**(long **)(param_1 + 8) + 0x10)" * (cast_expression "(code **)(**(long **)(param_1 + 8) + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 8) + 0x10)" ( (binary_expression "**(long **)(param_1 + 8) + 0x10" (pointer_expression "**(long **)(param_1 + 8)" * (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(*(long **)(param_1 + 8),param_2)" ( (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "fprintf(param_2," %s ","/");" (call_expression "fprintf(param_2," %s ","/")" identifier (argument_list "(param_2," %s ","/")" ( identifier , (string_literal "" %s "" " string_content ") , (string_literal ""/"" " string_content ") ))) ;) (expression_statement "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 0x10) + 0x10)" * (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x10)" * (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x10)" ( (binary_expression "**(long **)(param_1 + 0x10) + 0x10" (pointer_expression "**(long **)(param_1 + 0x10)" * (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(*(long **)(param_1 + 0x10),param_2)" ( (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "fputc(0x29,param_2);" (call_expression "fputc(0x29,param_2)" identifier (argument_list "(0x29,param_2)" ( number_literal , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void print(Binary_div * this, FILE * f) */\n\nvoid __thiscall gold::Binary_div::print(Binary_div *this,FILE *f)\n\n{\n Expression *pEVar1;\n \n fputc(0x28,(FILE *)f);\n pEVar1 = (this->super_Binary_expression).left_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fprintf((FILE *)f," %s ",&DAT_0038a650);\n pEVar1 = (this->super_Binary_expression).right_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fputc(0x29,(FILE *)f);\n return;\n}\n\n" comment (function_definition "void __thiscall gold::Binary_div::print(Binary_div *this,FILE *f)\n\n{\n Expression *pEVar1;\n \n fputc(0x28,(FILE *)f);\n pEVar1 = (this->super_Binary_expression).left_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fprintf((FILE *)f," %s ",&DAT_0038a650);\n pEVar1 = (this->super_Binary_expression).right_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fputc(0x29,(FILE *)f);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Binary_div::" identifier : : identifier : :) (function_declarator "print(Binary_div *this,FILE *f)" identifier (parameter_list "(Binary_div *this,FILE *f)" ( (parameter_declaration "Binary_div *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "FILE *f" type_identifier (pointer_declarator "*f" * identifier)) ))) (compound_statement "{\n Expression *pEVar1;\n \n fputc(0x28,(FILE *)f);\n pEVar1 = (this->super_Binary_expression).left_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fprintf((FILE *)f," %s ",&DAT_0038a650);\n pEVar1 = (this->super_Binary_expression).right_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fputc(0x29,(FILE *)f);\n return;\n}" { (declaration "Expression *pEVar1;" type_identifier (pointer_declarator "*pEVar1" * identifier) ;) (expression_statement "fputc(0x28,(FILE *)f);" (call_expression "fputc(0x28,(FILE *)f)" identifier (argument_list "(0x28,(FILE *)f)" ( number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (expression_statement "pEVar1 = (this->super_Binary_expression).left_;" (assignment_expression "pEVar1 = (this->super_Binary_expression).left_" identifier = (field_expression "(this->super_Binary_expression).left_" (parenthesized_expression "(this->super_Binary_expression)" ( (field_expression "this->super_Binary_expression" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "(*pEVar1->_vptr_Expression[2])(pEVar1,f);" (call_expression "(*pEVar1->_vptr_Expression[2])(pEVar1,f)" (parenthesized_expression "(*pEVar1->_vptr_Expression[2])" ( (pointer_expression "*pEVar1->_vptr_Expression[2]" * (subscript_expression "pEVar1->_vptr_Expression[2]" (field_expression "pEVar1->_vptr_Expression" identifier -> field_identifier) [ number_literal ])) )) (argument_list "(pEVar1,f)" ( identifier , identifier ))) ;) (expression_statement "fprintf((FILE *)f," %s ",&DAT_0038a650);" (call_expression "fprintf((FILE *)f," %s ",&DAT_0038a650)" identifier (argument_list "((FILE *)f," %s ",&DAT_0038a650)" ( (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal "" %s "" " string_content ") , (pointer_expression "&DAT_0038a650" & identifier) ))) ;) (expression_statement "pEVar1 = (this->super_Binary_expression).right_;" (assignment_expression "pEVar1 = (this->super_Binary_expression).right_" identifier = (field_expression "(this->super_Binary_expression).right_" (parenthesized_expression "(this->super_Binary_expression)" ( (field_expression "this->super_Binary_expression" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "(*pEVar1->_vptr_Expression[2])(pEVar1,f);" (call_expression "(*pEVar1->_vptr_Expression[2])(pEVar1,f)" (parenthesized_expression "(*pEVar1->_vptr_Expression[2])" ( (pointer_expression "*pEVar1->_vptr_Expression[2]" * (subscript_expression "pEVar1->_vptr_Expression[2]" (field_expression "pEVar1->_vptr_Expression" identifier -> field_identifier) [ number_literal ])) )) (argument_list "(pEVar1,f)" ( identifier , identifier ))) ;) (expression_statement "fputc(0x29,(FILE *)f);" (call_expression "fputc(0x29,(FILE *)f)" identifier (argument_list "(0x29,(FILE *)f)" ( number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_002b2b80(long param_1,FILE *param_2)\n\n{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ","/");\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}\n\n" (function_definition "void FUN_002b2b80(long param_1,FILE *param_2)\n\n{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ","/");\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" primitive_type (function_declarator "FUN_002b2b80(long param_1,FILE *param_2)" identifier (parameter_list "(long param_1,FILE *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "FILE *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ","/");\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" { (expression_statement "fputc(0x28,param_2);" (call_expression "fputc(0x28,param_2)" identifier (argument_list "(0x28,param_2)" ( number_literal , identifier ))) ;) (expression_statement "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 8) + 0x10)" * (pointer_expression "*(code **)(**(long **)(param_1 + 8) + 0x10)" * (cast_expression "(code **)(**(long **)(param_1 + 8) + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 8) + 0x10)" ( (binary_expression "**(long **)(param_1 + 8) + 0x10" (pointer_expression "**(long **)(param_1 + 8)" * (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(*(long **)(param_1 + 8),param_2)" ( (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "fprintf(param_2," %s ","/");" (call_expression "fprintf(param_2," %s ","/")" identifier (argument_list "(param_2," %s ","/")" ( identifier , (string_literal "" %s "" " string_content ") , (string_literal ""/"" " string_content ") ))) ;) (expression_statement "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 0x10) + 0x10)" * (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x10)" * (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x10)" ( (binary_expression "**(long **)(param_1 + 0x10) + 0x10" (pointer_expression "**(long **)(param_1 + 0x10)" * (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(*(long **)(param_1 + 0x10),param_2)" ( (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "fputc(0x29,param_2);" (call_expression "fputc(0x29,param_2)" identifier (argument_list "(0x29,param_2)" ( number_literal , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))))) )) (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , (string_literal " string_content ") ))) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))))) )) (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_002b2b80(long param_1,FILE *param_2)\n\n{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ","/");\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002b2b80(long param_1,FILE *param_2)" (identifier "FUN_002b2b80") (parameter_list "(long param_1,FILE *param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "FILE *param_2" (type_identifier "FILE") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ","/");\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" ({ "{") (expression_statement "fputc(0x28,param_2);" (call_expression "fputc(0x28,param_2)" (identifier "fputc") (argument_list "(0x28,param_2)" (( "(") (number_literal "0x28") (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))" (( "(") (pointer_expression "**(code **)(**(long **)(param_1 + 8) + 0x10)" (* "*") (pointer_expression "*(code **)(**(long **)(param_1 + 8) + 0x10)" (* "*") (cast_expression "(code **)(**(long **)(param_1 + 8) + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(param_1 + 8) + 0x10)" (( "(") (binary_expression "**(long **)(param_1 + 8) + 0x10" (pointer_expression "**(long **)(param_1 + 8)" (* "*") (pointer_expression "*(long **)(param_1 + 8)" (* "*") (cast_expression "(long **)(param_1 + 8)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")"))))) (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (argument_list "(*(long **)(param_1 + 8),param_2)" (( "(") (pointer_expression "*(long **)(param_1 + 8)" (* "*") (cast_expression "(long **)(param_1 + 8)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "fprintf(param_2," %s ","/");" (call_expression "fprintf(param_2," %s ","/")" (identifier "fprintf") (argument_list "(param_2," %s ","/")" (( "(") (identifier "param_2") (, ",") (string_literal "" %s "" (" """) (string_content " %s ") (" """)) (, ",") (string_literal ""/"" (" """) (string_content "/") (" """)) () ")"))) (; ";")) (expression_statement "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))" (( "(") (pointer_expression "**(code **)(**(long **)(param_1 + 0x10) + 0x10)" (* "*") (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x10)" (* "*") (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x10)" (( "(") (binary_expression "**(long **)(param_1 + 0x10) + 0x10" (pointer_expression "**(long **)(param_1 + 0x10)" (* "*") (pointer_expression "*(long **)(param_1 + 0x10)" (* "*") (cast_expression "(long **)(param_1 + 0x10)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (argument_list "(*(long **)(param_1 + 0x10),param_2)" (( "(") (pointer_expression "*(long **)(param_1 + 0x10)" (* "*") (cast_expression "(long **)(param_1 + 0x10)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "fputc(0x29,param_2);" (call_expression "fputc(0x29,param_2)" (identifier "fputc") (argument_list "(0x29,param_2)" (( "(") (number_literal "0x29") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void print(Binary_div * this, FILE * f) */
void __thiscall gold::type_1::function_1(type_1 *this,type_2 *f)
{
type_3 *pEVar1;
var_1(0x28,(type_2 *)f);
pEVar1 = (this->super_Binary_expression).left_;
(*pEVar1->_vptr_Expression[2])(pEVar1,f);
var_2((type_2 *)f," %s ",&DAT_0038a650);
pEVar1 = (this->super_Binary_expression).right_;
(*pEVar1->_vptr_Expression[2])(pEVar1,f);
var_1(0x29,(type_2 *)f);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (string_literal (string_content))))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) (return_statement))))
| null |
void MASKED(long param_1,FILE *param_2)
{
fputc(0x28,param_2);
(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);
fprintf(param_2," %s ","/");
(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);
fputc(0x29,param_2);
return;
}
|
315_ia64-linux-gnu-objcopy_and_ia64-linux-gnu-objcopy_strip.c
|
stab_start_compilation_unit
|
FUN_00118680
|
bfd_boolean stab_start_compilation_unit(void *p,char *filename)
{
bfd_boolean bVar1;
stab_write_handle *info;
*(char **)((long)p + 0x210) = filename;
bVar1 = stab_write_symbol((stab_write_handle *)p,0x84,0,0,filename);
return bVar1;
}
|
void FUN_00118680(long param_1,undefined8 param_2)
{
*(undefined8 *)(param_1 + 0x210) = param_2;
FUN_00118330(param_1,0x84,0,0,param_2);
return;
}
|
MOV qword ptr [RDI + 0x210],RSI
MOV R8,RSI
XOR ECX,ECX
XOR EDX,EDX
MOV ESI,0x84
JMP 0x00118330
| null | null | null | null |
[(u'CAST_-1207007467', u'CALL_-1207007565'), ('tmp_73', u'CAST_-1207007467'), ('tmp_73', u'CAST_-1207007488'), ('const-132', u'CALL_-1207007565'), ('const-528', u'INT_ADD_-1207007597'), ('tmp_74', u'CALL_-1207007565'), ('const-0', u'RETURN_-1207007561'), (u'CALL_-1207007565', u'RETURN_-1207007561'), ('tmp_74', u'STORE_-1207007611'), (u'INT_ADD_-1207007597', u'CAST_-1207007487'), (u'CAST_-1207007487', u'STORE_-1207007611'), ('const-0', u'CALL_-1207007565'), (u'CAST_-1207007488', u'INT_ADD_-1207007597'), ('const-433', u'STORE_-1207007611'), ('const-0', u'CALL_-1207007565')]
|
[(u'INT_ADD_-1207007597', u'CAST_-1207007492'), ('tmp_148', u'CALL_-1207007565'), ('tmp_148', u'INT_ADD_-1207007597'), ('const-528', u'INT_ADD_-1207007597'), ('const-0', u'CALL_-1207007565'), ('const-0', u'RETURN_-1207007561'), ('const-132', u'CALL_-1207007565'), ('tmp_149', u'CALL_-1207007565'), ('const-433', u'STORE_-1207007611'), (u'CAST_-1207007492', u'STORE_-1207007611'), ('tmp_149', u'STORE_-1207007611'), ('const-0', u'CALL_-1207007565')]
| null | null |
00118680
|
x64
|
O2
|
(translation_unit "void FUN_00118680(long param_1,undefined8 param_2)\n\n{\n *(undefined8 *)(param_1 + 0x210) = param_2;\n FUN_00118330(param_1,0x84,0,0,param_2);\n return;\n}\n\n" (function_definition "void FUN_00118680(long param_1,undefined8 param_2)\n\n{\n *(undefined8 *)(param_1 + 0x210) = param_2;\n FUN_00118330(param_1,0x84,0,0,param_2);\n return;\n}" primitive_type (function_declarator "FUN_00118680(long param_1,undefined8 param_2)" identifier (parameter_list "(long param_1,undefined8 param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n *(undefined8 *)(param_1 + 0x210) = param_2;\n FUN_00118330(param_1,0x84,0,0,param_2);\n return;\n}" { (expression_statement "*(undefined8 *)(param_1 + 0x210) = param_2;" (assignment_expression "*(undefined8 *)(param_1 + 0x210) = param_2" (pointer_expression "*(undefined8 *)(param_1 + 0x210)" * (cast_expression "(undefined8 *)(param_1 + 0x210)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x210)" ( (binary_expression "param_1 + 0x210" identifier + number_literal) )))) = identifier) ;) (expression_statement "FUN_00118330(param_1,0x84,0,0,param_2);" (call_expression "FUN_00118330(param_1,0x84,0,0,param_2)" identifier (argument_list "(param_1,0x84,0,0,param_2)" ( identifier , number_literal , number_literal , number_literal , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "bfd_boolean stab_start_compilation_unit(void *p,char *filename)\n\n{\n bfd_boolean bVar1;\n stab_write_handle *info;\n \n *(char **)((long)p + 0x210) = filename;\n bVar1 = stab_write_symbol((stab_write_handle *)p,0x84,0,0,filename);\n return bVar1;\n}\n\n" (function_definition "bfd_boolean stab_start_compilation_unit(void *p,char *filename)\n\n{\n bfd_boolean bVar1;\n stab_write_handle *info;\n \n *(char **)((long)p + 0x210) = filename;\n bVar1 = stab_write_symbol((stab_write_handle *)p,0x84,0,0,filename);\n return bVar1;\n}" type_identifier (function_declarator "stab_start_compilation_unit(void *p,char *filename)" identifier (parameter_list "(void *p,char *filename)" ( (parameter_declaration "void *p" primitive_type (pointer_declarator "*p" * identifier)) , (parameter_declaration "char *filename" primitive_type (pointer_declarator "*filename" * identifier)) ))) (compound_statement "{\n bfd_boolean bVar1;\n stab_write_handle *info;\n \n *(char **)((long)p + 0x210) = filename;\n bVar1 = stab_write_symbol((stab_write_handle *)p,0x84,0,0,filename);\n return bVar1;\n}" { (declaration "bfd_boolean bVar1;" type_identifier identifier ;) (declaration "stab_write_handle *info;" type_identifier (pointer_declarator "*info" * identifier) ;) (expression_statement "*(char **)((long)p + 0x210) = filename;" (assignment_expression "*(char **)((long)p + 0x210) = filename" (pointer_expression "*(char **)((long)p + 0x210)" * (cast_expression "(char **)((long)p + 0x210)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)p + 0x210)" ( (binary_expression "(long)p + 0x210" (cast_expression "(long)p" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "bVar1 = stab_write_symbol((stab_write_handle *)p,0x84,0,0,filename);" (assignment_expression "bVar1 = stab_write_symbol((stab_write_handle *)p,0x84,0,0,filename)" identifier = (call_expression "stab_write_symbol((stab_write_handle *)p,0x84,0,0,filename)" identifier (argument_list "((stab_write_handle *)p,0x84,0,0,filename)" ( (cast_expression "(stab_write_handle *)p" ( (type_descriptor "stab_write_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , number_literal , number_literal , number_literal , identifier )))) ;) (return_statement "return bVar1;" return identifier ;) })))
|
(translation_unit "void FUN_00118680(long param_1,undefined8 param_2)\n\n{\n *(undefined8 *)(param_1 + 0x210) = param_2;\n FUN_00118330(param_1,0x84,0,0,param_2);\n return;\n}\n\n" (function_definition "void FUN_00118680(long param_1,undefined8 param_2)\n\n{\n *(undefined8 *)(param_1 + 0x210) = param_2;\n FUN_00118330(param_1,0x84,0,0,param_2);\n return;\n}" primitive_type (function_declarator "FUN_00118680(long param_1,undefined8 param_2)" identifier (parameter_list "(long param_1,undefined8 param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n *(undefined8 *)(param_1 + 0x210) = param_2;\n FUN_00118330(param_1,0x84,0,0,param_2);\n return;\n}" { (expression_statement "*(undefined8 *)(param_1 + 0x210) = param_2;" (assignment_expression "*(undefined8 *)(param_1 + 0x210) = param_2" (pointer_expression "*(undefined8 *)(param_1 + 0x210)" * (cast_expression "(undefined8 *)(param_1 + 0x210)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x210)" ( (binary_expression "param_1 + 0x210" identifier + number_literal) )))) = identifier) ;) (expression_statement "FUN_00118330(param_1,0x84,0,0,param_2);" (call_expression "FUN_00118330(param_1,0x84,0,0,param_2)" identifier (argument_list "(param_1,0x84,0,0,param_2)" ( identifier , number_literal , number_literal , number_literal , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , LIT , LIT , IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00118680(long param_1,undefined8 param_2)\n\n{\n *(undefined8 *)(param_1 + 0x210) = param_2;\n FUN_00118330(param_1,0x84,0,0,param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00118680(long param_1,undefined8 param_2)" (identifier "FUN_00118680") (parameter_list "(long param_1,undefined8 param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) () ")"))) (compound_statement "{\n *(undefined8 *)(param_1 + 0x210) = param_2;\n FUN_00118330(param_1,0x84,0,0,param_2);\n return;\n}" ({ "{") (expression_statement "*(undefined8 *)(param_1 + 0x210) = param_2;" (assignment_expression "*(undefined8 *)(param_1 + 0x210) = param_2" (pointer_expression "*(undefined8 *)(param_1 + 0x210)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x210)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x210)" (( "(") (binary_expression "param_1 + 0x210" (identifier "param_1") (+ "+") (number_literal "0x210")) () ")")))) (= "=") (identifier "param_2")) (; ";")) (expression_statement "FUN_00118330(param_1,0x84,0,0,param_2);" (call_expression "FUN_00118330(param_1,0x84,0,0,param_2)" (identifier "FUN_00118330") (argument_list "(param_1,0x84,0,0,param_2)" (( "(") (identifier "param_1") (, ",") (number_literal "0x84") (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
type_1 function_1(void *p,char *filename)
{
type_1 bVar1;
type_2 *info;
*(char **)((long)p + 0x210) = filename;
bVar1 = var_1((type_2 *)p,0x84,0,0,filename);
return bVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (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) (number_literal) (number_literal) (number_literal) (identifier)))) (return_statement))))
| null |
void MASKED(long param_1,undefined8 param_2)
{
*(undefined8 *)(param_1 + 0x210) = param_2;
FUN_00118330(param_1,0x84,0,0,param_2);
return;
}
|
8791_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
|
snextc
|
FUN_00342510
|
/* std::streambuf::snextc() */
ulong __thiscall std::streambuf::snextc(streambuf *this)
{
code *pcVar1;
int iVar2;
byte *pbVar3;
ulong uVar4;
byte *pbVar5;
pbVar5 = *(byte **)(this + 0x18);
if (*(byte **)(this + 0x10) < pbVar5) {
pbVar3 = *(byte **)(this + 0x10) + 1;
*(byte **)(this + 0x10) = pbVar3;
}
else {
pcVar1 = *(code **)(*(long *)this + 0x50);
if (pcVar1 == (code *)PTR_uflow_004b9b98) {
pcVar1 = *(code **)(*(long *)this + 0x48);
if (pcVar1 == (code *)PTR_underflow_004b9d90) {
return 0xffffffff;
}
iVar2 = (*pcVar1)();
if (iVar2 == -1) {
return 0xffffffff;
}
pbVar5 = *(byte **)(this + 0x18);
pbVar3 = (byte *)(*(long *)(this + 0x10) + 1);
*(byte **)(this + 0x10) = pbVar3;
}
else {
iVar2 = (*pcVar1)();
if (iVar2 == -1) {
return 0xffffffff;
}
pbVar3 = *(byte **)(this + 0x10);
pbVar5 = *(byte **)(this + 0x18);
}
}
if (pbVar3 < pbVar5) {
return (ulong)*pbVar3;
}
if (*(code **)(*(long *)this + 0x48) == (code *)PTR_underflow_004b9d90) {
return 0xffffffff;
}
/* WARNING: Could not recover jumptable at 0x00342574. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar4 = (**(code **)(*(long *)this + 0x48))(this);
return uVar4;
}
|
ulong FUN_00342510(long *param_1)
{
code *pcVar1;
int iVar2;
byte *pbVar3;
ulong uVar4;
byte *pbVar5;
pbVar5 = (byte *)param_1[3];
if ((byte *)param_1[2] < pbVar5) {
pbVar3 = (byte *)param_1[2] + 1;
param_1[2] = (long)pbVar3;
}
else {
pcVar1 = *(code **)(*param_1 + 0x50);
if (pcVar1 == (code *)PTR_FUN_004b9b98) {
pcVar1 = *(code **)(*param_1 + 0x48);
if (pcVar1 == (code *)PTR_FUN_004b9d90) {
return 0xffffffff;
}
iVar2 = (*pcVar1)();
if (iVar2 == -1) {
return 0xffffffff;
}
pbVar5 = (byte *)param_1[3];
pbVar3 = (byte *)(param_1[2] + 1);
param_1[2] = (long)pbVar3;
}
else {
iVar2 = (*pcVar1)();
if (iVar2 == -1) {
return 0xffffffff;
}
pbVar3 = (byte *)param_1[2];
pbVar5 = (byte *)param_1[3];
}
}
if (pbVar3 < pbVar5) {
return (ulong)*pbVar3;
}
if (*(code **)(*param_1 + 0x48) == (code *)PTR_FUN_004b9d90) {
return 0xffffffff;
}
/* WARNING: Could not recover jumptable at 0x00342574. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar4 = (**(code **)(*param_1 + 0x48))(param_1);
return uVar4;
}
|
PUSH RBX
MOV RAX,qword ptr [RDI + 0x10]
MOV RBX,RDI
MOV RDX,qword ptr [RDI + 0x18]
CMP RAX,RDX
JNC 0x00342538
ADD RAX,0x1
MOV qword ptr [RDI + 0x10],RAX
CMP RDX,RAX
JBE 0x00342560
MOVZX EAX,byte ptr [RAX]
POP RBX
RET
MOV RAX,qword ptr [RDI]
MOV RDX,qword ptr [RAX + 0x50]
CMP RDX,qword ptr [0x004b9b98]
JNZ 0x00342580
MOV RAX,qword ptr [RAX + 0x48]
CMP RAX,qword ptr [0x004b9d90]
JNZ 0x00342598
MOV EAX,0xffffffff
POP RBX
RET
MOV RAX,qword ptr [RBX]
MOV RAX,qword ptr [RAX + 0x48]
CMP RAX,qword ptr [0x004b9d90]
JZ 0x00342555
MOV RDI,RBX
POP RBX
JMP RAX
CALL RDX
CMP EAX,-0x1
JZ 0x00342555
MOV RAX,qword ptr [RBX + 0x10]
MOV RDX,qword ptr [RBX + 0x18]
JMP 0x00342529
CALL RAX
CMP EAX,-0x1
JZ 0x00342555
MOV RAX,qword ptr [RBX + 0x10]
MOV RDX,qword ptr [RBX + 0x18]
ADD RAX,0x1
MOV qword ptr [RBX + 0x10],RAX
JMP 0x00342529
| null | null | null | null |
[(u'INT_ZEXT_-1205131747', u'COPY_-1205131937'), ('const-433', u'LOAD_-1205131727'), (u'LOAD_-1205131854', u'CALLIND_-1205131751'), ('const-433', u'LOAD_-1205131854'), (u'STORE_-1205131708', u'INDIRECT_-1205131497'), (u'PTRADD_-1205131668', u'CAST_-1205131457'), (u'PTRADD_-1205131910', u'STORE_-1205131959'), (u'CAST_-1205131551', u'LOAD_-1205131854'), (u'MULTIEQUAL_-1205131700', u'INT_LESS_-1205131929'), (u'INDIRECT_-1205131547', u'MULTIEQUAL_-1205131627'), (u'CAST_-1205131613', u'LOAD_-1205132009'), (u'CAST_-1205131511', u'INT_EQUAL_-1205131852'), (u'LOAD_-1205131938', u'INT_ZEXT_-1205131747'), ('const-4294967295', u'INT_EQUAL_-1205131740'), ('const-72', u'INT_ADD_-1205131856'), (u'INT_ADD_-1205131705', u'CAST_-1205131452'), (u'PTRADD_-1205131665', u'CAST_-1205131490'), ('tmp_469', u'PTRADD_-1205131899'), (u'PTRADD_-1205131936', u'CAST_-1205131605'), (u'CAST_-1205131520', u'LOAD_-1205131878'), ('const-1', u'RETURN_-1205131732'), ('tmp_436', u'CBRANCH_-1205131728'), (u'PTRADD_-1205131658', u'CAST_-1205131485'), ('tmp_469', u'CAST_-1205131520'), (u'CAST_-1205131568', u'LOAD_-1205131882'), (u'LOAD_-1205132009', u'INT_LESS_-1205131978'), (u'CALLIND_-1205131831', u'INDIRECT_-1205131557'), ('const-24', u'PTRADD_-1205131668'), (u'CAST_-1205131485', u'LOAD_-1205131720'), (u'CALLIND_-1205131751', u'INT_EQUAL_-1205131740'), (u'LOAD_-1205131888', u'INT_ADD_-1205131866'), ('tmp_307', u'CBRANCH_-1205131827'), ('const-0', u'RETURN_-1205131595'), ('const-4294967295', u'COPY_-1205131625'), (u'INDIRECT_-1205131632', u'MULTIEQUAL_-1205131627'), (u'STORE_-1205131959', u'INDIRECT_-1205131642'), (u'LOAD_-1205131854', u'INT_EQUAL_-1205131834'), (u'STORE_-1205131708', u'INDIRECT_-1205131507'), (u'CALLIND_-1205131751', u'INDIRECT_-1205131522'), (u'LOAD_-1205131998', u'INT_LESS_-1205131978'), ('tmp_123', u'CBRANCH_-1205131938'), ('const-24', u'PTRADD_-1205131936'), ('tmp_469', u'PTRADD_-1205131648'), (u'INDIRECT_-1205131642', u'MULTIEQUAL_-1205131637'), (u'CALLIND_-1205131751', u'INDIRECT_-1205131532'), ('const-1', u'PTRADD_-1205131658'), (u'COPY_-1205131625', u'RETURN_-1205131607'), (u'INDIRECT_-1205131497', u'MULTIEQUAL_-1205131627'), (u'CAST_-1205131452', u'MULTIEQUAL_-1205131705'), ('const-1', u'PTRADD_-1205131675'), (u'LOAD_-1205131872', u'CALLIND_-1205131831'), ('const-24', u'PTRADD_-1205131658'), (u'COPY_-1205131613', u'RETURN_-1205131595'), ('const-1', u'PTRADD_-1205131668'), ('const-72', u'INT_ADD_-1205131838'), (u'LOAD_-1205131882', u'INT_EQUAL_-1205131862'), (u'INDIRECT_-1205131547', u'COPY_-1205131617'), ('const-0', u'RETURN_-1205131917'), (u'CAST_-1205131563', u'INT_EQUAL_-1205131862'), ('const-0', u'RETURN_-1205131601'), (u'COPY_-1205131641', u'COPY_-1205131640'), (u'LOAD_-1205132009', u'PTRADD_-1205131910'), (u'LOAD_-1205131878', u'INT_ADD_-1205131856'), (u'LOAD_-1205131888', u'INT_ADD_-1205131838'), (u'INDIRECT_-1205131532', u'COPY_-1205131612'), ('tmp_469', u'CAST_-1205131572'), (u'MULTIEQUAL_-1205131705', u'INT_LESS_-1205131929'), ('const-1', u'PTRADD_-1205131936'), (u'LOAD_-1205131720', u'MULTIEQUAL_-1205131700'), ('tmp_988', u'CAST_-1205131563'), ('tmp_190', u'CBRANCH_-1205131846'), ('const-0', u'RETURN_-1205131607'), ('const-1', u'PTRADD_-1205131910'), (u'INDIRECT_-1205131557', u'MULTIEQUAL_-1205131637'), ('tmp_469', u'PTRADD_-1205131675'), ('tmp_454', u'BRANCH_-1205131712'), ('const-1', u'PTRADD_-1205131899'), (u'INDIRECT_-1205131507', u'MULTIEQUAL_-1205131637'), (u'COPY_-1205131868', u'RETURN_-1205131846'), (u'INT_ADD_-1205131856', u'CAST_-1205131516'), ('const-16', u'PTRADD_-1205131648'), (u'LOAD_-1205131737', u'INT_ADD_-1205131705'), (u'COPY_-1205131619', u'RETURN_-1205131601'), (u'MULTIEQUAL_-1205131705', u'LOAD_-1205131938'), (u'LOAD_-1205131998', u'MULTIEQUAL_-1205131700'), (u'CALLIND_-1205131741', u'INDIRECT_-1205131547'), ('tmp_989', u'CAST_-1205131546'), ('tmp_469', u'CALLIND_-1205131831'), (u'CAST_-1205131457', u'LOAD_-1205131730'), ('tmp_267', u'CBRANCH_-1205131855'), ('const-433', u'LOAD_-1205131720'), ('const-4294967295', u'COPY_-1205131619'), (u'PTRADD_-1205131648', u'CAST_-1205131447'), (u'COPY_-1205131937', u'RETURN_-1205131917'), (u'INT_EQUAL_-1205131834', u'CBRANCH_-1205131827'), (u'CAST_-1205131462', u'LOAD_-1205131737'), (u'INDIRECT_-1205131557', u'COPY_-1205131618'), (u'INT_EQUAL_-1205131852', u'CBRANCH_-1205131846'), ('tmp_988', u'COPY_-1205131606'), ('const-433', u'LOAD_-1205131938'), (u'COPY_-1205131651', u'COPY_-1205131650'), ('const-433', u'LOAD_-1205131882'), (u'INT_ADD_-1205131838', u'CAST_-1205131551'), (u'MULTIEQUAL_-1205131637', u'COPY_-1205131692'), (u'CALLIND_-1205131831', u'RETURN_-1205131732'), ('const-1', u'PTRADD_-1205131947'), (u'INT_EQUAL_-1205131740', u'CBRANCH_-1205131738'), (u'CAST_-1205131580', u'STORE_-1205131959'), (u'LOAD_-1205131882', u'CALLIND_-1205131741'), (u'CALLIND_-1205131741', u'INDIRECT_-1205131557'), ('tmp_469', u'PTRADD_-1205131668'), (u'INT_LESS_-1205131929', u'CBRANCH_-1205131938'), (u'CALLIND_-1205131741', u'INT_EQUAL_-1205131730'), (u'LOAD_-1205131872', u'INT_EQUAL_-1205131852'), ('const-4294967295', u'INT_EQUAL_-1205131730'), ('const-80', u'INT_ADD_-1205131866'), ('const-433', u'STORE_-1205131708'), (u'MULTIEQUAL_-1205131627', u'CAST_-1205131511'), ('tmp_469', u'PTRADD_-1205131936'), (u'INT_EQUAL_-1205131862', u'CBRANCH_-1205131855'), (u'PTRADD_-1205131675', u'CAST_-1205131462'), ('const-16', u'PTRADD_-1205131665'), ('const-1', u'INT_ADD_-1205131705'), (u'STORE_-1205131959', u'INDIRECT_-1205131632'), (u'PTRADD_-1205131910', u'MULTIEQUAL_-1205131705'), (u'MULTIEQUAL_-1205131627', u'COPY_-1205131641'), ('const-433', u'LOAD_-1205131998'), (u'CAST_-1205131546', u'INT_EQUAL_-1205131834'), (u'INDIRECT_-1205131567', u'COPY_-1205131624'), ('tmp_469', u'PTRADD_-1205131947'), ('const-16', u'PTRADD_-1205131899'), (u'INDIRECT_-1205131557', u'COPY_-1205131614'), ('tmp_469', u'PTRADD_-1205131658'), (u'MULTIEQUAL_-1205131627', u'COPY_-1205131682'), ('const-433', u'STORE_-1205131959'), (u'CAST_-1205131452', u'STORE_-1205131708'), ('tmp_989', u'COPY_-1205131605'), (u'INT_LESS_-1205131978', u'CBRANCH_-1205131975'), (u'INDIRECT_-1205131522', u'COPY_-1205131611'), (u'CAST_-1205131605', u'LOAD_-1205131998'), ('const-0', u'RETURN_-1205131846'), ('const-433', u'LOAD_-1205131737'), (u'INT_ADD_-1205131866', u'CAST_-1205131568'), ('const-433', u'LOAD_-1205131878'), (u'PTRADD_-1205131899', u'CAST_-1205131580'), ('const-433', u'LOAD_-1205131872'), (u'PTRADD_-1205131947', u'CAST_-1205131613'), ('const-4294967295', u'COPY_-1205131613'), ('const-433', u'LOAD_-1205131888'), ('const-1', u'PTRADD_-1205131648'), (u'CAST_-1205131490', u'LOAD_-1205131727'), (u'MULTIEQUAL_-1205131637', u'COPY_-1205131651'), (u'LOAD_-1205131730', u'MULTIEQUAL_-1205131700'), ('const-4294967295', u'COPY_-1205131868'), ('const-1', u'PTRADD_-1205131910'), ('tmp_469', u'PTRADD_-1205131665'), ('tmp_398', u'BRANCH_-1205131702'), (u'CAST_-1205131516', u'LOAD_-1205131872'), ('const-1', u'PTRADD_-1205131665'), (u'CAST_-1205131572', u'LOAD_-1205131888'), ('const-433', u'LOAD_-1205131730'), ('const-16', u'PTRADD_-1205131947'), (u'CAST_-1205131447', u'STORE_-1205131708'), ('const-433', u'LOAD_-1205132009'), (u'CALLIND_-1205131831', u'INDIRECT_-1205131567'), ('tmp_346', u'CBRANCH_-1205131738'), ('tmp_56', u'CBRANCH_-1205131975'), (u'INT_EQUAL_-1205131730', u'CBRANCH_-1205131728'), ('const-16', u'PTRADD_-1205131675'), (u'LOAD_-1205131727', u'MULTIEQUAL_-1205131705')]
|
[(u'INT_ZEXT_-1205131747', u'COPY_-1205131937'), (u'PTRADD_-1205131487', u'LOAD_-1205131720'), (u'LOAD_-1205131854', u'CALLIND_-1205131751'), ('tmp_832', u'PTRADD_-1205131605'), ('const-433', u'LOAD_-1205131882'), (u'STORE_-1205131708', u'INDIRECT_-1205131497'), ('const-8', u'PTRADD_-1205131466'), (u'INDIRECT_-1205131547', u'MULTIEQUAL_-1205131627'), (u'MULTIEQUAL_-1205131700', u'INT_LESS_-1205131929'), (u'LOAD_-1205131727', u'CAST_-1205131483'), (u'PTRADD_-1205131613', u'LOAD_-1205132009'), (u'CAST_-1205131539', u'INT_EQUAL_-1205131834'), (u'LOAD_-1205131938', u'INT_ZEXT_-1205131747'), (u'INT_ADD_-1205131856', u'CAST_-1205131511'), ('const-72', u'INT_ADD_-1205131856'), (u'CAST_-1205131478', u'MULTIEQUAL_-1205131700'), ('const-433', u'LOAD_-1205131727'), ('const-8', u'PTRADD_-1205131492'), ('const-0', u'RETURN_-1205131595'), ('const-1', u'RETURN_-1205131732'), ('tmp_436', u'CBRANCH_-1205131728'), (u'CAST_-1205131544', u'LOAD_-1205131854'), ('const-3', u'PTRADD_-1205131605'), ('const-433', u'LOAD_-1205131720'), ('const-4294967295', u'INT_EQUAL_-1205131730'), (u'CAST_-1205131446', u'MULTIEQUAL_-1205131705'), (u'CALLIND_-1205131831', u'INDIRECT_-1205131557'), (u'CAST_-1205131556', u'INT_EQUAL_-1205131862'), (u'CALLIND_-1205131751', u'INT_EQUAL_-1205131740'), (u'LOAD_-1205131730', u'CAST_-1205131451'), (u'CAST_-1205131605', u'INT_LESS_-1205131978'), (u'LOAD_-1205131888', u'INT_ADD_-1205131866'), ('tmp_307', u'CBRANCH_-1205131827'), (u'INDIRECT_-1205131632', u'MULTIEQUAL_-1205131627'), ('const-433', u'LOAD_-1205131730'), (u'STORE_-1205131959', u'INDIRECT_-1205131642'), (u'LOAD_-1205131854', u'INT_EQUAL_-1205131834'), (u'STORE_-1205131708', u'INDIRECT_-1205131507'), (u'CALLIND_-1205131751', u'INDIRECT_-1205131522'), ('tmp_123', u'CBRANCH_-1205131938'), (u'INDIRECT_-1205131642', u'MULTIEQUAL_-1205131637'), (u'CALLIND_-1205131751', u'INDIRECT_-1205131532'), (u'COPY_-1205131625', u'RETURN_-1205131607'), (u'INDIRECT_-1205131497', u'MULTIEQUAL_-1205131627'), ('const-433', u'LOAD_-1205131998'), (u'CAST_-1205131483', u'MULTIEQUAL_-1205131705'), ('tmp_988', u'COPY_-1205131605'), (u'LOAD_-1205131872', u'CALLIND_-1205131831'), (u'COPY_-1205131613', u'RETURN_-1205131595'), ('const-72', u'INT_ADD_-1205131838'), ('const-8', u'PTRADD_-1205131613'), (u'PTRADD_-1205131492', u'LOAD_-1205131727'), (u'LOAD_-1205131882', u'INT_EQUAL_-1205131862'), (u'INDIRECT_-1205131547', u'COPY_-1205131617'), (u'CAST_-1205131506', u'INT_EQUAL_-1205131852'), (u'PTRADD_-1205131461', u'LOAD_-1205131730'), ('const-0', u'RETURN_-1205131917'), ('const-433', u'LOAD_-1205131737'), ('tmp_832', u'PTRADD_-1205131492'), (u'LOAD_-1205131720', u'CAST_-1205131478'), ('const-3', u'PTRADD_-1205131461'), (u'COPY_-1205131641', u'COPY_-1205131640'), ('const-4294967295', u'COPY_-1205131613'), (u'LOAD_-1205131878', u'INT_ADD_-1205131856'), (u'LOAD_-1205131888', u'INT_ADD_-1205131838'), ('const-433', u'STORE_-1205131959'), ('tmp_987', u'CAST_-1205131556'), (u'CAST_-1205131441', u'STORE_-1205131708'), (u'CAST_-1205131605', u'PTRADD_-1205131910'), (u'INDIRECT_-1205131532', u'COPY_-1205131612'), ('const-433', u'STORE_-1205131708'), ('const-8', u'PTRADD_-1205131452'), ('const-433', u'LOAD_-1205131888'), ('const-1', u'PTRADD_-1205131910'), (u'MULTIEQUAL_-1205131705', u'INT_LESS_-1205131929'), ('tmp_190', u'CBRANCH_-1205131846'), (u'CAST_-1205131446', u'CAST_-1205131441'), ('const-1', u'PTRADD_-1205131910'), (u'INDIRECT_-1205131557', u'MULTIEQUAL_-1205131637'), ('tmp_454', u'BRANCH_-1205131712'), (u'INDIRECT_-1205131507', u'MULTIEQUAL_-1205131637'), (u'PTRADD_-1205131466', u'LOAD_-1205131737'), ('const-433', u'LOAD_-1205132009'), (u'COPY_-1205131868', u'RETURN_-1205131846'), ('tmp_832', u'PTRADD_-1205131452'), (u'LOAD_-1205131737', u'INT_ADD_-1205131705'), (u'COPY_-1205131619', u'RETURN_-1205131601'), (u'MULTIEQUAL_-1205131705', u'LOAD_-1205131938'), (u'CALLIND_-1205131741', u'INDIRECT_-1205131547'), (u'CAST_-1205131574', u'STORE_-1205131959'), ('const-433', u'LOAD_-1205131854'), ('tmp_267', u'CBRANCH_-1205131855'), ('const-433', u'LOAD_-1205131878'), (u'COPY_-1205131937', u'RETURN_-1205131917'), (u'INT_EQUAL_-1205131834', u'CBRANCH_-1205131827'), ('const-4294967295', u'COPY_-1205131619'), (u'INDIRECT_-1205131557', u'COPY_-1205131618'), (u'INT_EQUAL_-1205131852', u'CBRANCH_-1205131846'), (u'CAST_-1205131597', u'MULTIEQUAL_-1205131700'), (u'COPY_-1205131651', u'COPY_-1205131650'), ('const-433', u'LOAD_-1205131938'), (u'INT_ADD_-1205131838', u'CAST_-1205131544'), ('const-4294967295', u'INT_EQUAL_-1205131740'), (u'INT_ADD_-1205131705', u'CAST_-1205131446'), (u'MULTIEQUAL_-1205131637', u'COPY_-1205131692'), (u'CALLIND_-1205131831', u'RETURN_-1205131732'), (u'CAST_-1205131511', u'LOAD_-1205131872'), ('tmp_832', u'PTRADD_-1205131461'), ('const-8', u'PTRADD_-1205131461'), ('const-4294967295', u'COPY_-1205131625'), (u'INT_EQUAL_-1205131740', u'CBRANCH_-1205131738'), ('tmp_832', u'LOAD_-1205131888'), (u'LOAD_-1205131882', u'CALLIND_-1205131741'), (u'CALLIND_-1205131741', u'INDIRECT_-1205131557'), (u'INT_LESS_-1205131929', u'CBRANCH_-1205131938'), (u'CALLIND_-1205131741', u'INT_EQUAL_-1205131730'), (u'LOAD_-1205131872', u'INT_EQUAL_-1205131852'), (u'LOAD_-1205131998', u'CAST_-1205131597'), ('const-80', u'INT_ADD_-1205131866'), ('const-2', u'PTRADD_-1205131466'), ('const-2', u'PTRADD_-1205131452'), (u'INT_EQUAL_-1205131862', u'CBRANCH_-1205131855'), ('tmp_988', u'CAST_-1205131539'), ('const-1', u'INT_ADD_-1205131705'), ('const-433', u'LOAD_-1205131872'), (u'STORE_-1205131959', u'INDIRECT_-1205131632'), (u'PTRADD_-1205131910', u'MULTIEQUAL_-1205131705'), (u'CAST_-1205131561', u'LOAD_-1205131882'), (u'MULTIEQUAL_-1205131627', u'COPY_-1205131641'), (u'INDIRECT_-1205131567', u'COPY_-1205131624'), ('const-8', u'PTRADD_-1205131487'), (u'INDIRECT_-1205131557', u'COPY_-1205131614'), ('tmp_987', u'COPY_-1205131606'), (u'MULTIEQUAL_-1205131627', u'COPY_-1205131682'), (u'PTRADD_-1205131452', u'STORE_-1205131708'), ('const-8', u'PTRADD_-1205131605'), (u'INT_ADD_-1205131866', u'CAST_-1205131561'), (u'INT_LESS_-1205131978', u'CBRANCH_-1205131975'), (u'INDIRECT_-1205131522', u'COPY_-1205131611'), ('const-3', u'PTRADD_-1205131487'), (u'PTRADD_-1205131605', u'LOAD_-1205131998'), ('const-0', u'RETURN_-1205131846'), ('tmp_832', u'PTRADD_-1205131466'), (u'CAST_-1205131451', u'MULTIEQUAL_-1205131700'), ('const-0', u'RETURN_-1205131607'), ('const-2', u'PTRADD_-1205131591'), (u'MULTIEQUAL_-1205131627', u'CAST_-1205131506'), ('tmp_832', u'PTRADD_-1205131613'), ('const-0', u'RETURN_-1205131601'), (u'MULTIEQUAL_-1205131637', u'COPY_-1205131651'), ('const-4294967295', u'COPY_-1205131868'), ('tmp_832', u'CALLIND_-1205131831'), ('tmp_398', u'BRANCH_-1205131702'), (u'PTRADD_-1205131591', u'STORE_-1205131959'), ('tmp_832', u'PTRADD_-1205131487'), (u'CAST_-1205131597', u'INT_LESS_-1205131978'), (u'LOAD_-1205132009', u'CAST_-1205131605'), (u'CALLIND_-1205131831', u'INDIRECT_-1205131567'), ('const-8', u'PTRADD_-1205131591'), ('tmp_346', u'CBRANCH_-1205131738'), ('tmp_56', u'CBRANCH_-1205131975'), (u'PTRADD_-1205131910', u'CAST_-1205131574'), (u'INT_EQUAL_-1205131730', u'CBRANCH_-1205131728'), ('const-2', u'PTRADD_-1205131492'), ('const-2', u'PTRADD_-1205131613'), ('tmp_832', u'PTRADD_-1205131591'), ('tmp_832', u'LOAD_-1205131878')]
| null | null |
00342510
|
x64
|
O2
|
(translation_unit "ulong FUN_00342510(long *param_1)\n\n{\n code *pcVar1;\n int iVar2;\n byte *pbVar3;\n ulong uVar4;\n byte *pbVar5;\n \n pbVar5 = (byte *)param_1[3];\n if ((byte *)param_1[2] < pbVar5) {\n pbVar3 = (byte *)param_1[2] + 1;\n param_1[2] = (long)pbVar3;\n }\n else {\n pcVar1 = *(code **)(*param_1 + 0x50);\n if (pcVar1 == (code *)PTR_FUN_004b9b98) {\n pcVar1 = *(code **)(*param_1 + 0x48);\n if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = (byte *)param_1[3];\n pbVar3 = (byte *)(param_1[2] + 1);\n param_1[2] = (long)pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }\n }\n if (pbVar3 < pbVar5) {\n return (ulong)*pbVar3;\n }\n if (*(code **)(*param_1 + 0x48) == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n /* WARNING: Could not recover jumptable at 0x00342574. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar4 = (**(code **)(*param_1 + 0x48))(param_1);\n return uVar4;\n}\n\n" (function_definition "ulong FUN_00342510(long *param_1)\n\n{\n code *pcVar1;\n int iVar2;\n byte *pbVar3;\n ulong uVar4;\n byte *pbVar5;\n \n pbVar5 = (byte *)param_1[3];\n if ((byte *)param_1[2] < pbVar5) {\n pbVar3 = (byte *)param_1[2] + 1;\n param_1[2] = (long)pbVar3;\n }\n else {\n pcVar1 = *(code **)(*param_1 + 0x50);\n if (pcVar1 == (code *)PTR_FUN_004b9b98) {\n pcVar1 = *(code **)(*param_1 + 0x48);\n if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = (byte *)param_1[3];\n pbVar3 = (byte *)(param_1[2] + 1);\n param_1[2] = (long)pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }\n }\n if (pbVar3 < pbVar5) {\n return (ulong)*pbVar3;\n }\n if (*(code **)(*param_1 + 0x48) == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n /* WARNING: Could not recover jumptable at 0x00342574. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar4 = (**(code **)(*param_1 + 0x48))(param_1);\n return uVar4;\n}" type_identifier (function_declarator "FUN_00342510(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n code *pcVar1;\n int iVar2;\n byte *pbVar3;\n ulong uVar4;\n byte *pbVar5;\n \n pbVar5 = (byte *)param_1[3];\n if ((byte *)param_1[2] < pbVar5) {\n pbVar3 = (byte *)param_1[2] + 1;\n param_1[2] = (long)pbVar3;\n }\n else {\n pcVar1 = *(code **)(*param_1 + 0x50);\n if (pcVar1 == (code *)PTR_FUN_004b9b98) {\n pcVar1 = *(code **)(*param_1 + 0x48);\n if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = (byte *)param_1[3];\n pbVar3 = (byte *)(param_1[2] + 1);\n param_1[2] = (long)pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }\n }\n if (pbVar3 < pbVar5) {\n return (ulong)*pbVar3;\n }\n if (*(code **)(*param_1 + 0x48) == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n /* WARNING: Could not recover jumptable at 0x00342574. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar4 = (**(code **)(*param_1 + 0x48))(param_1);\n return uVar4;\n}" { (declaration "code *pcVar1;" type_identifier (pointer_declarator "*pcVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "ulong uVar4;" type_identifier identifier ;) (declaration "byte *pbVar5;" type_identifier (pointer_declarator "*pbVar5" * identifier) ;) (expression_statement "pbVar5 = (byte *)param_1[3];" (assignment_expression "pbVar5 = (byte *)param_1[3]" identifier = (cast_expression "(byte *)param_1[3]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[3]" identifier [ number_literal ]))) ;) (if_statement "if ((byte *)param_1[2] < pbVar5) {\n pbVar3 = (byte *)param_1[2] + 1;\n param_1[2] = (long)pbVar3;\n }\n else {\n pcVar1 = *(code **)(*param_1 + 0x50);\n if (pcVar1 == (code *)PTR_FUN_004b9b98) {\n pcVar1 = *(code **)(*param_1 + 0x48);\n if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = (byte *)param_1[3];\n pbVar3 = (byte *)(param_1[2] + 1);\n param_1[2] = (long)pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }\n }" if (parenthesized_expression "((byte *)param_1[2] < pbVar5)" ( (binary_expression "(byte *)param_1[2] < pbVar5" (cast_expression "(byte *)param_1[2]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ])) < identifier) )) (compound_statement "{\n pbVar3 = (byte *)param_1[2] + 1;\n param_1[2] = (long)pbVar3;\n }" { (expression_statement "pbVar3 = (byte *)param_1[2] + 1;" (assignment_expression "pbVar3 = (byte *)param_1[2] + 1" identifier = (binary_expression "(byte *)param_1[2] + 1" (cast_expression "(byte *)param_1[2]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ])) + number_literal)) ;) (expression_statement "param_1[2] = (long)pbVar3;" (assignment_expression "param_1[2] = (long)pbVar3" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (cast_expression "(long)pbVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) }) (else_clause "else {\n pcVar1 = *(code **)(*param_1 + 0x50);\n if (pcVar1 == (code *)PTR_FUN_004b9b98) {\n pcVar1 = *(code **)(*param_1 + 0x48);\n if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = (byte *)param_1[3];\n pbVar3 = (byte *)(param_1[2] + 1);\n param_1[2] = (long)pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }\n }" else (compound_statement "{\n pcVar1 = *(code **)(*param_1 + 0x50);\n if (pcVar1 == (code *)PTR_FUN_004b9b98) {\n pcVar1 = *(code **)(*param_1 + 0x48);\n if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = (byte *)param_1[3];\n pbVar3 = (byte *)(param_1[2] + 1);\n param_1[2] = (long)pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }\n }" { (expression_statement "pcVar1 = *(code **)(*param_1 + 0x50);" (assignment_expression "pcVar1 = *(code **)(*param_1 + 0x50)" identifier = (pointer_expression "*(code **)(*param_1 + 0x50)" * (cast_expression "(code **)(*param_1 + 0x50)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x50)" ( (binary_expression "*param_1 + 0x50" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (if_statement "if (pcVar1 == (code *)PTR_FUN_004b9b98) {\n pcVar1 = *(code **)(*param_1 + 0x48);\n if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = (byte *)param_1[3];\n pbVar3 = (byte *)(param_1[2] + 1);\n param_1[2] = (long)pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }" if (parenthesized_expression "(pcVar1 == (code *)PTR_FUN_004b9b98)" ( (binary_expression "pcVar1 == (code *)PTR_FUN_004b9b98" identifier == (cast_expression "(code *)PTR_FUN_004b9b98" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n pcVar1 = *(code **)(*param_1 + 0x48);\n if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = (byte *)param_1[3];\n pbVar3 = (byte *)(param_1[2] + 1);\n param_1[2] = (long)pbVar3;\n }" { (expression_statement "pcVar1 = *(code **)(*param_1 + 0x48);" (assignment_expression "pcVar1 = *(code **)(*param_1 + 0x48)" identifier = (pointer_expression "*(code **)(*param_1 + 0x48)" * (cast_expression "(code **)(*param_1 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x48)" ( (binary_expression "*param_1 + 0x48" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (if_statement "if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }" if (parenthesized_expression "(pcVar1 == (code *)PTR_FUN_004b9d90)" ( (binary_expression "pcVar1 == (code *)PTR_FUN_004b9d90" identifier == (cast_expression "(code *)PTR_FUN_004b9d90" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n return 0xffffffff;\n }" { (return_statement "return 0xffffffff;" return number_literal ;) })) (expression_statement "iVar2 = (*pcVar1)();" (assignment_expression "iVar2 = (*pcVar1)()" identifier = (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" ( (pointer_expression "*pcVar1" * identifier) )) (argument_list "()" ( )))) ;) (if_statement "if (iVar2 == -1) {\n return 0xffffffff;\n }" if (parenthesized_expression "(iVar2 == -1)" ( (binary_expression "iVar2 == -1" identifier == number_literal) )) (compound_statement "{\n return 0xffffffff;\n }" { (return_statement "return 0xffffffff;" return number_literal ;) })) (expression_statement "pbVar5 = (byte *)param_1[3];" (assignment_expression "pbVar5 = (byte *)param_1[3]" identifier = (cast_expression "(byte *)param_1[3]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[3]" identifier [ number_literal ]))) ;) (expression_statement "pbVar3 = (byte *)(param_1[2] + 1);" (assignment_expression "pbVar3 = (byte *)(param_1[2] + 1)" identifier = (cast_expression "(byte *)(param_1[2] + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[2] + 1)" ( (binary_expression "param_1[2] + 1" (subscript_expression "param_1[2]" identifier [ number_literal ]) + number_literal) )))) ;) (expression_statement "param_1[2] = (long)pbVar3;" (assignment_expression "param_1[2] = (long)pbVar3" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (cast_expression "(long)pbVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) }) (else_clause "else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }" else (compound_statement "{\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }" { (expression_statement "iVar2 = (*pcVar1)();" (assignment_expression "iVar2 = (*pcVar1)()" identifier = (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" ( (pointer_expression "*pcVar1" * identifier) )) (argument_list "()" ( )))) ;) (if_statement "if (iVar2 == -1) {\n return 0xffffffff;\n }" if (parenthesized_expression "(iVar2 == -1)" ( (binary_expression "iVar2 == -1" identifier == number_literal) )) (compound_statement "{\n return 0xffffffff;\n }" { (return_statement "return 0xffffffff;" return number_literal ;) })) (expression_statement "pbVar3 = (byte *)param_1[2];" (assignment_expression "pbVar3 = (byte *)param_1[2]" identifier = (cast_expression "(byte *)param_1[2]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) ;) (expression_statement "pbVar5 = (byte *)param_1[3];" (assignment_expression "pbVar5 = (byte *)param_1[3]" identifier = (cast_expression "(byte *)param_1[3]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[3]" identifier [ number_literal ]))) ;) }))) }))) (if_statement "if (pbVar3 < pbVar5) {\n return (ulong)*pbVar3;\n }" if (parenthesized_expression "(pbVar3 < pbVar5)" ( (binary_expression "pbVar3 < pbVar5" identifier < identifier) )) (compound_statement "{\n return (ulong)*pbVar3;\n }" { (return_statement "return (ulong)*pbVar3;" return (binary_expression "(ulong)*pbVar3" (parenthesized_expression "(ulong)" ( identifier )) * identifier) ;) })) (if_statement "if (*(code **)(*param_1 + 0x48) == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }" if (parenthesized_expression "(*(code **)(*param_1 + 0x48) == (code *)PTR_FUN_004b9d90)" ( (binary_expression "*(code **)(*param_1 + 0x48) == (code *)PTR_FUN_004b9d90" (pointer_expression "*(code **)(*param_1 + 0x48)" * (cast_expression "(code **)(*param_1 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x48)" ( (binary_expression "*param_1 + 0x48" (pointer_expression "*param_1" * identifier) + number_literal) )))) == (cast_expression "(code *)PTR_FUN_004b9d90" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n return 0xffffffff;\n }" { (return_statement "return 0xffffffff;" return number_literal ;) })) comment comment (expression_statement "uVar4 = (**(code **)(*param_1 + 0x48))(param_1);" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x48))(param_1)" identifier = (call_expression "(**(code **)(*param_1 + 0x48))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x48))" ( (pointer_expression "**(code **)(*param_1 + 0x48)" * (pointer_expression "*(code **)(*param_1 + 0x48)" * (cast_expression "(code **)(*param_1 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x48)" ( (binary_expression "*param_1 + 0x48" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (return_statement "return uVar4;" return identifier ;) })))
|
(translation_unit "/* std::streambuf::snextc() */\n\nulong __thiscall std::streambuf::snextc(streambuf *this)\n\n{\n code *pcVar1;\n int iVar2;\n byte *pbVar3;\n ulong uVar4;\n byte *pbVar5;\n \n pbVar5 = *(byte **)(this + 0x18);\n if (*(byte **)(this + 0x10) < pbVar5) {\n pbVar3 = *(byte **)(this + 0x10) + 1;\n *(byte **)(this + 0x10) = pbVar3;\n }\n else {\n pcVar1 = *(code **)(*(long *)this + 0x50);\n if (pcVar1 == (code *)PTR_uflow_004b9b98) {\n pcVar1 = *(code **)(*(long *)this + 0x48);\n if (pcVar1 == (code *)PTR_underflow_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = *(byte **)(this + 0x18);\n pbVar3 = (byte *)(*(long *)(this + 0x10) + 1);\n *(byte **)(this + 0x10) = pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = *(byte **)(this + 0x10);\n pbVar5 = *(byte **)(this + 0x18);\n }\n }\n if (pbVar3 < pbVar5) {\n return (ulong)*pbVar3;\n }\n if (*(code **)(*(long *)this + 0x48) == (code *)PTR_underflow_004b9d90) {\n return 0xffffffff;\n }\n /* WARNING: Could not recover jumptable at 0x00342574. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar4 = (**(code **)(*(long *)this + 0x48))(this);\n return uVar4;\n}\n\n" comment (function_definition "ulong __thiscall std::streambuf::snextc(streambuf *this)\n\n{\n code *pcVar1;\n int iVar2;\n byte *pbVar3;\n ulong uVar4;\n byte *pbVar5;\n \n pbVar5 = *(byte **)(this + 0x18);\n if (*(byte **)(this + 0x10) < pbVar5) {\n pbVar3 = *(byte **)(this + 0x10) + 1;\n *(byte **)(this + 0x10) = pbVar3;\n }\n else {\n pcVar1 = *(code **)(*(long *)this + 0x50);\n if (pcVar1 == (code *)PTR_uflow_004b9b98) {\n pcVar1 = *(code **)(*(long *)this + 0x48);\n if (pcVar1 == (code *)PTR_underflow_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = *(byte **)(this + 0x18);\n pbVar3 = (byte *)(*(long *)(this + 0x10) + 1);\n *(byte **)(this + 0x10) = pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = *(byte **)(this + 0x10);\n pbVar5 = *(byte **)(this + 0x18);\n }\n }\n if (pbVar3 < pbVar5) {\n return (ulong)*pbVar3;\n }\n if (*(code **)(*(long *)this + 0x48) == (code *)PTR_underflow_004b9d90) {\n return 0xffffffff;\n }\n /* WARNING: Could not recover jumptable at 0x00342574. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar4 = (**(code **)(*(long *)this + 0x48))(this);\n return uVar4;\n}" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::streambuf::" identifier : : identifier : :) (function_declarator "snextc(streambuf *this)" identifier (parameter_list "(streambuf *this)" ( (parameter_declaration "streambuf *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n code *pcVar1;\n int iVar2;\n byte *pbVar3;\n ulong uVar4;\n byte *pbVar5;\n \n pbVar5 = *(byte **)(this + 0x18);\n if (*(byte **)(this + 0x10) < pbVar5) {\n pbVar3 = *(byte **)(this + 0x10) + 1;\n *(byte **)(this + 0x10) = pbVar3;\n }\n else {\n pcVar1 = *(code **)(*(long *)this + 0x50);\n if (pcVar1 == (code *)PTR_uflow_004b9b98) {\n pcVar1 = *(code **)(*(long *)this + 0x48);\n if (pcVar1 == (code *)PTR_underflow_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = *(byte **)(this + 0x18);\n pbVar3 = (byte *)(*(long *)(this + 0x10) + 1);\n *(byte **)(this + 0x10) = pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = *(byte **)(this + 0x10);\n pbVar5 = *(byte **)(this + 0x18);\n }\n }\n if (pbVar3 < pbVar5) {\n return (ulong)*pbVar3;\n }\n if (*(code **)(*(long *)this + 0x48) == (code *)PTR_underflow_004b9d90) {\n return 0xffffffff;\n }\n /* WARNING: Could not recover jumptable at 0x00342574. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar4 = (**(code **)(*(long *)this + 0x48))(this);\n return uVar4;\n}" { (declaration "code *pcVar1;" type_identifier (pointer_declarator "*pcVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "ulong uVar4;" type_identifier identifier ;) (declaration "byte *pbVar5;" type_identifier (pointer_declarator "*pbVar5" * identifier) ;) (expression_statement "pbVar5 = *(byte **)(this + 0x18);" (assignment_expression "pbVar5 = *(byte **)(this + 0x18)" identifier = (pointer_expression "*(byte **)(this + 0x18)" * (cast_expression "(byte **)(this + 0x18)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0x18)" ( (binary_expression "this + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (*(byte **)(this + 0x10) < pbVar5) {\n pbVar3 = *(byte **)(this + 0x10) + 1;\n *(byte **)(this + 0x10) = pbVar3;\n }\n else {\n pcVar1 = *(code **)(*(long *)this + 0x50);\n if (pcVar1 == (code *)PTR_uflow_004b9b98) {\n pcVar1 = *(code **)(*(long *)this + 0x48);\n if (pcVar1 == (code *)PTR_underflow_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = *(byte **)(this + 0x18);\n pbVar3 = (byte *)(*(long *)(this + 0x10) + 1);\n *(byte **)(this + 0x10) = pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = *(byte **)(this + 0x10);\n pbVar5 = *(byte **)(this + 0x18);\n }\n }" if (parenthesized_expression "(*(byte **)(this + 0x10) < pbVar5)" ( (binary_expression "*(byte **)(this + 0x10) < pbVar5" (pointer_expression "*(byte **)(this + 0x10)" * (cast_expression "(byte **)(this + 0x10)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) )))) < identifier) )) (compound_statement "{\n pbVar3 = *(byte **)(this + 0x10) + 1;\n *(byte **)(this + 0x10) = pbVar3;\n }" { (expression_statement "pbVar3 = *(byte **)(this + 0x10) + 1;" (assignment_expression "pbVar3 = *(byte **)(this + 0x10) + 1" identifier = (binary_expression "*(byte **)(this + 0x10) + 1" (pointer_expression "*(byte **)(this + 0x10)" * (cast_expression "(byte **)(this + 0x10)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) )))) + number_literal)) ;) (expression_statement "*(byte **)(this + 0x10) = pbVar3;" (assignment_expression "*(byte **)(this + 0x10) = pbVar3" (pointer_expression "*(byte **)(this + 0x10)" * (cast_expression "(byte **)(this + 0x10)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) )))) = identifier) ;) }) (else_clause "else {\n pcVar1 = *(code **)(*(long *)this + 0x50);\n if (pcVar1 == (code *)PTR_uflow_004b9b98) {\n pcVar1 = *(code **)(*(long *)this + 0x48);\n if (pcVar1 == (code *)PTR_underflow_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = *(byte **)(this + 0x18);\n pbVar3 = (byte *)(*(long *)(this + 0x10) + 1);\n *(byte **)(this + 0x10) = pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = *(byte **)(this + 0x10);\n pbVar5 = *(byte **)(this + 0x18);\n }\n }" else (compound_statement "{\n pcVar1 = *(code **)(*(long *)this + 0x50);\n if (pcVar1 == (code *)PTR_uflow_004b9b98) {\n pcVar1 = *(code **)(*(long *)this + 0x48);\n if (pcVar1 == (code *)PTR_underflow_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = *(byte **)(this + 0x18);\n pbVar3 = (byte *)(*(long *)(this + 0x10) + 1);\n *(byte **)(this + 0x10) = pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = *(byte **)(this + 0x10);\n pbVar5 = *(byte **)(this + 0x18);\n }\n }" { (expression_statement "pcVar1 = *(code **)(*(long *)this + 0x50);" (assignment_expression "pcVar1 = *(code **)(*(long *)this + 0x50)" identifier = (pointer_expression "*(code **)(*(long *)this + 0x50)" * (cast_expression "(code **)(*(long *)this + 0x50)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)this + 0x50)" ( (binary_expression "*(long *)this + 0x50" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) ;) (if_statement "if (pcVar1 == (code *)PTR_uflow_004b9b98) {\n pcVar1 = *(code **)(*(long *)this + 0x48);\n if (pcVar1 == (code *)PTR_underflow_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = *(byte **)(this + 0x18);\n pbVar3 = (byte *)(*(long *)(this + 0x10) + 1);\n *(byte **)(this + 0x10) = pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = *(byte **)(this + 0x10);\n pbVar5 = *(byte **)(this + 0x18);\n }" if (parenthesized_expression "(pcVar1 == (code *)PTR_uflow_004b9b98)" ( (binary_expression "pcVar1 == (code *)PTR_uflow_004b9b98" identifier == (cast_expression "(code *)PTR_uflow_004b9b98" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n pcVar1 = *(code **)(*(long *)this + 0x48);\n if (pcVar1 == (code *)PTR_underflow_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = *(byte **)(this + 0x18);\n pbVar3 = (byte *)(*(long *)(this + 0x10) + 1);\n *(byte **)(this + 0x10) = pbVar3;\n }" { (expression_statement "pcVar1 = *(code **)(*(long *)this + 0x48);" (assignment_expression "pcVar1 = *(code **)(*(long *)this + 0x48)" identifier = (pointer_expression "*(code **)(*(long *)this + 0x48)" * (cast_expression "(code **)(*(long *)this + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)this + 0x48)" ( (binary_expression "*(long *)this + 0x48" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) ;) (if_statement "if (pcVar1 == (code *)PTR_underflow_004b9d90) {\n return 0xffffffff;\n }" if (parenthesized_expression "(pcVar1 == (code *)PTR_underflow_004b9d90)" ( (binary_expression "pcVar1 == (code *)PTR_underflow_004b9d90" identifier == (cast_expression "(code *)PTR_underflow_004b9d90" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n return 0xffffffff;\n }" { (return_statement "return 0xffffffff;" return number_literal ;) })) (expression_statement "iVar2 = (*pcVar1)();" (assignment_expression "iVar2 = (*pcVar1)()" identifier = (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" ( (pointer_expression "*pcVar1" * identifier) )) (argument_list "()" ( )))) ;) (if_statement "if (iVar2 == -1) {\n return 0xffffffff;\n }" if (parenthesized_expression "(iVar2 == -1)" ( (binary_expression "iVar2 == -1" identifier == number_literal) )) (compound_statement "{\n return 0xffffffff;\n }" { (return_statement "return 0xffffffff;" return number_literal ;) })) (expression_statement "pbVar5 = *(byte **)(this + 0x18);" (assignment_expression "pbVar5 = *(byte **)(this + 0x18)" identifier = (pointer_expression "*(byte **)(this + 0x18)" * (cast_expression "(byte **)(this + 0x18)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0x18)" ( (binary_expression "this + 0x18" identifier + number_literal) ))))) ;) (expression_statement "pbVar3 = (byte *)(*(long *)(this + 0x10) + 1);" (assignment_expression "pbVar3 = (byte *)(*(long *)(this + 0x10) + 1)" identifier = (cast_expression "(byte *)(*(long *)(this + 0x10) + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(this + 0x10) + 1)" ( (binary_expression "*(long *)(this + 0x10) + 1" (pointer_expression "*(long *)(this + 0x10)" * (cast_expression "(long *)(this + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) )))) + number_literal) )))) ;) (expression_statement "*(byte **)(this + 0x10) = pbVar3;" (assignment_expression "*(byte **)(this + 0x10) = pbVar3" (pointer_expression "*(byte **)(this + 0x10)" * (cast_expression "(byte **)(this + 0x10)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) )))) = identifier) ;) }) (else_clause "else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = *(byte **)(this + 0x10);\n pbVar5 = *(byte **)(this + 0x18);\n }" else (compound_statement "{\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = *(byte **)(this + 0x10);\n pbVar5 = *(byte **)(this + 0x18);\n }" { (expression_statement "iVar2 = (*pcVar1)();" (assignment_expression "iVar2 = (*pcVar1)()" identifier = (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" ( (pointer_expression "*pcVar1" * identifier) )) (argument_list "()" ( )))) ;) (if_statement "if (iVar2 == -1) {\n return 0xffffffff;\n }" if (parenthesized_expression "(iVar2 == -1)" ( (binary_expression "iVar2 == -1" identifier == number_literal) )) (compound_statement "{\n return 0xffffffff;\n }" { (return_statement "return 0xffffffff;" return number_literal ;) })) (expression_statement "pbVar3 = *(byte **)(this + 0x10);" (assignment_expression "pbVar3 = *(byte **)(this + 0x10)" identifier = (pointer_expression "*(byte **)(this + 0x10)" * (cast_expression "(byte **)(this + 0x10)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) ))))) ;) (expression_statement "pbVar5 = *(byte **)(this + 0x18);" (assignment_expression "pbVar5 = *(byte **)(this + 0x18)" identifier = (pointer_expression "*(byte **)(this + 0x18)" * (cast_expression "(byte **)(this + 0x18)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0x18)" ( (binary_expression "this + 0x18" identifier + number_literal) ))))) ;) }))) }))) (if_statement "if (pbVar3 < pbVar5) {\n return (ulong)*pbVar3;\n }" if (parenthesized_expression "(pbVar3 < pbVar5)" ( (binary_expression "pbVar3 < pbVar5" identifier < identifier) )) (compound_statement "{\n return (ulong)*pbVar3;\n }" { (return_statement "return (ulong)*pbVar3;" return (binary_expression "(ulong)*pbVar3" (parenthesized_expression "(ulong)" ( identifier )) * identifier) ;) })) (if_statement "if (*(code **)(*(long *)this + 0x48) == (code *)PTR_underflow_004b9d90) {\n return 0xffffffff;\n }" if (parenthesized_expression "(*(code **)(*(long *)this + 0x48) == (code *)PTR_underflow_004b9d90)" ( (binary_expression "*(code **)(*(long *)this + 0x48) == (code *)PTR_underflow_004b9d90" (pointer_expression "*(code **)(*(long *)this + 0x48)" * (cast_expression "(code **)(*(long *)this + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)this + 0x48)" ( (binary_expression "*(long *)this + 0x48" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) )))) == (cast_expression "(code *)PTR_underflow_004b9d90" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n return 0xffffffff;\n }" { (return_statement "return 0xffffffff;" return number_literal ;) })) comment comment (expression_statement "uVar4 = (**(code **)(*(long *)this + 0x48))(this);" (assignment_expression "uVar4 = (**(code **)(*(long *)this + 0x48))(this)" identifier = (call_expression "(**(code **)(*(long *)this + 0x48))(this)" (parenthesized_expression "(**(code **)(*(long *)this + 0x48))" ( (pointer_expression "**(code **)(*(long *)this + 0x48)" * (pointer_expression "*(code **)(*(long *)this + 0x48)" * (cast_expression "(code **)(*(long *)this + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)this + 0x48)" ( (binary_expression "*(long *)this + 0x48" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (argument_list "(this)" ( identifier )))) ;) (return_statement "return uVar4;" return identifier ;) })))
|
(translation_unit "ulong FUN_00342510(long *param_1)\n\n{\n code *pcVar1;\n int iVar2;\n byte *pbVar3;\n ulong uVar4;\n byte *pbVar5;\n \n pbVar5 = (byte *)param_1[3];\n if ((byte *)param_1[2] < pbVar5) {\n pbVar3 = (byte *)param_1[2] + 1;\n param_1[2] = (long)pbVar3;\n }\n else {\n pcVar1 = *(code **)(*param_1 + 0x50);\n if (pcVar1 == (code *)PTR_FUN_004b9b98) {\n pcVar1 = *(code **)(*param_1 + 0x48);\n if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = (byte *)param_1[3];\n pbVar3 = (byte *)(param_1[2] + 1);\n param_1[2] = (long)pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }\n }\n if (pbVar3 < pbVar5) {\n return (ulong)*pbVar3;\n }\n if (*(code **)(*param_1 + 0x48) == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n \n \n uVar4 = (**(code **)(*param_1 + 0x48))(param_1);\n return uVar4;\n}\n\n" (function_definition "ulong FUN_00342510(long *param_1)\n\n{\n code *pcVar1;\n int iVar2;\n byte *pbVar3;\n ulong uVar4;\n byte *pbVar5;\n \n pbVar5 = (byte *)param_1[3];\n if ((byte *)param_1[2] < pbVar5) {\n pbVar3 = (byte *)param_1[2] + 1;\n param_1[2] = (long)pbVar3;\n }\n else {\n pcVar1 = *(code **)(*param_1 + 0x50);\n if (pcVar1 == (code *)PTR_FUN_004b9b98) {\n pcVar1 = *(code **)(*param_1 + 0x48);\n if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = (byte *)param_1[3];\n pbVar3 = (byte *)(param_1[2] + 1);\n param_1[2] = (long)pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }\n }\n if (pbVar3 < pbVar5) {\n return (ulong)*pbVar3;\n }\n if (*(code **)(*param_1 + 0x48) == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n \n \n uVar4 = (**(code **)(*param_1 + 0x48))(param_1);\n return uVar4;\n}" type_identifier (function_declarator "FUN_00342510(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n code *pcVar1;\n int iVar2;\n byte *pbVar3;\n ulong uVar4;\n byte *pbVar5;\n \n pbVar5 = (byte *)param_1[3];\n if ((byte *)param_1[2] < pbVar5) {\n pbVar3 = (byte *)param_1[2] + 1;\n param_1[2] = (long)pbVar3;\n }\n else {\n pcVar1 = *(code **)(*param_1 + 0x50);\n if (pcVar1 == (code *)PTR_FUN_004b9b98) {\n pcVar1 = *(code **)(*param_1 + 0x48);\n if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = (byte *)param_1[3];\n pbVar3 = (byte *)(param_1[2] + 1);\n param_1[2] = (long)pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }\n }\n if (pbVar3 < pbVar5) {\n return (ulong)*pbVar3;\n }\n if (*(code **)(*param_1 + 0x48) == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n \n \n uVar4 = (**(code **)(*param_1 + 0x48))(param_1);\n return uVar4;\n}" { (declaration "code *pcVar1;" type_identifier (pointer_declarator "*pcVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "ulong uVar4;" type_identifier identifier ;) (declaration "byte *pbVar5;" type_identifier (pointer_declarator "*pbVar5" * identifier) ;) (expression_statement "pbVar5 = (byte *)param_1[3];" (assignment_expression "pbVar5 = (byte *)param_1[3]" identifier = (cast_expression "(byte *)param_1[3]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[3]" identifier [ number_literal ]))) ;) (if_statement "if ((byte *)param_1[2] < pbVar5) {\n pbVar3 = (byte *)param_1[2] + 1;\n param_1[2] = (long)pbVar3;\n }\n else {\n pcVar1 = *(code **)(*param_1 + 0x50);\n if (pcVar1 == (code *)PTR_FUN_004b9b98) {\n pcVar1 = *(code **)(*param_1 + 0x48);\n if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = (byte *)param_1[3];\n pbVar3 = (byte *)(param_1[2] + 1);\n param_1[2] = (long)pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }\n }" if (parenthesized_expression "((byte *)param_1[2] < pbVar5)" ( (binary_expression "(byte *)param_1[2] < pbVar5" (cast_expression "(byte *)param_1[2]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ])) < identifier) )) (compound_statement "{\n pbVar3 = (byte *)param_1[2] + 1;\n param_1[2] = (long)pbVar3;\n }" { (expression_statement "pbVar3 = (byte *)param_1[2] + 1;" (assignment_expression "pbVar3 = (byte *)param_1[2] + 1" identifier = (binary_expression "(byte *)param_1[2] + 1" (cast_expression "(byte *)param_1[2]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ])) + number_literal)) ;) (expression_statement "param_1[2] = (long)pbVar3;" (assignment_expression "param_1[2] = (long)pbVar3" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (cast_expression "(long)pbVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) }) (else_clause "else {\n pcVar1 = *(code **)(*param_1 + 0x50);\n if (pcVar1 == (code *)PTR_FUN_004b9b98) {\n pcVar1 = *(code **)(*param_1 + 0x48);\n if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = (byte *)param_1[3];\n pbVar3 = (byte *)(param_1[2] + 1);\n param_1[2] = (long)pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }\n }" else (compound_statement "{\n pcVar1 = *(code **)(*param_1 + 0x50);\n if (pcVar1 == (code *)PTR_FUN_004b9b98) {\n pcVar1 = *(code **)(*param_1 + 0x48);\n if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = (byte *)param_1[3];\n pbVar3 = (byte *)(param_1[2] + 1);\n param_1[2] = (long)pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }\n }" { (expression_statement "pcVar1 = *(code **)(*param_1 + 0x50);" (assignment_expression "pcVar1 = *(code **)(*param_1 + 0x50)" identifier = (pointer_expression "*(code **)(*param_1 + 0x50)" * (cast_expression "(code **)(*param_1 + 0x50)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x50)" ( (binary_expression "*param_1 + 0x50" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (if_statement "if (pcVar1 == (code *)PTR_FUN_004b9b98) {\n pcVar1 = *(code **)(*param_1 + 0x48);\n if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = (byte *)param_1[3];\n pbVar3 = (byte *)(param_1[2] + 1);\n param_1[2] = (long)pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }" if (parenthesized_expression "(pcVar1 == (code *)PTR_FUN_004b9b98)" ( (binary_expression "pcVar1 == (code *)PTR_FUN_004b9b98" identifier == (cast_expression "(code *)PTR_FUN_004b9b98" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n pcVar1 = *(code **)(*param_1 + 0x48);\n if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = (byte *)param_1[3];\n pbVar3 = (byte *)(param_1[2] + 1);\n param_1[2] = (long)pbVar3;\n }" { (expression_statement "pcVar1 = *(code **)(*param_1 + 0x48);" (assignment_expression "pcVar1 = *(code **)(*param_1 + 0x48)" identifier = (pointer_expression "*(code **)(*param_1 + 0x48)" * (cast_expression "(code **)(*param_1 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x48)" ( (binary_expression "*param_1 + 0x48" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (if_statement "if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }" if (parenthesized_expression "(pcVar1 == (code *)PTR_FUN_004b9d90)" ( (binary_expression "pcVar1 == (code *)PTR_FUN_004b9d90" identifier == (cast_expression "(code *)PTR_FUN_004b9d90" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n return 0xffffffff;\n }" { (return_statement "return 0xffffffff;" return number_literal ;) })) (expression_statement "iVar2 = (*pcVar1)();" (assignment_expression "iVar2 = (*pcVar1)()" identifier = (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" ( (pointer_expression "*pcVar1" * identifier) )) (argument_list "()" ( )))) ;) (if_statement "if (iVar2 == -1) {\n return 0xffffffff;\n }" if (parenthesized_expression "(iVar2 == -1)" ( (binary_expression "iVar2 == -1" identifier == number_literal) )) (compound_statement "{\n return 0xffffffff;\n }" { (return_statement "return 0xffffffff;" return number_literal ;) })) (expression_statement "pbVar5 = (byte *)param_1[3];" (assignment_expression "pbVar5 = (byte *)param_1[3]" identifier = (cast_expression "(byte *)param_1[3]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[3]" identifier [ number_literal ]))) ;) (expression_statement "pbVar3 = (byte *)(param_1[2] + 1);" (assignment_expression "pbVar3 = (byte *)(param_1[2] + 1)" identifier = (cast_expression "(byte *)(param_1[2] + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[2] + 1)" ( (binary_expression "param_1[2] + 1" (subscript_expression "param_1[2]" identifier [ number_literal ]) + number_literal) )))) ;) (expression_statement "param_1[2] = (long)pbVar3;" (assignment_expression "param_1[2] = (long)pbVar3" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (cast_expression "(long)pbVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) }) (else_clause "else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }" else (compound_statement "{\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }" { (expression_statement "iVar2 = (*pcVar1)();" (assignment_expression "iVar2 = (*pcVar1)()" identifier = (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" ( (pointer_expression "*pcVar1" * identifier) )) (argument_list "()" ( )))) ;) (if_statement "if (iVar2 == -1) {\n return 0xffffffff;\n }" if (parenthesized_expression "(iVar2 == -1)" ( (binary_expression "iVar2 == -1" identifier == number_literal) )) (compound_statement "{\n return 0xffffffff;\n }" { (return_statement "return 0xffffffff;" return number_literal ;) })) (expression_statement "pbVar3 = (byte *)param_1[2];" (assignment_expression "pbVar3 = (byte *)param_1[2]" identifier = (cast_expression "(byte *)param_1[2]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) ;) (expression_statement "pbVar5 = (byte *)param_1[3];" (assignment_expression "pbVar5 = (byte *)param_1[3]" identifier = (cast_expression "(byte *)param_1[3]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[3]" identifier [ number_literal ]))) ;) }))) }))) (if_statement "if (pbVar3 < pbVar5) {\n return (ulong)*pbVar3;\n }" if (parenthesized_expression "(pbVar3 < pbVar5)" ( (binary_expression "pbVar3 < pbVar5" identifier < identifier) )) (compound_statement "{\n return (ulong)*pbVar3;\n }" { (return_statement "return (ulong)*pbVar3;" return (binary_expression "(ulong)*pbVar3" (parenthesized_expression "(ulong)" ( identifier )) * identifier) ;) })) (if_statement "if (*(code **)(*param_1 + 0x48) == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }" if (parenthesized_expression "(*(code **)(*param_1 + 0x48) == (code *)PTR_FUN_004b9d90)" ( (binary_expression "*(code **)(*param_1 + 0x48) == (code *)PTR_FUN_004b9d90" (pointer_expression "*(code **)(*param_1 + 0x48)" * (cast_expression "(code **)(*param_1 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x48)" ( (binary_expression "*param_1 + 0x48" (pointer_expression "*param_1" * identifier) + number_literal) )))) == (cast_expression "(code *)PTR_FUN_004b9d90" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n return 0xffffffff;\n }" { (return_statement "return 0xffffffff;" return number_literal ;) })) (expression_statement "uVar4 = (**(code **)(*param_1 + 0x48))(param_1);" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x48))(param_1)" identifier = (call_expression "(**(code **)(*param_1 + 0x48))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x48))" ( (pointer_expression "**(code **)(*param_1 + 0x48)" * (pointer_expression "*(code **)(*param_1 + 0x48)" * (cast_expression "(code **)(*param_1 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x48)" ( (binary_expression "*param_1 + 0x48" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (return_statement "return uVar4;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (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 (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) }))) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (return_statement return (binary_expression (parenthesized_expression ( IDENT )) * IDENT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT )))) ;) (return_statement return IDENT ;) })))
|
(function_definition "ulong FUN_00342510(long *param_1)\n\n{\n code *pcVar1;\n int iVar2;\n byte *pbVar3;\n ulong uVar4;\n byte *pbVar5;\n \n pbVar5 = (byte *)param_1[3];\n if ((byte *)param_1[2] < pbVar5) {\n pbVar3 = (byte *)param_1[2] + 1;\n param_1[2] = (long)pbVar3;\n }\n else {\n pcVar1 = *(code **)(*param_1 + 0x50);\n if (pcVar1 == (code *)PTR_FUN_004b9b98) {\n pcVar1 = *(code **)(*param_1 + 0x48);\n if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = (byte *)param_1[3];\n pbVar3 = (byte *)(param_1[2] + 1);\n param_1[2] = (long)pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }\n }\n if (pbVar3 < pbVar5) {\n return (ulong)*pbVar3;\n }\n if (*(code **)(*param_1 + 0x48) == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n \n \n uVar4 = (**(code **)(*param_1 + 0x48))(param_1);\n return uVar4;\n}" (type_identifier "ulong") (function_declarator "FUN_00342510(long *param_1)" (identifier "FUN_00342510") (parameter_list "(long *param_1)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n code *pcVar1;\n int iVar2;\n byte *pbVar3;\n ulong uVar4;\n byte *pbVar5;\n \n pbVar5 = (byte *)param_1[3];\n if ((byte *)param_1[2] < pbVar5) {\n pbVar3 = (byte *)param_1[2] + 1;\n param_1[2] = (long)pbVar3;\n }\n else {\n pcVar1 = *(code **)(*param_1 + 0x50);\n if (pcVar1 == (code *)PTR_FUN_004b9b98) {\n pcVar1 = *(code **)(*param_1 + 0x48);\n if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = (byte *)param_1[3];\n pbVar3 = (byte *)(param_1[2] + 1);\n param_1[2] = (long)pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }\n }\n if (pbVar3 < pbVar5) {\n return (ulong)*pbVar3;\n }\n if (*(code **)(*param_1 + 0x48) == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n \n \n uVar4 = (**(code **)(*param_1 + 0x48))(param_1);\n return uVar4;\n}" ({ "{") (declaration "code *pcVar1;" (type_identifier "code") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "byte *pbVar3;" (type_identifier "byte") (pointer_declarator "*pbVar3" (* "*") (identifier "pbVar3")) (; ";")) (declaration "ulong uVar4;" (type_identifier "ulong") (identifier "uVar4") (; ";")) (declaration "byte *pbVar5;" (type_identifier "byte") (pointer_declarator "*pbVar5" (* "*") (identifier "pbVar5")) (; ";")) (expression_statement "pbVar5 = (byte *)param_1[3];" (assignment_expression "pbVar5 = (byte *)param_1[3]" (identifier "pbVar5") (= "=") (cast_expression "(byte *)param_1[3]" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")))) (; ";")) (if_statement "if ((byte *)param_1[2] < pbVar5) {\n pbVar3 = (byte *)param_1[2] + 1;\n param_1[2] = (long)pbVar3;\n }\n else {\n pcVar1 = *(code **)(*param_1 + 0x50);\n if (pcVar1 == (code *)PTR_FUN_004b9b98) {\n pcVar1 = *(code **)(*param_1 + 0x48);\n if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = (byte *)param_1[3];\n pbVar3 = (byte *)(param_1[2] + 1);\n param_1[2] = (long)pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }\n }" (if "if") (parenthesized_expression "((byte *)param_1[2] < pbVar5)" (( "(") (binary_expression "(byte *)param_1[2] < pbVar5" (cast_expression "(byte *)param_1[2]" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (< "<") (identifier "pbVar5")) () ")")) (compound_statement "{\n pbVar3 = (byte *)param_1[2] + 1;\n param_1[2] = (long)pbVar3;\n }" ({ "{") (expression_statement "pbVar3 = (byte *)param_1[2] + 1;" (assignment_expression "pbVar3 = (byte *)param_1[2] + 1" (identifier "pbVar3") (= "=") (binary_expression "(byte *)param_1[2] + 1" (cast_expression "(byte *)param_1[2]" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "param_1[2] = (long)pbVar3;" (assignment_expression "param_1[2] = (long)pbVar3" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (cast_expression "(long)pbVar3" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pbVar3"))) (; ";")) (} "}")) (else_clause "else {\n pcVar1 = *(code **)(*param_1 + 0x50);\n if (pcVar1 == (code *)PTR_FUN_004b9b98) {\n pcVar1 = *(code **)(*param_1 + 0x48);\n if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = (byte *)param_1[3];\n pbVar3 = (byte *)(param_1[2] + 1);\n param_1[2] = (long)pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }\n }" (else "else") (compound_statement "{\n pcVar1 = *(code **)(*param_1 + 0x50);\n if (pcVar1 == (code *)PTR_FUN_004b9b98) {\n pcVar1 = *(code **)(*param_1 + 0x48);\n if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = (byte *)param_1[3];\n pbVar3 = (byte *)(param_1[2] + 1);\n param_1[2] = (long)pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }\n }" ({ "{") (expression_statement "pcVar1 = *(code **)(*param_1 + 0x50);" (assignment_expression "pcVar1 = *(code **)(*param_1 + 0x50)" (identifier "pcVar1") (= "=") (pointer_expression "*(code **)(*param_1 + 0x50)" (* "*") (cast_expression "(code **)(*param_1 + 0x50)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x50)" (( "(") (binary_expression "*param_1 + 0x50" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x50")) () ")"))))) (; ";")) (if_statement "if (pcVar1 == (code *)PTR_FUN_004b9b98) {\n pcVar1 = *(code **)(*param_1 + 0x48);\n if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = (byte *)param_1[3];\n pbVar3 = (byte *)(param_1[2] + 1);\n param_1[2] = (long)pbVar3;\n }\n else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }" (if "if") (parenthesized_expression "(pcVar1 == (code *)PTR_FUN_004b9b98)" (( "(") (binary_expression "pcVar1 == (code *)PTR_FUN_004b9b98" (identifier "pcVar1") (== "==") (cast_expression "(code *)PTR_FUN_004b9b98" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_FUN_004b9b98"))) () ")")) (compound_statement "{\n pcVar1 = *(code **)(*param_1 + 0x48);\n if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar5 = (byte *)param_1[3];\n pbVar3 = (byte *)(param_1[2] + 1);\n param_1[2] = (long)pbVar3;\n }" ({ "{") (expression_statement "pcVar1 = *(code **)(*param_1 + 0x48);" (assignment_expression "pcVar1 = *(code **)(*param_1 + 0x48)" (identifier "pcVar1") (= "=") (pointer_expression "*(code **)(*param_1 + 0x48)" (* "*") (cast_expression "(code **)(*param_1 + 0x48)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x48)" (( "(") (binary_expression "*param_1 + 0x48" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x48")) () ")"))))) (; ";")) (if_statement "if (pcVar1 == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }" (if "if") (parenthesized_expression "(pcVar1 == (code *)PTR_FUN_004b9d90)" (( "(") (binary_expression "pcVar1 == (code *)PTR_FUN_004b9d90" (identifier "pcVar1") (== "==") (cast_expression "(code *)PTR_FUN_004b9d90" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_FUN_004b9d90"))) () ")")) (compound_statement "{\n return 0xffffffff;\n }" ({ "{") (return_statement "return 0xffffffff;" (return "return") (number_literal "0xffffffff") (; ";")) (} "}"))) (expression_statement "iVar2 = (*pcVar1)();" (assignment_expression "iVar2 = (*pcVar1)()" (identifier "iVar2") (= "=") (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" (( "(") (pointer_expression "*pcVar1" (* "*") (identifier "pcVar1")) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (iVar2 == -1) {\n return 0xffffffff;\n }" (if "if") (parenthesized_expression "(iVar2 == -1)" (( "(") (binary_expression "iVar2 == -1" (identifier "iVar2") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n return 0xffffffff;\n }" ({ "{") (return_statement "return 0xffffffff;" (return "return") (number_literal "0xffffffff") (; ";")) (} "}"))) (expression_statement "pbVar5 = (byte *)param_1[3];" (assignment_expression "pbVar5 = (byte *)param_1[3]" (identifier "pbVar5") (= "=") (cast_expression "(byte *)param_1[3]" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")))) (; ";")) (expression_statement "pbVar3 = (byte *)(param_1[2] + 1);" (assignment_expression "pbVar3 = (byte *)(param_1[2] + 1)" (identifier "pbVar3") (= "=") (cast_expression "(byte *)(param_1[2] + 1)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[2] + 1)" (( "(") (binary_expression "param_1[2] + 1" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "param_1[2] = (long)pbVar3;" (assignment_expression "param_1[2] = (long)pbVar3" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (cast_expression "(long)pbVar3" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pbVar3"))) (; ";")) (} "}")) (else_clause "else {\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }" (else "else") (compound_statement "{\n iVar2 = (*pcVar1)();\n if (iVar2 == -1) {\n return 0xffffffff;\n }\n pbVar3 = (byte *)param_1[2];\n pbVar5 = (byte *)param_1[3];\n }" ({ "{") (expression_statement "iVar2 = (*pcVar1)();" (assignment_expression "iVar2 = (*pcVar1)()" (identifier "iVar2") (= "=") (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" (( "(") (pointer_expression "*pcVar1" (* "*") (identifier "pcVar1")) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (iVar2 == -1) {\n return 0xffffffff;\n }" (if "if") (parenthesized_expression "(iVar2 == -1)" (( "(") (binary_expression "iVar2 == -1" (identifier "iVar2") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n return 0xffffffff;\n }" ({ "{") (return_statement "return 0xffffffff;" (return "return") (number_literal "0xffffffff") (; ";")) (} "}"))) (expression_statement "pbVar3 = (byte *)param_1[2];" (assignment_expression "pbVar3 = (byte *)param_1[2]" (identifier "pbVar3") (= "=") (cast_expression "(byte *)param_1[2]" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")))) (; ";")) (expression_statement "pbVar5 = (byte *)param_1[3];" (assignment_expression "pbVar5 = (byte *)param_1[3]" (identifier "pbVar5") (= "=") (cast_expression "(byte *)param_1[3]" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")))) (; ";")) (} "}")))) (} "}")))) (if_statement "if (pbVar3 < pbVar5) {\n return (ulong)*pbVar3;\n }" (if "if") (parenthesized_expression "(pbVar3 < pbVar5)" (( "(") (binary_expression "pbVar3 < pbVar5" (identifier "pbVar3") (< "<") (identifier "pbVar5")) () ")")) (compound_statement "{\n return (ulong)*pbVar3;\n }" ({ "{") (return_statement "return (ulong)*pbVar3;" (return "return") (binary_expression "(ulong)*pbVar3" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (identifier "pbVar3")) (; ";")) (} "}"))) (if_statement "if (*(code **)(*param_1 + 0x48) == (code *)PTR_FUN_004b9d90) {\n return 0xffffffff;\n }" (if "if") (parenthesized_expression "(*(code **)(*param_1 + 0x48) == (code *)PTR_FUN_004b9d90)" (( "(") (binary_expression "*(code **)(*param_1 + 0x48) == (code *)PTR_FUN_004b9d90" (pointer_expression "*(code **)(*param_1 + 0x48)" (* "*") (cast_expression "(code **)(*param_1 + 0x48)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x48)" (( "(") (binary_expression "*param_1 + 0x48" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x48")) () ")")))) (== "==") (cast_expression "(code *)PTR_FUN_004b9d90" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_FUN_004b9d90"))) () ")")) (compound_statement "{\n return 0xffffffff;\n }" ({ "{") (return_statement "return 0xffffffff;" (return "return") (number_literal "0xffffffff") (; ";")) (} "}"))) (expression_statement "uVar4 = (**(code **)(*param_1 + 0x48))(param_1);" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x48))(param_1)" (identifier "uVar4") (= "=") (call_expression "(**(code **)(*param_1 + 0x48))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x48))" (( "(") (pointer_expression "**(code **)(*param_1 + 0x48)" (* "*") (pointer_expression "*(code **)(*param_1 + 0x48)" (* "*") (cast_expression "(code **)(*param_1 + 0x48)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x48)" (( "(") (binary_expression "*param_1 + 0x48" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x48")) () ")"))))) () ")")) (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (return_statement "return uVar4;" (return "return") (identifier "uVar4") (; ";")) (} "}")))
|
/* std::streambuf::snextc() */
type_1 __thiscall std::type_2::function_1(type_2 *var_1)
{
type_3 *var_3;
int var_4;
type_4 *var_5;
type_1 uVar4;
type_4 *var_2;
var_2 = *(type_4 **)(var_1 + 0x18);
if (*(type_4 **)(var_1 + 0x10) < var_2) {
var_5 = *(type_4 **)(var_1 + 0x10) + 1;
*(type_4 **)(var_1 + 0x10) = var_5;
}
else {
var_3 = *(type_3 **)(*(long *)var_1 + 0x50);
if (var_3 == (type_3 *)PTR_uflow_004b9b98) {
var_3 = *(type_3 **)(*(long *)var_1 + 0x48);
if (var_3 == (type_3 *)PTR_underflow_004b9d90) {
return 0xffffffff;
}
var_4 = (*var_3)();
if (var_4 == -1) {
return 0xffffffff;
}
var_2 = *(type_4 **)(var_1 + 0x18);
var_5 = (type_4 *)(*(long *)(var_1 + 0x10) + 1);
*(type_4 **)(var_1 + 0x10) = var_5;
}
else {
var_4 = (*var_3)();
if (var_4 == -1) {
return 0xffffffff;
}
var_5 = *(type_4 **)(var_1 + 0x10);
var_2 = *(type_4 **)(var_1 + 0x18);
}
}
if (var_5 < var_2) {
return (type_1)*var_5;
}
if (*(type_3 **)(*(long *)var_1 + 0x48) == (type_3 *)PTR_underflow_004b9d90) {
return 0xffffffff;
}
/* WARNING: Could not recover jumptable at 0x00342574. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar4 = (**(type_3 **)(*(long *)var_1 + 0x48))(var_1);
return uVar4;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (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: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (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: (sized_type_specifier)) value: (identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (return_statement (binary_expression left: (parenthesized_expression (identifier)) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier))))) (return_statement (identifier)))))
| null |
ulong MASKED(long *param_1)
{
code *pcVar1;
int iVar2;
byte *pbVar3;
ulong uVar4;
byte *pbVar5;
pbVar5 = (byte *)param_1[3];
if ((byte *)param_1[2] < pbVar5) {
pbVar3 = (byte *)param_1[2] + 1;
param_1[2] = (long)pbVar3;
}
else {
pcVar1 = *(code **)(*param_1 + 0x50);
if (pcVar1 == (code *)PTR_FUN_004b9b98) {
pcVar1 = *(code **)(*param_1 + 0x48);
if (pcVar1 == (code *)PTR_FUN_004b9d90) {
return 0xffffffff;
}
iVar2 = (*pcVar1)();
if (iVar2 == -1) {
return 0xffffffff;
}
pbVar5 = (byte *)param_1[3];
pbVar3 = (byte *)(param_1[2] + 1);
param_1[2] = (long)pbVar3;
}
else {
iVar2 = (*pcVar1)();
if (iVar2 == -1) {
return 0xffffffff;
}
pbVar3 = (byte *)param_1[2];
pbVar5 = (byte *)param_1[3];
}
}
if (pbVar3 < pbVar5) {
return (ulong)*pbVar3;
}
if (*(code **)(*param_1 + 0x48) == (code *)PTR_FUN_004b9d90) {
return 0xffffffff;
}
/* WARNING: Could not recover jumptable at 0x00342574. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar4 = (**(code **)(*param_1 + 0x48))(param_1);
return uVar4;
}
|
8841_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
|
pbump
|
FUN_00342ee0
|
/* std::wstreambuf::pbump(int) */
void __thiscall std::wstreambuf::pbump(wstreambuf *this,int param_1)
{
*(long *)(this + 0x28) = *(long *)(this + 0x28) + (long)param_1 * 4;
return;
}
|
void FUN_00342ee0(long param_1,int param_2)
{
*(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x28) + (long)param_2 * 4;
return;
}
|
MOVSXD RSI,ESI
SHL RSI,0x2
ADD qword ptr [RDI + 0x28],RSI
RET
| null | null | null | null |
[('const-40', u'PTRADD_-1205129394'), ('const-433', u'LOAD_-1205129452'), ('tmp_167', u'INT_SEXT_-1205129486'), ('tmp_166', u'PTRADD_-1205129394'), (u'CAST_-1205129372', u'LOAD_-1205129452'), ('const-0', u'RETURN_-1205129426'), (u'PTRADD_-1205129394', u'CAST_-1205129372'), ('const-433', u'STORE_-1205129449'), ('const-4', u'INT_MULT_-1205129466'), (u'INT_MULT_-1205129466', u'INT_ADD_-1205129434'), ('const-1', u'PTRADD_-1205129394'), (u'LOAD_-1205129452', u'INT_ADD_-1205129434'), (u'CAST_-1205129371', u'STORE_-1205129449'), (u'INT_ADD_-1205129434', u'STORE_-1205129449'), (u'PTRADD_-1205129394', u'CAST_-1205129371'), (u'INT_SEXT_-1205129486', u'INT_MULT_-1205129466')]
|
[('tmp_177', u'INT_SEXT_-1205129486'), (u'CAST_-1205129373', u'STORE_-1205129449'), ('const-0', u'RETURN_-1205129426'), ('const-4', u'INT_MULT_-1205129466'), ('const-433', u'STORE_-1205129449'), (u'INT_MULT_-1205129466', u'INT_ADD_-1205129434'), (u'LOAD_-1205129452', u'INT_ADD_-1205129434'), ('const-40', u'INT_ADD_-1205129440'), (u'CAST_-1205129373', u'LOAD_-1205129452'), ('tmp_174', u'INT_ADD_-1205129440'), ('const-433', u'LOAD_-1205129452'), (u'INT_ADD_-1205129434', u'STORE_-1205129449'), (u'INT_ADD_-1205129440', u'CAST_-1205129373'), (u'INT_SEXT_-1205129486', u'INT_MULT_-1205129466')]
| null | null |
00342ee0
|
x64
|
O2
|
(translation_unit "void FUN_00342ee0(long param_1,int param_2)\n\n{\n *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x28) + (long)param_2 * 4;\n return;\n}\n\n" (function_definition "void FUN_00342ee0(long param_1,int param_2)\n\n{\n *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x28) + (long)param_2 * 4;\n return;\n}" primitive_type (function_declarator "FUN_00342ee0(long param_1,int param_2)" identifier (parameter_list "(long param_1,int param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x28) + (long)param_2 * 4;\n return;\n}" { (expression_statement "*(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x28) + (long)param_2 * 4;" (assignment_expression "*(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x28) + (long)param_2 * 4" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) = (binary_expression "*(long *)(param_1 + 0x28) + (long)param_2 * 4" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) + (binary_expression "(long)param_2 * 4" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* std::wstreambuf::pbump(int) */\n\nvoid __thiscall std::wstreambuf::pbump(wstreambuf *this,int param_1)\n\n{\n *(long *)(this + 0x28) = *(long *)(this + 0x28) + (long)param_1 * 4;\n return;\n}\n\n" comment (function_definition "void __thiscall std::wstreambuf::pbump(wstreambuf *this,int param_1)\n\n{\n *(long *)(this + 0x28) = *(long *)(this + 0x28) + (long)param_1 * 4;\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wstreambuf::" identifier : : identifier : :) (function_declarator "pbump(wstreambuf *this,int param_1)" identifier (parameter_list "(wstreambuf *this,int param_1)" ( (parameter_declaration "wstreambuf *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n *(long *)(this + 0x28) = *(long *)(this + 0x28) + (long)param_1 * 4;\n return;\n}" { (expression_statement "*(long *)(this + 0x28) = *(long *)(this + 0x28) + (long)param_1 * 4;" (assignment_expression "*(long *)(this + 0x28) = *(long *)(this + 0x28) + (long)param_1 * 4" (pointer_expression "*(long *)(this + 0x28)" * (cast_expression "(long *)(this + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x28)" ( (binary_expression "this + 0x28" identifier + number_literal) )))) = (binary_expression "*(long *)(this + 0x28) + (long)param_1 * 4" (pointer_expression "*(long *)(this + 0x28)" * (cast_expression "(long *)(this + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x28)" ( (binary_expression "this + 0x28" identifier + number_literal) )))) + (binary_expression "(long)param_1 * 4" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00342ee0(long param_1,int param_2)\n\n{\n *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x28) + (long)param_2 * 4;\n return;\n}\n\n" (function_definition "void FUN_00342ee0(long param_1,int param_2)\n\n{\n *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x28) + (long)param_2 * 4;\n return;\n}" primitive_type (function_declarator "FUN_00342ee0(long param_1,int param_2)" identifier (parameter_list "(long param_1,int param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x28) + (long)param_2 * 4;\n return;\n}" { (expression_statement "*(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x28) + (long)param_2 * 4;" (assignment_expression "*(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x28) + (long)param_2 * 4" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) = (binary_expression "*(long *)(param_1 + 0x28) + (long)param_2 * 4" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) + (binary_expression "(long)param_2 * 4" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) * LIT))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00342ee0(long param_1,int param_2)\n\n{\n *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x28) + (long)param_2 * 4;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00342ee0(long param_1,int param_2)" (identifier "FUN_00342ee0") (parameter_list "(long param_1,int param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x28) + (long)param_2 * 4;\n return;\n}" ({ "{") (expression_statement "*(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x28) + (long)param_2 * 4;" (assignment_expression "*(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x28) + (long)param_2 * 4" (pointer_expression "*(long *)(param_1 + 0x28)" (* "*") (cast_expression "(long *)(param_1 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (= "=") (binary_expression "*(long *)(param_1 + 0x28) + (long)param_2 * 4" (pointer_expression "*(long *)(param_1 + 0x28)" (* "*") (cast_expression "(long *)(param_1 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (+ "+") (binary_expression "(long)param_2 * 4" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (* "*") (number_literal "4")))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* std::wstreambuf::pbump(int) */
void __thiscall std::type_1::function_1(type_1 *var_1,int param_1)
{
*(long *)(var_1 + 0x28) = *(long *)(var_1 + 0x28) + (long)param_1 * 4;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) (return_statement))))
| null |
void MASKED(long param_1,int param_2)
{
*(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x28) + (long)param_2 * 4;
return;
}
|
216_sh4-linux-gnu-ranlib_and_sh4-linux-gnu-ranlib_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.2.5 */
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_-1207037918')]
|
[('const-1', u'RETURN_-1207037918')]
| null | null |
00111018
|
x64
|
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.2.5 */\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.2.5 */\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.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void free(void *__ptr)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void free(void *__ptr)\n\n{\n \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 \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void free(void *__ptr)\n\n{\n \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 \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* free@@GLIBC_2.2.5 */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
725_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
|
_M_initialize_moneypunct
|
FUN_00151c30
|
/* WARNING: Removing unreachable block (ram,0x00151c7a) */
/* WARNING: Removing unreachable block (ram,0x00151c6b) */
/* WARNING: Removing unreachable block (ram,0x00151c8b) */
/* std::moneypunct<wchar_t, false>::_M_initialize_moneypunct(__locale_struct*, char const*) [clone
.cold.7] */
void std::moneypunct<wchar_t,false>::_M_initialize_moneypunct
(__locale_struct *param_1,char *param_2)
{
long unaff_RBX;
__cxa_begin_catch();
if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {
/* try { // try from 00151c58 to 00151c9f has its CatchHandler @ 00151cbe */
(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();
*(undefined8 *)(unaff_RBX + 0x10) = 0;
}
__uselocale();
/* WARNING: Subroutine does not return */
__cxa_rethrow();
}
|
/* WARNING: Removing unreachable block (ram,0x00151c7a) */
/* WARNING: Removing unreachable block (ram,0x00151c6b) */
/* WARNING: Removing unreachable block (ram,0x00151c8b) */
void FUN_00151c30(void)
{
long unaff_RBX;
FUN_002ef7c0();
if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {
/* try { // try from 00151c58 to 00151c9f has its CatchHandler @ 00151cbe */
(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();
*(undefined8 *)(unaff_RBX + 0x10) = 0;
}
__uselocale();
/* WARNING: Subroutine does not return */
FUN_002eeb50();
}
|
MOV RDI,RAX
CALL 0x002ef7c0
MOV RDI,qword ptr [RBX + 0x10]
TEST RDI,RDI
JZ 0x00151c93
MOV qword ptr [RSP],0x0
XOR R14D,R14D
MOV qword ptr [RSP + 0x8],0x0
MOV RAX,qword ptr [RDI]
CALL qword ptr [RAX + 0x8]
CMP qword ptr [RSP + 0x8],0x0
MOV qword ptr [RBX + 0x10],0x0
JZ 0x00151c75
MOV RDI,qword ptr [RSP + 0x8]
CALL 0x002eff20
TEST R14,R14
JZ 0x00151c82
MOV RDI,R14
CALL 0x002eff20
MOV RAX,qword ptr [RSP]
TEST RAX,RAX
JZ 0x00151c93
MOV RDI,RAX
CALL 0x002eff20
MOV RDI,R13
CALL 0x00149780
CALL 0x002eeb50
| null | null | null | null |
[(u'LOAD_-1207296899', u'CALLIND_-1207296889'), ('const-433', u'LOAD_-1207296905'), ('tmp_42', u'CBRANCH_-1207296940'), ('const-16', u'INT_ADD_-1207296856'), (u'CAST_-1207296593', u'LOAD_-1207296899'), ('const-0', u'INT_NOTEQUAL_-1207296941'), (u'LOAD_-1207296961', u'LOAD_-1207296905'), ('tmp_708', u'INT_ADD_-1207296945'), (u'LOAD_-1207296905', u'INT_ADD_-1207296883'), ('const-1', u'RETURN_-1207296759'), (u'LOAD_-1207296961', u'INT_NOTEQUAL_-1207296941'), (u'CAST_-1207296583', u'STORE_-1207296870'), (u'CAST_-1207296626', u'LOAD_-1207296961'), (u'INT_NOTEQUAL_-1207296941', u'CBRANCH_-1207296940'), ('const-433', u'LOAD_-1207296899'), ('const-433', u'LOAD_-1207296961'), (u'INT_ADD_-1207296856', u'CAST_-1207296583'), (u'INT_ADD_-1207296883', u'CAST_-1207296593'), ('const-8', u'INT_ADD_-1207296883'), ('const-0', u'STORE_-1207296870'), ('const-16', u'INT_ADD_-1207296945'), ('const-433', u'STORE_-1207296870'), (u'INT_ADD_-1207296945', u'CAST_-1207296626'), ('tmp_708', u'INT_ADD_-1207296856')]
|
[(u'LOAD_-1207296899', u'CALLIND_-1207296889'), ('tmp_42', u'CBRANCH_-1207296940'), ('const-16', u'INT_ADD_-1207296856'), ('const-0', u'INT_NOTEQUAL_-1207296941'), (u'LOAD_-1207296961', u'LOAD_-1207296905'), ('tmp_670', u'INT_ADD_-1207296856'), ('tmp_670', u'INT_ADD_-1207296945'), (u'LOAD_-1207296905', u'INT_ADD_-1207296883'), (u'INT_ADD_-1207296883', u'CAST_-1207296603'), ('const-1', u'RETURN_-1207296759'), (u'INT_ADD_-1207296945', u'CAST_-1207296636'), (u'LOAD_-1207296961', u'INT_NOTEQUAL_-1207296941'), (u'CAST_-1207296636', u'LOAD_-1207296961'), ('const-433', u'LOAD_-1207296905'), (u'INT_ADD_-1207296856', u'CAST_-1207296593'), (u'INT_NOTEQUAL_-1207296941', u'CBRANCH_-1207296940'), ('const-0', u'STORE_-1207296870'), ('const-433', u'LOAD_-1207296899'), ('const-8', u'INT_ADD_-1207296883'), (u'CAST_-1207296593', u'STORE_-1207296870'), ('const-16', u'INT_ADD_-1207296945'), (u'CAST_-1207296603', u'LOAD_-1207296899'), ('const-433', u'LOAD_-1207296961'), ('const-433', u'STORE_-1207296870')]
| null | null |
00151c30
|
x64
|
O2
|
(translation_unit "/* WARNING: Removing unreachable block (ram,0x00151c7a) */\n/* WARNING: Removing unreachable block (ram,0x00151c6b) */\n/* WARNING: Removing unreachable block (ram,0x00151c8b) */\n\nvoid FUN_00151c30(void)\n\n{\n long unaff_RBX;\n \n FUN_002ef7c0();\n if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n /* try { // try from 00151c58 to 00151c9f has its CatchHandler @ 00151cbe */\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n }\n __uselocale();\n /* WARNING: Subroutine does not return */\n FUN_002eeb50();\n}\n\n" comment comment comment (function_definition "void FUN_00151c30(void)\n\n{\n long unaff_RBX;\n \n FUN_002ef7c0();\n if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n /* try { // try from 00151c58 to 00151c9f has its CatchHandler @ 00151cbe */\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n }\n __uselocale();\n /* WARNING: Subroutine does not return */\n FUN_002eeb50();\n}" primitive_type (function_declarator "FUN_00151c30(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBX;\n \n FUN_002ef7c0();\n if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n /* try { // try from 00151c58 to 00151c9f has its CatchHandler @ 00151cbe */\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n }\n __uselocale();\n /* WARNING: Subroutine does not return */\n FUN_002eeb50();\n}" { (declaration "long unaff_RBX;" (sized_type_specifier "long" long) identifier ;) (expression_statement "FUN_002ef7c0();" (call_expression "FUN_002ef7c0()" identifier (argument_list "()" ( ))) ;) (if_statement "if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n /* try { // try from 00151c58 to 00151c9f has its CatchHandler @ 00151cbe */\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n }" if (parenthesized_expression "(*(long **)(unaff_RBX + 0x10) != (long *)0x0)" ( (binary_expression "*(long **)(unaff_RBX + 0x10) != (long *)0x0" (pointer_expression "*(long **)(unaff_RBX + 0x10)" * (cast_expression "(long **)(unaff_RBX + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x10)" ( (binary_expression "unaff_RBX + 0x10" identifier + number_literal) )))) != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* try { // try from 00151c58 to 00151c9f has its CatchHandler @ 00151cbe */\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n }" { comment (expression_statement "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();" (call_expression "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))()" (parenthesized_expression "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))" ( (pointer_expression "**(code **)(**(long **)(unaff_RBX + 0x10) + 8)" * (pointer_expression "*(code **)(**(long **)(unaff_RBX + 0x10) + 8)" * (cast_expression "(code **)(**(long **)(unaff_RBX + 0x10) + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(unaff_RBX + 0x10) + 8)" ( (binary_expression "**(long **)(unaff_RBX + 0x10) + 8" (pointer_expression "**(long **)(unaff_RBX + 0x10)" * (pointer_expression "*(long **)(unaff_RBX + 0x10)" * (cast_expression "(long **)(unaff_RBX + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x10)" ( (binary_expression "unaff_RBX + 0x10" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (expression_statement "*(undefined8 *)(unaff_RBX + 0x10) = 0;" (assignment_expression "*(undefined8 *)(unaff_RBX + 0x10) = 0" (pointer_expression "*(undefined8 *)(unaff_RBX + 0x10)" * (cast_expression "(undefined8 *)(unaff_RBX + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0x10)" ( (binary_expression "unaff_RBX + 0x10" identifier + number_literal) )))) = number_literal) ;) })) (expression_statement "__uselocale();" (call_expression "__uselocale()" identifier (argument_list "()" ( ))) ;) comment (expression_statement "FUN_002eeb50();" (call_expression "FUN_002eeb50()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Removing unreachable block (ram,0x00151c7a) */\n/* WARNING: Removing unreachable block (ram,0x00151c6b) */\n/* WARNING: Removing unreachable block (ram,0x00151c8b) */\n/* std::moneypunct<wchar_t, false>::_M_initialize_moneypunct(__locale_struct*, char const*) [clone\n .cold.7] */\n\nvoid std::moneypunct<wchar_t,false>::_M_initialize_moneypunct\n (__locale_struct *param_1,char *param_2)\n\n{\n long unaff_RBX;\n \n __cxa_begin_catch();\n if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n /* try { // try from 00151c58 to 00151c9f has its CatchHandler @ 00151cbe */\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n }\n __uselocale();\n /* WARNING: Subroutine does not return */\n __cxa_rethrow();\n}\n\n" comment comment comment comment (declaration "void std::moneypunct<wchar_t,false>::_M_initialize_moneypunct\n (__locale_struct *param_1,char *param_2)\n\n{\n long unaff_RBX;" primitive_type (ERROR "std::moneypunct<" identifier : : identifier <) identifier , (ERROR "false>::_M_initialize_moneypunct\n (__locale_struct *param_1,char *param_2)\n\n{\n long" identifier > : : (function_declarator "_M_initialize_moneypunct\n (__locale_struct *param_1,char *param_2)" identifier (parameter_list "(__locale_struct *param_1,char *param_2)" ( (parameter_declaration "__locale_struct *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) ))) { long) identifier ;) (expression_statement "__cxa_begin_catch();" (call_expression "__cxa_begin_catch()" identifier (argument_list "()" ( ))) ;) (if_statement "if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n /* try { // try from 00151c58 to 00151c9f has its CatchHandler @ 00151cbe */\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n }" if (parenthesized_expression "(*(long **)(unaff_RBX + 0x10) != (long *)0x0)" ( (binary_expression "*(long **)(unaff_RBX + 0x10) != (long *)0x0" (pointer_expression "*(long **)(unaff_RBX + 0x10)" * (cast_expression "(long **)(unaff_RBX + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x10)" ( (binary_expression "unaff_RBX + 0x10" identifier + number_literal) )))) != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* try { // try from 00151c58 to 00151c9f has its CatchHandler @ 00151cbe */\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n }" { comment (expression_statement "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();" (call_expression "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))()" (parenthesized_expression "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))" ( (pointer_expression "**(code **)(**(long **)(unaff_RBX + 0x10) + 8)" * (pointer_expression "*(code **)(**(long **)(unaff_RBX + 0x10) + 8)" * (cast_expression "(code **)(**(long **)(unaff_RBX + 0x10) + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(unaff_RBX + 0x10) + 8)" ( (binary_expression "**(long **)(unaff_RBX + 0x10) + 8" (pointer_expression "**(long **)(unaff_RBX + 0x10)" * (pointer_expression "*(long **)(unaff_RBX + 0x10)" * (cast_expression "(long **)(unaff_RBX + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x10)" ( (binary_expression "unaff_RBX + 0x10" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (expression_statement "*(undefined8 *)(unaff_RBX + 0x10) = 0;" (assignment_expression "*(undefined8 *)(unaff_RBX + 0x10) = 0" (pointer_expression "*(undefined8 *)(unaff_RBX + 0x10)" * (cast_expression "(undefined8 *)(unaff_RBX + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0x10)" ( (binary_expression "unaff_RBX + 0x10" identifier + number_literal) )))) = number_literal) ;) })) (expression_statement "__uselocale();" (call_expression "__uselocale()" identifier (argument_list "()" ( ))) ;) comment (expression_statement "__cxa_rethrow();" (call_expression "__cxa_rethrow()" identifier (argument_list "()" ( ))) ;) (ERROR "}" }))
|
(translation_unit "void FUN_00151c30(void)\n\n{\n long unaff_RBX;\n \n FUN_002ef7c0();\n if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n \n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n }\n __uselocale();\n \n FUN_002eeb50();\n}\n\n" (function_definition "void FUN_00151c30(void)\n\n{\n long unaff_RBX;\n \n FUN_002ef7c0();\n if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n \n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n }\n __uselocale();\n \n FUN_002eeb50();\n}" primitive_type (function_declarator "FUN_00151c30(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBX;\n \n FUN_002ef7c0();\n if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n \n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n }\n __uselocale();\n \n FUN_002eeb50();\n}" { (declaration "long unaff_RBX;" (sized_type_specifier "long" long) identifier ;) (expression_statement "FUN_002ef7c0();" (call_expression "FUN_002ef7c0()" identifier (argument_list "()" ( ))) ;) (if_statement "if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n \n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n }" if (parenthesized_expression "(*(long **)(unaff_RBX + 0x10) != (long *)0x0)" ( (binary_expression "*(long **)(unaff_RBX + 0x10) != (long *)0x0" (pointer_expression "*(long **)(unaff_RBX + 0x10)" * (cast_expression "(long **)(unaff_RBX + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x10)" ( (binary_expression "unaff_RBX + 0x10" identifier + number_literal) )))) != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n \n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n }" { (expression_statement "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();" (call_expression "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))()" (parenthesized_expression "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))" ( (pointer_expression "**(code **)(**(long **)(unaff_RBX + 0x10) + 8)" * (pointer_expression "*(code **)(**(long **)(unaff_RBX + 0x10) + 8)" * (cast_expression "(code **)(**(long **)(unaff_RBX + 0x10) + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(unaff_RBX + 0x10) + 8)" ( (binary_expression "**(long **)(unaff_RBX + 0x10) + 8" (pointer_expression "**(long **)(unaff_RBX + 0x10)" * (pointer_expression "*(long **)(unaff_RBX + 0x10)" * (cast_expression "(long **)(unaff_RBX + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x10)" ( (binary_expression "unaff_RBX + 0x10" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (expression_statement "*(undefined8 *)(unaff_RBX + 0x10) = 0;" (assignment_expression "*(undefined8 *)(unaff_RBX + 0x10) = 0" (pointer_expression "*(undefined8 *)(unaff_RBX + 0x10)" * (cast_expression "(undefined8 *)(unaff_RBX + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0x10)" ( (binary_expression "unaff_RBX + 0x10" identifier + number_literal) )))) = number_literal) ;) })) (expression_statement "__uselocale();" (call_expression "__uselocale()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_002eeb50();" (call_expression "FUN_002eeb50()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))))) )) (argument_list ( ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void FUN_00151c30(void)\n\n{\n long unaff_RBX;\n \n FUN_002ef7c0();\n if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n \n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n }\n __uselocale();\n \n FUN_002eeb50();\n}" (primitive_type "void") (function_declarator "FUN_00151c30(void)" (identifier "FUN_00151c30") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long unaff_RBX;\n \n FUN_002ef7c0();\n if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n \n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n }\n __uselocale();\n \n FUN_002eeb50();\n}" ({ "{") (declaration "long unaff_RBX;" (sized_type_specifier "long" (long "long")) (identifier "unaff_RBX") (; ";")) (expression_statement "FUN_002ef7c0();" (call_expression "FUN_002ef7c0()" (identifier "FUN_002ef7c0") (argument_list "()" (( "(") () ")"))) (; ";")) (if_statement "if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n \n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n }" (if "if") (parenthesized_expression "(*(long **)(unaff_RBX + 0x10) != (long *)0x0)" (( "(") (binary_expression "*(long **)(unaff_RBX + 0x10) != (long *)0x0" (pointer_expression "*(long **)(unaff_RBX + 0x10)" (* "*") (cast_expression "(long **)(unaff_RBX + 0x10)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(unaff_RBX + 0x10)" (( "(") (binary_expression "unaff_RBX + 0x10" (identifier "unaff_RBX") (+ "+") (number_literal "0x10")) () ")")))) (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n \n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n }" ({ "{") (expression_statement "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();" (call_expression "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))()" (parenthesized_expression "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))" (( "(") (pointer_expression "**(code **)(**(long **)(unaff_RBX + 0x10) + 8)" (* "*") (pointer_expression "*(code **)(**(long **)(unaff_RBX + 0x10) + 8)" (* "*") (cast_expression "(code **)(**(long **)(unaff_RBX + 0x10) + 8)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(unaff_RBX + 0x10) + 8)" (( "(") (binary_expression "**(long **)(unaff_RBX + 0x10) + 8" (pointer_expression "**(long **)(unaff_RBX + 0x10)" (* "*") (pointer_expression "*(long **)(unaff_RBX + 0x10)" (* "*") (cast_expression "(long **)(unaff_RBX + 0x10)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(unaff_RBX + 0x10)" (( "(") (binary_expression "unaff_RBX + 0x10" (identifier "unaff_RBX") (+ "+") (number_literal "0x10")) () ")"))))) (+ "+") (number_literal "8")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "*(undefined8 *)(unaff_RBX + 0x10) = 0;" (assignment_expression "*(undefined8 *)(unaff_RBX + 0x10) = 0" (pointer_expression "*(undefined8 *)(unaff_RBX + 0x10)" (* "*") (cast_expression "(undefined8 *)(unaff_RBX + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBX + 0x10)" (( "(") (binary_expression "unaff_RBX + 0x10" (identifier "unaff_RBX") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "__uselocale();" (call_expression "__uselocale()" (identifier "__uselocale") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_002eeb50();" (call_expression "FUN_002eeb50()" (identifier "FUN_002eeb50") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Removing unreachable block (ram,0x00151c7a) */
/* WARNING: Removing unreachable block (ram,0x00151c6b) */
/* WARNING: Removing unreachable block (ram,0x00151c8b) */
/* std::moneypunct<wchar_t, false>::_M_initialize_moneypunct(__locale_struct*, char const*) [clone
.cold.7] */
void std::moneypunct<wchar_t,false>::_M_initialize_moneypunct
(__locale_struct *param_1,char *param_2)
{
long var_2;
var_1();
if (*(long **)(var_2 + 0x10) != (long *)0x0) {
/* try { // try from 00151c58 to 00151c9f has its CatchHandler @ 00151cbe */
(**(type_1 **)(**(long **)(var_2 + 0x10) + 8))();
*(type_2 *)(var_2 + 0x10) = 0;
}
var_3();
/* WARNING: Subroutine does not return */
var_4();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) arguments: (argument_list))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Removing unreachable block (ram,0x00151c7a) */
/* WARNING: Removing unreachable block (ram,0x00151c6b) */
/* WARNING: Removing unreachable block (ram,0x00151c8b) */
void MASKED(void)
{
long unaff_RBX;
FUN_002ef7c0();
if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {
/* try { // try from 00151c58 to 00151c9f has its CatchHandler @ 00151cbe */
(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();
*(undefined8 *)(unaff_RBX + 0x10) = 0;
}
__uselocale();
/* WARNING: Subroutine does not return */
FUN_002eeb50();
}
|
8418_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
|
__throw_system_error
|
FUN_002e0650
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::__throw_system_error(int) */
void std::__throw_system_error(int param_1)
{
runtime_error *this;
long *plVar1;
undefined1 *local_48 [2];
undefined1 auStack_38 [24];
this = (runtime_error *)__cxa_allocate_exception(0x20);
plVar1 = (long *)_V2::generic_category();
/* try { // try from 002e0681 to 002e0683 has its CatchHandler @ 002e06aa */
(**(code **)(*plVar1 + 0x20))(local_48,plVar1,param_1);
/* try { // try from 002e068a to 002e068e has its CatchHandler @ 002e06b2 */
runtime_error::runtime_error(this,(string *)local_48);
if (local_48[0] != auStack_38) {
operator_delete(local_48[0]);
__throw_system_error((int)local_48[0]);
return;
}
*(int *)(this + 0x10) = param_1;
*(long **)(this + 0x18) = plVar1;
*(undefined ***)this = &PTR__system_error_003f4fc0;
/* WARNING: Subroutine does not return */
__cxa_throw(this,&system_error::typeinfo,system_error::~system_error);
}
|
void FUN_002e0650(undefined4 param_1)
{
undefined8 *puVar1;
long *plVar2;
undefined1 *local_48 [2];
undefined1 auStack_38 [24];
puVar1 = (undefined8 *)FUN_002a2810(0x20);
plVar2 = (long *)FUN_002e0600();
/* try { // try from 002e0681 to 002e0683 has its CatchHandler @ 002e06aa */
(**(code **)(*plVar2 + 0x20))(local_48,plVar2,param_1);
/* try { // try from 002e068a to 002e068e has its CatchHandler @ 002e06b2 */
FUN_0031f790(puVar1,local_48);
if (local_48[0] != auStack_38) {
FUN_002a2980();
FUN_0014cadc();
return;
}
*(undefined4 *)(puVar1 + 2) = param_1;
puVar1[3] = plVar2;
*puVar1 = &PTR_FUN_003f4fc0;
/* WARNING: Subroutine does not return */
FUN_002a1530(puVar1,&PTR_PTR_FUN_003f4e78,FUN_002e0480);
}
|
PUSH R13
MOV R13D,EDI
MOV EDI,0x20
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x28
CALL 0x002a2810
MOV RBX,RSP
MOV R12,RAX
CALL 0x002e0600
MOV EDX,R13D
MOV RDI,RBX
MOV RBP,RAX
MOV RAX,qword ptr [RAX]
MOV RSI,RBP
CALL qword ptr [RAX + 0x20]
MOV RSI,RBX
MOV RDI,R12
CALL 0x0031f790
MOV RDI,qword ptr [RSP]
ADD RBX,0x10
CMP RDI,RBX
JZ 0x0014cadc
CALL 0x002a2980
JMP 0x0014cadc
| null | null | null | null |
[(u'PTRSUB_-1207186349', u'CALL_-1207186575'), ('const-0', u'PTRSUB_-1207186350'), (u'CAST_-1204746317', u'CAST_-1207186344'), ('const-24', u'PTRADD_-1207186546'), (u'CALL_-1204746621', u'INDIRECT_-1204746366'), ('const--72', u'PTRSUB_-1204746323'), ('const-433', u'STORE_-1207186586'), ('const-0', u'PTRSUB_-1207186349'), ('const-0', u'SUBPIECE_-1204746373'), (u'CAST_-1204746305', u'CALLIND_-1204746571'), ('tmp_286', u'STORE_-1207186622'), (u'PTRADD_-1207186546', u'CAST_-1207186354'), ('const--56', u'PTRSUB_-1204746268'), (u'CALLIND_-1204746571', u'INDIRECT_-1204746333'), (u'CAST_-1204746305', u'STORE_-1207186606'), (u'CAST_-1207186354', u'STORE_-1207186606'), ('const-433', u'STORE_-1207186622'), (u'CALL_-1204746605', u'CAST_-1204746305'), (u'INDIRECT_-1204746323', u'INT_NOTEQUAL_-1204746523'), ('const--72', u'PTRSUB_-1204746322'), (u'PTRSUB_-1204746322', u'CALLIND_-1204746571'), (u'LOAD_-1204746581', u'CALLIND_-1204746571'), (u'CAST_-1204746317', u'PTRADD_-1207186546'), ('tmp_570', u'PTRSUB_-1204746323'), ('const-16', u'PTRADD_-1207186562'), ('const-3015808', u'PTRSUB_-1207186350'), (u'INDIRECT_-1204746323', u'CALL_-1204746511'), ('const-0', u'RETURN_-1204746501'), ('const-4148856', u'PTRSUB_-1207186349'), ('tmp_185', u'CBRANCH_-1204746522'), (u'CAST_-1204746284', u'LOAD_-1204746581'), (u'CAST_-1204746322', u'CALL_-1204746558'), ('tmp_286', u'CALLIND_-1204746571'), ('const-433', u'LOAD_-1204746591'), ('const-433', u'LOAD_-1204746581'), ('tmp_570', u'PTRSUB_-1204746322'), (u'CAST_-1204746317', u'PTRADD_-1207186562'), (u'PTRSUB_-1204746323', u'CAST_-1204746322'), ('const-1', u'RETURN_-1207186570'), (u'CAST_-1207186344', u'STORE_-1207186586'), (u'PTRSUB_-1204746268', u'INT_NOTEQUAL_-1204746523'), (u'PTRADD_-1207186562', u'CAST_-1207186367'), (u'CAST_-1204746317', u'CALL_-1204746558'), (u'SUBPIECE_-1204746373', u'CALL_-1204746505'), (u'CALL_-1204746605', u'INDIRECT_-1204746354'), (u'INDIRECT_-1204746374', u'SUBPIECE_-1204746373'), ('const-0', u'PTRSUB_-1207186352'), (u'CAST_-1204746317', u'CALL_-1207186575'), (u'LOAD_-1204746591', u'INT_ADD_-1204746565'), (u'CAST_-1207186367', u'STORE_-1207186622'), (u'CAST_-1204746305', u'LOAD_-1204746591'), ('const-32', u'INT_ADD_-1204746565'), ('const-1', u'PTRADD_-1207186546'), (u'INT_ADD_-1204746565', u'CAST_-1204746284'), ('const-1', u'PTRADD_-1207186562'), (u'CALL_-1204746621', u'CAST_-1204746317'), (u'PTRSUB_-1207186350', u'CALL_-1207186575'), ('tmp_570', u'PTRSUB_-1204746268'), ('const-433', u'STORE_-1207186606'), (u'PTRSUB_-1207186352', u'STORE_-1207186586'), ('const-32', u'CALL_-1204746621'), (u'CALL_-1204746558', u'INDIRECT_-1204746323'), (u'CALL_-1204746511', u'INDIRECT_-1204746374'), (u'INT_NOTEQUAL_-1204746523', u'CBRANCH_-1204746522'), ('const-4149184', u'PTRSUB_-1207186352')]
|
[(u'CAST_-1207186370', u'STORE_-1207186622'), (u'CALL_-1204746605', u'INDIRECT_-1204746358'), ('tmp_598', u'CALLIND_-1204746571'), ('const-433', u'STORE_-1207186586'), (u'CAST_-1204746287', u'LOAD_-1204746581'), ('const-2', u'PTRADD_-1207186377'), ('const-4149184', u'PTRSUB_-1207186356'), (u'PTRADD_-1207186377', u'CAST_-1207186370'), (u'CALL_-1204746621', u'INDIRECT_-1204746370'), ('const--56', u'PTRSUB_-1204746270'), (u'PTRSUB_-1207186353', u'CALL_-1207186575'), (u'CALL_-1204746558', u'INDIRECT_-1204746327'), ('const-433', u'STORE_-1207186606'), ('tmp_598', u'STORE_-1207186622'), (u'CALLIND_-1204746571', u'INDIRECT_-1204746337'), ('const-3', u'PTRADD_-1207186364'), (u'CALL_-1204746621', u'CAST_-1204746320'), ('const-0', u'PTRSUB_-1207186356'), (u'LOAD_-1204746581', u'CALLIND_-1204746571'), ('const-433', u'LOAD_-1204746581'), (u'CAST_-1204746320', u'STORE_-1207186586'), (u'PTRSUB_-1204746325', u'CALLIND_-1204746571'), ('tmp_573', u'PTRSUB_-1204746324'), ('const-0', u'RETURN_-1204746501'), ('tmp_185', u'CBRANCH_-1204746522'), (u'CAST_-1204746320', u'CALL_-1204746558'), ('const-0', u'PTRSUB_-1207186353'), ('const-3015808', u'PTRSUB_-1207186354'), (u'PTRSUB_-1204746270', u'INT_NOTEQUAL_-1204746523'), ('tmp_573', u'PTRSUB_-1204746325'), (u'CAST_-1204746320', u'CALL_-1207186575'), ('const-4148856', u'PTRSUB_-1207186353'), ('tmp_573', u'PTRSUB_-1204746270'), ('const-1', u'RETURN_-1207186570'), (u'CAST_-1204746308', u'CALLIND_-1204746571'), (u'PTRSUB_-1207186356', u'STORE_-1207186586'), (u'CAST_-1204746308', u'LOAD_-1204746591'), ('const-8', u'PTRADD_-1207186377'), (u'CALL_-1204746605', u'CAST_-1204746308'), (u'CAST_-1204746320', u'PTRADD_-1207186377'), (u'LOAD_-1204746591', u'INT_ADD_-1204746565'), ('const-433', u'STORE_-1207186622'), ('const-32', u'INT_ADD_-1204746565'), (u'PTRSUB_-1207186354', u'CALL_-1207186575'), (u'INDIRECT_-1204746327', u'INT_NOTEQUAL_-1204746523'), (u'INT_ADD_-1204746565', u'CAST_-1204746287'), ('const--72', u'PTRSUB_-1204746325'), (u'PTRADD_-1207186364', u'STORE_-1207186606'), ('const-0', u'PTRSUB_-1207186354'), (u'PTRSUB_-1204746324', u'CALL_-1204746558'), ('const-433', u'LOAD_-1204746591'), ('const--72', u'PTRSUB_-1204746324'), (u'CAST_-1204746308', u'STORE_-1207186606'), ('const-8', u'PTRADD_-1207186364'), (u'CAST_-1204746320', u'PTRADD_-1207186364'), (u'INT_NOTEQUAL_-1204746523', u'CBRANCH_-1204746522'), ('const-32', u'CALL_-1204746621')]
| null | null |
002e0650
|
x64
|
O2
|
(translation_unit "void FUN_002e0650(undefined4 param_1)\n\n{\n undefined8 *puVar1;\n long *plVar2;\n undefined1 *local_48 [2];\n undefined1 auStack_38 [24];\n \n puVar1 = (undefined8 *)FUN_002a2810(0x20);\n plVar2 = (long *)FUN_002e0600();\n /* try { // try from 002e0681 to 002e0683 has its CatchHandler @ 002e06aa */\n (**(code **)(*plVar2 + 0x20))(local_48,plVar2,param_1);\n /* try { // try from 002e068a to 002e068e has its CatchHandler @ 002e06b2 */\n FUN_0031f790(puVar1,local_48);\n if (local_48[0] != auStack_38) {\n FUN_002a2980();\n FUN_0014cadc();\n return;\n }\n *(undefined4 *)(puVar1 + 2) = param_1;\n puVar1[3] = plVar2;\n *puVar1 = &PTR_FUN_003f4fc0;\n /* WARNING: Subroutine does not return */\n FUN_002a1530(puVar1,&PTR_PTR_FUN_003f4e78,FUN_002e0480);\n}\n\n" (function_definition "void FUN_002e0650(undefined4 param_1)\n\n{\n undefined8 *puVar1;\n long *plVar2;\n undefined1 *local_48 [2];\n undefined1 auStack_38 [24];\n \n puVar1 = (undefined8 *)FUN_002a2810(0x20);\n plVar2 = (long *)FUN_002e0600();\n /* try { // try from 002e0681 to 002e0683 has its CatchHandler @ 002e06aa */\n (**(code **)(*plVar2 + 0x20))(local_48,plVar2,param_1);\n /* try { // try from 002e068a to 002e068e has its CatchHandler @ 002e06b2 */\n FUN_0031f790(puVar1,local_48);\n if (local_48[0] != auStack_38) {\n FUN_002a2980();\n FUN_0014cadc();\n return;\n }\n *(undefined4 *)(puVar1 + 2) = param_1;\n puVar1[3] = plVar2;\n *puVar1 = &PTR_FUN_003f4fc0;\n /* WARNING: Subroutine does not return */\n FUN_002a1530(puVar1,&PTR_PTR_FUN_003f4e78,FUN_002e0480);\n}" primitive_type (function_declarator "FUN_002e0650(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n long *plVar2;\n undefined1 *local_48 [2];\n undefined1 auStack_38 [24];\n \n puVar1 = (undefined8 *)FUN_002a2810(0x20);\n plVar2 = (long *)FUN_002e0600();\n /* try { // try from 002e0681 to 002e0683 has its CatchHandler @ 002e06aa */\n (**(code **)(*plVar2 + 0x20))(local_48,plVar2,param_1);\n /* try { // try from 002e068a to 002e068e has its CatchHandler @ 002e06b2 */\n FUN_0031f790(puVar1,local_48);\n if (local_48[0] != auStack_38) {\n FUN_002a2980();\n FUN_0014cadc();\n return;\n }\n *(undefined4 *)(puVar1 + 2) = param_1;\n puVar1[3] = plVar2;\n *puVar1 = &PTR_FUN_003f4fc0;\n /* WARNING: Subroutine does not return */\n FUN_002a1530(puVar1,&PTR_PTR_FUN_003f4e78,FUN_002e0480);\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (declaration "undefined1 *local_48 [2];" type_identifier (pointer_declarator "*local_48 [2]" * (array_declarator "local_48 [2]" identifier [ number_literal ])) ;) (declaration "undefined1 auStack_38 [24];" type_identifier (array_declarator "auStack_38 [24]" identifier [ number_literal ]) ;) (expression_statement "puVar1 = (undefined8 *)FUN_002a2810(0x20);" (assignment_expression "puVar1 = (undefined8 *)FUN_002a2810(0x20)" identifier = (cast_expression "(undefined8 *)FUN_002a2810(0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002a2810(0x20)" identifier (argument_list "(0x20)" ( number_literal ))))) ;) (expression_statement "plVar2 = (long *)FUN_002e0600();" (assignment_expression "plVar2 = (long *)FUN_002e0600()" identifier = (cast_expression "(long *)FUN_002e0600()" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002e0600()" identifier (argument_list "()" ( ))))) ;) comment (expression_statement "(**(code **)(*plVar2 + 0x20))(local_48,plVar2,param_1);" (call_expression "(**(code **)(*plVar2 + 0x20))(local_48,plVar2,param_1)" (parenthesized_expression "(**(code **)(*plVar2 + 0x20))" ( (pointer_expression "**(code **)(*plVar2 + 0x20)" * (pointer_expression "*(code **)(*plVar2 + 0x20)" * (cast_expression "(code **)(*plVar2 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar2 + 0x20)" ( (binary_expression "*plVar2 + 0x20" (pointer_expression "*plVar2" * identifier) + number_literal) ))))) )) (argument_list "(local_48,plVar2,param_1)" ( identifier , identifier , identifier ))) ;) comment (expression_statement "FUN_0031f790(puVar1,local_48);" (call_expression "FUN_0031f790(puVar1,local_48)" identifier (argument_list "(puVar1,local_48)" ( identifier , identifier ))) ;) (if_statement "if (local_48[0] != auStack_38) {\n FUN_002a2980();\n FUN_0014cadc();\n return;\n }" if (parenthesized_expression "(local_48[0] != auStack_38)" ( (binary_expression "local_48[0] != auStack_38" (subscript_expression "local_48[0]" identifier [ number_literal ]) != identifier) )) (compound_statement "{\n FUN_002a2980();\n FUN_0014cadc();\n return;\n }" { (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_0014cadc();" (call_expression "FUN_0014cadc()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "*(undefined4 *)(puVar1 + 2) = param_1;" (assignment_expression "*(undefined4 *)(puVar1 + 2) = param_1" (pointer_expression "*(undefined4 *)(puVar1 + 2)" * (cast_expression "(undefined4 *)(puVar1 + 2)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar1 + 2)" ( (binary_expression "puVar1 + 2" identifier + number_literal) )))) = identifier) ;) (expression_statement "puVar1[3] = plVar2;" (assignment_expression "puVar1[3] = plVar2" (subscript_expression "puVar1[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*puVar1 = &PTR_FUN_003f4fc0;" (assignment_expression "*puVar1 = &PTR_FUN_003f4fc0" (pointer_expression "*puVar1" * identifier) = (pointer_expression "&PTR_FUN_003f4fc0" & identifier)) ;) comment (expression_statement "FUN_002a1530(puVar1,&PTR_PTR_FUN_003f4e78,FUN_002e0480);" (call_expression "FUN_002a1530(puVar1,&PTR_PTR_FUN_003f4e78,FUN_002e0480)" identifier (argument_list "(puVar1,&PTR_PTR_FUN_003f4e78,FUN_002e0480)" ( identifier , (pointer_expression "&PTR_PTR_FUN_003f4e78" & identifier) , identifier ))) ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* std::__throw_system_error(int) */\n\nvoid std::__throw_system_error(int param_1)\n\n{\n runtime_error *this;\n long *plVar1;\n undefined1 *local_48 [2];\n undefined1 auStack_38 [24];\n \n this = (runtime_error *)__cxa_allocate_exception(0x20);\n plVar1 = (long *)_V2::generic_category();\n /* try { // try from 002e0681 to 002e0683 has its CatchHandler @ 002e06aa */\n (**(code **)(*plVar1 + 0x20))(local_48,plVar1,param_1);\n /* try { // try from 002e068a to 002e068e has its CatchHandler @ 002e06b2 */\n runtime_error::runtime_error(this,(string *)local_48);\n if (local_48[0] != auStack_38) {\n operator_delete(local_48[0]);\n __throw_system_error((int)local_48[0]);\n return;\n }\n *(int *)(this + 0x10) = param_1;\n *(long **)(this + 0x18) = plVar1;\n *(undefined ***)this = &PTR__system_error_003f4fc0;\n /* WARNING: Subroutine does not return */\n __cxa_throw(this,&system_error::typeinfo,system_error::~system_error);\n}\n\n" comment comment (function_definition "void std::__throw_system_error(int param_1)\n\n{\n runtime_error *this;\n long *plVar1;\n undefined1 *local_48 [2];\n undefined1 auStack_38 [24];\n \n this = (runtime_error *)__cxa_allocate_exception(0x20);\n plVar1 = (long *)_V2::generic_category();\n /* try { // try from 002e0681 to 002e0683 has its CatchHandler @ 002e06aa */\n (**(code **)(*plVar1 + 0x20))(local_48,plVar1,param_1);\n /* try { // try from 002e068a to 002e068e has its CatchHandler @ 002e06b2 */\n runtime_error::runtime_error(this,(string *)local_48);\n if (local_48[0] != auStack_38) {\n operator_delete(local_48[0]);\n __throw_system_error((int)local_48[0]);\n return;\n }\n *(int *)(this + 0x10) = param_1;\n *(long **)(this + 0x18) = plVar1;\n *(undefined ***)this = &PTR__system_error_003f4fc0;\n /* WARNING: Subroutine does not return */\n __cxa_throw(this,&system_error::typeinfo,system_error::~system_error);\n}" primitive_type (ERROR "std::" identifier : :) (function_declarator "__throw_system_error(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n runtime_error *this;\n long *plVar1;\n undefined1 *local_48 [2];\n undefined1 auStack_38 [24];\n \n this = (runtime_error *)__cxa_allocate_exception(0x20);\n plVar1 = (long *)_V2::generic_category();\n /* try { // try from 002e0681 to 002e0683 has its CatchHandler @ 002e06aa */\n (**(code **)(*plVar1 + 0x20))(local_48,plVar1,param_1);\n /* try { // try from 002e068a to 002e068e has its CatchHandler @ 002e06b2 */\n runtime_error::runtime_error(this,(string *)local_48);\n if (local_48[0] != auStack_38) {\n operator_delete(local_48[0]);\n __throw_system_error((int)local_48[0]);\n return;\n }\n *(int *)(this + 0x10) = param_1;\n *(long **)(this + 0x18) = plVar1;\n *(undefined ***)this = &PTR__system_error_003f4fc0;\n /* WARNING: Subroutine does not return */\n __cxa_throw(this,&system_error::typeinfo,system_error::~system_error);\n}" { (declaration "runtime_error *this;" type_identifier (pointer_declarator "*this" * identifier) ;) (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "undefined1 *local_48 [2];" type_identifier (pointer_declarator "*local_48 [2]" * (array_declarator "local_48 [2]" identifier [ number_literal ])) ;) (declaration "undefined1 auStack_38 [24];" type_identifier (array_declarator "auStack_38 [24]" identifier [ number_literal ]) ;) (expression_statement "this = (runtime_error *)__cxa_allocate_exception(0x20);" (assignment_expression "this = (runtime_error *)__cxa_allocate_exception(0x20)" identifier = (cast_expression "(runtime_error *)__cxa_allocate_exception(0x20)" ( (type_descriptor "runtime_error *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "__cxa_allocate_exception(0x20)" identifier (argument_list "(0x20)" ( number_literal ))))) ;) (ERROR "plVar1 = (long *)_V2::" (assignment_expression "plVar1 = (long *)_V2" identifier = (cast_expression "(long *)_V2" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) : :) (expression_statement "generic_category();" (call_expression "generic_category()" identifier (argument_list "()" ( ))) ;) comment (expression_statement "(**(code **)(*plVar1 + 0x20))(local_48,plVar1,param_1);" (call_expression "(**(code **)(*plVar1 + 0x20))(local_48,plVar1,param_1)" (parenthesized_expression "(**(code **)(*plVar1 + 0x20))" ( (pointer_expression "**(code **)(*plVar1 + 0x20)" * (pointer_expression "*(code **)(*plVar1 + 0x20)" * (cast_expression "(code **)(*plVar1 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x20)" ( (binary_expression "*plVar1 + 0x20" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(local_48,plVar1,param_1)" ( identifier , identifier , identifier ))) ;) comment (labeled_statement "runtime_error::runtime_error(this,(string *)local_48);" statement_identifier : (ERROR ":" :) (expression_statement "runtime_error(this,(string *)local_48);" (call_expression "runtime_error(this,(string *)local_48)" identifier (argument_list "(this,(string *)local_48)" ( identifier , (cast_expression "(string *)local_48" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;)) (if_statement "if (local_48[0] != auStack_38) {\n operator_delete(local_48[0]);\n __throw_system_error((int)local_48[0]);\n return;\n }" if (parenthesized_expression "(local_48[0] != auStack_38)" ( (binary_expression "local_48[0] != auStack_38" (subscript_expression "local_48[0]" identifier [ number_literal ]) != identifier) )) (compound_statement "{\n operator_delete(local_48[0]);\n __throw_system_error((int)local_48[0]);\n return;\n }" { (expression_statement "operator_delete(local_48[0]);" (call_expression "operator_delete(local_48[0])" identifier (argument_list "(local_48[0])" ( (subscript_expression "local_48[0]" identifier [ number_literal ]) ))) ;) (expression_statement "__throw_system_error((int)local_48[0]);" (call_expression "__throw_system_error((int)local_48[0])" identifier (argument_list "((int)local_48[0])" ( (cast_expression "(int)local_48[0]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "local_48[0]" identifier [ number_literal ])) ))) ;) (return_statement "return;" return ;) })) (expression_statement "*(int *)(this + 0x10) = param_1;" (assignment_expression "*(int *)(this + 0x10) = param_1" (pointer_expression "*(int *)(this + 0x10)" * (cast_expression "(int *)(this + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long **)(this + 0x18) = plVar1;" (assignment_expression "*(long **)(this + 0x18) = plVar1" (pointer_expression "*(long **)(this + 0x18)" * (cast_expression "(long **)(this + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0x18)" ( (binary_expression "this + 0x18" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined ***)this = &PTR__system_error_003f4fc0;" (assignment_expression "*(undefined ***)this = &PTR__system_error_003f4fc0" (pointer_expression "*(undefined ***)this" * (cast_expression "(undefined ***)this" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) = (pointer_expression "&PTR__system_error_003f4fc0" & identifier)) ;) comment (expression_statement "__cxa_throw(this,&system_error::typeinfo,system_error::~system_error);" (call_expression "__cxa_throw(this,&system_error::typeinfo,system_error::~system_error)" identifier (argument_list "(this,&system_error::typeinfo,system_error::~system_error)" ( identifier , (pointer_expression "&system_error" & identifier) (ERROR "::typeinfo" : : identifier) , (ERROR "system_error::" identifier : :) (unary_expression "~system_error" ~ identifier) ))) ;) })))
|
(translation_unit "void FUN_002e0650(undefined4 param_1)\n\n{\n undefined8 *puVar1;\n long *plVar2;\n undefined1 *local_48 [2];\n undefined1 auStack_38 [24];\n \n puVar1 = (undefined8 *)FUN_002a2810(0x20);\n plVar2 = (long *)FUN_002e0600();\n \n (**(code **)(*plVar2 + 0x20))(local_48,plVar2,param_1);\n \n FUN_0031f790(puVar1,local_48);\n if (local_48[0] != auStack_38) {\n FUN_002a2980();\n FUN_0014cadc();\n return;\n }\n *(undefined4 *)(puVar1 + 2) = param_1;\n puVar1[3] = plVar2;\n *puVar1 = &PTR_FUN_003f4fc0;\n \n FUN_002a1530(puVar1,&PTR_PTR_FUN_003f4e78,FUN_002e0480);\n}\n\n" (function_definition "void FUN_002e0650(undefined4 param_1)\n\n{\n undefined8 *puVar1;\n long *plVar2;\n undefined1 *local_48 [2];\n undefined1 auStack_38 [24];\n \n puVar1 = (undefined8 *)FUN_002a2810(0x20);\n plVar2 = (long *)FUN_002e0600();\n \n (**(code **)(*plVar2 + 0x20))(local_48,plVar2,param_1);\n \n FUN_0031f790(puVar1,local_48);\n if (local_48[0] != auStack_38) {\n FUN_002a2980();\n FUN_0014cadc();\n return;\n }\n *(undefined4 *)(puVar1 + 2) = param_1;\n puVar1[3] = plVar2;\n *puVar1 = &PTR_FUN_003f4fc0;\n \n FUN_002a1530(puVar1,&PTR_PTR_FUN_003f4e78,FUN_002e0480);\n}" primitive_type (function_declarator "FUN_002e0650(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n long *plVar2;\n undefined1 *local_48 [2];\n undefined1 auStack_38 [24];\n \n puVar1 = (undefined8 *)FUN_002a2810(0x20);\n plVar2 = (long *)FUN_002e0600();\n \n (**(code **)(*plVar2 + 0x20))(local_48,plVar2,param_1);\n \n FUN_0031f790(puVar1,local_48);\n if (local_48[0] != auStack_38) {\n FUN_002a2980();\n FUN_0014cadc();\n return;\n }\n *(undefined4 *)(puVar1 + 2) = param_1;\n puVar1[3] = plVar2;\n *puVar1 = &PTR_FUN_003f4fc0;\n \n FUN_002a1530(puVar1,&PTR_PTR_FUN_003f4e78,FUN_002e0480);\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (declaration "undefined1 *local_48 [2];" type_identifier (pointer_declarator "*local_48 [2]" * (array_declarator "local_48 [2]" identifier [ number_literal ])) ;) (declaration "undefined1 auStack_38 [24];" type_identifier (array_declarator "auStack_38 [24]" identifier [ number_literal ]) ;) (expression_statement "puVar1 = (undefined8 *)FUN_002a2810(0x20);" (assignment_expression "puVar1 = (undefined8 *)FUN_002a2810(0x20)" identifier = (cast_expression "(undefined8 *)FUN_002a2810(0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002a2810(0x20)" identifier (argument_list "(0x20)" ( number_literal ))))) ;) (expression_statement "plVar2 = (long *)FUN_002e0600();" (assignment_expression "plVar2 = (long *)FUN_002e0600()" identifier = (cast_expression "(long *)FUN_002e0600()" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002e0600()" identifier (argument_list "()" ( ))))) ;) (expression_statement "(**(code **)(*plVar2 + 0x20))(local_48,plVar2,param_1);" (call_expression "(**(code **)(*plVar2 + 0x20))(local_48,plVar2,param_1)" (parenthesized_expression "(**(code **)(*plVar2 + 0x20))" ( (pointer_expression "**(code **)(*plVar2 + 0x20)" * (pointer_expression "*(code **)(*plVar2 + 0x20)" * (cast_expression "(code **)(*plVar2 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar2 + 0x20)" ( (binary_expression "*plVar2 + 0x20" (pointer_expression "*plVar2" * identifier) + number_literal) ))))) )) (argument_list "(local_48,plVar2,param_1)" ( identifier , identifier , identifier ))) ;) (expression_statement "FUN_0031f790(puVar1,local_48);" (call_expression "FUN_0031f790(puVar1,local_48)" identifier (argument_list "(puVar1,local_48)" ( identifier , identifier ))) ;) (if_statement "if (local_48[0] != auStack_38) {\n FUN_002a2980();\n FUN_0014cadc();\n return;\n }" if (parenthesized_expression "(local_48[0] != auStack_38)" ( (binary_expression "local_48[0] != auStack_38" (subscript_expression "local_48[0]" identifier [ number_literal ]) != identifier) )) (compound_statement "{\n FUN_002a2980();\n FUN_0014cadc();\n return;\n }" { (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_0014cadc();" (call_expression "FUN_0014cadc()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "*(undefined4 *)(puVar1 + 2) = param_1;" (assignment_expression "*(undefined4 *)(puVar1 + 2) = param_1" (pointer_expression "*(undefined4 *)(puVar1 + 2)" * (cast_expression "(undefined4 *)(puVar1 + 2)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar1 + 2)" ( (binary_expression "puVar1 + 2" identifier + number_literal) )))) = identifier) ;) (expression_statement "puVar1[3] = plVar2;" (assignment_expression "puVar1[3] = plVar2" (subscript_expression "puVar1[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*puVar1 = &PTR_FUN_003f4fc0;" (assignment_expression "*puVar1 = &PTR_FUN_003f4fc0" (pointer_expression "*puVar1" * identifier) = (pointer_expression "&PTR_FUN_003f4fc0" & identifier)) ;) (expression_statement "FUN_002a1530(puVar1,&PTR_PTR_FUN_003f4e78,FUN_002e0480);" (call_expression "FUN_002a1530(puVar1,&PTR_PTR_FUN_003f4e78,FUN_002e0480)" identifier (argument_list "(puVar1,&PTR_PTR_FUN_003f4e78,FUN_002e0480)" ( identifier , (pointer_expression "&PTR_PTR_FUN_003f4e78" & identifier) , identifier ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * (array_declarator IDENT [ LIT ])) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) , IDENT ))) ;) })))
|
(function_definition "void FUN_002e0650(undefined4 param_1)\n\n{\n undefined8 *puVar1;\n long *plVar2;\n undefined1 *local_48 [2];\n undefined1 auStack_38 [24];\n \n puVar1 = (undefined8 *)FUN_002a2810(0x20);\n plVar2 = (long *)FUN_002e0600();\n \n (**(code **)(*plVar2 + 0x20))(local_48,plVar2,param_1);\n \n FUN_0031f790(puVar1,local_48);\n if (local_48[0] != auStack_38) {\n FUN_002a2980();\n FUN_0014cadc();\n return;\n }\n *(undefined4 *)(puVar1 + 2) = param_1;\n puVar1[3] = plVar2;\n *puVar1 = &PTR_FUN_003f4fc0;\n \n FUN_002a1530(puVar1,&PTR_PTR_FUN_003f4e78,FUN_002e0480);\n}" (primitive_type "void") (function_declarator "FUN_002e0650(undefined4 param_1)" (identifier "FUN_002e0650") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n long *plVar2;\n undefined1 *local_48 [2];\n undefined1 auStack_38 [24];\n \n puVar1 = (undefined8 *)FUN_002a2810(0x20);\n plVar2 = (long *)FUN_002e0600();\n \n (**(code **)(*plVar2 + 0x20))(local_48,plVar2,param_1);\n \n FUN_0031f790(puVar1,local_48);\n if (local_48[0] != auStack_38) {\n FUN_002a2980();\n FUN_0014cadc();\n return;\n }\n *(undefined4 *)(puVar1 + 2) = param_1;\n puVar1[3] = plVar2;\n *puVar1 = &PTR_FUN_003f4fc0;\n \n FUN_002a1530(puVar1,&PTR_PTR_FUN_003f4e78,FUN_002e0480);\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "long *plVar2;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar2" (* "*") (identifier "plVar2")) (; ";")) (declaration "undefined1 *local_48 [2];" (type_identifier "undefined1") (pointer_declarator "*local_48 [2]" (* "*") (array_declarator "local_48 [2]" (identifier "local_48") ([ "[") (number_literal "2") (] "]"))) (; ";")) (declaration "undefined1 auStack_38 [24];" (type_identifier "undefined1") (array_declarator "auStack_38 [24]" (identifier "auStack_38") ([ "[") (number_literal "24") (] "]")) (; ";")) (expression_statement "puVar1 = (undefined8 *)FUN_002a2810(0x20);" (assignment_expression "puVar1 = (undefined8 *)FUN_002a2810(0x20)" (identifier "puVar1") (= "=") (cast_expression "(undefined8 *)FUN_002a2810(0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_002a2810(0x20)" (identifier "FUN_002a2810") (argument_list "(0x20)" (( "(") (number_literal "0x20") () ")"))))) (; ";")) (expression_statement "plVar2 = (long *)FUN_002e0600();" (assignment_expression "plVar2 = (long *)FUN_002e0600()" (identifier "plVar2") (= "=") (cast_expression "(long *)FUN_002e0600()" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_002e0600()" (identifier "FUN_002e0600") (argument_list "()" (( "(") () ")"))))) (; ";")) (expression_statement "(**(code **)(*plVar2 + 0x20))(local_48,plVar2,param_1);" (call_expression "(**(code **)(*plVar2 + 0x20))(local_48,plVar2,param_1)" (parenthesized_expression "(**(code **)(*plVar2 + 0x20))" (( "(") (pointer_expression "**(code **)(*plVar2 + 0x20)" (* "*") (pointer_expression "*(code **)(*plVar2 + 0x20)" (* "*") (cast_expression "(code **)(*plVar2 + 0x20)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar2 + 0x20)" (( "(") (binary_expression "*plVar2 + 0x20" (pointer_expression "*plVar2" (* "*") (identifier "plVar2")) (+ "+") (number_literal "0x20")) () ")"))))) () ")")) (argument_list "(local_48,plVar2,param_1)" (( "(") (identifier "local_48") (, ",") (identifier "plVar2") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "FUN_0031f790(puVar1,local_48);" (call_expression "FUN_0031f790(puVar1,local_48)" (identifier "FUN_0031f790") (argument_list "(puVar1,local_48)" (( "(") (identifier "puVar1") (, ",") (identifier "local_48") () ")"))) (; ";")) (if_statement "if (local_48[0] != auStack_38) {\n FUN_002a2980();\n FUN_0014cadc();\n return;\n }" (if "if") (parenthesized_expression "(local_48[0] != auStack_38)" (( "(") (binary_expression "local_48[0] != auStack_38" (subscript_expression "local_48[0]" (identifier "local_48") ([ "[") (number_literal "0") (] "]")) (!= "!=") (identifier "auStack_38")) () ")")) (compound_statement "{\n FUN_002a2980();\n FUN_0014cadc();\n return;\n }" ({ "{") (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" (identifier "FUN_002a2980") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_0014cadc();" (call_expression "FUN_0014cadc()" (identifier "FUN_0014cadc") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "*(undefined4 *)(puVar1 + 2) = param_1;" (assignment_expression "*(undefined4 *)(puVar1 + 2) = param_1" (pointer_expression "*(undefined4 *)(puVar1 + 2)" (* "*") (cast_expression "(undefined4 *)(puVar1 + 2)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar1 + 2)" (( "(") (binary_expression "puVar1 + 2" (identifier "puVar1") (+ "+") (number_literal "2")) () ")")))) (= "=") (identifier "param_1")) (; ";")) (expression_statement "puVar1[3] = plVar2;" (assignment_expression "puVar1[3] = plVar2" (subscript_expression "puVar1[3]" (identifier "puVar1") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "plVar2")) (; ";")) (expression_statement "*puVar1 = &PTR_FUN_003f4fc0;" (assignment_expression "*puVar1 = &PTR_FUN_003f4fc0" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (pointer_expression "&PTR_FUN_003f4fc0" (& "&") (identifier "PTR_FUN_003f4fc0"))) (; ";")) (expression_statement "FUN_002a1530(puVar1,&PTR_PTR_FUN_003f4e78,FUN_002e0480);" (call_expression "FUN_002a1530(puVar1,&PTR_PTR_FUN_003f4e78,FUN_002e0480)" (identifier "FUN_002a1530") (argument_list "(puVar1,&PTR_PTR_FUN_003f4e78,FUN_002e0480)" (( "(") (identifier "puVar1") (, ",") (pointer_expression "&PTR_PTR_FUN_003f4e78" (& "&") (identifier "PTR_PTR_FUN_003f4e78")) (, ",") (identifier "FUN_002e0480") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::__throw_system_error(int) */
void std::function_1(int param_1)
{
type_1 *var_5;
long *plVar1;
type_2 *local_48 [2];
type_2 var_3 [24];
var_5 = (type_1 *)var_1(0x20);
plVar1 = (long *)_V2::var_2();
/* try { // try from 002e0681 to 002e0683 has its CatchHandler @ 002e06aa */
(**(type_3 **)(*plVar1 + 0x20))(local_48,plVar1,param_1);
/* try { // try from 002e068a to 002e068e has its CatchHandler @ 002e06b2 */
runtime_error::type_1(var_5,(type_4 *)local_48);
if (local_48[0] != var_3) {
var_4(local_48[0]);
function_1((int)local_48[0]);
return;
}
*(int *)(var_5 + 0x10) = param_1;
*(long **)(var_5 + 0x18) = plVar1;
*(type_5 ***)var_5 = &PTR__system_error_003f4fc0;
/* WARNING: Subroutine does not return */
var_6(var_5,&system_error::typeinfo,system_error::~system_error);
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (array_declarator declarator: (identifier) size: (number_literal)))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (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: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (identifier)))))))
| null |
void MASKED(undefined4 param_1)
{
undefined8 *puVar1;
long *plVar2;
undefined1 *local_48 [2];
undefined1 auStack_38 [24];
puVar1 = (undefined8 *)FUN_002a2810(0x20);
plVar2 = (long *)FUN_002e0600();
/* try { // try from 002e0681 to 002e0683 has its CatchHandler @ 002e06aa */
(**(code **)(*plVar2 + 0x20))(local_48,plVar2,param_1);
/* try { // try from 002e068a to 002e068e has its CatchHandler @ 002e06b2 */
FUN_0031f790(puVar1,local_48);
if (local_48[0] != auStack_38) {
FUN_002a2980();
FUN_0014cadc();
return;
}
*(undefined4 *)(puVar1 + 2) = param_1;
puVar1[3] = plVar2;
*puVar1 = &PTR_FUN_003f4fc0;
/* WARNING: Subroutine does not return */
FUN_002a1530(puVar1,&PTR_PTR_FUN_003f4e78,FUN_002e0480);
}
|
370_hppa-linux-gnu-readelf_and_hppa-linux-gnu-readelf_strip.c
|
qsort
|
qsort
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* qsort@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1207537566')]
|
[('const-1', u'RETURN_-1207537566')]
| null | null |
00197058
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "void qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)" identifier (parameter_list "(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)" ( (parameter_declaration "void *__base" primitive_type (pointer_declarator "*__base" * identifier)) , (parameter_declaration "size_t __nmemb" primitive_type identifier) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "__compar_fn_t __compar" type_identifier identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* qsort@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "void qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* qsort@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)" identifier (parameter_list "(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)" ( (parameter_declaration "void *__base" primitive_type (pointer_declarator "*__base" * identifier)) , (parameter_declaration "size_t __nmemb" primitive_type identifier) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "__compar_fn_t __compar" type_identifier identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* qsort@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)" identifier (parameter_list "(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)" ( (parameter_declaration "void *__base" primitive_type (pointer_declarator "*__base" * identifier)) , (parameter_declaration "size_t __nmemb" primitive_type identifier) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "__compar_fn_t __compar" type_identifier identifier) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)" (identifier "qsort") (parameter_list "(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)" (( "(") (parameter_declaration "void *__base" (primitive_type "void") (pointer_declarator "*__base" (* "*") (identifier "__base"))) (, ",") (parameter_declaration "size_t __nmemb" (primitive_type "size_t") (identifier "__nmemb")) (, ",") (parameter_declaration "size_t __size" (primitive_type "size_t") (identifier "__size")) (, ",") (parameter_declaration "__compar_fn_t __compar" (type_identifier "__compar_fn_t") (identifier "__compar")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void *__base,size_t __nmemb,size_t __size,type_1 __compar)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* qsort@@GLIBC_2.2.5 */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (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))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
7155_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
|
print
|
FUN_002b3090
|
/* DWARF original prototype: void print(Align_expression * this, FILE * f) */
void __thiscall gold::Align_expression::print(Align_expression *this,FILE *f)
{
Expression *pEVar1;
fprintf((FILE *)f,"%s(","ALIGN");
pEVar1 = (this->super_Binary_expression).left_;
(*pEVar1->_vptr_Expression[2])(pEVar1,f);
fwrite(", ",1,2,(FILE *)f);
pEVar1 = (this->super_Binary_expression).right_;
(*pEVar1->_vptr_Expression[2])(pEVar1,f);
fputc(0x29,(FILE *)f);
return;
}
|
void FUN_002b3090(long param_1,FILE *param_2)
{
fprintf(param_2,"%s(","ALIGN");
(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);
fwrite(", ",1,2,param_2);
(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);
fputc(0x29,param_2);
return;
}
|
PUSH RBP
LEA RDX,[0x38560d]
MOV RBP,RDI
XOR EAX,EAX
PUSH RBX
MOV RBX,RSI
LEA RSI,[0x384224]
MOV RDI,RBX
SUB RSP,0x8
CALL 0x00147a00
MOV RDI,qword ptr [RBP + 0x8]
MOV RSI,RBX
MOV RAX,qword ptr [RDI]
CALL qword ptr [RAX + 0x10]
MOV RCX,RBX
MOV EDX,0x2
MOV ESI,0x1
LEA RDI,[0x38c37b]
CALL 0x001479a0
MOV RDI,qword ptr [RBP + 0x10]
MOV RSI,RBX
MOV RAX,qword ptr [RDI]
CALL qword ptr [RAX + 0x10]
ADD RSP,0x8
MOV RSI,RBX
MOV EDI,0x29
POP RBX
POP RBP
JMP 0x00147450
| null | null | null | null |
[(u'PTRADD_-1204538932', u'LOAD_-1204539160'), ('const-0', u'PTRSUB_-1204538935'), (u'PTRSUB_-1204538936', u'LOAD_-1204539176'), ('const-433', u'LOAD_-1204539166'), (u'PTRSUB_-1204538902', u'PTRSUB_-1204538897'), ('const-2', u'PTRADD_-1204538890'), (u'COPY_-1204538977', u'CALL_-1204539121'), (u'PTRADD_-1204538890', u'LOAD_-1204539103'), ('tmp_233', u'CALLIND_-1204539150'), (u'PTRSUB_-1204538935', u'LOAD_-1204539166'), ('tmp_232', u'PTRSUB_-1204538944'), (u'CAST_-1204538902', u'CALL_-1204539121'), ('tmp_232', u'PTRSUB_-1204538902'), ('const-2', u'CALL_-1204539121'), (u'PTRSUB_-1204538897', u'LOAD_-1204539119'), ('const-433', u'LOAD_-1204539176'), (u'LOAD_-1204539160', u'CALLIND_-1204539150'), ('const-3720059', u'COPY_-1204538977'), ('const-433', u'LOAD_-1204539160'), ('const-3692045', u'COPY_-1204539017'), (u'PTRSUB_-1204538944', u'PTRSUB_-1204538936'), (u'LOAD_-1204539119', u'PTRSUB_-1204538893'), ('const-1', u'CALL_-1204539121'), (u'CAST_-1204538869', u'CALL_-1204539057'), ('tmp_233', u'CAST_-1204538941'), ('const-3686948', u'COPY_-1204539019'), ('tmp_233', u'CALLIND_-1204539093'), ('tmp_233', u'CAST_-1204538869'), (u'COPY_-1204539017', u'CALL_-1204539178'), (u'LOAD_-1204539176', u'PTRSUB_-1204538935'), (u'PTRSUB_-1204538893', u'LOAD_-1204539109'), (u'CAST_-1204538941', u'CALL_-1204539178'), (u'LOAD_-1204539176', u'CALLIND_-1204539150'), ('const-433', u'LOAD_-1204539109'), ('const-41', u'CALL_-1204539057'), ('const-8', u'PTRADD_-1204538932'), ('const-8', u'PTRADD_-1204538890'), (u'LOAD_-1204539119', u'CALLIND_-1204539093'), ('const-2', u'PTRADD_-1204538932'), ('const-0', u'RETURN_-1204539053'), ('const-0', u'PTRSUB_-1204538902'), ('const-0', u'PTRSUB_-1204538893'), ('const-0', u'PTRSUB_-1204538944'), (u'COPY_-1204539019', u'CALL_-1204539178'), (u'LOAD_-1204539166', u'PTRADD_-1204538932'), ('const-16', u'PTRSUB_-1204538897'), (u'LOAD_-1204539109', u'PTRADD_-1204538890'), ('const-8', u'PTRSUB_-1204538936'), ('tmp_233', u'CAST_-1204538902'), ('const-433', u'LOAD_-1204539103'), (u'LOAD_-1204539103', u'CALLIND_-1204539093'), ('const-433', u'LOAD_-1204539119')]
|
[(u'INT_ADD_-1204539103', u'CAST_-1204538910'), (u'INT_ADD_-1204539087', u'CAST_-1204538899'), ('const-433', u'LOAD_-1204539176'), (u'LOAD_-1204539176', u'LOAD_-1204539166'), (u'LOAD_-1204539176', u'CALLIND_-1204539150'), ('const-3692045', u'COPY_-1204539021'), ('const-16', u'INT_ADD_-1204539087'), ('const-433', u'LOAD_-1204539166'), ('tmp_480', u'CALLIND_-1204539093'), (u'COPY_-1204538981', u'CALL_-1204539121'), (u'LOAD_-1204539119', u'CALLIND_-1204539093'), (u'COPY_-1204539023', u'CALL_-1204539178'), ('const-0', u'RETURN_-1204539053'), ('const-16', u'INT_ADD_-1204539103'), ('const-433', u'LOAD_-1204539160'), (u'LOAD_-1204539160', u'CALLIND_-1204539150'), (u'INT_ADD_-1204539144', u'CAST_-1204538939'), ('const-8', u'INT_ADD_-1204539160'), (u'INT_ADD_-1204539160', u'CAST_-1204538950'), ('tmp_476', u'INT_ADD_-1204539160'), ('tmp_476', u'INT_ADD_-1204539103'), (u'LOAD_-1204539109', u'INT_ADD_-1204539087'), ('const-41', u'CALL_-1204539057'), ('const-3720059', u'COPY_-1204538981'), (u'CAST_-1204538899', u'LOAD_-1204539103'), ('const-3686948', u'COPY_-1204539023'), (u'LOAD_-1204539166', u'INT_ADD_-1204539144'), ('const-16', u'INT_ADD_-1204539144'), (u'CAST_-1204538950', u'LOAD_-1204539176'), (u'CAST_-1204538910', u'LOAD_-1204539119'), (u'COPY_-1204539021', u'CALL_-1204539178'), (u'CAST_-1204538939', u'LOAD_-1204539160'), ('tmp_480', u'CALL_-1204539057'), ('tmp_480', u'CALLIND_-1204539150'), ('const-2', u'CALL_-1204539121'), ('const-433', u'LOAD_-1204539103'), ('tmp_480', u'CALL_-1204539121'), ('const-1', u'CALL_-1204539121'), (u'LOAD_-1204539119', u'LOAD_-1204539109'), ('const-433', u'LOAD_-1204539109'), (u'LOAD_-1204539103', u'CALLIND_-1204539093'), ('tmp_480', u'CALL_-1204539178'), ('const-433', u'LOAD_-1204539119')]
| null | null |
002b3090
|
x64
|
O2
|
(translation_unit "void FUN_002b3090(long param_1,FILE *param_2)\n\n{\n fprintf(param_2,"%s(","ALIGN");\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fwrite(", ",1,2,param_2);\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}\n\n" (function_definition "void FUN_002b3090(long param_1,FILE *param_2)\n\n{\n fprintf(param_2,"%s(","ALIGN");\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fwrite(", ",1,2,param_2);\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" primitive_type (function_declarator "FUN_002b3090(long param_1,FILE *param_2)" identifier (parameter_list "(long param_1,FILE *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "FILE *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n fprintf(param_2,"%s(","ALIGN");\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fwrite(", ",1,2,param_2);\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" { (expression_statement "fprintf(param_2,"%s(","ALIGN");" (call_expression "fprintf(param_2,"%s(","ALIGN")" identifier (argument_list "(param_2,"%s(","ALIGN")" ( identifier , (string_literal ""%s("" " string_content ") , (string_literal ""ALIGN"" " string_content ") ))) ;) (expression_statement "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 8) + 0x10)" * (pointer_expression "*(code **)(**(long **)(param_1 + 8) + 0x10)" * (cast_expression "(code **)(**(long **)(param_1 + 8) + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 8) + 0x10)" ( (binary_expression "**(long **)(param_1 + 8) + 0x10" (pointer_expression "**(long **)(param_1 + 8)" * (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(*(long **)(param_1 + 8),param_2)" ( (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "fwrite(", ",1,2,param_2);" (call_expression "fwrite(", ",1,2,param_2)" identifier (argument_list "(", ",1,2,param_2)" ( (string_literal "", "" " string_content ") , number_literal , number_literal , identifier ))) ;) (expression_statement "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 0x10) + 0x10)" * (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x10)" * (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x10)" ( (binary_expression "**(long **)(param_1 + 0x10) + 0x10" (pointer_expression "**(long **)(param_1 + 0x10)" * (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(*(long **)(param_1 + 0x10),param_2)" ( (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "fputc(0x29,param_2);" (call_expression "fputc(0x29,param_2)" identifier (argument_list "(0x29,param_2)" ( number_literal , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void print(Align_expression * this, FILE * f) */\n\nvoid __thiscall gold::Align_expression::print(Align_expression *this,FILE *f)\n\n{\n Expression *pEVar1;\n \n fprintf((FILE *)f,"%s(","ALIGN");\n pEVar1 = (this->super_Binary_expression).left_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fwrite(", ",1,2,(FILE *)f);\n pEVar1 = (this->super_Binary_expression).right_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fputc(0x29,(FILE *)f);\n return;\n}\n\n" comment (function_definition "void __thiscall gold::Align_expression::print(Align_expression *this,FILE *f)\n\n{\n Expression *pEVar1;\n \n fprintf((FILE *)f,"%s(","ALIGN");\n pEVar1 = (this->super_Binary_expression).left_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fwrite(", ",1,2,(FILE *)f);\n pEVar1 = (this->super_Binary_expression).right_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fputc(0x29,(FILE *)f);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Align_expression::" identifier : : identifier : :) (function_declarator "print(Align_expression *this,FILE *f)" identifier (parameter_list "(Align_expression *this,FILE *f)" ( (parameter_declaration "Align_expression *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "FILE *f" type_identifier (pointer_declarator "*f" * identifier)) ))) (compound_statement "{\n Expression *pEVar1;\n \n fprintf((FILE *)f,"%s(","ALIGN");\n pEVar1 = (this->super_Binary_expression).left_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fwrite(", ",1,2,(FILE *)f);\n pEVar1 = (this->super_Binary_expression).right_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fputc(0x29,(FILE *)f);\n return;\n}" { (declaration "Expression *pEVar1;" type_identifier (pointer_declarator "*pEVar1" * identifier) ;) (expression_statement "fprintf((FILE *)f,"%s(","ALIGN");" (call_expression "fprintf((FILE *)f,"%s(","ALIGN")" identifier (argument_list "((FILE *)f,"%s(","ALIGN")" ( (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal ""%s("" " string_content ") , (string_literal ""ALIGN"" " string_content ") ))) ;) (expression_statement "pEVar1 = (this->super_Binary_expression).left_;" (assignment_expression "pEVar1 = (this->super_Binary_expression).left_" identifier = (field_expression "(this->super_Binary_expression).left_" (parenthesized_expression "(this->super_Binary_expression)" ( (field_expression "this->super_Binary_expression" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "(*pEVar1->_vptr_Expression[2])(pEVar1,f);" (call_expression "(*pEVar1->_vptr_Expression[2])(pEVar1,f)" (parenthesized_expression "(*pEVar1->_vptr_Expression[2])" ( (pointer_expression "*pEVar1->_vptr_Expression[2]" * (subscript_expression "pEVar1->_vptr_Expression[2]" (field_expression "pEVar1->_vptr_Expression" identifier -> field_identifier) [ number_literal ])) )) (argument_list "(pEVar1,f)" ( identifier , identifier ))) ;) (expression_statement "fwrite(", ",1,2,(FILE *)f);" (call_expression "fwrite(", ",1,2,(FILE *)f)" identifier (argument_list "(", ",1,2,(FILE *)f)" ( (string_literal "", "" " string_content ") , number_literal , number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (expression_statement "pEVar1 = (this->super_Binary_expression).right_;" (assignment_expression "pEVar1 = (this->super_Binary_expression).right_" identifier = (field_expression "(this->super_Binary_expression).right_" (parenthesized_expression "(this->super_Binary_expression)" ( (field_expression "this->super_Binary_expression" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "(*pEVar1->_vptr_Expression[2])(pEVar1,f);" (call_expression "(*pEVar1->_vptr_Expression[2])(pEVar1,f)" (parenthesized_expression "(*pEVar1->_vptr_Expression[2])" ( (pointer_expression "*pEVar1->_vptr_Expression[2]" * (subscript_expression "pEVar1->_vptr_Expression[2]" (field_expression "pEVar1->_vptr_Expression" identifier -> field_identifier) [ number_literal ])) )) (argument_list "(pEVar1,f)" ( identifier , identifier ))) ;) (expression_statement "fputc(0x29,(FILE *)f);" (call_expression "fputc(0x29,(FILE *)f)" identifier (argument_list "(0x29,(FILE *)f)" ( number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_002b3090(long param_1,FILE *param_2)\n\n{\n fprintf(param_2,"%s(","ALIGN");\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fwrite(", ",1,2,param_2);\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}\n\n" (function_definition "void FUN_002b3090(long param_1,FILE *param_2)\n\n{\n fprintf(param_2,"%s(","ALIGN");\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fwrite(", ",1,2,param_2);\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" primitive_type (function_declarator "FUN_002b3090(long param_1,FILE *param_2)" identifier (parameter_list "(long param_1,FILE *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "FILE *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n fprintf(param_2,"%s(","ALIGN");\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fwrite(", ",1,2,param_2);\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" { (expression_statement "fprintf(param_2,"%s(","ALIGN");" (call_expression "fprintf(param_2,"%s(","ALIGN")" identifier (argument_list "(param_2,"%s(","ALIGN")" ( identifier , (string_literal ""%s("" " string_content ") , (string_literal ""ALIGN"" " string_content ") ))) ;) (expression_statement "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 8) + 0x10)" * (pointer_expression "*(code **)(**(long **)(param_1 + 8) + 0x10)" * (cast_expression "(code **)(**(long **)(param_1 + 8) + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 8) + 0x10)" ( (binary_expression "**(long **)(param_1 + 8) + 0x10" (pointer_expression "**(long **)(param_1 + 8)" * (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(*(long **)(param_1 + 8),param_2)" ( (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "fwrite(", ",1,2,param_2);" (call_expression "fwrite(", ",1,2,param_2)" identifier (argument_list "(", ",1,2,param_2)" ( (string_literal "", "" " string_content ") , number_literal , number_literal , identifier ))) ;) (expression_statement "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 0x10) + 0x10)" * (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x10)" * (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x10)" ( (binary_expression "**(long **)(param_1 + 0x10) + 0x10" (pointer_expression "**(long **)(param_1 + 0x10)" * (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(*(long **)(param_1 + 0x10),param_2)" ( (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "fputc(0x29,param_2);" (call_expression "fputc(0x29,param_2)" identifier (argument_list "(0x29,param_2)" ( number_literal , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , (string_literal " string_content ") ))) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))))) )) (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , LIT , IDENT ))) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))))) )) (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_002b3090(long param_1,FILE *param_2)\n\n{\n fprintf(param_2,"%s(","ALIGN");\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fwrite(", ",1,2,param_2);\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002b3090(long param_1,FILE *param_2)" (identifier "FUN_002b3090") (parameter_list "(long param_1,FILE *param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "FILE *param_2" (type_identifier "FILE") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n fprintf(param_2,"%s(","ALIGN");\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fwrite(", ",1,2,param_2);\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" ({ "{") (expression_statement "fprintf(param_2,"%s(","ALIGN");" (call_expression "fprintf(param_2,"%s(","ALIGN")" (identifier "fprintf") (argument_list "(param_2,"%s(","ALIGN")" (( "(") (identifier "param_2") (, ",") (string_literal ""%s("" (" """) (string_content "%s(") (" """)) (, ",") (string_literal ""ALIGN"" (" """) (string_content "ALIGN") (" """)) () ")"))) (; ";")) (expression_statement "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))" (( "(") (pointer_expression "**(code **)(**(long **)(param_1 + 8) + 0x10)" (* "*") (pointer_expression "*(code **)(**(long **)(param_1 + 8) + 0x10)" (* "*") (cast_expression "(code **)(**(long **)(param_1 + 8) + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(param_1 + 8) + 0x10)" (( "(") (binary_expression "**(long **)(param_1 + 8) + 0x10" (pointer_expression "**(long **)(param_1 + 8)" (* "*") (pointer_expression "*(long **)(param_1 + 8)" (* "*") (cast_expression "(long **)(param_1 + 8)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")"))))) (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (argument_list "(*(long **)(param_1 + 8),param_2)" (( "(") (pointer_expression "*(long **)(param_1 + 8)" (* "*") (cast_expression "(long **)(param_1 + 8)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "fwrite(", ",1,2,param_2);" (call_expression "fwrite(", ",1,2,param_2)" (identifier "fwrite") (argument_list "(", ",1,2,param_2)" (( "(") (string_literal "", "" (" """) (string_content ", ") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "2") (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))" (( "(") (pointer_expression "**(code **)(**(long **)(param_1 + 0x10) + 0x10)" (* "*") (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x10)" (* "*") (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x10)" (( "(") (binary_expression "**(long **)(param_1 + 0x10) + 0x10" (pointer_expression "**(long **)(param_1 + 0x10)" (* "*") (pointer_expression "*(long **)(param_1 + 0x10)" (* "*") (cast_expression "(long **)(param_1 + 0x10)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (argument_list "(*(long **)(param_1 + 0x10),param_2)" (( "(") (pointer_expression "*(long **)(param_1 + 0x10)" (* "*") (cast_expression "(long **)(param_1 + 0x10)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "fputc(0x29,param_2);" (call_expression "fputc(0x29,param_2)" (identifier "fputc") (argument_list "(0x29,param_2)" (( "(") (number_literal "0x29") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void print(Align_expression * this, FILE * f) */
void __thiscall gold::type_1::function_1(type_1 *this,type_2 *f)
{
type_3 *pEVar1;
var_1((type_2 *)f,"%s(","ALIGN");
pEVar1 = (this->super_Binary_expression).left_;
(*pEVar1->_vptr_Expression[2])(pEVar1,f);
var_2(", ",1,2,(type_2 *)f);
pEVar1 = (this->super_Binary_expression).right_;
(*pEVar1->_vptr_Expression[2])(pEVar1,f);
var_3(0x29,(type_2 *)f);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (string_literal (string_content))))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (number_literal) (identifier)))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) (return_statement))))
| null |
void MASKED(long param_1,FILE *param_2)
{
fprintf(param_2,"%s(","ALIGN");
(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);
fwrite(", ",1,2,param_2);
(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);
fputc(0x29,param_2);
return;
}
|
720_riscv64-linux-gnu-ld_and_riscv64-linux-gnu-ld_strip.c
|
sha1_read_ctx
|
FUN_00140d60
|
/* WARNING: Unknown calling convention */
void * sha1_read_ctx(sha1_ctx *ctx,void *resbuf)
{
uint uVar1;
uVar1 = ctx->A;
*(uint *)resbuf = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;
uVar1 = ctx->B;
*(uint *)((long)resbuf + 4) =
uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;
uVar1 = ctx->C;
*(uint *)((long)resbuf + 8) =
uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;
uVar1 = ctx->D;
*(uint *)((long)resbuf + 0xc) =
uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;
uVar1 = ctx->E;
*(uint *)((long)resbuf + 0x10) =
uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;
return resbuf;
}
|
uint * FUN_00140d60(uint *param_1,uint *param_2)
{
uint uVar1;
uVar1 = *param_1;
*param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;
uVar1 = param_1[1];
param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;
uVar1 = param_1[2];
param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;
uVar1 = param_1[3];
param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;
uVar1 = param_1[4];
param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;
return param_2;
}
|
MOV EDX,dword ptr [RDI]
MOV RAX,RSI
BSWAP EDX
MOV dword ptr [RSI],EDX
MOV EDX,dword ptr [RDI + 0x4]
BSWAP EDX
MOV dword ptr [RSI + 0x4],EDX
MOV EDX,dword ptr [RDI + 0x8]
BSWAP EDX
MOV dword ptr [RSI + 0x8],EDX
MOV EDX,dword ptr [RDI + 0xc]
BSWAP EDX
MOV dword ptr [RSI + 0xc],EDX
MOV EDX,dword ptr [RDI + 0x10]
BSWAP EDX
MOV dword ptr [RSI + 0x10],EDX
RET
| null | null | null | null |
[(u'INT_LEFT_-1207235160', u'INT_OR_-1207235160'), ('const-433', u'STORE_-1207235179'), (u'INT_AND_-1207235139', u'INT_LEFT_-1207235136'), (u'INT_OR_-1207235139', u'INT_OR_-1207235136'), (u'CAST_-1207234944', u'STORE_-1207235098'), (u'INT_ADD_-1207235111', u'CAST_-1207234954'), ('const-8', u'INT_RIGHT_-1207235138'), (u'CAST_-1207234964', u'STORE_-1207235152'), (u'INT_AND_-1207235085', u'INT_LEFT_-1207235082'), (u'INT_OR_-1207235085', u'INT_OR_-1207235082'), (u'LOAD_-1207235148', u'INT_AND_-1207235112'), ('const-8', u'INT_LEFT_-1207235188'), ('const-8', u'INT_RIGHT_-1207235111'), ('tmp_273', u'CAST_-1207234945'), (u'INT_ADD_-1207235138', u'CAST_-1207234964'), (u'PTRSUB_-1207234983', u'LOAD_-1207235202'), ('const-8', u'INT_RIGHT_-1207235190'), (u'LOAD_-1207235175', u'INT_RIGHT_-1207235140'), ('tmp_272', u'PTRSUB_-1207234983'), ('const-12', u'INT_ADD_-1207235111'), ('const-433', u'STORE_-1207235205'), ('const-24', u'INT_LEFT_-1207235079'), (u'LOAD_-1207235230', u'INT_AND_-1207235194'), (u'LOAD_-1207235202', u'INT_AND_-1207235169'), (u'INT_RIGHT_-1207235086', u'INT_OR_-1207235085'), (u'INT_LEFT_-1207235185', u'INT_OR_-1207235185'), ('const-433', u'LOAD_-1207235230'), (u'LOAD_-1207235175', u'INT_LEFT_-1207235133'), (u'CAST_-1207234945', u'INT_ADD_-1207235084'), ('tmp_273', u'COPY_-1207235226'), (u'INT_AND_-1207235115', u'INT_RIGHT_-1207235111'), (u'CAST_-1207234954', u'STORE_-1207235125'), ('tmp_272', u'PTRSUB_-1207234993'), (u'INT_LEFT_-1207235163', u'INT_OR_-1207235163'), ('tmp_272', u'PTRSUB_-1207234956'), (u'INT_RIGHT_-1207235113', u'INT_OR_-1207235112'), ('const-4', u'INT_ADD_-1207235165'), ('const-24', u'INT_RIGHT_-1207235192'), (u'CAST_-1207234975', u'INT_ADD_-1207235165'), ('const-433', u'STORE_-1207235152'), ('tmp_272', u'PTRSUB_-1207234965'), (u'INT_LEFT_-1207235109', u'INT_OR_-1207235109'), ('const-8', u'INT_LEFT_-1207235109'), (u'INT_ADD_-1207235165', u'CAST_-1207234974'), ('const-433', u'LOAD_-1207235121'), (u'INT_AND_-1207235088', u'INT_RIGHT_-1207235084'), ('const-8', u'INT_LEFT_-1207235082'), (u'LOAD_-1207235202', u'INT_AND_-1207235166'), ('const-24', u'INT_LEFT_-1207235160'), ('tmp_273', u'CAST_-1207234975'), ('const-12', u'PTRSUB_-1207234965'), (u'INT_OR_-1207235106', u'STORE_-1207235125'), (u'INT_RIGHT_-1207235192', u'INT_OR_-1207235191'), (u'INT_AND_-1207235191', u'INT_LEFT_-1207235188'), (u'INT_OR_-1207235191', u'INT_OR_-1207235188'), (u'LOAD_-1207235230', u'INT_RIGHT_-1207235192'), (u'INT_OR_-1207235079', u'STORE_-1207235098'), ('const-24', u'INT_RIGHT_-1207235140'), (u'INT_RIGHT_-1207235111', u'INT_OR_-1207235112'), ('const-24', u'INT_LEFT_-1207235106'), ('const-65280', u'INT_AND_-1207235085'), (u'INT_OR_-1207235109', u'INT_OR_-1207235106'), (u'LOAD_-1207235121', u'INT_LEFT_-1207235079'), (u'INT_OR_-1207235136', u'INT_OR_-1207235133'), ('const-16711680', u'INT_AND_-1207235142'), (u'LOAD_-1207235202', u'INT_RIGHT_-1207235167'), ('const-16711680', u'INT_AND_-1207235115'), (u'INT_RIGHT_-1207235084', u'INT_OR_-1207235085'), (u'LOAD_-1207235121', u'INT_AND_-1207235085'), (u'LOAD_-1207235121', u'INT_RIGHT_-1207235086'), ('const-24', u'INT_RIGHT_-1207235086'), (u'INT_OR_-1207235185', u'STORE_-1207235205'), ('const-24', u'INT_RIGHT_-1207235113'), (u'LOAD_-1207235175', u'INT_AND_-1207235139'), ('const-8', u'INT_RIGHT_-1207235084'), ('const-433', u'STORE_-1207235098'), (u'INT_AND_-1207235112', u'INT_LEFT_-1207235109'), (u'INT_OR_-1207235112', u'INT_OR_-1207235109'), ('tmp_273', u'CAST_-1207234965'), (u'LOAD_-1207235148', u'INT_AND_-1207235115'), (u'INT_LEFT_-1207235106', u'INT_OR_-1207235106'), ('const-16711680', u'INT_AND_-1207235088'), ('const-24', u'INT_RIGHT_-1207235167'), (u'CAST_-1207234955', u'INT_ADD_-1207235111'), (u'CAST_-1207234965', u'INT_ADD_-1207235138'), ('const-65280', u'INT_AND_-1207235166'), ('const-8', u'INT_RIGHT_-1207235165'), ('const-16', u'INT_ADD_-1207235084'), ('const-16', u'PTRSUB_-1207234956'), (u'LOAD_-1207235175', u'INT_AND_-1207235142'), (u'CAST_-1207234983', u'STORE_-1207235205'), (u'INT_OR_-1207235082', u'INT_OR_-1207235079'), ('const-16711680', u'INT_AND_-1207235169'), (u'INT_OR_-1207235188', u'INT_OR_-1207235185'), (u'INT_OR_-1207235163', u'INT_OR_-1207235160'), (u'INT_RIGHT_-1207235140', u'INT_OR_-1207235139'), ('const-16711680', u'INT_AND_-1207235194'), (u'INT_ADD_-1207235084', u'CAST_-1207234944'), ('const-8', u'INT_LEFT_-1207235136'), (u'INT_AND_-1207235194', u'INT_RIGHT_-1207235190'), (u'INT_AND_-1207235169', u'INT_RIGHT_-1207235165'), ('const-8', u'INT_LEFT_-1207235163'), ('const-24', u'INT_LEFT_-1207235185'), ('const-433', u'LOAD_-1207235148'), (u'LOAD_-1207235230', u'INT_LEFT_-1207235185'), (u'CAST_-1207234974', u'STORE_-1207235179'), ('const-0', u'PTRSUB_-1207234993'), (u'LOAD_-1207235121', u'INT_AND_-1207235088'), (u'LOAD_-1207235148', u'INT_RIGHT_-1207235113'), (u'COPY_-1207235226', u'RETURN_-1207235085'), ('const-433', u'STORE_-1207235125'), (u'INT_LEFT_-1207235079', u'INT_OR_-1207235079'), ('const-0', u'RETURN_-1207235085'), (u'INT_RIGHT_-1207235167', u'INT_OR_-1207235166'), (u'INT_AND_-1207235166', u'INT_LEFT_-1207235163'), (u'INT_OR_-1207235166', u'INT_OR_-1207235163'), (u'LOAD_-1207235148', u'INT_LEFT_-1207235106'), ('const-433', u'LOAD_-1207235202'), ('const-65280', u'INT_AND_-1207235191'), (u'INT_RIGHT_-1207235165', u'INT_OR_-1207235166'), (u'PTRSUB_-1207234965', u'LOAD_-1207235148'), ('tmp_272', u'PTRSUB_-1207234974'), (u'INT_RIGHT_-1207235138', u'INT_OR_-1207235139'), (u'INT_LEFT_-1207235133', u'INT_OR_-1207235133'), ('tmp_273', u'CAST_-1207234955'), (u'INT_LEFT_-1207235082', u'INT_OR_-1207235082'), ('const-65280', u'INT_AND_-1207235139'), ('const-4', u'PTRSUB_-1207234983'), (u'INT_OR_-1207235160', u'STORE_-1207235179'), (u'PTRSUB_-1207234974', u'LOAD_-1207235175'), ('const-8', u'INT_ADD_-1207235138'), (u'PTRSUB_-1207234956', u'LOAD_-1207235121'), (u'INT_OR_-1207235133', u'STORE_-1207235152'), ('const-65280', u'INT_AND_-1207235112'), (u'INT_AND_-1207235142', u'INT_RIGHT_-1207235138'), ('const-24', u'INT_LEFT_-1207235133'), (u'INT_RIGHT_-1207235190', u'INT_OR_-1207235191'), (u'LOAD_-1207235230', u'INT_AND_-1207235191'), (u'INT_LEFT_-1207235188', u'INT_OR_-1207235188'), (u'LOAD_-1207235202', u'INT_LEFT_-1207235160'), ('const-433', u'LOAD_-1207235175'), ('tmp_273', u'CAST_-1207234983'), ('const-8', u'PTRSUB_-1207234974'), (u'INT_LEFT_-1207235136', u'INT_OR_-1207235136'), (u'PTRSUB_-1207234993', u'LOAD_-1207235230')]
|
[('const-4', u'PTRADD_-1207234959'), ('const-433', u'STORE_-1207235098'), (u'INT_LEFT_-1207235160', u'INT_OR_-1207235160'), (u'INT_AND_-1207235139', u'INT_LEFT_-1207235136'), (u'INT_OR_-1207235139', u'INT_OR_-1207235136'), (u'PTRADD_-1207234959', u'STORE_-1207235125'), ('tmp_385', u'PTRADD_-1207234969'), ('const-8', u'INT_RIGHT_-1207235138'), ('const-3', u'PTRADD_-1207234965'), ('tmp_383', u'LOAD_-1207235230'), ('tmp_385', u'PTRADD_-1207234949'), (u'INT_AND_-1207235085', u'INT_LEFT_-1207235082'), (u'INT_OR_-1207235085', u'INT_OR_-1207235082'), (u'LOAD_-1207235148', u'INT_AND_-1207235112'), ('const-8', u'INT_LEFT_-1207235188'), ('const-8', u'INT_RIGHT_-1207235111'), (u'PTRADD_-1207234969', u'STORE_-1207235152'), ('const-8', u'INT_RIGHT_-1207235190'), (u'LOAD_-1207235175', u'INT_RIGHT_-1207235140'), ('const-24', u'INT_LEFT_-1207235079'), (u'LOAD_-1207235230', u'INT_AND_-1207235194'), (u'LOAD_-1207235202', u'INT_AND_-1207235169'), (u'INT_RIGHT_-1207235086', u'INT_OR_-1207235085'), (u'INT_LEFT_-1207235185', u'INT_OR_-1207235185'), ('const-4', u'PTRADD_-1207234975'), (u'LOAD_-1207235175', u'INT_LEFT_-1207235133'), (u'INT_AND_-1207235115', u'INT_RIGHT_-1207235111'), (u'INT_LEFT_-1207235163', u'INT_OR_-1207235163'), (u'INT_RIGHT_-1207235113', u'INT_OR_-1207235112'), ('const-24', u'INT_RIGHT_-1207235192'), (u'INT_LEFT_-1207235109', u'INT_OR_-1207235109'), ('const-8', u'INT_LEFT_-1207235109'), (u'INT_AND_-1207235088', u'INT_RIGHT_-1207235084'), ('const-8', u'INT_LEFT_-1207235082'), (u'LOAD_-1207235202', u'INT_AND_-1207235166'), ('const-24', u'INT_LEFT_-1207235160'), (u'INT_OR_-1207235106', u'STORE_-1207235125'), (u'INT_OR_-1207235191', u'INT_OR_-1207235188'), (u'INT_AND_-1207235191', u'INT_LEFT_-1207235188'), (u'INT_RIGHT_-1207235192', u'INT_OR_-1207235191'), ('tmp_383', u'PTRADD_-1207234965'), (u'LOAD_-1207235230', u'INT_RIGHT_-1207235192'), ('tmp_385', u'PTRADD_-1207234959'), (u'INT_OR_-1207235079', u'STORE_-1207235098'), ('const-24', u'INT_RIGHT_-1207235140'), (u'INT_RIGHT_-1207235111', u'INT_OR_-1207235112'), (u'PTRADD_-1207234975', u'LOAD_-1207235175'), ('const-24', u'INT_LEFT_-1207235106'), ('const-2', u'PTRADD_-1207234975'), ('const-4', u'PTRADD_-1207234969'), ('const-65280', u'INT_AND_-1207235085'), ('tmp_385', u'PTRADD_-1207234979'), ('const-433', u'STORE_-1207235179'), (u'INT_OR_-1207235109', u'INT_OR_-1207235106'), (u'LOAD_-1207235121', u'INT_LEFT_-1207235079'), ('const-433', u'LOAD_-1207235175'), (u'INT_OR_-1207235136', u'INT_OR_-1207235133'), ('tmp_383', u'PTRADD_-1207234975'), ('const-16711680', u'INT_AND_-1207235142'), (u'LOAD_-1207235202', u'INT_RIGHT_-1207235167'), ('const-16711680', u'INT_AND_-1207235115'), (u'INT_RIGHT_-1207235084', u'INT_OR_-1207235085'), (u'LOAD_-1207235121', u'INT_AND_-1207235085'), (u'LOAD_-1207235121', u'INT_RIGHT_-1207235086'), ('const-24', u'INT_RIGHT_-1207235086'), (u'INT_OR_-1207235185', u'STORE_-1207235205'), ('const-24', u'INT_RIGHT_-1207235113'), (u'LOAD_-1207235175', u'INT_AND_-1207235139'), ('const-8', u'INT_RIGHT_-1207235084'), (u'INT_AND_-1207235112', u'INT_LEFT_-1207235109'), (u'INT_OR_-1207235112', u'INT_OR_-1207235109'), (u'PTRADD_-1207234949', u'STORE_-1207235098'), ('const-433', u'STORE_-1207235125'), ('const-433', u'LOAD_-1207235230'), (u'PTRADD_-1207234979', u'STORE_-1207235179'), (u'LOAD_-1207235148', u'INT_AND_-1207235115'), (u'INT_LEFT_-1207235106', u'INT_OR_-1207235106'), ('const-16711680', u'INT_AND_-1207235088'), ('const-24', u'INT_RIGHT_-1207235167'), ('tmp_385', u'STORE_-1207235205'), ('const-65280', u'INT_AND_-1207235166'), ('const-3', u'PTRADD_-1207234959'), ('const-8', u'INT_RIGHT_-1207235165'), (u'LOAD_-1207235175', u'INT_AND_-1207235142'), ('const-4', u'PTRADD_-1207234949'), (u'INT_OR_-1207235082', u'INT_OR_-1207235079'), ('const-16711680', u'INT_AND_-1207235169'), (u'INT_OR_-1207235188', u'INT_OR_-1207235185'), (u'INT_OR_-1207235163', u'INT_OR_-1207235160'), ('const-4', u'PTRADD_-1207234979'), (u'INT_RIGHT_-1207235140', u'INT_OR_-1207235139'), ('const-4', u'PTRADD_-1207234985'), ('const-433', u'LOAD_-1207235121'), ('const-16711680', u'INT_AND_-1207235194'), ('const-8', u'INT_LEFT_-1207235136'), (u'INT_AND_-1207235194', u'INT_RIGHT_-1207235190'), (u'INT_AND_-1207235169', u'INT_RIGHT_-1207235165'), ('const-4', u'PTRADD_-1207234955'), ('const-8', u'INT_LEFT_-1207235163'), ('const-433', u'STORE_-1207235205'), ('const-24', u'INT_LEFT_-1207235185'), ('const-433', u'STORE_-1207235152'), (u'LOAD_-1207235230', u'INT_LEFT_-1207235185'), ('tmp_383', u'PTRADD_-1207234985'), (u'LOAD_-1207235121', u'INT_AND_-1207235088'), (u'LOAD_-1207235148', u'INT_RIGHT_-1207235113'), (u'COPY_-1207235226', u'RETURN_-1207235085'), ('const-1', u'PTRADD_-1207234985'), (u'INT_LEFT_-1207235079', u'INT_OR_-1207235079'), ('const-0', u'RETURN_-1207235085'), (u'PTRADD_-1207234955', u'LOAD_-1207235121'), (u'INT_RIGHT_-1207235167', u'INT_OR_-1207235166'), (u'INT_AND_-1207235166', u'INT_LEFT_-1207235163'), (u'INT_OR_-1207235166', u'INT_OR_-1207235163'), (u'LOAD_-1207235148', u'INT_LEFT_-1207235106'), ('const-65280', u'INT_AND_-1207235191'), (u'INT_RIGHT_-1207235165', u'INT_OR_-1207235166'), (u'PTRADD_-1207234965', u'LOAD_-1207235148'), ('const-433', u'LOAD_-1207235148'), (u'PTRADD_-1207234985', u'LOAD_-1207235202'), (u'INT_RIGHT_-1207235138', u'INT_OR_-1207235139'), ('tmp_383', u'PTRADD_-1207234955'), (u'INT_LEFT_-1207235133', u'INT_OR_-1207235133'), (u'INT_LEFT_-1207235082', u'INT_OR_-1207235082'), ('const-65280', u'INT_AND_-1207235139'), ('const-2', u'PTRADD_-1207234969'), (u'INT_OR_-1207235160', u'STORE_-1207235179'), ('const-4', u'PTRADD_-1207234965'), ('tmp_385', u'COPY_-1207235226'), ('const-4', u'PTRADD_-1207234955'), (u'INT_OR_-1207235133', u'STORE_-1207235152'), ('const-65280', u'INT_AND_-1207235112'), (u'INT_AND_-1207235142', u'INT_RIGHT_-1207235138'), ('const-1', u'PTRADD_-1207234979'), ('const-24', u'INT_LEFT_-1207235133'), (u'INT_RIGHT_-1207235190', u'INT_OR_-1207235191'), ('const-433', u'LOAD_-1207235202'), (u'LOAD_-1207235230', u'INT_AND_-1207235191'), ('const-4', u'PTRADD_-1207234949'), (u'INT_LEFT_-1207235188', u'INT_OR_-1207235188'), (u'LOAD_-1207235202', u'INT_LEFT_-1207235160'), (u'INT_LEFT_-1207235136', u'INT_OR_-1207235136')]
| null | null |
00140d60
|
x64
|
O2
|
(translation_unit "uint * FUN_00140d60(uint *param_1,uint *param_2)\n\n{\n uint uVar1;\n \n uVar1 = *param_1;\n *param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[1];\n param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[2];\n param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[3];\n param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[4];\n param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_2;\n}\n\n" (function_definition "uint * FUN_00140d60(uint *param_1,uint *param_2)\n\n{\n uint uVar1;\n \n uVar1 = *param_1;\n *param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[1];\n param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[2];\n param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[3];\n param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[4];\n param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_2;\n}" type_identifier (pointer_declarator "* FUN_00140d60(uint *param_1,uint *param_2)" * (function_declarator "FUN_00140d60(uint *param_1,uint *param_2)" identifier (parameter_list "(uint *param_1,uint *param_2)" ( (parameter_declaration "uint *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) )))) (compound_statement "{\n uint uVar1;\n \n uVar1 = *param_1;\n *param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[1];\n param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[2];\n param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[3];\n param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[4];\n param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_2;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "*param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "*param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (pointer_expression "*param_2" * identifier) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = param_1[1];" (assignment_expression "uVar1 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (expression_statement "param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[1]" identifier [ number_literal ]) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = param_1[2];" (assignment_expression "uVar1 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[2]" identifier [ number_literal ]) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = param_1[3];" (assignment_expression "uVar1 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (expression_statement "param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[3]" identifier [ number_literal ]) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = param_1[4];" (assignment_expression "uVar1 = param_1[4]" identifier = (subscript_expression "param_1[4]" identifier [ number_literal ])) ;) (expression_statement "param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[4]" identifier [ number_literal ]) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (return_statement "return param_2;" return identifier ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * sha1_read_ctx(sha1_ctx *ctx,void *resbuf)\n\n{\n uint uVar1;\n \n uVar1 = ctx->A;\n *(uint *)resbuf = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->B;\n *(uint *)((long)resbuf + 4) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->C;\n *(uint *)((long)resbuf + 8) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->D;\n *(uint *)((long)resbuf + 0xc) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->E;\n *(uint *)((long)resbuf + 0x10) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return resbuf;\n}\n\n" comment (function_definition "void * sha1_read_ctx(sha1_ctx *ctx,void *resbuf)\n\n{\n uint uVar1;\n \n uVar1 = ctx->A;\n *(uint *)resbuf = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->B;\n *(uint *)((long)resbuf + 4) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->C;\n *(uint *)((long)resbuf + 8) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->D;\n *(uint *)((long)resbuf + 0xc) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->E;\n *(uint *)((long)resbuf + 0x10) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return resbuf;\n}" primitive_type (pointer_declarator "* sha1_read_ctx(sha1_ctx *ctx,void *resbuf)" * (function_declarator "sha1_read_ctx(sha1_ctx *ctx,void *resbuf)" identifier (parameter_list "(sha1_ctx *ctx,void *resbuf)" ( (parameter_declaration "sha1_ctx *ctx" type_identifier (pointer_declarator "*ctx" * identifier)) , (parameter_declaration "void *resbuf" primitive_type (pointer_declarator "*resbuf" * identifier)) )))) (compound_statement "{\n uint uVar1;\n \n uVar1 = ctx->A;\n *(uint *)resbuf = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->B;\n *(uint *)((long)resbuf + 4) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->C;\n *(uint *)((long)resbuf + 8) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->D;\n *(uint *)((long)resbuf + 0xc) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->E;\n *(uint *)((long)resbuf + 0x10) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return resbuf;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = ctx->A;" (assignment_expression "uVar1 = ctx->A" identifier = (field_expression "ctx->A" identifier -> field_identifier)) ;) (expression_statement "*(uint *)resbuf = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "*(uint *)resbuf = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (pointer_expression "*(uint *)resbuf" * (cast_expression "(uint *)resbuf" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = ctx->B;" (assignment_expression "uVar1 = ctx->B" identifier = (field_expression "ctx->B" identifier -> field_identifier)) ;) (expression_statement "*(uint *)((long)resbuf + 4) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "*(uint *)((long)resbuf + 4) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (pointer_expression "*(uint *)((long)resbuf + 4)" * (cast_expression "(uint *)((long)resbuf + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)resbuf + 4)" ( (binary_expression "(long)resbuf + 4" (cast_expression "(long)resbuf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = ctx->C;" (assignment_expression "uVar1 = ctx->C" identifier = (field_expression "ctx->C" identifier -> field_identifier)) ;) (expression_statement "*(uint *)((long)resbuf + 8) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "*(uint *)((long)resbuf + 8) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (pointer_expression "*(uint *)((long)resbuf + 8)" * (cast_expression "(uint *)((long)resbuf + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)resbuf + 8)" ( (binary_expression "(long)resbuf + 8" (cast_expression "(long)resbuf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = ctx->D;" (assignment_expression "uVar1 = ctx->D" identifier = (field_expression "ctx->D" identifier -> field_identifier)) ;) (expression_statement "*(uint *)((long)resbuf + 0xc) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "*(uint *)((long)resbuf + 0xc) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (pointer_expression "*(uint *)((long)resbuf + 0xc)" * (cast_expression "(uint *)((long)resbuf + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)resbuf + 0xc)" ( (binary_expression "(long)resbuf + 0xc" (cast_expression "(long)resbuf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = ctx->E;" (assignment_expression "uVar1 = ctx->E" identifier = (field_expression "ctx->E" identifier -> field_identifier)) ;) (expression_statement "*(uint *)((long)resbuf + 0x10) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "*(uint *)((long)resbuf + 0x10) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (pointer_expression "*(uint *)((long)resbuf + 0x10)" * (cast_expression "(uint *)((long)resbuf + 0x10)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)resbuf + 0x10)" ( (binary_expression "(long)resbuf + 0x10" (cast_expression "(long)resbuf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (return_statement "return resbuf;" return identifier ;) })))
|
(translation_unit "uint * FUN_00140d60(uint *param_1,uint *param_2)\n\n{\n uint uVar1;\n \n uVar1 = *param_1;\n *param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[1];\n param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[2];\n param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[3];\n param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[4];\n param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_2;\n}\n\n" (function_definition "uint * FUN_00140d60(uint *param_1,uint *param_2)\n\n{\n uint uVar1;\n \n uVar1 = *param_1;\n *param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[1];\n param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[2];\n param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[3];\n param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[4];\n param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_2;\n}" type_identifier (pointer_declarator "* FUN_00140d60(uint *param_1,uint *param_2)" * (function_declarator "FUN_00140d60(uint *param_1,uint *param_2)" identifier (parameter_list "(uint *param_1,uint *param_2)" ( (parameter_declaration "uint *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) )))) (compound_statement "{\n uint uVar1;\n \n uVar1 = *param_1;\n *param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[1];\n param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[2];\n param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[3];\n param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[4];\n param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_2;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "*param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "*param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (pointer_expression "*param_2" * identifier) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = param_1[1];" (assignment_expression "uVar1 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (expression_statement "param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[1]" identifier [ number_literal ]) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = param_1[2];" (assignment_expression "uVar1 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[2]" identifier [ number_literal ]) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = param_1[3];" (assignment_expression "uVar1 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (expression_statement "param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[3]" identifier [ number_literal ]) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = param_1[4];" (assignment_expression "uVar1 = param_1[4]" identifier = (subscript_expression "param_1[4]" identifier [ number_literal ])) ;) (expression_statement "param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[4]" identifier [ number_literal ]) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (return_statement "return param_2;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT))) ;) (return_statement return IDENT ;) })))
|
(function_definition "uint * FUN_00140d60(uint *param_1,uint *param_2)\n\n{\n uint uVar1;\n \n uVar1 = *param_1;\n *param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[1];\n param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[2];\n param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[3];\n param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[4];\n param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_2;\n}" (type_identifier "uint") (pointer_declarator "* FUN_00140d60(uint *param_1,uint *param_2)" (* "*") (function_declarator "FUN_00140d60(uint *param_1,uint *param_2)" (identifier "FUN_00140d60") (parameter_list "(uint *param_1,uint *param_2)" (( "(") (parameter_declaration "uint *param_1" (type_identifier "uint") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "uint *param_2" (type_identifier "uint") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")")))) (compound_statement "{\n uint uVar1;\n \n uVar1 = *param_1;\n *param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[1];\n param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[2];\n param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[3];\n param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[4];\n param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_2;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" (identifier "uVar1") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "*param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "*param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" (identifier "uVar1") (>> ">>") (number_literal "0x18")) (| "|") (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" (( "(") (binary_expression "uVar1 & 0xff0000" (identifier "uVar1") (& "&") (number_literal "0xff0000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" (( "(") (binary_expression "uVar1 & 0xff00" (identifier "uVar1") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "uVar1 << 0x18" (identifier "uVar1") (<< "<<") (number_literal "0x18")))) (; ";")) (expression_statement "uVar1 = param_1[1];" (assignment_expression "uVar1 = param_1[1]" (identifier "uVar1") (= "=") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" (identifier "uVar1") (>> ">>") (number_literal "0x18")) (| "|") (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" (( "(") (binary_expression "uVar1 & 0xff0000" (identifier "uVar1") (& "&") (number_literal "0xff0000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" (( "(") (binary_expression "uVar1 & 0xff00" (identifier "uVar1") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "uVar1 << 0x18" (identifier "uVar1") (<< "<<") (number_literal "0x18")))) (; ";")) (expression_statement "uVar1 = param_1[2];" (assignment_expression "uVar1 = param_1[2]" (identifier "uVar1") (= "=") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]")) (= "=") (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" (identifier "uVar1") (>> ">>") (number_literal "0x18")) (| "|") (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" (( "(") (binary_expression "uVar1 & 0xff0000" (identifier "uVar1") (& "&") (number_literal "0xff0000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" (( "(") (binary_expression "uVar1 & 0xff00" (identifier "uVar1") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "uVar1 << 0x18" (identifier "uVar1") (<< "<<") (number_literal "0x18")))) (; ";")) (expression_statement "uVar1 = param_1[3];" (assignment_expression "uVar1 = param_1[3]" (identifier "uVar1") (= "=") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[3]" (identifier "param_2") ([ "[") (number_literal "3") (] "]")) (= "=") (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" (identifier "uVar1") (>> ">>") (number_literal "0x18")) (| "|") (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" (( "(") (binary_expression "uVar1 & 0xff0000" (identifier "uVar1") (& "&") (number_literal "0xff0000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" (( "(") (binary_expression "uVar1 & 0xff00" (identifier "uVar1") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "uVar1 << 0x18" (identifier "uVar1") (<< "<<") (number_literal "0x18")))) (; ";")) (expression_statement "uVar1 = param_1[4];" (assignment_expression "uVar1 = param_1[4]" (identifier "uVar1") (= "=") (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[4]" (identifier "param_2") ([ "[") (number_literal "4") (] "]")) (= "=") (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" (identifier "uVar1") (>> ">>") (number_literal "0x18")) (| "|") (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" (( "(") (binary_expression "uVar1 & 0xff0000" (identifier "uVar1") (& "&") (number_literal "0xff0000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" (( "(") (binary_expression "uVar1 & 0xff00" (identifier "uVar1") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "uVar1 << 0x18" (identifier "uVar1") (<< "<<") (number_literal "0x18")))) (; ";")) (return_statement "return param_2;" (return "return") (identifier "param_2") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention */
void * function_1(type_1 *ctx,void *resbuf)
{
type_2 var_1;
var_1 = ctx->A;
*(type_2 *)resbuf = var_1 >> 0x18 | (var_1 & 0xff0000) >> 8 | (var_1 & 0xff00) << 8 | var_1 << 0x18;
var_1 = ctx->B;
*(type_2 *)((long)resbuf + 4) =
var_1 >> 0x18 | (var_1 & 0xff0000) >> 8 | (var_1 & 0xff00) << 8 | var_1 << 0x18;
var_1 = ctx->C;
*(type_2 *)((long)resbuf + 8) =
var_1 >> 0x18 | (var_1 & 0xff0000) >> 8 | (var_1 & 0xff00) << 8 | var_1 << 0x18;
var_1 = ctx->D;
*(type_2 *)((long)resbuf + 0xc) =
var_1 >> 0x18 | (var_1 & 0xff0000) >> 8 | (var_1 & 0xff00) << 8 | var_1 << 0x18;
var_1 = ctx->E;
*(type_2 *)((long)resbuf + 0x10) =
var_1 >> 0x18 | (var_1 & 0xff0000) >> 8 | (var_1 & 0xff00) << 8 | var_1 << 0x18;
return resbuf;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (return_statement (identifier)))))
| null |
uint * MASKED(uint *param_1,uint *param_2)
{
uint uVar1;
uVar1 = *param_1;
*param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;
uVar1 = param_1[1];
param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;
uVar1 = param_1[2];
param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;
uVar1 = param_1[3];
param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;
uVar1 = param_1[4];
param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;
return param_2;
}
|
609_i686-gnu-ld_and_i686-gnu-ld_strip.c
|
gldelf_iamcu_after_parse
|
FUN_0012e900
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void gldelf_iamcu_after_parse(void)
{
char *fmt;
if ((link_info._0_1_ & 3) == 1) {
link_info.flags_1 = link_info.flags_1 | 0x8000000;
}
if ((CONCAT71(link_info._1_7_,link_info._0_1_) & 0x400000000000002) != 0x400000000000000) {
after_parse_default();
return;
}
if (link_info.dynamic_undefined_weak < 1) {
link_info.dynamic_undefined_weak = 0;
after_parse_default();
return;
}
fmt = (char *)dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);
einfo(fmt);
link_info.dynamic_undefined_weak = 0;
after_parse_default();
return;
}
|
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void FUN_0012e900(void)
{
undefined8 uVar1;
if ((DAT_001aad60 & 3) == 1) {
_DAT_001aae20 = _DAT_001aae20 | 0x8000000;
}
if ((CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002) != 0x400000000000000) {
FUN_00123da0();
return;
}
if (DAT_001aae04 < 1) {
DAT_001aae04 = 0;
FUN_00123da0();
return;
}
uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);
FUN_00125230(uVar1);
DAT_001aae04 = 0;
FUN_00123da0();
return;
}
|
MOVZX EAX,byte ptr [0x001aad60]
AND EAX,0x3
CMP AL,0x1
JNZ 0x0012e919
OR qword ptr [0x001aae20],0x8000000
MOV RAX,0x400000000000002
MOV RDX,0x400000000000000
AND RAX,qword ptr [0x001aad60]
CMP RAX,RDX
JZ 0x0012e940
JMP 0x00123da0
MOV EAX,dword ptr [0x001aae04]
TEST EAX,EAX
JG 0x0012e960
MOV dword ptr [0x001aae04],0x0
JMP 0x00123da0
SUB RSP,0x8
MOV EDX,0x5
LEA RSI,[0x172270]
XOR EDI,EDI
CALL 0x001092e0
MOV RDI,RAX
XOR EAX,EAX
CALL 0x00125230
MOV dword ptr [0x001aae04],0x0
ADD RSP,0x8
JMP 0x00123da0
| null | null | null | null |
[(u'INT_AND_-1207047828', u'INT_NOTEQUAL_-1207047824'), ('const-0', u'COPY_-1207047694'), (u'CALL_-1207047818', u'INDIRECT_-1207047552'), ('tmp_818', u'INT_AND_-1207047898'), ('const-1516144', u'COPY_-1207047517'), (u'CALL_-1207047694', u'INDIRECT_-1207047464'), (u'CALL_-1207047718', u'INDIRECT_-1207047475'), (u'INDIRECT_-1207047528', u'COPY_-1207047587'), ('const-288230376151711744', u'INT_NOTEQUAL_-1207047824'), (u'CALL_-1207047818', u'INDIRECT_-1207047536'), (u'INDIRECT_-1207047452', u'COPY_-1207047507'), (u'INDIRECT_-1207047468', u'COPY_-1207047523'), (u'CALL_-1207047694', u'INDIRECT_-1207047480'), ('const-0', u'RETURN_-1207047814'), (u'COPY_-1207047517', u'CALL_-1207047718'), (u'CALL_-1207047818', u'INDIRECT_-1207047528'), ('tmp_58', u'CBRANCH_-1207047897'), (u'CALL_-1207047773', u'INDIRECT_-1207047510'), (u'INT_NOTEQUAL_-1207047824', u'CBRANCH_-1207047823'), (u'INDIRECT_-1207047536', u'COPY_-1207047595'), (u'INT_EQUAL_-1207047899', u'CBRANCH_-1207047897'), ('const-0', u'CALL_-1207047718'), ('const-288230376151711746', u'INT_AND_-1207047828'), (u'CALL_-1207047718', u'INDIRECT_-1207047483'), ('tmp_819', u'MULTIEQUAL_-1207047557'), ('const-0', u'RETURN_-1207047660'), ('tmp_818', u'PIECE_-1207047568'), (u'CALL_-1207047718', u'INDIRECT_-1207047491'), ('const-5', u'CALL_-1207047718'), (u'INDIRECT_-1207047444', u'COPY_-1207047499'), (u'INDIRECT_-1207047552', u'COPY_-1207047611'), (u'INDIRECT_-1207047460', u'COPY_-1207047515'), (u'INT_OR_-1207047869', u'MULTIEQUAL_-1207047557'), (u'CALL_-1207047694', u'INDIRECT_-1207047472'), ('tmp_819', u'INT_OR_-1207047869'), ('const-0', u'COPY_-1207047790'), ('const-3', u'INT_AND_-1207047898'), (u'CALL_-1207047773', u'INDIRECT_-1207047502'), ('tmp_821', u'INT_SLESS_-1207047782'), ('const-1', u'INT_SLESS_-1207047782'), (u'INT_AND_-1207047898', u'INT_EQUAL_-1207047899'), ('tmp_181', u'CBRANCH_-1207047789'), (u'CALL_-1207047718', u'CAST_-1207047453'), ('tmp_820', u'PIECE_-1207047568'), (u'CALL_-1207047718', u'INDIRECT_-1207047499'), (u'INDIRECT_-1207047518', u'COPY_-1207047575'), (u'INDIRECT_-1207047502', u'COPY_-1207047559'), (u'CALL_-1207047773', u'INDIRECT_-1207047526'), (u'CALL_-1207047818', u'INDIRECT_-1207047544'), (u'CALL_-1207047664', u'INDIRECT_-1207047468'), (u'INDIRECT_-1207047526', u'COPY_-1207047583'), (u'INDIRECT_-1207047544', u'COPY_-1207047603'), (u'INDIRECT_-1207047510', u'COPY_-1207047567'), (u'CALL_-1207047664', u'INDIRECT_-1207047452'), (u'PIECE_-1207047568', u'INT_AND_-1207047828'), (u'CALL_-1207047773', u'INDIRECT_-1207047518'), (u'CALL_-1207047664', u'INDIRECT_-1207047444'), (u'CALL_-1207047694', u'INDIRECT_-1207047488'), (u'INT_SLESS_-1207047782', u'CBRANCH_-1207047789'), (u'CALL_-1207047664', u'INDIRECT_-1207047460'), ('const-1', u'INT_EQUAL_-1207047899'), ('const-0', u'RETURN_-1207047769'), (u'CAST_-1207047453', u'CALL_-1207047694'), ('tmp_140', u'CBRANCH_-1207047823'), ('const-134217728', u'INT_OR_-1207047869')]
|
[(u'INT_AND_-1207047828', u'INT_NOTEQUAL_-1207047824'), ('const-3', u'INT_AND_-1207047898'), ('const-0', u'COPY_-1207047694'), (u'CALL_-1207047818', u'INDIRECT_-1207047552'), ('const-0', u'CALL_-1207047718'), (u'CALL_-1207047718', u'CALL_-1207047694'), (u'CALL_-1207047694', u'INDIRECT_-1207047464'), (u'CALL_-1207047718', u'INDIRECT_-1207047475'), (u'INDIRECT_-1207047528', u'COPY_-1207047587'), (u'CALL_-1207047818', u'INDIRECT_-1207047536'), (u'INDIRECT_-1207047452', u'COPY_-1207047507'), (u'INDIRECT_-1207047468', u'COPY_-1207047523'), (u'CALL_-1207047694', u'INDIRECT_-1207047480'), ('tmp_837', u'INT_AND_-1207047898'), ('const-0', u'RETURN_-1207047814'), (u'COPY_-1207047517', u'CALL_-1207047718'), (u'CALL_-1207047818', u'INDIRECT_-1207047528'), ('tmp_58', u'CBRANCH_-1207047897'), (u'CALL_-1207047773', u'INDIRECT_-1207047510'), ('const-1', u'INT_EQUAL_-1207047899'), (u'INT_NOTEQUAL_-1207047824', u'CBRANCH_-1207047823'), (u'INDIRECT_-1207047536', u'COPY_-1207047595'), (u'INT_EQUAL_-1207047899', u'CBRANCH_-1207047897'), ('const-1', u'INT_SLESS_-1207047782'), ('const-1516144', u'COPY_-1207047517'), (u'CALL_-1207047718', u'INDIRECT_-1207047483'), ('const-288230376151711744', u'INT_NOTEQUAL_-1207047824'), ('const-0', u'RETURN_-1207047660'), (u'CALL_-1207047718', u'INDIRECT_-1207047491'), ('tmp_840', u'INT_SLESS_-1207047782'), (u'INDIRECT_-1207047444', u'COPY_-1207047499'), ('tmp_838', u'MULTIEQUAL_-1207047557'), (u'INDIRECT_-1207047552', u'COPY_-1207047611'), (u'INDIRECT_-1207047460', u'COPY_-1207047515'), (u'INT_OR_-1207047869', u'MULTIEQUAL_-1207047557'), (u'CALL_-1207047694', u'INDIRECT_-1207047472'), ('const-0', u'COPY_-1207047790'), ('const-5', u'CALL_-1207047718'), ('tmp_839', u'PIECE_-1207047568'), ('tmp_838', u'INT_OR_-1207047869'), (u'CALL_-1207047773', u'INDIRECT_-1207047502'), ('tmp_837', u'PIECE_-1207047568'), ('const-288230376151711746', u'INT_AND_-1207047828'), (u'INT_AND_-1207047898', u'INT_EQUAL_-1207047899'), ('tmp_181', u'CBRANCH_-1207047789'), (u'CALL_-1207047718', u'INDIRECT_-1207047499'), (u'INDIRECT_-1207047518', u'COPY_-1207047575'), (u'INDIRECT_-1207047502', u'COPY_-1207047559'), (u'CALL_-1207047773', u'INDIRECT_-1207047526'), (u'CALL_-1207047818', u'INDIRECT_-1207047544'), (u'CALL_-1207047664', u'INDIRECT_-1207047468'), (u'INDIRECT_-1207047526', u'COPY_-1207047583'), (u'INDIRECT_-1207047544', u'COPY_-1207047603'), (u'INDIRECT_-1207047510', u'COPY_-1207047567'), (u'CALL_-1207047664', u'INDIRECT_-1207047452'), (u'PIECE_-1207047568', u'INT_AND_-1207047828'), (u'CALL_-1207047773', u'INDIRECT_-1207047518'), (u'CALL_-1207047664', u'INDIRECT_-1207047444'), (u'CALL_-1207047694', u'INDIRECT_-1207047488'), (u'INT_SLESS_-1207047782', u'CBRANCH_-1207047789'), (u'CALL_-1207047664', u'INDIRECT_-1207047460'), ('const-0', u'RETURN_-1207047769'), ('tmp_140', u'CBRANCH_-1207047823'), ('const-134217728', u'INT_OR_-1207047869')]
| null | null |
0012e900
|
x64
|
O2
|
(translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\nvoid FUN_0012e900(void)\n\n{\n undefined8 uVar1;\n \n if ((DAT_001aad60 & 3) == 1) {\n _DAT_001aae20 = _DAT_001aae20 | 0x8000000;\n }\n if ((CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002) != 0x400000000000000) {\n FUN_00123da0();\n return;\n }\n if (DAT_001aae04 < 1) {\n DAT_001aae04 = 0;\n FUN_00123da0();\n return;\n }\n uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);\n FUN_00125230(uVar1);\n DAT_001aae04 = 0;\n FUN_00123da0();\n return;\n}\n\n" comment (function_definition "void FUN_0012e900(void)\n\n{\n undefined8 uVar1;\n \n if ((DAT_001aad60 & 3) == 1) {\n _DAT_001aae20 = _DAT_001aae20 | 0x8000000;\n }\n if ((CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002) != 0x400000000000000) {\n FUN_00123da0();\n return;\n }\n if (DAT_001aae04 < 1) {\n DAT_001aae04 = 0;\n FUN_00123da0();\n return;\n }\n uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);\n FUN_00125230(uVar1);\n DAT_001aae04 = 0;\n FUN_00123da0();\n return;\n}" primitive_type (function_declarator "FUN_0012e900(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined8 uVar1;\n \n if ((DAT_001aad60 & 3) == 1) {\n _DAT_001aae20 = _DAT_001aae20 | 0x8000000;\n }\n if ((CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002) != 0x400000000000000) {\n FUN_00123da0();\n return;\n }\n if (DAT_001aae04 < 1) {\n DAT_001aae04 = 0;\n FUN_00123da0();\n return;\n }\n uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);\n FUN_00125230(uVar1);\n DAT_001aae04 = 0;\n FUN_00123da0();\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (if_statement "if ((DAT_001aad60 & 3) == 1) {\n _DAT_001aae20 = _DAT_001aae20 | 0x8000000;\n }" if (parenthesized_expression "((DAT_001aad60 & 3) == 1)" ( (binary_expression "(DAT_001aad60 & 3) == 1" (parenthesized_expression "(DAT_001aad60 & 3)" ( (binary_expression "DAT_001aad60 & 3" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n _DAT_001aae20 = _DAT_001aae20 | 0x8000000;\n }" { (expression_statement "_DAT_001aae20 = _DAT_001aae20 | 0x8000000;" (assignment_expression "_DAT_001aae20 = _DAT_001aae20 | 0x8000000" identifier = (binary_expression "_DAT_001aae20 | 0x8000000" identifier | number_literal)) ;) })) (if_statement "if ((CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002) != 0x400000000000000) {\n FUN_00123da0();\n return;\n }" if (parenthesized_expression "((CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002) != 0x400000000000000)" ( (binary_expression "(CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002) != 0x400000000000000" (parenthesized_expression "(CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002)" ( (binary_expression "CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002" (call_expression "CONCAT71(_DAT_001aad61,DAT_001aad60)" identifier (argument_list "(_DAT_001aad61,DAT_001aad60)" ( identifier , identifier ))) & number_literal) )) != number_literal) )) (compound_statement "{\n FUN_00123da0();\n return;\n }" { (expression_statement "FUN_00123da0();" (call_expression "FUN_00123da0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (if_statement "if (DAT_001aae04 < 1) {\n DAT_001aae04 = 0;\n FUN_00123da0();\n return;\n }" if (parenthesized_expression "(DAT_001aae04 < 1)" ( (binary_expression "DAT_001aae04 < 1" identifier < number_literal) )) (compound_statement "{\n DAT_001aae04 = 0;\n FUN_00123da0();\n return;\n }" { (expression_statement "DAT_001aae04 = 0;" (assignment_expression "DAT_001aae04 = 0" identifier = number_literal) ;) (expression_statement "FUN_00123da0();" (call_expression "FUN_00123da0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);" (assignment_expression "uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" identifier = (call_expression "dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" identifier (argument_list "(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" ( number_literal , (string_literal ""%P: warning: -z dynamic-undefined-weak ignored\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00125230(uVar1);" (call_expression "FUN_00125230(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) (expression_statement "DAT_001aae04 = 0;" (assignment_expression "DAT_001aae04 = 0" identifier = number_literal) ;) (expression_statement "FUN_00123da0();" (call_expression "FUN_00123da0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid gldelf_iamcu_after_parse(void)\n\n{\n char *fmt;\n \n if ((link_info._0_1_ & 3) == 1) {\n link_info.flags_1 = link_info.flags_1 | 0x8000000;\n }\n if ((CONCAT71(link_info._1_7_,link_info._0_1_) & 0x400000000000002) != 0x400000000000000) {\n after_parse_default();\n return;\n }\n if (link_info.dynamic_undefined_weak < 1) {\n link_info.dynamic_undefined_weak = 0;\n after_parse_default();\n return;\n }\n fmt = (char *)dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);\n einfo(fmt);\n link_info.dynamic_undefined_weak = 0;\n after_parse_default();\n return;\n}\n\n" comment (function_definition "void gldelf_iamcu_after_parse(void)\n\n{\n char *fmt;\n \n if ((link_info._0_1_ & 3) == 1) {\n link_info.flags_1 = link_info.flags_1 | 0x8000000;\n }\n if ((CONCAT71(link_info._1_7_,link_info._0_1_) & 0x400000000000002) != 0x400000000000000) {\n after_parse_default();\n return;\n }\n if (link_info.dynamic_undefined_weak < 1) {\n link_info.dynamic_undefined_weak = 0;\n after_parse_default();\n return;\n }\n fmt = (char *)dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);\n einfo(fmt);\n link_info.dynamic_undefined_weak = 0;\n after_parse_default();\n return;\n}" primitive_type (function_declarator "gldelf_iamcu_after_parse(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n char *fmt;\n \n if ((link_info._0_1_ & 3) == 1) {\n link_info.flags_1 = link_info.flags_1 | 0x8000000;\n }\n if ((CONCAT71(link_info._1_7_,link_info._0_1_) & 0x400000000000002) != 0x400000000000000) {\n after_parse_default();\n return;\n }\n if (link_info.dynamic_undefined_weak < 1) {\n link_info.dynamic_undefined_weak = 0;\n after_parse_default();\n return;\n }\n fmt = (char *)dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);\n einfo(fmt);\n link_info.dynamic_undefined_weak = 0;\n after_parse_default();\n return;\n}" { (declaration "char *fmt;" primitive_type (pointer_declarator "*fmt" * identifier) ;) (if_statement "if ((link_info._0_1_ & 3) == 1) {\n link_info.flags_1 = link_info.flags_1 | 0x8000000;\n }" if (parenthesized_expression "((link_info._0_1_ & 3) == 1)" ( (binary_expression "(link_info._0_1_ & 3) == 1" (parenthesized_expression "(link_info._0_1_ & 3)" ( (binary_expression "link_info._0_1_ & 3" (field_expression "link_info._0_1_" identifier . field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n link_info.flags_1 = link_info.flags_1 | 0x8000000;\n }" { (expression_statement "link_info.flags_1 = link_info.flags_1 | 0x8000000;" (assignment_expression "link_info.flags_1 = link_info.flags_1 | 0x8000000" (field_expression "link_info.flags_1" identifier . field_identifier) = (binary_expression "link_info.flags_1 | 0x8000000" (field_expression "link_info.flags_1" identifier . field_identifier) | number_literal)) ;) })) (if_statement "if ((CONCAT71(link_info._1_7_,link_info._0_1_) & 0x400000000000002) != 0x400000000000000) {\n after_parse_default();\n return;\n }" if (parenthesized_expression "((CONCAT71(link_info._1_7_,link_info._0_1_) & 0x400000000000002) != 0x400000000000000)" ( (binary_expression "(CONCAT71(link_info._1_7_,link_info._0_1_) & 0x400000000000002) != 0x400000000000000" (parenthesized_expression "(CONCAT71(link_info._1_7_,link_info._0_1_) & 0x400000000000002)" ( (binary_expression "CONCAT71(link_info._1_7_,link_info._0_1_) & 0x400000000000002" (call_expression "CONCAT71(link_info._1_7_,link_info._0_1_)" identifier (argument_list "(link_info._1_7_,link_info._0_1_)" ( (field_expression "link_info._1_7_" identifier . field_identifier) , (field_expression "link_info._0_1_" identifier . field_identifier) ))) & number_literal) )) != number_literal) )) (compound_statement "{\n after_parse_default();\n return;\n }" { (expression_statement "after_parse_default();" (call_expression "after_parse_default()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (if_statement "if (link_info.dynamic_undefined_weak < 1) {\n link_info.dynamic_undefined_weak = 0;\n after_parse_default();\n return;\n }" if (parenthesized_expression "(link_info.dynamic_undefined_weak < 1)" ( (binary_expression "link_info.dynamic_undefined_weak < 1" (field_expression "link_info.dynamic_undefined_weak" identifier . field_identifier) < number_literal) )) (compound_statement "{\n link_info.dynamic_undefined_weak = 0;\n after_parse_default();\n return;\n }" { (expression_statement "link_info.dynamic_undefined_weak = 0;" (assignment_expression "link_info.dynamic_undefined_weak = 0" (field_expression "link_info.dynamic_undefined_weak" identifier . field_identifier) = number_literal) ;) (expression_statement "after_parse_default();" (call_expression "after_parse_default()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "fmt = (char *)dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);" (assignment_expression "fmt = (char *)dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" identifier (argument_list "(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" ( number_literal , (string_literal ""%P: warning: -z dynamic-undefined-weak ignored\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "einfo(fmt);" (call_expression "einfo(fmt)" identifier (argument_list "(fmt)" ( identifier ))) ;) (expression_statement "link_info.dynamic_undefined_weak = 0;" (assignment_expression "link_info.dynamic_undefined_weak = 0" (field_expression "link_info.dynamic_undefined_weak" identifier . field_identifier) = number_literal) ;) (expression_statement "after_parse_default();" (call_expression "after_parse_default()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0012e900(void)\n\n{\n undefined8 uVar1;\n \n if ((DAT_001aad60 & 3) == 1) {\n _DAT_001aae20 = _DAT_001aae20 | 0x8000000;\n }\n if ((CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002) != 0x400000000000000) {\n FUN_00123da0();\n return;\n }\n if (DAT_001aae04 < 1) {\n DAT_001aae04 = 0;\n FUN_00123da0();\n return;\n }\n uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);\n FUN_00125230(uVar1);\n DAT_001aae04 = 0;\n FUN_00123da0();\n return;\n}\n\n" (function_definition "void FUN_0012e900(void)\n\n{\n undefined8 uVar1;\n \n if ((DAT_001aad60 & 3) == 1) {\n _DAT_001aae20 = _DAT_001aae20 | 0x8000000;\n }\n if ((CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002) != 0x400000000000000) {\n FUN_00123da0();\n return;\n }\n if (DAT_001aae04 < 1) {\n DAT_001aae04 = 0;\n FUN_00123da0();\n return;\n }\n uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);\n FUN_00125230(uVar1);\n DAT_001aae04 = 0;\n FUN_00123da0();\n return;\n}" primitive_type (function_declarator "FUN_0012e900(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined8 uVar1;\n \n if ((DAT_001aad60 & 3) == 1) {\n _DAT_001aae20 = _DAT_001aae20 | 0x8000000;\n }\n if ((CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002) != 0x400000000000000) {\n FUN_00123da0();\n return;\n }\n if (DAT_001aae04 < 1) {\n DAT_001aae04 = 0;\n FUN_00123da0();\n return;\n }\n uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);\n FUN_00125230(uVar1);\n DAT_001aae04 = 0;\n FUN_00123da0();\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (if_statement "if ((DAT_001aad60 & 3) == 1) {\n _DAT_001aae20 = _DAT_001aae20 | 0x8000000;\n }" if (parenthesized_expression "((DAT_001aad60 & 3) == 1)" ( (binary_expression "(DAT_001aad60 & 3) == 1" (parenthesized_expression "(DAT_001aad60 & 3)" ( (binary_expression "DAT_001aad60 & 3" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n _DAT_001aae20 = _DAT_001aae20 | 0x8000000;\n }" { (expression_statement "_DAT_001aae20 = _DAT_001aae20 | 0x8000000;" (assignment_expression "_DAT_001aae20 = _DAT_001aae20 | 0x8000000" identifier = (binary_expression "_DAT_001aae20 | 0x8000000" identifier | number_literal)) ;) })) (if_statement "if ((CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002) != 0x400000000000000) {\n FUN_00123da0();\n return;\n }" if (parenthesized_expression "((CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002) != 0x400000000000000)" ( (binary_expression "(CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002) != 0x400000000000000" (parenthesized_expression "(CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002)" ( (binary_expression "CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002" (call_expression "CONCAT71(_DAT_001aad61,DAT_001aad60)" identifier (argument_list "(_DAT_001aad61,DAT_001aad60)" ( identifier , identifier ))) & number_literal) )) != number_literal) )) (compound_statement "{\n FUN_00123da0();\n return;\n }" { (expression_statement "FUN_00123da0();" (call_expression "FUN_00123da0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (if_statement "if (DAT_001aae04 < 1) {\n DAT_001aae04 = 0;\n FUN_00123da0();\n return;\n }" if (parenthesized_expression "(DAT_001aae04 < 1)" ( (binary_expression "DAT_001aae04 < 1" identifier < number_literal) )) (compound_statement "{\n DAT_001aae04 = 0;\n FUN_00123da0();\n return;\n }" { (expression_statement "DAT_001aae04 = 0;" (assignment_expression "DAT_001aae04 = 0" identifier = number_literal) ;) (expression_statement "FUN_00123da0();" (call_expression "FUN_00123da0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);" (assignment_expression "uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" identifier = (call_expression "dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" identifier (argument_list "(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" ( number_literal , (string_literal ""%P: warning: -z dynamic-undefined-weak ignored\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00125230(uVar1);" (call_expression "FUN_00125230(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) (expression_statement "DAT_001aae04 = 0;" (assignment_expression "DAT_001aae04 = 0" identifier = number_literal) ;) (expression_statement "FUN_00123da0();" (call_expression "FUN_00123da0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT | LIT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (call_expression IDENT (argument_list ( IDENT , IDENT ))) & LIT) )) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0012e900(void)\n\n{\n undefined8 uVar1;\n \n if ((DAT_001aad60 & 3) == 1) {\n _DAT_001aae20 = _DAT_001aae20 | 0x8000000;\n }\n if ((CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002) != 0x400000000000000) {\n FUN_00123da0();\n return;\n }\n if (DAT_001aae04 < 1) {\n DAT_001aae04 = 0;\n FUN_00123da0();\n return;\n }\n uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);\n FUN_00125230(uVar1);\n DAT_001aae04 = 0;\n FUN_00123da0();\n return;\n}" (primitive_type "void") (function_declarator "FUN_0012e900(void)" (identifier "FUN_0012e900") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n undefined8 uVar1;\n \n if ((DAT_001aad60 & 3) == 1) {\n _DAT_001aae20 = _DAT_001aae20 | 0x8000000;\n }\n if ((CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002) != 0x400000000000000) {\n FUN_00123da0();\n return;\n }\n if (DAT_001aae04 < 1) {\n DAT_001aae04 = 0;\n FUN_00123da0();\n return;\n }\n uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);\n FUN_00125230(uVar1);\n DAT_001aae04 = 0;\n FUN_00123da0();\n return;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (if_statement "if ((DAT_001aad60 & 3) == 1) {\n _DAT_001aae20 = _DAT_001aae20 | 0x8000000;\n }" (if "if") (parenthesized_expression "((DAT_001aad60 & 3) == 1)" (( "(") (binary_expression "(DAT_001aad60 & 3) == 1" (parenthesized_expression "(DAT_001aad60 & 3)" (( "(") (binary_expression "DAT_001aad60 & 3" (identifier "DAT_001aad60") (& "&") (number_literal "3")) () ")")) (== "==") (number_literal "1")) () ")")) (compound_statement "{\n _DAT_001aae20 = _DAT_001aae20 | 0x8000000;\n }" ({ "{") (expression_statement "_DAT_001aae20 = _DAT_001aae20 | 0x8000000;" (assignment_expression "_DAT_001aae20 = _DAT_001aae20 | 0x8000000" (identifier "_DAT_001aae20") (= "=") (binary_expression "_DAT_001aae20 | 0x8000000" (identifier "_DAT_001aae20") (| "|") (number_literal "0x8000000"))) (; ";")) (} "}"))) (if_statement "if ((CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002) != 0x400000000000000) {\n FUN_00123da0();\n return;\n }" (if "if") (parenthesized_expression "((CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002) != 0x400000000000000)" (( "(") (binary_expression "(CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002) != 0x400000000000000" (parenthesized_expression "(CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002)" (( "(") (binary_expression "CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002" (call_expression "CONCAT71(_DAT_001aad61,DAT_001aad60)" (identifier "CONCAT71") (argument_list "(_DAT_001aad61,DAT_001aad60)" (( "(") (identifier "_DAT_001aad61") (, ",") (identifier "DAT_001aad60") () ")"))) (& "&") (number_literal "0x400000000000002")) () ")")) (!= "!=") (number_literal "0x400000000000000")) () ")")) (compound_statement "{\n FUN_00123da0();\n return;\n }" ({ "{") (expression_statement "FUN_00123da0();" (call_expression "FUN_00123da0()" (identifier "FUN_00123da0") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (DAT_001aae04 < 1) {\n DAT_001aae04 = 0;\n FUN_00123da0();\n return;\n }" (if "if") (parenthesized_expression "(DAT_001aae04 < 1)" (( "(") (binary_expression "DAT_001aae04 < 1" (identifier "DAT_001aae04") (< "<") (number_literal "1")) () ")")) (compound_statement "{\n DAT_001aae04 = 0;\n FUN_00123da0();\n return;\n }" ({ "{") (expression_statement "DAT_001aae04 = 0;" (assignment_expression "DAT_001aae04 = 0" (identifier "DAT_001aae04") (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_00123da0();" (call_expression "FUN_00123da0()" (identifier "FUN_00123da0") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);" (assignment_expression "uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" (identifier "uVar1") (= "=") (call_expression "dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" (identifier "dcgettext") (argument_list "(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%P: warning: -z dynamic-undefined-weak ignored\n"" (" """) (string_content "%P: warning: -z dynamic-undefined-weak ignored") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00125230(uVar1);" (call_expression "FUN_00125230(uVar1)" (identifier "FUN_00125230") (argument_list "(uVar1)" (( "(") (identifier "uVar1") () ")"))) (; ";")) (expression_statement "DAT_001aae04 = 0;" (assignment_expression "DAT_001aae04 = 0" (identifier "DAT_001aae04") (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_00123da0();" (call_expression "FUN_00123da0()" (identifier "FUN_00123da0") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
char *fmt;
if ((link_info._0_1_ & 3) == 1) {
link_info.flags_1 = link_info.flags_1 | 0x8000000;
}
if ((var_1(link_info._1_7_,link_info._0_1_) & 0x400000000000002) != 0x400000000000000) {
var_2();
return;
}
if (link_info.dynamic_undefined_weak < 1) {
link_info.dynamic_undefined_weak = 0;
var_2();
return;
}
fmt = (char *)var_3(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);
var_4(fmt);
link_info.dynamic_undefined_weak = 0;
var_2();
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))))
| null |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void MASKED(void)
{
undefined8 uVar1;
if ((DAT_001aad60 & 3) == 1) {
_DAT_001aae20 = _DAT_001aae20 | 0x8000000;
}
if ((CONCAT71(_DAT_001aad61,DAT_001aad60) & 0x400000000000002) != 0x400000000000000) {
FUN_00123da0();
return;
}
if (DAT_001aae04 < 1) {
DAT_001aae04 = 0;
FUN_00123da0();
return;
}
uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);
FUN_00125230(uVar1);
DAT_001aae04 = 0;
FUN_00123da0();
return;
}
|
8988_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
|
seekoff
|
FUN_0030bef0
|
/* stdio_sync_filebuf<wchar_t, std::char_traits<wchar_t> >::seekoff(long, std::_Ios_Seekdir,
std::_Ios_Openmode) */
undefined1 [16]
stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>>::seekoff
(long param_1,__off64_t param_2,int param_3)
{
int iVar1;
undefined1 auVar2 [16];
iVar1 = 0;
if (param_3 != 0) {
iVar1 = (param_3 != 1) + 1;
}
iVar1 = fseeko64(*(FILE **)(param_1 + 0x40),param_2,iVar1);
if (iVar1 != 0) {
return ZEXT816(0xffffffffffffffff);
}
auVar2._0_8_ = ftello64(*(FILE **)(param_1 + 0x40));
auVar2._8_8_ = 0;
return auVar2;
}
|
undefined1 [16] FUN_0030bef0(long param_1,__off64_t param_2,int param_3)
{
int iVar1;
undefined1 auVar2 [16];
iVar1 = 0;
if (param_3 != 0) {
iVar1 = (param_3 != 1) + 1;
}
iVar1 = fseeko64(*(FILE **)(param_1 + 0x40),param_2,iVar1);
if (iVar1 != 0) {
return ZEXT816(0xffffffffffffffff);
}
auVar2._0_8_ = ftello64(*(FILE **)(param_1 + 0x40));
auVar2._8_8_ = 0;
return auVar2;
}
|
PUSH RBX
XOR EAX,EAX
MOV RBX,RDI
TEST EDX,EDX
JZ 0x0030bf05
XOR EAX,EAX
CMP EDX,0x1
SETNZ AL
ADD EAX,0x1
MOV RDI,qword ptr [RBX + 0x40]
MOV EDX,EAX
CALL 0x001470e0
MOV RDX,-0x1
TEST EAX,EAX
JZ 0x0030bf28
MOV RAX,RDX
POP RBX
XOR EDX,EDX
RET
MOV RDI,qword ptr [RBX + 0x40]
CALL 0x00147a50
POP RBX
MOV RDX,RAX
MOV RAX,RDX
XOR EDX,EDX
RET
| null | null | null | null |
[(u'INT_ADD_-1204830395', u'MULTIEQUAL_-1204830178'), (u'CALL_-1204830315', u'PIECE_-1204830130'), ('const-1', u'INT_ADD_-1204830395'), ('tmp_551', u'CALL_-1204830383'), ('const-1', u'INT_NOTEQUAL_-1204830417'), (u'INT_ZEXT_-1204830300', u'INT_ADD_-1204830395'), ('const-0', u'INT_NOTEQUAL_-1204830360'), (u'CAST_-1204830123', u'LOAD_-1204830328'), ('tmp_60', u'CBRANCH_-1204830444'), (u'INT_NOTEQUAL_-1204830417', u'INT_ZEXT_-1204830300'), (u'MULTIEQUAL_-1204830178', u'CALL_-1204830383'), ('tmp_194', u'CBRANCH_-1204830360'), ('const-433', u'LOAD_-1204830400'), (u'LOAD_-1204830400', u'CALL_-1204830383'), ('const-64', u'INT_ADD_-1204830312'), (u'CAST_-1204830159', u'LOAD_-1204830400'), (u'COPY_-1204830255', u'MULTIEQUAL_-1204830178'), (u'INT_ADD_-1204830312', u'CAST_-1204830123'), ('const-0', u'INT_NOTEQUAL_-1204830444'), ('const--1', u'INT_ZEXT_-1204830201'), (u'LOAD_-1204830328', u'CALL_-1204830315'), ('tmp_572', u'INT_NOTEQUAL_-1204830444'), ('const-433', u'LOAD_-1204830328'), ('const-0', u'RETURN_-1204830279'), (u'CALL_-1204830383', u'INT_NOTEQUAL_-1204830360'), ('const-0', u'RETURN_-1204830329'), ('const-64', u'INT_ADD_-1204830384'), (u'INT_NOTEQUAL_-1204830444', u'CBRANCH_-1204830444'), ('const-0', u'COPY_-1204830170'), (u'INT_NOTEQUAL_-1204830360', u'CBRANCH_-1204830360'), (u'PIECE_-1204830130', u'RETURN_-1204830279'), ('tmp_546', u'INT_ADD_-1204830384'), ('tmp_572', u'INT_NOTEQUAL_-1204830417'), (u'INT_ZEXT_-1204830201', u'RETURN_-1204830329'), (u'INT_ADD_-1204830384', u'CAST_-1204830159'), ('tmp_546', u'INT_ADD_-1204830312'), (u'COPY_-1204830170', u'PIECE_-1204830130'), ('const-0', u'COPY_-1204830255')]
|
[(u'INT_ADD_-1204830395', u'MULTIEQUAL_-1204830178'), (u'CALL_-1204830315', u'PIECE_-1204830130'), ('const-1', u'INT_ADD_-1204830395'), ('tmp_551', u'CALL_-1204830383'), ('const-1', u'INT_NOTEQUAL_-1204830417'), (u'INT_ZEXT_-1204830300', u'INT_ADD_-1204830395'), ('const-0', u'INT_NOTEQUAL_-1204830360'), (u'CAST_-1204830123', u'LOAD_-1204830328'), ('tmp_60', u'CBRANCH_-1204830444'), (u'INT_NOTEQUAL_-1204830417', u'INT_ZEXT_-1204830300'), (u'MULTIEQUAL_-1204830178', u'CALL_-1204830383'), ('tmp_194', u'CBRANCH_-1204830360'), ('const-433', u'LOAD_-1204830400'), (u'LOAD_-1204830400', u'CALL_-1204830383'), ('const-64', u'INT_ADD_-1204830312'), (u'CAST_-1204830159', u'LOAD_-1204830400'), (u'COPY_-1204830255', u'MULTIEQUAL_-1204830178'), (u'INT_ADD_-1204830312', u'CAST_-1204830123'), ('const-0', u'INT_NOTEQUAL_-1204830444'), ('const--1', u'INT_ZEXT_-1204830201'), (u'LOAD_-1204830328', u'CALL_-1204830315'), ('tmp_572', u'INT_NOTEQUAL_-1204830444'), ('const-433', u'LOAD_-1204830328'), ('const-0', u'RETURN_-1204830279'), (u'CALL_-1204830383', u'INT_NOTEQUAL_-1204830360'), ('const-0', u'RETURN_-1204830329'), ('const-64', u'INT_ADD_-1204830384'), (u'INT_NOTEQUAL_-1204830444', u'CBRANCH_-1204830444'), ('const-0', u'COPY_-1204830170'), (u'INT_NOTEQUAL_-1204830360', u'CBRANCH_-1204830360'), (u'PIECE_-1204830130', u'RETURN_-1204830279'), ('tmp_546', u'INT_ADD_-1204830384'), ('tmp_572', u'INT_NOTEQUAL_-1204830417'), (u'INT_ZEXT_-1204830201', u'RETURN_-1204830329'), (u'INT_ADD_-1204830384', u'CAST_-1204830159'), ('tmp_546', u'INT_ADD_-1204830312'), (u'COPY_-1204830170', u'PIECE_-1204830130'), ('const-0', u'COPY_-1204830255')]
| null | null |
0030bef0
|
x64
|
O2
|
(translation_unit "undefined1 [16] FUN_0030bef0(long param_1,__off64_t param_2,int param_3)\n\n{\n int iVar1;\n undefined1 auVar2 [16];\n \n iVar1 = 0;\n if (param_3 != 0) {\n iVar1 = (param_3 != 1) + 1;\n }\n iVar1 = fseeko64(*(FILE **)(param_1 + 0x40),param_2,iVar1);\n if (iVar1 != 0) {\n return ZEXT816(0xffffffffffffffff);\n }\n auVar2._0_8_ = ftello64(*(FILE **)(param_1 + 0x40));\n auVar2._8_8_ = 0;\n return auVar2;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (macro_type_specifier "FUN_0030bef0(long param_1,__off64_t param_2,int param_3)" identifier ( (type_descriptor "long param_1" (sized_type_specifier "long param_1" long type_identifier)) (ERROR ",__off64_t param_2,int param_3" , identifier identifier , primitive_type identifier) )) ; (compound_statement "{\n int iVar1;\n undefined1 auVar2 [16];\n \n iVar1 = 0;\n if (param_3 != 0) {\n iVar1 = (param_3 != 1) + 1;\n }\n iVar1 = fseeko64(*(FILE **)(param_1 + 0x40),param_2,iVar1);\n if (iVar1 != 0) {\n return ZEXT816(0xffffffffffffffff);\n }\n auVar2._0_8_ = ftello64(*(FILE **)(param_1 + 0x40));\n auVar2._8_8_ = 0;\n return auVar2;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined1 auVar2 [16];" type_identifier (array_declarator "auVar2 [16]" identifier [ number_literal ]) ;) (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" identifier = number_literal) ;) (if_statement "if (param_3 != 0) {\n iVar1 = (param_3 != 1) + 1;\n }" if (parenthesized_expression "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )) (compound_statement "{\n iVar1 = (param_3 != 1) + 1;\n }" { (expression_statement "iVar1 = (param_3 != 1) + 1;" (assignment_expression "iVar1 = (param_3 != 1) + 1" identifier = (binary_expression "(param_3 != 1) + 1" (parenthesized_expression "(param_3 != 1)" ( (binary_expression "param_3 != 1" identifier != number_literal) )) + number_literal)) ;) })) (expression_statement "iVar1 = fseeko64(*(FILE **)(param_1 + 0x40),param_2,iVar1);" (assignment_expression "iVar1 = fseeko64(*(FILE **)(param_1 + 0x40),param_2,iVar1)" identifier = (call_expression "fseeko64(*(FILE **)(param_1 + 0x40),param_2,iVar1)" identifier (argument_list "(*(FILE **)(param_1 + 0x40),param_2,iVar1)" ( (pointer_expression "*(FILE **)(param_1 + 0x40)" * (cast_expression "(FILE **)(param_1 + 0x40)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) , identifier , identifier )))) ;) (if_statement "if (iVar1 != 0) {\n return ZEXT816(0xffffffffffffffff);\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n return ZEXT816(0xffffffffffffffff);\n }" { (return_statement "return ZEXT816(0xffffffffffffffff);" return (call_expression "ZEXT816(0xffffffffffffffff)" identifier (argument_list "(0xffffffffffffffff)" ( number_literal ))) ;) })) (expression_statement "auVar2._0_8_ = ftello64(*(FILE **)(param_1 + 0x40));" (assignment_expression "auVar2._0_8_ = ftello64(*(FILE **)(param_1 + 0x40))" (field_expression "auVar2._0_8_" identifier . field_identifier) = (call_expression "ftello64(*(FILE **)(param_1 + 0x40))" identifier (argument_list "(*(FILE **)(param_1 + 0x40))" ( (pointer_expression "*(FILE **)(param_1 + 0x40)" * (cast_expression "(FILE **)(param_1 + 0x40)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) )))) ;) (expression_statement "auVar2._8_8_ = 0;" (assignment_expression "auVar2._8_8_ = 0" (field_expression "auVar2._8_8_" identifier . field_identifier) = number_literal) ;) (return_statement "return auVar2;" return identifier ;) }))
|
(translation_unit "/* stdio_sync_filebuf<wchar_t, std::char_traits<wchar_t> >::seekoff(long, std::_Ios_Seekdir,\n std::_Ios_Openmode) */\n\nundefined1 [16]\nstdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>>::seekoff\n (long param_1,__off64_t param_2,int param_3)\n\n{\n int iVar1;\n undefined1 auVar2 [16];\n \n iVar1 = 0;\n if (param_3 != 0) {\n iVar1 = (param_3 != 1) + 1;\n }\n iVar1 = fseeko64(*(FILE **)(param_1 + 0x40),param_2,iVar1);\n if (iVar1 != 0) {\n return ZEXT816(0xffffffffffffffff);\n }\n auVar2._0_8_ = ftello64(*(FILE **)(param_1 + 0x40));\n auVar2._8_8_ = 0;\n return auVar2;\n}\n\n" comment (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (ERROR "stdio_sync_filebuf<wchar_t," (binary_expression "stdio_sync_filebuf<wchar_t" identifier < identifier) ,) (labeled_statement "std::char_traits<wchar_t>>::seekoff\n (long param_1,__off64_t param_2,int param_3)\n\n{\n int iVar1;" statement_identifier : (ERROR ":char_traits<wchar_t>>::seekoff\n (long param_1,__off64_t param_2,int param_3)\n\n{" : (binary_expression "char_traits<wchar_t>>::seekoff\n (long param_1,__off64_t param_2,int param_3)" identifier < (binary_expression "wchar_t>>::seekoff\n (long param_1,__off64_t param_2,int param_3)" identifier >> (ERROR "::" : :) (call_expression "seekoff\n (long param_1,__off64_t param_2,int param_3)" identifier (argument_list "(long param_1,__off64_t param_2,int param_3)" ( (ERROR "long" identifier) identifier , identifier (ERROR "param_2" identifier) , (ERROR "int" identifier) identifier ))))) {) (declaration "int iVar1;" primitive_type identifier ;)) (declaration "undefined1 auVar2 [16];" type_identifier (array_declarator "auVar2 [16]" identifier [ number_literal ]) ;) (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" identifier = number_literal) ;) (if_statement "if (param_3 != 0) {\n iVar1 = (param_3 != 1) + 1;\n }" if (parenthesized_expression "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )) (compound_statement "{\n iVar1 = (param_3 != 1) + 1;\n }" { (expression_statement "iVar1 = (param_3 != 1) + 1;" (assignment_expression "iVar1 = (param_3 != 1) + 1" identifier = (binary_expression "(param_3 != 1) + 1" (parenthesized_expression "(param_3 != 1)" ( (binary_expression "param_3 != 1" identifier != number_literal) )) + number_literal)) ;) })) (expression_statement "iVar1 = fseeko64(*(FILE **)(param_1 + 0x40),param_2,iVar1);" (assignment_expression "iVar1 = fseeko64(*(FILE **)(param_1 + 0x40),param_2,iVar1)" identifier = (call_expression "fseeko64(*(FILE **)(param_1 + 0x40),param_2,iVar1)" identifier (argument_list "(*(FILE **)(param_1 + 0x40),param_2,iVar1)" ( (pointer_expression "*(FILE **)(param_1 + 0x40)" * (cast_expression "(FILE **)(param_1 + 0x40)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) , identifier , identifier )))) ;) (if_statement "if (iVar1 != 0) {\n return ZEXT816(0xffffffffffffffff);\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n return ZEXT816(0xffffffffffffffff);\n }" { (return_statement "return ZEXT816(0xffffffffffffffff);" return (call_expression "ZEXT816(0xffffffffffffffff)" identifier (argument_list "(0xffffffffffffffff)" ( number_literal ))) ;) })) (expression_statement "auVar2._0_8_ = ftello64(*(FILE **)(param_1 + 0x40));" (assignment_expression "auVar2._0_8_ = ftello64(*(FILE **)(param_1 + 0x40))" (field_expression "auVar2._0_8_" identifier . field_identifier) = (call_expression "ftello64(*(FILE **)(param_1 + 0x40))" identifier (argument_list "(*(FILE **)(param_1 + 0x40))" ( (pointer_expression "*(FILE **)(param_1 + 0x40)" * (cast_expression "(FILE **)(param_1 + 0x40)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) )))) ;) (expression_statement "auVar2._8_8_ = 0;" (assignment_expression "auVar2._8_8_ = 0" (field_expression "auVar2._8_8_" identifier . field_identifier) = number_literal) ;) (return_statement "return auVar2;" return identifier ;) (ERROR "}" }))
|
(translation_unit "undefined1 [16] FUN_0030bef0(long param_1,__off64_t param_2,int param_3)\n\n{\n int iVar1;\n undefined1 auVar2 [16];\n \n iVar1 = 0;\n if (param_3 != 0) {\n iVar1 = (param_3 != 1) + 1;\n }\n iVar1 = fseeko64(*(FILE **)(param_1 + 0x40),param_2,iVar1);\n if (iVar1 != 0) {\n return ZEXT816(0xffffffffffffffff);\n }\n auVar2._0_8_ = ftello64(*(FILE **)(param_1 + 0x40));\n auVar2._8_8_ = 0;\n return auVar2;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (macro_type_specifier "FUN_0030bef0(long param_1,__off64_t param_2,int param_3)" identifier ( (type_descriptor "long param_1" (sized_type_specifier "long param_1" long type_identifier)) (ERROR ",__off64_t param_2,int param_3" , identifier identifier , primitive_type identifier) )) ; (compound_statement "{\n int iVar1;\n undefined1 auVar2 [16];\n \n iVar1 = 0;\n if (param_3 != 0) {\n iVar1 = (param_3 != 1) + 1;\n }\n iVar1 = fseeko64(*(FILE **)(param_1 + 0x40),param_2,iVar1);\n if (iVar1 != 0) {\n return ZEXT816(0xffffffffffffffff);\n }\n auVar2._0_8_ = ftello64(*(FILE **)(param_1 + 0x40));\n auVar2._8_8_ = 0;\n return auVar2;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined1 auVar2 [16];" type_identifier (array_declarator "auVar2 [16]" identifier [ number_literal ]) ;) (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" identifier = number_literal) ;) (if_statement "if (param_3 != 0) {\n iVar1 = (param_3 != 1) + 1;\n }" if (parenthesized_expression "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )) (compound_statement "{\n iVar1 = (param_3 != 1) + 1;\n }" { (expression_statement "iVar1 = (param_3 != 1) + 1;" (assignment_expression "iVar1 = (param_3 != 1) + 1" identifier = (binary_expression "(param_3 != 1) + 1" (parenthesized_expression "(param_3 != 1)" ( (binary_expression "param_3 != 1" identifier != number_literal) )) + number_literal)) ;) })) (expression_statement "iVar1 = fseeko64(*(FILE **)(param_1 + 0x40),param_2,iVar1);" (assignment_expression "iVar1 = fseeko64(*(FILE **)(param_1 + 0x40),param_2,iVar1)" identifier = (call_expression "fseeko64(*(FILE **)(param_1 + 0x40),param_2,iVar1)" identifier (argument_list "(*(FILE **)(param_1 + 0x40),param_2,iVar1)" ( (pointer_expression "*(FILE **)(param_1 + 0x40)" * (cast_expression "(FILE **)(param_1 + 0x40)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) , identifier , identifier )))) ;) (if_statement "if (iVar1 != 0) {\n return ZEXT816(0xffffffffffffffff);\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n return ZEXT816(0xffffffffffffffff);\n }" { (return_statement "return ZEXT816(0xffffffffffffffff);" return (call_expression "ZEXT816(0xffffffffffffffff)" identifier (argument_list "(0xffffffffffffffff)" ( number_literal ))) ;) })) (expression_statement "auVar2._0_8_ = ftello64(*(FILE **)(param_1 + 0x40));" (assignment_expression "auVar2._0_8_ = ftello64(*(FILE **)(param_1 + 0x40))" (field_expression "auVar2._0_8_" identifier . field_identifier) = (call_expression "ftello64(*(FILE **)(param_1 + 0x40))" identifier (argument_list "(*(FILE **)(param_1 + 0x40))" ( (pointer_expression "*(FILE **)(param_1 + 0x40)" * (cast_expression "(FILE **)(param_1 + 0x40)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) )))) ;) (expression_statement "auVar2._8_8_ = 0;" (assignment_expression "auVar2._8_8_ = 0" (field_expression "auVar2._8_8_" identifier . field_identifier) = number_literal) ;) (return_statement "return auVar2;" return identifier ;) }))
|
(translation_unit (expression_statement (subscript_expression IDENT [ LIT ]) ;) (macro_type_specifier IDENT ( (type_descriptor (sized_type_specifier long TYPE)) (ERROR , IDENT IDENT , TYPE IDENT) )) ; (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) + LIT)) ;) })) (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) )))) , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (return_statement return (call_expression IDENT (argument_list ( LIT ))) ;) })) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = (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 (field_expression IDENT . field_identifier) = LIT) ;) (return_statement return IDENT ;) }))
|
(expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" (identifier "undefined1") ([ "[") (number_literal "16") (] "]")) (; "")) (macro_type_specifier "FUN_0030bef0(long param_1,__off64_t param_2,int param_3)" (identifier "FUN_0030bef0") (( "(") (type_descriptor "long param_1" (sized_type_specifier "long param_1" (long "long") (type_identifier "param_1"))) (ERROR ",__off64_t param_2,int param_3" (, ",") (identifier "__off64_t") (identifier "param_2") (, ",") (primitive_type "int") (identifier "param_3")) () ")")) (; "") (compound_statement "{\n int iVar1;\n undefined1 auVar2 [16];\n \n iVar1 = 0;\n if (param_3 != 0) {\n iVar1 = (param_3 != 1) + 1;\n }\n iVar1 = fseeko64(*(FILE **)(param_1 + 0x40),param_2,iVar1);\n if (iVar1 != 0) {\n return ZEXT816(0xffffffffffffffff);\n }\n auVar2._0_8_ = ftello64(*(FILE **)(param_1 + 0x40));\n auVar2._8_8_ = 0;\n return auVar2;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "undefined1 auVar2 [16];" (type_identifier "undefined1") (array_declarator "auVar2 [16]" (identifier "auVar2") ([ "[") (number_literal "16") (] "]")) (; ";")) (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" (identifier "iVar1") (= "=") (number_literal "0")) (; ";")) (if_statement "if (param_3 != 0) {\n iVar1 = (param_3 != 1) + 1;\n }" (if "if") (parenthesized_expression "(param_3 != 0)" (( "(") (binary_expression "param_3 != 0" (identifier "param_3") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar1 = (param_3 != 1) + 1;\n }" ({ "{") (expression_statement "iVar1 = (param_3 != 1) + 1;" (assignment_expression "iVar1 = (param_3 != 1) + 1" (identifier "iVar1") (= "=") (binary_expression "(param_3 != 1) + 1" (parenthesized_expression "(param_3 != 1)" (( "(") (binary_expression "param_3 != 1" (identifier "param_3") (!= "!=") (number_literal "1")) () ")")) (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "iVar1 = fseeko64(*(FILE **)(param_1 + 0x40),param_2,iVar1);" (assignment_expression "iVar1 = fseeko64(*(FILE **)(param_1 + 0x40),param_2,iVar1)" (identifier "iVar1") (= "=") (call_expression "fseeko64(*(FILE **)(param_1 + 0x40),param_2,iVar1)" (identifier "fseeko64") (argument_list "(*(FILE **)(param_1 + 0x40),param_2,iVar1)" (( "(") (pointer_expression "*(FILE **)(param_1 + 0x40)" (* "*") (cast_expression "(FILE **)(param_1 + 0x40)" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")")))) (, ",") (identifier "param_2") (, ",") (identifier "iVar1") () ")")))) (; ";")) (if_statement "if (iVar1 != 0) {\n return ZEXT816(0xffffffffffffffff);\n }" (if "if") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n return ZEXT816(0xffffffffffffffff);\n }" ({ "{") (return_statement "return ZEXT816(0xffffffffffffffff);" (return "return") (call_expression "ZEXT816(0xffffffffffffffff)" (identifier "ZEXT816") (argument_list "(0xffffffffffffffff)" (( "(") (number_literal "0xffffffffffffffff") () ")"))) (; ";")) (} "}"))) (expression_statement "auVar2._0_8_ = ftello64(*(FILE **)(param_1 + 0x40));" (assignment_expression "auVar2._0_8_ = ftello64(*(FILE **)(param_1 + 0x40))" (field_expression "auVar2._0_8_" (identifier "auVar2") (. ".") (field_identifier "_0_8_")) (= "=") (call_expression "ftello64(*(FILE **)(param_1 + 0x40))" (identifier "ftello64") (argument_list "(*(FILE **)(param_1 + 0x40))" (( "(") (pointer_expression "*(FILE **)(param_1 + 0x40)" (* "*") (cast_expression "(FILE **)(param_1 + 0x40)" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")")))) () ")")))) (; ";")) (expression_statement "auVar2._8_8_ = 0;" (assignment_expression "auVar2._8_8_ = 0" (field_expression "auVar2._8_8_" (identifier "auVar2") (. ".") (field_identifier "_8_8_")) (= "=") (number_literal "0")) (; ";")) (return_statement "return auVar2;" (return "return") (identifier "auVar2") (; ";")) (} "}"))
|
/* stdio_sync_filebuf<wchar_t, std::char_traits<wchar_t> >::seekoff(long, std::_Ios_Seekdir,
std::_Ios_Openmode) */
type_1 [16]
stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>>::seekoff
(long var_3,__off64_t param_2,int var_1)
{
int var_4;
type_1 auVar2 [16];
var_4 = 0;
if (var_1 != 0) {
var_4 = (var_1 != 1) + 1;
}
var_4 = var_2(*(type_2 **)(var_3 + 0x40),param_2,var_4);
if (var_4 != 0) {
return var_5(0xffffffffffffffff);
}
auVar2._0_8_ = var_6(*(type_2 **)(var_3 + 0x40));
auVar2._8_8_ = 0;
return auVar2;
}
| null |
(translation_unit (expression_statement (subscript_expression argument: (identifier) index: (number_literal)) (MISSING ";")) (macro_type_specifier name: (identifier) type: (type_descriptor type: (sized_type_specifier type: (type_identifier))) (ERROR (identifier) (identifier) (primitive_type) (identifier))) (MISSING ";") (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (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: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_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))))))))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (number_literal))) (return_statement (identifier))))
| null |
undefined1 [16] MASKED(long param_1,__off64_t param_2,int param_3)
{
int iVar1;
undefined1 auVar2 [16];
iVar1 = 0;
if (param_3 != 0) {
iVar1 = (param_3 != 1) + 1;
}
iVar1 = fseeko64(*(FILE **)(param_1 + 0x40),param_2,iVar1);
if (iVar1 != 0) {
return ZEXT816(0xffffffffffffffff);
}
auVar2._0_8_ = ftello64(*(FILE **)(param_1 + 0x40));
auVar2._8_8_ = 0;
return auVar2;
}
|
3866_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
|
~Struct_incremental
|
FUN_001f1820
|
/* DWARF original prototype: void ~Struct_incremental(Struct_incremental * this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_incremental::~Struct_incremental
(Struct_incremental *this,int __in_chrg)
{
pointer pcVar1;
pcVar1 = (this->super_Struct_special).option.longname._M_dataplus._M_p;
(this->super_Struct_special).super_Struct_var._vptr_Struct_var =
(_func_int_varargs **)&PTR_parse_to_value_00423750;
if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*)pcVar1 != &(this->super_Struct_special).option.longname.field_2) {
operator_delete(pcVar1);
return;
}
return;
}
|
void FUN_001f1820(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00423750;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002dac60((undefined8 *)param_1[1]);
return;
}
return;
}
|
LEA RAX,[0x423750]
MOV RDX,qword ptr [RDI + 0x8]
MOV qword ptr [RDI],RAX
LEA RAX,[RDI + 0x18]
CMP RDX,RAX
JZ 0x001f1840
MOV RDI,RDX
JMP 0x002dac60
RET
| null | null | null | null |
[(u'PTRSUB_-1207953249', u'LOAD_-1207953365'), (u'PTRSUB_-1207953258', u'PTRSUB_-1207953254'), ('const-16', u'PTRSUB_-1207953238'), ('const-0', u'PTRSUB_-1207953244'), ('const-0', u'PTRSUB_-1207953249'), ('tmp_68', u'PTRSUB_-1207953249'), (u'PTRSUB_-1207953244', u'PTRSUB_-1207953240'), (u'PTRSUB_-1207953238', u'INT_NOTEQUAL_-1207953333'), ('const-0', u'RETURN_-1207953319'), (u'CAST_-1207953242', u'STORE_-1207953357'), (u'LOAD_-1207953365', u'CAST_-1207953234'), ('const-4339536', u'PTRSUB_-1207953257'), ('const-0', u'PTRSUB_-1207953254'), ('const-0', u'RETURN_-1207953310'), (u'PTRSUB_-1207953253', u'PTRSUB_-1207953258'), (u'CAST_-1207953234', u'INT_NOTEQUAL_-1207953333'), (u'LOAD_-1207953365', u'CALL_-1207953323'), ('const-0', u'PTRSUB_-1207953249'), ('const-0', u'PTRSUB_-1207953258'), ('const-433', u'STORE_-1207953357'), ('const-433', u'LOAD_-1207953365'), (u'PTRSUB_-1207953260', u'PTRSUB_-1207953253'), ('tmp_68', u'PTRSUB_-1207953253'), ('tmp_48', u'CBRANCH_-1207953332'), ('const-8', u'PTRSUB_-1207953253'), ('const-0', u'PTRSUB_-1207953257'), (u'PTRSUB_-1207953248', u'PTRSUB_-1207953244'), (u'PTRSUB_-1207953257', u'CAST_-1207953242'), (u'PTRSUB_-1207953254', u'PTRSUB_-1207953249'), (u'PTRSUB_-1207953249', u'PTRSUB_-1207953244'), ('tmp_68', u'PTRSUB_-1207953260'), ('const-0', u'PTRSUB_-1207953248'), (u'PTRSUB_-1207953253', u'PTRSUB_-1207953248'), (u'INT_NOTEQUAL_-1207953333', u'CBRANCH_-1207953332'), ('const-0', u'PTRSUB_-1207953253'), ('const-0', u'PTRSUB_-1207953240'), ('const-8', u'PTRSUB_-1207953244'), (u'PTRSUB_-1207953240', u'PTRSUB_-1207953238'), ('const-0', u'PTRSUB_-1207953260'), (u'PTRSUB_-1207953244', u'STORE_-1207953357')]
|
[('const-0', u'RETURN_-1207953310'), ('const-1', u'PTRADD_-1207953262'), ('const-433', u'LOAD_-1207953365'), ('tmp_109', u'PTRADD_-1207953254'), (u'PTRADD_-1207953262', u'LOAD_-1207953365'), (u'LOAD_-1207953365', u'CAST_-1207953261'), ('tmp_48', u'CBRANCH_-1207953332'), ('const-433', u'STORE_-1207953357'), (u'PTRADD_-1207953254', u'INT_NOTEQUAL_-1207953333'), ('tmp_109', u'PTRADD_-1207953262'), ('const-8', u'PTRADD_-1207953254'), (u'CAST_-1207953261', u'INT_NOTEQUAL_-1207953333'), (u'INT_NOTEQUAL_-1207953333', u'CBRANCH_-1207953332'), ('const-0', u'RETURN_-1207953319'), ('const-0', u'PTRSUB_-1207953258'), (u'CAST_-1207953261', u'CALL_-1207953323'), ('const-3', u'PTRADD_-1207953254'), ('tmp_109', u'STORE_-1207953357'), (u'PTRSUB_-1207953258', u'STORE_-1207953357'), ('const-4339536', u'PTRSUB_-1207953258'), ('const-8', u'PTRADD_-1207953262')]
| null | null |
001f1820
|
x64
|
O2
|
(translation_unit "void FUN_001f1820(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00423750;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_001f1820(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00423750;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_001f1820(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00423750;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00423750;" (assignment_expression "*param_1 = &PTR_FUN_00423750" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00423750" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60((undefined8 *)param_1[1]);\n return;\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac60((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_002dac60((undefined8 *)param_1[1]);" (call_expression "FUN_002dac60((undefined8 *)param_1[1])" identifier (argument_list "((undefined8 *)param_1[1])" ( (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void ~Struct_incremental(Struct_incremental * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_incremental::~Struct_incremental\n (Struct_incremental *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pcVar1 = (this->super_Struct_special).option.longname._M_dataplus._M_p;\n (this->super_Struct_special).super_Struct_var._vptr_Struct_var =\n (_func_int_varargs **)&PTR_parse_to_value_00423750;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->super_Struct_special).option.longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::General_options::Struct_incremental::~Struct_incremental\n (Struct_incremental *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pcVar1 = (this->super_Struct_special).option.longname._M_dataplus._M_p;\n (this->super_Struct_special).super_Struct_var._vptr_Struct_var =\n (_func_int_varargs **)&PTR_parse_to_value_00423750;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->super_Struct_special).option.longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_incremental::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_incremental\n (Struct_incremental *this,int __in_chrg)" identifier (parameter_list "(Struct_incremental *this,int __in_chrg)" ( (parameter_declaration "Struct_incremental *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer pcVar1;\n \n pcVar1 = (this->super_Struct_special).option.longname._M_dataplus._M_p;\n (this->super_Struct_special).super_Struct_var._vptr_Struct_var =\n (_func_int_varargs **)&PTR_parse_to_value_00423750;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->super_Struct_special).option.longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "pcVar1 = (this->super_Struct_special).option.longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->super_Struct_special).option.longname._M_dataplus._M_p" identifier = (field_expression "(this->super_Struct_special).option.longname._M_dataplus._M_p" (field_expression "(this->super_Struct_special).option.longname._M_dataplus" (field_expression "(this->super_Struct_special).option.longname" (field_expression "(this->super_Struct_special).option" (parenthesized_expression "(this->super_Struct_special)" ( (field_expression "this->super_Struct_special" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "(this->super_Struct_special).super_Struct_var._vptr_Struct_var =\n (_func_int_varargs **)&PTR_parse_to_value_00423750;" (assignment_expression "(this->super_Struct_special).super_Struct_var._vptr_Struct_var =\n (_func_int_varargs **)&PTR_parse_to_value_00423750" (field_expression "(this->super_Struct_special).super_Struct_var._vptr_Struct_var" (field_expression "(this->super_Struct_special).super_Struct_var" (parenthesized_expression "(this->super_Struct_special)" ( (field_expression "this->super_Struct_special" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR_parse_to_value_00423750" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_00423750" & identifier))) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->super_Struct_special).option.longname.field_2) {\n operator_delete(pcVar1);\n return;\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->super_Struct_special).option.longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->super_Struct_special).option.longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->super_Struct_special).option.longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->super_Struct_special).option.longname.field_2" & (field_expression "(this->super_Struct_special).option.longname.field_2" (field_expression "(this->super_Struct_special).option.longname" (field_expression "(this->super_Struct_special).option" (parenthesized_expression "(this->super_Struct_special)" ( (field_expression "this->super_Struct_special" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n return;\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_001f1820(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00423750;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_001f1820(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00423750;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_001f1820(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00423750;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00423750;" (assignment_expression "*param_1 = &PTR_FUN_00423750" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00423750" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60((undefined8 *)param_1[1]);\n return;\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac60((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_002dac60((undefined8 *)param_1[1]);" (call_expression "FUN_002dac60((undefined8 *)param_1[1])" identifier (argument_list "((undefined8 *)param_1[1])" ( (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) ))) ;) (return_statement return ;) })) (return_statement return ;) })))
|
(function_definition "void FUN_001f1820(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00423750;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_001f1820(undefined8 *param_1)" (identifier "FUN_001f1820") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_00423750;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00423750;" (assignment_expression "*param_1 = &PTR_FUN_00423750" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00423750" (& "&") (identifier "PTR_FUN_00423750"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60((undefined8 *)param_1[1]);\n return;\n }" (if "if") (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n FUN_002dac60((undefined8 *)param_1[1]);\n return;\n }" ({ "{") (expression_statement "FUN_002dac60((undefined8 *)param_1[1]);" (call_expression "FUN_002dac60((undefined8 *)param_1[1])" (identifier "FUN_002dac60") (argument_list "((undefined8 *)param_1[1])" (( "(") (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void ~Struct_incremental(Struct_incremental * this, int __in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1
(function_1 *this,int __in_chrg)
{
type_1 var_5;
var_5 = (this->super_Struct_special).option.longname._M_dataplus._M_p;
(this->super_Struct_special).super_Struct_var._vptr_Struct_var =
(type_2 **)&PTR_parse_to_value_00423750;
if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4
*)var_5 != &(this->super_Struct_special).option.longname.field_2) {
var_6(var_5);
return;
}
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) (return_statement))) (return_statement))))
| null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00423750;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002dac60((undefined8 *)param_1[1]);
return;
}
return;
}
|
170_x86_64-linux-gnux32-as_and_x86_64-linux-gnux32-as_strip.c
|
dwarf2_set_isa
|
FUN_0010e9e0
|
/* WARNING: Unknown calling convention */
void dwarf2_set_isa(uint isa)
{
current.isa = isa;
return;
}
|
void FUN_0010e9e0(undefined4 param_1)
{
DAT_001da3ec = param_1;
return;
}
|
MOV dword ptr [0x001da3ec],EDI
RET
| null | null | null | null |
[('const-0', u'RETURN_-1206916621'), ('tmp_12', u'COPY_-1206916639'), (u'COPY_-1206916639', u'COPY_-1206916628')]
|
[('const-0', u'RETURN_-1206916621'), ('tmp_12', u'COPY_-1206916639'), (u'COPY_-1206916639', u'COPY_-1206916628')]
| null | null |
0010e9e0
|
x64
|
O2
|
(translation_unit "void FUN_0010e9e0(undefined4 param_1)\n\n{\n DAT_001da3ec = param_1;\n return;\n}\n\n" (function_definition "void FUN_0010e9e0(undefined4 param_1)\n\n{\n DAT_001da3ec = param_1;\n return;\n}" primitive_type (function_declarator "FUN_0010e9e0(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n DAT_001da3ec = param_1;\n return;\n}" { (expression_statement "DAT_001da3ec = param_1;" (assignment_expression "DAT_001da3ec = param_1" identifier = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention */\n\nvoid dwarf2_set_isa(uint isa)\n\n{\n current.isa = isa;\n return;\n}\n\n" comment (function_definition "void dwarf2_set_isa(uint isa)\n\n{\n current.isa = isa;\n return;\n}" primitive_type (function_declarator "dwarf2_set_isa(uint isa)" identifier (parameter_list "(uint isa)" ( (parameter_declaration "uint isa" type_identifier identifier) ))) (compound_statement "{\n current.isa = isa;\n return;\n}" { (expression_statement "current.isa = isa;" (assignment_expression "current.isa = isa" (field_expression "current.isa" identifier . field_identifier) = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0010e9e0(undefined4 param_1)\n\n{\n DAT_001da3ec = param_1;\n return;\n}\n\n" (function_definition "void FUN_0010e9e0(undefined4 param_1)\n\n{\n DAT_001da3ec = param_1;\n return;\n}" primitive_type (function_declarator "FUN_0010e9e0(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n DAT_001da3ec = param_1;\n return;\n}" { (expression_statement "DAT_001da3ec = param_1;" (assignment_expression "DAT_001da3ec = param_1" identifier = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0010e9e0(undefined4 param_1)\n\n{\n DAT_001da3ec = param_1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0010e9e0(undefined4 param_1)" (identifier "FUN_0010e9e0") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) () ")"))) (compound_statement "{\n DAT_001da3ec = param_1;\n return;\n}" ({ "{") (expression_statement "DAT_001da3ec = param_1;" (assignment_expression "DAT_001da3ec = param_1" (identifier "DAT_001da3ec") (= "=") (identifier "param_1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention */
void function_1(type_1 isa)
{
current.isa = isa;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (return_statement))))
| null |
void MASKED(undefined4 param_1)
{
DAT_001da3ec = param_1;
return;
}
|
4662_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
|
plt_entry_count
|
FUN_0028cca0
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: uint plt_entry_count(Target_mips<32,_false> * this) */
uint __thiscall
anon_unknown.dwarf_ead2ad::Target_mips<32,_false>::plt_entry_count(Target_mips<32,_false> *this)
{
Mips_output_data_plt<32,_false> *pMVar1;
pMVar1 = this->plt_;
if (pMVar1 != (Mips_output_data_plt<32,_false> *)0x0) {
return (uint)((long)(pMVar1->symbols_).
super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>
._M_impl._M_finish -
(long)(pMVar1->symbols_).
super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>
._M_impl._M_start >> 3);
}
return 0;
}
|
long FUN_0028cca0(long param_1)
{
long lVar1;
lVar1 = *(long *)(param_1 + 0x30);
if (lVar1 != 0) {
return *(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48) >> 3;
}
return 0;
}
|
MOV RDX,qword ptr [RDI + 0x30]
TEST RDX,RDX
JZ 0x0028ccc0
MOV RAX,qword ptr [RDX + 0x50]
SUB RAX,qword ptr [RDX + 0x48]
SAR RAX,0x3
RET
XOR EAX,EAX
RET
| null | null | null | null |
[('const-0', u'INT_NOTEQUAL_-1204302665'), ('const-3', u'INT_SRIGHT_-1204302609'), ('const-8', u'PTRSUB_-1204302504'), ('const-0', u'PTRSUB_-1204302504'), ('tmp_221', u'PTRSUB_-1204302524'), ('const-72', u'PTRSUB_-1204302514'), ('const-0', u'COPY_-1204302563'), (u'INT_NOTEQUAL_-1204302665', u'CBRANCH_-1204302664'), ('const-0', u'PTRSUB_-1204302507'), (u'LOAD_-1204302685', u'INT_NOTEQUAL_-1204302665'), (u'INT_SRIGHT_-1204302609', u'SUBPIECE_-1204302515'), (u'COPY_-1204302563', u'RETURN_-1204302566'), ('tmp_32', u'CBRANCH_-1204302664'), (u'PTRSUB_-1204302524', u'LOAD_-1204302685'), ('const-0', u'RETURN_-1204302566'), (u'LOAD_-1204302652', u'CAST_-1204302500'), ('const-72', u'PTRSUB_-1204302508'), (u'CAST_-1204302500', u'INT_SUB_-1204302633'), (u'PTRSUB_-1204302507', u'PTRSUB_-1204302504'), (u'PTRSUB_-1204302507', u'PTRSUB_-1204302504'), (u'PTRSUB_-1204302514', u'PTRSUB_-1204302510'), (u'PTRSUB_-1204302501', u'LOAD_-1204302652'), (u'PTRSUB_-1204302508', u'PTRSUB_-1204302507'), ('const-0', u'SUBPIECE_-1204302515'), ('const-48', u'PTRSUB_-1204302524'), ('const-0', u'PTRSUB_-1204302507'), (u'PTRSUB_-1204302504', u'LOAD_-1204302663'), ('const-433', u'LOAD_-1204302652'), ('const-0', u'PTRSUB_-1204302501'), (u'LOAD_-1204302663', u'CAST_-1204302501'), (u'PTRSUB_-1204302504', u'PTRSUB_-1204302501'), ('const-0', u'RETURN_-1204302592'), ('const-433', u'LOAD_-1204302663'), (u'LOAD_-1204302685', u'PTRSUB_-1204302508'), ('const-0', u'PTRSUB_-1204302510'), (u'INT_SUB_-1204302633', u'INT_SRIGHT_-1204302609'), (u'LOAD_-1204302685', u'PTRSUB_-1204302514'), (u'SUBPIECE_-1204302515', u'RETURN_-1204302592'), (u'PTRSUB_-1204302510', u'PTRSUB_-1204302507'), ('const-433', u'LOAD_-1204302685'), (u'CAST_-1204302501', u'INT_SUB_-1204302633')]
|
[('const-48', u'INT_ADD_-1204302669'), ('const-0', u'INT_NOTEQUAL_-1204302665'), (u'LOAD_-1204302663', u'INT_SUB_-1204302633'), (u'INT_NOTEQUAL_-1204302665', u'CBRANCH_-1204302664'), (u'LOAD_-1204302685', u'INT_NOTEQUAL_-1204302665'), ('const-433', u'LOAD_-1204302652'), ('const-433', u'LOAD_-1204302685'), ('tmp_32', u'CBRANCH_-1204302664'), ('const-80', u'INT_ADD_-1204302647'), (u'INT_ADD_-1204302647', u'CAST_-1204302520'), ('const-0', u'RETURN_-1204302566'), (u'CAST_-1204302530', u'LOAD_-1204302685'), (u'INT_SRIGHT_-1204302609', u'RETURN_-1204302592'), (u'INT_ADD_-1204302669', u'CAST_-1204302530'), ('const-433', u'LOAD_-1204302663'), ('const-3', u'INT_SRIGHT_-1204302609'), ('tmp_245', u'INT_ADD_-1204302669'), (u'CAST_-1204302520', u'LOAD_-1204302663'), (u'CAST_-1204302515', u'LOAD_-1204302652'), (u'COPY_-1204302586', u'RETURN_-1204302566'), ('const-72', u'INT_ADD_-1204302640'), (u'INT_ADD_-1204302640', u'CAST_-1204302515'), ('const-0', u'RETURN_-1204302592'), (u'LOAD_-1204302685', u'INT_ADD_-1204302640'), (u'LOAD_-1204302652', u'INT_SUB_-1204302633'), ('const-0', u'COPY_-1204302586'), (u'INT_SUB_-1204302633', u'INT_SRIGHT_-1204302609'), (u'LOAD_-1204302685', u'INT_ADD_-1204302647')]
| null | null |
0028cca0
|
x64
|
O2
|
(translation_unit "long FUN_0028cca0(long param_1)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x30);\n if (lVar1 != 0) {\n return *(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48) >> 3;\n }\n return 0;\n}\n\n" (function_definition "long FUN_0028cca0(long param_1)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x30);\n if (lVar1 != 0) {\n return *(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48) >> 3;\n }\n return 0;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_0028cca0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x30);\n if (lVar1 != 0) {\n return *(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48) >> 3;\n }\n return 0;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *(long *)(param_1 + 0x30);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x30)" identifier = (pointer_expression "*(long *)(param_1 + 0x30)" * (cast_expression "(long *)(param_1 + 0x30)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) ;) (if_statement "if (lVar1 != 0) {\n return *(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48) >> 3;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n return *(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48) >> 3;\n }" { (return_statement "return *(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48) >> 3;" return (binary_expression "*(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48) >> 3" (binary_expression "*(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48)" (pointer_expression "*(long *)(lVar1 + 0x50)" * (cast_expression "(long *)(lVar1 + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x50)" ( (binary_expression "lVar1 + 0x50" identifier + number_literal) )))) - (pointer_expression "*(long *)(lVar1 + 0x48)" * (cast_expression "(long *)(lVar1 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x48)" ( (binary_expression "lVar1 + 0x48" identifier + number_literal) ))))) >> number_literal) ;) })) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: uint plt_entry_count(Target_mips<32,_false> * this) */\n\nuint __thiscall\nanon_unknown.dwarf_ead2ad::Target_mips<32,_false>::plt_entry_count(Target_mips<32,_false> *this)\n\n{\n Mips_output_data_plt<32,_false> *pMVar1;\n \n pMVar1 = this->plt_;\n if (pMVar1 != (Mips_output_data_plt<32,_false> *)0x0) {\n return (uint)((long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_finish -\n (long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_start >> 3);\n }\n return 0;\n}\n\n" comment comment (declaration "uint __thiscall\nanon_unknown.dwarf_ead2ad::Target_mips<32,_false>::plt_entry_count(Target_mips<32,_false> *this)\n\n{\n Mips_output_data_plt<32,_false> *pMVar1;" type_identifier (ms_call_modifier "__thiscall" __thiscall) identifier (ERROR ".dwarf_ead2ad::Target_mips<32" . identifier : : identifier < number_literal) , (ERROR "_false>::plt_entry_count(Target_mips<32,_false> *this)\n\n{" identifier > : : (function_declarator "plt_entry_count(Target_mips<32,_false> *this)" identifier (parameter_list "(Target_mips<32,_false> *this)" ( (parameter_declaration "Target_mips" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) ))) {) identifier (ERROR "<32" < number_literal) , (ERROR "_false>" identifier >) (pointer_declarator "*pMVar1" * identifier) ;) (expression_statement "pMVar1 = this->plt_;" (assignment_expression "pMVar1 = this->plt_" identifier = (field_expression "this->plt_" identifier -> field_identifier)) ;) (if_statement "if (pMVar1 != (Mips_output_data_plt<32,_false> *)0x0) {\n return (uint)((long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_finish -\n (long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_start >> 3);\n }" if (parenthesized_expression "(pMVar1 != (Mips_output_data_plt<32,_false> *)0x0)" ( (binary_expression "pMVar1 != (Mips_output_data_plt<32,_false> *)0x0)" identifier != (parenthesized_expression "(Mips_output_data_plt<32,_false> *)0x0)" ( (comma_expression "Mips_output_data_plt<32,_false> *)0x0" (binary_expression "Mips_output_data_plt<32" identifier < number_literal) , (binary_expression "_false> *)0x0" identifier > (pointer_expression "*)0x0" * (ERROR ")" )) number_literal))) ))) )) (compound_statement "{\n return (uint)((long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_finish -\n (long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_start >> 3);\n }" { (return_statement "return (uint)((long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_finish -\n (long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_start >> 3);" return (call_expression "(uint)((long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_finish -\n (long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_start >> 3)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_finish -\n (long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_start >> 3)" ( (binary_expression "(long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_finish -\n (long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_start >> 3" (field_expression "(long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_finish -\n (long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_start" (field_expression "(long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_finish -\n (long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl" (binary_expression "(long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_finish -\n (long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_" (binary_expression "(long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_finish -\n (long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32" (binary_expression "(long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_finish -\n (long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)" (binary_expression "(long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_finish -\n (long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std" (binary_expression "(long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_finish -\n (long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32" (binary_expression "(long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_finish -\n (long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)" (binary_expression "(long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_finish -\n (long)(pMVar1->symbols_).\n super__Vector_base" (field_expression "(long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl._M_finish" (field_expression "(long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>\n ._M_impl" (binary_expression "(long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_" (binary_expression "(long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32" (binary_expression "(long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)" (binary_expression "(long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std" (binary_expression "(long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)::Mips_symbol<32" (binary_expression "(long)(pMVar1->symbols_).\n super__Vector_base<(anonymous_namespace)" (cast_expression "(long)(pMVar1->symbols_).\n super__Vector_base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "(pMVar1->symbols_).\n super__Vector_base" (parenthesized_expression "(pMVar1->symbols_)" ( (field_expression "pMVar1->symbols_" identifier -> field_identifier) )) . field_identifier)) < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) (ERROR "::Mips_symbol" : : identifier) < number_literal) > (pointer_expression "*,_std" * (ERROR "," ,) identifier)) (ERROR "::allocator" : : identifier) < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) (ERROR "::Mips_symbol" : : identifier) < number_literal) > (pointer_expression "*>_" * (ERROR ">" >) identifier)) (ERROR ">" >) . field_identifier) . field_identifier) - (cast_expression "(long)(pMVar1->symbols_).\n super__Vector_base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "(pMVar1->symbols_).\n super__Vector_base" (parenthesized_expression "(pMVar1->symbols_)" ( (field_expression "pMVar1->symbols_" identifier -> field_identifier) )) . field_identifier))) < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) (ERROR "::Mips_symbol" : : identifier) < number_literal) > (pointer_expression "*,_std" * (ERROR "," ,) identifier)) (ERROR "::allocator" : : identifier) < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) (ERROR "::Mips_symbol" : : identifier) < number_literal) > (pointer_expression "*>_" * (ERROR ">" >) identifier)) (ERROR ">" >) . field_identifier) . field_identifier) >> number_literal) ))) ;) })) (return_statement "return 0;" return number_literal ;) (ERROR "}" }))
|
(translation_unit "long FUN_0028cca0(long param_1)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x30);\n if (lVar1 != 0) {\n return *(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48) >> 3;\n }\n return 0;\n}\n\n" (function_definition "long FUN_0028cca0(long param_1)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x30);\n if (lVar1 != 0) {\n return *(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48) >> 3;\n }\n return 0;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_0028cca0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x30);\n if (lVar1 != 0) {\n return *(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48) >> 3;\n }\n return 0;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *(long *)(param_1 + 0x30);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x30)" identifier = (pointer_expression "*(long *)(param_1 + 0x30)" * (cast_expression "(long *)(param_1 + 0x30)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) ;) (if_statement "if (lVar1 != 0) {\n return *(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48) >> 3;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n return *(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48) >> 3;\n }" { (return_statement "return *(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48) >> 3;" return (binary_expression "*(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48) >> 3" (binary_expression "*(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48)" (pointer_expression "*(long *)(lVar1 + 0x50)" * (cast_expression "(long *)(lVar1 + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x50)" ( (binary_expression "lVar1 + 0x50" identifier + number_literal) )))) - (pointer_expression "*(long *)(lVar1 + 0x48)" * (cast_expression "(long *)(lVar1 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x48)" ( (binary_expression "lVar1 + 0x48" identifier + number_literal) ))))) >> number_literal) ;) })) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (return_statement return (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) >> LIT) ;) })) (return_statement return LIT ;) })))
|
(function_definition "long FUN_0028cca0(long param_1)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x30);\n if (lVar1 != 0) {\n return *(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48) >> 3;\n }\n return 0;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_0028cca0(long param_1)" (identifier "FUN_0028cca0") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x30);\n if (lVar1 != 0) {\n return *(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48) >> 3;\n }\n return 0;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (expression_statement "lVar1 = *(long *)(param_1 + 0x30);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x30)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(param_1 + 0x30)" (* "*") (cast_expression "(long *)(param_1 + 0x30)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")"))))) (; ";")) (if_statement "if (lVar1 != 0) {\n return *(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48) >> 3;\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n return *(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48) >> 3;\n }" ({ "{") (return_statement "return *(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48) >> 3;" (return "return") (binary_expression "*(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48) >> 3" (binary_expression "*(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48)" (pointer_expression "*(long *)(lVar1 + 0x50)" (* "*") (cast_expression "(long *)(lVar1 + 0x50)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x50)" (( "(") (binary_expression "lVar1 + 0x50" (identifier "lVar1") (+ "+") (number_literal "0x50")) () ")")))) (- "-") (pointer_expression "*(long *)(lVar1 + 0x48)" (* "*") (cast_expression "(long *)(lVar1 + 0x48)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x48)" (( "(") (binary_expression "lVar1 + 0x48" (identifier "lVar1") (+ "+") (number_literal "0x48")) () ")"))))) (>> ">>") (number_literal "3")) (; ";")) (} "}"))) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: uint plt_entry_count(Target_mips<32,_false> * this) */
type_1 __thiscall
anon_unknown.dwarf_ead2ad::Target_mips<32,var_3>::plt_entry_count(Target_mips<32,var_3> *this)
{
var_2<32,var_3> *var_1;
var_1 = this->plt_;
if (var_1 != (var_2<32,var_3> *)0x0) {
return (type_1)((long)(var_1->symbols_).
super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>
._M_impl._M_finish -
(long)(var_1->symbols_).
super__Vector_base<(anonymous_namespace)::Mips_symbol<32>*,_std::allocator<(anonymous_namespace)::Mips_symbol<32>*>_>
._M_impl._M_start >> 3);
}
return 0;
}
| null |
(translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))) (return_statement (number_literal)))))
| null |
long MASKED(long param_1)
{
long lVar1;
lVar1 = *(long *)(param_1 + 0x30);
if (lVar1 != 0) {
return *(long *)(lVar1 + 0x50) - *(long *)(lVar1 + 0x48) >> 3;
}
return 0;
}
|
172_paste_and_paste_strip.c
|
fseeko
|
fseeko
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fseeko(FILE *__stream,__off_t __off,int __whence)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fseeko@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fseeko(FILE *__stream,__off_t __off,int __whence)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1206931078')]
|
[('const-1', u'RETURN_-1206931078')]
| null | null |
0010b170
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fseeko(FILE *__stream,__off_t __off,int __whence)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int fseeko(FILE *__stream,__off_t __off,int __whence)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "fseeko(FILE *__stream,__off_t __off,int __whence)" identifier (parameter_list "(FILE *__stream,__off_t __off,int __whence)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) , (parameter_declaration "__off_t __off" type_identifier identifier) , (parameter_declaration "int __whence" 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 fseeko(FILE *__stream,__off_t __off,int __whence)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fseeko@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int fseeko(FILE *__stream,__off_t __off,int __whence)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fseeko@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "fseeko(FILE *__stream,__off_t __off,int __whence)" identifier (parameter_list "(FILE *__stream,__off_t __off,int __whence)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) , (parameter_declaration "__off_t __off" type_identifier identifier) , (parameter_declaration "int __whence" primitive_type identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fseeko@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "int fseeko(FILE *__stream,__off_t __off,int __whence)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fseeko(FILE *__stream,__off_t __off,int __whence)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fseeko(FILE *__stream,__off_t __off,int __whence)" identifier (parameter_list "(FILE *__stream,__off_t __off,int __whence)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) , (parameter_declaration "__off_t __off" type_identifier identifier) , (parameter_declaration "int __whence" primitive_type identifier) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "int fseeko(FILE *__stream,__off_t __off,int __whence)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fseeko(FILE *__stream,__off_t __off,int __whence)" (identifier "fseeko") (parameter_list "(FILE *__stream,__off_t __off,int __whence)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) (, ",") (parameter_declaration "__off_t __off" (type_identifier "__off_t") (identifier "__off")) (, ",") (parameter_declaration "int __whence" (primitive_type "int") (identifier "__whence")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream,type_2 __off,int __whence)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fseeko@@GLIBC_2.2.5 */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream,__off_t __off,int __whence)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
7935_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
|
begin
|
FUN_002e1d10
|
/* std::string::begin() const */
undefined8 __thiscall std::string::begin(string *this)
{
return *(undefined8 *)this;
}
|
undefined8 FUN_002e1d10(undefined8 *param_1)
{
return *param_1;
}
|
MOV RAX,qword ptr [RDI]
RET
| null | null | null | null |
[('tmp_15', u'CAST_-1204740778'), (u'CAST_-1204740778', u'LOAD_-1204740846'), (u'LOAD_-1204740846', u'COPY_-1204740846'), (u'COPY_-1204740846', u'RETURN_-1204740831'), ('const-433', u'LOAD_-1204740846'), ('const-0', u'RETURN_-1204740831')]
|
[(u'LOAD_-1204740846', u'COPY_-1204740846'), ('tmp_16', u'LOAD_-1204740846'), (u'COPY_-1204740846', u'RETURN_-1204740831'), ('const-433', u'LOAD_-1204740846'), ('const-0', u'RETURN_-1204740831')]
| null | null |
002e1d10
|
x64
|
O2
|
(translation_unit "undefined8 FUN_002e1d10(undefined8 *param_1)\n\n{\n return *param_1;\n}\n\n" (function_definition "undefined8 FUN_002e1d10(undefined8 *param_1)\n\n{\n return *param_1;\n}" type_identifier (function_declarator "FUN_002e1d10(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n return *param_1;\n}" { (return_statement "return *param_1;" return (pointer_expression "*param_1" * identifier) ;) })))
|
(translation_unit "/* std::string::begin() const */\n\nundefined8 __thiscall std::string::begin(string *this)\n\n{\n return *(undefined8 *)this;\n}\n\n" comment (function_definition "undefined8 __thiscall std::string::begin(string *this)\n\n{\n return *(undefined8 *)this;\n}" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::string::" identifier : : identifier : :) (function_declarator "begin(string *this)" identifier (parameter_list "(string *this)" ( (parameter_declaration "string *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n return *(undefined8 *)this;\n}" { (return_statement "return *(undefined8 *)this;" return (pointer_expression "*(undefined8 *)this" * (cast_expression "(undefined8 *)this" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) })))
|
(translation_unit "undefined8 FUN_002e1d10(undefined8 *param_1)\n\n{\n return *param_1;\n}\n\n" (function_definition "undefined8 FUN_002e1d10(undefined8 *param_1)\n\n{\n return *param_1;\n}" type_identifier (function_declarator "FUN_002e1d10(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n return *param_1;\n}" { (return_statement "return *param_1;" return (pointer_expression "*param_1" * identifier) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (return_statement return (pointer_expression * IDENT) ;) })))
|
(function_definition "undefined8 FUN_002e1d10(undefined8 *param_1)\n\n{\n return *param_1;\n}" (type_identifier "undefined8") (function_declarator "FUN_002e1d10(undefined8 *param_1)" (identifier "FUN_002e1d10") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n return *param_1;\n}" ({ "{") (return_statement "return *param_1;" (return "return") (pointer_expression "*param_1" (* "*") (identifier "param_1")) (; ";")) (} "}")))
|
/* std::string::begin() const */
type_1 __thiscall std::type_2::function_1(type_2 *this)
{
return *(type_1 *)this;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (return_statement (pointer_expression argument: (identifier))))))
| null |
undefined8 MASKED(undefined8 *param_1)
{
return *param_1;
}
|
4927_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
|
add_symbolless_local_addend
|
FUN_0021bb40
|
/* DWARF original prototype: void add_symbolless_local_addend(Output_data_reloc<9,_true,_32,_true> *
this, Sized_relobj<32,_true> * relobj, uint local_sym_index, uint type, Output_data * od, uint
shndx, Address address) */
void __thiscall
gold::Output_data_reloc<9,_true,_32,_true>::add_symbolless_local_addend
(Output_data_reloc<9,_true,_32,_true> *this,Sized_relobj<32,_true> *relobj,uint param_2,
uint type,Output_data *od,uint shndx,Address address)
{
Output_reloc<9,_true,_32,_true> OStack_38;
Output_reloc<9,_true,_32,_true>::Output_reloc
(&OStack_38,relobj,param_2,type,shndx,address,false,true,false,false);
Output_data_reloc_base<9,_true,_32,_true>::add
(&this->super_Output_data_reloc_base<9,_true,_32,_true>,od,&OStack_38);
return;
}
|
void FUN_0021bb40(undefined8 param_1)
{
undefined8 in_R8;
undefined1 auStack_38 [32];
FUN_00204a60(auStack_38);
FUN_0021b6a0(param_1,in_R8,auStack_38);
return;
}
|
PUSH R12
MOV R12,R8
MOV R8D,R9D
PUSH RBP
MOV RBP,RDI
PUSH RBX
SUB RSP,0x20
MOV RBX,RSP
PUSH 0x0
PUSH 0x0
MOV RDI,RBX
PUSH 0x1
PUSH 0x0
MOV R9D,dword ptr [RSP + 0x60]
CALL 0x00204a60
ADD RSP,0x20
MOV RDX,RBX
MOV RSI,R12
MOV RDI,RBP
CALL 0x0021b6a0
ADD RSP,0x20
POP RBX
POP RBP
POP R12
RET
| null | null | null | null |
[(u'PTRSUB_-1203848135', u'CALL_-1203848299'), ('tmp_230', u'CALL_-1203848299'), ('const--56', u'PTRSUB_-1203848135'), ('tmp_368', u'PTRSUB_-1203848134'), ('tmp_227', u'CALL_-1203848299'), ('const-0', u'RETURN_-1203848226'), ('tmp_225', u'CALL_-1203848299'), ('const--56', u'PTRSUB_-1203848134'), ('tmp_368', u'PTRSUB_-1203848135'), ('const-0', u'CALL_-1203848299'), ('const-0', u'CALL_-1203848299'), (u'PTRSUB_-1203848134', u'CALL_-1203848266'), (u'PTRSUB_-1203848092', u'CALL_-1203848266'), ('tmp_224', u'PTRSUB_-1203848092'), ('tmp_226', u'CALL_-1203848299'), ('const-1', u'CALL_-1203848299'), ('const-0', u'PTRSUB_-1203848092'), ('tmp_228', u'CALL_-1203848266'), ('const-0', u'CALL_-1203848299'), ('tmp_229', u'CALL_-1203848299')]
|
[('const--56', u'PTRSUB_-1203848154'), ('tmp_332', u'PTRSUB_-1203848154'), ('const-0', u'RETURN_-1203848226'), (u'PTRSUB_-1203848155', u'CALL_-1203848299'), ('const--56', u'PTRSUB_-1203848155'), ('tmp_336', u'CALL_-1203848266'), (u'PTRSUB_-1203848154', u'CALL_-1203848266'), ('tmp_332', u'PTRSUB_-1203848155'), ('tmp_333', u'CALL_-1203848266')]
| null | null |
0021bb40
|
x64
|
O2
|
(translation_unit "void FUN_0021bb40(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined1 auStack_38 [32];\n \n FUN_00204a60(auStack_38);\n FUN_0021b6a0(param_1,in_R8,auStack_38);\n return;\n}\n\n" (function_definition "void FUN_0021bb40(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined1 auStack_38 [32];\n \n FUN_00204a60(auStack_38);\n FUN_0021b6a0(param_1,in_R8,auStack_38);\n return;\n}" primitive_type (function_declarator "FUN_0021bb40(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n undefined8 in_R8;\n undefined1 auStack_38 [32];\n \n FUN_00204a60(auStack_38);\n FUN_0021b6a0(param_1,in_R8,auStack_38);\n return;\n}" { (declaration "undefined8 in_R8;" type_identifier identifier ;) (declaration "undefined1 auStack_38 [32];" type_identifier (array_declarator "auStack_38 [32]" identifier [ number_literal ]) ;) (expression_statement "FUN_00204a60(auStack_38);" (call_expression "FUN_00204a60(auStack_38)" identifier (argument_list "(auStack_38)" ( identifier ))) ;) (expression_statement "FUN_0021b6a0(param_1,in_R8,auStack_38);" (call_expression "FUN_0021b6a0(param_1,in_R8,auStack_38)" identifier (argument_list "(param_1,in_R8,auStack_38)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void add_symbolless_local_addend(Output_data_reloc<9,_true,_32,_true> *\n this, Sized_relobj<32,_true> * relobj, uint local_sym_index, uint type, Output_data * od, uint\n shndx, Address address) */\n\nvoid __thiscall\ngold::Output_data_reloc<9,_true,_32,_true>::add_symbolless_local_addend\n (Output_data_reloc<9,_true,_32,_true> *this,Sized_relobj<32,_true> *relobj,uint param_2,\n uint type,Output_data *od,uint shndx,Address address)\n\n{\n Output_reloc<9,_true,_32,_true> OStack_38;\n \n Output_reloc<9,_true,_32,_true>::Output_reloc\n (&OStack_38,relobj,param_2,type,shndx,address,false,true,false,false);\n Output_data_reloc_base<9,_true,_32,_true>::add\n (&this->super_Output_data_reloc_base<9,_true,_32,_true>,od,&OStack_38);\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Output_data_reloc<9,_true,_32,_true>::add_symbolless_local_addend\n (Output_data_reloc<9,_true,_32,_true> *this,Sized_relobj<32,_true> *relobj,uint param_2,\n uint type,Output_data *od,uint shndx,Address address)\n\n{\n Output_reloc<9,_true,_32,_true> OStack_38;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_true>::add_symbolless_local_addend\n (Output_data_reloc<9,_true,_32,_true> *this,Sized_relobj<32,_true> *relobj,uint param_2,\n uint type,Output_data *od,uint shndx,Address address)\n\n{" identifier > : : (function_declarator "add_symbolless_local_addend\n (Output_data_reloc<9,_true,_32,_true> *this,Sized_relobj<32,_true> *relobj,uint param_2,\n uint type,Output_data *od,uint shndx,Address address)" identifier (parameter_list "(Output_data_reloc<9,_true,_32,_true> *this,Sized_relobj<32,_true> *relobj,uint param_2,\n uint type,Output_data *od,uint shndx,Address address)" ( (parameter_declaration "Output_data_reloc" type_identifier) (ERROR "<9" < number_literal) , (parameter_declaration "_true" type_identifier) , (parameter_declaration "_32" type_identifier) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Sized_relobj" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_true> *relobj" type_identifier (ERROR ">" >) (pointer_declarator "*relobj" * identifier)) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "uint type" type_identifier identifier) , (parameter_declaration "Output_data *od" type_identifier (pointer_declarator "*od" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) , (parameter_declaration "Address address" type_identifier identifier) ))) {) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_true>" identifier >) identifier ;) (expression_statement "Output_reloc<9,_true,_32,_true>::Output_reloc\n (&OStack_38,relobj,param_2,type,shndx,address,false,true,false,false);" (update_expression "Output_reloc<9,_true,_32,_true>::Output_reloc\n (&OStack_38,relobj,param_2,type,shndx,address,false,true,false,false)" (binary_expression "Output_reloc<9,_true,_32,_true>::Output_reloc\n (&OStack_38,relobj,param_2,type,shndx,address,false,true,false,false)" (binary_expression "Output_reloc<9" identifier < number_literal) (ERROR ",_true,_32,_true" , identifier , identifier , identifier) > (ERROR "::" : :) (call_expression "Output_reloc\n (&OStack_38,relobj,param_2,type,shndx,address,false,true,false,false)" identifier (argument_list "(&OStack_38,relobj,param_2,type,shndx,address,false,true,false,false)" ( (pointer_expression "&OStack_38" & identifier) , identifier , identifier , identifier , identifier , identifier , false , true , false , false )))) --) ;) (expression_statement "Output_data_reloc_base<9,_true,_32,_true>::add\n (&this->super_Output_data_reloc_base<9,_true,_32,_true>,od,&OStack_38);" (update_expression "Output_data_reloc_base<9,_true,_32,_true>::add\n (&this->super_Output_data_reloc_base<9,_true,_32,_true>,od,&OStack_38)" (binary_expression "Output_data_reloc_base<9,_true,_32,_true>::add\n (&this->super_Output_data_reloc_base<9,_true,_32,_true>,od,&OStack_38)" (binary_expression "Output_data_reloc_base<9" identifier < number_literal) (ERROR ",_true,_32,_true" , identifier , identifier , identifier) > (ERROR "::" : :) (call_expression "add\n (&this->super_Output_data_reloc_base<9,_true,_32,_true>,od,&OStack_38)" identifier (argument_list "(&this->super_Output_data_reloc_base<9,_true,_32,_true>,od,&OStack_38)" ( (binary_expression "&this->super_Output_data_reloc_base<9" (pointer_expression "&this->super_Output_data_reloc_base" & (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier)) < number_literal) , identifier , identifier , identifier (ERROR ">" >) , identifier , (pointer_expression "&OStack_38" & identifier) )))) --) ;) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_0021bb40(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined1 auStack_38 [32];\n \n FUN_00204a60(auStack_38);\n FUN_0021b6a0(param_1,in_R8,auStack_38);\n return;\n}\n\n" (function_definition "void FUN_0021bb40(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined1 auStack_38 [32];\n \n FUN_00204a60(auStack_38);\n FUN_0021b6a0(param_1,in_R8,auStack_38);\n return;\n}" primitive_type (function_declarator "FUN_0021bb40(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n undefined8 in_R8;\n undefined1 auStack_38 [32];\n \n FUN_00204a60(auStack_38);\n FUN_0021b6a0(param_1,in_R8,auStack_38);\n return;\n}" { (declaration "undefined8 in_R8;" type_identifier identifier ;) (declaration "undefined1 auStack_38 [32];" type_identifier (array_declarator "auStack_38 [32]" identifier [ number_literal ]) ;) (expression_statement "FUN_00204a60(auStack_38);" (call_expression "FUN_00204a60(auStack_38)" identifier (argument_list "(auStack_38)" ( identifier ))) ;) (expression_statement "FUN_0021b6a0(param_1,in_R8,auStack_38);" (call_expression "FUN_0021b6a0(param_1,in_R8,auStack_38)" identifier (argument_list "(param_1,in_R8,auStack_38)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0021bb40(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined1 auStack_38 [32];\n \n FUN_00204a60(auStack_38);\n FUN_0021b6a0(param_1,in_R8,auStack_38);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0021bb40(undefined8 param_1)" (identifier "FUN_0021bb40") (parameter_list "(undefined8 param_1)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) () ")"))) (compound_statement "{\n undefined8 in_R8;\n undefined1 auStack_38 [32];\n \n FUN_00204a60(auStack_38);\n FUN_0021b6a0(param_1,in_R8,auStack_38);\n return;\n}" ({ "{") (declaration "undefined8 in_R8;" (type_identifier "undefined8") (identifier "in_R8") (; ";")) (declaration "undefined1 auStack_38 [32];" (type_identifier "undefined1") (array_declarator "auStack_38 [32]" (identifier "auStack_38") ([ "[") (number_literal "32") (] "]")) (; ";")) (expression_statement "FUN_00204a60(auStack_38);" (call_expression "FUN_00204a60(auStack_38)" (identifier "FUN_00204a60") (argument_list "(auStack_38)" (( "(") (identifier "auStack_38") () ")"))) (; ";")) (expression_statement "FUN_0021b6a0(param_1,in_R8,auStack_38);" (call_expression "FUN_0021b6a0(param_1,in_R8,auStack_38)" (identifier "FUN_0021b6a0") (argument_list "(param_1,in_R8,auStack_38)" (( "(") (identifier "param_1") (, ",") (identifier "in_R8") (, ",") (identifier "auStack_38") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void add_symbolless_local_addend(Output_data_reloc<9,_true,_32,_true> *
this, Sized_relobj<32,_true> * relobj, uint local_sym_index, uint type, Output_data * od, uint
shndx, Address address) */
void __thiscall
gold::Output_data_reloc<9,_true,_32,_true>::add_symbolless_local_addend
(Output_data_reloc<9,_true,_32,_true> *this,Sized_relobj<32,_true> *relobj,uint param_2,
uint type,Output_data *od,uint shndx,Address address)
{
var_1<9,_true,_32,_true> OStack_38;
var_1<9,_true,_32,_true>::var_1
(&OStack_38,relobj,param_2,type,shndx,address,false,true,false,false);
var_2<9,_true,_32,_true>::var_3
(&this->super_Output_data_reloc_base<9,_true,_32,_true>,od,&OStack_38);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (return_statement))))
| null |
void MASKED(undefined8 param_1)
{
undefined8 in_R8;
undefined1 auStack_38 [32];
FUN_00204a60(auStack_38);
FUN_0021b6a0(param_1,in_R8,auStack_38);
return;
}
|
362_libMagickCore-7.Q16HDRI.so.8.0_and_libMagickCore-7.Q16HDRI.so.8.0_strip.c
|
strlen
|
strlen
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strlen(char *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strlen_006d2b50)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strlen(char *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strlen_006d2b50)();
return sVar1;
}
|
JMP qword ptr [0x006d2b50]
| null | null | null | null |
[('const-0', u'RETURN_-1207193525'), ('tmp_32', u'CAST_-1207193461'), (u'CALLIND_-1207193528', u'RETURN_-1207193525'), (u'INDIRECT_-1207193466', u'COPY_-1207193525'), (u'CALLIND_-1207193528', u'INDIRECT_-1207193466'), (u'CAST_-1207193461', u'CALLIND_-1207193528')]
|
[('const-0', u'RETURN_-1207193525'), ('tmp_32', u'CAST_-1207193461'), (u'CALLIND_-1207193528', u'RETURN_-1207193525'), (u'INDIRECT_-1207193466', u'COPY_-1207193525'), (u'CALLIND_-1207193528', u'INDIRECT_-1207193466'), (u'CAST_-1207193461', u'CALLIND_-1207193528')]
| null | null |
0014b040
|
x64
|
O2
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_006d2b50)();\n return sVar1;\n}\n\n" comment (function_definition "size_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_006d2b50)();\n return sVar1;\n}" primitive_type (function_declarator "strlen(char *__s)" identifier (parameter_list "(char *__s)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_006d2b50)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_strlen_006d2b50)();" (assignment_expression "sVar1 = (*(code *)PTR_strlen_006d2b50)()" identifier = (call_expression "(*(code *)PTR_strlen_006d2b50)()" (parenthesized_expression "(*(code *)PTR_strlen_006d2b50)" ( (pointer_expression "*(code *)PTR_strlen_006d2b50" * (cast_expression "(code *)PTR_strlen_006d2b50" ( (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 strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_006d2b50)();\n return sVar1;\n}\n\n" comment (function_definition "size_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_006d2b50)();\n return sVar1;\n}" primitive_type (function_declarator "strlen(char *__s)" identifier (parameter_list "(char *__s)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_006d2b50)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_strlen_006d2b50)();" (assignment_expression "sVar1 = (*(code *)PTR_strlen_006d2b50)()" identifier = (call_expression "(*(code *)PTR_strlen_006d2b50)()" (parenthesized_expression "(*(code *)PTR_strlen_006d2b50)" ( (pointer_expression "*(code *)PTR_strlen_006d2b50" * (cast_expression "(code *)PTR_strlen_006d2b50" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return sVar1;" return identifier ;) })))
|
(translation_unit "size_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_006d2b50)();\n return sVar1;\n}\n\n" (function_definition "size_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_006d2b50)();\n return sVar1;\n}" primitive_type (function_declarator "strlen(char *__s)" identifier (parameter_list "(char *__s)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_006d2b50)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_strlen_006d2b50)();" (assignment_expression "sVar1 = (*(code *)PTR_strlen_006d2b50)()" identifier = (call_expression "(*(code *)PTR_strlen_006d2b50)()" (parenthesized_expression "(*(code *)PTR_strlen_006d2b50)" ( (pointer_expression "*(code *)PTR_strlen_006d2b50" * (cast_expression "(code *)PTR_strlen_006d2b50" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return sVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
|
(function_definition "size_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_006d2b50)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "strlen(char *__s)" (identifier "strlen") (parameter_list "(char *__s)" (( "(") (parameter_declaration "char *__s" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s"))) () ")"))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_006d2b50)();\n return sVar1;\n}" ({ "{") (declaration "size_t sVar1;" (primitive_type "size_t") (identifier "sVar1") (; ";")) (expression_statement "sVar1 = (*(code *)PTR_strlen_006d2b50)();" (assignment_expression "sVar1 = (*(code *)PTR_strlen_006d2b50)()" (identifier "sVar1") (= "=") (call_expression "(*(code *)PTR_strlen_006d2b50)()" (parenthesized_expression "(*(code *)PTR_strlen_006d2b50)" (( "(") (pointer_expression "*(code *)PTR_strlen_006d2b50" (* "*") (cast_expression "(code *)PTR_strlen_006d2b50" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_strlen_006d2b50"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return sVar1;" (return "return") (identifier "sVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(char *__s)
{
size_t sVar1;
sVar1 = (*(type_1 *)PTR_strlen_006d2b50)();
return sVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
| null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(char *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_006d2b50)();
return sVar1;
}
|
6921_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
|
read_dynamic
|
FUN_002a63c0
|
/* DWARF original prototype: void read_dynamic(Sized_dynobj<64,_true> * this, uchar * pshdrs, uint
dynamic_shndx, uint strtab_shndx, uchar * strtabu, off_t strtab_size) */
void __thiscall
gold::Sized_dynobj<64,_true>::read_dynamic
(Sized_dynobj<64,_true> *this,uchar *pshdrs,uint dynamic_shndx,uint strtab_shndx,
uchar *strtabu,off_t strtab_size)
{
anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*paVar1;
pointer *ppbVar2;
ulong uVar3;
ulong uVar4;
iterator __position;
uint uVar5;
ulong *puVar6;
size_t sVar7;
uchar *puVar8;
char *pcVar9;
Input_file *this_00;
uint uVar10;
ulong uVar11;
ulong *puVar12;
uchar *__s;
uchar *local_60;
basic_string<char,_std::char_traits<char>,_std::allocator<char>_> local_58;
uVar10 = dynamic_shndx << 6;
if (*(int *)(pshdrs + (ulong)uVar10 + 4) != 0x6000000) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/dynobj.cc",0x100,"read_dynamic");
}
uVar11 = *(ulong *)(pshdrs + (ulong)uVar10 + 0x20);
uVar3 = *(ulong *)(pshdrs + (ulong)uVar10 + 0x18);
this_00 = (this->super_Dynobj).super_Object.input_file_;
uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 | (uVar11 & 0xff0000000000) >> 0x18
| (uVar11 & 0xff00000000) >> 8 | (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18
| (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;
if (this_00 == (Input_file *)0x0) {
LAB_002a66c4:
/* WARNING: Subroutine does not return */
Object::input_file((Object *)this_00);
}
puVar6 = (ulong *)File_read::get_view(&this_00->file_,(this->super_Dynobj).super_Object.offset_,
uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |
(uVar3 & 0xff0000000000) >> 0x18 |
(uVar3 & 0xff00000000) >> 8 | (uVar3 & 0xff000000) << 8 |
(uVar3 & 0xff0000) << 0x18 | (uVar3 & 0xff00) << 0x28 |
uVar3 << 0x38,uVar11,true,false);
uVar10 = *(uint *)(pshdrs + (ulong)uVar10 + 0x28);
uVar10 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18;
if (0xfeff < uVar10) {
elfcpp::Elf_file<64,_true,_gold::Object>::initialize_shnum(&this->elf_file_);
uVar10 = uVar10 + (this->elf_file_).large_shndx_offset_;
}
local_60 = strtabu;
if (strtab_shndx == uVar10) {
LAB_002a64e6:
puVar12 = (ulong *)(uVar11 + (long)puVar6);
if (puVar6 < puVar12) {
paVar1 = &local_58.field_2;
do {
while( true ) {
uVar11 = *puVar6;
uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |
(uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |
(uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |
(uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;
if (uVar11 == 1) break;
if (uVar11 == 0) {
return;
}
if (uVar11 == 0xe) {
uVar11 = puVar6[1];
pcVar9 = "DT_SONAME value out of range: %lld >= %lld";
uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |
(uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |
(uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |
(uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;
if (strtab_size <= (long)uVar11) goto LAB_002a659e;
sVar7 = strlen((char *)(local_60 + uVar11));
std::string::_M_replace
((string *)&(this->super_Dynobj).soname_,0,
(this->super_Dynobj).soname_._M_string_length,(char *)(local_60 + uVar11),
sVar7);
}
joined_r0x002a6660:
puVar6 = puVar6 + 2;
if (puVar12 <= puVar6) goto LAB_002a655d;
}
uVar11 = puVar6[1];
uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |
(uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |
(uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |
(uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;
if (strtab_size <= (long)uVar11) {
pcVar9 = "DT_NEEDED value out of range: %lld >= %lld";
LAB_002a659e:
pcVar9 = (char *)gettext(pcVar9);
Object::error((Object *)this,pcVar9,uVar11,strtab_size);
goto joined_r0x002a6660;
}
puVar8 = (uchar *)0xffffffffffffffff;
__s = local_60 + uVar11;
local_58._M_dataplus._M_p = (pointer)paVar1;
if (__s != (uchar *)0x0) {
sVar7 = strlen((char *)__s);
puVar8 = __s + sVar7;
}
std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::
_M_construct<char_const*>(&local_58,__s,puVar8);
__position._M_current =
(this->super_Dynobj).needed_.
super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>
._M_impl._M_finish;
if (__position._M_current !=
(this->super_Dynobj).needed_.
super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>
._M_impl._M_end_of_storage) {
((__position._M_current)->_M_dataplus)._M_p = (pointer)&(__position._M_current)->field_2;
if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*)local_58._M_dataplus._M_p == paVar1) {
((__position._M_current)->field_2)._M_allocated_capacity =
local_58.field_2._M_allocated_capacity;
*(undefined8 *)((long)&(__position._M_current)->field_2 + 8) = local_58.field_2._8_8_;
}
else {
((__position._M_current)->_M_dataplus)._M_p = local_58._M_dataplus._M_p;
((__position._M_current)->field_2)._M_allocated_capacity =
local_58.field_2._M_allocated_capacity;
}
(__position._M_current)->_M_string_length = local_58._M_string_length;
ppbVar2 = &(this->super_Dynobj).needed_.
super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>
._M_impl._M_finish;
*ppbVar2 = *ppbVar2 + 1;
goto joined_r0x002a6660;
}
/* try { // try from 002a6698 to 002a669c has its CatchHandler @ 002a66e1 */
std::
vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>
::
_M_realloc_insert<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>
(&(this->super_Dynobj).needed_,__position,&local_58);
if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*)local_58._M_dataplus._M_p == paVar1) goto joined_r0x002a6660;
operator_delete(local_58._M_dataplus._M_p);
puVar6 = puVar6 + 2;
} while (puVar6 < puVar12);
}
LAB_002a655d:
pcVar9 = (char *)gettext("missing DT_NULL in dynamic segment");
Object::error((Object *)this,pcVar9);
return;
}
if (uVar10 < (this->super_Dynobj).super_Object.shnum_) {
uVar5 = uVar10 << 6;
if (*(int *)(pshdrs + (ulong)uVar5 + 4) == 0x3000000) {
uVar3 = *(ulong *)(pshdrs + (ulong)uVar5 + 0x20);
uVar4 = *(ulong *)(pshdrs + (ulong)uVar5 + 0x18);
this_00 = (this->super_Dynobj).super_Object.input_file_;
strtab_size = uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |
(uVar3 & 0xff0000000000) >> 0x18 | (uVar3 & 0xff00000000) >> 8 |
(uVar3 & 0xff000000) << 8 | (uVar3 & 0xff0000) << 0x18 |
(uVar3 & 0xff00) << 0x28 | uVar3 << 0x38;
if (this_00 == (Input_file *)0x0) goto LAB_002a66c4;
local_60 = File_read::get_view(&this_00->file_,(this->super_Dynobj).super_Object.offset_,
uVar4 >> 0x38 | (uVar4 & 0xff000000000000) >> 0x28 |
(uVar4 & 0xff0000000000) >> 0x18 | (uVar4 & 0xff00000000) >> 8
| (uVar4 & 0xff000000) << 8 | (uVar4 & 0xff0000) << 0x18 |
(uVar4 & 0xff00) << 0x28 | uVar4 << 0x38,strtab_size,false,
false);
goto LAB_002a64e6;
}
pcVar9 = "DYNAMIC section %u link %u is not a strtab";
}
else {
pcVar9 = "DYNAMIC section %u link out of range: %u";
}
pcVar9 = (char *)gettext(pcVar9);
Object::error((Object *)this,pcVar9,(ulong)dynamic_shndx,uVar10);
return;
}
|
void FUN_002a63c0(long param_1,long param_2,int param_3,uint param_4,long param_5,ulong param_6)
{
ulong uVar1;
ulong uVar2;
long *plVar3;
ulong *puVar4;
undefined8 uVar5;
size_t sVar6;
uint uVar7;
char *pcVar8;
long lVar9;
ulong uVar10;
ulong *puVar11;
char *__s;
long local_60;
long *local_58;
long local_50;
long local_48;
long lStack_40;
lVar9 = (ulong)(uint)(param_3 << 6) + param_2;
if (*(int *)(lVar9 + 4) != 0x6000000) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/dynobj.cc",0x100,"read_dynamic");
}
uVar10 = *(ulong *)(lVar9 + 0x20);
uVar1 = *(ulong *)(lVar9 + 0x18);
uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18
| (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18
| (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;
if (*(long *)(param_1 + 0x28) == 0) {
LAB_002a66c4:
/* WARNING: Subroutine does not return */
FUN_0029a160();
}
puVar4 = (ulong *)FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),
uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |
(uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |
(uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |
(uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0);
uVar7 = *(uint *)(lVar9 + 0x28);
uVar7 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;
if (0xfeff < uVar7) {
FUN_00167b70(param_1 + 0x90);
uVar7 = uVar7 + *(int *)(param_1 + 0xa8);
}
local_60 = param_5;
if (param_4 == uVar7) {
LAB_002a64e6:
puVar11 = (ulong *)(uVar10 + (long)puVar4);
if (puVar4 < puVar11) {
do {
while( true ) {
uVar10 = *puVar4;
uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |
(uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |
(uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |
(uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;
if (uVar10 == 1) break;
if (uVar10 == 0) {
return;
}
if (uVar10 == 0xe) {
uVar10 = puVar4[1];
pcVar8 = "DT_SONAME value out of range: %lld >= %lld";
uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |
(uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |
(uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |
(uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;
if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;
sVar6 = strlen((char *)(uVar10 + local_60));
FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),
(char *)(uVar10 + local_60),sVar6);
}
joined_r0x002a6660:
puVar4 = puVar4 + 2;
if (puVar11 <= puVar4) goto LAB_002a655d;
}
uVar10 = puVar4[1];
uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |
(uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |
(uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |
(uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;
if ((long)param_6 <= (long)uVar10) {
pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";
LAB_002a659e:
uVar5 = gettext(pcVar8);
FUN_001bd150(param_1,uVar5,uVar10,param_6);
goto joined_r0x002a6660;
}
pcVar8 = (char *)0xffffffffffffffff;
__s = (char *)(uVar10 + local_60);
local_58 = &local_48;
if (__s != (char *)0x0) {
sVar6 = strlen(__s);
pcVar8 = __s + sVar6;
}
FUN_001665c0(&local_58,__s,pcVar8);
plVar3 = *(long **)(param_1 + 0x78);
if (plVar3 != *(long **)(param_1 + 0x80)) {
*plVar3 = (long)(plVar3 + 2);
if (local_58 == &local_48) {
plVar3[2] = local_48;
plVar3[3] = lStack_40;
}
else {
*plVar3 = (long)local_58;
plVar3[2] = local_48;
}
plVar3[1] = local_50;
*(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;
goto joined_r0x002a6660;
}
/* try { // try from 002a6698 to 002a669c has its CatchHandler @ 002a66e1 */
FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);
if (local_58 == &local_48) goto joined_r0x002a6660;
FUN_002dac60();
puVar4 = puVar4 + 2;
} while (puVar4 < puVar11);
}
LAB_002a655d:
uVar5 = gettext("missing DT_NULL in dynamic segment");
FUN_001bd150(param_1,uVar5);
return;
}
if (uVar7 < *(uint *)(param_1 + 0x38)) {
param_2 = param_2 + (ulong)(uVar7 << 6);
if (*(int *)(param_2 + 4) == 0x3000000) {
uVar1 = *(ulong *)(param_2 + 0x20);
uVar2 = *(ulong *)(param_2 + 0x18);
param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |
(uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |
(uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |
uVar1 << 0x38;
if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;
local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),
uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |
(uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |
(uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |
(uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);
goto LAB_002a64e6;
}
pcVar8 = "DYNAMIC section %u link %u is not a strtab";
}
else {
pcVar8 = "DYNAMIC section %u link out of range: %u";
}
uVar5 = gettext(pcVar8);
FUN_001bd150(param_1,uVar5,param_3,uVar7);
return;
}
|
PUSH R15
MOV R10D,EDX
PUSH R14
SHL R10D,0x6
PUSH R13
ADD R10,RSI
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x48
CMP dword ptr [R10 + 0x4],0x6000000
MOV dword ptr [RSP + 0x8],ECX
MOV qword ptr [RSP + 0x18],R8
JNZ 0x002a66c9
MOV RBP,RDI
MOV R15D,EDX
MOV R12,qword ptr [R10 + 0x20]
MOV RDX,qword ptr [R10 + 0x18]
MOV RDI,qword ptr [RDI + 0x28]
BSWAP R12
BSWAP RDX
TEST RDI,RDI
JZ 0x002a66c4
MOV R13,RSI
MOV RSI,qword ptr [RBP + 0x30]
MOV RCX,R12
MOV R14,R9
ADD RDI,0x28
XOR R9D,R9D
MOV R8D,0x1
MOV qword ptr [RSP + 0x10],R10
CALL 0x0017b1d0
MOV R10,qword ptr [RSP + 0x10]
MOV RBX,RAX
MOV ECX,dword ptr [R10 + 0x28]
BSWAP ECX
CMP ECX,0xfeff
JA 0x002a65c8
CMP dword ptr [RSP + 0x8],ECX
JZ 0x002a64e6
CMP dword ptr [RBP + 0x38],ECX
JBE 0x002a6680
MOV EAX,ECX
MOV dword ptr [RSP + 0x8],ECX
SHL EAX,0x6
ADD R13,RAX
CMP dword ptr [R13 + 0x4],0x3000000
JZ 0x002a64b0
LEA RDI,[0x38b688]
CALL 0x00147320
MOV ECX,dword ptr [RSP + 0x8]
MOV EDX,R15D
MOV RDI,RBP
MOV RSI,RAX
XOR EAX,EAX
CALL 0x001bd150
ADD RSP,0x48
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV R14,qword ptr [R13 + 0x20]
MOV RDX,qword ptr [R13 + 0x18]
MOV RDI,qword ptr [RBP + 0x28]
BSWAP R14
BSWAP RDX
TEST RDI,RDI
JZ 0x002a66c4
MOV RSI,qword ptr [RBP + 0x30]
ADD RDI,0x28
XOR R9D,R9D
XOR R8D,R8D
MOV RCX,R14
CALL 0x0017b1d0
MOV qword ptr [RSP + 0x18],RAX
ADD R12,RBX
CMP RBX,R12
JNC 0x002a655d
LEA R13,[RSP + 0x20]
LEA RAX,[R13 + 0x10]
MOV qword ptr [RSP + 0x8],RAX
LEA RAX,[RBP + 0x70]
MOV qword ptr [RSP + 0x10],RAX
MOV RAX,qword ptr [RBX]
BSWAP RAX
CMP RAX,0x1
JZ 0x002a6588
TEST RAX,RAX
JZ 0x002a6497
CMP RAX,0xe
JNZ 0x002a6554
MOV RDX,qword ptr [RBX + 0x8]
LEA RDI,[0x38b6b8]
BSWAP RDX
MOV R15,RDX
CMP R14,RDX
JLE 0x002a659e
ADD R15,qword ptr [RSP + 0x18]
MOV RDI,R15
CALL 0x00147490
MOV RDX,qword ptr [RBP + 0x58]
LEA RDI,[RBP + 0x50]
MOV RCX,R15
MOV R8,RAX
XOR ESI,ESI
CALL 0x002e2590
ADD RBX,0x10
CMP RBX,R12
JC 0x002a6505
LEA RDI,[0x38b718]
CALL 0x00147320
MOV RDI,RBP
MOV RSI,RAX
XOR EAX,EAX
CALL 0x001bd150
ADD RSP,0x48
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV R8,qword ptr [RBX + 0x8]
BSWAP R8
MOV R15,R8
CMP R14,R8
JG 0x002a65f0
LEA RDI,[0x38b6e8]
CALL 0x00147320
ADD RBX,0x10
MOV RCX,R14
MOV RDX,R15
MOV RSI,RAX
MOV RDI,RBP
XOR EAX,EAX
CALL 0x001bd150
CMP RBX,R12
JC 0x002a6505
JMP 0x002a655d
LEA RDI,[RBP + 0x90]
MOV dword ptr [RSP + 0x10],ECX
CALL 0x00167b70
MOV ECX,dword ptr [RSP + 0x10]
ADD ECX,dword ptr [RBP + 0xa8]
JMP 0x002a644e
MOV RAX,qword ptr [RSP + 0x8]
MOV RDX,-0x1
MOV qword ptr [RSP + 0x20],RAX
ADD R15,qword ptr [RSP + 0x18]
JZ 0x002a6614
MOV RDI,R15
CALL 0x00147490
LEA RDX,[R15 + RAX*0x1]
MOV RSI,R15
MOV RDI,R13
CALL 0x001665c0
MOV RSI,qword ptr [RBP + 0x78]
CMP RSI,qword ptr [RBP + 0x80]
JZ 0x002a6690
LEA RAX,[RSI + 0x10]
MOV qword ptr [RSI],RAX
MOV RAX,qword ptr [RSP + 0x20]
CMP RAX,qword ptr [RSP + 0x8]
JZ 0x002a6670
MOV qword ptr [RSI],RAX
MOV RAX,qword ptr [RSP + 0x30]
MOV qword ptr [RSI + 0x10],RAX
MOV RAX,qword ptr [RSP + 0x28]
ADD RBX,0x10
MOV qword ptr [RSI + 0x8],RAX
ADD qword ptr [RBP + 0x78],0x20
CMP RBX,R12
JC 0x002a6505
JMP 0x002a655d
MOVDQA XMM0,xmmword ptr [RSP + 0x30]
MOVUPS xmmword ptr [RSI + 0x10],XMM0
JMP 0x002a664b
MOV dword ptr [RSP + 0x8],ECX
LEA RDI,[0x38b658]
JMP 0x002a647e
MOV RDI,qword ptr [RSP + 0x10]
MOV RDX,R13
CALL 0x0016f5d0
MOV RDI,qword ptr [RSP + 0x20]
CMP RDI,qword ptr [RSP + 0x8]
JZ 0x002a6554
CALL 0x002dac60
ADD RBX,0x10
CMP RBX,R12
JC 0x002a6505
JMP 0x002a655d
CALL 0x0029a160
LEA RDX,[0x38b968]
MOV ESI,0x100
LEA RDI,[0x38b402]
CALL 0x0017c650
| null | null | null | null |
[(u'INDIRECT_-1204457506', u'CAST_-1204457081'), (u'INT_AND_-1204459636', u'INT_RIGHT_-1204459632'), (u'MULTIEQUAL_-1204457952', u'PTRADD_-1204459140'), (u'INDIRECT_-1204457633', u'MULTIEQUAL_-1204458002'), (u'MULTIEQUAL_-1204458356', u'INT_SLESSEQUAL_-1204459315'), (u'MULTIEQUAL_-1204457850', u'MULTIEQUAL_-1204457191'), (u'INT_AND_-1204459730', u'INT_RIGHT_-1204459726'), (u'LOAD_-1204459983', u'INT_AND_-1204459936'), ('const-280375465082880', u'INT_AND_-1204459933'), ('const-24', u'INT_LEFT_-1204459895'), (u'CALL_-1204460295', u'INDIRECT_-1204458129'), ('const-433', u'LOAD_-1204460357'), (u'PTRSUB_-1204457223', u'PTRSUB_-1204457127'), ('const-433', u'LOAD_-1204459587'), ('const-0', u'PTRSUB_-1204457702'), (u'CALL_-1204458926', u'INDIRECT_-1204457481'), ('const-1', u'PTRADD_-1204457480'), (u'INT_LEFT_-1204460394', u'INT_OR_-1204460394'), ('const-100663296', u'INT_NOTEQUAL_-1204460489'), ('const-4', u'INT_ADD_-1204457830'), (u'INDIRECT_-1204457484', u'MULTIEQUAL_-1204457900'), (u'CALL_-1204459154', u'INDIRECT_-1204457633'), (u'CALL_-1204459835', u'INDIRECT_-1204457903'), ('tmp_6419', u'PTRSUB_-1204457643'), (u'INT_LEFT_-1204460362', u'INT_OR_-1204460362'), (u'INDIRECT_-1204457755', u'MULTIEQUAL_-1204457190'), ('const-280375465082880', u'INT_AND_-1204460403'), (u'LOAD_-1204460453', u'INT_AND_-1204460406'), (u'LOAD_-1204459762', u'INT_AND_-1204459715'), ('const-1', u'PTRADD_-1204459140'), (u'CALL_-1204458886', u'INDIRECT_-1204457459'), (u'CALL_-1204459548', u'INDIRECT_-1204457780'), (u'MULTIEQUAL_-1204457825', u'MULTIEQUAL_-1204457551'), (u'INT_LEFT_-1204460562', u'INT_ZEXT_-1204458008'), (u'INT_RIGHT_-1204459726', u'INT_OR_-1204459727'), ('const-433', u'LOAD_-1204460505'), ('const-8', u'INT_RIGHT_-1204459926'), ('const-40', u'INT_RIGHT_-1204460376'), ('const-0', u'CALL_-1204459835'), ('const-0', u'PTRSUB_-1204457323'), ('const-56', u'INT_RIGHT_-1204459908'), (u'CAST_-1204457642', u'CALL_-1204460046'), ('const-433', u'LOAD_-1204459976'), (u'INT_OR_-1204459930', u'INT_OR_-1204459927'), (u'INT_EQUAL_-1204459717', u'CBRANCH_-1204459714'), ('const-8', u'INT_LEFT_-1204459627'), (u'PTRSUB_-1204457222', u'CAST_-1204457128'), ('tmp_2862', u'PTRSUB_-1204457323'), (u'CALL_-1204460295', u'INDIRECT_-1204458079'), ('tmp_2695', u'CBRANCH_-1204458856'), ('const-40', u'PTRSUB_-1204457866'), ('const-0', u'PTRSUB_-1204457248'), (u'LOAD_-1204460281', u'INT_AND_-1204460247'), (u'PTRSUB_-1204457649', u'PTRSUB_-1204457623'), (u'CALL_-1204459177', u'INDIRECT_-1204457599'), ('const-0', u'PTRSUB_-1204457242'), ('tmp_2862', u'PTRSUB_-1204457413'), ('const-56', u'INT_RIGHT_-1204459343'), (u'MULTIEQUAL_-1204457850', u'MULTIEQUAL_-1204457576'), ('tmp_2862', u'PTRSUB_-1204457902'), (u'INDIRECT_-1204457434', u'MULTIEQUAL_-1204457850'), (u'INT_OR_-1204459324', u'PTRADD_-1204459140'), (u'LOAD_-1204460439', u'PTRSUB_-1204457866'), ('const-24', u'INT_RIGHT_-1204459723'), (u'CALL_-1204459154', u'INDIRECT_-1204457583'), ('const-40', u'INT_LEFT_-1204459918'), (u'INT_AND_-1204459898', u'INT_LEFT_-1204459895'), (u'INT_OR_-1204459898', u'INT_OR_-1204459895'), (u'LOAD_-1204459762', u'INT_RIGHT_-1204459728'), (u'PTRSUB_-1204457242', u'STORE_-1204459083'), (u'LOAD_-1204459378', u'INT_AND_-1204459342'), (u'INT_AND_-1204459921', u'INT_LEFT_-1204459918'), (u'INT_OR_-1204459921', u'INT_OR_-1204459918'), (u'LOAD_-1204459152', u'PTRSUB_-1204457222'), (u'INT_RIGHT_-1204459720', u'INT_OR_-1204459721'), (u'INT_ADD_-1204457268', u'CAST_-1204457127'), ('const-1', u'PTRADD_-1204460384'), ('const-8', u'PTRADD_-1204457190'), (u'LOAD_-1204460446', u'INT_AND_-1204460380'), (u'INT_RIGHT_-1204460378', u'INT_OR_-1204460377'), ('const-280375465082880', u'INT_AND_-1204459727'), (u'LOAD_-1204459378', u'INT_LEFT_-1204459324'), (u'INDIRECT_-1204457878', u'MULTIEQUAL_-1204457852'), ('const-71776119061217280', u'INT_AND_-1204459345'), (u'INT_AND_-1204459630', u'INT_LEFT_-1204459627'), (u'INT_OR_-1204459630', u'INT_OR_-1204459627'), ('const-40', u'INT_RIGHT_-1204459635'), ('tmp_6419', u'PTRSUB_-1204457586'), (u'LOAD_-1204459976', u'INT_AND_-1204459910'), (u'INT_AND_-1204459624', u'INT_LEFT_-1204459621'), (u'INT_OR_-1204459624', u'INT_OR_-1204459621'), ('const-65280', u'INT_AND_-1204459330'), (u'MULTIEQUAL_-1204457902', u'MULTIEQUAL_-1204457875'), ('tmp_2790', u'BRANCH_-1204459034'), (u'INT_RIGHT_-1204459908', u'INT_OR_-1204459907'), (u'INT_OR_-1204459618', u'CAST_-1204457450'), (u'INT_OR_-1204459324', u'CAST_-1204457359'), (u'INT_LEFT_-1204459618', u'INT_OR_-1204459618'), ('tmp_456', u'CBRANCH_-1204460366'), (u'INDIRECT_-1204457608', u'MULTIEQUAL_-1204457192'), (u'LOAD_-1204460439', u'MULTIEQUAL_-1204458004'), (u'PTRSUB_-1204457323', u'PTRSUB_-1204457279'), (u'INDIRECT_-1204457583', u'MULTIEQUAL_-1204457191'), (u'INT_LEFT_-1204459330', u'INT_OR_-1204459330'), (u'LOAD_-1204460446', u'INT_AND_-1204460374'), ('const-433', u'LOAD_-1204459152'), ('const-1', u'PTRADD_-1204459549'), (u'INT_LEFT_-1204460149', u'INT_ZEXT_-1204457835'), ('const-71776119061217280', u'INT_AND_-1204459910'), ('const-2', u'PTRADD_-1204457161'), (u'PTRSUB_-1204457127', u'STORE_-1204457720'), ('const-8', u'PTRSUB_-1204457241'), (u'MULTIEQUAL_-1204458219', u'INT_EQUAL_-1204460219'), ('const-24', u'INT_LEFT_-1204459624'), (u'INT_RIGHT_-1204459934', u'INT_OR_-1204459933'), ('const-0', u'INT_NOTEQUAL_-1204459191'), ('const-50331648', u'INT_EQUAL_-1204460109'), ('tmp_2863', u'PTRADD_-1204460219'), ('const-0', u'PTRSUB_-1204457258'), (u'MULTIEQUAL_-1204458165', u'CALL_-1204459342'), ('tmp_2862', u'CAST_-1204457315'), (u'LOAD_-1204459152', u'PTRSUB_-1204457276'), (u'CALL_-1204459065', u'INDIRECT_-1204457708'), (u'INT_RIGHT_-1204459635', u'INT_OR_-1204459636'), (u'PTRSUB_-1204457242', u'PTRSUB_-1204457236'), ('const-0', u'PTRSUB_-1204457681'), ('tmp_705', u'CBRANCH_-1204460193'), (u'INT_LESS_-1204460231', u'CBRANCH_-1204460239'), ('const-0', u'RETURN_-1204459417'), (u'CAST_-1204457239', u'CALL_-1204459177'), (u'INT_AND_-1204459715', u'INT_LEFT_-1204459712'), (u'INT_OR_-1204459715', u'INT_OR_-1204459712'), (u'PTRSUB_-1204457182', u'STORE_-1204459029'), ('const-65280', u'INT_AND_-1204459895'), (u'INDIRECT_-1204457608', u'STORE_-1204459041'), (u'PTRSUB_-1204457306', u'CAST_-1204457201'), ('tmp_2862', u'PTRSUB_-1204457806'), (u'INT_AND_-1204459727', u'INT_RIGHT_-1204459723'), (u'INT_RIGHT_-1204459932', u'INT_OR_-1204459933'), (u'INT_LEFT_-1204460391', u'INT_OR_-1204460391'), ('const-8', u'INT_LEFT_-1204460368'), (u'COPY_-1204457761', u'MULTIEQUAL_-1204457952'), ('const-24', u'INT_RIGHT_-1204459338'), (u'PTRADD_-1204460391', u'CAST_-1204457787'), (u'MULTIEQUAL_-1204457927', u'MULTIEQUAL_-1204457811'), (u'MULTIEQUAL_-1204458219', u'CALL_-1204460046'), ('const-24', u'INT_RIGHT_-1204459929'), (u'LOAD_-1204459680', u'INT_RIGHT_-1204459637'), (u'PTRADD_-1204459549', u'CAST_-1204457437'), ('const-24', u'INT_RIGHT_-1204459903'), (u'INT_LEFT_-1204460562', u'INT_ZEXT_-1204458007'), (u'MULTIEQUAL_-1204458521', u'LOAD_-1204459762'), (u'LOAD_-1204460439', u'INT_EQUAL_-1204460368'), (u'LOAD_-1204459976', u'INT_RIGHT_-1204459908'), (u'INDIRECT_-1204457805', u'MULTIEQUAL_-1204457192'), (u'PTRADD_-1204460384', u'CAST_-1204457782'), ('const-24', u'INT_RIGHT_-1204459632'), (u'INT_AND_-1204459904', u'INT_RIGHT_-1204459900'), (u'LOAD_-1204459762', u'INT_AND_-1204459721'), ('tmp_2280', u'CBRANCH_-1204459188'), (u'INT_RIGHT_-1204459903', u'INT_OR_-1204459904'), (u'INT_RIGHT_-1204459906', u'INT_OR_-1204459907'), (u'CALL_-1204459391', u'INDIRECT_-1204457729'), (u'LOAD_-1204460453', u'INT_AND_-1204460400'), (u'LOAD_-1204460357', u'CALL_-1204460295'), (u'INT_RIGHT_-1204460243', u'INT_OR_-1204460244'), (u'LOAD_-1204459969', u'PTRSUB_-1204457675'), (u'CALL_-1204459589', u'CALL_-1204459548'), ('const-1', u'RETURN_-1204458834'), ('const-16', u'PTRSUB_-1204457276'), (u'MULTIEQUAL_-1204458077', u'MULTIEQUAL_-1204457927'), ('const-16', u'PTRSUB_-1204457306'), (u'INT_LEFT_-1204460368', u'INT_OR_-1204460368'), ('const-56', u'INT_LEFT_-1204459915'), ('const-1', u'PTRADD_-1204460443'), ('const-0', u'PTRSUB_-1204457199'), ('const-0', u'PTRSUB_-1204457627'), (u'INT_AND_-1204460400', u'INT_RIGHT_-1204460396'), ('const-40', u'INT_ADD_-1204457891'), (u'LOAD_-1204459032', u'PTRADD_-1204457255'), ('const-80', u'PTRSUB_-1204457501'), (u'INT_LEFT_-1204460562', u'INT_ZEXT_-1204458006'), ('tmp_2862', u'PTRSUB_-1204457317'), ('const-0', u'PTRSUB_-1204457301'), ('const-8', u'PTRSUB_-1204457182'), (u'LOAD_-1204459378', u'INT_AND_-1204459330'), (u'PTRSUB_-1204457643', u'CALL_-1204458926'), (u'PTRSUB_-1204457273', u'PTRSUB_-1204457254'), ('tmp_2863', u'PTRADD_-1204460062'), (u'INT_RIGHT_-1204460402', u'INT_OR_-1204460403'), (u'PTRSUB_-1204457557', u'PTRSUB_-1204457507'), (u'INT_LEFT_-1204460365', u'INT_OR_-1204460365'), (u'CALL_-1204458926', u'INDIRECT_-1204457506'), (u'INDIRECT_-1204457459', u'MULTIEQUAL_-1204457875'), (u'LOAD_-1204459983', u'INT_RIGHT_-1204459934'), (u'PTRSUB_-1204457902', u'PTRSUB_-1204457842'), (u'MULTIEQUAL_-1204458521', u'PTRADD_-1204457190'), ('const-8', u'INT_LEFT_-1204459898'), ('const-1', u'PTRADD_-1204460391'), ('tmp_2862', u'PTRSUB_-1204457702'), (u'INT_LEFT_-1204460562', u'INT_ZEXT_-1204458009'), (u'INT_LEFT_-1204459718', u'INT_OR_-1204459718'), ('const-0', u'INT_EQUAL_-1204459898'), (u'INT_OR_-1204460377', u'INT_OR_-1204460374'), (u'INT_LEFT_-1204459709', u'INT_OR_-1204459709'), ('const-24', u'INT_RIGHT_-1204460399'), ('const-24', u'PTRSUB_-1204457347'), (u'INT_LEFT_-1204459918', u'INT_OR_-1204459918'), (u'PTRSUB_-1204457199', u'PTRSUB_-1204457187'), ('const-1095216660480', u'INT_AND_-1204459904'), (u'LOAD_-1204460446', u'INT_AND_-1204460377'), (u'LOAD_-1204459378', u'INT_AND_-1204459336'), (u'CALL_-1204459503', u'INDIRECT_-1204457808'), (u'INDIRECT_-1204457409', u'MULTIEQUAL_-1204457825'), (u'COPY_-1204457618', u'CALL_-1204459503'), (u'PTRSUB_-1204457171', u'STORE_-1204459069'), ('const-433', u'STORE_-1204457720'), (u'INT_RIGHT_-1204460373', u'INT_OR_-1204460374'), (u'CALL_-1204459589', u'INDIRECT_-1204457802'), (u'LOAD_-1204459680', u'INT_AND_-1204459627'), (u'CALL_-1204459177', u'PTRADD_-1204459112'), (u'INT_LEFT_-1204459712', u'INT_OR_-1204459712'), (u'MULTIEQUAL_-1204458301', u'CALL_-1204459391'), (u'INT_LEFT_-1204460149', u'INT_ZEXT_-1204457833'), (u'CAST_-1204457437', u'CALL_-1204459589'), (u'PTRSUB_-1204457258', u'STORE_-1204459116'), ('const-433', u'LOAD_-1204459983'), (u'CALL_-1204459154', u'INDIRECT_-1204457608'), (u'CALL_-1204459589', u'INDIRECT_-1204457852'), ('const-16711680', u'INT_AND_-1204459718'), (u'PTRADD_-1204459549', u'CAST_-1204457414'), (u'INT_ZEXT_-1204458009', u'INT_ADD_-1204457994'), (u'PTRADD_-1204459140', u'INT_NOTEQUAL_-1204459191'), ('const-8', u'INT_LEFT_-1204459718'), ('const-40', u'INT_RIGHT_-1204459906'), ('const-16711680', u'INT_AND_-1204459924'), (u'PTRADD_-1204460443', u'CAST_-1204457817'), ('const-65280', u'INT_AND_-1204460391'), ('const-1095216660480', u'INT_AND_-1204459633'), ('const-8', u'PTRSUB_-1204457261'), (u'INT_LESSEQUAL_-1204459000', u'CBRANCH_-1204458999'), ('const-112', u'PTRSUB_-1204457575'), ('const-433', u'LOAD_-1204459891'), (u'PTRADD_-1204457161', u'INT_LESS_-1204458858'), (u'INT_OR_-1204459636', u'INT_OR_-1204459633'), ('const-8', u'INT_RIGHT_-1204459335'), ('tmp_262', u'CBRANCH_-1204460467'), ('const-4278190080', u'INT_AND_-1204459630'), (u'INT_AND_-1204459330', u'INT_LEFT_-1204459327'), (u'INT_OR_-1204459330', u'INT_OR_-1204459327'), (u'INDIRECT_-1204457708', u'MULTIEQUAL_-1204458077'), (u'MULTIEQUAL_-1204457193', u'MULTIEQUAL_-1204457811'), (u'LOAD_-1204460281', u'INT_AND_-1204460244'), ('const-1095216660480', u'INT_AND_-1204460400'), (u'INT_AND_-1204460377', u'INT_RIGHT_-1204460373'), (u'INT_OR_-1204460374', u'INT_OR_-1204460371'), ('const-40', u'PTRSUB_-1204457675'), (u'CAST_-1204457414', u'CALL_-1204459548'), (u'CAST_-1204457061', u'CALL_-1204458839'), ('const-56', u'PTRSUB_-1204457720'), ('tmp_2862', u'PTRSUB_-1204457681'), (u'INT_OR_-1204460241', u'INT_OR_-1204460238'), (u'INDIRECT_-1204457633', u'MULTIEQUAL_-1204457193'), (u'LOAD_-1204459378', u'INT_RIGHT_-1204459343'), ('const-24', u'INT_RIGHT_-1204460373'), (u'PTRSUB_-1204457562', u'INT_EQUAL_-1204458901'), (u'INT_AND_-1204460394', u'INT_LEFT_-1204460391'), (u'INT_OR_-1204460394', u'INT_OR_-1204460391'), (u'INT_LEFT_-1204459627', u'INT_OR_-1204459627'), ('const-16', u'PTRSUB_-1204457562'), ('const-8', u'INT_ADD_-1204457268'), (u'INDIRECT_-1204457484', u'MULTIEQUAL_-1204457811'), (u'PTRADD_-1204459140', u'CAST_-1204457239'), ('tmp_2862', u'CAST_-1204457621'), (u'PTRSUB_-1204457681', u'PTRSUB_-1204457628'), (u'INT_OR_-1204459339', u'INT_OR_-1204459336'), (u'PTRSUB_-1204457586', u'PTRSUB_-1204457562'), (u'CALL_-1204459391', u'INDIRECT_-1204457754'), ('const-40', u'INT_LEFT_-1204459892'), (u'COPY_-1204458903', u'MULTIEQUAL_-1204458585'), (u'COPY_-1204457323', u'MULTIEQUAL_-1204457626'), (u'PTRSUB_-1204457285', u'PTRSUB_-1204457242'), (u'LOAD_-1204460446', u'INT_AND_-1204460368'), (u'PTRSUB_-1204457485', u'LOAD_-1204459587'), (u'INT_EQUAL_-1204459898', u'CBRANCH_-1204459896'), ('tmp_2551', u'CBRANCH_-1204458999'), (u'PTRSUB_-1204457256', u'PTRSUB_-1204457216'), ('tmp_1551', u'CBRANCH_-1204459699'), ('const-4', u'INT_ADD_-1204457994'), (u'INDIRECT_-1204457633', u'CAST_-1204457192'), ('const-0', u'PTRSUB_-1204457285'), (u'MULTIEQUAL_-1204457825', u'MULTIEQUAL_-1204457190'), (u'INT_RIGHT_-1204460245', u'INT_OR_-1204460244'), ('tmp_630', u'CBRANCH_-1204460239'), (u'LOAD_-1204459976', u'INT_AND_-1204459898'), ('const-0', u'PTRSUB_-1204457557'), (u'LOAD_-1204460505', u'INT_NOTEQUAL_-1204460489'), (u'PTRSUB_-1204457628', u'PTRSUB_-1204457603'), (u'MULTIEQUAL_-1204458585', u'CALL_-1204460087'), (u'INT_SLESSEQUAL_-1204459610', u'CBRANCH_-1204459618'), ('const-0', u'RETURN_-1204457671'), (u'INT_EQUAL_-1204459701', u'CBRANCH_-1204459699'), (u'PTRSUB_-1204457603', u'LOAD_-1204459891'), (u'INT_OR_-1204459915', u'CALL_-1204459835'), (u'INT_NOTEQUAL_-1204460489', u'CBRANCH_-1204460467'), ('const-280375465082880', u'INT_AND_-1204459636'), (u'INT_AND_-1204459907', u'INT_RIGHT_-1204459903'), ('const-32', u'INT_ADD_-1204457964'), (u'LOAD_-1204460453', u'INT_RIGHT_-1204460404'), (u'INT_AND_-1204460365', u'INT_LEFT_-1204460362'), (u'INT_OR_-1204460365', u'INT_OR_-1204460362'), (u'CALL_-1204459154', u'INDIRECT_-1204457558'), ('const-0', u'PTRSUB_-1204457254'), (u'INDIRECT_-1204457705', u'MULTIEQUAL_-1204457192'), ('tmp_1700', u'CBRANCH_-1204459618'), (u'INT_AND_-1204459345', u'INT_RIGHT_-1204459341'), (u'INT_LEFT_-1204460388', u'INT_OR_-1204460388'), ('const-16', u'PTRSUB_-1204457223'), ('const-16', u'PTRSUB_-1204457222'), (u'INDIRECT_-1204457583', u'STORE_-1204459069'), (u'INT_AND_-1204459342', u'INT_RIGHT_-1204459338'), (u'CAST_-1204457245', u'COPY_-1204457323'), ('const-112', u'PTRSUB_-1204457279'), ('const-56', u'INT_LEFT_-1204460385'), (u'PTRADD_-1204457255', u'STORE_-1204459029'), (u'LOAD_-1204459891', u'CALL_-1204459835'), (u'INT_AND_-1204459333', u'INT_LEFT_-1204459330'), (u'INT_OR_-1204459333', u'INT_OR_-1204459330'), (u'INT_OR_-1204459709', u'INT_EQUAL_-1204459701'), (u'INT_RIGHT_-1204460376', u'INT_OR_-1204460377'), (u'PTRSUB_-1204457187', u'PTRSUB_-1204457182'), (u'LOAD_-1204460124', u'INT_EQUAL_-1204460109'), (u'CALL_-1204459548', u'INDIRECT_-1204457755'), ('const-112', u'PTRSUB_-1204457216'), ('const-32', u'PTRADD_-1204457255'), (u'CAST_-1204457713', u'LOAD_-1204460281'), (u'CALL_-1204459177', u'INDIRECT_-1204457624'), (u'INT_NOTEQUAL_-1204459191', u'CBRANCH_-1204459188'), (u'CALL_-1204459548', u'INDIRECT_-1204457830'), (u'INT_LEFT_-1204459333', u'INT_OR_-1204459333'), ('tmp_666', u'CBRANCH_-1204460216'), ('const-1', u'PTRADD_-1204460062'), (u'LOAD_-1204459983', u'INT_AND_-1204459930'), (u'INT_AND_-1204459936', u'INT_RIGHT_-1204459932'), ('const-71776119061217280', u'INT_AND_-1204459730'), ('const-0', u'PTRSUB_-1204457256'), ('tmp_2718', u'BRANCH_-1204458892'), ('tmp_2866', u'COPY_-1204457761'), ('const-3716792', u'COPY_-1204459675'), (u'INDIRECT_-1204458079', u'MULTIEQUAL_-1204458027'), (u'MULTIEQUAL_-1204458004', u'CAST_-1204457061'), (u'LOAD_-1204460453', u'INT_AND_-1204460391'), ('const-433', u'LOAD_-1204460281'), (u'PTRSUB_-1204457260', u'PTRSUB_-1204457248'), (u'INT_AND_-1204459639', u'INT_RIGHT_-1204459635'), (u'CALL_-1204459391', u'INDIRECT_-1204457704'), ('tmp_2863', u'PTRADD_-1204460384'), ('const-56', u'INT_RIGHT_-1204459934'), ('const-0', u'PTRSUB_-1204457878'), (u'INT_OR_-1204459618', u'MULTIEQUAL_-1204458165'), (u'INT_OR_-1204460385', u'CALL_-1204460295'), ('const-1', u'PTRADD_-1204457594'), (u'INT_OR_-1204459907', u'INT_OR_-1204459904'), ('const-1095216660480', u'INT_AND_-1204460374'), ('const-433', u'LOAD_-1204460211'), ('const-3716098', u'COPY_-1204457243'), (u'INDIRECT_-1204457558', u'STORE_-1204457719'), ('const-56', u'INT_RIGHT_-1204460404'), ('const-433', u'STORE_-1204459069'), (u'INT_OR_-1204459889', u'CALL_-1204459835'), ('const-0', u'PTRSUB_-1204457317'), (u'LOAD_-1204459152', u'CALL_-1204458926'), ('const-1', u'CALL_-1204460295'), (u'MULTIEQUAL_-1204458356', u'INT_SLESSEQUAL_-1204459610'), (u'INT_AND_-1204459901', u'INT_LEFT_-1204459898'), (u'INT_OR_-1204459901', u'INT_OR_-1204459898'), (u'PTRSUB_-1204457276', u'PTRSUB_-1204457171'), ('const-56', u'INT_LEFT_-1204459618'), (u'LOAD_-1204460281', u'INT_LEFT_-1204460238'), ('const-65280', u'INT_AND_-1204460365'), (u'LOAD_-1204459680', u'INT_AND_-1204459636'), (u'INT_AND_-1204460406', u'INT_RIGHT_-1204460402'), (u'INT_LEFT_-1204459621', u'INT_OR_-1204459621'), ('const-24', u'INT_LEFT_-1204459330'), ('const--88', u'PTRSUB_-1204457586'), ('const-0', u'PTRSUB_-1204457171'), (u'CALL_-1204459065', u'INDIRECT_-1204457683'), ('const-8', u'PTRADD_-1204457594'), (u'PTRADD_-1204459140', u'CALL_-1204459154'), (u'INT_AND_-1204460391', u'INT_LEFT_-1204460388'), (u'INT_OR_-1204460391', u'INT_OR_-1204460388'), ('tmp_1525', u'CBRANCH_-1204459714'), (u'INT_LEFT_-1204459889', u'INT_OR_-1204459889'), (u'PTRSUB_-1204457507', u'PTRSUB_-1204457485'), ('const-8', u'INT_LEFT_-1204459333'), (u'PTRSUB_-1204457261', u'STORE_-1204459041'), (u'INDIRECT_-1204458104', u'MULTIEQUAL_-1204458052'), (u'INT_RIGHT_-1204459929', u'INT_OR_-1204459930'), (u'PTRADD_-1204457190', u'MULTIEQUAL_-1204458521'), ('const-8', u'PTRADD_-1204457161'), ('const-433', u'LOAD_-1204459762'), (u'INT_RIGHT_-1204460404', u'INT_OR_-1204460403'), ('const-4278190080', u'INT_AND_-1204459721'), (u'CAST_-1204457127', u'STORE_-1204457719'), (u'CALL_-1204459342', u'INDIRECT_-1204457655'), ('const-0', u'RETURN_-1204459988'), (u'CAST_-1204457535', u'INT_LESS_-1204459800'), (u'INT_ADD_-1204459807', u'CAST_-1204457535'), (u'INDIRECT_-1204457624', u'MULTIEQUAL_-1204457601'), (u'PTRSUB_-1204457627', u'PTRSUB_-1204457575'), ('tmp_2570', u'BRANCH_-1204458966'), ('const-1', u'PTRADD_-1204459914'), ('tmp_1583', u'CBRANCH_-1204459681'), ('const-24', u'INT_LEFT_-1204459715'), (u'INT_RIGHT_-1204459728', u'INT_OR_-1204459727'), (u'INT_ZEXT_-1204458007', u'INT_ADD_-1204457959'), (u'CALL_-1204459342', u'INDIRECT_-1204457705'), (u'LOAD_-1204459152', u'INT_NOTEQUAL_-1204459129'), (u'INT_OR_-1204459727', u'INT_OR_-1204459724'), (u'LOAD_-1204459762', u'INT_AND_-1204459730'), ('tmp_2354', u'CBRANCH_-1204459124'), ('const-0', u'PTRSUB_-1204457628'), (u'CALL_-1204459835', u'INDIRECT_-1204457878'), ('const-0', u'INT_EQUAL_-1204460368'), (u'PTRSUB_-1204457623', u'LOAD_-1204459969'), (u'INT_LEFT_-1204459921', u'INT_OR_-1204459921'), ('const-71776119061217280', u'INT_AND_-1204459936'), ('const-40', u'INT_RIGHT_-1204459726'), (u'LOAD_-1204460446', u'INT_AND_-1204460365'), (u'INDIRECT_-1204457649', u'MULTIEQUAL_-1204457626'), ('const-144', u'PTRSUB_-1204457413'), (u'LOAD_-1204459680', u'INT_AND_-1204459633'), (u'LOAD_-1204459152', u'PTRSUB_-1204457261'), (u'PTRSUB_-1204457643', u'CALL_-1204459154'), (u'INT_LEFT_-1204459327', u'INT_OR_-1204459327'), (u'INDIRECT_-1204457456', u'MULTIEQUAL_-1204457191'), (u'CALL_-1204459548', u'INDIRECT_-1204457805'), ('const-433', u'LOAD_-1204460124'), (u'LOAD_-1204459680', u'INT_AND_-1204459624'), (u'COPY_-1204457243', u'CALL_-1204458775'), (u'INT_RIGHT_-1204459335', u'INT_OR_-1204459336'), (u'PTRADD_-1204459140', u'PTRADD_-1204459112'), (u'CALL_-1204459391', u'CAST_-1204457339'), (u'PTRSUB_-1204457392', u'PTRSUB_-1204457347'), ('const-48', u'PTRSUB_-1204457790'), (u'CAST_-1204457359', u'INT_SLESSEQUAL_-1204459315'), ('const-0', u'PTRSUB_-1204457187'), (u'CALL_-1204460087', u'CAST_-1204457642'), (u'PTRADD_-1204457594', u'LOAD_-1204459680'), ('const-3716888', u'COPY_-1204457618'), ('const-433', u'STORE_-1204459116'), ('const-24', u'INT_ADD_-1204457959'), (u'LOAD_-1204459983', u'INT_AND_-1204459924'), ('const-65280', u'INT_AND_-1204459624'), (u'CALL_-1204459503', u'CAST_-1204457392'), ('const-32', u'INT_ADD_-1204457762'), (u'LOAD_-1204460446', u'INT_AND_-1204460371'), ('const-3716840', u'COPY_-1204459324'), (u'CALL_-1204460295', u'INDIRECT_-1204458054'), (u'CALL_-1204458886', u'INDIRECT_-1204457434'), (u'CAST_-1204457201', u'STORE_-1204459116'), ('const-4278190080', u'INT_AND_-1204460371'), ('const-16711680', u'INT_AND_-1204460368'), ('const-1095216660480', u'INT_AND_-1204459339'), ('const-433', u'LOAD_-1204459145'), (u'INT_ZEXT_-1204457833', u'INT_ADD_-1204457757'), ('const-16711680', u'INT_AND_-1204460394'), (u'INT_AND_-1204459721', u'INT_LEFT_-1204459718'), (u'INT_OR_-1204459721', u'INT_OR_-1204459718'), (u'PTRSUB_-1204457182', u'LOAD_-1204459032'), (u'INT_AND_-1204459718', u'INT_LEFT_-1204459715'), (u'INT_OR_-1204459718', u'INT_OR_-1204459715'), (u'INT_OR_-1204460244', u'INT_OR_-1204460241'), (u'INT_AND_-1204460244', u'INT_LEFT_-1204460241'), ('const-6', u'INT_LEFT_-1204460562'), (u'CALL_-1204460295', u'CAST_-1204457727'), (u'MULTIEQUAL_-1204457875', u'MULTIEQUAL_-1204457601'), ('const-1', u'PTRADD_-1204460219'), (u'INDIRECT_-1204457953', u'MULTIEQUAL_-1204457927'), (u'INT_OR_-1204459327', u'INT_OR_-1204459324'), ('const-8', u'INT_RIGHT_-1204459720'), ('const-16711680', u'INT_AND_-1204459627'), ('const-0', u'PTRSUB_-1204457242'), ('const-24', u'INT_LEFT_-1204460238'), (u'INT_AND_-1204460380', u'INT_RIGHT_-1204460376'), ('const-0', u'PTRSUB_-1204457747'), ('const-40', u'INT_LEFT_-1204459621'), ('const-80', u'PTRSUB_-1204457507'), (u'INT_LEFT_-1204459915', u'INT_OR_-1204459915'), (u'INT_ADD_-1204457891', u'PTRADD_-1204460219'), (u'INT_LESS_-1204458858', u'CBRANCH_-1204458856'), (u'MULTIEQUAL_-1204457191', u'MULTIEQUAL_-1204457850'), (u'MULTIEQUAL_-1204457190', u'MULTIEQUAL_-1204457825'), ('const-0', u'INT_EQUAL_-1204459701'), (u'LOAD_-1204459152', u'PTRSUB_-1204457301'), (u'MULTIEQUAL_-1204458521', u'PTRADD_-1204457480'), ('const-56', u'INT_LEFT_-1204459709'), (u'LOAD_-1204459969', u'INT_EQUAL_-1204459898'), (u'INT_ADD_-1204457964', u'PTRADD_-1204460391'), (u'PTRSUB_-1204457675', u'CALL_-1204459835'), (u'INT_LEFT_-1204460149', u'INT_ZEXT_-1204457834'), ('const-24', u'INT_LEFT_-1204460365'), ('const-4278190080', u'INT_AND_-1204459927'), (u'INT_AND_-1204459927', u'INT_LEFT_-1204459924'), (u'INT_OR_-1204459927', u'INT_OR_-1204459924'), (u'INT_LEFT_-1204459898', u'INT_OR_-1204459898'), ('const-0', u'PTRSUB_-1204457551'), ('const-8', u'PTRADD_-1204457480'), (u'CAST_-1204457595', u'LOAD_-1204459983'), ('const-65280', u'INT_AND_-1204459921'), (u'INT_OR_-1204459709', u'INT_EQUAL_-1204459685'), ('const-280375465082880', u'INT_AND_-1204460377'), (u'INT_EQUAL_-1204459685', u'CBRANCH_-1204459681'), (u'INDIRECT_-1204457680', u'MULTIEQUAL_-1204457191'), (u'INT_OR_-1204459633', u'INT_OR_-1204459630'), ('const-433', u'STORE_-1204457719'), (u'MULTIEQUAL_-1204457877', u'MULTIEQUAL_-1204457850'), (u'INT_LEFT_-1204459892', u'INT_OR_-1204459892'), (u'INT_ADD_-1204457959', u'PTRADD_-1204460384'), ('const-433', u'LOAD_-1204459680'), (u'PTRSUB_-1204457806', u'PTRSUB_-1204457747'), (u'PTRSUB_-1204457317', u'PTRSUB_-1204457273'), ('const-0', u'CALL_-1204460295'), (u'LOAD_-1204459976', u'INT_AND_-1204459901'), (u'PTRSUB_-1204457562', u'CAST_-1204457245'), (u'PTRSUB_-1204457216', u'PTRSUB_-1204457199'), (u'CALL_-1204458886', u'INDIRECT_-1204457484'), (u'INT_SLESSEQUAL_-1204459315', u'CBRANCH_-1204459323'), (u'INT_AND_-1204459627', u'INT_LEFT_-1204459624'), (u'INT_OR_-1204459627', u'INT_OR_-1204459624'), (u'INT_OR_-1204460388', u'INT_OR_-1204460385'), ('tmp_2867', u'MULTIEQUAL_-1204458356'), ('const-0', u'PTRSUB_-1204457127'), (u'INDIRECT_-1204458054', u'MULTIEQUAL_-1204458002'), (u'CALL_-1204459835', u'INDIRECT_-1204457953'), (u'PTRSUB_-1204457790', u'LOAD_-1204460357'), (u'PTRADD_-1204457480', u'LOAD_-1204459378'), (u'INT_ZEXT_-1204458717', u'CALL_-1204460046'), (u'INT_AND_-1204460247', u'INT_RIGHT_-1204460243'), (u'INT_AND_-1204459724', u'INT_RIGHT_-1204459720'), (u'CAST_-1204457621', u'CALL_-1204460046'), ('tmp_2863', u'PTRADD_-1204459921'), (u'INT_RIGHT_-1204459637', u'INT_OR_-1204459636'), (u'COPY_-1204459324', u'MULTIEQUAL_-1204458301'), (u'INT_RIGHT_-1204460370', u'INT_OR_-1204460371'), (u'INT_AND_-1204460368', u'INT_LEFT_-1204460365'), (u'INT_OR_-1204460368', u'INT_OR_-1204460365'), (u'LOAD_-1204459152', u'PTRSUB_-1204457223'), ('const-0', u'PTRSUB_-1204457842'), (u'LOAD_-1204459762', u'INT_AND_-1204459727'), ('const-433', u'LOAD_-1204459969'), ('tmp_885', u'CBRANCH_-1204460102'), (u'INT_OR_-1204459904', u'INT_OR_-1204459901'), (u'INT_OR_-1204459712', u'INT_OR_-1204459709'), ('const-16711680', u'INT_AND_-1204459333'), ('const-1', u'RETURN_-1204458770'), (u'PTRSUB_-1204457813', u'LOAD_-1204460439'), ('const-433', u'LOAD_-1204459378'), ('const-1', u'INT_EQUAL_-1204459717'), ('const-71776119061217280', u'INT_AND_-1204460380'), (u'MULTIEQUAL_-1204457192', u'MULTIEQUAL_-1204457875'), (u'MULTIEQUAL_-1204457852', u'MULTIEQUAL_-1204457825'), ('const-4278190080', u'INT_AND_-1204459901'), (u'INT_RIGHT_-1204459723', u'INT_OR_-1204459724'), (u'INT_LEFT_-1204460238', u'INT_OR_-1204460238'), ('const-433', u'STORE_-1204459083'), ('tmp_1228', u'CBRANCH_-1204459896'), ('const-40', u'PTRSUB_-1204457623'), ('const-14', u'INT_EQUAL_-1204459685'), (u'INT_LEFT_-1204459924', u'INT_OR_-1204459924'), ('tmp_2864', u'INT_ZEXT_-1204458717'), (u'INT_LEFT_-1204459324', u'INT_OR_-1204459324'), (u'PTRSUB_-1204457866', u'CALL_-1204460295'), (u'PTRSUB_-1204457720', u'LOAD_-1204460211'), (u'PTRSUB_-1204457347', u'LOAD_-1204459051'), ('tmp_2863', u'PTRADD_-1204459914'), (u'INT_OR_-1204459342', u'INT_OR_-1204459339'), (u'PTRSUB_-1204457878', u'PTRSUB_-1204457818'), (u'INT_ADD_-1204459033', u'MULTIEQUAL_-1204458219'), (u'INDIRECT_-1204457655', u'MULTIEQUAL_-1204457190'), (u'INT_OR_-1204460400', u'INT_OR_-1204460397'), (u'INT_EQUAL_-1204460219', u'CBRANCH_-1204460216'), (u'CAST_-1204457450', u'INT_SLESSEQUAL_-1204459610'), (u'INDIRECT_-1204457599', u'MULTIEQUAL_-1204457576'), (u'LOAD_-1204459152', u'PTRSUB_-1204457285'), (u'PTRSUB_-1204457501', u'CAST_-1204457415'), ('const-8', u'PTRSUB_-1204457485'), ('const-0', u'PTRSUB_-1204457818'), (u'CALL_-1204459475', u'INDIRECT_-1204457794'), (u'COPY_-1204457241', u'CALL_-1204458775'), ('const-3717480', u'COPY_-1204457241'), (u'CAST_-1204457817', u'LOAD_-1204460505'), (u'LOAD_-1204459587', u'CALL_-1204459548'), ('const-40', u'INT_LEFT_-1204459712'), (u'INT_OR_-1204459933', u'INT_OR_-1204459930'), ('tmp_2863', u'PTRADD_-1204460443'), (u'MULTIEQUAL_-1204458521', u'PTRADD_-1204457161'), ('const--1', u'COPY_-1204459226'), (u'CALL_-1204459835', u'INDIRECT_-1204457928'), ('tmp_2862', u'PTRSUB_-1204457392'), (u'INT_OR_-1204460397', u'INT_OR_-1204460394'), (u'INT_AND_-1204460397', u'INT_LEFT_-1204460394'), (u'INT_OR_-1204459915', u'MULTIEQUAL_-1204458356'), (u'CALL_-1204459065', u'INDIRECT_-1204457658'), (u'MULTIEQUAL_-1204458052', u'MULTIEQUAL_-1204457902'), (u'INT_RIGHT_-1204459343', u'INT_OR_-1204459342'), (u'INT_RIGHT_-1204459632', u'INT_OR_-1204459633'), (u'INT_OR_-1204460362', u'INT_OR_-1204460359'), (u'PTRSUB_-1204457551', u'PTRSUB_-1204457501'), ('const-1095216660480', u'INT_AND_-1204459930'), ('const-1', u'PTRADD_-1204459921'), ('const-2', u'PTRADD_-1204457190'), (u'INDIRECT_-1204457903', u'MULTIEQUAL_-1204457877'), (u'LOAD_-1204459969', u'MULTIEQUAL_-1204458004'), (u'INDIRECT_-1204457780', u'MULTIEQUAL_-1204457191'), (u'COPY_-1204459675', u'MULTIEQUAL_-1204458301'), (u'CAST_-1204457392', u'CALL_-1204459475'), (u'LOAD_-1204460453', u'INT_AND_-1204460397'), ('const-24', u'INT_LEFT_-1204459921'), (u'INT_EQUAL_-1204458901', u'CBRANCH_-1204458897'), ('tmp_2864', u'INT_LEFT_-1204460562'), (u'INT_LEFT_-1204460359', u'INT_OR_-1204460359'), ('const-6', u'INT_LEFT_-1204460149'), ('const-433', u'LOAD_-1204460439'), (u'INT_OR_-1204460238', u'INT_LESS_-1204460231'), (u'LOAD_-1204459378', u'INT_AND_-1204459333'), ('tmp_1390', u'CBRANCH_-1204459797'), (u'PTRSUB_-1204457842', u'PTRSUB_-1204457813'), (u'LOAD_-1204460453', u'INT_AND_-1204460403'), (u'MULTIEQUAL_-1204457900', u'MULTIEQUAL_-1204457193'), (u'LOAD_-1204460453', u'INT_AND_-1204460394'), (u'INT_AND_-1204460371', u'INT_LEFT_-1204460368'), (u'INT_OR_-1204460371', u'INT_OR_-1204460368'), (u'MULTIEQUAL_-1204458219', u'INT_LEFT_-1204460149'), (u'MULTIEQUAL_-1204457875', u'MULTIEQUAL_-1204457192'), (u'LOAD_-1204459762', u'INT_LEFT_-1204459709'), (u'MULTIEQUAL_-1204457952', u'PTRADD_-1204459549'), (u'CAST_-1204457192', u'INT_EQUAL_-1204459089'), (u'LOAD_-1204459983', u'INT_AND_-1204459927'), ('const-40', u'INT_RIGHT_-1204459341'), (u'LOAD_-1204459762', u'INT_AND_-1204459724'), (u'INDIRECT_-1204457506', u'MULTIEQUAL_-1204457193'), (u'MULTIEQUAL_-1204458027', u'MULTIEQUAL_-1204457877'), ('const-56', u'INT_RIGHT_-1204459728'), (u'LOAD_-1204459976', u'INT_LEFT_-1204459889'), (u'PTRSUB_-1204457248', u'PTRSUB_-1204457241'), ('const-433', u'LOAD_-1204459032'), ('const-40', u'INT_RIGHT_-1204459932'), (u'INT_AND_-1204459895', u'INT_LEFT_-1204459892'), (u'INT_OR_-1204459895', u'INT_OR_-1204459892'), (u'PTRSUB_-1204457818', u'PTRSUB_-1204457790'), ('const-1095216660480', u'INT_AND_-1204459724'), ('const-0', u'CALL_-1204459548'), (u'LOAD_-1204459145', u'INT_NOTEQUAL_-1204459129'), (u'INT_RIGHT_-1204459629', u'INT_OR_-1204459630'), ('const-16711680', u'INT_AND_-1204460247'), (u'INT_AND_-1204459910', u'INT_RIGHT_-1204459906'), (u'CALL_-1204459589', u'INDIRECT_-1204457777'), (u'PTRADD_-1204459914', u'CAST_-1204457590'), ('tmp_2862', u'PTRSUB_-1204457551'), ('const-40', u'INT_RIGHT_-1204460402'), ('const-16', u'PTRSUB_-1204457236'), ('const-8', u'INT_RIGHT_-1204460396'), (u'INT_ZEXT_-1204458008', u'INT_ADD_-1204457964'), (u'INT_AND_-1204459930', u'INT_RIGHT_-1204459926'), (u'INT_OR_-1204459618', u'PTRADD_-1204459549'), (u'MULTIEQUAL_-1204457193', u'MULTIEQUAL_-1204457900'), (u'CALL_-1204458926', u'INDIRECT_-1204457456'), (u'CALL_-1204459342', u'INDIRECT_-1204457680'), ('const-0', u'PTRSUB_-1204457649'), (u'INT_AND_-1204459933', u'INT_RIGHT_-1204459929'), ('const-4278190080', u'INT_AND_-1204459336'), (u'INT_AND_-1204460403', u'INT_RIGHT_-1204460399'), (u'LOAD_-1204460453', u'INT_LEFT_-1204460385'), ('const-8', u'INT_RIGHT_-1204460243'), (u'INT_OR_-1204460238', u'MULTIEQUAL_-1204458219'), ('const-48', u'PTRSUB_-1204457603'), (u'INT_OR_-1204459621', u'INT_OR_-1204459618'), (u'CALL_-1204459342', u'INDIRECT_-1204457730'), ('tmp_2865', u'INT_EQUAL_-1204460219'), (u'PTRADD_-1204460062', u'CAST_-1204457663'), ('const-144', u'PTRSUB_-1204457392'), ('const-40', u'INT_LEFT_-1204460362'), ('const-280375465082880', u'INT_AND_-1204459907'), ('const--88', u'PTRSUB_-1204457643'), (u'LOAD_-1204459983', u'INT_AND_-1204459921'), (u'INT_EQUAL_-1204459089', u'CBRANCH_-1204459085'), (u'INDIRECT_-1204457730', u'MULTIEQUAL_-1204457193'), ('tmp_2862', u'PTRSUB_-1204457256'), (u'CAST_-1204457081', u'INT_EQUAL_-1204458901'), ('const-0', u'PTRSUB_-1204457260'), (u'CALL_-1204459177', u'INDIRECT_-1204457649'), (u'CALL_-1204458926', u'INDIRECT_-1204457431'), (u'CAST_-1204457787', u'LOAD_-1204460453'), (u'INT_RIGHT_-1204459926', u'INT_OR_-1204459927'), (u'PTRADD_-1204459112', u'MULTIEQUAL_-1204458256'), ('const-433', u'LOAD_-1204460446'), (u'MULTIEQUAL_-1204458219', u'INT_LESS_-1204460184'), (u'PTRSUB_-1204457279', u'PTRSUB_-1204457260'), (u'CAST_-1204457727', u'MULTIEQUAL_-1204458521'), (u'CALL_-1204458886', u'INDIRECT_-1204457409'), ('const-8', u'INT_LEFT_-1204460394'), (u'LOAD_-1204460211', u'INT_LESS_-1204460184'), (u'CALL_-1204459391', u'INDIRECT_-1204457679'), (u'INT_ADD_-1204457994', u'PTRADD_-1204460443'), (u'LOAD_-1204459976', u'INT_AND_-1204459904'), (u'INT_LEFT_-1204459895', u'INT_OR_-1204459895'), ('const-433', u'STORE_-1204459029'), (u'INDIRECT_-1204457558', u'MULTIEQUAL_-1204457190'), (u'LOAD_-1204459762', u'INT_AND_-1204459718'), ('const-8', u'INT_LEFT_-1204460241'), (u'INT_ZEXT_-1204457834', u'INT_ADD_-1204457762'), (u'INT_OR_-1204459324', u'MULTIEQUAL_-1204458165'), (u'INT_LESS_-1204459800', u'CBRANCH_-1204459797'), ('const-1', u'PTRADD_-1204457255'), ('const-256', u'CALL_-1204458775'), ('const-56', u'INT_LEFT_-1204459889'), (u'INDIRECT_-1204457481', u'MULTIEQUAL_-1204457192'), (u'LOAD_-1204459983', u'INT_AND_-1204459933'), (u'INT_EQUAL_-1204460368', u'CBRANCH_-1204460366'), (u'CAST_-1204457415', u'CALL_-1204459548'), (u'INDIRECT_-1204457928', u'MULTIEQUAL_-1204457902'), ('tmp_2863', u'PTRADD_-1204460391'), ('const-24', u'INT_LEFT_-1204460391'), (u'INT_LEFT_-1204459715', u'INT_OR_-1204459715'), ('const-71776119061217280', u'INT_AND_-1204460406'), (u'PTRSUB_-1204457301', u'PTRSUB_-1204457258'), (u'INT_AND_-1204459336', u'INT_LEFT_-1204459333'), (u'INT_OR_-1204459336', u'INT_OR_-1204459333'), (u'INT_LEFT_-1204459624', u'INT_OR_-1204459624'), (u'LOAD_-1204459976', u'INT_AND_-1204459895'), (u'INT_EQUAL_-1204460109', u'CBRANCH_-1204460102'), (u'CALL_-1204460295', u'INDIRECT_-1204458104'), (u'INT_ADD_-1204457762', u'PTRADD_-1204459921'), ('const-8', u'INT_RIGHT_-1204459900'), (u'MULTIEQUAL_-1204458256', u'CALL_-1204459154'), ('tmp_2862', u'PTRSUB_-1204457878'), ('const-65279', u'INT_LESS_-1204460231'), (u'PTRSUB_-1204457241', u'LOAD_-1204459152'), ('tmp_2220', u'CBRANCH_-1204459323'), ('const-433', u'STORE_-1204459041'), (u'MULTIEQUAL_-1204458002', u'MULTIEQUAL_-1204457852'), ('const-3716744', u'COPY_-1204460103'), (u'INDIRECT_-1204458129', u'MULTIEQUAL_-1204458077'), ('const-24', u'INT_RIGHT_-1204460245'), (u'INDIRECT_-1204457658', u'MULTIEQUAL_-1204458027'), (u'PTRADD_-1204457190', u'INT_LESSEQUAL_-1204459000'), (u'INT_LESS_-1204460184', u'CBRANCH_-1204460193'), (u'MULTIEQUAL_-1204457927', u'MULTIEQUAL_-1204457900'), (u'INDIRECT_-1204457574', u'MULTIEQUAL_-1204457551'), (u'LOAD_-1204460446', u'INT_LEFT_-1204460359'), ('const-8', u'INT_RIGHT_-1204459629'), (u'INT_NOTEQUAL_-1204459129', u'CBRANCH_-1204459124'), (u'INT_OR_-1204460238', u'INT_ADD_-1204459033'), ('const-65280', u'INT_AND_-1204459715'), ('const-56', u'INT_RIGHT_-1204460378'), ('const-8', u'INT_LEFT_-1204459924'), (u'PTRSUB_-1204457702', u'PTRSUB_-1204457649'), (u'LOAD_-1204459976', u'INT_AND_-1204459907'), (u'PTRSUB_-1204457254', u'PTRSUB_-1204457242'), (u'INT_AND_-1204460374', u'INT_RIGHT_-1204460370'), ('tmp_2631', u'CBRANCH_-1204458897'), (u'CAST_-1204457663', u'LOAD_-1204460124'), (u'LOAD_-1204459152', u'PTRSUB_-1204457306'), (u'INT_AND_-1204459339', u'INT_RIGHT_-1204459335'), (u'LOAD_-1204459378', u'INT_AND_-1204459345'), ('const-24', u'INT_ADD_-1204457757'), (u'INT_RIGHT_-1204459338', u'INT_OR_-1204459339'), (u'INT_RIGHT_-1204459900', u'INT_OR_-1204459901'), (u'INDIRECT_-1204457633', u'STORE_-1204459083'), (u'INDIRECT_-1204457431', u'MULTIEQUAL_-1204457190'), (u'CAST_-1204457727', u'CAST_-1204457536'), ('const-4278190080', u'INT_AND_-1204460397'), (u'INT_OR_-1204459892', u'INT_OR_-1204459889'), (u'CAST_-1204457535', u'INT_LESSEQUAL_-1204459000'), (u'CAST_-1204457535', u'INT_LESS_-1204458858'), (u'PTRADD_-1204460219', u'CAST_-1204457713'), (u'INT_ADD_-1204457830', u'PTRADD_-1204460062'), (u'PTRADD_-1204459921', u'CAST_-1204457595'), ('const-40', u'INT_LEFT_-1204459327'), (u'INT_OR_-1204459918', u'INT_OR_-1204459915'), (u'CAST_-1204457128', u'INT_ADD_-1204457268'), (u'INT_LEFT_-1204460385', u'INT_OR_-1204460385'), (u'INDIRECT_-1204457683', u'MULTIEQUAL_-1204458052'), ('const-56', u'INT_LEFT_-1204459324'), (u'CALL_-1204459589', u'INDIRECT_-1204457827'), (u'PTRSUB_-1204457562', u'INT_EQUAL_-1204459089'), (u'INT_ZEXT_-1204457835', u'INT_ADD_-1204457830'), ('const-65280', u'INT_AND_-1204460244'), ('const-56', u'INT_RIGHT_-1204459637'), (u'INT_OR_-1204460385', u'INT_ADD_-1204459807'), (u'INDIRECT_-1204457506', u'CALL_-1204458886'), ('const-112', u'PTRSUB_-1204457273'), (u'INT_OR_-1204459709', u'INT_EQUAL_-1204459717'), (u'INT_OR_-1204460403', u'INT_OR_-1204460400'), (u'PTRSUB_-1204457236', u'LOAD_-1204459145'), (u'INT_OR_-1204459924', u'INT_OR_-1204459921'), (u'INT_AND_-1204459924', u'INT_LEFT_-1204459921'), ('const-3716696', u'COPY_-1204458903'), (u'PTRSUB_-1204457413', u'CALL_-1204459065'), (u'LOAD_-1204459680', u'INT_AND_-1204459630'), (u'COPY_-1204459226', u'MULTIEQUAL_-1204458256'), (u'INT_RIGHT_-1204460399', u'INT_OR_-1204460400'), ('const-56', u'INT_LEFT_-1204460359'), (u'LOAD_-1204459983', u'INT_LEFT_-1204459915'), ('const-8', u'INT_RIGHT_-1204460370'), (u'LOAD_-1204460281', u'INT_RIGHT_-1204460245'), ('const-0', u'PTRSUB_-1204457902'), (u'LOAD_-1204460446', u'INT_RIGHT_-1204460378'), ('const-71776119061217280', u'INT_AND_-1204459639'), (u'INT_ADD_-1204457757', u'PTRADD_-1204459914'), (u'MULTIEQUAL_-1204458356', u'CALL_-1204459342'), (u'CAST_-1204457727', u'INT_LESS_-1204459800'), (u'PTRADD_-1204457161', u'MULTIEQUAL_-1204458521'), (u'CAST_-1204457782', u'LOAD_-1204460446'), ('tmp_2862', u'PTRSUB_-1204457627'), (u'INT_RIGHT_-1204459341', u'INT_OR_-1204459342'), ('const-0', u'CALL_-1204459835'), ('tmp_2862', u'CAST_-1204457378'), (u'INDIRECT_-1204457583', u'STORE_-1204457720'), (u'LOAD_-1204459680', u'INT_LEFT_-1204459618'), (u'CAST_-1204457339', u'CALL_-1204459342'), (u'INT_RIGHT_-1204460396', u'INT_OR_-1204460397'), (u'COPY_-1204460103', u'MULTIEQUAL_-1204458585'), ('const-16711680', u'INT_AND_-1204459898'), (u'CAST_-1204457536', u'INT_ADD_-1204459807'), (u'LOAD_-1204459680', u'INT_AND_-1204459639'), (u'INT_AND_-1204459633', u'INT_RIGHT_-1204459629'), (u'CAST_-1204457378', u'CALL_-1204459475'), (u'CALL_-1204459065', u'INDIRECT_-1204457633'), (u'INT_LEFT_-1204460241', u'INT_OR_-1204460241'), (u'INDIRECT_-1204457830', u'MULTIEQUAL_-1204457193'), (u'LOAD_-1204459378', u'INT_AND_-1204459339'), (u'PTRSUB_-1204457747', u'PTRSUB_-1204457720'), ('const-280375465082880', u'INT_AND_-1204459342'), ('const-433', u'LOAD_-1204460453'), (u'CALL_-1204459835', u'MULTIEQUAL_-1204457952'), (u'INT_ZEXT_-1204458006', u'INT_ADD_-1204457891'), (u'CALL_-1204459177', u'INDIRECT_-1204457574'), (u'INT_OR_-1204459724', u'INT_OR_-1204459721'), ('tmp_2408', u'CBRANCH_-1204459085'), (u'PTRSUB_-1204457575', u'CALL_-1204458926'), ('const-1', u'PTRADD_-1204459112'), (u'INT_OR_-1204460359', u'CALL_-1204460295'), ('tmp_2862', u'PTRSUB_-1204457557'), (u'CAST_-1204457590', u'LOAD_-1204459976'), ('const-40', u'INT_LEFT_-1204460388'), ('const-40', u'PTRSUB_-1204457813'), (u'MULTIEQUAL_-1204458521', u'PTRADD_-1204457594'), ('const-0', u'PTRSUB_-1204457806'), (u'LOAD_-1204459051', u'INT_ADD_-1204459033'), (u'CAST_-1204457315', u'CALL_-1204459342'), ('const-433', u'LOAD_-1204459051')]
|
[(u'LOAD_-1204459680', u'INT_AND_-1204459624'), ('const-433', u'LOAD_-1204460439'), (u'INT_AND_-1204459636', u'INT_RIGHT_-1204459632'), (u'INT_RIGHT_-1204459335', u'INT_OR_-1204459336'), ('const-433', u'STORE_-1204459029'), (u'INT_OR_-1204459915', u'MULTIEQUAL_-1204458360'), (u'INT_AND_-1204459730', u'INT_RIGHT_-1204459726'), (u'LOAD_-1204459983', u'INT_AND_-1204459936'), (u'PTRADD_-1204457211', u'STORE_-1204457682'), ('const-0', u'CALL_-1204460295'), ('const-280375465082880', u'INT_AND_-1204459933'), ('const-24', u'INT_LEFT_-1204459895'), (u'CAST_-1204457615', u'LOAD_-1204459969'), (u'CAST_-1204457479', u'CALL_-1204459589'), (u'LOAD_-1204459983', u'INT_AND_-1204459924'), ('const-65280', u'INT_AND_-1204459624'), ('const-40', u'INT_ADD_-1204460423'), (u'INT_LEFT_-1204460394', u'INT_OR_-1204460394'), (u'CALL_-1204459548', u'INDIRECT_-1204457778'), ('const-120', u'INT_ADD_-1204459020'), ('const-433', u'LOAD_-1204459969'), (u'INT_ADD_-1204459875', u'CAST_-1204457595'), (u'LOAD_-1204460446', u'INT_AND_-1204460371'), (u'INT_OR_-1204459324', u'MULTIEQUAL_-1204458169'), (u'INDIRECT_-1204457597', u'MULTIEQUAL_-1204457574'), (u'INT_LEFT_-1204460362', u'INT_OR_-1204460362'), (u'CAST_-1204457821', u'LOAD_-1204460453'), (u'PTRADD_-1204457565', u'LOAD_-1204459680'), ('const-4278190080', u'INT_AND_-1204460371'), ('const-16711680', u'INT_AND_-1204460368'), ('const-280375465082880', u'INT_AND_-1204460403'), ('const-1095216660480', u'INT_AND_-1204459339'), (u'LOAD_-1204460453', u'INT_AND_-1204460406'), (u'CAST_-1204457745', u'LOAD_-1204460281'), (u'CAST_-1204457595', u'LOAD_-1204459891'), (u'LOAD_-1204459762', u'INT_AND_-1204459715'), ('const-16711680', u'INT_AND_-1204460394'), ('const-2', u'PTRADD_-1204457211'), ('const-24', u'INT_ADD_-1204460430'), (u'INT_AND_-1204459721', u'INT_LEFT_-1204459718'), (u'INT_OR_-1204459721', u'INT_OR_-1204459718'), (u'INT_AND_-1204459718', u'INT_LEFT_-1204459715'), (u'INT_OR_-1204459718', u'INT_OR_-1204459715'), (u'INDIRECT_-1204457572', u'MULTIEQUAL_-1204457549'), (u'INT_AND_-1204460244', u'INT_LEFT_-1204460241'), (u'INT_OR_-1204460244', u'INT_OR_-1204460241'), (u'MULTIEQUAL_-1204457796', u'INT_LEFT_-1204460149'), (u'INT_ADD_-1204460195', u'CAST_-1204457715'), (u'CALL_-1204459589', u'INDIRECT_-1204457750'), (u'INT_RIGHT_-1204459726', u'INT_OR_-1204459727'), ('const-2', u'PTRADD_-1204457149'), (u'INT_ADD_-1204460525', u'INT_ADD_-1204460265'), (u'INT_OR_-1204459327', u'INT_OR_-1204459324'), ('const-8', u'INT_RIGHT_-1204459720'), ('const-8', u'INT_RIGHT_-1204459926'), ('const-40', u'INT_RIGHT_-1204460376'), ('const-1', u'CALL_-1204460295'), ('const-16711680', u'INT_AND_-1204459627'), ('const-56', u'INT_RIGHT_-1204459908'), ('const-24', u'INT_LEFT_-1204460238'), (u'CALL_-1204459342', u'INDIRECT_-1204457653'), (u'INT_AND_-1204460380', u'INT_RIGHT_-1204460376'), (u'INT_OR_-1204459930', u'INT_OR_-1204459927'), (u'INT_EQUAL_-1204459717', u'CBRANCH_-1204459714'), (u'PTRADD_-1204457261', u'STORE_-1204459069'), ('const-8', u'INT_LEFT_-1204459627'), ('const-40', u'INT_LEFT_-1204459621'), ('tmp_2695', u'CBRANCH_-1204458856'), (u'INT_LEFT_-1204459915', u'INT_OR_-1204459915'), (u'INT_ADD_-1204459967', u'CAST_-1204457625'), ('tmp_6524', u'INT_ADD_-1204459875'), (u'MULTIEQUAL_-1204457798', u'MULTIEQUAL_-1204457217'), (u'INT_LESS_-1204458858', u'CBRANCH_-1204458856'), (u'LOAD_-1204460281', u'INT_AND_-1204460247'), (u'CALL_-1204459548', u'INDIRECT_-1204457703'), (u'COPY_-1204459226', u'MULTIEQUAL_-1204458255'), ('const--88', u'PTRSUB_-1204457612'), (u'CAST_-1204457214', u'STORE_-1204459083'), ('const-0', u'INT_EQUAL_-1204459701'), (u'CALL_-1204459342', u'INDIRECT_-1204457628'), ('const-433', u'STORE_-1204459083'), ('const-56', u'INT_LEFT_-1204459709'), ('const-56', u'INT_RIGHT_-1204459343'), (u'LOAD_-1204459969', u'INT_EQUAL_-1204459898'), (u'CAST_-1204457566', u'INT_LESSEQUAL_-1204459000'), (u'INDIRECT_-1204458052', u'MULTIEQUAL_-1204458000'), (u'CAST_-1204457620', u'LOAD_-1204459976'), ('tmp_6505', u'PTRSUB_-1204457612'), ('const-24', u'INT_RIGHT_-1204459723'), (u'INDIRECT_-1204457703', u'MULTIEQUAL_-1204457216'), ('const-24', u'INT_LEFT_-1204460365'), ('const-4278190080', u'INT_AND_-1204459927'), (u'INT_ADD_-1204459136', u'CAST_-1204457249'), (u'INT_AND_-1204459927', u'INT_LEFT_-1204459924'), (u'INT_OR_-1204459927', u'INT_OR_-1204459924'), (u'INT_LEFT_-1204459898', u'INT_OR_-1204459898'), (u'CALL_-1204459835', u'INDIRECT_-1204457826'), ('const-40', u'INT_LEFT_-1204459918'), (u'INT_AND_-1204459898', u'INT_LEFT_-1204459895'), (u'INT_OR_-1204459898', u'INT_OR_-1204459895'), (u'CALL_-1204459589', u'INDIRECT_-1204457800'), (u'LOAD_-1204459762', u'INT_RIGHT_-1204459728'), (u'LOAD_-1204459378', u'INT_AND_-1204459342'), (u'INT_AND_-1204459921', u'INT_LEFT_-1204459918'), (u'INT_OR_-1204459921', u'INT_OR_-1204459918'), (u'CAST_-1204457188', u'STORE_-1204459029'), ('const-65280', u'INT_AND_-1204459921'), (u'INT_RIGHT_-1204459720', u'INT_OR_-1204459721'), (u'INT_OR_-1204459709', u'INT_EQUAL_-1204459685'), ('const-280375465082880', u'INT_AND_-1204460377'), (u'INT_EQUAL_-1204459685', u'CBRANCH_-1204459681'), (u'INT_ADD_-1204460118', u'INT_ADD_-1204459967'), (u'INT_OR_-1204459633', u'INT_OR_-1204459630'), (u'INT_ADD_-1204459595', u'CAST_-1204457479'), ('const-8', u'PTRADD_-1204457149'), (u'LOAD_-1204460446', u'INT_AND_-1204460380'), (u'INT_OR_-1204459618', u'MULTIEQUAL_-1204458169'), (u'INT_RIGHT_-1204460378', u'INT_OR_-1204460377'), (u'CALL_-1204459391', u'CALL_-1204459342'), (u'INT_LEFT_-1204459892', u'INT_OR_-1204459892'), (u'MULTIEQUAL_-1204458360', u'CALL_-1204459342'), ('const-433', u'LOAD_-1204459032'), ('const-280375465082880', u'INT_AND_-1204459727'), (u'LOAD_-1204459378', u'INT_LEFT_-1204459324'), (u'MULTIEQUAL_-1204458520', u'PTRADD_-1204457565'), ('const-112', u'INT_ADD_-1204459759'), ('const-71776119061217280', u'INT_AND_-1204459345'), (u'MULTIEQUAL_-1204457219', u'MULTIEQUAL_-1204457759'), (u'CALL_-1204459154', u'INDIRECT_-1204457581'), (u'INT_AND_-1204459630', u'INT_LEFT_-1204459627'), (u'INT_OR_-1204459630', u'INT_OR_-1204459627'), (u'INDIRECT_-1204457531', u'STORE_-1204457682'), (u'LOAD_-1204459976', u'INT_AND_-1204459901'), ('tmp_6624', u'CALL_-1204460046'), ('const-0', u'CALL_-1204459835'), ('const-40', u'INT_RIGHT_-1204459635'), (u'CALL_-1204459589', u'INDIRECT_-1204457775'), (u'INT_SLESSEQUAL_-1204459315', u'CBRANCH_-1204459323'), (u'INT_AND_-1204459627', u'INT_LEFT_-1204459624'), (u'INT_OR_-1204459627', u'INT_OR_-1204459624'), (u'LOAD_-1204459976', u'INT_AND_-1204459910'), (u'INT_AND_-1204459624', u'INT_LEFT_-1204459621'), (u'INT_OR_-1204459624', u'INT_OR_-1204459621'), (u'INT_OR_-1204460388', u'INT_OR_-1204460385'), (u'CALL_-1204460295', u'INDIRECT_-1204458027'), (u'CAST_-1204457479', u'CALL_-1204459548'), ('const-65280', u'INT_AND_-1204459330'), (u'CALL_-1204459154', u'INDIRECT_-1204457556'), ('tmp_2790', u'BRANCH_-1204459034'), (u'CAST_-1204457816', u'LOAD_-1204460446'), (u'INT_RIGHT_-1204459908', u'INT_OR_-1204459907'), (u'INT_LEFT_-1204459618', u'INT_OR_-1204459618'), ('tmp_6524', u'INT_ADD_-1204460341'), ('tmp_456', u'CBRANCH_-1204460366'), (u'INT_AND_-1204460247', u'INT_RIGHT_-1204460243'), (u'INT_AND_-1204459724', u'INT_RIGHT_-1204459720'), (u'CALL_-1204459342', u'INDIRECT_-1204457603'), (u'INT_ADD_-1204459866', u'CALL_-1204459835'), (u'MULTIEQUAL_-1204457850', u'MULTIEQUAL_-1204457823'), (u'INT_LEFT_-1204459330', u'INT_OR_-1204459330'), (u'LOAD_-1204460446', u'INT_AND_-1204460374'), ('const-80', u'INT_ADD_-1204459564'), ('const-1', u'PTRADD_-1204457565'), ('tmp_6524', u'INT_ADD_-1204459136'), (u'INT_ADD_-1204460341', u'CAST_-1204457788'), (u'INT_RIGHT_-1204459637', u'INT_OR_-1204459636'), (u'COPY_-1204459324', u'MULTIEQUAL_-1204458301'), ('const-71776119061217280', u'INT_AND_-1204459910'), (u'INT_RIGHT_-1204460370', u'INT_OR_-1204460371'), ('const-1', u'PTRADD_-1204457246'), (u'INT_AND_-1204460368', u'INT_LEFT_-1204460365'), (u'INT_OR_-1204460368', u'INT_OR_-1204460365'), ('const-48', u'INT_ADD_-1204459875'), (u'LOAD_-1204459969', u'INT_ADD_-1204459866'), ('tmp_6505', u'PTRSUB_-1204457606'), (u'LOAD_-1204459152', u'PTRADD_-1204457211'), ('const-24', u'INT_LEFT_-1204459624'), (u'INT_RIGHT_-1204459934', u'INT_OR_-1204459933'), (u'CALL_-1204459065', u'INDIRECT_-1204457631'), ('const-0', u'INT_NOTEQUAL_-1204459191'), (u'CAST_-1204457249', u'LOAD_-1204459152'), ('const-0', u'RETURN_-1204457706'), (u'INDIRECT_-1204457656', u'MULTIEQUAL_-1204458025'), ('tmp_6522', u'MULTIEQUAL_-1204458360'), (u'INDIRECT_-1204457407', u'MULTIEQUAL_-1204457823'), (u'INT_ADD_-1204459020', u'CAST_-1204457188'), (u'LOAD_-1204459762', u'INT_AND_-1204459727'), (u'INT_RIGHT_-1204459635', u'INT_OR_-1204459636'), (u'CALL_-1204459177', u'INDIRECT_-1204457597'), ('const-433', u'LOAD_-1204460505'), ('tmp_885', u'CBRANCH_-1204460102'), (u'INT_OR_-1204459904', u'INT_OR_-1204459901'), (u'CAST_-1204457244', u'LOAD_-1204459145'), (u'CALL_-1204458886', u'INDIRECT_-1204457382'), (u'INT_OR_-1204459712', u'INT_OR_-1204459709'), ('const-16711680', u'INT_AND_-1204459333'), ('const-1', u'RETURN_-1204458770'), ('tmp_705', u'CBRANCH_-1204460193'), (u'INT_ADD_-1204460118', u'INT_ADD_-1204459960'), (u'CALL_-1204460295', u'INDIRECT_-1204458077'), ('const-8', u'PTRADD_-1204457216'), ('const-433', u'LOAD_-1204460357'), (u'INT_LESS_-1204460231', u'CBRANCH_-1204460239'), ('const-24', u'INT_ADD_-1204459960'), ('const-71776119061217280', u'INT_AND_-1204460380'), ('const-0', u'RETURN_-1204459417'), ('const-4', u'INT_ADD_-1204460489'), (u'INT_AND_-1204459715', u'INT_LEFT_-1204459712'), (u'INT_OR_-1204459715', u'INT_OR_-1204459712'), (u'INT_ADD_-1204460525', u'INT_ADD_-1204460430'), (u'INT_ADD_-1204459129', u'CAST_-1204457244'), ('const-65280', u'INT_AND_-1204459895'), ('const-4278190080', u'INT_AND_-1204459901'), (u'INT_RIGHT_-1204459723', u'INT_OR_-1204459724'), (u'CAST_-1204457280', u'INT_NOTEQUAL_-1204459191'), (u'MULTIEQUAL_-1204457875', u'MULTIEQUAL_-1204457848'), ('tmp_6524', u'INT_ADD_-1204459039'), (u'INT_AND_-1204459727', u'INT_RIGHT_-1204459723'), (u'INT_LEFT_-1204460391', u'INT_OR_-1204460391'), (u'INT_LEFT_-1204460238', u'INT_OR_-1204460238'), (u'INT_RIGHT_-1204459932', u'INT_OR_-1204459933'), ('tmp_1228', u'CBRANCH_-1204459896'), ('const-8', u'INT_LEFT_-1204460368'), ('tmp_6524', u'INT_ADD_-1204459129'), (u'CALL_-1204458886', u'INDIRECT_-1204457357'), ('const-24', u'INT_RIGHT_-1204459338'), (u'PTRADD_-1204457216', u'MULTIEQUAL_-1204458520'), (u'INT_LEFT_-1204459924', u'INT_OR_-1204459924'), (u'INT_LEFT_-1204459324', u'INT_OR_-1204459324'), (u'INT_ADD_-1204460423', u'CAST_-1204457811'), ('const-24', u'INT_RIGHT_-1204459929'), (u'LOAD_-1204459680', u'INT_RIGHT_-1204459637'), ('const-24', u'INT_RIGHT_-1204459903'), ('const--72', u'PTRSUB_-1204457606'), (u'INT_OR_-1204459342', u'INT_OR_-1204459339'), (u'COPY_-1204457184', u'CALL_-1204458775'), (u'LOAD_-1204460439', u'INT_ADD_-1204460324'), (u'PTRADD_-1204457246', u'STORE_-1204459041'), (u'INT_OR_-1204460400', u'INT_OR_-1204460397'), (u'INDIRECT_-1204457547', u'MULTIEQUAL_-1204457524'), (u'INT_EQUAL_-1204460219', u'CBRANCH_-1204460216'), (u'LOAD_-1204460439', u'INT_EQUAL_-1204460368'), (u'INDIRECT_-1204457581', u'CAST_-1204457214'), (u'INT_ADD_-1204459033', u'MULTIEQUAL_-1204457796'), (u'LOAD_-1204459976', u'INT_RIGHT_-1204459908'), (u'MULTIEQUAL_-1204457219', u'MULTIEQUAL_-1204457848'), (u'PTRADD_-1204457455', u'LOAD_-1204459378'), (u'CAST_-1204457483', u'INT_SLESSEQUAL_-1204459610'), (u'CAST_-1204457389', u'INT_SLESSEQUAL_-1204459315'), ('const-24', u'INT_RIGHT_-1204459632'), ('const-6', u'INT_LEFT_-1204460149'), (u'INT_AND_-1204459904', u'INT_RIGHT_-1204459900'), (u'LOAD_-1204459762', u'INT_AND_-1204459721'), (u'INT_RIGHT_-1204459903', u'INT_OR_-1204459904'), ('tmp_2280', u'CBRANCH_-1204459188'), (u'INT_RIGHT_-1204459906', u'INT_OR_-1204459907'), (u'LOAD_-1204459152', u'STORE_-1204459116'), (u'LOAD_-1204460453', u'INT_AND_-1204460400'), (u'LOAD_-1204460357', u'CALL_-1204460295'), (u'INT_RIGHT_-1204460243', u'INT_OR_-1204460244'), ('const-433', u'LOAD_-1204459762'), (u'CAST_-1204457788', u'LOAD_-1204460357'), (u'MULTIEQUAL_-1204457900', u'INT_ADD_-1204459595'), (u'CALL_-1204459589', u'CALL_-1204459548'), (u'INDIRECT_-1204457429', u'MULTIEQUAL_-1204457218'), ('const-1', u'RETURN_-1204458834'), (u'MULTIEQUAL_-1204458360', u'CAST_-1204457483'), (u'LOAD_-1204459587', u'CALL_-1204459548'), (u'INT_LEFT_-1204460368', u'INT_OR_-1204460368'), ('const-56', u'INT_LEFT_-1204459915'), (u'CALL_-1204459503', u'INDIRECT_-1204457756'), ('const-40', u'INT_LEFT_-1204459712'), (u'INT_ADD_-1204460265', u'CAST_-1204457745'), (u'CALL_-1204459391', u'INDIRECT_-1204457677'), ('const-433', u'STORE_-1204459041'), (u'INT_OR_-1204459933', u'INT_OR_-1204459930'), ('tmp_6515', u'INT_ADD_-1204460118'), (u'INT_AND_-1204460400', u'INT_RIGHT_-1204460396'), ('const--1', u'COPY_-1204459226'), ('tmp_6624', u'INT_LEFT_-1204460562'), (u'INT_AND_-1204460397', u'INT_LEFT_-1204460394'), (u'INT_OR_-1204460397', u'INT_OR_-1204460394'), (u'LOAD_-1204459378', u'INT_AND_-1204459330'), (u'CALL_-1204459475', u'INDIRECT_-1204457742'), (u'CALL_-1204460295', u'CAST_-1204457759'), (u'INT_RIGHT_-1204460402', u'INT_OR_-1204460403'), (u'INT_RIGHT_-1204459343', u'INT_OR_-1204459342'), (u'INT_ADD_-1204460430', u'CAST_-1204457816'), (u'INT_RIGHT_-1204459632', u'INT_OR_-1204459633'), ('const-3716744', u'COPY_-1204460103'), (u'INT_OR_-1204460362', u'INT_OR_-1204460359'), (u'INT_LEFT_-1204460365', u'INT_OR_-1204460365'), ('const-144', u'INT_ADD_-1204459071'), ('const-1095216660480', u'INT_AND_-1204459930'), (u'LOAD_-1204459983', u'INT_RIGHT_-1204459934'), (u'CAST_-1204457567', u'INT_ADD_-1204459807'), ('const-65279', u'INT_LESS_-1204460231'), ('const-2', u'PTRADD_-1204457216'), ('const-8', u'PTRADD_-1204457210'), (u'CALL_-1204459503', u'CALL_-1204459475'), ('const-8', u'INT_LEFT_-1204459898'), (u'CALL_-1204458886', u'INDIRECT_-1204457407'), ('tmp_6524', u'INT_ADD_-1204460195'), (u'COPY_-1204459675', u'MULTIEQUAL_-1204458301'), ('const-433', u'LOAD_-1204459891'), (u'MULTIEQUAL_-1204457823', u'MULTIEQUAL_-1204457218'), (u'MULTIEQUAL_-1204457825', u'MULTIEQUAL_-1204457798'), (u'INDIRECT_-1204458002', u'MULTIEQUAL_-1204457950'), (u'LOAD_-1204460453', u'INT_AND_-1204460397'), (u'INT_LEFT_-1204459718', u'INT_OR_-1204459718'), ('const-24', u'INT_LEFT_-1204459921'), ('const-0', u'INT_EQUAL_-1204459898'), (u'INT_EQUAL_-1204458901', u'CBRANCH_-1204458897'), (u'INT_ZEXT_-1204458846', u'INT_ADD_-1204460118'), (u'INDIRECT_-1204457901', u'MULTIEQUAL_-1204457875'), (u'MULTIEQUAL_-1204458000', u'MULTIEQUAL_-1204457850'), (u'INT_LEFT_-1204460359', u'INT_OR_-1204460359'), (u'INT_OR_-1204460377', u'INT_OR_-1204460374'), ('const-3716098', u'COPY_-1204457186'), (u'INT_LEFT_-1204459709', u'INT_OR_-1204459709'), (u'INT_OR_-1204460238', u'INT_LESS_-1204460231'), ('const-24', u'INT_RIGHT_-1204460399'), (u'INT_LEFT_-1204459918', u'INT_OR_-1204459918'), (u'CALL_-1204459065', u'INDIRECT_-1204457581'), ('const-433', u'LOAD_-1204459152'), ('const-56', u'INT_ADD_-1204460195'), ('const-1095216660480', u'INT_AND_-1204459904'), (u'LOAD_-1204459378', u'INT_AND_-1204459333'), (u'LOAD_-1204460446', u'INT_AND_-1204460377'), ('tmp_1390', u'CBRANCH_-1204459797'), (u'INT_ADD_-1204459564', u'CALL_-1204459548'), (u'LOAD_-1204459378', u'INT_AND_-1204459336'), (u'CAST_-1204457811', u'LOAD_-1204460439'), (u'LOAD_-1204460453', u'INT_AND_-1204460403'), (u'LOAD_-1204460453', u'INT_AND_-1204460394'), (u'INT_AND_-1204460371', u'INT_LEFT_-1204460368'), (u'INT_OR_-1204460371', u'INT_OR_-1204460368'), (u'MULTIEQUAL_-1204458255', u'CALL_-1204459154'), ('const-433', u'LOAD_-1204460453'), ('tmp_6524', u'INT_ADD_-1204459571'), (u'MULTIEQUAL_-1204457796', u'INT_EQUAL_-1204460219'), (u'INT_ADD_-1204460324', u'CALL_-1204460295'), (u'LOAD_-1204459762', u'INT_LEFT_-1204459709'), (u'INDIRECT_-1204457581', u'MULTIEQUAL_-1204457950'), (u'INT_OR_-1204460238', u'MULTIEQUAL_-1204457796'), (u'INT_RIGHT_-1204460373', u'INT_OR_-1204460374'), (u'LOAD_-1204459983', u'INT_AND_-1204459927'), (u'INDIRECT_-1204457826', u'MULTIEQUAL_-1204457800'), (u'LOAD_-1204459680', u'INT_AND_-1204459627'), (u'LOAD_-1204459762', u'INT_AND_-1204459724'), ('const-40', u'INT_RIGHT_-1204459341'), (u'CALL_-1204459177', u'PTRADD_-1204459112'), (u'INT_LEFT_-1204459712', u'INT_OR_-1204459712'), (u'MULTIEQUAL_-1204458301', u'CALL_-1204459391'), (u'INDIRECT_-1204457506', u'MULTIEQUAL_-1204457216'), ('const-128', u'INT_ADD_-1204459129'), ('const-56', u'INT_RIGHT_-1204459728'), (u'INDIRECT_-1204457454', u'MULTIEQUAL_-1204457219'), (u'LOAD_-1204459976', u'INT_LEFT_-1204459889'), ('tmp_6520', u'COPY_-1204457796'), (u'MULTIEQUAL_-1204458520', u'PTRADD_-1204457149'), (u'INT_ADD_-1204460525', u'INT_ADD_-1204460437'), ('const-433', u'STORE_-1204459069'), ('const-16711680', u'INT_AND_-1204459718'), ('const-40', u'INT_RIGHT_-1204459932'), ('const-3717480', u'COPY_-1204457184'), (u'MULTIEQUAL_-1204457950', u'MULTIEQUAL_-1204457800'), (u'INT_AND_-1204459895', u'INT_LEFT_-1204459892'), (u'INT_OR_-1204459895', u'INT_OR_-1204459892'), (u'CAST_-1204457390', u'INT_SLESSEQUAL_-1204459315'), ('const-1095216660480', u'INT_AND_-1204459724'), (u'CALL_-1204460295', u'INDIRECT_-1204458002'), ('const-433', u'LOAD_-1204459680'), ('tmp_8556', u'INT_EQUAL_-1204460219'), (u'INDIRECT_-1204457851', u'MULTIEQUAL_-1204457825'), ('const-8', u'INT_LEFT_-1204459718'), ('tmp_6524', u'INT_ADD_-1204459071'), (u'LOAD_-1204459145', u'INT_NOTEQUAL_-1204459129'), ('const-40', u'INT_RIGHT_-1204459906'), ('const-16711680', u'INT_AND_-1204459924'), (u'INT_RIGHT_-1204459629', u'INT_OR_-1204459630'), ('const-16711680', u'INT_AND_-1204460247'), ('const-1', u'INT_EQUAL_-1204459717'), ('const-3716696', u'COPY_-1204458903'), (u'INT_AND_-1204459910', u'INT_RIGHT_-1204459906'), ('const-2', u'PTRADD_-1204457261'), (u'CAST_-1204457759', u'MULTIEQUAL_-1204458520'), ('const-65280', u'INT_AND_-1204460391'), ('const-1095216660480', u'INT_AND_-1204459633'), ('const-100663296', u'INT_NOTEQUAL_-1204460489'), ('const-433', u'LOAD_-1204459587'), ('tmp_6524', u'CALL_-1204459342'), (u'INT_LESSEQUAL_-1204459000', u'CBRANCH_-1204458999'), (u'INT_ADD_-1204459953', u'CAST_-1204457615'), ('const-433', u'LOAD_-1204460211'), (u'LOAD_-1204459152', u'PTRADD_-1204457289'), (u'INT_OR_-1204459636', u'INT_OR_-1204459633'), ('const-8', u'INT_RIGHT_-1204459335'), (u'LOAD_-1204459152', u'PTRADD_-1204457246'), ('tmp_262', u'CBRANCH_-1204460467'), ('const-40', u'INT_RIGHT_-1204460402'), (u'CALL_-1204459065', u'INDIRECT_-1204457656'), ('const-8', u'INT_RIGHT_-1204460396'), (u'CAST_-1204457188', u'LOAD_-1204459032'), ('const-4278190080', u'INT_AND_-1204459630'), (u'INT_AND_-1204459330', u'INT_LEFT_-1204459327'), (u'INT_OR_-1204459330', u'INT_OR_-1204459327'), (u'INT_ADD_-1204460118', u'INT_ADD_-1204460108'), (u'INT_AND_-1204459930', u'INT_RIGHT_-1204459926'), (u'LOAD_-1204460281', u'INT_AND_-1204460244'), ('const-1095216660480', u'INT_AND_-1204460400'), ('const-433', u'STORE_-1204457682'), (u'INT_AND_-1204460377', u'INT_RIGHT_-1204460373'), (u'INT_OR_-1204460374', u'INT_OR_-1204460371'), (u'INT_AND_-1204459933', u'INT_RIGHT_-1204459929'), ('const-4278190080', u'INT_AND_-1204459336'), (u'INT_AND_-1204460403', u'INT_RIGHT_-1204460399'), (u'LOAD_-1204460453', u'INT_LEFT_-1204460385'), ('const-8', u'INT_RIGHT_-1204460243'), (u'INT_OR_-1204460241', u'INT_OR_-1204460238'), (u'COPY_-1204457796', u'MULTIEQUAL_-1204457900'), (u'INT_OR_-1204459621', u'INT_OR_-1204459618'), (u'MULTIEQUAL_-1204458520', u'PTRADD_-1204457455'), (u'CALL_-1204459154', u'INDIRECT_-1204457531'), (u'LOAD_-1204459378', u'INT_RIGHT_-1204459343'), ('const-24', u'INT_RIGHT_-1204460373'), (u'PTRADD_-1204457149', u'MULTIEQUAL_-1204458520'), (u'PTRSUB_-1204457606', u'INT_EQUAL_-1204458901'), (u'CAST_-1204457230', u'STORE_-1204459116'), (u'INT_OR_-1204460394', u'INT_OR_-1204460391'), (u'INT_AND_-1204460394', u'INT_LEFT_-1204460391'), (u'INT_LEFT_-1204459627', u'INT_OR_-1204459627'), ('const-1', u'PTRADD_-1204457455'), (u'MULTIEQUAL_-1204458169', u'CALL_-1204459342'), ('const-40', u'INT_LEFT_-1204460362'), (u'MULTIEQUAL_-1204457848', u'MULTIEQUAL_-1204457219'), ('const-280375465082880', u'INT_AND_-1204459907'), (u'LOAD_-1204459983', u'INT_AND_-1204459921'), (u'MULTIEQUAL_-1204457823', u'MULTIEQUAL_-1204457549'), (u'INT_EQUAL_-1204459089', u'CBRANCH_-1204459085'), (u'CAST_-1204457625', u'LOAD_-1204459983'), ('const-40', u'INT_ADD_-1204460324'), (u'CAST_-1204457566', u'INT_LESS_-1204458858'), ('const-433', u'LOAD_-1204459145'), (u'INT_OR_-1204459339', u'INT_OR_-1204459336'), ('const-3', u'PTRADD_-1204457210'), (u'INT_RIGHT_-1204459926', u'INT_OR_-1204459927'), ('const-40', u'INT_LEFT_-1204459892'), (u'INDIRECT_-1204457876', u'MULTIEQUAL_-1204457850'), (u'PTRADD_-1204459112', u'MULTIEQUAL_-1204458255'), (u'COPY_-1204458903', u'MULTIEQUAL_-1204458585'), (u'PTRADD_-1204457210', u'STORE_-1204457681'), (u'CALL_-1204459548', u'INDIRECT_-1204457753'), (u'CAST_-1204457715', u'LOAD_-1204460211'), (u'CAST_-1204457759', u'CAST_-1204457567'), (u'LOAD_-1204460446', u'INT_AND_-1204460368'), (u'INT_ADD_-1204459571', u'CAST_-1204457465'), ('const-8', u'INT_LEFT_-1204460394'), (u'LOAD_-1204460211', u'INT_LESS_-1204460184'), ('const-0', u'CALL_-1204459548'), ('const-433', u'LOAD_-1204459378'), (u'INT_EQUAL_-1204459898', u'CBRANCH_-1204459896'), ('const-168', u'INT_ADD_-1204459039'), ('tmp_2551', u'CBRANCH_-1204458999'), (u'CAST_-1204457280', u'CALL_-1204459177'), (u'LOAD_-1204459976', u'INT_AND_-1204459904'), ('tmp_1551', u'CBRANCH_-1204459699'), ('const-8', u'PTRADD_-1204457455'), (u'CAST_-1204457869', u'INT_ZEXT_-1204458723'), (u'INT_LEFT_-1204459895', u'INT_OR_-1204459895'), (u'INT_OR_-1204459324', u'CAST_-1204457389'), (u'LOAD_-1204459762', u'INT_AND_-1204459718'), ('const-8', u'INT_LEFT_-1204460241'), ('const-3716792', u'COPY_-1204459675'), (u'INT_RIGHT_-1204460245', u'INT_OR_-1204460244'), ('tmp_630', u'CBRANCH_-1204460239'), (u'INT_OR_-1204459324', u'INT_ADD_-1204459186'), ('const-2', u'PTRADD_-1204457289'), (u'LOAD_-1204459976', u'INT_AND_-1204459898'), (u'INT_LESS_-1204459800', u'CBRANCH_-1204459797'), ('tmp_6515', u'INT_ADD_-1204460525'), ('tmp_6524', u'INT_ADD_-1204459953'), (u'CAST_-1204457851', u'LOAD_-1204460505'), (u'MULTIEQUAL_-1204457796', u'CALL_-1204460046'), (u'COPY_-1204457186', u'CALL_-1204458775'), (u'LOAD_-1204460505', u'INT_NOTEQUAL_-1204460489'), ('const-56', u'INT_LEFT_-1204459889'), (u'MULTIEQUAL_-1204457875', u'MULTIEQUAL_-1204457759'), (u'CALL_-1204458926', u'INDIRECT_-1204457404'), (u'LOAD_-1204459983', u'INT_AND_-1204459933'), (u'MULTIEQUAL_-1204458520', u'LOAD_-1204459762'), (u'INDIRECT_-1204457454', u'INT_EQUAL_-1204458901'), (u'MULTIEQUAL_-1204458585', u'CALL_-1204460087'), (u'MULTIEQUAL_-1204457216', u'MULTIEQUAL_-1204457773'), (u'INT_SLESSEQUAL_-1204459610', u'CBRANCH_-1204459618'), (u'INT_EQUAL_-1204460368', u'CBRANCH_-1204460366'), (u'MULTIEQUAL_-1204457218', u'MULTIEQUAL_-1204457823'), ('const-3716888', u'COPY_-1204457561'), (u'INDIRECT_-1204457753', u'MULTIEQUAL_-1204457218'), (u'INT_EQUAL_-1204459701', u'CBRANCH_-1204459699'), (u'PTRSUB_-1204457606', u'COPY_-1204457358'), ('const-256', u'CALL_-1204458775'), (u'INT_ADD_-1204459039', u'CAST_-1204457328'), ('const-24', u'INT_LEFT_-1204460391'), (u'CALL_-1204458926', u'INDIRECT_-1204457379'), (u'INT_LEFT_-1204459715', u'INT_OR_-1204459715'), ('const-71776119061217280', u'INT_AND_-1204460406'), ('const-433', u'LOAD_-1204459976'), (u'INT_OR_-1204459915', u'CALL_-1204459835'), (u'INT_AND_-1204459336', u'INT_LEFT_-1204459333'), (u'INT_OR_-1204459336', u'INT_OR_-1204459333'), (u'INT_LEFT_-1204459624', u'INT_OR_-1204459624'), (u'INT_NOTEQUAL_-1204460489', u'CBRANCH_-1204460467'), ('const-280375465082880', u'INT_AND_-1204459636'), (u'INT_ADD_-1204459014', u'STORE_-1204459029'), (u'PTRADD_-1204457149', u'INT_LESS_-1204458858'), ('const-32', u'INT_ADD_-1204460437'), (u'MULTIEQUAL_-1204458520', u'PTRADD_-1204457216'), (u'LOAD_-1204459976', u'INT_AND_-1204459895'), (u'INT_EQUAL_-1204460109', u'CBRANCH_-1204460102'), (u'INT_AND_-1204459907', u'INT_RIGHT_-1204459903'), ('const-88', u'INT_ADD_-1204459571'), (u'INDIRECT_-1204457581', u'INT_EQUAL_-1204459089'), (u'LOAD_-1204460453', u'INT_RIGHT_-1204460404'), (u'INT_AND_-1204460365', u'INT_LEFT_-1204460362'), (u'INT_OR_-1204460365', u'INT_OR_-1204460362'), ('const-48', u'INT_ADD_-1204460341'), ('tmp_1700', u'CBRANCH_-1204459618'), (u'INDIRECT_-1204458027', u'MULTIEQUAL_-1204457975'), (u'INT_AND_-1204459345', u'INT_RIGHT_-1204459341'), (u'INT_ADD_-1204459186', u'CAST_-1204457280'), ('const-8', u'INT_RIGHT_-1204459900'), ('const-8', u'PTRADD_-1204457246'), (u'INT_LEFT_-1204460388', u'INT_OR_-1204460388'), (u'INT_AND_-1204459342', u'INT_RIGHT_-1204459338'), (u'INT_LEFT_-1204460149', u'INT_ZEXT_-1204458846'), ('const-8', u'PTRADD_-1204457289'), (u'INT_LEFT_-1204460562', u'CAST_-1204457869'), ('tmp_2220', u'CBRANCH_-1204459323'), ('const-56', u'INT_LEFT_-1204460385'), (u'MULTIEQUAL_-1204457217', u'MULTIEQUAL_-1204457798'), (u'COPY_-1204457358', u'MULTIEQUAL_-1204457574'), (u'INT_ZEXT_-1204458723', u'INT_ADD_-1204460525'), ('const-433', u'LOAD_-1204460124'), (u'LOAD_-1204459891', u'CALL_-1204459835'), (u'INT_AND_-1204459333', u'INT_LEFT_-1204459330'), (u'INT_OR_-1204459333', u'INT_OR_-1204459330'), (u'INT_OR_-1204459709', u'INT_EQUAL_-1204459701'), ('const-24', u'INT_RIGHT_-1204460245'), ('const-433', u'STORE_-1204459116'), (u'INT_RIGHT_-1204460376', u'INT_OR_-1204460377'), (u'INDIRECT_-1204457531', u'STORE_-1204459069'), (u'CALL_-1204459391', u'INDIRECT_-1204457702'), (u'INT_LESS_-1204460184', u'CBRANCH_-1204460193'), (u'CAST_-1204457280', u'CALL_-1204459154'), (u'INT_ADD_-1204459071', u'CALL_-1204459065'), (u'CALL_-1204459835', u'MULTIEQUAL_-1204457900'), (u'PTRSUB_-1204457612', u'CALL_-1204459154'), (u'LOAD_-1204460124', u'INT_EQUAL_-1204460109'), (u'LOAD_-1204459032', u'INT_ADD_-1204459014'), (u'LOAD_-1204460446', u'INT_LEFT_-1204460359'), ('const-8', u'INT_RIGHT_-1204459629'), (u'INT_NOTEQUAL_-1204459129', u'CBRANCH_-1204459124'), (u'INDIRECT_-1204457581', u'MULTIEQUAL_-1204457219'), (u'MULTIEQUAL_-1204457798', u'MULTIEQUAL_-1204457524'), (u'INDIRECT_-1204457603', u'MULTIEQUAL_-1204457216'), (u'CAST_-1204457328', u'LOAD_-1204459051'), (u'INT_OR_-1204460238', u'INT_ADD_-1204459033'), ('const-50331648', u'INT_EQUAL_-1204460109'), ('const-65280', u'INT_AND_-1204459715'), ('const-56', u'INT_RIGHT_-1204460378'), ('tmp_6524', u'INT_ADD_-1204459759'), (u'COPY_-1204457561', u'CALL_-1204459503'), (u'MULTIEQUAL_-1204457800', u'MULTIEQUAL_-1204457773'), (u'INT_NOTEQUAL_-1204459191', u'CBRANCH_-1204459188'), (u'PTRADD_-1204457216', u'INT_LESSEQUAL_-1204459000'), (u'CALL_-1204459177', u'INDIRECT_-1204457547'), (u'INT_ADD_-1204459759', u'CALL_-1204458926'), (u'CAST_-1204457482', u'INT_SLESSEQUAL_-1204459610'), (u'INDIRECT_-1204457628', u'MULTIEQUAL_-1204457217'), ('const-8', u'INT_LEFT_-1204459924'), (u'INT_LEFT_-1204459333', u'INT_OR_-1204459333'), ('tmp_666', u'CBRANCH_-1204460216'), (u'LOAD_-1204459976', u'INT_AND_-1204459907'), (u'INDIRECT_-1204457556', u'MULTIEQUAL_-1204457218'), (u'LOAD_-1204459152', u'PTRADD_-1204457210'), (u'INT_AND_-1204460374', u'INT_RIGHT_-1204460370'), (u'LOAD_-1204459983', u'INT_AND_-1204459930'), ('tmp_2631', u'CBRANCH_-1204458897'), ('const-8', u'PTRADD_-1204457565'), (u'CALL_-1204459589', u'INDIRECT_-1204457725'), (u'CAST_-1204457280', u'PTRADD_-1204459112'), (u'INT_AND_-1204459936', u'INT_RIGHT_-1204459932'), (u'MULTIEQUAL_-1204458360', u'CAST_-1204457390'), ('const-71776119061217280', u'INT_AND_-1204459730'), ('const-1', u'PTRADD_-1204459112'), ('tmp_2718', u'BRANCH_-1204458892'), (u'INT_AND_-1204459339', u'INT_RIGHT_-1204459335'), (u'LOAD_-1204459378', u'INT_AND_-1204459345'), ('const-32', u'INT_ADD_-1204459014'), (u'INDIRECT_-1204457382', u'MULTIEQUAL_-1204457798'), ('const-433', u'STORE_-1204457681'), (u'INT_ADD_-1204460108', u'CAST_-1204457693'), (u'INT_OR_-1204459618', u'INT_ADD_-1204459595'), (u'LOAD_-1204460453', u'INT_AND_-1204460391'), (u'INT_RIGHT_-1204459338', u'INT_OR_-1204459339'), (u'INT_RIGHT_-1204459900', u'INT_OR_-1204459901'), (u'INT_AND_-1204459639', u'INT_RIGHT_-1204459635'), ('const-4278190080', u'INT_AND_-1204460397'), (u'INT_OR_-1204459892', u'INT_OR_-1204459889'), ('const-40', u'INT_LEFT_-1204459327'), ('const-56', u'INT_RIGHT_-1204459934'), (u'INT_OR_-1204459918', u'INT_OR_-1204459915'), ('const-0', u'CALL_-1204459835'), (u'CALL_-1204458886', u'INDIRECT_-1204457432'), (u'INT_OR_-1204460385', u'CALL_-1204460295'), (u'MULTIEQUAL_-1204457900', u'INT_ADD_-1204459186'), (u'INDIRECT_-1204457606', u'MULTIEQUAL_-1204457975'), ('tmp_6524', u'CALL_-1204459475'), (u'INT_LEFT_-1204460385', u'INT_OR_-1204460385'), (u'CALL_-1204459391', u'INDIRECT_-1204457652'), ('tmp_6524', u'INT_ADD_-1204460423'), (u'INT_OR_-1204459907', u'INT_OR_-1204459904'), ('const-56', u'INT_LEFT_-1204459324'), ('const-1095216660480', u'INT_AND_-1204460374'), (u'MULTIEQUAL_-1204457975', u'MULTIEQUAL_-1204457825'), (u'PTRSUB_-1204457606', u'INT_EQUAL_-1204459089'), ('const-65280', u'INT_AND_-1204460244'), ('const-56', u'INT_RIGHT_-1204459637'), (u'INT_OR_-1204460385', u'INT_ADD_-1204459807'), (u'CALL_-1204460087', u'CALL_-1204460046'), ('const-56', u'INT_RIGHT_-1204460404'), ('const-433', u'LOAD_-1204460281'), (u'CALL_-1204459835', u'INDIRECT_-1204457851'), (u'INT_OR_-1204459709', u'INT_EQUAL_-1204459717'), (u'INT_OR_-1204460403', u'INT_OR_-1204460400'), (u'INT_OR_-1204459618', u'CAST_-1204457482'), (u'INT_OR_-1204459889', u'CALL_-1204459835'), (u'CALL_-1204459835', u'INDIRECT_-1204457876'), (u'LOAD_-1204459152', u'CALL_-1204458926'), (u'INT_AND_-1204459924', u'INT_LEFT_-1204459921'), (u'INT_OR_-1204459924', u'INT_OR_-1204459921'), (u'INT_AND_-1204459901', u'INT_LEFT_-1204459898'), (u'INT_OR_-1204459901', u'INT_OR_-1204459898'), (u'INDIRECT_-1204457357', u'MULTIEQUAL_-1204457773'), ('const-433', u'LOAD_-1204459983'), (u'LOAD_-1204459680', u'INT_AND_-1204459630'), (u'INDIRECT_-1204457728', u'MULTIEQUAL_-1204457217'), (u'CALL_-1204459835', u'INDIRECT_-1204457901'), ('const-56', u'INT_LEFT_-1204459618'), (u'INT_RIGHT_-1204460399', u'INT_OR_-1204460400'), (u'LOAD_-1204460281', u'INT_LEFT_-1204460238'), ('const-56', u'INT_LEFT_-1204460359'), ('const-40', u'INT_ADD_-1204459953'), (u'INDIRECT_-1204457531', u'MULTIEQUAL_-1204457217'), ('const-433', u'LOAD_-1204460446'), (u'LOAD_-1204459983', u'INT_LEFT_-1204459915'), ('const-65280', u'INT_AND_-1204460365'), (u'LOAD_-1204459680', u'INT_AND_-1204459636'), (u'INT_AND_-1204460406', u'INT_RIGHT_-1204460402'), ('const-8', u'INT_RIGHT_-1204460370'), (u'LOAD_-1204460281', u'INT_RIGHT_-1204460245'), ('tmp_6524', u'CALL_-1204460046'), (u'CALL_-1204459154', u'INDIRECT_-1204457506'), (u'INT_LEFT_-1204459621', u'INT_OR_-1204459621'), (u'CAST_-1204457465', u'LOAD_-1204459587'), ('const-24', u'INT_LEFT_-1204459330'), (u'INDIRECT_-1204457522', u'MULTIEQUAL_-1204457499'), ('const-433', u'LOAD_-1204459051'), (u'INDIRECT_-1204458077', u'MULTIEQUAL_-1204458025'), ('const-32', u'INT_ADD_-1204459967'), (u'INDIRECT_-1204457653', u'MULTIEQUAL_-1204457218'), ('tmp_6524', u'INT_ADD_-1204459564'), (u'CALL_-1204458926', u'INDIRECT_-1204457454'), (u'INDIRECT_-1204457631', u'MULTIEQUAL_-1204458000'), (u'LOAD_-1204460446', u'INT_RIGHT_-1204460378'), (u'INT_AND_-1204460391', u'INT_LEFT_-1204460388'), (u'INT_OR_-1204460391', u'INT_OR_-1204460388'), ('const-71776119061217280', u'INT_AND_-1204459639'), ('tmp_1525', u'CBRANCH_-1204459714'), (u'INT_LEFT_-1204459889', u'INT_OR_-1204459889'), (u'MULTIEQUAL_-1204457773', u'MULTIEQUAL_-1204457499'), ('const-8', u'INT_LEFT_-1204459333'), (u'CALL_-1204459177', u'INDIRECT_-1204457572'), (u'PTRADD_-1204457289', u'CAST_-1204457230'), ('const-6', u'INT_LEFT_-1204460562'), (u'PTRSUB_-1204457612', u'CALL_-1204458926'), (u'INT_ADD_-1204460489', u'CAST_-1204457851'), (u'CALL_-1204459177', u'INDIRECT_-1204457522'), (u'MULTIEQUAL_-1204457773', u'MULTIEQUAL_-1204457216'), (u'INT_RIGHT_-1204459929', u'INT_OR_-1204459930'), (u'INDIRECT_-1204457556', u'STORE_-1204459041'), (u'INT_RIGHT_-1204459341', u'INT_OR_-1204459342'), (u'INT_RIGHT_-1204460404', u'INT_OR_-1204460403'), ('const-4278190080', u'INT_AND_-1204459721'), (u'INDIRECT_-1204457778', u'MULTIEQUAL_-1204457219'), (u'LOAD_-1204459680', u'INT_LEFT_-1204459618'), (u'CALL_-1204459065', u'INDIRECT_-1204457606'), ('const-120', u'INT_ADD_-1204459136'), ('const-8', u'PTRADD_-1204457211'), ('const-0', u'RETURN_-1204459988'), (u'CALL_-1204459548', u'INDIRECT_-1204457728'), (u'INDIRECT_-1204457432', u'MULTIEQUAL_-1204457759'), (u'INT_RIGHT_-1204460396', u'INT_OR_-1204460397'), (u'COPY_-1204460103', u'MULTIEQUAL_-1204458585'), ('const-16711680', u'INT_AND_-1204459898'), (u'LOAD_-1204459680', u'INT_AND_-1204459639'), (u'INT_AND_-1204459633', u'INT_RIGHT_-1204459629'), ('const-14', u'INT_EQUAL_-1204459685'), ('tmp_2570', u'BRANCH_-1204458966'), (u'MULTIEQUAL_-1204458025', u'MULTIEQUAL_-1204457875'), ('tmp_1583', u'CBRANCH_-1204459681'), (u'INDIRECT_-1204457404', u'MULTIEQUAL_-1204457217'), (u'INT_LEFT_-1204460241', u'INT_OR_-1204460241'), ('const-24', u'INT_LEFT_-1204459715'), (u'CALL_-1204459391', u'INDIRECT_-1204457627'), (u'INT_ADD_-1204459807', u'CAST_-1204457566'), (u'INDIRECT_-1204457432', u'MULTIEQUAL_-1204457848'), (u'INT_RIGHT_-1204459728', u'INT_OR_-1204459727'), (u'LOAD_-1204459378', u'INT_AND_-1204459339'), (u'CALL_-1204460295', u'INDIRECT_-1204458052'), ('const-40', u'INT_ADD_-1204460265'), ('tmp_6524', u'INT_ADD_-1204459020'), (u'CALL_-1204458926', u'INDIRECT_-1204457429'), ('const-280375465082880', u'INT_AND_-1204459342'), (u'CAST_-1204457759', u'INT_LESS_-1204459800'), ('const-8', u'PTRADD_-1204457261'), ('const-4', u'INT_ADD_-1204460108'), (u'LOAD_-1204459152', u'INT_NOTEQUAL_-1204459129'), (u'CALL_-1204459342', u'INDIRECT_-1204457678'), (u'INT_OR_-1204459727', u'INT_OR_-1204459724'), (u'CAST_-1204457566', u'INT_LESS_-1204459800'), (u'LOAD_-1204459762', u'INT_AND_-1204459730'), (u'INT_OR_-1204459724', u'INT_OR_-1204459721'), ('tmp_2354', u'CBRANCH_-1204459124'), (u'INDIRECT_-1204457678', u'MULTIEQUAL_-1204457219'), ('tmp_2408', u'CBRANCH_-1204459085'), (u'LOAD_-1204459152', u'STORE_-1204459083'), (u'INT_ADD_-1204459960', u'CAST_-1204457620'), (u'INT_OR_-1204460359', u'CALL_-1204460295'), ('const-40', u'INT_ADD_-1204459866'), ('const-0', u'INT_EQUAL_-1204460368'), (u'INT_LEFT_-1204459921', u'INT_OR_-1204459921'), ('const-71776119061217280', u'INT_AND_-1204459936'), ('const-40', u'INT_RIGHT_-1204459726'), (u'INDIRECT_-1204457506', u'STORE_-1204457681'), ('const-40', u'INT_LEFT_-1204460388'), (u'LOAD_-1204460446', u'INT_AND_-1204460365'), (u'INDIRECT_-1204457379', u'MULTIEQUAL_-1204457216'), (u'INT_ADD_-1204460525', u'INT_ADD_-1204460489'), (u'INT_ADD_-1204460437', u'CAST_-1204457821'), (u'MULTIEQUAL_-1204457796', u'INT_LESS_-1204460184'), (u'LOAD_-1204459680', u'INT_AND_-1204459633'), (u'LOAD_-1204459152', u'PTRADD_-1204457261'), ('const-3716840', u'COPY_-1204459324'), (u'INT_LEFT_-1204459327', u'INT_OR_-1204459327'), (u'LOAD_-1204459051', u'INT_ADD_-1204459033'), (u'CAST_-1204457693', u'LOAD_-1204460124')]
| null | null |
002a63c0
|
x64
|
O2
|
(translation_unit "void FUN_002a63c0(long param_1,long param_2,int param_3,uint param_4,long param_5,ulong param_6)\n\n{\n ulong uVar1;\n ulong uVar2;\n long *plVar3;\n ulong *puVar4;\n undefined8 uVar5;\n size_t sVar6;\n uint uVar7;\n char *pcVar8;\n long lVar9;\n ulong uVar10;\n ulong *puVar11;\n char *__s;\n long local_60;\n long *local_58;\n long local_50;\n long local_48;\n long lStack_40;\n \n lVar9 = (ulong)(uint)(param_3 << 6) + param_2;\n if (*(int *)(lVar9 + 4) != 0x6000000) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/dynobj.cc",0x100,"read_dynamic");\n }\n uVar10 = *(ulong *)(lVar9 + 0x20);\n uVar1 = *(ulong *)(lVar9 + 0x18);\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18\n | (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) {\nLAB_002a66c4:\n /* WARNING: Subroutine does not return */\n FUN_0029a160();\n }\n puVar4 = (ulong *)FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0);\n uVar7 = *(uint *)(lVar9 + 0x28);\n uVar7 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;\n if (0xfeff < uVar7) {\n FUN_00167b70(param_1 + 0x90);\n uVar7 = uVar7 + *(int *)(param_1 + 0xa8);\n }\n local_60 = param_5;\n if (param_4 == uVar7) {\nLAB_002a64e6:\n puVar11 = (ulong *)(uVar10 + (long)puVar4);\n if (puVar4 < puVar11) {\n do {\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n /* try { // try from 002a6698 to 002a669c has its CatchHandler @ 002a66e1 */\n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n } while (puVar4 < puVar11);\n }\nLAB_002a655d:\n uVar5 = gettext("missing DT_NULL in dynamic segment");\n FUN_001bd150(param_1,uVar5);\n return;\n }\n if (uVar7 < *(uint *)(param_1 + 0x38)) {\n param_2 = param_2 + (ulong)(uVar7 << 6);\n if (*(int *)(param_2 + 4) == 0x3000000) {\n uVar1 = *(ulong *)(param_2 + 0x20);\n uVar2 = *(ulong *)(param_2 + 0x18);\n param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;\n local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);\n goto LAB_002a64e6;\n }\n pcVar8 = "DYNAMIC section %u link %u is not a strtab";\n }\n else {\n pcVar8 = "DYNAMIC section %u link out of range: %u";\n }\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,param_3,uVar7);\n return;\n}\n\n" (function_definition "void FUN_002a63c0(long param_1,long param_2,int param_3,uint param_4,long param_5,ulong param_6)\n\n{\n ulong uVar1;\n ulong uVar2;\n long *plVar3;\n ulong *puVar4;\n undefined8 uVar5;\n size_t sVar6;\n uint uVar7;\n char *pcVar8;\n long lVar9;\n ulong uVar10;\n ulong *puVar11;\n char *__s;\n long local_60;\n long *local_58;\n long local_50;\n long local_48;\n long lStack_40;\n \n lVar9 = (ulong)(uint)(param_3 << 6) + param_2;\n if (*(int *)(lVar9 + 4) != 0x6000000) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/dynobj.cc",0x100,"read_dynamic");\n }\n uVar10 = *(ulong *)(lVar9 + 0x20);\n uVar1 = *(ulong *)(lVar9 + 0x18);\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18\n | (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) {\nLAB_002a66c4:\n /* WARNING: Subroutine does not return */\n FUN_0029a160();\n }\n puVar4 = (ulong *)FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0);\n uVar7 = *(uint *)(lVar9 + 0x28);\n uVar7 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;\n if (0xfeff < uVar7) {\n FUN_00167b70(param_1 + 0x90);\n uVar7 = uVar7 + *(int *)(param_1 + 0xa8);\n }\n local_60 = param_5;\n if (param_4 == uVar7) {\nLAB_002a64e6:\n puVar11 = (ulong *)(uVar10 + (long)puVar4);\n if (puVar4 < puVar11) {\n do {\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n /* try { // try from 002a6698 to 002a669c has its CatchHandler @ 002a66e1 */\n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n } while (puVar4 < puVar11);\n }\nLAB_002a655d:\n uVar5 = gettext("missing DT_NULL in dynamic segment");\n FUN_001bd150(param_1,uVar5);\n return;\n }\n if (uVar7 < *(uint *)(param_1 + 0x38)) {\n param_2 = param_2 + (ulong)(uVar7 << 6);\n if (*(int *)(param_2 + 4) == 0x3000000) {\n uVar1 = *(ulong *)(param_2 + 0x20);\n uVar2 = *(ulong *)(param_2 + 0x18);\n param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;\n local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);\n goto LAB_002a64e6;\n }\n pcVar8 = "DYNAMIC section %u link %u is not a strtab";\n }\n else {\n pcVar8 = "DYNAMIC section %u link out of range: %u";\n }\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,param_3,uVar7);\n return;\n}" primitive_type (function_declarator "FUN_002a63c0(long param_1,long param_2,int param_3,uint param_4,long param_5,ulong param_6)" identifier (parameter_list "(long param_1,long param_2,int param_3,uint param_4,long param_5,ulong param_6)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "uint param_4" type_identifier identifier) , (parameter_declaration "long param_5" (sized_type_specifier "long" long) identifier) , (parameter_declaration "ulong param_6" type_identifier identifier) ))) (compound_statement "{\n ulong uVar1;\n ulong uVar2;\n long *plVar3;\n ulong *puVar4;\n undefined8 uVar5;\n size_t sVar6;\n uint uVar7;\n char *pcVar8;\n long lVar9;\n ulong uVar10;\n ulong *puVar11;\n char *__s;\n long local_60;\n long *local_58;\n long local_50;\n long local_48;\n long lStack_40;\n \n lVar9 = (ulong)(uint)(param_3 << 6) + param_2;\n if (*(int *)(lVar9 + 4) != 0x6000000) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/dynobj.cc",0x100,"read_dynamic");\n }\n uVar10 = *(ulong *)(lVar9 + 0x20);\n uVar1 = *(ulong *)(lVar9 + 0x18);\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18\n | (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) {\nLAB_002a66c4:\n /* WARNING: Subroutine does not return */\n FUN_0029a160();\n }\n puVar4 = (ulong *)FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0);\n uVar7 = *(uint *)(lVar9 + 0x28);\n uVar7 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;\n if (0xfeff < uVar7) {\n FUN_00167b70(param_1 + 0x90);\n uVar7 = uVar7 + *(int *)(param_1 + 0xa8);\n }\n local_60 = param_5;\n if (param_4 == uVar7) {\nLAB_002a64e6:\n puVar11 = (ulong *)(uVar10 + (long)puVar4);\n if (puVar4 < puVar11) {\n do {\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n /* try { // try from 002a6698 to 002a669c has its CatchHandler @ 002a66e1 */\n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n } while (puVar4 < puVar11);\n }\nLAB_002a655d:\n uVar5 = gettext("missing DT_NULL in dynamic segment");\n FUN_001bd150(param_1,uVar5);\n return;\n }\n if (uVar7 < *(uint *)(param_1 + 0x38)) {\n param_2 = param_2 + (ulong)(uVar7 << 6);\n if (*(int *)(param_2 + 4) == 0x3000000) {\n uVar1 = *(ulong *)(param_2 + 0x20);\n uVar2 = *(ulong *)(param_2 + 0x18);\n param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;\n local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);\n goto LAB_002a64e6;\n }\n pcVar8 = "DYNAMIC section %u link %u is not a strtab";\n }\n else {\n pcVar8 = "DYNAMIC section %u link out of range: %u";\n }\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,param_3,uVar7);\n return;\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (declaration "ulong *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "size_t sVar6;" primitive_type identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "long lVar9;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar10;" type_identifier identifier ;) (declaration "ulong *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "long local_60;" (sized_type_specifier "long" long) identifier ;) (declaration "long *local_58;" (sized_type_specifier "long" long) (pointer_declarator "*local_58" * identifier) ;) (declaration "long local_50;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_48;" (sized_type_specifier "long" long) identifier ;) (declaration "long lStack_40;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar9 = (ulong)(uint)(param_3 << 6) + param_2;" (assignment_expression "lVar9 = (ulong)(uint)(param_3 << 6) + param_2" identifier = (binary_expression "(ulong)(uint)(param_3 << 6) + param_2" (call_expression "(ulong)(uint)(param_3 << 6)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) (argument_list "(param_3 << 6)" ( (binary_expression "param_3 << 6" identifier << number_literal) ))) + identifier)) ;) (if_statement "if (*(int *)(lVar9 + 4) != 0x6000000) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/dynobj.cc",0x100,"read_dynamic");\n }" if (parenthesized_expression "(*(int *)(lVar9 + 4) != 0x6000000)" ( (binary_expression "*(int *)(lVar9 + 4) != 0x6000000" (pointer_expression "*(int *)(lVar9 + 4)" * (cast_expression "(int *)(lVar9 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 4)" ( (binary_expression "lVar9 + 4" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/dynobj.cc",0x100,"read_dynamic");\n }" { comment (expression_statement "FUN_0017c650("../../gold/dynobj.cc",0x100,"read_dynamic");" (call_expression "FUN_0017c650("../../gold/dynobj.cc",0x100,"read_dynamic")" identifier (argument_list "("../../gold/dynobj.cc",0x100,"read_dynamic")" ( (string_literal ""../../gold/dynobj.cc"" " string_content ") , number_literal , (string_literal ""read_dynamic"" " string_content ") ))) ;) })) (expression_statement "uVar10 = *(ulong *)(lVar9 + 0x20);" (assignment_expression "uVar10 = *(ulong *)(lVar9 + 0x20)" identifier = (pointer_expression "*(ulong *)(lVar9 + 0x20)" * (cast_expression "(ulong *)(lVar9 + 0x20)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x20)" ( (binary_expression "lVar9 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "uVar1 = *(ulong *)(lVar9 + 0x18);" (assignment_expression "uVar1 = *(ulong *)(lVar9 + 0x18)" identifier = (pointer_expression "*(ulong *)(lVar9 + 0x18)" * (cast_expression "(ulong *)(lVar9 + 0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x18)" ( (binary_expression "lVar9 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18\n | (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;" (assignment_expression "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18\n | (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" identifier = (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18\n | (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18\n | (uVar10 & 0xff00) << 0x28" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28" (binary_expression "uVar10 >> 0x38" identifier >> number_literal) | (binary_expression "(uVar10 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar10 & 0xff000000000000)" ( (binary_expression "uVar10 & 0xff000000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar10 & 0xff0000000000)" ( (binary_expression "uVar10 & 0xff0000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff00000000) >> 8" (parenthesized_expression "(uVar10 & 0xff00000000)" ( (binary_expression "uVar10 & 0xff00000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff000000) << 8" (parenthesized_expression "(uVar10 & 0xff000000)" ( (binary_expression "uVar10 & 0xff000000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar10 & 0xff0000) << 0x18" (parenthesized_expression "(uVar10 & 0xff0000)" ( (binary_expression "uVar10 & 0xff0000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar10 & 0xff00) << 0x28" (parenthesized_expression "(uVar10 & 0xff00)" ( (binary_expression "uVar10 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar10 << 0x38" identifier << number_literal))) ;) (if_statement "if (*(long *)(param_1 + 0x28) == 0) {\nLAB_002a66c4:\n /* WARNING: Subroutine does not return */\n FUN_0029a160();\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x28) == 0)" ( (binary_expression "*(long *)(param_1 + 0x28) == 0" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\nLAB_002a66c4:\n /* WARNING: Subroutine does not return */\n FUN_0029a160();\n }" { (labeled_statement "LAB_002a66c4:\n /* WARNING: Subroutine does not return */\n FUN_0029a160();" statement_identifier : comment (expression_statement "FUN_0029a160();" (call_expression "FUN_0029a160()" identifier (argument_list "()" ( ))) ;)) })) (expression_statement "puVar4 = (ulong *)FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0);" (assignment_expression "puVar4 = (ulong *)FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0)" identifier = (cast_expression "(ulong *)FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0)" identifier (argument_list "(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0)" ( (binary_expression "*(long *)(param_1 + 0x28) + 0x28" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) + number_literal) , (pointer_expression "*(undefined8 *)(param_1 + 0x30)" * (cast_expression "(undefined8 *)(param_1 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) , (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28" (binary_expression "uVar1 >> 0x38" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar1 & 0xff000000000000)" ( (binary_expression "uVar1 & 0xff000000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar1 & 0xff0000000000)" ( (binary_expression "uVar1 & 0xff0000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00000000) >> 8" (parenthesized_expression "(uVar1 & 0xff00000000)" ( (binary_expression "uVar1 & 0xff00000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff000000) << 8" (parenthesized_expression "(uVar1 & 0xff000000)" ( (binary_expression "uVar1 & 0xff000000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar1 & 0xff0000) << 0x18" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar1 & 0xff00) << 0x28" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x38" identifier << number_literal)) , identifier , number_literal , number_literal ))))) ;) (expression_statement "uVar7 = *(uint *)(lVar9 + 0x28);" (assignment_expression "uVar7 = *(uint *)(lVar9 + 0x28)" identifier = (pointer_expression "*(uint *)(lVar9 + 0x28)" * (cast_expression "(uint *)(lVar9 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x28)" ( (binary_expression "lVar9 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "uVar7 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;" (assignment_expression "uVar7 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18" identifier = (binary_expression "uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18" (binary_expression "uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8" (binary_expression "uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8" (binary_expression "uVar7 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar7 & 0xff0000) >> 8" (parenthesized_expression "(uVar7 & 0xff0000)" ( (binary_expression "uVar7 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar7 & 0xff00) << 8" (parenthesized_expression "(uVar7 & 0xff00)" ( (binary_expression "uVar7 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar7 << 0x18" identifier << number_literal))) ;) (if_statement "if (0xfeff < uVar7) {\n FUN_00167b70(param_1 + 0x90);\n uVar7 = uVar7 + *(int *)(param_1 + 0xa8);\n }" if (parenthesized_expression "(0xfeff < uVar7)" ( (binary_expression "0xfeff < uVar7" number_literal < identifier) )) (compound_statement "{\n FUN_00167b70(param_1 + 0x90);\n uVar7 = uVar7 + *(int *)(param_1 + 0xa8);\n }" { (expression_statement "FUN_00167b70(param_1 + 0x90);" (call_expression "FUN_00167b70(param_1 + 0x90)" identifier (argument_list "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) ))) ;) (expression_statement "uVar7 = uVar7 + *(int *)(param_1 + 0xa8);" (assignment_expression "uVar7 = uVar7 + *(int *)(param_1 + 0xa8)" identifier = (binary_expression "uVar7 + *(int *)(param_1 + 0xa8)" identifier + (pointer_expression "*(int *)(param_1 + 0xa8)" * (cast_expression "(int *)(param_1 + 0xa8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa8)" ( (binary_expression "param_1 + 0xa8" identifier + number_literal) )))))) ;) })) (expression_statement "local_60 = param_5;" (assignment_expression "local_60 = param_5" identifier = identifier) ;) (if_statement "if (param_4 == uVar7) {\nLAB_002a64e6:\n puVar11 = (ulong *)(uVar10 + (long)puVar4);\n if (puVar4 < puVar11) {\n do {\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n /* try { // try from 002a6698 to 002a669c has its CatchHandler @ 002a66e1 */\n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n } while (puVar4 < puVar11);\n }\nLAB_002a655d:\n uVar5 = gettext("missing DT_NULL in dynamic segment");\n FUN_001bd150(param_1,uVar5);\n return;\n }" if (parenthesized_expression "(param_4 == uVar7)" ( (binary_expression "param_4 == uVar7" identifier == identifier) )) (compound_statement "{\nLAB_002a64e6:\n puVar11 = (ulong *)(uVar10 + (long)puVar4);\n if (puVar4 < puVar11) {\n do {\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n /* try { // try from 002a6698 to 002a669c has its CatchHandler @ 002a66e1 */\n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n } while (puVar4 < puVar11);\n }\nLAB_002a655d:\n uVar5 = gettext("missing DT_NULL in dynamic segment");\n FUN_001bd150(param_1,uVar5);\n return;\n }" { (labeled_statement "LAB_002a64e6:\n puVar11 = (ulong *)(uVar10 + (long)puVar4);" statement_identifier : (expression_statement "puVar11 = (ulong *)(uVar10 + (long)puVar4);" (assignment_expression "puVar11 = (ulong *)(uVar10 + (long)puVar4)" identifier = (cast_expression "(ulong *)(uVar10 + (long)puVar4)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar10 + (long)puVar4)" ( (binary_expression "uVar10 + (long)puVar4" identifier + (cast_expression "(long)puVar4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;)) (if_statement "if (puVar4 < puVar11) {\n do {\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n /* try { // try from 002a6698 to 002a669c has its CatchHandler @ 002a66e1 */\n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n } while (puVar4 < puVar11);\n }" if (parenthesized_expression "(puVar4 < puVar11)" ( (binary_expression "puVar4 < puVar11" identifier < identifier) )) (compound_statement "{\n do {\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n /* try { // try from 002a6698 to 002a669c has its CatchHandler @ 002a66e1 */\n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n } while (puVar4 < puVar11);\n }" { (do_statement "do {\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n /* try { // try from 002a6698 to 002a669c has its CatchHandler @ 002a66e1 */\n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n } while (puVar4 < puVar11);" do (compound_statement "{\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n /* try { // try from 002a6698 to 002a669c has its CatchHandler @ 002a66e1 */\n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n }" { (while_statement "while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }" { (expression_statement "uVar10 = *puVar4;" (assignment_expression "uVar10 = *puVar4" identifier = (pointer_expression "*puVar4" * identifier)) ;) (expression_statement "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;" (assignment_expression "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" identifier = (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28" (binary_expression "uVar10 >> 0x38" identifier >> number_literal) | (binary_expression "(uVar10 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar10 & 0xff000000000000)" ( (binary_expression "uVar10 & 0xff000000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar10 & 0xff0000000000)" ( (binary_expression "uVar10 & 0xff0000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff00000000) >> 8" (parenthesized_expression "(uVar10 & 0xff00000000)" ( (binary_expression "uVar10 & 0xff00000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff000000) << 8" (parenthesized_expression "(uVar10 & 0xff000000)" ( (binary_expression "uVar10 & 0xff000000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar10 & 0xff0000) << 0x18" (parenthesized_expression "(uVar10 & 0xff0000)" ( (binary_expression "uVar10 & 0xff0000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar10 & 0xff00) << 0x28" (parenthesized_expression "(uVar10 & 0xff00)" ( (binary_expression "uVar10 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar10 << 0x38" identifier << number_literal))) ;) (if_statement "if (uVar10 == 1) break;" if (parenthesized_expression "(uVar10 == 1)" ( (binary_expression "uVar10 == 1" identifier == number_literal) )) (break_statement "break;" break ;)) (if_statement "if (uVar10 == 0) {\n return;\n }" if (parenthesized_expression "(uVar10 == 0)" ( (binary_expression "uVar10 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }" if (parenthesized_expression "(uVar10 == 0xe)" ( (binary_expression "uVar10 == 0xe" identifier == number_literal) )) (compound_statement "{\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }" { (expression_statement "uVar10 = puVar4[1];" (assignment_expression "uVar10 = puVar4[1]" identifier = (subscript_expression "puVar4[1]" identifier [ number_literal ])) ;) (expression_statement "pcVar8 = "DT_SONAME value out of range: %lld >= %lld";" (assignment_expression "pcVar8 = "DT_SONAME value out of range: %lld >= %lld"" identifier = (string_literal ""DT_SONAME value out of range: %lld >= %lld"" " string_content ")) ;) (expression_statement "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;" (assignment_expression "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" identifier = (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28" (binary_expression "uVar10 >> 0x38" identifier >> number_literal) | (binary_expression "(uVar10 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar10 & 0xff000000000000)" ( (binary_expression "uVar10 & 0xff000000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar10 & 0xff0000000000)" ( (binary_expression "uVar10 & 0xff0000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff00000000) >> 8" (parenthesized_expression "(uVar10 & 0xff00000000)" ( (binary_expression "uVar10 & 0xff00000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff000000) << 8" (parenthesized_expression "(uVar10 & 0xff000000)" ( (binary_expression "uVar10 & 0xff000000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar10 & 0xff0000) << 0x18" (parenthesized_expression "(uVar10 & 0xff0000)" ( (binary_expression "uVar10 & 0xff0000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar10 & 0xff00) << 0x28" (parenthesized_expression "(uVar10 & 0xff00)" ( (binary_expression "uVar10 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar10 << 0x38" identifier << number_literal))) ;) (if_statement "if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;" if (parenthesized_expression "((long)param_6 <= (long)uVar10)" ( (binary_expression "(long)param_6 <= (long)uVar10" (cast_expression "(long)param_6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) <= (cast_expression "(long)uVar10" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) (goto_statement "goto LAB_002a659e;" goto statement_identifier ;)) (expression_statement "sVar6 = strlen((char *)(uVar10 + local_60));" (assignment_expression "sVar6 = strlen((char *)(uVar10 + local_60))" identifier = (call_expression "strlen((char *)(uVar10 + local_60))" identifier (argument_list "((char *)(uVar10 + local_60))" ( (cast_expression "(char *)(uVar10 + local_60)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar10 + local_60)" ( (binary_expression "uVar10 + local_60" identifier + identifier) ))) )))) ;) (expression_statement "FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);" (call_expression "FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6)" identifier (argument_list "(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) , number_literal , (pointer_expression "*(undefined8 *)(param_1 + 0x58)" * (cast_expression "(undefined8 *)(param_1 + 0x58)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x58)" ( (binary_expression "param_1 + 0x58" identifier + number_literal) )))) , (cast_expression "(char *)(uVar10 + local_60)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar10 + local_60)" ( (binary_expression "uVar10 + local_60" identifier + identifier) ))) , identifier ))) ;) })) (labeled_statement "joined_r0x002a6660:\n puVar4 = puVar4 + 2;" statement_identifier : (expression_statement "puVar4 = puVar4 + 2;" (assignment_expression "puVar4 = puVar4 + 2" identifier = (binary_expression "puVar4 + 2" identifier + number_literal)) ;)) (if_statement "if (puVar11 <= puVar4) goto LAB_002a655d;" if (parenthesized_expression "(puVar11 <= puVar4)" ( (binary_expression "puVar11 <= puVar4" identifier <= identifier) )) (goto_statement "goto LAB_002a655d;" goto statement_identifier ;)) })) (expression_statement "uVar10 = puVar4[1];" (assignment_expression "uVar10 = puVar4[1]" identifier = (subscript_expression "puVar4[1]" identifier [ number_literal ])) ;) (expression_statement "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;" (assignment_expression "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" identifier = (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28" (binary_expression "uVar10 >> 0x38" identifier >> number_literal) | (binary_expression "(uVar10 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar10 & 0xff000000000000)" ( (binary_expression "uVar10 & 0xff000000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar10 & 0xff0000000000)" ( (binary_expression "uVar10 & 0xff0000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff00000000) >> 8" (parenthesized_expression "(uVar10 & 0xff00000000)" ( (binary_expression "uVar10 & 0xff00000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff000000) << 8" (parenthesized_expression "(uVar10 & 0xff000000)" ( (binary_expression "uVar10 & 0xff000000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar10 & 0xff0000) << 0x18" (parenthesized_expression "(uVar10 & 0xff0000)" ( (binary_expression "uVar10 & 0xff0000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar10 & 0xff00) << 0x28" (parenthesized_expression "(uVar10 & 0xff00)" ( (binary_expression "uVar10 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar10 << 0x38" identifier << number_literal))) ;) (if_statement "if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }" if (parenthesized_expression "((long)param_6 <= (long)uVar10)" ( (binary_expression "(long)param_6 <= (long)uVar10" (cast_expression "(long)param_6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) <= (cast_expression "(long)uVar10" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) (compound_statement "{\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }" { (expression_statement "pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";" (assignment_expression "pcVar8 = "DT_NEEDED value out of range: %lld >= %lld"" identifier = (string_literal ""DT_NEEDED value out of range: %lld >= %lld"" " string_content ")) ;) (labeled_statement "LAB_002a659e:\n uVar5 = gettext(pcVar8);" statement_identifier : (expression_statement "uVar5 = gettext(pcVar8);" (assignment_expression "uVar5 = gettext(pcVar8)" identifier = (call_expression "gettext(pcVar8)" identifier (argument_list "(pcVar8)" ( identifier )))) ;)) (expression_statement "FUN_001bd150(param_1,uVar5,uVar10,param_6);" (call_expression "FUN_001bd150(param_1,uVar5,uVar10,param_6)" identifier (argument_list "(param_1,uVar5,uVar10,param_6)" ( identifier , identifier , identifier , identifier ))) ;) (goto_statement "goto joined_r0x002a6660;" goto statement_identifier ;) })) (expression_statement "pcVar8 = (char *)0xffffffffffffffff;" (assignment_expression "pcVar8 = (char *)0xffffffffffffffff" identifier = (cast_expression "(char *)0xffffffffffffffff" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "__s = (char *)(uVar10 + local_60);" (assignment_expression "__s = (char *)(uVar10 + local_60)" identifier = (cast_expression "(char *)(uVar10 + local_60)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar10 + local_60)" ( (binary_expression "uVar10 + local_60" identifier + identifier) )))) ;) (expression_statement "local_58 = &local_48;" (assignment_expression "local_58 = &local_48" identifier = (pointer_expression "&local_48" & identifier)) ;) (if_statement "if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }" if (parenthesized_expression "(__s != (char *)0x0)" ( (binary_expression "__s != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }" { (expression_statement "sVar6 = strlen(__s);" (assignment_expression "sVar6 = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "pcVar8 = __s + sVar6;" (assignment_expression "pcVar8 = __s + sVar6" identifier = (binary_expression "__s + sVar6" identifier + identifier)) ;) })) (expression_statement "FUN_001665c0(&local_58,__s,pcVar8);" (call_expression "FUN_001665c0(&local_58,__s,pcVar8)" identifier (argument_list "(&local_58,__s,pcVar8)" ( (pointer_expression "&local_58" & identifier) , identifier , identifier ))) ;) (expression_statement "plVar3 = *(long **)(param_1 + 0x78);" (assignment_expression "plVar3 = *(long **)(param_1 + 0x78)" identifier = (pointer_expression "*(long **)(param_1 + 0x78)" * (cast_expression "(long **)(param_1 + 0x78)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) ))))) ;) (if_statement "if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }" if (parenthesized_expression "(plVar3 != *(long **)(param_1 + 0x80))" ( (binary_expression "plVar3 != *(long **)(param_1 + 0x80)" identifier != (pointer_expression "*(long **)(param_1 + 0x80)" * (cast_expression "(long **)(param_1 + 0x80)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x80)" ( (binary_expression "param_1 + 0x80" identifier + number_literal) ))))) )) (compound_statement "{\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }" { (expression_statement "*plVar3 = (long)(plVar3 + 2);" (assignment_expression "*plVar3 = (long)(plVar3 + 2)" (pointer_expression "*plVar3" * identifier) = (cast_expression "(long)(plVar3 + 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(plVar3 + 2)" ( (binary_expression "plVar3 + 2" identifier + number_literal) )))) ;) (if_statement "if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }" if (parenthesized_expression "(local_58 == &local_48)" ( (binary_expression "local_58 == &local_48" identifier == (pointer_expression "&local_48" & identifier)) )) (compound_statement "{\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }" { (expression_statement "plVar3[2] = local_48;" (assignment_expression "plVar3[2] = local_48" (subscript_expression "plVar3[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "plVar3[3] = lStack_40;" (assignment_expression "plVar3[3] = lStack_40" (subscript_expression "plVar3[3]" identifier [ number_literal ]) = identifier) ;) }) (else_clause "else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }" else (compound_statement "{\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }" { (expression_statement "*plVar3 = (long)local_58;" (assignment_expression "*plVar3 = (long)local_58" (pointer_expression "*plVar3" * identifier) = (cast_expression "(long)local_58" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "plVar3[2] = local_48;" (assignment_expression "plVar3[2] = local_48" (subscript_expression "plVar3[2]" identifier [ number_literal ]) = identifier) ;) }))) (expression_statement "plVar3[1] = local_50;" (assignment_expression "plVar3[1] = local_50" (subscript_expression "plVar3[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;" (assignment_expression "*(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20" (pointer_expression "*(long *)(param_1 + 0x78)" * (cast_expression "(long *)(param_1 + 0x78)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) )))) = (binary_expression "*(long *)(param_1 + 0x78) + 0x20" (pointer_expression "*(long *)(param_1 + 0x78)" * (cast_expression "(long *)(param_1 + 0x78)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) )))) + number_literal)) ;) (goto_statement "goto joined_r0x002a6660;" goto statement_identifier ;) })) comment (expression_statement "FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);" (call_expression "FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58)" identifier (argument_list "(param_1 + 0x70,plVar3,&local_58)" ( (binary_expression "param_1 + 0x70" identifier + number_literal) , identifier , (pointer_expression "&local_58" & identifier) ))) ;) (if_statement "if (local_58 == &local_48) goto joined_r0x002a6660;" if (parenthesized_expression "(local_58 == &local_48)" ( (binary_expression "local_58 == &local_48" identifier == (pointer_expression "&local_48" & identifier)) )) (goto_statement "goto joined_r0x002a6660;" goto statement_identifier ;)) (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) (expression_statement "puVar4 = puVar4 + 2;" (assignment_expression "puVar4 = puVar4 + 2" identifier = (binary_expression "puVar4 + 2" identifier + number_literal)) ;) }) while (parenthesized_expression "(puVar4 < puVar11)" ( (binary_expression "puVar4 < puVar11" identifier < identifier) )) ;) })) (labeled_statement "LAB_002a655d:\n uVar5 = gettext("missing DT_NULL in dynamic segment");" statement_identifier : (expression_statement "uVar5 = gettext("missing DT_NULL in dynamic segment");" (assignment_expression "uVar5 = gettext("missing DT_NULL in dynamic segment")" identifier = (call_expression "gettext("missing DT_NULL in dynamic segment")" identifier (argument_list "("missing DT_NULL in dynamic segment")" ( (string_literal ""missing DT_NULL in dynamic segment"" " string_content ") )))) ;)) (expression_statement "FUN_001bd150(param_1,uVar5);" (call_expression "FUN_001bd150(param_1,uVar5)" identifier (argument_list "(param_1,uVar5)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })) (if_statement "if (uVar7 < *(uint *)(param_1 + 0x38)) {\n param_2 = param_2 + (ulong)(uVar7 << 6);\n if (*(int *)(param_2 + 4) == 0x3000000) {\n uVar1 = *(ulong *)(param_2 + 0x20);\n uVar2 = *(ulong *)(param_2 + 0x18);\n param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;\n local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);\n goto LAB_002a64e6;\n }\n pcVar8 = "DYNAMIC section %u link %u is not a strtab";\n }\n else {\n pcVar8 = "DYNAMIC section %u link out of range: %u";\n }" if (parenthesized_expression "(uVar7 < *(uint *)(param_1 + 0x38))" ( (binary_expression "uVar7 < *(uint *)(param_1 + 0x38)" identifier < (pointer_expression "*(uint *)(param_1 + 0x38)" * (cast_expression "(uint *)(param_1 + 0x38)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) )) (compound_statement "{\n param_2 = param_2 + (ulong)(uVar7 << 6);\n if (*(int *)(param_2 + 4) == 0x3000000) {\n uVar1 = *(ulong *)(param_2 + 0x20);\n uVar2 = *(ulong *)(param_2 + 0x18);\n param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;\n local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);\n goto LAB_002a64e6;\n }\n pcVar8 = "DYNAMIC section %u link %u is not a strtab";\n }" { (expression_statement "param_2 = param_2 + (ulong)(uVar7 << 6);" (assignment_expression "param_2 = param_2 + (ulong)(uVar7 << 6)" identifier = (binary_expression "param_2 + (ulong)(uVar7 << 6)" identifier + (call_expression "(ulong)(uVar7 << 6)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar7 << 6)" ( (binary_expression "uVar7 << 6" identifier << number_literal) ))))) ;) (if_statement "if (*(int *)(param_2 + 4) == 0x3000000) {\n uVar1 = *(ulong *)(param_2 + 0x20);\n uVar2 = *(ulong *)(param_2 + 0x18);\n param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;\n local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);\n goto LAB_002a64e6;\n }" if (parenthesized_expression "(*(int *)(param_2 + 4) == 0x3000000)" ( (binary_expression "*(int *)(param_2 + 4) == 0x3000000" (pointer_expression "*(int *)(param_2 + 4)" * (cast_expression "(int *)(param_2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar1 = *(ulong *)(param_2 + 0x20);\n uVar2 = *(ulong *)(param_2 + 0x18);\n param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;\n local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);\n goto LAB_002a64e6;\n }" { (expression_statement "uVar1 = *(ulong *)(param_2 + 0x20);" (assignment_expression "uVar1 = *(ulong *)(param_2 + 0x20)" identifier = (pointer_expression "*(ulong *)(param_2 + 0x20)" * (cast_expression "(ulong *)(param_2 + 0x20)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "uVar2 = *(ulong *)(param_2 + 0x18);" (assignment_expression "uVar2 = *(ulong *)(param_2 + 0x18)" identifier = (pointer_expression "*(ulong *)(param_2 + 0x18)" * (cast_expression "(ulong *)(param_2 + 0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38;" (assignment_expression "param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38" identifier = (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28" (binary_expression "uVar1 >> 0x38" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar1 & 0xff000000000000)" ( (binary_expression "uVar1 & 0xff000000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar1 & 0xff0000000000)" ( (binary_expression "uVar1 & 0xff0000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00000000) >> 8" (parenthesized_expression "(uVar1 & 0xff00000000)" ( (binary_expression "uVar1 & 0xff00000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff000000) << 8" (parenthesized_expression "(uVar1 & 0xff000000)" ( (binary_expression "uVar1 & 0xff000000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar1 & 0xff0000) << 0x18" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar1 & 0xff00) << 0x28" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x38" identifier << number_literal))) ;) (if_statement "if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;" if (parenthesized_expression "(*(long *)(param_1 + 0x28) == 0)" ( (binary_expression "*(long *)(param_1 + 0x28) == 0" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) == number_literal) )) (goto_statement "goto LAB_002a66c4;" goto statement_identifier ;)) (expression_statement "local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);" (assignment_expression "local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0)" identifier = (call_expression "FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0)" identifier (argument_list "(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0)" ( (binary_expression "*(long *)(param_1 + 0x28) + 0x28" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) + number_literal) , (pointer_expression "*(undefined8 *)(param_1 + 0x30)" * (cast_expression "(undefined8 *)(param_1 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) , (binary_expression "uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38" (binary_expression "uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28" (binary_expression "uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18" (binary_expression "uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8" (binary_expression "uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8" (binary_expression "uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18" (binary_expression "uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28" (binary_expression "uVar2 >> 0x38" identifier >> number_literal) | (binary_expression "(uVar2 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar2 & 0xff000000000000)" ( (binary_expression "uVar2 & 0xff000000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar2 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar2 & 0xff0000000000)" ( (binary_expression "uVar2 & 0xff0000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar2 & 0xff00000000) >> 8" (parenthesized_expression "(uVar2 & 0xff00000000)" ( (binary_expression "uVar2 & 0xff00000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar2 & 0xff000000) << 8" (parenthesized_expression "(uVar2 & 0xff000000)" ( (binary_expression "uVar2 & 0xff000000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar2 & 0xff0000) << 0x18" (parenthesized_expression "(uVar2 & 0xff0000)" ( (binary_expression "uVar2 & 0xff0000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar2 & 0xff00) << 0x28" (parenthesized_expression "(uVar2 & 0xff00)" ( (binary_expression "uVar2 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar2 << 0x38" identifier << number_literal)) , identifier , number_literal , number_literal )))) ;) (goto_statement "goto LAB_002a64e6;" goto statement_identifier ;) })) (expression_statement "pcVar8 = "DYNAMIC section %u link %u is not a strtab";" (assignment_expression "pcVar8 = "DYNAMIC section %u link %u is not a strtab"" identifier = (string_literal ""DYNAMIC section %u link %u is not a strtab"" " string_content ")) ;) }) (else_clause "else {\n pcVar8 = "DYNAMIC section %u link out of range: %u";\n }" else (compound_statement "{\n pcVar8 = "DYNAMIC section %u link out of range: %u";\n }" { (expression_statement "pcVar8 = "DYNAMIC section %u link out of range: %u";" (assignment_expression "pcVar8 = "DYNAMIC section %u link out of range: %u"" identifier = (string_literal ""DYNAMIC section %u link out of range: %u"" " string_content ")) ;) }))) (expression_statement "uVar5 = gettext(pcVar8);" (assignment_expression "uVar5 = gettext(pcVar8)" identifier = (call_expression "gettext(pcVar8)" identifier (argument_list "(pcVar8)" ( identifier )))) ;) (expression_statement "FUN_001bd150(param_1,uVar5,param_3,uVar7);" (call_expression "FUN_001bd150(param_1,uVar5,param_3,uVar7)" identifier (argument_list "(param_1,uVar5,param_3,uVar7)" ( identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void read_dynamic(Sized_dynobj<64,_true> * this, uchar * pshdrs, uint\n dynamic_shndx, uint strtab_shndx, uchar * strtabu, off_t strtab_size) */\n\nvoid __thiscall\ngold::Sized_dynobj<64,_true>::read_dynamic\n (Sized_dynobj<64,_true> *this,uchar *pshdrs,uint dynamic_shndx,uint strtab_shndx,\n uchar *strtabu,off_t strtab_size)\n\n{\n anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *paVar1;\n pointer *ppbVar2;\n ulong uVar3;\n ulong uVar4;\n iterator __position;\n uint uVar5;\n ulong *puVar6;\n size_t sVar7;\n uchar *puVar8;\n char *pcVar9;\n Input_file *this_00;\n uint uVar10;\n ulong uVar11;\n ulong *puVar12;\n uchar *__s;\n uchar *local_60;\n basic_string<char,_std::char_traits<char>,_std::allocator<char>_> local_58;\n \n uVar10 = dynamic_shndx << 6;\n if (*(int *)(pshdrs + (ulong)uVar10 + 4) != 0x6000000) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/dynobj.cc",0x100,"read_dynamic");\n }\n uVar11 = *(ulong *)(pshdrs + (ulong)uVar10 + 0x20);\n uVar3 = *(ulong *)(pshdrs + (ulong)uVar10 + 0x18);\n this_00 = (this->super_Dynobj).super_Object.input_file_;\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 | (uVar11 & 0xff0000000000) >> 0x18\n | (uVar11 & 0xff00000000) >> 8 | (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18\n | (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (this_00 == (Input_file *)0x0) {\nLAB_002a66c4:\n /* WARNING: Subroutine does not return */\n Object::input_file((Object *)this_00);\n }\n puVar6 = (ulong *)File_read::get_view(&this_00->file_,(this->super_Dynobj).super_Object.offset_,\n uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |\n (uVar3 & 0xff0000000000) >> 0x18 |\n (uVar3 & 0xff00000000) >> 8 | (uVar3 & 0xff000000) << 8 |\n (uVar3 & 0xff0000) << 0x18 | (uVar3 & 0xff00) << 0x28 |\n uVar3 << 0x38,uVar11,true,false);\n uVar10 = *(uint *)(pshdrs + (ulong)uVar10 + 0x28);\n uVar10 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18;\n if (0xfeff < uVar10) {\n elfcpp::Elf_file<64,_true,_gold::Object>::initialize_shnum(&this->elf_file_);\n uVar10 = uVar10 + (this->elf_file_).large_shndx_offset_;\n }\n local_60 = strtabu;\n if (strtab_shndx == uVar10) {\nLAB_002a64e6:\n puVar12 = (ulong *)(uVar11 + (long)puVar6);\n if (puVar6 < puVar12) {\n paVar1 = &local_58.field_2;\n do {\n while( true ) {\n uVar11 = *puVar6;\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (uVar11 == 1) break;\n if (uVar11 == 0) {\n return;\n }\n if (uVar11 == 0xe) {\n uVar11 = puVar6[1];\n pcVar9 = "DT_SONAME value out of range: %lld >= %lld";\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (strtab_size <= (long)uVar11) goto LAB_002a659e;\n sVar7 = strlen((char *)(local_60 + uVar11));\n std::string::_M_replace\n ((string *)&(this->super_Dynobj).soname_,0,\n (this->super_Dynobj).soname_._M_string_length,(char *)(local_60 + uVar11),\n sVar7);\n }\njoined_r0x002a6660:\n puVar6 = puVar6 + 2;\n if (puVar12 <= puVar6) goto LAB_002a655d;\n }\n uVar11 = puVar6[1];\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (strtab_size <= (long)uVar11) {\n pcVar9 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n pcVar9 = (char *)gettext(pcVar9);\n Object::error((Object *)this,pcVar9,uVar11,strtab_size);\n goto joined_r0x002a6660;\n }\n puVar8 = (uchar *)0xffffffffffffffff;\n __s = local_60 + uVar11;\n local_58._M_dataplus._M_p = (pointer)paVar1;\n if (__s != (uchar *)0x0) {\n sVar7 = strlen((char *)__s);\n puVar8 = __s + sVar7;\n }\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(&local_58,__s,puVar8);\n __position._M_current =\n (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_finish;\n if (__position._M_current !=\n (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_end_of_storage) {\n ((__position._M_current)->_M_dataplus)._M_p = (pointer)&(__position._M_current)->field_2;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1) {\n ((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;\n *(undefined8 *)((long)&(__position._M_current)->field_2 + 8) = local_58.field_2._8_8_;\n }\n else {\n ((__position._M_current)->_M_dataplus)._M_p = local_58._M_dataplus._M_p;\n ((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;\n }\n (__position._M_current)->_M_string_length = local_58._M_string_length;\n ppbVar2 = &(this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_finish;\n *ppbVar2 = *ppbVar2 + 1;\n goto joined_r0x002a6660;\n }\n /* try { // try from 002a6698 to 002a669c has its CatchHandler @ 002a66e1 */\n std::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ::\n _M_realloc_insert<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>\n (&(this->super_Dynobj).needed_,__position,&local_58);\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1) goto joined_r0x002a6660;\n operator_delete(local_58._M_dataplus._M_p);\n puVar6 = puVar6 + 2;\n } while (puVar6 < puVar12);\n }\nLAB_002a655d:\n pcVar9 = (char *)gettext("missing DT_NULL in dynamic segment");\n Object::error((Object *)this,pcVar9);\n return;\n }\n if (uVar10 < (this->super_Dynobj).super_Object.shnum_) {\n uVar5 = uVar10 << 6;\n if (*(int *)(pshdrs + (ulong)uVar5 + 4) == 0x3000000) {\n uVar3 = *(ulong *)(pshdrs + (ulong)uVar5 + 0x20);\n uVar4 = *(ulong *)(pshdrs + (ulong)uVar5 + 0x18);\n this_00 = (this->super_Dynobj).super_Object.input_file_;\n strtab_size = uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |\n (uVar3 & 0xff0000000000) >> 0x18 | (uVar3 & 0xff00000000) >> 8 |\n (uVar3 & 0xff000000) << 8 | (uVar3 & 0xff0000) << 0x18 |\n (uVar3 & 0xff00) << 0x28 | uVar3 << 0x38;\n if (this_00 == (Input_file *)0x0) goto LAB_002a66c4;\n local_60 = File_read::get_view(&this_00->file_,(this->super_Dynobj).super_Object.offset_,\n uVar4 >> 0x38 | (uVar4 & 0xff000000000000) >> 0x28 |\n (uVar4 & 0xff0000000000) >> 0x18 | (uVar4 & 0xff00000000) >> 8\n | (uVar4 & 0xff000000) << 8 | (uVar4 & 0xff0000) << 0x18 |\n (uVar4 & 0xff00) << 0x28 | uVar4 << 0x38,strtab_size,false,\n false);\n goto LAB_002a64e6;\n }\n pcVar9 = "DYNAMIC section %u link %u is not a strtab";\n }\n else {\n pcVar9 = "DYNAMIC section %u link out of range: %u";\n }\n pcVar9 = (char *)gettext(pcVar9);\n Object::error((Object *)this,pcVar9,(ulong)dynamic_shndx,uVar10);\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Sized_dynobj<64,_true>::read_dynamic\n (Sized_dynobj<64,_true> *this,uchar *pshdrs,uint dynamic_shndx,uint strtab_shndx,\n uchar *strtabu,off_t strtab_size)\n\n{\n anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *paVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_true>::read_dynamic\n (Sized_dynobj<64,_true> *this,uchar *pshdrs,uint dynamic_shndx,uint strtab_shndx,\n uchar *strtabu,off_t strtab_size)\n\n{" identifier > : : (function_declarator "read_dynamic\n (Sized_dynobj<64,_true> *this,uchar *pshdrs,uint dynamic_shndx,uint strtab_shndx,\n uchar *strtabu,off_t strtab_size)" identifier (parameter_list "(Sized_dynobj<64,_true> *this,uchar *pshdrs,uint dynamic_shndx,uint strtab_shndx,\n uchar *strtabu,off_t strtab_size)" ( (parameter_declaration "Sized_dynobj" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uchar *pshdrs" type_identifier (pointer_declarator "*pshdrs" * identifier)) , (parameter_declaration "uint dynamic_shndx" type_identifier identifier) , (parameter_declaration "uint strtab_shndx" type_identifier identifier) , (parameter_declaration "uchar *strtabu" type_identifier (pointer_declarator "*strtabu" * identifier)) , (parameter_declaration "off_t strtab_size" type_identifier identifier) ))) {) identifier (ERROR "<char" < primitive_type) , (ERROR "_std::" identifier : :) identifier (ERROR "<char>" < primitive_type >) , (ERROR "_std::allocator<char>_>_9" identifier : : identifier < primitive_type > identifier > identifier) (pointer_declarator "*paVar1" * identifier) ;) (declaration "pointer *ppbVar2;" type_identifier (pointer_declarator "*ppbVar2" * identifier) ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "ulong uVar4;" type_identifier identifier ;) (declaration "iterator __position;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "ulong *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "size_t sVar7;" primitive_type identifier ;) (declaration "uchar *puVar8;" type_identifier (pointer_declarator "*puVar8" * identifier) ;) (declaration "char *pcVar9;" primitive_type (pointer_declarator "*pcVar9" * identifier) ;) (declaration "Input_file *this_00;" type_identifier (pointer_declarator "*this_00" * identifier) ;) (declaration "uint uVar10;" type_identifier identifier ;) (declaration "ulong uVar11;" type_identifier identifier ;) (declaration "ulong *puVar12;" type_identifier (pointer_declarator "*puVar12" * identifier) ;) (declaration "uchar *__s;" type_identifier (pointer_declarator "*__s" * identifier) ;) (declaration "uchar *local_60;" type_identifier (pointer_declarator "*local_60" * identifier) ;) (ERROR "basic_string<char," (binary_expression "basic_string<char" identifier < identifier) ,) (labeled_statement "_std::char_traits<char>,_std::allocator<char>_> local_58;" statement_identifier (ERROR "::char_traits<char>,_std:" : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) :) : (expression_statement "allocator<char>_> local_58;" (binary_expression "allocator<char>_> local_58" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) ;)) (expression_statement "uVar10 = dynamic_shndx << 6;" (assignment_expression "uVar10 = dynamic_shndx << 6" identifier = (binary_expression "dynamic_shndx << 6" identifier << number_literal)) ;) (if_statement "if (*(int *)(pshdrs + (ulong)uVar10 + 4) != 0x6000000) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/dynobj.cc",0x100,"read_dynamic");\n }" if (parenthesized_expression "(*(int *)(pshdrs + (ulong)uVar10 + 4) != 0x6000000)" ( (binary_expression "*(int *)(pshdrs + (ulong)uVar10 + 4) != 0x6000000" (pointer_expression "*(int *)(pshdrs + (ulong)uVar10 + 4)" * (cast_expression "(int *)(pshdrs + (ulong)uVar10 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pshdrs + (ulong)uVar10 + 4)" ( (binary_expression "pshdrs + (ulong)uVar10 + 4" (binary_expression "pshdrs + (ulong)uVar10" identifier + (cast_expression "(ulong)uVar10" ( (type_descriptor "ulong" type_identifier) ) identifier)) + number_literal) )))) != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/dynobj.cc",0x100,"read_dynamic");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/dynobj.cc",0x100,"read_dynamic");" (call_expression "do_gold_unreachable("../../gold/dynobj.cc",0x100,"read_dynamic")" identifier (argument_list "("../../gold/dynobj.cc",0x100,"read_dynamic")" ( (string_literal ""../../gold/dynobj.cc"" " string_content ") , number_literal , (string_literal ""read_dynamic"" " string_content ") ))) ;) })) (expression_statement "uVar11 = *(ulong *)(pshdrs + (ulong)uVar10 + 0x20);" (assignment_expression "uVar11 = *(ulong *)(pshdrs + (ulong)uVar10 + 0x20)" identifier = (pointer_expression "*(ulong *)(pshdrs + (ulong)uVar10 + 0x20)" * (cast_expression "(ulong *)(pshdrs + (ulong)uVar10 + 0x20)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pshdrs + (ulong)uVar10 + 0x20)" ( (binary_expression "pshdrs + (ulong)uVar10 + 0x20" (binary_expression "pshdrs + (ulong)uVar10" identifier + (cast_expression "(ulong)uVar10" ( (type_descriptor "ulong" type_identifier) ) identifier)) + number_literal) ))))) ;) (expression_statement "uVar3 = *(ulong *)(pshdrs + (ulong)uVar10 + 0x18);" (assignment_expression "uVar3 = *(ulong *)(pshdrs + (ulong)uVar10 + 0x18)" identifier = (pointer_expression "*(ulong *)(pshdrs + (ulong)uVar10 + 0x18)" * (cast_expression "(ulong *)(pshdrs + (ulong)uVar10 + 0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pshdrs + (ulong)uVar10 + 0x18)" ( (binary_expression "pshdrs + (ulong)uVar10 + 0x18" (binary_expression "pshdrs + (ulong)uVar10" identifier + (cast_expression "(ulong)uVar10" ( (type_descriptor "ulong" type_identifier) ) identifier)) + number_literal) ))))) ;) (expression_statement "this_00 = (this->super_Dynobj).super_Object.input_file_;" (assignment_expression "this_00 = (this->super_Dynobj).super_Object.input_file_" identifier = (field_expression "(this->super_Dynobj).super_Object.input_file_" (field_expression "(this->super_Dynobj).super_Object" (parenthesized_expression "(this->super_Dynobj)" ( (field_expression "this->super_Dynobj" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 | (uVar11 & 0xff0000000000) >> 0x18\n | (uVar11 & 0xff00000000) >> 8 | (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18\n | (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;" (assignment_expression "uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 | (uVar11 & 0xff0000000000) >> 0x18\n | (uVar11 & 0xff00000000) >> 8 | (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18\n | (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38" identifier = (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 | (uVar11 & 0xff0000000000) >> 0x18\n | (uVar11 & 0xff00000000) >> 8 | (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18\n | (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 | (uVar11 & 0xff0000000000) >> 0x18\n | (uVar11 & 0xff00000000) >> 8 | (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18\n | (uVar11 & 0xff00) << 0x28" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 | (uVar11 & 0xff0000000000) >> 0x18\n | (uVar11 & 0xff00000000) >> 8 | (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 | (uVar11 & 0xff0000000000) >> 0x18\n | (uVar11 & 0xff00000000) >> 8 | (uVar11 & 0xff000000) << 8" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 | (uVar11 & 0xff0000000000) >> 0x18\n | (uVar11 & 0xff00000000) >> 8" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 | (uVar11 & 0xff0000000000) >> 0x18" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28" (binary_expression "uVar11 >> 0x38" identifier >> number_literal) | (binary_expression "(uVar11 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar11 & 0xff000000000000)" ( (binary_expression "uVar11 & 0xff000000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar11 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar11 & 0xff0000000000)" ( (binary_expression "uVar11 & 0xff0000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar11 & 0xff00000000) >> 8" (parenthesized_expression "(uVar11 & 0xff00000000)" ( (binary_expression "uVar11 & 0xff00000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar11 & 0xff000000) << 8" (parenthesized_expression "(uVar11 & 0xff000000)" ( (binary_expression "uVar11 & 0xff000000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar11 & 0xff0000) << 0x18" (parenthesized_expression "(uVar11 & 0xff0000)" ( (binary_expression "uVar11 & 0xff0000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar11 & 0xff00) << 0x28" (parenthesized_expression "(uVar11 & 0xff00)" ( (binary_expression "uVar11 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar11 << 0x38" identifier << number_literal))) ;) (if_statement "if (this_00 == (Input_file *)0x0) {\nLAB_002a66c4:\n /* WARNING: Subroutine does not return */\n Object::input_file((Object *)this_00);\n }" if (parenthesized_expression "(this_00 == (Input_file *)0x0)" ( (binary_expression "this_00 == (Input_file *)0x0" identifier == (cast_expression "(Input_file *)0x0" ( (type_descriptor "Input_file *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_002a66c4:\n /* WARNING: Subroutine does not return */\n Object::input_file((Object *)this_00);\n }" { (labeled_statement "LAB_002a66c4:\n /* WARNING: Subroutine does not return */\n Object::input_file((Object *)this_00);" statement_identifier : comment (labeled_statement "Object::input_file((Object *)this_00);" statement_identifier : (ERROR ":" :) (expression_statement "input_file((Object *)this_00);" (call_expression "input_file((Object *)this_00)" identifier (argument_list "((Object *)this_00)" ( (cast_expression "(Object *)this_00" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;))) })) (ERROR "puVar6 = (ulong *)File_read::" (assignment_expression "puVar6 = (ulong *)File_read" identifier = (cast_expression "(ulong *)File_read" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) : :) (expression_statement "get_view(&this_00->file_,(this->super_Dynobj).super_Object.offset_,\n uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |\n (uVar3 & 0xff0000000000) >> 0x18 |\n (uVar3 & 0xff00000000) >> 8 | (uVar3 & 0xff000000) << 8 |\n (uVar3 & 0xff0000) << 0x18 | (uVar3 & 0xff00) << 0x28 |\n uVar3 << 0x38,uVar11,true,false);" (call_expression "get_view(&this_00->file_,(this->super_Dynobj).super_Object.offset_,\n uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |\n (uVar3 & 0xff0000000000) >> 0x18 |\n (uVar3 & 0xff00000000) >> 8 | (uVar3 & 0xff000000) << 8 |\n (uVar3 & 0xff0000) << 0x18 | (uVar3 & 0xff00) << 0x28 |\n uVar3 << 0x38,uVar11,true,false)" identifier (argument_list "(&this_00->file_,(this->super_Dynobj).super_Object.offset_,\n uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |\n (uVar3 & 0xff0000000000) >> 0x18 |\n (uVar3 & 0xff00000000) >> 8 | (uVar3 & 0xff000000) << 8 |\n (uVar3 & 0xff0000) << 0x18 | (uVar3 & 0xff00) << 0x28 |\n uVar3 << 0x38,uVar11,true,false)" ( (pointer_expression "&this_00->file_" & (field_expression "this_00->file_" identifier -> field_identifier)) , (field_expression "(this->super_Dynobj).super_Object.offset_" (field_expression "(this->super_Dynobj).super_Object" (parenthesized_expression "(this->super_Dynobj)" ( (field_expression "this->super_Dynobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) , (binary_expression "uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |\n (uVar3 & 0xff0000000000) >> 0x18 |\n (uVar3 & 0xff00000000) >> 8 | (uVar3 & 0xff000000) << 8 |\n (uVar3 & 0xff0000) << 0x18 | (uVar3 & 0xff00) << 0x28 |\n uVar3 << 0x38" (binary_expression "uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |\n (uVar3 & 0xff0000000000) >> 0x18 |\n (uVar3 & 0xff00000000) >> 8 | (uVar3 & 0xff000000) << 8 |\n (uVar3 & 0xff0000) << 0x18 | (uVar3 & 0xff00) << 0x28" (binary_expression "uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |\n (uVar3 & 0xff0000000000) >> 0x18 |\n (uVar3 & 0xff00000000) >> 8 | (uVar3 & 0xff000000) << 8 |\n (uVar3 & 0xff0000) << 0x18" (binary_expression "uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |\n (uVar3 & 0xff0000000000) >> 0x18 |\n (uVar3 & 0xff00000000) >> 8 | (uVar3 & 0xff000000) << 8" (binary_expression "uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |\n (uVar3 & 0xff0000000000) >> 0x18 |\n (uVar3 & 0xff00000000) >> 8" (binary_expression "uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |\n (uVar3 & 0xff0000000000) >> 0x18" (binary_expression "uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28" (binary_expression "uVar3 >> 0x38" identifier >> number_literal) | (binary_expression "(uVar3 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar3 & 0xff000000000000)" ( (binary_expression "uVar3 & 0xff000000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar3 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar3 & 0xff0000000000)" ( (binary_expression "uVar3 & 0xff0000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar3 & 0xff00000000) >> 8" (parenthesized_expression "(uVar3 & 0xff00000000)" ( (binary_expression "uVar3 & 0xff00000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar3 & 0xff000000) << 8" (parenthesized_expression "(uVar3 & 0xff000000)" ( (binary_expression "uVar3 & 0xff000000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar3 & 0xff0000) << 0x18" (parenthesized_expression "(uVar3 & 0xff0000)" ( (binary_expression "uVar3 & 0xff0000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar3 & 0xff00) << 0x28" (parenthesized_expression "(uVar3 & 0xff00)" ( (binary_expression "uVar3 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar3 << 0x38" identifier << number_literal)) , identifier , true , false ))) ;) (expression_statement "uVar10 = *(uint *)(pshdrs + (ulong)uVar10 + 0x28);" (assignment_expression "uVar10 = *(uint *)(pshdrs + (ulong)uVar10 + 0x28)" identifier = (pointer_expression "*(uint *)(pshdrs + (ulong)uVar10 + 0x28)" * (cast_expression "(uint *)(pshdrs + (ulong)uVar10 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pshdrs + (ulong)uVar10 + 0x28)" ( (binary_expression "pshdrs + (ulong)uVar10 + 0x28" (binary_expression "pshdrs + (ulong)uVar10" identifier + (cast_expression "(ulong)uVar10" ( (type_descriptor "ulong" type_identifier) ) identifier)) + number_literal) ))))) ;) (expression_statement "uVar10 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18;" (assignment_expression "uVar10 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18" identifier = (binary_expression "uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18" (binary_expression "uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8" (binary_expression "uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8" (binary_expression "uVar10 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar10 & 0xff0000) >> 8" (parenthesized_expression "(uVar10 & 0xff0000)" ( (binary_expression "uVar10 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff00) << 8" (parenthesized_expression "(uVar10 & 0xff00)" ( (binary_expression "uVar10 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar10 << 0x18" identifier << number_literal))) ;) (if_statement "if (0xfeff < uVar10) {\n elfcpp::Elf_file<64,_true,_gold::Object>::initialize_shnum(&this->elf_file_);\n uVar10 = uVar10 + (this->elf_file_).large_shndx_offset_;\n }" if (parenthesized_expression "(0xfeff < uVar10)" ( (binary_expression "0xfeff < uVar10" number_literal < identifier) )) (compound_statement "{\n elfcpp::Elf_file<64,_true,_gold::Object>::initialize_shnum(&this->elf_file_);\n uVar10 = uVar10 + (this->elf_file_).large_shndx_offset_;\n }" { (labeled_statement "elfcpp::Elf_file<64,_true,_gold::Object>::initialize_shnum(&this->elf_file_);" statement_identifier (ERROR "::Elf_file<64,_true,_gold::Object>:" : : (comma_expression "Elf_file<64,_true,_gold" (binary_expression "Elf_file<64" identifier < number_literal) , (comma_expression "_true,_gold" identifier , identifier)) : : identifier > :) : (expression_statement "initialize_shnum(&this->elf_file_);" (call_expression "initialize_shnum(&this->elf_file_)" identifier (argument_list "(&this->elf_file_)" ( (pointer_expression "&this->elf_file_" & (field_expression "this->elf_file_" identifier -> field_identifier)) ))) ;)) (expression_statement "uVar10 = uVar10 + (this->elf_file_).large_shndx_offset_;" (assignment_expression "uVar10 = uVar10 + (this->elf_file_).large_shndx_offset_" identifier = (binary_expression "uVar10 + (this->elf_file_).large_shndx_offset_" identifier + (field_expression "(this->elf_file_).large_shndx_offset_" (parenthesized_expression "(this->elf_file_)" ( (field_expression "this->elf_file_" identifier -> field_identifier) )) . field_identifier))) ;) })) (expression_statement "local_60 = strtabu;" (assignment_expression "local_60 = strtabu" identifier = identifier) ;) (if_statement "if (strtab_shndx == uVar10) {\nLAB_002a64e6:\n puVar12 = (ulong *)(uVar11 + (long)puVar6);\n if (puVar6 < puVar12) {\n paVar1 = &local_58.field_2;\n do {\n while( true ) {\n uVar11 = *puVar6;\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (uVar11 == 1) break;\n if (uVar11 == 0) {\n return;\n }\n if (uVar11 == 0xe) {\n uVar11 = puVar6[1];\n pcVar9 = "DT_SONAME value out of range: %lld >= %lld";\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (strtab_size <= (long)uVar11) goto LAB_002a659e;\n sVar7 = strlen((char *)(local_60 + uVar11));\n std::string::_M_replace\n ((string *)&(this->super_Dynobj).soname_,0,\n (this->super_Dynobj).soname_._M_string_length,(char *)(local_60 + uVar11),\n sVar7);\n }\njoined_r0x002a6660:\n puVar6 = puVar6 + 2;\n if (puVar12 <= puVar6) goto LAB_002a655d;\n }\n uVar11 = puVar6[1];\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (strtab_size <= (long)uVar11) {\n pcVar9 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n pcVar9 = (char *)gettext(pcVar9);\n Object::error((Object *)this,pcVar9,uVar11,strtab_size);\n goto joined_r0x002a6660;\n }\n puVar8 = (uchar *)0xffffffffffffffff;\n __s = local_60 + uVar11;\n local_58._M_dataplus._M_p = (pointer)paVar1;\n if (__s != (uchar *)0x0) {\n sVar7 = strlen((char *)__s);\n puVar8 = __s + sVar7;\n }\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(&local_58,__s,puVar8);\n __position._M_current =\n (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_finish;\n if (__position._M_current !=\n (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_end_of_storage) {\n ((__position._M_current)->_M_dataplus)._M_p = (pointer)&(__position._M_current)->field_2;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1) {\n ((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;\n *(undefined8 *)((long)&(__position._M_current)->field_2 + 8) = local_58.field_2._8_8_;\n }\n else {\n ((__position._M_current)->_M_dataplus)._M_p = local_58._M_dataplus._M_p;\n ((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;\n }\n (__position._M_current)->_M_string_length = local_58._M_string_length;\n ppbVar2 = &(this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_finish;\n *ppbVar2 = *ppbVar2 + 1;\n goto joined_r0x002a6660;\n }\n /* try { // try from 002a6698 to 002a669c has its CatchHandler @ 002a66e1 */\n std::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ::\n _M_realloc_insert<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>\n (&(this->super_Dynobj).needed_,__position,&local_58);\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1) goto joined_r0x002a6660;\n operator_delete(local_58._M_dataplus._M_p);\n puVar6 = puVar6 + 2;\n } while (puVar6 < puVar12);\n }\nLAB_002a655d:\n pcVar9 = (char *)gettext("missing DT_NULL in dynamic segment");\n Object::error((Object *)this,pcVar9);\n return;\n }" if (parenthesized_expression "(strtab_shndx == uVar10)" ( (binary_expression "strtab_shndx == uVar10" identifier == identifier) )) (compound_statement "{\nLAB_002a64e6:\n puVar12 = (ulong *)(uVar11 + (long)puVar6);\n if (puVar6 < puVar12) {\n paVar1 = &local_58.field_2;\n do {\n while( true ) {\n uVar11 = *puVar6;\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (uVar11 == 1) break;\n if (uVar11 == 0) {\n return;\n }\n if (uVar11 == 0xe) {\n uVar11 = puVar6[1];\n pcVar9 = "DT_SONAME value out of range: %lld >= %lld";\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (strtab_size <= (long)uVar11) goto LAB_002a659e;\n sVar7 = strlen((char *)(local_60 + uVar11));\n std::string::_M_replace\n ((string *)&(this->super_Dynobj).soname_,0,\n (this->super_Dynobj).soname_._M_string_length,(char *)(local_60 + uVar11),\n sVar7);\n }\njoined_r0x002a6660:\n puVar6 = puVar6 + 2;\n if (puVar12 <= puVar6) goto LAB_002a655d;\n }\n uVar11 = puVar6[1];\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (strtab_size <= (long)uVar11) {\n pcVar9 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n pcVar9 = (char *)gettext(pcVar9);\n Object::error((Object *)this,pcVar9,uVar11,strtab_size);\n goto joined_r0x002a6660;\n }\n puVar8 = (uchar *)0xffffffffffffffff;\n __s = local_60 + uVar11;\n local_58._M_dataplus._M_p = (pointer)paVar1;\n if (__s != (uchar *)0x0) {\n sVar7 = strlen((char *)__s);\n puVar8 = __s + sVar7;\n }\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(&local_58,__s,puVar8);\n __position._M_current =\n (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_finish;\n if (__position._M_current !=\n (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_end_of_storage) {\n ((__position._M_current)->_M_dataplus)._M_p = (pointer)&(__position._M_current)->field_2;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1) {\n ((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;\n *(undefined8 *)((long)&(__position._M_current)->field_2 + 8) = local_58.field_2._8_8_;\n }\n else {\n ((__position._M_current)->_M_dataplus)._M_p = local_58._M_dataplus._M_p;\n ((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;\n }\n (__position._M_current)->_M_string_length = local_58._M_string_length;\n ppbVar2 = &(this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_finish;\n *ppbVar2 = *ppbVar2 + 1;\n goto joined_r0x002a6660;\n }\n /* try { // try from 002a6698 to 002a669c has its CatchHandler @ 002a66e1 */\n std::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ::\n _M_realloc_insert<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>\n (&(this->super_Dynobj).needed_,__position,&local_58);\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1) goto joined_r0x002a6660;\n operator_delete(local_58._M_dataplus._M_p);\n puVar6 = puVar6 + 2;\n } while (puVar6 < puVar12);\n }\nLAB_002a655d:\n pcVar9 = (char *)gettext("missing DT_NULL in dynamic segment");\n Object::error((Object *)this,pcVar9);\n return;\n }" { (labeled_statement "LAB_002a64e6:\n puVar12 = (ulong *)(uVar11 + (long)puVar6);" statement_identifier : (expression_statement "puVar12 = (ulong *)(uVar11 + (long)puVar6);" (assignment_expression "puVar12 = (ulong *)(uVar11 + (long)puVar6)" identifier = (cast_expression "(ulong *)(uVar11 + (long)puVar6)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar11 + (long)puVar6)" ( (binary_expression "uVar11 + (long)puVar6" identifier + (cast_expression "(long)puVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;)) (if_statement "if (puVar6 < puVar12) {\n paVar1 = &local_58.field_2;\n do {\n while( true ) {\n uVar11 = *puVar6;\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (uVar11 == 1) break;\n if (uVar11 == 0) {\n return;\n }\n if (uVar11 == 0xe) {\n uVar11 = puVar6[1];\n pcVar9 = "DT_SONAME value out of range: %lld >= %lld";\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (strtab_size <= (long)uVar11) goto LAB_002a659e;\n sVar7 = strlen((char *)(local_60 + uVar11));\n std::string::_M_replace\n ((string *)&(this->super_Dynobj).soname_,0,\n (this->super_Dynobj).soname_._M_string_length,(char *)(local_60 + uVar11),\n sVar7);\n }\njoined_r0x002a6660:\n puVar6 = puVar6 + 2;\n if (puVar12 <= puVar6) goto LAB_002a655d;\n }\n uVar11 = puVar6[1];\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (strtab_size <= (long)uVar11) {\n pcVar9 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n pcVar9 = (char *)gettext(pcVar9);\n Object::error((Object *)this,pcVar9,uVar11,strtab_size);\n goto joined_r0x002a6660;\n }\n puVar8 = (uchar *)0xffffffffffffffff;\n __s = local_60 + uVar11;\n local_58._M_dataplus._M_p = (pointer)paVar1;\n if (__s != (uchar *)0x0) {\n sVar7 = strlen((char *)__s);\n puVar8 = __s + sVar7;\n }\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(&local_58,__s,puVar8);\n __position._M_current =\n (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_finish;\n if (__position._M_current !=\n (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_end_of_storage) {\n ((__position._M_current)->_M_dataplus)._M_p = (pointer)&(__position._M_current)->field_2;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1) {\n ((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;\n *(undefined8 *)((long)&(__position._M_current)->field_2 + 8) = local_58.field_2._8_8_;\n }\n else {\n ((__position._M_current)->_M_dataplus)._M_p = local_58._M_dataplus._M_p;\n ((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;\n }\n (__position._M_current)->_M_string_length = local_58._M_string_length;\n ppbVar2 = &(this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_finish;\n *ppbVar2 = *ppbVar2 + 1;\n goto joined_r0x002a6660;\n }\n /* try { // try from 002a6698 to 002a669c has its CatchHandler @ 002a66e1 */\n std::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ::\n _M_realloc_insert<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>\n (&(this->super_Dynobj).needed_,__position,&local_58);\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1) goto joined_r0x002a6660;\n operator_delete(local_58._M_dataplus._M_p);\n puVar6 = puVar6 + 2;\n } while (puVar6 < puVar12);\n }" if (parenthesized_expression "(puVar6 < puVar12)" ( (binary_expression "puVar6 < puVar12" identifier < identifier) )) (compound_statement "{\n paVar1 = &local_58.field_2;\n do {\n while( true ) {\n uVar11 = *puVar6;\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (uVar11 == 1) break;\n if (uVar11 == 0) {\n return;\n }\n if (uVar11 == 0xe) {\n uVar11 = puVar6[1];\n pcVar9 = "DT_SONAME value out of range: %lld >= %lld";\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (strtab_size <= (long)uVar11) goto LAB_002a659e;\n sVar7 = strlen((char *)(local_60 + uVar11));\n std::string::_M_replace\n ((string *)&(this->super_Dynobj).soname_,0,\n (this->super_Dynobj).soname_._M_string_length,(char *)(local_60 + uVar11),\n sVar7);\n }\njoined_r0x002a6660:\n puVar6 = puVar6 + 2;\n if (puVar12 <= puVar6) goto LAB_002a655d;\n }\n uVar11 = puVar6[1];\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (strtab_size <= (long)uVar11) {\n pcVar9 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n pcVar9 = (char *)gettext(pcVar9);\n Object::error((Object *)this,pcVar9,uVar11,strtab_size);\n goto joined_r0x002a6660;\n }\n puVar8 = (uchar *)0xffffffffffffffff;\n __s = local_60 + uVar11;\n local_58._M_dataplus._M_p = (pointer)paVar1;\n if (__s != (uchar *)0x0) {\n sVar7 = strlen((char *)__s);\n puVar8 = __s + sVar7;\n }\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(&local_58,__s,puVar8);\n __position._M_current =\n (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_finish;\n if (__position._M_current !=\n (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_end_of_storage) {\n ((__position._M_current)->_M_dataplus)._M_p = (pointer)&(__position._M_current)->field_2;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1) {\n ((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;\n *(undefined8 *)((long)&(__position._M_current)->field_2 + 8) = local_58.field_2._8_8_;\n }\n else {\n ((__position._M_current)->_M_dataplus)._M_p = local_58._M_dataplus._M_p;\n ((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;\n }\n (__position._M_current)->_M_string_length = local_58._M_string_length;\n ppbVar2 = &(this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_finish;\n *ppbVar2 = *ppbVar2 + 1;\n goto joined_r0x002a6660;\n }\n /* try { // try from 002a6698 to 002a669c has its CatchHandler @ 002a66e1 */\n std::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ::\n _M_realloc_insert<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>\n (&(this->super_Dynobj).needed_,__position,&local_58);\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1) goto joined_r0x002a6660;\n operator_delete(local_58._M_dataplus._M_p);\n puVar6 = puVar6 + 2;\n } while (puVar6 < puVar12);\n }" { (expression_statement "paVar1 = &local_58.field_2;" (assignment_expression "paVar1 = &local_58.field_2" identifier = (pointer_expression "&local_58.field_2" & (field_expression "local_58.field_2" identifier . field_identifier))) ;) (do_statement "do {\n while( true ) {\n uVar11 = *puVar6;\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (uVar11 == 1) break;\n if (uVar11 == 0) {\n return;\n }\n if (uVar11 == 0xe) {\n uVar11 = puVar6[1];\n pcVar9 = "DT_SONAME value out of range: %lld >= %lld";\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (strtab_size <= (long)uVar11) goto LAB_002a659e;\n sVar7 = strlen((char *)(local_60 + uVar11));\n std::string::_M_replace\n ((string *)&(this->super_Dynobj).soname_,0,\n (this->super_Dynobj).soname_._M_string_length,(char *)(local_60 + uVar11),\n sVar7);\n }\njoined_r0x002a6660:\n puVar6 = puVar6 + 2;\n if (puVar12 <= puVar6) goto LAB_002a655d;\n }\n uVar11 = puVar6[1];\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (strtab_size <= (long)uVar11) {\n pcVar9 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n pcVar9 = (char *)gettext(pcVar9);\n Object::error((Object *)this,pcVar9,uVar11,strtab_size);\n goto joined_r0x002a6660;\n }\n puVar8 = (uchar *)0xffffffffffffffff;\n __s = local_60 + uVar11;\n local_58._M_dataplus._M_p = (pointer)paVar1;\n if (__s != (uchar *)0x0) {\n sVar7 = strlen((char *)__s);\n puVar8 = __s + sVar7;\n }\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(&local_58,__s,puVar8);\n __position._M_current =\n (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_finish;\n if (__position._M_current !=\n (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_end_of_storage) {\n ((__position._M_current)->_M_dataplus)._M_p = (pointer)&(__position._M_current)->field_2;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1) {\n ((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;\n *(undefined8 *)((long)&(__position._M_current)->field_2 + 8) = local_58.field_2._8_8_;\n }\n else {\n ((__position._M_current)->_M_dataplus)._M_p = local_58._M_dataplus._M_p;\n ((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;\n }\n (__position._M_current)->_M_string_length = local_58._M_string_length;\n ppbVar2 = &(this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_finish;\n *ppbVar2 = *ppbVar2 + 1;\n goto joined_r0x002a6660;\n }\n /* try { // try from 002a6698 to 002a669c has its CatchHandler @ 002a66e1 */\n std::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ::\n _M_realloc_insert<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>\n (&(this->super_Dynobj).needed_,__position,&local_58);\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1) goto joined_r0x002a6660;\n operator_delete(local_58._M_dataplus._M_p);\n puVar6 = puVar6 + 2;\n } while (puVar6 < puVar12);" do (compound_statement "{\n while( true ) {\n uVar11 = *puVar6;\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (uVar11 == 1) break;\n if (uVar11 == 0) {\n return;\n }\n if (uVar11 == 0xe) {\n uVar11 = puVar6[1];\n pcVar9 = "DT_SONAME value out of range: %lld >= %lld";\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (strtab_size <= (long)uVar11) goto LAB_002a659e;\n sVar7 = strlen((char *)(local_60 + uVar11));\n std::string::_M_replace\n ((string *)&(this->super_Dynobj).soname_,0,\n (this->super_Dynobj).soname_._M_string_length,(char *)(local_60 + uVar11),\n sVar7);\n }\njoined_r0x002a6660:\n puVar6 = puVar6 + 2;\n if (puVar12 <= puVar6) goto LAB_002a655d;\n }\n uVar11 = puVar6[1];\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (strtab_size <= (long)uVar11) {\n pcVar9 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n pcVar9 = (char *)gettext(pcVar9);\n Object::error((Object *)this,pcVar9,uVar11,strtab_size);\n goto joined_r0x002a6660;\n }\n puVar8 = (uchar *)0xffffffffffffffff;\n __s = local_60 + uVar11;\n local_58._M_dataplus._M_p = (pointer)paVar1;\n if (__s != (uchar *)0x0) {\n sVar7 = strlen((char *)__s);\n puVar8 = __s + sVar7;\n }\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(&local_58,__s,puVar8);\n __position._M_current =\n (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_finish;\n if (__position._M_current !=\n (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_end_of_storage) {\n ((__position._M_current)->_M_dataplus)._M_p = (pointer)&(__position._M_current)->field_2;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1) {\n ((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;\n *(undefined8 *)((long)&(__position._M_current)->field_2 + 8) = local_58.field_2._8_8_;\n }\n else {\n ((__position._M_current)->_M_dataplus)._M_p = local_58._M_dataplus._M_p;\n ((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;\n }\n (__position._M_current)->_M_string_length = local_58._M_string_length;\n ppbVar2 = &(this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_finish;\n *ppbVar2 = *ppbVar2 + 1;\n goto joined_r0x002a6660;\n }\n /* try { // try from 002a6698 to 002a669c has its CatchHandler @ 002a66e1 */\n std::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ::\n _M_realloc_insert<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>\n (&(this->super_Dynobj).needed_,__position,&local_58);\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1) goto joined_r0x002a6660;\n operator_delete(local_58._M_dataplus._M_p);\n puVar6 = puVar6 + 2;\n }" { (while_statement "while( true ) {\n uVar11 = *puVar6;\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (uVar11 == 1) break;\n if (uVar11 == 0) {\n return;\n }\n if (uVar11 == 0xe) {\n uVar11 = puVar6[1];\n pcVar9 = "DT_SONAME value out of range: %lld >= %lld";\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (strtab_size <= (long)uVar11) goto LAB_002a659e;\n sVar7 = strlen((char *)(local_60 + uVar11));\n std::string::_M_replace\n ((string *)&(this->super_Dynobj).soname_,0,\n (this->super_Dynobj).soname_._M_string_length,(char *)(local_60 + uVar11),\n sVar7);\n }\njoined_r0x002a6660:\n puVar6 = puVar6 + 2;\n if (puVar12 <= puVar6) goto LAB_002a655d;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n uVar11 = *puVar6;\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (uVar11 == 1) break;\n if (uVar11 == 0) {\n return;\n }\n if (uVar11 == 0xe) {\n uVar11 = puVar6[1];\n pcVar9 = "DT_SONAME value out of range: %lld >= %lld";\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (strtab_size <= (long)uVar11) goto LAB_002a659e;\n sVar7 = strlen((char *)(local_60 + uVar11));\n std::string::_M_replace\n ((string *)&(this->super_Dynobj).soname_,0,\n (this->super_Dynobj).soname_._M_string_length,(char *)(local_60 + uVar11),\n sVar7);\n }\njoined_r0x002a6660:\n puVar6 = puVar6 + 2;\n if (puVar12 <= puVar6) goto LAB_002a655d;\n }" { (expression_statement "uVar11 = *puVar6;" (assignment_expression "uVar11 = *puVar6" identifier = (pointer_expression "*puVar6" * identifier)) ;) (expression_statement "uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;" (assignment_expression "uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38" identifier = (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28" (binary_expression "uVar11 >> 0x38" identifier >> number_literal) | (binary_expression "(uVar11 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar11 & 0xff000000000000)" ( (binary_expression "uVar11 & 0xff000000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar11 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar11 & 0xff0000000000)" ( (binary_expression "uVar11 & 0xff0000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar11 & 0xff00000000) >> 8" (parenthesized_expression "(uVar11 & 0xff00000000)" ( (binary_expression "uVar11 & 0xff00000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar11 & 0xff000000) << 8" (parenthesized_expression "(uVar11 & 0xff000000)" ( (binary_expression "uVar11 & 0xff000000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar11 & 0xff0000) << 0x18" (parenthesized_expression "(uVar11 & 0xff0000)" ( (binary_expression "uVar11 & 0xff0000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar11 & 0xff00) << 0x28" (parenthesized_expression "(uVar11 & 0xff00)" ( (binary_expression "uVar11 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar11 << 0x38" identifier << number_literal))) ;) (if_statement "if (uVar11 == 1) break;" if (parenthesized_expression "(uVar11 == 1)" ( (binary_expression "uVar11 == 1" identifier == number_literal) )) (break_statement "break;" break ;)) (if_statement "if (uVar11 == 0) {\n return;\n }" if (parenthesized_expression "(uVar11 == 0)" ( (binary_expression "uVar11 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (uVar11 == 0xe) {\n uVar11 = puVar6[1];\n pcVar9 = "DT_SONAME value out of range: %lld >= %lld";\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (strtab_size <= (long)uVar11) goto LAB_002a659e;\n sVar7 = strlen((char *)(local_60 + uVar11));\n std::string::_M_replace\n ((string *)&(this->super_Dynobj).soname_,0,\n (this->super_Dynobj).soname_._M_string_length,(char *)(local_60 + uVar11),\n sVar7);\n }" if (parenthesized_expression "(uVar11 == 0xe)" ( (binary_expression "uVar11 == 0xe" identifier == number_literal) )) (compound_statement "{\n uVar11 = puVar6[1];\n pcVar9 = "DT_SONAME value out of range: %lld >= %lld";\n uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;\n if (strtab_size <= (long)uVar11) goto LAB_002a659e;\n sVar7 = strlen((char *)(local_60 + uVar11));\n std::string::_M_replace\n ((string *)&(this->super_Dynobj).soname_,0,\n (this->super_Dynobj).soname_._M_string_length,(char *)(local_60 + uVar11),\n sVar7);\n }" { (expression_statement "uVar11 = puVar6[1];" (assignment_expression "uVar11 = puVar6[1]" identifier = (subscript_expression "puVar6[1]" identifier [ number_literal ])) ;) (expression_statement "pcVar9 = "DT_SONAME value out of range: %lld >= %lld";" (assignment_expression "pcVar9 = "DT_SONAME value out of range: %lld >= %lld"" identifier = (string_literal ""DT_SONAME value out of range: %lld >= %lld"" " string_content ")) ;) (expression_statement "uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;" (assignment_expression "uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38" identifier = (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28" (binary_expression "uVar11 >> 0x38" identifier >> number_literal) | (binary_expression "(uVar11 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar11 & 0xff000000000000)" ( (binary_expression "uVar11 & 0xff000000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar11 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar11 & 0xff0000000000)" ( (binary_expression "uVar11 & 0xff0000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar11 & 0xff00000000) >> 8" (parenthesized_expression "(uVar11 & 0xff00000000)" ( (binary_expression "uVar11 & 0xff00000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar11 & 0xff000000) << 8" (parenthesized_expression "(uVar11 & 0xff000000)" ( (binary_expression "uVar11 & 0xff000000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar11 & 0xff0000) << 0x18" (parenthesized_expression "(uVar11 & 0xff0000)" ( (binary_expression "uVar11 & 0xff0000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar11 & 0xff00) << 0x28" (parenthesized_expression "(uVar11 & 0xff00)" ( (binary_expression "uVar11 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar11 << 0x38" identifier << number_literal))) ;) (if_statement "if (strtab_size <= (long)uVar11) goto LAB_002a659e;" if (parenthesized_expression "(strtab_size <= (long)uVar11)" ( (binary_expression "strtab_size <= (long)uVar11" identifier <= (cast_expression "(long)uVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) (goto_statement "goto LAB_002a659e;" goto statement_identifier ;)) (expression_statement "sVar7 = strlen((char *)(local_60 + uVar11));" (assignment_expression "sVar7 = strlen((char *)(local_60 + uVar11))" identifier = (call_expression "strlen((char *)(local_60 + uVar11))" identifier (argument_list "((char *)(local_60 + uVar11))" ( (cast_expression "(char *)(local_60 + uVar11)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_60 + uVar11)" ( (binary_expression "local_60 + uVar11" identifier + identifier) ))) )))) ;) (labeled_statement "std::string::_M_replace\n ((string *)&(this->super_Dynobj).soname_,0,\n (this->super_Dynobj).soname_._M_string_length,(char *)(local_60 + uVar11),\n sVar7);" statement_identifier : (ERROR ":" :) (labeled_statement "string::_M_replace\n ((string *)&(this->super_Dynobj).soname_,0,\n (this->super_Dynobj).soname_._M_string_length,(char *)(local_60 + uVar11),\n sVar7);" statement_identifier : (ERROR ":" :) (expression_statement "_M_replace\n ((string *)&(this->super_Dynobj).soname_,0,\n (this->super_Dynobj).soname_._M_string_length,(char *)(local_60 + uVar11),\n sVar7);" (call_expression "_M_replace\n ((string *)&(this->super_Dynobj).soname_,0,\n (this->super_Dynobj).soname_._M_string_length,(char *)(local_60 + uVar11),\n sVar7)" identifier (argument_list "((string *)&(this->super_Dynobj).soname_,0,\n (this->super_Dynobj).soname_._M_string_length,(char *)(local_60 + uVar11),\n sVar7)" ( (cast_expression "(string *)&(this->super_Dynobj).soname_" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(this->super_Dynobj).soname_" & (field_expression "(this->super_Dynobj).soname_" (parenthesized_expression "(this->super_Dynobj)" ( (field_expression "this->super_Dynobj" identifier -> field_identifier) )) . field_identifier))) , number_literal , (field_expression "(this->super_Dynobj).soname_._M_string_length" (field_expression "(this->super_Dynobj).soname_" (parenthesized_expression "(this->super_Dynobj)" ( (field_expression "this->super_Dynobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) , (cast_expression "(char *)(local_60 + uVar11)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_60 + uVar11)" ( (binary_expression "local_60 + uVar11" identifier + identifier) ))) , identifier ))) ;))) })) (labeled_statement "joined_r0x002a6660:\n puVar6 = puVar6 + 2;" statement_identifier : (expression_statement "puVar6 = puVar6 + 2;" (assignment_expression "puVar6 = puVar6 + 2" identifier = (binary_expression "puVar6 + 2" identifier + number_literal)) ;)) (if_statement "if (puVar12 <= puVar6) goto LAB_002a655d;" if (parenthesized_expression "(puVar12 <= puVar6)" ( (binary_expression "puVar12 <= puVar6" identifier <= identifier) )) (goto_statement "goto LAB_002a655d;" goto statement_identifier ;)) })) (expression_statement "uVar11 = puVar6[1];" (assignment_expression "uVar11 = puVar6[1]" identifier = (subscript_expression "puVar6[1]" identifier [ number_literal ])) ;) (expression_statement "uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38;" (assignment_expression "uVar11 = uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38" identifier = (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28 | uVar11 << 0x38" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18 |\n (uVar11 & 0xff00) << 0x28" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8 | (uVar11 & 0xff0000) << 0x18" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8 |\n (uVar11 & 0xff000000) << 8" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18 | (uVar11 & 0xff00000000) >> 8" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28 |\n (uVar11 & 0xff0000000000) >> 0x18" (binary_expression "uVar11 >> 0x38 | (uVar11 & 0xff000000000000) >> 0x28" (binary_expression "uVar11 >> 0x38" identifier >> number_literal) | (binary_expression "(uVar11 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar11 & 0xff000000000000)" ( (binary_expression "uVar11 & 0xff000000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar11 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar11 & 0xff0000000000)" ( (binary_expression "uVar11 & 0xff0000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar11 & 0xff00000000) >> 8" (parenthesized_expression "(uVar11 & 0xff00000000)" ( (binary_expression "uVar11 & 0xff00000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar11 & 0xff000000) << 8" (parenthesized_expression "(uVar11 & 0xff000000)" ( (binary_expression "uVar11 & 0xff000000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar11 & 0xff0000) << 0x18" (parenthesized_expression "(uVar11 & 0xff0000)" ( (binary_expression "uVar11 & 0xff0000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar11 & 0xff00) << 0x28" (parenthesized_expression "(uVar11 & 0xff00)" ( (binary_expression "uVar11 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar11 << 0x38" identifier << number_literal))) ;) (if_statement "if (strtab_size <= (long)uVar11) {\n pcVar9 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n pcVar9 = (char *)gettext(pcVar9);\n Object::error((Object *)this,pcVar9,uVar11,strtab_size);\n goto joined_r0x002a6660;\n }" if (parenthesized_expression "(strtab_size <= (long)uVar11)" ( (binary_expression "strtab_size <= (long)uVar11" identifier <= (cast_expression "(long)uVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) (compound_statement "{\n pcVar9 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n pcVar9 = (char *)gettext(pcVar9);\n Object::error((Object *)this,pcVar9,uVar11,strtab_size);\n goto joined_r0x002a6660;\n }" { (expression_statement "pcVar9 = "DT_NEEDED value out of range: %lld >= %lld";" (assignment_expression "pcVar9 = "DT_NEEDED value out of range: %lld >= %lld"" identifier = (string_literal ""DT_NEEDED value out of range: %lld >= %lld"" " string_content ")) ;) (labeled_statement "LAB_002a659e:\n pcVar9 = (char *)gettext(pcVar9);" statement_identifier : (expression_statement "pcVar9 = (char *)gettext(pcVar9);" (assignment_expression "pcVar9 = (char *)gettext(pcVar9)" identifier = (cast_expression "(char *)gettext(pcVar9)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext(pcVar9)" identifier (argument_list "(pcVar9)" ( identifier ))))) ;)) (labeled_statement "Object::error((Object *)this,pcVar9,uVar11,strtab_size);" statement_identifier : (ERROR ":" :) (expression_statement "error((Object *)this,pcVar9,uVar11,strtab_size);" (call_expression "error((Object *)this,pcVar9,uVar11,strtab_size)" identifier (argument_list "((Object *)this,pcVar9,uVar11,strtab_size)" ( (cast_expression "(Object *)this" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , identifier , identifier ))) ;)) (goto_statement "goto joined_r0x002a6660;" goto statement_identifier ;) })) (expression_statement "puVar8 = (uchar *)0xffffffffffffffff;" (assignment_expression "puVar8 = (uchar *)0xffffffffffffffff" identifier = (cast_expression "(uchar *)0xffffffffffffffff" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "__s = local_60 + uVar11;" (assignment_expression "__s = local_60 + uVar11" identifier = (binary_expression "local_60 + uVar11" identifier + identifier)) ;) (expression_statement "local_58._M_dataplus._M_p = (pointer)paVar1;" (assignment_expression "local_58._M_dataplus._M_p = (pointer)paVar1" (field_expression "local_58._M_dataplus._M_p" (field_expression "local_58._M_dataplus" identifier . field_identifier) . field_identifier) = (cast_expression "(pointer)paVar1" ( (type_descriptor "pointer" type_identifier) ) identifier)) ;) (if_statement "if (__s != (uchar *)0x0) {\n sVar7 = strlen((char *)__s);\n puVar8 = __s + sVar7;\n }" if (parenthesized_expression "(__s != (uchar *)0x0)" ( (binary_expression "__s != (uchar *)0x0" identifier != (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sVar7 = strlen((char *)__s);\n puVar8 = __s + sVar7;\n }" { (expression_statement "sVar7 = strlen((char *)__s);" (assignment_expression "sVar7 = strlen((char *)__s)" identifier = (call_expression "strlen((char *)__s)" identifier (argument_list "((char *)__s)" ( (cast_expression "(char *)__s" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (expression_statement "puVar8 = __s + sVar7;" (assignment_expression "puVar8 = __s + sVar7" identifier = (binary_expression "__s + sVar7" identifier + identifier)) ;) })) (labeled_statement "std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(&local_58,__s,puVar8);" statement_identifier (ERROR "::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>:" : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > :) : (expression_statement "_M_construct<char_const*>(&local_58,__s,puVar8);" (binary_expression "_M_construct<char_const*>(&local_58,__s,puVar8)" (binary_expression "_M_construct<char_const" identifier < identifier) (ERROR "*" *) > (parenthesized_expression "(&local_58,__s,puVar8)" ( (comma_expression "&local_58,__s,puVar8" (pointer_expression "&local_58" & identifier) , (comma_expression "__s,puVar8" identifier , identifier)) ))) ;)) (ERROR "__position._M_current =\n (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (comma_expression "__position._M_current =\n (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std" (binary_expression "__position._M_current =\n (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char" (assignment_expression "__position._M_current =\n (this->super_Dynobj).needed_.\n super__Vector_base<std" (field_expression "__position._M_current" identifier . field_identifier) = (binary_expression "(this->super_Dynobj).needed_.\n super__Vector_base<std" (field_expression "(this->super_Dynobj).needed_.\n super__Vector_base" (field_expression "(this->super_Dynobj).needed_" (parenthesized_expression "(this->super_Dynobj)" ( (field_expression "this->super_Dynobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) < identifier)) (ERROR "::__cxx11::basic_string" : : identifier : : identifier) < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : :) (expression_statement "allocator<char>_>_>_>\n ._M_impl._M_finish;" (field_expression "allocator<char>_>_>_>\n ._M_impl._M_finish" (field_expression "allocator<char>_>_>_>\n ._M_impl" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if (__position._M_current !=\n (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_end_of_storage) {\n ((__position._M_current)->_M_dataplus)._M_p = (pointer)&(__position._M_current)->field_2;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1) {\n ((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;\n *(undefined8 *)((long)&(__position._M_current)->field_2 + 8) = local_58.field_2._8_8_;\n }\n else {\n ((__position._M_current)->_M_dataplus)._M_p = local_58._M_dataplus._M_p;\n ((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;\n }\n (__position._M_current)->_M_string_length = local_58._M_string_length;\n ppbVar2 = &(this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_finish;\n *ppbVar2 = *ppbVar2 + 1;\n goto joined_r0x002a6660;\n }" if (parenthesized_expression "(__position._M_current !=\n (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_end_of_storage)" ( (ERROR "__position._M_current !=\n (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (comma_expression "__position._M_current !=\n (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std" (binary_expression "__position._M_current !=\n (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char" (binary_expression "__position._M_current !=\n (this->super_Dynobj).needed_.\n super__Vector_base<std" (field_expression "__position._M_current" identifier . field_identifier) != (binary_expression "(this->super_Dynobj).needed_.\n super__Vector_base<std" (field_expression "(this->super_Dynobj).needed_.\n super__Vector_base" (field_expression "(this->super_Dynobj).needed_" (parenthesized_expression "(this->super_Dynobj)" ( (field_expression "this->super_Dynobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) < identifier)) (ERROR "::__cxx11::basic_string" : : identifier : : identifier) < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (field_expression "allocator<char>_>_>_>\n ._M_impl._M_end_of_storage" (field_expression "allocator<char>_>_>_>\n ._M_impl" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) )) (compound_statement "{\n ((__position._M_current)->_M_dataplus)._M_p = (pointer)&(__position._M_current)->field_2;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1) {\n ((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;\n *(undefined8 *)((long)&(__position._M_current)->field_2 + 8) = local_58.field_2._8_8_;\n }\n else {\n ((__position._M_current)->_M_dataplus)._M_p = local_58._M_dataplus._M_p;\n ((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;\n }\n (__position._M_current)->_M_string_length = local_58._M_string_length;\n ppbVar2 = &(this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_finish;\n *ppbVar2 = *ppbVar2 + 1;\n goto joined_r0x002a6660;\n }" { (expression_statement "((__position._M_current)->_M_dataplus)._M_p = (pointer)&(__position._M_current)->field_2;" (assignment_expression "((__position._M_current)->_M_dataplus)._M_p = (pointer)&(__position._M_current)->field_2" (field_expression "((__position._M_current)->_M_dataplus)._M_p" (parenthesized_expression "((__position._M_current)->_M_dataplus)" ( (field_expression "(__position._M_current)->_M_dataplus" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) = (binary_expression "(pointer)&(__position._M_current)->field_2" (parenthesized_expression "(pointer)" ( identifier )) & (field_expression "(__position._M_current)->field_2" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier))) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1) {\n ((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;\n *(undefined8 *)((long)&(__position._M_current)->field_2 + 8) = local_58.field_2._8_8_;\n }\n else {\n ((__position._M_current)->_M_dataplus)._M_p = local_58._M_dataplus._M_p;\n ((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1" (binary_expression "allocator<char>_>_9\n *)local_58._M_dataplus._M_p" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)local_58._M_dataplus._M_p" identifier * (ERROR ")" )) (field_expression "local_58._M_dataplus._M_p" (field_expression "local_58._M_dataplus" identifier . field_identifier) . field_identifier))) == identifier) )) )) (compound_statement "{\n ((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;\n *(undefined8 *)((long)&(__position._M_current)->field_2 + 8) = local_58.field_2._8_8_;\n }" { (expression_statement "((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;" (assignment_expression "((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity" (field_expression "((__position._M_current)->field_2)._M_allocated_capacity" (parenthesized_expression "((__position._M_current)->field_2)" ( (field_expression "(__position._M_current)->field_2" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) = (field_expression "local_58.field_2._M_allocated_capacity" (field_expression "local_58.field_2" identifier . field_identifier) . field_identifier)) ;) (expression_statement "*(undefined8 *)((long)&(__position._M_current)->field_2 + 8) = local_58.field_2._8_8_;" (assignment_expression "*(undefined8 *)((long)&(__position._M_current)->field_2 + 8) = local_58.field_2._8_8_" (pointer_expression "*(undefined8 *)((long)&(__position._M_current)->field_2 + 8)" * (cast_expression "(undefined8 *)((long)&(__position._M_current)->field_2 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&(__position._M_current)->field_2 + 8)" ( (binary_expression "(long)&(__position._M_current)->field_2 + 8" (cast_expression "(long)&(__position._M_current)->field_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(__position._M_current)->field_2" & (field_expression "(__position._M_current)->field_2" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier))) + number_literal) )))) = (field_expression "local_58.field_2._8_8_" (field_expression "local_58.field_2" identifier . field_identifier) . field_identifier)) ;) }) (else_clause "else {\n ((__position._M_current)->_M_dataplus)._M_p = local_58._M_dataplus._M_p;\n ((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;\n }" else (compound_statement "{\n ((__position._M_current)->_M_dataplus)._M_p = local_58._M_dataplus._M_p;\n ((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;\n }" { (expression_statement "((__position._M_current)->_M_dataplus)._M_p = local_58._M_dataplus._M_p;" (assignment_expression "((__position._M_current)->_M_dataplus)._M_p = local_58._M_dataplus._M_p" (field_expression "((__position._M_current)->_M_dataplus)._M_p" (parenthesized_expression "((__position._M_current)->_M_dataplus)" ( (field_expression "(__position._M_current)->_M_dataplus" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) = (field_expression "local_58._M_dataplus._M_p" (field_expression "local_58._M_dataplus" identifier . field_identifier) . field_identifier)) ;) (expression_statement "((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity;" (assignment_expression "((__position._M_current)->field_2)._M_allocated_capacity =\n local_58.field_2._M_allocated_capacity" (field_expression "((__position._M_current)->field_2)._M_allocated_capacity" (parenthesized_expression "((__position._M_current)->field_2)" ( (field_expression "(__position._M_current)->field_2" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) = (field_expression "local_58.field_2._M_allocated_capacity" (field_expression "local_58.field_2" identifier . field_identifier) . field_identifier)) ;) }))) (expression_statement "(__position._M_current)->_M_string_length = local_58._M_string_length;" (assignment_expression "(__position._M_current)->_M_string_length = local_58._M_string_length" (field_expression "(__position._M_current)->_M_string_length" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) = (field_expression "local_58._M_string_length" identifier . field_identifier)) ;) (ERROR "ppbVar2 = &(this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (comma_expression "ppbVar2 = &(this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std" (binary_expression "ppbVar2 = &(this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char" (assignment_expression "ppbVar2 = &(this->super_Dynobj).needed_.\n super__Vector_base<std" identifier = (binary_expression "&(this->super_Dynobj).needed_.\n super__Vector_base<std" (pointer_expression "&(this->super_Dynobj).needed_.\n super__Vector_base" & (field_expression "(this->super_Dynobj).needed_.\n super__Vector_base" (field_expression "(this->super_Dynobj).needed_" (parenthesized_expression "(this->super_Dynobj)" ( (field_expression "this->super_Dynobj" identifier -> field_identifier) )) . field_identifier) . field_identifier)) < identifier)) (ERROR "::__cxx11::basic_string" : : identifier : : identifier) < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : :) (expression_statement "allocator<char>_>_>_>\n ._M_impl._M_finish;" (field_expression "allocator<char>_>_>_>\n ._M_impl._M_finish" (field_expression "allocator<char>_>_>_>\n ._M_impl" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "*ppbVar2 = *ppbVar2 + 1;" (assignment_expression "*ppbVar2 = *ppbVar2 + 1" (pointer_expression "*ppbVar2" * identifier) = (binary_expression "*ppbVar2 + 1" (pointer_expression "*ppbVar2" * identifier) + number_literal)) ;) (goto_statement "goto joined_r0x002a6660;" goto statement_identifier ;) })) comment (ERROR "std::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ::\n _M_realloc_insert<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (comma_expression "std::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std" identifier (ERROR "::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>" : : (binary_expression "vector<std" identifier < identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) >) , identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_>_>_>\n ::\n _M_realloc_insert<std" (binary_expression "allocator<char>_>_>_>\n ::\n _M_realloc_insert" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > (ERROR "::" : :) identifier) < identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : :) (expression_statement "allocator<char>_>_>\n (&(this->super_Dynobj).needed_,__position,&local_58);" (binary_expression "allocator<char>_>_>\n (&(this->super_Dynobj).needed_,__position,&local_58)" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > (parenthesized_expression "(&(this->super_Dynobj).needed_,__position,&local_58)" ( (comma_expression "&(this->super_Dynobj).needed_,__position,&local_58" (pointer_expression "&(this->super_Dynobj).needed_" & (field_expression "(this->super_Dynobj).needed_" (parenthesized_expression "(this->super_Dynobj)" ( (field_expression "this->super_Dynobj" identifier -> field_identifier) )) . field_identifier)) , (comma_expression "__position,&local_58" identifier , (pointer_expression "&local_58" & identifier))) ))) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1) goto joined_r0x002a6660;" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)local_58._M_dataplus._M_p == paVar1" (binary_expression "allocator<char>_>_9\n *)local_58._M_dataplus._M_p" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)local_58._M_dataplus._M_p" identifier * (ERROR ")" )) (field_expression "local_58._M_dataplus._M_p" (field_expression "local_58._M_dataplus" identifier . field_identifier) . field_identifier))) == identifier) )) )) (goto_statement "goto joined_r0x002a6660;" goto statement_identifier ;)) (expression_statement "operator_delete(local_58._M_dataplus._M_p);" (call_expression "operator_delete(local_58._M_dataplus._M_p)" identifier (argument_list "(local_58._M_dataplus._M_p)" ( (field_expression "local_58._M_dataplus._M_p" (field_expression "local_58._M_dataplus" identifier . field_identifier) . field_identifier) ))) ;) (expression_statement "puVar6 = puVar6 + 2;" (assignment_expression "puVar6 = puVar6 + 2" identifier = (binary_expression "puVar6 + 2" identifier + number_literal)) ;) }) while (parenthesized_expression "(puVar6 < puVar12)" ( (binary_expression "puVar6 < puVar12" identifier < identifier) )) ;) })) (labeled_statement "LAB_002a655d:\n pcVar9 = (char *)gettext("missing DT_NULL in dynamic segment");" statement_identifier : (expression_statement "pcVar9 = (char *)gettext("missing DT_NULL in dynamic segment");" (assignment_expression "pcVar9 = (char *)gettext("missing DT_NULL in dynamic segment")" identifier = (cast_expression "(char *)gettext("missing DT_NULL in dynamic segment")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("missing DT_NULL in dynamic segment")" identifier (argument_list "("missing DT_NULL in dynamic segment")" ( (string_literal ""missing DT_NULL in dynamic segment"" " string_content ") ))))) ;)) (labeled_statement "Object::error((Object *)this,pcVar9);" statement_identifier : (ERROR ":" :) (expression_statement "error((Object *)this,pcVar9);" (call_expression "error((Object *)this,pcVar9)" identifier (argument_list "((Object *)this,pcVar9)" ( (cast_expression "(Object *)this" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;)) (return_statement "return;" return ;) })) (if_statement "if (uVar10 < (this->super_Dynobj).super_Object.shnum_) {\n uVar5 = uVar10 << 6;\n if (*(int *)(pshdrs + (ulong)uVar5 + 4) == 0x3000000) {\n uVar3 = *(ulong *)(pshdrs + (ulong)uVar5 + 0x20);\n uVar4 = *(ulong *)(pshdrs + (ulong)uVar5 + 0x18);\n this_00 = (this->super_Dynobj).super_Object.input_file_;\n strtab_size = uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |\n (uVar3 & 0xff0000000000) >> 0x18 | (uVar3 & 0xff00000000) >> 8 |\n (uVar3 & 0xff000000) << 8 | (uVar3 & 0xff0000) << 0x18 |\n (uVar3 & 0xff00) << 0x28 | uVar3 << 0x38;\n if (this_00 == (Input_file *)0x0) goto LAB_002a66c4;\n local_60 = File_read::get_view(&this_00->file_,(this->super_Dynobj).super_Object.offset_,\n uVar4 >> 0x38 | (uVar4 & 0xff000000000000) >> 0x28 |\n (uVar4 & 0xff0000000000) >> 0x18 | (uVar4 & 0xff00000000) >> 8\n | (uVar4 & 0xff000000) << 8 | (uVar4 & 0xff0000) << 0x18 |\n (uVar4 & 0xff00) << 0x28 | uVar4 << 0x38,strtab_size,false,\n false);\n goto LAB_002a64e6;\n }\n pcVar9 = "DYNAMIC section %u link %u is not a strtab";\n }\n else {\n pcVar9 = "DYNAMIC section %u link out of range: %u";\n }" if (parenthesized_expression "(uVar10 < (this->super_Dynobj).super_Object.shnum_)" ( (binary_expression "uVar10 < (this->super_Dynobj).super_Object.shnum_" identifier < (field_expression "(this->super_Dynobj).super_Object.shnum_" (field_expression "(this->super_Dynobj).super_Object" (parenthesized_expression "(this->super_Dynobj)" ( (field_expression "this->super_Dynobj" identifier -> field_identifier) )) . field_identifier) . field_identifier)) )) (compound_statement "{\n uVar5 = uVar10 << 6;\n if (*(int *)(pshdrs + (ulong)uVar5 + 4) == 0x3000000) {\n uVar3 = *(ulong *)(pshdrs + (ulong)uVar5 + 0x20);\n uVar4 = *(ulong *)(pshdrs + (ulong)uVar5 + 0x18);\n this_00 = (this->super_Dynobj).super_Object.input_file_;\n strtab_size = uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |\n (uVar3 & 0xff0000000000) >> 0x18 | (uVar3 & 0xff00000000) >> 8 |\n (uVar3 & 0xff000000) << 8 | (uVar3 & 0xff0000) << 0x18 |\n (uVar3 & 0xff00) << 0x28 | uVar3 << 0x38;\n if (this_00 == (Input_file *)0x0) goto LAB_002a66c4;\n local_60 = File_read::get_view(&this_00->file_,(this->super_Dynobj).super_Object.offset_,\n uVar4 >> 0x38 | (uVar4 & 0xff000000000000) >> 0x28 |\n (uVar4 & 0xff0000000000) >> 0x18 | (uVar4 & 0xff00000000) >> 8\n | (uVar4 & 0xff000000) << 8 | (uVar4 & 0xff0000) << 0x18 |\n (uVar4 & 0xff00) << 0x28 | uVar4 << 0x38,strtab_size,false,\n false);\n goto LAB_002a64e6;\n }\n pcVar9 = "DYNAMIC section %u link %u is not a strtab";\n }" { (expression_statement "uVar5 = uVar10 << 6;" (assignment_expression "uVar5 = uVar10 << 6" identifier = (binary_expression "uVar10 << 6" identifier << number_literal)) ;) (if_statement "if (*(int *)(pshdrs + (ulong)uVar5 + 4) == 0x3000000) {\n uVar3 = *(ulong *)(pshdrs + (ulong)uVar5 + 0x20);\n uVar4 = *(ulong *)(pshdrs + (ulong)uVar5 + 0x18);\n this_00 = (this->super_Dynobj).super_Object.input_file_;\n strtab_size = uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |\n (uVar3 & 0xff0000000000) >> 0x18 | (uVar3 & 0xff00000000) >> 8 |\n (uVar3 & 0xff000000) << 8 | (uVar3 & 0xff0000) << 0x18 |\n (uVar3 & 0xff00) << 0x28 | uVar3 << 0x38;\n if (this_00 == (Input_file *)0x0) goto LAB_002a66c4;\n local_60 = File_read::get_view(&this_00->file_,(this->super_Dynobj).super_Object.offset_,\n uVar4 >> 0x38 | (uVar4 & 0xff000000000000) >> 0x28 |\n (uVar4 & 0xff0000000000) >> 0x18 | (uVar4 & 0xff00000000) >> 8\n | (uVar4 & 0xff000000) << 8 | (uVar4 & 0xff0000) << 0x18 |\n (uVar4 & 0xff00) << 0x28 | uVar4 << 0x38,strtab_size,false,\n false);\n goto LAB_002a64e6;\n }" if (parenthesized_expression "(*(int *)(pshdrs + (ulong)uVar5 + 4) == 0x3000000)" ( (binary_expression "*(int *)(pshdrs + (ulong)uVar5 + 4) == 0x3000000" (pointer_expression "*(int *)(pshdrs + (ulong)uVar5 + 4)" * (cast_expression "(int *)(pshdrs + (ulong)uVar5 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pshdrs + (ulong)uVar5 + 4)" ( (binary_expression "pshdrs + (ulong)uVar5 + 4" (binary_expression "pshdrs + (ulong)uVar5" identifier + (cast_expression "(ulong)uVar5" ( (type_descriptor "ulong" type_identifier) ) identifier)) + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar3 = *(ulong *)(pshdrs + (ulong)uVar5 + 0x20);\n uVar4 = *(ulong *)(pshdrs + (ulong)uVar5 + 0x18);\n this_00 = (this->super_Dynobj).super_Object.input_file_;\n strtab_size = uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |\n (uVar3 & 0xff0000000000) >> 0x18 | (uVar3 & 0xff00000000) >> 8 |\n (uVar3 & 0xff000000) << 8 | (uVar3 & 0xff0000) << 0x18 |\n (uVar3 & 0xff00) << 0x28 | uVar3 << 0x38;\n if (this_00 == (Input_file *)0x0) goto LAB_002a66c4;\n local_60 = File_read::get_view(&this_00->file_,(this->super_Dynobj).super_Object.offset_,\n uVar4 >> 0x38 | (uVar4 & 0xff000000000000) >> 0x28 |\n (uVar4 & 0xff0000000000) >> 0x18 | (uVar4 & 0xff00000000) >> 8\n | (uVar4 & 0xff000000) << 8 | (uVar4 & 0xff0000) << 0x18 |\n (uVar4 & 0xff00) << 0x28 | uVar4 << 0x38,strtab_size,false,\n false);\n goto LAB_002a64e6;\n }" { (expression_statement "uVar3 = *(ulong *)(pshdrs + (ulong)uVar5 + 0x20);" (assignment_expression "uVar3 = *(ulong *)(pshdrs + (ulong)uVar5 + 0x20)" identifier = (pointer_expression "*(ulong *)(pshdrs + (ulong)uVar5 + 0x20)" * (cast_expression "(ulong *)(pshdrs + (ulong)uVar5 + 0x20)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pshdrs + (ulong)uVar5 + 0x20)" ( (binary_expression "pshdrs + (ulong)uVar5 + 0x20" (binary_expression "pshdrs + (ulong)uVar5" identifier + (cast_expression "(ulong)uVar5" ( (type_descriptor "ulong" type_identifier) ) identifier)) + number_literal) ))))) ;) (expression_statement "uVar4 = *(ulong *)(pshdrs + (ulong)uVar5 + 0x18);" (assignment_expression "uVar4 = *(ulong *)(pshdrs + (ulong)uVar5 + 0x18)" identifier = (pointer_expression "*(ulong *)(pshdrs + (ulong)uVar5 + 0x18)" * (cast_expression "(ulong *)(pshdrs + (ulong)uVar5 + 0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pshdrs + (ulong)uVar5 + 0x18)" ( (binary_expression "pshdrs + (ulong)uVar5 + 0x18" (binary_expression "pshdrs + (ulong)uVar5" identifier + (cast_expression "(ulong)uVar5" ( (type_descriptor "ulong" type_identifier) ) identifier)) + number_literal) ))))) ;) (expression_statement "this_00 = (this->super_Dynobj).super_Object.input_file_;" (assignment_expression "this_00 = (this->super_Dynobj).super_Object.input_file_" identifier = (field_expression "(this->super_Dynobj).super_Object.input_file_" (field_expression "(this->super_Dynobj).super_Object" (parenthesized_expression "(this->super_Dynobj)" ( (field_expression "this->super_Dynobj" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "strtab_size = uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |\n (uVar3 & 0xff0000000000) >> 0x18 | (uVar3 & 0xff00000000) >> 8 |\n (uVar3 & 0xff000000) << 8 | (uVar3 & 0xff0000) << 0x18 |\n (uVar3 & 0xff00) << 0x28 | uVar3 << 0x38;" (assignment_expression "strtab_size = uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |\n (uVar3 & 0xff0000000000) >> 0x18 | (uVar3 & 0xff00000000) >> 8 |\n (uVar3 & 0xff000000) << 8 | (uVar3 & 0xff0000) << 0x18 |\n (uVar3 & 0xff00) << 0x28 | uVar3 << 0x38" identifier = (binary_expression "uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |\n (uVar3 & 0xff0000000000) >> 0x18 | (uVar3 & 0xff00000000) >> 8 |\n (uVar3 & 0xff000000) << 8 | (uVar3 & 0xff0000) << 0x18 |\n (uVar3 & 0xff00) << 0x28 | uVar3 << 0x38" (binary_expression "uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |\n (uVar3 & 0xff0000000000) >> 0x18 | (uVar3 & 0xff00000000) >> 8 |\n (uVar3 & 0xff000000) << 8 | (uVar3 & 0xff0000) << 0x18 |\n (uVar3 & 0xff00) << 0x28" (binary_expression "uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |\n (uVar3 & 0xff0000000000) >> 0x18 | (uVar3 & 0xff00000000) >> 8 |\n (uVar3 & 0xff000000) << 8 | (uVar3 & 0xff0000) << 0x18" (binary_expression "uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |\n (uVar3 & 0xff0000000000) >> 0x18 | (uVar3 & 0xff00000000) >> 8 |\n (uVar3 & 0xff000000) << 8" (binary_expression "uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |\n (uVar3 & 0xff0000000000) >> 0x18 | (uVar3 & 0xff00000000) >> 8" (binary_expression "uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28 |\n (uVar3 & 0xff0000000000) >> 0x18" (binary_expression "uVar3 >> 0x38 | (uVar3 & 0xff000000000000) >> 0x28" (binary_expression "uVar3 >> 0x38" identifier >> number_literal) | (binary_expression "(uVar3 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar3 & 0xff000000000000)" ( (binary_expression "uVar3 & 0xff000000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar3 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar3 & 0xff0000000000)" ( (binary_expression "uVar3 & 0xff0000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar3 & 0xff00000000) >> 8" (parenthesized_expression "(uVar3 & 0xff00000000)" ( (binary_expression "uVar3 & 0xff00000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar3 & 0xff000000) << 8" (parenthesized_expression "(uVar3 & 0xff000000)" ( (binary_expression "uVar3 & 0xff000000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar3 & 0xff0000) << 0x18" (parenthesized_expression "(uVar3 & 0xff0000)" ( (binary_expression "uVar3 & 0xff0000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar3 & 0xff00) << 0x28" (parenthesized_expression "(uVar3 & 0xff00)" ( (binary_expression "uVar3 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar3 << 0x38" identifier << number_literal))) ;) (if_statement "if (this_00 == (Input_file *)0x0) goto LAB_002a66c4;" if (parenthesized_expression "(this_00 == (Input_file *)0x0)" ( (binary_expression "this_00 == (Input_file *)0x0" identifier == (cast_expression "(Input_file *)0x0" ( (type_descriptor "Input_file *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_002a66c4;" goto statement_identifier ;)) (ERROR "local_60 = File_read::" (assignment_expression "local_60 = File_read" identifier = identifier) : :) (expression_statement "get_view(&this_00->file_,(this->super_Dynobj).super_Object.offset_,\n uVar4 >> 0x38 | (uVar4 & 0xff000000000000) >> 0x28 |\n (uVar4 & 0xff0000000000) >> 0x18 | (uVar4 & 0xff00000000) >> 8\n | (uVar4 & 0xff000000) << 8 | (uVar4 & 0xff0000) << 0x18 |\n (uVar4 & 0xff00) << 0x28 | uVar4 << 0x38,strtab_size,false,\n false);" (call_expression "get_view(&this_00->file_,(this->super_Dynobj).super_Object.offset_,\n uVar4 >> 0x38 | (uVar4 & 0xff000000000000) >> 0x28 |\n (uVar4 & 0xff0000000000) >> 0x18 | (uVar4 & 0xff00000000) >> 8\n | (uVar4 & 0xff000000) << 8 | (uVar4 & 0xff0000) << 0x18 |\n (uVar4 & 0xff00) << 0x28 | uVar4 << 0x38,strtab_size,false,\n false)" identifier (argument_list "(&this_00->file_,(this->super_Dynobj).super_Object.offset_,\n uVar4 >> 0x38 | (uVar4 & 0xff000000000000) >> 0x28 |\n (uVar4 & 0xff0000000000) >> 0x18 | (uVar4 & 0xff00000000) >> 8\n | (uVar4 & 0xff000000) << 8 | (uVar4 & 0xff0000) << 0x18 |\n (uVar4 & 0xff00) << 0x28 | uVar4 << 0x38,strtab_size,false,\n false)" ( (pointer_expression "&this_00->file_" & (field_expression "this_00->file_" identifier -> field_identifier)) , (field_expression "(this->super_Dynobj).super_Object.offset_" (field_expression "(this->super_Dynobj).super_Object" (parenthesized_expression "(this->super_Dynobj)" ( (field_expression "this->super_Dynobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) , (binary_expression "uVar4 >> 0x38 | (uVar4 & 0xff000000000000) >> 0x28 |\n (uVar4 & 0xff0000000000) >> 0x18 | (uVar4 & 0xff00000000) >> 8\n | (uVar4 & 0xff000000) << 8 | (uVar4 & 0xff0000) << 0x18 |\n (uVar4 & 0xff00) << 0x28 | uVar4 << 0x38" (binary_expression "uVar4 >> 0x38 | (uVar4 & 0xff000000000000) >> 0x28 |\n (uVar4 & 0xff0000000000) >> 0x18 | (uVar4 & 0xff00000000) >> 8\n | (uVar4 & 0xff000000) << 8 | (uVar4 & 0xff0000) << 0x18 |\n (uVar4 & 0xff00) << 0x28" (binary_expression "uVar4 >> 0x38 | (uVar4 & 0xff000000000000) >> 0x28 |\n (uVar4 & 0xff0000000000) >> 0x18 | (uVar4 & 0xff00000000) >> 8\n | (uVar4 & 0xff000000) << 8 | (uVar4 & 0xff0000) << 0x18" (binary_expression "uVar4 >> 0x38 | (uVar4 & 0xff000000000000) >> 0x28 |\n (uVar4 & 0xff0000000000) >> 0x18 | (uVar4 & 0xff00000000) >> 8\n | (uVar4 & 0xff000000) << 8" (binary_expression "uVar4 >> 0x38 | (uVar4 & 0xff000000000000) >> 0x28 |\n (uVar4 & 0xff0000000000) >> 0x18 | (uVar4 & 0xff00000000) >> 8" (binary_expression "uVar4 >> 0x38 | (uVar4 & 0xff000000000000) >> 0x28 |\n (uVar4 & 0xff0000000000) >> 0x18" (binary_expression "uVar4 >> 0x38 | (uVar4 & 0xff000000000000) >> 0x28" (binary_expression "uVar4 >> 0x38" identifier >> number_literal) | (binary_expression "(uVar4 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar4 & 0xff000000000000)" ( (binary_expression "uVar4 & 0xff000000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar4 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar4 & 0xff0000000000)" ( (binary_expression "uVar4 & 0xff0000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar4 & 0xff00000000) >> 8" (parenthesized_expression "(uVar4 & 0xff00000000)" ( (binary_expression "uVar4 & 0xff00000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar4 & 0xff000000) << 8" (parenthesized_expression "(uVar4 & 0xff000000)" ( (binary_expression "uVar4 & 0xff000000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar4 & 0xff0000) << 0x18" (parenthesized_expression "(uVar4 & 0xff0000)" ( (binary_expression "uVar4 & 0xff0000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar4 & 0xff00) << 0x28" (parenthesized_expression "(uVar4 & 0xff00)" ( (binary_expression "uVar4 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar4 << 0x38" identifier << number_literal)) , identifier , false , false ))) ;) (goto_statement "goto LAB_002a64e6;" goto statement_identifier ;) })) (expression_statement "pcVar9 = "DYNAMIC section %u link %u is not a strtab";" (assignment_expression "pcVar9 = "DYNAMIC section %u link %u is not a strtab"" identifier = (string_literal ""DYNAMIC section %u link %u is not a strtab"" " string_content ")) ;) }) (else_clause "else {\n pcVar9 = "DYNAMIC section %u link out of range: %u";\n }" else (compound_statement "{\n pcVar9 = "DYNAMIC section %u link out of range: %u";\n }" { (expression_statement "pcVar9 = "DYNAMIC section %u link out of range: %u";" (assignment_expression "pcVar9 = "DYNAMIC section %u link out of range: %u"" identifier = (string_literal ""DYNAMIC section %u link out of range: %u"" " string_content ")) ;) }))) (expression_statement "pcVar9 = (char *)gettext(pcVar9);" (assignment_expression "pcVar9 = (char *)gettext(pcVar9)" identifier = (cast_expression "(char *)gettext(pcVar9)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext(pcVar9)" identifier (argument_list "(pcVar9)" ( identifier ))))) ;) (labeled_statement "Object::error((Object *)this,pcVar9,(ulong)dynamic_shndx,uVar10);" statement_identifier : (ERROR ":" :) (expression_statement "error((Object *)this,pcVar9,(ulong)dynamic_shndx,uVar10);" (call_expression "error((Object *)this,pcVar9,(ulong)dynamic_shndx,uVar10)" identifier (argument_list "((Object *)this,pcVar9,(ulong)dynamic_shndx,uVar10)" ( (cast_expression "(Object *)this" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , (cast_expression "(ulong)dynamic_shndx" ( (type_descriptor "ulong" type_identifier) ) identifier) , identifier ))) ;)) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_002a63c0(long param_1,long param_2,int param_3,uint param_4,long param_5,ulong param_6)\n\n{\n ulong uVar1;\n ulong uVar2;\n long *plVar3;\n ulong *puVar4;\n undefined8 uVar5;\n size_t sVar6;\n uint uVar7;\n char *pcVar8;\n long lVar9;\n ulong uVar10;\n ulong *puVar11;\n char *__s;\n long local_60;\n long *local_58;\n long local_50;\n long local_48;\n long lStack_40;\n \n lVar9 = (ulong)(uint)(param_3 << 6) + param_2;\n if (*(int *)(lVar9 + 4) != 0x6000000) {\n \n FUN_0017c650("../../gold/dynobj.cc",0x100,"read_dynamic");\n }\n uVar10 = *(ulong *)(lVar9 + 0x20);\n uVar1 = *(ulong *)(lVar9 + 0x18);\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18\n | (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) {\nLAB_002a66c4:\n \n FUN_0029a160();\n }\n puVar4 = (ulong *)FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0);\n uVar7 = *(uint *)(lVar9 + 0x28);\n uVar7 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;\n if (0xfeff < uVar7) {\n FUN_00167b70(param_1 + 0x90);\n uVar7 = uVar7 + *(int *)(param_1 + 0xa8);\n }\n local_60 = param_5;\n if (param_4 == uVar7) {\nLAB_002a64e6:\n puVar11 = (ulong *)(uVar10 + (long)puVar4);\n if (puVar4 < puVar11) {\n do {\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n \n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n } while (puVar4 < puVar11);\n }\nLAB_002a655d:\n uVar5 = gettext("missing DT_NULL in dynamic segment");\n FUN_001bd150(param_1,uVar5);\n return;\n }\n if (uVar7 < *(uint *)(param_1 + 0x38)) {\n param_2 = param_2 + (ulong)(uVar7 << 6);\n if (*(int *)(param_2 + 4) == 0x3000000) {\n uVar1 = *(ulong *)(param_2 + 0x20);\n uVar2 = *(ulong *)(param_2 + 0x18);\n param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;\n local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);\n goto LAB_002a64e6;\n }\n pcVar8 = "DYNAMIC section %u link %u is not a strtab";\n }\n else {\n pcVar8 = "DYNAMIC section %u link out of range: %u";\n }\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,param_3,uVar7);\n return;\n}\n\n" (function_definition "void FUN_002a63c0(long param_1,long param_2,int param_3,uint param_4,long param_5,ulong param_6)\n\n{\n ulong uVar1;\n ulong uVar2;\n long *plVar3;\n ulong *puVar4;\n undefined8 uVar5;\n size_t sVar6;\n uint uVar7;\n char *pcVar8;\n long lVar9;\n ulong uVar10;\n ulong *puVar11;\n char *__s;\n long local_60;\n long *local_58;\n long local_50;\n long local_48;\n long lStack_40;\n \n lVar9 = (ulong)(uint)(param_3 << 6) + param_2;\n if (*(int *)(lVar9 + 4) != 0x6000000) {\n \n FUN_0017c650("../../gold/dynobj.cc",0x100,"read_dynamic");\n }\n uVar10 = *(ulong *)(lVar9 + 0x20);\n uVar1 = *(ulong *)(lVar9 + 0x18);\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18\n | (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) {\nLAB_002a66c4:\n \n FUN_0029a160();\n }\n puVar4 = (ulong *)FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0);\n uVar7 = *(uint *)(lVar9 + 0x28);\n uVar7 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;\n if (0xfeff < uVar7) {\n FUN_00167b70(param_1 + 0x90);\n uVar7 = uVar7 + *(int *)(param_1 + 0xa8);\n }\n local_60 = param_5;\n if (param_4 == uVar7) {\nLAB_002a64e6:\n puVar11 = (ulong *)(uVar10 + (long)puVar4);\n if (puVar4 < puVar11) {\n do {\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n \n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n } while (puVar4 < puVar11);\n }\nLAB_002a655d:\n uVar5 = gettext("missing DT_NULL in dynamic segment");\n FUN_001bd150(param_1,uVar5);\n return;\n }\n if (uVar7 < *(uint *)(param_1 + 0x38)) {\n param_2 = param_2 + (ulong)(uVar7 << 6);\n if (*(int *)(param_2 + 4) == 0x3000000) {\n uVar1 = *(ulong *)(param_2 + 0x20);\n uVar2 = *(ulong *)(param_2 + 0x18);\n param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;\n local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);\n goto LAB_002a64e6;\n }\n pcVar8 = "DYNAMIC section %u link %u is not a strtab";\n }\n else {\n pcVar8 = "DYNAMIC section %u link out of range: %u";\n }\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,param_3,uVar7);\n return;\n}" primitive_type (function_declarator "FUN_002a63c0(long param_1,long param_2,int param_3,uint param_4,long param_5,ulong param_6)" identifier (parameter_list "(long param_1,long param_2,int param_3,uint param_4,long param_5,ulong param_6)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "uint param_4" type_identifier identifier) , (parameter_declaration "long param_5" (sized_type_specifier "long" long) identifier) , (parameter_declaration "ulong param_6" type_identifier identifier) ))) (compound_statement "{\n ulong uVar1;\n ulong uVar2;\n long *plVar3;\n ulong *puVar4;\n undefined8 uVar5;\n size_t sVar6;\n uint uVar7;\n char *pcVar8;\n long lVar9;\n ulong uVar10;\n ulong *puVar11;\n char *__s;\n long local_60;\n long *local_58;\n long local_50;\n long local_48;\n long lStack_40;\n \n lVar9 = (ulong)(uint)(param_3 << 6) + param_2;\n if (*(int *)(lVar9 + 4) != 0x6000000) {\n \n FUN_0017c650("../../gold/dynobj.cc",0x100,"read_dynamic");\n }\n uVar10 = *(ulong *)(lVar9 + 0x20);\n uVar1 = *(ulong *)(lVar9 + 0x18);\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18\n | (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) {\nLAB_002a66c4:\n \n FUN_0029a160();\n }\n puVar4 = (ulong *)FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0);\n uVar7 = *(uint *)(lVar9 + 0x28);\n uVar7 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;\n if (0xfeff < uVar7) {\n FUN_00167b70(param_1 + 0x90);\n uVar7 = uVar7 + *(int *)(param_1 + 0xa8);\n }\n local_60 = param_5;\n if (param_4 == uVar7) {\nLAB_002a64e6:\n puVar11 = (ulong *)(uVar10 + (long)puVar4);\n if (puVar4 < puVar11) {\n do {\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n \n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n } while (puVar4 < puVar11);\n }\nLAB_002a655d:\n uVar5 = gettext("missing DT_NULL in dynamic segment");\n FUN_001bd150(param_1,uVar5);\n return;\n }\n if (uVar7 < *(uint *)(param_1 + 0x38)) {\n param_2 = param_2 + (ulong)(uVar7 << 6);\n if (*(int *)(param_2 + 4) == 0x3000000) {\n uVar1 = *(ulong *)(param_2 + 0x20);\n uVar2 = *(ulong *)(param_2 + 0x18);\n param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;\n local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);\n goto LAB_002a64e6;\n }\n pcVar8 = "DYNAMIC section %u link %u is not a strtab";\n }\n else {\n pcVar8 = "DYNAMIC section %u link out of range: %u";\n }\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,param_3,uVar7);\n return;\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (declaration "ulong *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "size_t sVar6;" primitive_type identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "long lVar9;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar10;" type_identifier identifier ;) (declaration "ulong *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "long local_60;" (sized_type_specifier "long" long) identifier ;) (declaration "long *local_58;" (sized_type_specifier "long" long) (pointer_declarator "*local_58" * identifier) ;) (declaration "long local_50;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_48;" (sized_type_specifier "long" long) identifier ;) (declaration "long lStack_40;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar9 = (ulong)(uint)(param_3 << 6) + param_2;" (assignment_expression "lVar9 = (ulong)(uint)(param_3 << 6) + param_2" identifier = (binary_expression "(ulong)(uint)(param_3 << 6) + param_2" (call_expression "(ulong)(uint)(param_3 << 6)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) (argument_list "(param_3 << 6)" ( (binary_expression "param_3 << 6" identifier << number_literal) ))) + identifier)) ;) (if_statement "if (*(int *)(lVar9 + 4) != 0x6000000) {\n \n FUN_0017c650("../../gold/dynobj.cc",0x100,"read_dynamic");\n }" if (parenthesized_expression "(*(int *)(lVar9 + 4) != 0x6000000)" ( (binary_expression "*(int *)(lVar9 + 4) != 0x6000000" (pointer_expression "*(int *)(lVar9 + 4)" * (cast_expression "(int *)(lVar9 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 4)" ( (binary_expression "lVar9 + 4" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n \n FUN_0017c650("../../gold/dynobj.cc",0x100,"read_dynamic");\n }" { (expression_statement "FUN_0017c650("../../gold/dynobj.cc",0x100,"read_dynamic");" (call_expression "FUN_0017c650("../../gold/dynobj.cc",0x100,"read_dynamic")" identifier (argument_list "("../../gold/dynobj.cc",0x100,"read_dynamic")" ( (string_literal ""../../gold/dynobj.cc"" " string_content ") , number_literal , (string_literal ""read_dynamic"" " string_content ") ))) ;) })) (expression_statement "uVar10 = *(ulong *)(lVar9 + 0x20);" (assignment_expression "uVar10 = *(ulong *)(lVar9 + 0x20)" identifier = (pointer_expression "*(ulong *)(lVar9 + 0x20)" * (cast_expression "(ulong *)(lVar9 + 0x20)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x20)" ( (binary_expression "lVar9 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "uVar1 = *(ulong *)(lVar9 + 0x18);" (assignment_expression "uVar1 = *(ulong *)(lVar9 + 0x18)" identifier = (pointer_expression "*(ulong *)(lVar9 + 0x18)" * (cast_expression "(ulong *)(lVar9 + 0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x18)" ( (binary_expression "lVar9 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18\n | (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;" (assignment_expression "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18\n | (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" identifier = (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18\n | (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18\n | (uVar10 & 0xff00) << 0x28" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28" (binary_expression "uVar10 >> 0x38" identifier >> number_literal) | (binary_expression "(uVar10 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar10 & 0xff000000000000)" ( (binary_expression "uVar10 & 0xff000000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar10 & 0xff0000000000)" ( (binary_expression "uVar10 & 0xff0000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff00000000) >> 8" (parenthesized_expression "(uVar10 & 0xff00000000)" ( (binary_expression "uVar10 & 0xff00000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff000000) << 8" (parenthesized_expression "(uVar10 & 0xff000000)" ( (binary_expression "uVar10 & 0xff000000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar10 & 0xff0000) << 0x18" (parenthesized_expression "(uVar10 & 0xff0000)" ( (binary_expression "uVar10 & 0xff0000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar10 & 0xff00) << 0x28" (parenthesized_expression "(uVar10 & 0xff00)" ( (binary_expression "uVar10 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar10 << 0x38" identifier << number_literal))) ;) (if_statement "if (*(long *)(param_1 + 0x28) == 0) {\nLAB_002a66c4:\n \n FUN_0029a160();\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x28) == 0)" ( (binary_expression "*(long *)(param_1 + 0x28) == 0" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\nLAB_002a66c4:\n \n FUN_0029a160();\n }" { (labeled_statement "LAB_002a66c4:\n \n FUN_0029a160();" statement_identifier : (expression_statement "FUN_0029a160();" (call_expression "FUN_0029a160()" identifier (argument_list "()" ( ))) ;)) })) (expression_statement "puVar4 = (ulong *)FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0);" (assignment_expression "puVar4 = (ulong *)FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0)" identifier = (cast_expression "(ulong *)FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0)" identifier (argument_list "(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0)" ( (binary_expression "*(long *)(param_1 + 0x28) + 0x28" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) + number_literal) , (pointer_expression "*(undefined8 *)(param_1 + 0x30)" * (cast_expression "(undefined8 *)(param_1 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) , (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28" (binary_expression "uVar1 >> 0x38" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar1 & 0xff000000000000)" ( (binary_expression "uVar1 & 0xff000000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar1 & 0xff0000000000)" ( (binary_expression "uVar1 & 0xff0000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00000000) >> 8" (parenthesized_expression "(uVar1 & 0xff00000000)" ( (binary_expression "uVar1 & 0xff00000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff000000) << 8" (parenthesized_expression "(uVar1 & 0xff000000)" ( (binary_expression "uVar1 & 0xff000000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar1 & 0xff0000) << 0x18" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar1 & 0xff00) << 0x28" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x38" identifier << number_literal)) , identifier , number_literal , number_literal ))))) ;) (expression_statement "uVar7 = *(uint *)(lVar9 + 0x28);" (assignment_expression "uVar7 = *(uint *)(lVar9 + 0x28)" identifier = (pointer_expression "*(uint *)(lVar9 + 0x28)" * (cast_expression "(uint *)(lVar9 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x28)" ( (binary_expression "lVar9 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "uVar7 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;" (assignment_expression "uVar7 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18" identifier = (binary_expression "uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18" (binary_expression "uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8" (binary_expression "uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8" (binary_expression "uVar7 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar7 & 0xff0000) >> 8" (parenthesized_expression "(uVar7 & 0xff0000)" ( (binary_expression "uVar7 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar7 & 0xff00) << 8" (parenthesized_expression "(uVar7 & 0xff00)" ( (binary_expression "uVar7 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar7 << 0x18" identifier << number_literal))) ;) (if_statement "if (0xfeff < uVar7) {\n FUN_00167b70(param_1 + 0x90);\n uVar7 = uVar7 + *(int *)(param_1 + 0xa8);\n }" if (parenthesized_expression "(0xfeff < uVar7)" ( (binary_expression "0xfeff < uVar7" number_literal < identifier) )) (compound_statement "{\n FUN_00167b70(param_1 + 0x90);\n uVar7 = uVar7 + *(int *)(param_1 + 0xa8);\n }" { (expression_statement "FUN_00167b70(param_1 + 0x90);" (call_expression "FUN_00167b70(param_1 + 0x90)" identifier (argument_list "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) ))) ;) (expression_statement "uVar7 = uVar7 + *(int *)(param_1 + 0xa8);" (assignment_expression "uVar7 = uVar7 + *(int *)(param_1 + 0xa8)" identifier = (binary_expression "uVar7 + *(int *)(param_1 + 0xa8)" identifier + (pointer_expression "*(int *)(param_1 + 0xa8)" * (cast_expression "(int *)(param_1 + 0xa8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa8)" ( (binary_expression "param_1 + 0xa8" identifier + number_literal) )))))) ;) })) (expression_statement "local_60 = param_5;" (assignment_expression "local_60 = param_5" identifier = identifier) ;) (if_statement "if (param_4 == uVar7) {\nLAB_002a64e6:\n puVar11 = (ulong *)(uVar10 + (long)puVar4);\n if (puVar4 < puVar11) {\n do {\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n \n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n } while (puVar4 < puVar11);\n }\nLAB_002a655d:\n uVar5 = gettext("missing DT_NULL in dynamic segment");\n FUN_001bd150(param_1,uVar5);\n return;\n }" if (parenthesized_expression "(param_4 == uVar7)" ( (binary_expression "param_4 == uVar7" identifier == identifier) )) (compound_statement "{\nLAB_002a64e6:\n puVar11 = (ulong *)(uVar10 + (long)puVar4);\n if (puVar4 < puVar11) {\n do {\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n \n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n } while (puVar4 < puVar11);\n }\nLAB_002a655d:\n uVar5 = gettext("missing DT_NULL in dynamic segment");\n FUN_001bd150(param_1,uVar5);\n return;\n }" { (labeled_statement "LAB_002a64e6:\n puVar11 = (ulong *)(uVar10 + (long)puVar4);" statement_identifier : (expression_statement "puVar11 = (ulong *)(uVar10 + (long)puVar4);" (assignment_expression "puVar11 = (ulong *)(uVar10 + (long)puVar4)" identifier = (cast_expression "(ulong *)(uVar10 + (long)puVar4)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar10 + (long)puVar4)" ( (binary_expression "uVar10 + (long)puVar4" identifier + (cast_expression "(long)puVar4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;)) (if_statement "if (puVar4 < puVar11) {\n do {\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n \n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n } while (puVar4 < puVar11);\n }" if (parenthesized_expression "(puVar4 < puVar11)" ( (binary_expression "puVar4 < puVar11" identifier < identifier) )) (compound_statement "{\n do {\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n \n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n } while (puVar4 < puVar11);\n }" { (do_statement "do {\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n \n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n } while (puVar4 < puVar11);" do (compound_statement "{\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n \n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n }" { (while_statement "while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }" { (expression_statement "uVar10 = *puVar4;" (assignment_expression "uVar10 = *puVar4" identifier = (pointer_expression "*puVar4" * identifier)) ;) (expression_statement "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;" (assignment_expression "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" identifier = (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28" (binary_expression "uVar10 >> 0x38" identifier >> number_literal) | (binary_expression "(uVar10 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar10 & 0xff000000000000)" ( (binary_expression "uVar10 & 0xff000000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar10 & 0xff0000000000)" ( (binary_expression "uVar10 & 0xff0000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff00000000) >> 8" (parenthesized_expression "(uVar10 & 0xff00000000)" ( (binary_expression "uVar10 & 0xff00000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff000000) << 8" (parenthesized_expression "(uVar10 & 0xff000000)" ( (binary_expression "uVar10 & 0xff000000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar10 & 0xff0000) << 0x18" (parenthesized_expression "(uVar10 & 0xff0000)" ( (binary_expression "uVar10 & 0xff0000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar10 & 0xff00) << 0x28" (parenthesized_expression "(uVar10 & 0xff00)" ( (binary_expression "uVar10 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar10 << 0x38" identifier << number_literal))) ;) (if_statement "if (uVar10 == 1) break;" if (parenthesized_expression "(uVar10 == 1)" ( (binary_expression "uVar10 == 1" identifier == number_literal) )) (break_statement "break;" break ;)) (if_statement "if (uVar10 == 0) {\n return;\n }" if (parenthesized_expression "(uVar10 == 0)" ( (binary_expression "uVar10 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }" if (parenthesized_expression "(uVar10 == 0xe)" ( (binary_expression "uVar10 == 0xe" identifier == number_literal) )) (compound_statement "{\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }" { (expression_statement "uVar10 = puVar4[1];" (assignment_expression "uVar10 = puVar4[1]" identifier = (subscript_expression "puVar4[1]" identifier [ number_literal ])) ;) (expression_statement "pcVar8 = "DT_SONAME value out of range: %lld >= %lld";" (assignment_expression "pcVar8 = "DT_SONAME value out of range: %lld >= %lld"" identifier = (string_literal ""DT_SONAME value out of range: %lld >= %lld"" " string_content ")) ;) (expression_statement "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;" (assignment_expression "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" identifier = (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28" (binary_expression "uVar10 >> 0x38" identifier >> number_literal) | (binary_expression "(uVar10 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar10 & 0xff000000000000)" ( (binary_expression "uVar10 & 0xff000000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar10 & 0xff0000000000)" ( (binary_expression "uVar10 & 0xff0000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff00000000) >> 8" (parenthesized_expression "(uVar10 & 0xff00000000)" ( (binary_expression "uVar10 & 0xff00000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff000000) << 8" (parenthesized_expression "(uVar10 & 0xff000000)" ( (binary_expression "uVar10 & 0xff000000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar10 & 0xff0000) << 0x18" (parenthesized_expression "(uVar10 & 0xff0000)" ( (binary_expression "uVar10 & 0xff0000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar10 & 0xff00) << 0x28" (parenthesized_expression "(uVar10 & 0xff00)" ( (binary_expression "uVar10 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar10 << 0x38" identifier << number_literal))) ;) (if_statement "if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;" if (parenthesized_expression "((long)param_6 <= (long)uVar10)" ( (binary_expression "(long)param_6 <= (long)uVar10" (cast_expression "(long)param_6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) <= (cast_expression "(long)uVar10" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) (goto_statement "goto LAB_002a659e;" goto statement_identifier ;)) (expression_statement "sVar6 = strlen((char *)(uVar10 + local_60));" (assignment_expression "sVar6 = strlen((char *)(uVar10 + local_60))" identifier = (call_expression "strlen((char *)(uVar10 + local_60))" identifier (argument_list "((char *)(uVar10 + local_60))" ( (cast_expression "(char *)(uVar10 + local_60)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar10 + local_60)" ( (binary_expression "uVar10 + local_60" identifier + identifier) ))) )))) ;) (expression_statement "FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);" (call_expression "FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6)" identifier (argument_list "(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) , number_literal , (pointer_expression "*(undefined8 *)(param_1 + 0x58)" * (cast_expression "(undefined8 *)(param_1 + 0x58)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x58)" ( (binary_expression "param_1 + 0x58" identifier + number_literal) )))) , (cast_expression "(char *)(uVar10 + local_60)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar10 + local_60)" ( (binary_expression "uVar10 + local_60" identifier + identifier) ))) , identifier ))) ;) })) (labeled_statement "joined_r0x002a6660:\n puVar4 = puVar4 + 2;" statement_identifier : (expression_statement "puVar4 = puVar4 + 2;" (assignment_expression "puVar4 = puVar4 + 2" identifier = (binary_expression "puVar4 + 2" identifier + number_literal)) ;)) (if_statement "if (puVar11 <= puVar4) goto LAB_002a655d;" if (parenthesized_expression "(puVar11 <= puVar4)" ( (binary_expression "puVar11 <= puVar4" identifier <= identifier) )) (goto_statement "goto LAB_002a655d;" goto statement_identifier ;)) })) (expression_statement "uVar10 = puVar4[1];" (assignment_expression "uVar10 = puVar4[1]" identifier = (subscript_expression "puVar4[1]" identifier [ number_literal ])) ;) (expression_statement "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;" (assignment_expression "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" identifier = (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28" (binary_expression "uVar10 >> 0x38" identifier >> number_literal) | (binary_expression "(uVar10 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar10 & 0xff000000000000)" ( (binary_expression "uVar10 & 0xff000000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar10 & 0xff0000000000)" ( (binary_expression "uVar10 & 0xff0000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff00000000) >> 8" (parenthesized_expression "(uVar10 & 0xff00000000)" ( (binary_expression "uVar10 & 0xff00000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff000000) << 8" (parenthesized_expression "(uVar10 & 0xff000000)" ( (binary_expression "uVar10 & 0xff000000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar10 & 0xff0000) << 0x18" (parenthesized_expression "(uVar10 & 0xff0000)" ( (binary_expression "uVar10 & 0xff0000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar10 & 0xff00) << 0x28" (parenthesized_expression "(uVar10 & 0xff00)" ( (binary_expression "uVar10 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar10 << 0x38" identifier << number_literal))) ;) (if_statement "if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }" if (parenthesized_expression "((long)param_6 <= (long)uVar10)" ( (binary_expression "(long)param_6 <= (long)uVar10" (cast_expression "(long)param_6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) <= (cast_expression "(long)uVar10" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) (compound_statement "{\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }" { (expression_statement "pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";" (assignment_expression "pcVar8 = "DT_NEEDED value out of range: %lld >= %lld"" identifier = (string_literal ""DT_NEEDED value out of range: %lld >= %lld"" " string_content ")) ;) (labeled_statement "LAB_002a659e:\n uVar5 = gettext(pcVar8);" statement_identifier : (expression_statement "uVar5 = gettext(pcVar8);" (assignment_expression "uVar5 = gettext(pcVar8)" identifier = (call_expression "gettext(pcVar8)" identifier (argument_list "(pcVar8)" ( identifier )))) ;)) (expression_statement "FUN_001bd150(param_1,uVar5,uVar10,param_6);" (call_expression "FUN_001bd150(param_1,uVar5,uVar10,param_6)" identifier (argument_list "(param_1,uVar5,uVar10,param_6)" ( identifier , identifier , identifier , identifier ))) ;) (goto_statement "goto joined_r0x002a6660;" goto statement_identifier ;) })) (expression_statement "pcVar8 = (char *)0xffffffffffffffff;" (assignment_expression "pcVar8 = (char *)0xffffffffffffffff" identifier = (cast_expression "(char *)0xffffffffffffffff" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "__s = (char *)(uVar10 + local_60);" (assignment_expression "__s = (char *)(uVar10 + local_60)" identifier = (cast_expression "(char *)(uVar10 + local_60)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar10 + local_60)" ( (binary_expression "uVar10 + local_60" identifier + identifier) )))) ;) (expression_statement "local_58 = &local_48;" (assignment_expression "local_58 = &local_48" identifier = (pointer_expression "&local_48" & identifier)) ;) (if_statement "if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }" if (parenthesized_expression "(__s != (char *)0x0)" ( (binary_expression "__s != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }" { (expression_statement "sVar6 = strlen(__s);" (assignment_expression "sVar6 = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "pcVar8 = __s + sVar6;" (assignment_expression "pcVar8 = __s + sVar6" identifier = (binary_expression "__s + sVar6" identifier + identifier)) ;) })) (expression_statement "FUN_001665c0(&local_58,__s,pcVar8);" (call_expression "FUN_001665c0(&local_58,__s,pcVar8)" identifier (argument_list "(&local_58,__s,pcVar8)" ( (pointer_expression "&local_58" & identifier) , identifier , identifier ))) ;) (expression_statement "plVar3 = *(long **)(param_1 + 0x78);" (assignment_expression "plVar3 = *(long **)(param_1 + 0x78)" identifier = (pointer_expression "*(long **)(param_1 + 0x78)" * (cast_expression "(long **)(param_1 + 0x78)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) ))))) ;) (if_statement "if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }" if (parenthesized_expression "(plVar3 != *(long **)(param_1 + 0x80))" ( (binary_expression "plVar3 != *(long **)(param_1 + 0x80)" identifier != (pointer_expression "*(long **)(param_1 + 0x80)" * (cast_expression "(long **)(param_1 + 0x80)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x80)" ( (binary_expression "param_1 + 0x80" identifier + number_literal) ))))) )) (compound_statement "{\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }" { (expression_statement "*plVar3 = (long)(plVar3 + 2);" (assignment_expression "*plVar3 = (long)(plVar3 + 2)" (pointer_expression "*plVar3" * identifier) = (cast_expression "(long)(plVar3 + 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(plVar3 + 2)" ( (binary_expression "plVar3 + 2" identifier + number_literal) )))) ;) (if_statement "if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }" if (parenthesized_expression "(local_58 == &local_48)" ( (binary_expression "local_58 == &local_48" identifier == (pointer_expression "&local_48" & identifier)) )) (compound_statement "{\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }" { (expression_statement "plVar3[2] = local_48;" (assignment_expression "plVar3[2] = local_48" (subscript_expression "plVar3[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "plVar3[3] = lStack_40;" (assignment_expression "plVar3[3] = lStack_40" (subscript_expression "plVar3[3]" identifier [ number_literal ]) = identifier) ;) }) (else_clause "else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }" else (compound_statement "{\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }" { (expression_statement "*plVar3 = (long)local_58;" (assignment_expression "*plVar3 = (long)local_58" (pointer_expression "*plVar3" * identifier) = (cast_expression "(long)local_58" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "plVar3[2] = local_48;" (assignment_expression "plVar3[2] = local_48" (subscript_expression "plVar3[2]" identifier [ number_literal ]) = identifier) ;) }))) (expression_statement "plVar3[1] = local_50;" (assignment_expression "plVar3[1] = local_50" (subscript_expression "plVar3[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;" (assignment_expression "*(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20" (pointer_expression "*(long *)(param_1 + 0x78)" * (cast_expression "(long *)(param_1 + 0x78)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) )))) = (binary_expression "*(long *)(param_1 + 0x78) + 0x20" (pointer_expression "*(long *)(param_1 + 0x78)" * (cast_expression "(long *)(param_1 + 0x78)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) )))) + number_literal)) ;) (goto_statement "goto joined_r0x002a6660;" goto statement_identifier ;) })) (expression_statement "FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);" (call_expression "FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58)" identifier (argument_list "(param_1 + 0x70,plVar3,&local_58)" ( (binary_expression "param_1 + 0x70" identifier + number_literal) , identifier , (pointer_expression "&local_58" & identifier) ))) ;) (if_statement "if (local_58 == &local_48) goto joined_r0x002a6660;" if (parenthesized_expression "(local_58 == &local_48)" ( (binary_expression "local_58 == &local_48" identifier == (pointer_expression "&local_48" & identifier)) )) (goto_statement "goto joined_r0x002a6660;" goto statement_identifier ;)) (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) (expression_statement "puVar4 = puVar4 + 2;" (assignment_expression "puVar4 = puVar4 + 2" identifier = (binary_expression "puVar4 + 2" identifier + number_literal)) ;) }) while (parenthesized_expression "(puVar4 < puVar11)" ( (binary_expression "puVar4 < puVar11" identifier < identifier) )) ;) })) (labeled_statement "LAB_002a655d:\n uVar5 = gettext("missing DT_NULL in dynamic segment");" statement_identifier : (expression_statement "uVar5 = gettext("missing DT_NULL in dynamic segment");" (assignment_expression "uVar5 = gettext("missing DT_NULL in dynamic segment")" identifier = (call_expression "gettext("missing DT_NULL in dynamic segment")" identifier (argument_list "("missing DT_NULL in dynamic segment")" ( (string_literal ""missing DT_NULL in dynamic segment"" " string_content ") )))) ;)) (expression_statement "FUN_001bd150(param_1,uVar5);" (call_expression "FUN_001bd150(param_1,uVar5)" identifier (argument_list "(param_1,uVar5)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })) (if_statement "if (uVar7 < *(uint *)(param_1 + 0x38)) {\n param_2 = param_2 + (ulong)(uVar7 << 6);\n if (*(int *)(param_2 + 4) == 0x3000000) {\n uVar1 = *(ulong *)(param_2 + 0x20);\n uVar2 = *(ulong *)(param_2 + 0x18);\n param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;\n local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);\n goto LAB_002a64e6;\n }\n pcVar8 = "DYNAMIC section %u link %u is not a strtab";\n }\n else {\n pcVar8 = "DYNAMIC section %u link out of range: %u";\n }" if (parenthesized_expression "(uVar7 < *(uint *)(param_1 + 0x38))" ( (binary_expression "uVar7 < *(uint *)(param_1 + 0x38)" identifier < (pointer_expression "*(uint *)(param_1 + 0x38)" * (cast_expression "(uint *)(param_1 + 0x38)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) )) (compound_statement "{\n param_2 = param_2 + (ulong)(uVar7 << 6);\n if (*(int *)(param_2 + 4) == 0x3000000) {\n uVar1 = *(ulong *)(param_2 + 0x20);\n uVar2 = *(ulong *)(param_2 + 0x18);\n param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;\n local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);\n goto LAB_002a64e6;\n }\n pcVar8 = "DYNAMIC section %u link %u is not a strtab";\n }" { (expression_statement "param_2 = param_2 + (ulong)(uVar7 << 6);" (assignment_expression "param_2 = param_2 + (ulong)(uVar7 << 6)" identifier = (binary_expression "param_2 + (ulong)(uVar7 << 6)" identifier + (call_expression "(ulong)(uVar7 << 6)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar7 << 6)" ( (binary_expression "uVar7 << 6" identifier << number_literal) ))))) ;) (if_statement "if (*(int *)(param_2 + 4) == 0x3000000) {\n uVar1 = *(ulong *)(param_2 + 0x20);\n uVar2 = *(ulong *)(param_2 + 0x18);\n param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;\n local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);\n goto LAB_002a64e6;\n }" if (parenthesized_expression "(*(int *)(param_2 + 4) == 0x3000000)" ( (binary_expression "*(int *)(param_2 + 4) == 0x3000000" (pointer_expression "*(int *)(param_2 + 4)" * (cast_expression "(int *)(param_2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar1 = *(ulong *)(param_2 + 0x20);\n uVar2 = *(ulong *)(param_2 + 0x18);\n param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;\n local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);\n goto LAB_002a64e6;\n }" { (expression_statement "uVar1 = *(ulong *)(param_2 + 0x20);" (assignment_expression "uVar1 = *(ulong *)(param_2 + 0x20)" identifier = (pointer_expression "*(ulong *)(param_2 + 0x20)" * (cast_expression "(ulong *)(param_2 + 0x20)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "uVar2 = *(ulong *)(param_2 + 0x18);" (assignment_expression "uVar2 = *(ulong *)(param_2 + 0x18)" identifier = (pointer_expression "*(ulong *)(param_2 + 0x18)" * (cast_expression "(ulong *)(param_2 + 0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38;" (assignment_expression "param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38" identifier = (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28" (binary_expression "uVar1 >> 0x38" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar1 & 0xff000000000000)" ( (binary_expression "uVar1 & 0xff000000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar1 & 0xff0000000000)" ( (binary_expression "uVar1 & 0xff0000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00000000) >> 8" (parenthesized_expression "(uVar1 & 0xff00000000)" ( (binary_expression "uVar1 & 0xff00000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff000000) << 8" (parenthesized_expression "(uVar1 & 0xff000000)" ( (binary_expression "uVar1 & 0xff000000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar1 & 0xff0000) << 0x18" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar1 & 0xff00) << 0x28" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x38" identifier << number_literal))) ;) (if_statement "if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;" if (parenthesized_expression "(*(long *)(param_1 + 0x28) == 0)" ( (binary_expression "*(long *)(param_1 + 0x28) == 0" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) == number_literal) )) (goto_statement "goto LAB_002a66c4;" goto statement_identifier ;)) (expression_statement "local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);" (assignment_expression "local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0)" identifier = (call_expression "FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0)" identifier (argument_list "(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0)" ( (binary_expression "*(long *)(param_1 + 0x28) + 0x28" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) + number_literal) , (pointer_expression "*(undefined8 *)(param_1 + 0x30)" * (cast_expression "(undefined8 *)(param_1 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) , (binary_expression "uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38" (binary_expression "uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28" (binary_expression "uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18" (binary_expression "uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8" (binary_expression "uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8" (binary_expression "uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18" (binary_expression "uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28" (binary_expression "uVar2 >> 0x38" identifier >> number_literal) | (binary_expression "(uVar2 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar2 & 0xff000000000000)" ( (binary_expression "uVar2 & 0xff000000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar2 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar2 & 0xff0000000000)" ( (binary_expression "uVar2 & 0xff0000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar2 & 0xff00000000) >> 8" (parenthesized_expression "(uVar2 & 0xff00000000)" ( (binary_expression "uVar2 & 0xff00000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar2 & 0xff000000) << 8" (parenthesized_expression "(uVar2 & 0xff000000)" ( (binary_expression "uVar2 & 0xff000000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar2 & 0xff0000) << 0x18" (parenthesized_expression "(uVar2 & 0xff0000)" ( (binary_expression "uVar2 & 0xff0000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar2 & 0xff00) << 0x28" (parenthesized_expression "(uVar2 & 0xff00)" ( (binary_expression "uVar2 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar2 << 0x38" identifier << number_literal)) , identifier , number_literal , number_literal )))) ;) (goto_statement "goto LAB_002a64e6;" goto statement_identifier ;) })) (expression_statement "pcVar8 = "DYNAMIC section %u link %u is not a strtab";" (assignment_expression "pcVar8 = "DYNAMIC section %u link %u is not a strtab"" identifier = (string_literal ""DYNAMIC section %u link %u is not a strtab"" " string_content ")) ;) }) (else_clause "else {\n pcVar8 = "DYNAMIC section %u link out of range: %u";\n }" else (compound_statement "{\n pcVar8 = "DYNAMIC section %u link out of range: %u";\n }" { (expression_statement "pcVar8 = "DYNAMIC section %u link out of range: %u";" (assignment_expression "pcVar8 = "DYNAMIC section %u link out of range: %u"" identifier = (string_literal ""DYNAMIC section %u link out of range: %u"" " string_content ")) ;) }))) (expression_statement "uVar5 = gettext(pcVar8);" (assignment_expression "uVar5 = gettext(pcVar8)" identifier = (call_expression "gettext(pcVar8)" identifier (argument_list "(pcVar8)" ( identifier )))) ;) (expression_statement "FUN_001bd150(param_1,uVar5,param_3,uVar7);" (call_expression "FUN_001bd150(param_1,uVar5,param_3,uVar7)" identifier (argument_list "(param_1,uVar5,param_3,uVar7)" ( identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (binary_expression (call_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( IDENT ))) (argument_list ( (binary_expression IDENT << LIT) ))) + IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression 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 (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( ))) ;)) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT)) , 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 = (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (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 *)) ) (parenthesized_expression ( (binary_expression IDENT + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )))) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (do_statement do (compound_statement { (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) <= (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) ))) )))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , LIT , (pointer_expression * (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 + IDENT) ))) , IDENT ))) ;) })) (labeled_statement statement_identifier : (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 = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) <= (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) (goto_statement goto statement_identifier ;) })) (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 *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) })) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression & IDENT)) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) }))) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , (pointer_expression & IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression & IDENT)) )) (goto_statement goto statement_identifier ;)) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT < IDENT) )) ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") )))) ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (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 = (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 = (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT)) , IDENT , LIT , LIT )))) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) }))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_002a63c0(long param_1,long param_2,int param_3,uint param_4,long param_5,ulong param_6)\n\n{\n ulong uVar1;\n ulong uVar2;\n long *plVar3;\n ulong *puVar4;\n undefined8 uVar5;\n size_t sVar6;\n uint uVar7;\n char *pcVar8;\n long lVar9;\n ulong uVar10;\n ulong *puVar11;\n char *__s;\n long local_60;\n long *local_58;\n long local_50;\n long local_48;\n long lStack_40;\n \n lVar9 = (ulong)(uint)(param_3 << 6) + param_2;\n if (*(int *)(lVar9 + 4) != 0x6000000) {\n \n FUN_0017c650("../../gold/dynobj.cc",0x100,"read_dynamic");\n }\n uVar10 = *(ulong *)(lVar9 + 0x20);\n uVar1 = *(ulong *)(lVar9 + 0x18);\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18\n | (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) {\nLAB_002a66c4:\n \n FUN_0029a160();\n }\n puVar4 = (ulong *)FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0);\n uVar7 = *(uint *)(lVar9 + 0x28);\n uVar7 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;\n if (0xfeff < uVar7) {\n FUN_00167b70(param_1 + 0x90);\n uVar7 = uVar7 + *(int *)(param_1 + 0xa8);\n }\n local_60 = param_5;\n if (param_4 == uVar7) {\nLAB_002a64e6:\n puVar11 = (ulong *)(uVar10 + (long)puVar4);\n if (puVar4 < puVar11) {\n do {\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n \n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n } while (puVar4 < puVar11);\n }\nLAB_002a655d:\n uVar5 = gettext("missing DT_NULL in dynamic segment");\n FUN_001bd150(param_1,uVar5);\n return;\n }\n if (uVar7 < *(uint *)(param_1 + 0x38)) {\n param_2 = param_2 + (ulong)(uVar7 << 6);\n if (*(int *)(param_2 + 4) == 0x3000000) {\n uVar1 = *(ulong *)(param_2 + 0x20);\n uVar2 = *(ulong *)(param_2 + 0x18);\n param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;\n local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);\n goto LAB_002a64e6;\n }\n pcVar8 = "DYNAMIC section %u link %u is not a strtab";\n }\n else {\n pcVar8 = "DYNAMIC section %u link out of range: %u";\n }\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,param_3,uVar7);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002a63c0(long param_1,long param_2,int param_3,uint param_4,long param_5,ulong param_6)" (identifier "FUN_002a63c0") (parameter_list "(long param_1,long param_2,int param_3,uint param_4,long param_5,ulong param_6)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) (, ",") (parameter_declaration "uint param_4" (type_identifier "uint") (identifier "param_4")) (, ",") (parameter_declaration "long param_5" (sized_type_specifier "long" (long "long")) (identifier "param_5")) (, ",") (parameter_declaration "ulong param_6" (type_identifier "ulong") (identifier "param_6")) () ")"))) (compound_statement "{\n ulong uVar1;\n ulong uVar2;\n long *plVar3;\n ulong *puVar4;\n undefined8 uVar5;\n size_t sVar6;\n uint uVar7;\n char *pcVar8;\n long lVar9;\n ulong uVar10;\n ulong *puVar11;\n char *__s;\n long local_60;\n long *local_58;\n long local_50;\n long local_48;\n long lStack_40;\n \n lVar9 = (ulong)(uint)(param_3 << 6) + param_2;\n if (*(int *)(lVar9 + 4) != 0x6000000) {\n \n FUN_0017c650("../../gold/dynobj.cc",0x100,"read_dynamic");\n }\n uVar10 = *(ulong *)(lVar9 + 0x20);\n uVar1 = *(ulong *)(lVar9 + 0x18);\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18\n | (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) {\nLAB_002a66c4:\n \n FUN_0029a160();\n }\n puVar4 = (ulong *)FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0);\n uVar7 = *(uint *)(lVar9 + 0x28);\n uVar7 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;\n if (0xfeff < uVar7) {\n FUN_00167b70(param_1 + 0x90);\n uVar7 = uVar7 + *(int *)(param_1 + 0xa8);\n }\n local_60 = param_5;\n if (param_4 == uVar7) {\nLAB_002a64e6:\n puVar11 = (ulong *)(uVar10 + (long)puVar4);\n if (puVar4 < puVar11) {\n do {\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n \n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n } while (puVar4 < puVar11);\n }\nLAB_002a655d:\n uVar5 = gettext("missing DT_NULL in dynamic segment");\n FUN_001bd150(param_1,uVar5);\n return;\n }\n if (uVar7 < *(uint *)(param_1 + 0x38)) {\n param_2 = param_2 + (ulong)(uVar7 << 6);\n if (*(int *)(param_2 + 4) == 0x3000000) {\n uVar1 = *(ulong *)(param_2 + 0x20);\n uVar2 = *(ulong *)(param_2 + 0x18);\n param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;\n local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);\n goto LAB_002a64e6;\n }\n pcVar8 = "DYNAMIC section %u link %u is not a strtab";\n }\n else {\n pcVar8 = "DYNAMIC section %u link out of range: %u";\n }\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,param_3,uVar7);\n return;\n}" ({ "{") (declaration "ulong uVar1;" (type_identifier "ulong") (identifier "uVar1") (; ";")) (declaration "ulong uVar2;" (type_identifier "ulong") (identifier "uVar2") (; ";")) (declaration "long *plVar3;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar3" (* "*") (identifier "plVar3")) (; ";")) (declaration "ulong *puVar4;" (type_identifier "ulong") (pointer_declarator "*puVar4" (* "*") (identifier "puVar4")) (; ";")) (declaration "undefined8 uVar5;" (type_identifier "undefined8") (identifier "uVar5") (; ";")) (declaration "size_t sVar6;" (primitive_type "size_t") (identifier "sVar6") (; ";")) (declaration "uint uVar7;" (type_identifier "uint") (identifier "uVar7") (; ";")) (declaration "char *pcVar8;" (primitive_type "char") (pointer_declarator "*pcVar8" (* "*") (identifier "pcVar8")) (; ";")) (declaration "long lVar9;" (sized_type_specifier "long" (long "long")) (identifier "lVar9") (; ";")) (declaration "ulong uVar10;" (type_identifier "ulong") (identifier "uVar10") (; ";")) (declaration "ulong *puVar11;" (type_identifier "ulong") (pointer_declarator "*puVar11" (* "*") (identifier "puVar11")) (; ";")) (declaration "char *__s;" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s")) (; ";")) (declaration "long local_60;" (sized_type_specifier "long" (long "long")) (identifier "local_60") (; ";")) (declaration "long *local_58;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*local_58" (* "*") (identifier "local_58")) (; ";")) (declaration "long local_50;" (sized_type_specifier "long" (long "long")) (identifier "local_50") (; ";")) (declaration "long local_48;" (sized_type_specifier "long" (long "long")) (identifier "local_48") (; ";")) (declaration "long lStack_40;" (sized_type_specifier "long" (long "long")) (identifier "lStack_40") (; ";")) (expression_statement "lVar9 = (ulong)(uint)(param_3 << 6) + param_2;" (assignment_expression "lVar9 = (ulong)(uint)(param_3 << 6) + param_2" (identifier "lVar9") (= "=") (binary_expression "(ulong)(uint)(param_3 << 6) + param_2" (call_expression "(ulong)(uint)(param_3 << 6)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(uint)" (( "(") (identifier "uint") () ")"))) (argument_list "(param_3 << 6)" (( "(") (binary_expression "param_3 << 6" (identifier "param_3") (<< "<<") (number_literal "6")) () ")"))) (+ "+") (identifier "param_2"))) (; ";")) (if_statement "if (*(int *)(lVar9 + 4) != 0x6000000) {\n \n FUN_0017c650("../../gold/dynobj.cc",0x100,"read_dynamic");\n }" (if "if") (parenthesized_expression "(*(int *)(lVar9 + 4) != 0x6000000)" (( "(") (binary_expression "*(int *)(lVar9 + 4) != 0x6000000" (pointer_expression "*(int *)(lVar9 + 4)" (* "*") (cast_expression "(int *)(lVar9 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 4)" (( "(") (binary_expression "lVar9 + 4" (identifier "lVar9") (+ "+") (number_literal "4")) () ")")))) (!= "!=") (number_literal "0x6000000")) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/dynobj.cc",0x100,"read_dynamic");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/dynobj.cc",0x100,"read_dynamic");" (call_expression "FUN_0017c650("../../gold/dynobj.cc",0x100,"read_dynamic")" (identifier "FUN_0017c650") (argument_list "("../../gold/dynobj.cc",0x100,"read_dynamic")" (( "(") (string_literal ""../../gold/dynobj.cc"" (" """) (string_content "../../gold/dynobj.cc") (" """)) (, ",") (number_literal "0x100") (, ",") (string_literal ""read_dynamic"" (" """) (string_content "read_dynamic") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "uVar10 = *(ulong *)(lVar9 + 0x20);" (assignment_expression "uVar10 = *(ulong *)(lVar9 + 0x20)" (identifier "uVar10") (= "=") (pointer_expression "*(ulong *)(lVar9 + 0x20)" (* "*") (cast_expression "(ulong *)(lVar9 + 0x20)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 0x20)" (( "(") (binary_expression "lVar9 + 0x20" (identifier "lVar9") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "uVar1 = *(ulong *)(lVar9 + 0x18);" (assignment_expression "uVar1 = *(ulong *)(lVar9 + 0x18)" (identifier "uVar1") (= "=") (pointer_expression "*(ulong *)(lVar9 + 0x18)" (* "*") (cast_expression "(ulong *)(lVar9 + 0x18)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 0x18)" (( "(") (binary_expression "lVar9 + 0x18" (identifier "lVar9") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (expression_statement "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18\n | (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;" (assignment_expression "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18\n | (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" (identifier "uVar10") (= "=") (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18\n | (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18\n | (uVar10 & 0xff00) << 0x28" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18\n | (uVar10 & 0xff00000000) >> 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28" (binary_expression "uVar10 >> 0x38" (identifier "uVar10") (>> ">>") (number_literal "0x38")) (| "|") (binary_expression "(uVar10 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar10 & 0xff000000000000)" (( "(") (binary_expression "uVar10 & 0xff000000000000" (identifier "uVar10") (& "&") (number_literal "0xff000000000000")) () ")")) (>> ">>") (number_literal "0x28"))) (| "|") (binary_expression "(uVar10 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar10 & 0xff0000000000)" (( "(") (binary_expression "uVar10 & 0xff0000000000" (identifier "uVar10") (& "&") (number_literal "0xff0000000000")) () ")")) (>> ">>") (number_literal "0x18"))) (| "|") (binary_expression "(uVar10 & 0xff00000000) >> 8" (parenthesized_expression "(uVar10 & 0xff00000000)" (( "(") (binary_expression "uVar10 & 0xff00000000" (identifier "uVar10") (& "&") (number_literal "0xff00000000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar10 & 0xff000000) << 8" (parenthesized_expression "(uVar10 & 0xff000000)" (( "(") (binary_expression "uVar10 & 0xff000000" (identifier "uVar10") (& "&") (number_literal "0xff000000")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "(uVar10 & 0xff0000) << 0x18" (parenthesized_expression "(uVar10 & 0xff0000)" (( "(") (binary_expression "uVar10 & 0xff0000" (identifier "uVar10") (& "&") (number_literal "0xff0000")) () ")")) (<< "<<") (number_literal "0x18"))) (| "|") (binary_expression "(uVar10 & 0xff00) << 0x28" (parenthesized_expression "(uVar10 & 0xff00)" (( "(") (binary_expression "uVar10 & 0xff00" (identifier "uVar10") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "0x28"))) (| "|") (binary_expression "uVar10 << 0x38" (identifier "uVar10") (<< "<<") (number_literal "0x38")))) (; ";")) (if_statement "if (*(long *)(param_1 + 0x28) == 0) {\nLAB_002a66c4:\n \n FUN_0029a160();\n }" (if "if") (parenthesized_expression "(*(long *)(param_1 + 0x28) == 0)" (( "(") (binary_expression "*(long *)(param_1 + 0x28) == 0" (pointer_expression "*(long *)(param_1 + 0x28)" (* "*") (cast_expression "(long *)(param_1 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_002a66c4:\n \n FUN_0029a160();\n }" ({ "{") (labeled_statement "LAB_002a66c4:\n \n FUN_0029a160();" (statement_identifier "LAB_002a66c4") (: ":") (expression_statement "FUN_0029a160();" (call_expression "FUN_0029a160()" (identifier "FUN_0029a160") (argument_list "()" (( "(") () ")"))) (; ";"))) (} "}"))) (expression_statement "puVar4 = (ulong *)FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0);" (assignment_expression "puVar4 = (ulong *)FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0)" (identifier "puVar4") (= "=") (cast_expression "(ulong *)FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0)" (identifier "FUN_0017b1d0") (argument_list "(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0)" (( "(") (binary_expression "*(long *)(param_1 + 0x28) + 0x28" (pointer_expression "*(long *)(param_1 + 0x28)" (* "*") (cast_expression "(long *)(param_1 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (+ "+") (number_literal "0x28")) (, ",") (pointer_expression "*(undefined8 *)(param_1 + 0x30)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x30)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")")))) (, ",") (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28 | uVar1 << 0x38" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |\n (uVar1 & 0xff00) << 0x28" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28" (binary_expression "uVar1 >> 0x38" (identifier "uVar1") (>> ">>") (number_literal "0x38")) (| "|") (binary_expression "(uVar1 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar1 & 0xff000000000000)" (( "(") (binary_expression "uVar1 & 0xff000000000000" (identifier "uVar1") (& "&") (number_literal "0xff000000000000")) () ")")) (>> ">>") (number_literal "0x28"))) (| "|") (binary_expression "(uVar1 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar1 & 0xff0000000000)" (( "(") (binary_expression "uVar1 & 0xff0000000000" (identifier "uVar1") (& "&") (number_literal "0xff0000000000")) () ")")) (>> ">>") (number_literal "0x18"))) (| "|") (binary_expression "(uVar1 & 0xff00000000) >> 8" (parenthesized_expression "(uVar1 & 0xff00000000)" (( "(") (binary_expression "uVar1 & 0xff00000000" (identifier "uVar1") (& "&") (number_literal "0xff00000000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar1 & 0xff000000) << 8" (parenthesized_expression "(uVar1 & 0xff000000)" (( "(") (binary_expression "uVar1 & 0xff000000" (identifier "uVar1") (& "&") (number_literal "0xff000000")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "(uVar1 & 0xff0000) << 0x18" (parenthesized_expression "(uVar1 & 0xff0000)" (( "(") (binary_expression "uVar1 & 0xff0000" (identifier "uVar1") (& "&") (number_literal "0xff0000")) () ")")) (<< "<<") (number_literal "0x18"))) (| "|") (binary_expression "(uVar1 & 0xff00) << 0x28" (parenthesized_expression "(uVar1 & 0xff00)" (( "(") (binary_expression "uVar1 & 0xff00" (identifier "uVar1") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "0x28"))) (| "|") (binary_expression "uVar1 << 0x38" (identifier "uVar1") (<< "<<") (number_literal "0x38"))) (, ",") (identifier "uVar10") (, ",") (number_literal "1") (, ",") (number_literal "0") () ")"))))) (; ";")) (expression_statement "uVar7 = *(uint *)(lVar9 + 0x28);" (assignment_expression "uVar7 = *(uint *)(lVar9 + 0x28)" (identifier "uVar7") (= "=") (pointer_expression "*(uint *)(lVar9 + 0x28)" (* "*") (cast_expression "(uint *)(lVar9 + 0x28)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 0x28)" (( "(") (binary_expression "lVar9 + 0x28" (identifier "lVar9") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (expression_statement "uVar7 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;" (assignment_expression "uVar7 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18" (identifier "uVar7") (= "=") (binary_expression "uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18" (binary_expression "uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8" (binary_expression "uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8" (binary_expression "uVar7 >> 0x18" (identifier "uVar7") (>> ">>") (number_literal "0x18")) (| "|") (binary_expression "(uVar7 & 0xff0000) >> 8" (parenthesized_expression "(uVar7 & 0xff0000)" (( "(") (binary_expression "uVar7 & 0xff0000" (identifier "uVar7") (& "&") (number_literal "0xff0000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar7 & 0xff00) << 8" (parenthesized_expression "(uVar7 & 0xff00)" (( "(") (binary_expression "uVar7 & 0xff00" (identifier "uVar7") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "uVar7 << 0x18" (identifier "uVar7") (<< "<<") (number_literal "0x18")))) (; ";")) (if_statement "if (0xfeff < uVar7) {\n FUN_00167b70(param_1 + 0x90);\n uVar7 = uVar7 + *(int *)(param_1 + 0xa8);\n }" (if "if") (parenthesized_expression "(0xfeff < uVar7)" (( "(") (binary_expression "0xfeff < uVar7" (number_literal "0xfeff") (< "<") (identifier "uVar7")) () ")")) (compound_statement "{\n FUN_00167b70(param_1 + 0x90);\n uVar7 = uVar7 + *(int *)(param_1 + 0xa8);\n }" ({ "{") (expression_statement "FUN_00167b70(param_1 + 0x90);" (call_expression "FUN_00167b70(param_1 + 0x90)" (identifier "FUN_00167b70") (argument_list "(param_1 + 0x90)" (( "(") (binary_expression "param_1 + 0x90" (identifier "param_1") (+ "+") (number_literal "0x90")) () ")"))) (; ";")) (expression_statement "uVar7 = uVar7 + *(int *)(param_1 + 0xa8);" (assignment_expression "uVar7 = uVar7 + *(int *)(param_1 + 0xa8)" (identifier "uVar7") (= "=") (binary_expression "uVar7 + *(int *)(param_1 + 0xa8)" (identifier "uVar7") (+ "+") (pointer_expression "*(int *)(param_1 + 0xa8)" (* "*") (cast_expression "(int *)(param_1 + 0xa8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa8)" (( "(") (binary_expression "param_1 + 0xa8" (identifier "param_1") (+ "+") (number_literal "0xa8")) () ")")))))) (; ";")) (} "}"))) (expression_statement "local_60 = param_5;" (assignment_expression "local_60 = param_5" (identifier "local_60") (= "=") (identifier "param_5")) (; ";")) (if_statement "if (param_4 == uVar7) {\nLAB_002a64e6:\n puVar11 = (ulong *)(uVar10 + (long)puVar4);\n if (puVar4 < puVar11) {\n do {\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n \n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n } while (puVar4 < puVar11);\n }\nLAB_002a655d:\n uVar5 = gettext("missing DT_NULL in dynamic segment");\n FUN_001bd150(param_1,uVar5);\n return;\n }" (if "if") (parenthesized_expression "(param_4 == uVar7)" (( "(") (binary_expression "param_4 == uVar7" (identifier "param_4") (== "==") (identifier "uVar7")) () ")")) (compound_statement "{\nLAB_002a64e6:\n puVar11 = (ulong *)(uVar10 + (long)puVar4);\n if (puVar4 < puVar11) {\n do {\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n \n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n } while (puVar4 < puVar11);\n }\nLAB_002a655d:\n uVar5 = gettext("missing DT_NULL in dynamic segment");\n FUN_001bd150(param_1,uVar5);\n return;\n }" ({ "{") (labeled_statement "LAB_002a64e6:\n puVar11 = (ulong *)(uVar10 + (long)puVar4);" (statement_identifier "LAB_002a64e6") (: ":") (expression_statement "puVar11 = (ulong *)(uVar10 + (long)puVar4);" (assignment_expression "puVar11 = (ulong *)(uVar10 + (long)puVar4)" (identifier "puVar11") (= "=") (cast_expression "(ulong *)(uVar10 + (long)puVar4)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(uVar10 + (long)puVar4)" (( "(") (binary_expression "uVar10 + (long)puVar4" (identifier "uVar10") (+ "+") (cast_expression "(long)puVar4" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar4"))) () ")")))) (; ";"))) (if_statement "if (puVar4 < puVar11) {\n do {\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n \n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n } while (puVar4 < puVar11);\n }" (if "if") (parenthesized_expression "(puVar4 < puVar11)" (( "(") (binary_expression "puVar4 < puVar11" (identifier "puVar4") (< "<") (identifier "puVar11")) () ")")) (compound_statement "{\n do {\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n \n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n } while (puVar4 < puVar11);\n }" ({ "{") (do_statement "do {\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n \n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n } while (puVar4 < puVar11);" (do "do") (compound_statement "{\n while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }\n uVar10 = puVar4[1];\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }\n pcVar8 = (char *)0xffffffffffffffff;\n __s = (char *)(uVar10 + local_60);\n local_58 = &local_48;\n if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }\n FUN_001665c0(&local_58,__s,pcVar8);\n plVar3 = *(long **)(param_1 + 0x78);\n if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }\n \n FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);\n if (local_58 == &local_48) goto joined_r0x002a6660;\n FUN_002dac60();\n puVar4 = puVar4 + 2;\n }" ({ "{") (while_statement "while( true ) {\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n uVar10 = *puVar4;\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if (uVar10 == 1) break;\n if (uVar10 == 0) {\n return;\n }\n if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }\njoined_r0x002a6660:\n puVar4 = puVar4 + 2;\n if (puVar11 <= puVar4) goto LAB_002a655d;\n }" ({ "{") (expression_statement "uVar10 = *puVar4;" (assignment_expression "uVar10 = *puVar4" (identifier "uVar10") (= "=") (pointer_expression "*puVar4" (* "*") (identifier "puVar4"))) (; ";")) (expression_statement "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;" (assignment_expression "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" (identifier "uVar10") (= "=") (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28" (binary_expression "uVar10 >> 0x38" (identifier "uVar10") (>> ">>") (number_literal "0x38")) (| "|") (binary_expression "(uVar10 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar10 & 0xff000000000000)" (( "(") (binary_expression "uVar10 & 0xff000000000000" (identifier "uVar10") (& "&") (number_literal "0xff000000000000")) () ")")) (>> ">>") (number_literal "0x28"))) (| "|") (binary_expression "(uVar10 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar10 & 0xff0000000000)" (( "(") (binary_expression "uVar10 & 0xff0000000000" (identifier "uVar10") (& "&") (number_literal "0xff0000000000")) () ")")) (>> ">>") (number_literal "0x18"))) (| "|") (binary_expression "(uVar10 & 0xff00000000) >> 8" (parenthesized_expression "(uVar10 & 0xff00000000)" (( "(") (binary_expression "uVar10 & 0xff00000000" (identifier "uVar10") (& "&") (number_literal "0xff00000000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar10 & 0xff000000) << 8" (parenthesized_expression "(uVar10 & 0xff000000)" (( "(") (binary_expression "uVar10 & 0xff000000" (identifier "uVar10") (& "&") (number_literal "0xff000000")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "(uVar10 & 0xff0000) << 0x18" (parenthesized_expression "(uVar10 & 0xff0000)" (( "(") (binary_expression "uVar10 & 0xff0000" (identifier "uVar10") (& "&") (number_literal "0xff0000")) () ")")) (<< "<<") (number_literal "0x18"))) (| "|") (binary_expression "(uVar10 & 0xff00) << 0x28" (parenthesized_expression "(uVar10 & 0xff00)" (( "(") (binary_expression "uVar10 & 0xff00" (identifier "uVar10") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "0x28"))) (| "|") (binary_expression "uVar10 << 0x38" (identifier "uVar10") (<< "<<") (number_literal "0x38")))) (; ";")) (if_statement "if (uVar10 == 1) break;" (if "if") (parenthesized_expression "(uVar10 == 1)" (( "(") (binary_expression "uVar10 == 1" (identifier "uVar10") (== "==") (number_literal "1")) () ")")) (break_statement "break;" (break "break") (; ";"))) (if_statement "if (uVar10 == 0) {\n return;\n }" (if "if") (parenthesized_expression "(uVar10 == 0)" (( "(") (binary_expression "uVar10 == 0" (identifier "uVar10") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (uVar10 == 0xe) {\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }" (if "if") (parenthesized_expression "(uVar10 == 0xe)" (( "(") (binary_expression "uVar10 == 0xe" (identifier "uVar10") (== "==") (number_literal "0xe")) () ")")) (compound_statement "{\n uVar10 = puVar4[1];\n pcVar8 = "DT_SONAME value out of range: %lld >= %lld";\n uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;\n if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;\n sVar6 = strlen((char *)(uVar10 + local_60));\n FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);\n }" ({ "{") (expression_statement "uVar10 = puVar4[1];" (assignment_expression "uVar10 = puVar4[1]" (identifier "uVar10") (= "=") (subscript_expression "puVar4[1]" (identifier "puVar4") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "pcVar8 = "DT_SONAME value out of range: %lld >= %lld";" (assignment_expression "pcVar8 = "DT_SONAME value out of range: %lld >= %lld"" (identifier "pcVar8") (= "=") (string_literal ""DT_SONAME value out of range: %lld >= %lld"" (" """) (string_content "DT_SONAME value out of range: %lld >= %lld") (" """))) (; ";")) (expression_statement "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;" (assignment_expression "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" (identifier "uVar10") (= "=") (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28" (binary_expression "uVar10 >> 0x38" (identifier "uVar10") (>> ">>") (number_literal "0x38")) (| "|") (binary_expression "(uVar10 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar10 & 0xff000000000000)" (( "(") (binary_expression "uVar10 & 0xff000000000000" (identifier "uVar10") (& "&") (number_literal "0xff000000000000")) () ")")) (>> ">>") (number_literal "0x28"))) (| "|") (binary_expression "(uVar10 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar10 & 0xff0000000000)" (( "(") (binary_expression "uVar10 & 0xff0000000000" (identifier "uVar10") (& "&") (number_literal "0xff0000000000")) () ")")) (>> ">>") (number_literal "0x18"))) (| "|") (binary_expression "(uVar10 & 0xff00000000) >> 8" (parenthesized_expression "(uVar10 & 0xff00000000)" (( "(") (binary_expression "uVar10 & 0xff00000000" (identifier "uVar10") (& "&") (number_literal "0xff00000000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar10 & 0xff000000) << 8" (parenthesized_expression "(uVar10 & 0xff000000)" (( "(") (binary_expression "uVar10 & 0xff000000" (identifier "uVar10") (& "&") (number_literal "0xff000000")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "(uVar10 & 0xff0000) << 0x18" (parenthesized_expression "(uVar10 & 0xff0000)" (( "(") (binary_expression "uVar10 & 0xff0000" (identifier "uVar10") (& "&") (number_literal "0xff0000")) () ")")) (<< "<<") (number_literal "0x18"))) (| "|") (binary_expression "(uVar10 & 0xff00) << 0x28" (parenthesized_expression "(uVar10 & 0xff00)" (( "(") (binary_expression "uVar10 & 0xff00" (identifier "uVar10") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "0x28"))) (| "|") (binary_expression "uVar10 << 0x38" (identifier "uVar10") (<< "<<") (number_literal "0x38")))) (; ";")) (if_statement "if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;" (if "if") (parenthesized_expression "((long)param_6 <= (long)uVar10)" (( "(") (binary_expression "(long)param_6 <= (long)uVar10" (cast_expression "(long)param_6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_6")) (<= "<=") (cast_expression "(long)uVar10" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "uVar10"))) () ")")) (goto_statement "goto LAB_002a659e;" (goto "goto") (statement_identifier "LAB_002a659e") (; ";"))) (expression_statement "sVar6 = strlen((char *)(uVar10 + local_60));" (assignment_expression "sVar6 = strlen((char *)(uVar10 + local_60))" (identifier "sVar6") (= "=") (call_expression "strlen((char *)(uVar10 + local_60))" (identifier "strlen") (argument_list "((char *)(uVar10 + local_60))" (( "(") (cast_expression "(char *)(uVar10 + local_60)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(uVar10 + local_60)" (( "(") (binary_expression "uVar10 + local_60" (identifier "uVar10") (+ "+") (identifier "local_60")) () ")"))) () ")")))) (; ";")) (expression_statement "FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6);" (call_expression "FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6)" (identifier "FUN_002e2590") (argument_list "(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),\n (char *)(uVar10 + local_60),sVar6)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) (, ",") (number_literal "0") (, ",") (pointer_expression "*(undefined8 *)(param_1 + 0x58)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x58)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x58)" (( "(") (binary_expression "param_1 + 0x58" (identifier "param_1") (+ "+") (number_literal "0x58")) () ")")))) (, ",") (cast_expression "(char *)(uVar10 + local_60)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(uVar10 + local_60)" (( "(") (binary_expression "uVar10 + local_60" (identifier "uVar10") (+ "+") (identifier "local_60")) () ")"))) (, ",") (identifier "sVar6") () ")"))) (; ";")) (} "}"))) (labeled_statement "joined_r0x002a6660:\n puVar4 = puVar4 + 2;" (statement_identifier "joined_r0x002a6660") (: ":") (expression_statement "puVar4 = puVar4 + 2;" (assignment_expression "puVar4 = puVar4 + 2" (identifier "puVar4") (= "=") (binary_expression "puVar4 + 2" (identifier "puVar4") (+ "+") (number_literal "2"))) (; ";"))) (if_statement "if (puVar11 <= puVar4) goto LAB_002a655d;" (if "if") (parenthesized_expression "(puVar11 <= puVar4)" (( "(") (binary_expression "puVar11 <= puVar4" (identifier "puVar11") (<= "<=") (identifier "puVar4")) () ")")) (goto_statement "goto LAB_002a655d;" (goto "goto") (statement_identifier "LAB_002a655d") (; ";"))) (} "}"))) (expression_statement "uVar10 = puVar4[1];" (assignment_expression "uVar10 = puVar4[1]" (identifier "uVar10") (= "=") (subscript_expression "puVar4[1]" (identifier "puVar4") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;" (assignment_expression "uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" (identifier "uVar10") (= "=") (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |\n (uVar10 & 0xff00) << 0x28" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |\n (uVar10 & 0xff000000) << 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |\n (uVar10 & 0xff0000000000) >> 0x18" (binary_expression "uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28" (binary_expression "uVar10 >> 0x38" (identifier "uVar10") (>> ">>") (number_literal "0x38")) (| "|") (binary_expression "(uVar10 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar10 & 0xff000000000000)" (( "(") (binary_expression "uVar10 & 0xff000000000000" (identifier "uVar10") (& "&") (number_literal "0xff000000000000")) () ")")) (>> ">>") (number_literal "0x28"))) (| "|") (binary_expression "(uVar10 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar10 & 0xff0000000000)" (( "(") (binary_expression "uVar10 & 0xff0000000000" (identifier "uVar10") (& "&") (number_literal "0xff0000000000")) () ")")) (>> ">>") (number_literal "0x18"))) (| "|") (binary_expression "(uVar10 & 0xff00000000) >> 8" (parenthesized_expression "(uVar10 & 0xff00000000)" (( "(") (binary_expression "uVar10 & 0xff00000000" (identifier "uVar10") (& "&") (number_literal "0xff00000000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar10 & 0xff000000) << 8" (parenthesized_expression "(uVar10 & 0xff000000)" (( "(") (binary_expression "uVar10 & 0xff000000" (identifier "uVar10") (& "&") (number_literal "0xff000000")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "(uVar10 & 0xff0000) << 0x18" (parenthesized_expression "(uVar10 & 0xff0000)" (( "(") (binary_expression "uVar10 & 0xff0000" (identifier "uVar10") (& "&") (number_literal "0xff0000")) () ")")) (<< "<<") (number_literal "0x18"))) (| "|") (binary_expression "(uVar10 & 0xff00) << 0x28" (parenthesized_expression "(uVar10 & 0xff00)" (( "(") (binary_expression "uVar10 & 0xff00" (identifier "uVar10") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "0x28"))) (| "|") (binary_expression "uVar10 << 0x38" (identifier "uVar10") (<< "<<") (number_literal "0x38")))) (; ";")) (if_statement "if ((long)param_6 <= (long)uVar10) {\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }" (if "if") (parenthesized_expression "((long)param_6 <= (long)uVar10)" (( "(") (binary_expression "(long)param_6 <= (long)uVar10" (cast_expression "(long)param_6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_6")) (<= "<=") (cast_expression "(long)uVar10" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "uVar10"))) () ")")) (compound_statement "{\n pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";\nLAB_002a659e:\n uVar5 = gettext(pcVar8);\n FUN_001bd150(param_1,uVar5,uVar10,param_6);\n goto joined_r0x002a6660;\n }" ({ "{") (expression_statement "pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";" (assignment_expression "pcVar8 = "DT_NEEDED value out of range: %lld >= %lld"" (identifier "pcVar8") (= "=") (string_literal ""DT_NEEDED value out of range: %lld >= %lld"" (" """) (string_content "DT_NEEDED value out of range: %lld >= %lld") (" """))) (; ";")) (labeled_statement "LAB_002a659e:\n uVar5 = gettext(pcVar8);" (statement_identifier "LAB_002a659e") (: ":") (expression_statement "uVar5 = gettext(pcVar8);" (assignment_expression "uVar5 = gettext(pcVar8)" (identifier "uVar5") (= "=") (call_expression "gettext(pcVar8)" (identifier "gettext") (argument_list "(pcVar8)" (( "(") (identifier "pcVar8") () ")")))) (; ";"))) (expression_statement "FUN_001bd150(param_1,uVar5,uVar10,param_6);" (call_expression "FUN_001bd150(param_1,uVar5,uVar10,param_6)" (identifier "FUN_001bd150") (argument_list "(param_1,uVar5,uVar10,param_6)" (( "(") (identifier "param_1") (, ",") (identifier "uVar5") (, ",") (identifier "uVar10") (, ",") (identifier "param_6") () ")"))) (; ";")) (goto_statement "goto joined_r0x002a6660;" (goto "goto") (statement_identifier "joined_r0x002a6660") (; ";")) (} "}"))) (expression_statement "pcVar8 = (char *)0xffffffffffffffff;" (assignment_expression "pcVar8 = (char *)0xffffffffffffffff" (identifier "pcVar8") (= "=") (cast_expression "(char *)0xffffffffffffffff" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0xffffffffffffffff"))) (; ";")) (expression_statement "__s = (char *)(uVar10 + local_60);" (assignment_expression "__s = (char *)(uVar10 + local_60)" (identifier "__s") (= "=") (cast_expression "(char *)(uVar10 + local_60)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(uVar10 + local_60)" (( "(") (binary_expression "uVar10 + local_60" (identifier "uVar10") (+ "+") (identifier "local_60")) () ")")))) (; ";")) (expression_statement "local_58 = &local_48;" (assignment_expression "local_58 = &local_48" (identifier "local_58") (= "=") (pointer_expression "&local_48" (& "&") (identifier "local_48"))) (; ";")) (if_statement "if (__s != (char *)0x0) {\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }" (if "if") (parenthesized_expression "(__s != (char *)0x0)" (( "(") (binary_expression "__s != (char *)0x0" (identifier "__s") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n sVar6 = strlen(__s);\n pcVar8 = __s + sVar6;\n }" ({ "{") (expression_statement "sVar6 = strlen(__s);" (assignment_expression "sVar6 = strlen(__s)" (identifier "sVar6") (= "=") (call_expression "strlen(__s)" (identifier "strlen") (argument_list "(__s)" (( "(") (identifier "__s") () ")")))) (; ";")) (expression_statement "pcVar8 = __s + sVar6;" (assignment_expression "pcVar8 = __s + sVar6" (identifier "pcVar8") (= "=") (binary_expression "__s + sVar6" (identifier "__s") (+ "+") (identifier "sVar6"))) (; ";")) (} "}"))) (expression_statement "FUN_001665c0(&local_58,__s,pcVar8);" (call_expression "FUN_001665c0(&local_58,__s,pcVar8)" (identifier "FUN_001665c0") (argument_list "(&local_58,__s,pcVar8)" (( "(") (pointer_expression "&local_58" (& "&") (identifier "local_58")) (, ",") (identifier "__s") (, ",") (identifier "pcVar8") () ")"))) (; ";")) (expression_statement "plVar3 = *(long **)(param_1 + 0x78);" (assignment_expression "plVar3 = *(long **)(param_1 + 0x78)" (identifier "plVar3") (= "=") (pointer_expression "*(long **)(param_1 + 0x78)" (* "*") (cast_expression "(long **)(param_1 + 0x78)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x78)" (( "(") (binary_expression "param_1 + 0x78" (identifier "param_1") (+ "+") (number_literal "0x78")) () ")"))))) (; ";")) (if_statement "if (plVar3 != *(long **)(param_1 + 0x80)) {\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }" (if "if") (parenthesized_expression "(plVar3 != *(long **)(param_1 + 0x80))" (( "(") (binary_expression "plVar3 != *(long **)(param_1 + 0x80)" (identifier "plVar3") (!= "!=") (pointer_expression "*(long **)(param_1 + 0x80)" (* "*") (cast_expression "(long **)(param_1 + 0x80)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x80)" (( "(") (binary_expression "param_1 + 0x80" (identifier "param_1") (+ "+") (number_literal "0x80")) () ")"))))) () ")")) (compound_statement "{\n *plVar3 = (long)(plVar3 + 2);\n if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }\n plVar3[1] = local_50;\n *(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;\n goto joined_r0x002a6660;\n }" ({ "{") (expression_statement "*plVar3 = (long)(plVar3 + 2);" (assignment_expression "*plVar3 = (long)(plVar3 + 2)" (pointer_expression "*plVar3" (* "*") (identifier "plVar3")) (= "=") (cast_expression "(long)(plVar3 + 2)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(plVar3 + 2)" (( "(") (binary_expression "plVar3 + 2" (identifier "plVar3") (+ "+") (number_literal "2")) () ")")))) (; ";")) (if_statement "if (local_58 == &local_48) {\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }\n else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }" (if "if") (parenthesized_expression "(local_58 == &local_48)" (( "(") (binary_expression "local_58 == &local_48" (identifier "local_58") (== "==") (pointer_expression "&local_48" (& "&") (identifier "local_48"))) () ")")) (compound_statement "{\n plVar3[2] = local_48;\n plVar3[3] = lStack_40;\n }" ({ "{") (expression_statement "plVar3[2] = local_48;" (assignment_expression "plVar3[2] = local_48" (subscript_expression "plVar3[2]" (identifier "plVar3") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "local_48")) (; ";")) (expression_statement "plVar3[3] = lStack_40;" (assignment_expression "plVar3[3] = lStack_40" (subscript_expression "plVar3[3]" (identifier "plVar3") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "lStack_40")) (; ";")) (} "}")) (else_clause "else {\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }" (else "else") (compound_statement "{\n *plVar3 = (long)local_58;\n plVar3[2] = local_48;\n }" ({ "{") (expression_statement "*plVar3 = (long)local_58;" (assignment_expression "*plVar3 = (long)local_58" (pointer_expression "*plVar3" (* "*") (identifier "plVar3")) (= "=") (cast_expression "(long)local_58" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "local_58"))) (; ";")) (expression_statement "plVar3[2] = local_48;" (assignment_expression "plVar3[2] = local_48" (subscript_expression "plVar3[2]" (identifier "plVar3") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "local_48")) (; ";")) (} "}")))) (expression_statement "plVar3[1] = local_50;" (assignment_expression "plVar3[1] = local_50" (subscript_expression "plVar3[1]" (identifier "plVar3") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "local_50")) (; ";")) (expression_statement "*(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;" (assignment_expression "*(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20" (pointer_expression "*(long *)(param_1 + 0x78)" (* "*") (cast_expression "(long *)(param_1 + 0x78)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x78)" (( "(") (binary_expression "param_1 + 0x78" (identifier "param_1") (+ "+") (number_literal "0x78")) () ")")))) (= "=") (binary_expression "*(long *)(param_1 + 0x78) + 0x20" (pointer_expression "*(long *)(param_1 + 0x78)" (* "*") (cast_expression "(long *)(param_1 + 0x78)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x78)" (( "(") (binary_expression "param_1 + 0x78" (identifier "param_1") (+ "+") (number_literal "0x78")) () ")")))) (+ "+") (number_literal "0x20"))) (; ";")) (goto_statement "goto joined_r0x002a6660;" (goto "goto") (statement_identifier "joined_r0x002a6660") (; ";")) (} "}"))) (expression_statement "FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);" (call_expression "FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58)" (identifier "FUN_0016f5d0") (argument_list "(param_1 + 0x70,plVar3,&local_58)" (( "(") (binary_expression "param_1 + 0x70" (identifier "param_1") (+ "+") (number_literal "0x70")) (, ",") (identifier "plVar3") (, ",") (pointer_expression "&local_58" (& "&") (identifier "local_58")) () ")"))) (; ";")) (if_statement "if (local_58 == &local_48) goto joined_r0x002a6660;" (if "if") (parenthesized_expression "(local_58 == &local_48)" (( "(") (binary_expression "local_58 == &local_48" (identifier "local_58") (== "==") (pointer_expression "&local_48" (& "&") (identifier "local_48"))) () ")")) (goto_statement "goto joined_r0x002a6660;" (goto "goto") (statement_identifier "joined_r0x002a6660") (; ";"))) (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" (identifier "FUN_002dac60") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "puVar4 = puVar4 + 2;" (assignment_expression "puVar4 = puVar4 + 2" (identifier "puVar4") (= "=") (binary_expression "puVar4 + 2" (identifier "puVar4") (+ "+") (number_literal "2"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(puVar4 < puVar11)" (( "(") (binary_expression "puVar4 < puVar11" (identifier "puVar4") (< "<") (identifier "puVar11")) () ")")) (; ";")) (} "}"))) (labeled_statement "LAB_002a655d:\n uVar5 = gettext("missing DT_NULL in dynamic segment");" (statement_identifier "LAB_002a655d") (: ":") (expression_statement "uVar5 = gettext("missing DT_NULL in dynamic segment");" (assignment_expression "uVar5 = gettext("missing DT_NULL in dynamic segment")" (identifier "uVar5") (= "=") (call_expression "gettext("missing DT_NULL in dynamic segment")" (identifier "gettext") (argument_list "("missing DT_NULL in dynamic segment")" (( "(") (string_literal ""missing DT_NULL in dynamic segment"" (" """) (string_content "missing DT_NULL in dynamic segment") (" """)) () ")")))) (; ";"))) (expression_statement "FUN_001bd150(param_1,uVar5);" (call_expression "FUN_001bd150(param_1,uVar5)" (identifier "FUN_001bd150") (argument_list "(param_1,uVar5)" (( "(") (identifier "param_1") (, ",") (identifier "uVar5") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (uVar7 < *(uint *)(param_1 + 0x38)) {\n param_2 = param_2 + (ulong)(uVar7 << 6);\n if (*(int *)(param_2 + 4) == 0x3000000) {\n uVar1 = *(ulong *)(param_2 + 0x20);\n uVar2 = *(ulong *)(param_2 + 0x18);\n param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;\n local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);\n goto LAB_002a64e6;\n }\n pcVar8 = "DYNAMIC section %u link %u is not a strtab";\n }\n else {\n pcVar8 = "DYNAMIC section %u link out of range: %u";\n }" (if "if") (parenthesized_expression "(uVar7 < *(uint *)(param_1 + 0x38))" (( "(") (binary_expression "uVar7 < *(uint *)(param_1 + 0x38)" (identifier "uVar7") (< "<") (pointer_expression "*(uint *)(param_1 + 0x38)" (* "*") (cast_expression "(uint *)(param_1 + 0x38)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")"))))) () ")")) (compound_statement "{\n param_2 = param_2 + (ulong)(uVar7 << 6);\n if (*(int *)(param_2 + 4) == 0x3000000) {\n uVar1 = *(ulong *)(param_2 + 0x20);\n uVar2 = *(ulong *)(param_2 + 0x18);\n param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;\n local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);\n goto LAB_002a64e6;\n }\n pcVar8 = "DYNAMIC section %u link %u is not a strtab";\n }" ({ "{") (expression_statement "param_2 = param_2 + (ulong)(uVar7 << 6);" (assignment_expression "param_2 = param_2 + (ulong)(uVar7 << 6)" (identifier "param_2") (= "=") (binary_expression "param_2 + (ulong)(uVar7 << 6)" (identifier "param_2") (+ "+") (call_expression "(ulong)(uVar7 << 6)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(uVar7 << 6)" (( "(") (binary_expression "uVar7 << 6" (identifier "uVar7") (<< "<<") (number_literal "6")) () ")"))))) (; ";")) (if_statement "if (*(int *)(param_2 + 4) == 0x3000000) {\n uVar1 = *(ulong *)(param_2 + 0x20);\n uVar2 = *(ulong *)(param_2 + 0x18);\n param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;\n local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);\n goto LAB_002a64e6;\n }" (if "if") (parenthesized_expression "(*(int *)(param_2 + 4) == 0x3000000)" (( "(") (binary_expression "*(int *)(param_2 + 4) == 0x3000000" (pointer_expression "*(int *)(param_2 + 4)" (* "*") (cast_expression "(int *)(param_2 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 4)" (( "(") (binary_expression "param_2 + 4" (identifier "param_2") (+ "+") (number_literal "4")) () ")")))) (== "==") (number_literal "0x3000000")) () ")")) (compound_statement "{\n uVar1 = *(ulong *)(param_2 + 0x20);\n uVar2 = *(ulong *)(param_2 + 0x18);\n param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38;\n if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;\n local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);\n goto LAB_002a64e6;\n }" ({ "{") (expression_statement "uVar1 = *(ulong *)(param_2 + 0x20);" (assignment_expression "uVar1 = *(ulong *)(param_2 + 0x20)" (identifier "uVar1") (= "=") (pointer_expression "*(ulong *)(param_2 + 0x20)" (* "*") (cast_expression "(ulong *)(param_2 + 0x20)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x20)" (( "(") (binary_expression "param_2 + 0x20" (identifier "param_2") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "uVar2 = *(ulong *)(param_2 + 0x18);" (assignment_expression "uVar2 = *(ulong *)(param_2 + 0x18)" (identifier "uVar2") (= "=") (pointer_expression "*(ulong *)(param_2 + 0x18)" (* "*") (cast_expression "(ulong *)(param_2 + 0x18)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x18)" (( "(") (binary_expression "param_2 + 0x18" (identifier "param_2") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (expression_statement "param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38;" (assignment_expression "param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38" (identifier "param_6") (= "=") (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |\n uVar1 << 0x38" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |\n (uVar1 & 0xff000000) << 8" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |\n (uVar1 & 0xff0000000000) >> 0x18" (binary_expression "uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28" (binary_expression "uVar1 >> 0x38" (identifier "uVar1") (>> ">>") (number_literal "0x38")) (| "|") (binary_expression "(uVar1 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar1 & 0xff000000000000)" (( "(") (binary_expression "uVar1 & 0xff000000000000" (identifier "uVar1") (& "&") (number_literal "0xff000000000000")) () ")")) (>> ">>") (number_literal "0x28"))) (| "|") (binary_expression "(uVar1 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar1 & 0xff0000000000)" (( "(") (binary_expression "uVar1 & 0xff0000000000" (identifier "uVar1") (& "&") (number_literal "0xff0000000000")) () ")")) (>> ">>") (number_literal "0x18"))) (| "|") (binary_expression "(uVar1 & 0xff00000000) >> 8" (parenthesized_expression "(uVar1 & 0xff00000000)" (( "(") (binary_expression "uVar1 & 0xff00000000" (identifier "uVar1") (& "&") (number_literal "0xff00000000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar1 & 0xff000000) << 8" (parenthesized_expression "(uVar1 & 0xff000000)" (( "(") (binary_expression "uVar1 & 0xff000000" (identifier "uVar1") (& "&") (number_literal "0xff000000")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "(uVar1 & 0xff0000) << 0x18" (parenthesized_expression "(uVar1 & 0xff0000)" (( "(") (binary_expression "uVar1 & 0xff0000" (identifier "uVar1") (& "&") (number_literal "0xff0000")) () ")")) (<< "<<") (number_literal "0x18"))) (| "|") (binary_expression "(uVar1 & 0xff00) << 0x28" (parenthesized_expression "(uVar1 & 0xff00)" (( "(") (binary_expression "uVar1 & 0xff00" (identifier "uVar1") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "0x28"))) (| "|") (binary_expression "uVar1 << 0x38" (identifier "uVar1") (<< "<<") (number_literal "0x38")))) (; ";")) (if_statement "if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;" (if "if") (parenthesized_expression "(*(long *)(param_1 + 0x28) == 0)" (( "(") (binary_expression "*(long *)(param_1 + 0x28) == 0" (pointer_expression "*(long *)(param_1 + 0x28)" (* "*") (cast_expression "(long *)(param_1 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_002a66c4;" (goto "goto") (statement_identifier "LAB_002a66c4") (; ";"))) (expression_statement "local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);" (assignment_expression "local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0)" (identifier "local_60") (= "=") (call_expression "FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0)" (identifier "FUN_0017b1d0") (argument_list "(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),\n uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0)" (( "(") (binary_expression "*(long *)(param_1 + 0x28) + 0x28" (pointer_expression "*(long *)(param_1 + 0x28)" (* "*") (cast_expression "(long *)(param_1 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (+ "+") (number_literal "0x28")) (, ",") (pointer_expression "*(undefined8 *)(param_1 + 0x30)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x30)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")")))) (, ",") (binary_expression "uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28 | uVar2 << 0x38" (binary_expression "uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |\n (uVar2 & 0xff00) << 0x28" (binary_expression "uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18" (binary_expression "uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |\n (uVar2 & 0xff000000) << 8" (binary_expression "uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8" (binary_expression "uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |\n (uVar2 & 0xff0000000000) >> 0x18" (binary_expression "uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28" (binary_expression "uVar2 >> 0x38" (identifier "uVar2") (>> ">>") (number_literal "0x38")) (| "|") (binary_expression "(uVar2 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar2 & 0xff000000000000)" (( "(") (binary_expression "uVar2 & 0xff000000000000" (identifier "uVar2") (& "&") (number_literal "0xff000000000000")) () ")")) (>> ">>") (number_literal "0x28"))) (| "|") (binary_expression "(uVar2 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar2 & 0xff0000000000)" (( "(") (binary_expression "uVar2 & 0xff0000000000" (identifier "uVar2") (& "&") (number_literal "0xff0000000000")) () ")")) (>> ">>") (number_literal "0x18"))) (| "|") (binary_expression "(uVar2 & 0xff00000000) >> 8" (parenthesized_expression "(uVar2 & 0xff00000000)" (( "(") (binary_expression "uVar2 & 0xff00000000" (identifier "uVar2") (& "&") (number_literal "0xff00000000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar2 & 0xff000000) << 8" (parenthesized_expression "(uVar2 & 0xff000000)" (( "(") (binary_expression "uVar2 & 0xff000000" (identifier "uVar2") (& "&") (number_literal "0xff000000")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "(uVar2 & 0xff0000) << 0x18" (parenthesized_expression "(uVar2 & 0xff0000)" (( "(") (binary_expression "uVar2 & 0xff0000" (identifier "uVar2") (& "&") (number_literal "0xff0000")) () ")")) (<< "<<") (number_literal "0x18"))) (| "|") (binary_expression "(uVar2 & 0xff00) << 0x28" (parenthesized_expression "(uVar2 & 0xff00)" (( "(") (binary_expression "uVar2 & 0xff00" (identifier "uVar2") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "0x28"))) (| "|") (binary_expression "uVar2 << 0x38" (identifier "uVar2") (<< "<<") (number_literal "0x38"))) (, ",") (identifier "param_6") (, ",") (number_literal "0") (, ",") (number_literal "0") () ")")))) (; ";")) (goto_statement "goto LAB_002a64e6;" (goto "goto") (statement_identifier "LAB_002a64e6") (; ";")) (} "}"))) (expression_statement "pcVar8 = "DYNAMIC section %u link %u is not a strtab";" (assignment_expression "pcVar8 = "DYNAMIC section %u link %u is not a strtab"" (identifier "pcVar8") (= "=") (string_literal ""DYNAMIC section %u link %u is not a strtab"" (" """) (string_content "DYNAMIC section %u link %u is not a strtab") (" """))) (; ";")) (} "}")) (else_clause "else {\n pcVar8 = "DYNAMIC section %u link out of range: %u";\n }" (else "else") (compound_statement "{\n pcVar8 = "DYNAMIC section %u link out of range: %u";\n }" ({ "{") (expression_statement "pcVar8 = "DYNAMIC section %u link out of range: %u";" (assignment_expression "pcVar8 = "DYNAMIC section %u link out of range: %u"" (identifier "pcVar8") (= "=") (string_literal ""DYNAMIC section %u link out of range: %u"" (" """) (string_content "DYNAMIC section %u link out of range: %u") (" """))) (; ";")) (} "}")))) (expression_statement "uVar5 = gettext(pcVar8);" (assignment_expression "uVar5 = gettext(pcVar8)" (identifier "uVar5") (= "=") (call_expression "gettext(pcVar8)" (identifier "gettext") (argument_list "(pcVar8)" (( "(") (identifier "pcVar8") () ")")))) (; ";")) (expression_statement "FUN_001bd150(param_1,uVar5,param_3,uVar7);" (call_expression "FUN_001bd150(param_1,uVar5,param_3,uVar7)" (identifier "FUN_001bd150") (argument_list "(param_1,uVar5,param_3,uVar7)" (( "(") (identifier "param_1") (, ",") (identifier "uVar5") (, ",") (identifier "param_3") (, ",") (identifier "uVar7") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void read_dynamic(Sized_dynobj<64,_true> * this, uchar * pshdrs, uint
dynamic_shndx, uint strtab_shndx, uchar * strtabu, off_t strtab_size) */
void __thiscall
gold::Sized_dynobj<64,_true>::read_dynamic
(Sized_dynobj<64,_true> *this,type_5 *var_6,type_4 var_5,type_4 var_15,
type_5 *strtabu,off_t var_18)
{
anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::var_1<char>var_3>var_28
*var_29;
type_1 *ppbVar2;
type_2 var_12;
type_2 var_31;
type_3 __position;
type_4 uVar5;
type_2 *var_16;
size_t var_25;
type_5 *puVar8;
char *pcVar9;
type_6 *var_9;
type_4 var_13;
type_2 var_8;
type_2 *var_17;
type_5 *var_24;
type_5 *var_20;
basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3> var_4;
var_13 = var_5 << 6;
if (*(int *)(var_6 + (type_2)var_13 + 4) != 0x6000000) {
/* WARNING: Subroutine does not return */
var_7("../../gold/dynobj.cc",0x100,"read_dynamic");
}
var_8 = *(type_2 *)(var_6 + (type_2)var_13 + 0x20);
var_12 = *(type_2 *)(var_6 + (type_2)var_13 + 0x18);
var_9 = (this->super_Dynobj).super_Object.input_file_;
var_8 = var_8 >> 0x38 | (var_8 & 0xff000000000000) >> 0x28 | (var_8 & 0xff0000000000) >> 0x18
| (var_8 & 0xff00000000) >> 8 | (var_8 & 0xff000000) << 8 | (var_8 & 0xff0000) << 0x18
| (var_8 & 0xff00) << 0x28 | var_8 << 0x38;
if (var_9 == (type_6 *)0x0) {
LAB_002a66c4:
/* WARNING: Subroutine does not return */
Object::var_10((type_7 *)var_9);
}
var_16 = (type_2 *)File_read::var_11(&var_9->file_,(this->super_Dynobj).super_Object.offset_,
var_12 >> 0x38 | (var_12 & 0xff000000000000) >> 0x28 |
(var_12 & 0xff0000000000) >> 0x18 |
(var_12 & 0xff00000000) >> 8 | (var_12 & 0xff000000) << 8 |
(var_12 & 0xff0000) << 0x18 | (var_12 & 0xff00) << 0x28 |
var_12 << 0x38,var_8,true,false);
var_13 = *(type_4 *)(var_6 + (type_2)var_13 + 0x28);
var_13 = var_13 >> 0x18 | (var_13 & 0xff0000) >> 8 | (var_13 & 0xff00) << 8 | var_13 << 0x18;
if (0xfeff < var_13) {
elfcpp::Elf_file<64,_true,_gold::type_7>::var_14(&this->elf_file_);
var_13 = var_13 + (this->elf_file_).large_shndx_offset_;
}
var_20 = strtabu;
if (var_15 == var_13) {
LAB_002a64e6:
var_17 = (type_2 *)(var_8 + (long)var_16);
if (var_16 < var_17) {
var_29 = &var_4.field_2;
do {
while( true ) {
var_8 = *var_16;
var_8 = var_8 >> 0x38 | (var_8 & 0xff000000000000) >> 0x28 |
(var_8 & 0xff0000000000) >> 0x18 | (var_8 & 0xff00000000) >> 8 |
(var_8 & 0xff000000) << 8 | (var_8 & 0xff0000) << 0x18 |
(var_8 & 0xff00) << 0x28 | var_8 << 0x38;
if (var_8 == 1) break;
if (var_8 == 0) {
return;
}
if (var_8 == 0xe) {
var_8 = var_16[1];
pcVar9 = "DT_SONAME value out of range: %lld >= %lld";
var_8 = var_8 >> 0x38 | (var_8 & 0xff000000000000) >> 0x28 |
(var_8 & 0xff0000000000) >> 0x18 | (var_8 & 0xff00000000) >> 8 |
(var_8 & 0xff000000) << 8 | (var_8 & 0xff0000) << 0x18 |
(var_8 & 0xff00) << 0x28 | var_8 << 0x38;
if (var_18 <= (long)var_8) goto LAB_002a659e;
var_25 = var_19((char *)(var_20 + var_8));
std::string::var_21
((type_8 *)&(this->super_Dynobj).soname_,0,
(this->super_Dynobj).soname_._M_string_length,(char *)(var_20 + var_8),
var_25);
}
joined_r0x002a6660:
var_16 = var_16 + 2;
if (var_17 <= var_16) goto LAB_002a655d;
}
var_8 = var_16[1];
var_8 = var_8 >> 0x38 | (var_8 & 0xff000000000000) >> 0x28 |
(var_8 & 0xff0000000000) >> 0x18 | (var_8 & 0xff00000000) >> 8 |
(var_8 & 0xff000000) << 8 | (var_8 & 0xff0000) << 0x18 |
(var_8 & 0xff00) << 0x28 | var_8 << 0x38;
if (var_18 <= (long)var_8) {
pcVar9 = "DT_NEEDED value out of range: %lld >= %lld";
LAB_002a659e:
pcVar9 = (char *)var_22(pcVar9);
Object::var_23((type_7 *)this,pcVar9,var_8,var_18);
goto joined_r0x002a6660;
}
puVar8 = (type_5 *)0xffffffffffffffff;
var_24 = var_20 + var_8;
var_4._M_dataplus._M_p = (type_1)var_29;
if (var_24 != (type_5 *)0x0) {
var_25 = var_19((char *)var_24);
puVar8 = var_24 + var_25;
}
std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>::
var_26<var_27*>(&var_4,var_24,puVar8);
__position._M_current =
(this->super_Dynobj).needed_.
super__Vector_base<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>,_std::var_1<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_3>var_3>
._M_impl._M_finish;
if (__position._M_current !=
(this->super_Dynobj).needed_.
super__Vector_base<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>,_std::var_1<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_3>var_3>
._M_impl._M_end_of_storage) {
((__position._M_current)->_M_dataplus)._M_p = (type_1)&(__position._M_current)->field_2;
if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_28
*)var_4._M_dataplus._M_p == var_29) {
((__position._M_current)->field_2)._M_allocated_capacity =
var_4.field_2._M_allocated_capacity;
*(type_9 *)((long)&(__position._M_current)->field_2 + 8) = var_4.field_2._8_8_;
}
else {
((__position._M_current)->_M_dataplus)._M_p = var_4._M_dataplus._M_p;
((__position._M_current)->field_2)._M_allocated_capacity =
var_4.field_2._M_allocated_capacity;
}
(__position._M_current)->_M_string_length = var_4._M_string_length;
ppbVar2 = &(this->super_Dynobj).needed_.
super__Vector_base<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>,_std::var_1<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_3>var_3>
._M_impl._M_finish;
*ppbVar2 = *ppbVar2 + 1;
goto joined_r0x002a6660;
}
/* try { // try from 002a6698 to 002a669c has its CatchHandler @ 002a66e1 */
std::
vector<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>,_std::var_1<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_3>var_3>
::
_M_realloc_insert<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_3>
(&(this->super_Dynobj).needed_,__position,&var_4);
if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_28
*)var_4._M_dataplus._M_p == var_29) goto joined_r0x002a6660;
var_30(var_4._M_dataplus._M_p);
var_16 = var_16 + 2;
} while (var_16 < var_17);
}
LAB_002a655d:
pcVar9 = (char *)var_22("missing DT_NULL in dynamic segment");
Object::var_23((type_7 *)this,pcVar9);
return;
}
if (var_13 < (this->super_Dynobj).super_Object.shnum_) {
uVar5 = var_13 << 6;
if (*(int *)(var_6 + (type_2)uVar5 + 4) == 0x3000000) {
var_12 = *(type_2 *)(var_6 + (type_2)uVar5 + 0x20);
var_31 = *(type_2 *)(var_6 + (type_2)uVar5 + 0x18);
var_9 = (this->super_Dynobj).super_Object.input_file_;
var_18 = var_12 >> 0x38 | (var_12 & 0xff000000000000) >> 0x28 |
(var_12 & 0xff0000000000) >> 0x18 | (var_12 & 0xff00000000) >> 8 |
(var_12 & 0xff000000) << 8 | (var_12 & 0xff0000) << 0x18 |
(var_12 & 0xff00) << 0x28 | var_12 << 0x38;
if (var_9 == (type_6 *)0x0) goto LAB_002a66c4;
var_20 = File_read::var_11(&var_9->file_,(this->super_Dynobj).super_Object.offset_,
var_31 >> 0x38 | (var_31 & 0xff000000000000) >> 0x28 |
(var_31 & 0xff0000000000) >> 0x18 | (var_31 & 0xff00000000) >> 8
| (var_31 & 0xff000000) << 8 | (var_31 & 0xff0000) << 0x18 |
(var_31 & 0xff00) << 0x28 | var_31 << 0x38,var_18,false,
false);
goto LAB_002a64e6;
}
pcVar9 = "DYNAMIC section %u link %u is not a strtab";
}
else {
pcVar9 = "DYNAMIC section %u link out of range: %u";
}
pcVar9 = (char *)var_22(pcVar9);
Object::var_23((type_7 *)this,pcVar9,(type_2)var_5,var_13);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (call_expression function: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (identifier))) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_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: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))) (identifier) (number_literal) (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (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 (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (number_literal) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (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: (goto_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: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (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: (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: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier)))) 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)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (expression_statement (assignment_expression left: (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: (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)))) (goto_statement label: (statement_identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (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: (pointer_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: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))) (identifier) (number_literal) (number_literal))))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier)))) (return_statement))))
| null |
void MASKED(long param_1,long param_2,int param_3,uint param_4,long param_5,ulong param_6)
{
ulong uVar1;
ulong uVar2;
long *plVar3;
ulong *puVar4;
undefined8 uVar5;
size_t sVar6;
uint uVar7;
char *pcVar8;
long lVar9;
ulong uVar10;
ulong *puVar11;
char *__s;
long local_60;
long *local_58;
long local_50;
long local_48;
long lStack_40;
lVar9 = (ulong)(uint)(param_3 << 6) + param_2;
if (*(int *)(lVar9 + 4) != 0x6000000) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/dynobj.cc",0x100,"read_dynamic");
}
uVar10 = *(ulong *)(lVar9 + 0x20);
uVar1 = *(ulong *)(lVar9 + 0x18);
uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 | (uVar10 & 0xff0000000000) >> 0x18
| (uVar10 & 0xff00000000) >> 8 | (uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18
| (uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;
if (*(long *)(param_1 + 0x28) == 0) {
LAB_002a66c4:
/* WARNING: Subroutine does not return */
FUN_0029a160();
}
puVar4 = (ulong *)FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),
uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |
(uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |
(uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 |
(uVar1 & 0xff00) << 0x28 | uVar1 << 0x38,uVar10,1,0);
uVar7 = *(uint *)(lVar9 + 0x28);
uVar7 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;
if (0xfeff < uVar7) {
FUN_00167b70(param_1 + 0x90);
uVar7 = uVar7 + *(int *)(param_1 + 0xa8);
}
local_60 = param_5;
if (param_4 == uVar7) {
LAB_002a64e6:
puVar11 = (ulong *)(uVar10 + (long)puVar4);
if (puVar4 < puVar11) {
do {
while( true ) {
uVar10 = *puVar4;
uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |
(uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |
(uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |
(uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;
if (uVar10 == 1) break;
if (uVar10 == 0) {
return;
}
if (uVar10 == 0xe) {
uVar10 = puVar4[1];
pcVar8 = "DT_SONAME value out of range: %lld >= %lld";
uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |
(uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |
(uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |
(uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;
if ((long)param_6 <= (long)uVar10) goto LAB_002a659e;
sVar6 = strlen((char *)(uVar10 + local_60));
FUN_002e2590(param_1 + 0x50,0,*(undefined8 *)(param_1 + 0x58),
(char *)(uVar10 + local_60),sVar6);
}
joined_r0x002a6660:
puVar4 = puVar4 + 2;
if (puVar11 <= puVar4) goto LAB_002a655d;
}
uVar10 = puVar4[1];
uVar10 = uVar10 >> 0x38 | (uVar10 & 0xff000000000000) >> 0x28 |
(uVar10 & 0xff0000000000) >> 0x18 | (uVar10 & 0xff00000000) >> 8 |
(uVar10 & 0xff000000) << 8 | (uVar10 & 0xff0000) << 0x18 |
(uVar10 & 0xff00) << 0x28 | uVar10 << 0x38;
if ((long)param_6 <= (long)uVar10) {
pcVar8 = "DT_NEEDED value out of range: %lld >= %lld";
LAB_002a659e:
uVar5 = gettext(pcVar8);
FUN_001bd150(param_1,uVar5,uVar10,param_6);
goto joined_r0x002a6660;
}
pcVar8 = (char *)0xffffffffffffffff;
__s = (char *)(uVar10 + local_60);
local_58 = &local_48;
if (__s != (char *)0x0) {
sVar6 = strlen(__s);
pcVar8 = __s + sVar6;
}
FUN_001665c0(&local_58,__s,pcVar8);
plVar3 = *(long **)(param_1 + 0x78);
if (plVar3 != *(long **)(param_1 + 0x80)) {
*plVar3 = (long)(plVar3 + 2);
if (local_58 == &local_48) {
plVar3[2] = local_48;
plVar3[3] = lStack_40;
}
else {
*plVar3 = (long)local_58;
plVar3[2] = local_48;
}
plVar3[1] = local_50;
*(long *)(param_1 + 0x78) = *(long *)(param_1 + 0x78) + 0x20;
goto joined_r0x002a6660;
}
/* try { // try from 002a6698 to 002a669c has its CatchHandler @ 002a66e1 */
FUN_0016f5d0(param_1 + 0x70,plVar3,&local_58);
if (local_58 == &local_48) goto joined_r0x002a6660;
FUN_002dac60();
puVar4 = puVar4 + 2;
} while (puVar4 < puVar11);
}
LAB_002a655d:
uVar5 = gettext("missing DT_NULL in dynamic segment");
FUN_001bd150(param_1,uVar5);
return;
}
if (uVar7 < *(uint *)(param_1 + 0x38)) {
param_2 = param_2 + (ulong)(uVar7 << 6);
if (*(int *)(param_2 + 4) == 0x3000000) {
uVar1 = *(ulong *)(param_2 + 0x20);
uVar2 = *(ulong *)(param_2 + 0x18);
param_6 = uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 |
(uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 |
(uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 |
uVar1 << 0x38;
if (*(long *)(param_1 + 0x28) == 0) goto LAB_002a66c4;
local_60 = FUN_0017b1d0(*(long *)(param_1 + 0x28) + 0x28,*(undefined8 *)(param_1 + 0x30),
uVar2 >> 0x38 | (uVar2 & 0xff000000000000) >> 0x28 |
(uVar2 & 0xff0000000000) >> 0x18 | (uVar2 & 0xff00000000) >> 8 |
(uVar2 & 0xff000000) << 8 | (uVar2 & 0xff0000) << 0x18 |
(uVar2 & 0xff00) << 0x28 | uVar2 << 0x38,param_6,0,0);
goto LAB_002a64e6;
}
pcVar8 = "DYNAMIC section %u link %u is not a strtab";
}
else {
pcVar8 = "DYNAMIC section %u link out of range: %u";
}
uVar5 = gettext(pcVar8);
FUN_001bd150(param_1,uVar5,param_3,uVar7);
return;
}
|
3284_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
|
is_locked
|
FUN_001e2d30
|
/* DWARF original prototype: bool is_locked(File_read * this) */
bool __thiscall gold::File_read::is_locked(File_read *this)
{
bool bVar1;
Task_token *in_RSI;
if ((this->token_).is_blocker_ != false) {
/* WARNING: Subroutine does not return */
Task_token::is_writable((Task_token *)this,in_RSI);
}
if ((this->token_).writer_ == (Task *)0x0) {
bVar1 = false;
if (this->released_ == false) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/fileread.cc",0x13f,"is_locked");
}
}
else {
bVar1 = true;
}
return bVar1;
}
|
undefined1 FUN_001e2d30(long param_1)
{
undefined1 uVar1;
if (*(char *)(param_1 + 0x38) != '\0') {
/* WARNING: Subroutine does not return */
FUN_001e28e0();
}
if (*(long *)(param_1 + 0x40) == 0) {
uVar1 = 0;
if (*(char *)(param_1 + 0xa8) == '\0') {
/* WARNING: Subroutine does not return */
FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");
}
}
else {
uVar1 = 1;
}
return uVar1;
}
|
SUB RSP,0x8
MOVZX EAX,byte ptr [RDI + 0x38]
TEST AL,AL
JNZ 0x001e2d71
CMP qword ptr [RDI + 0x40],0x0
JZ 0x001e2d50
MOV EAX,0x1
ADD RSP,0x8
RET
CMP byte ptr [RDI + 0xa8],0x0
JNZ 0x001e2d48
LEA RDX,[0x3e1858]
MOV ESI,0x13f
LEA RDI,[0x3e1548]
CALL 0x001e9890
CALL 0x001e28e0
| null | null | null | null |
[(u'INT_NOTEQUAL_-1207882411', u'CBRANCH_-1207882410'), (u'MULTIEQUAL_-1207882224', u'COPY_-1207882319'), ('tmp_209', u'PTRSUB_-1207882226'), ('const-1', u'COPY_-1207882287'), (u'PTRSUB_-1207882216', u'PTRSUB_-1207882213'), ('tmp_62', u'CBRANCH_-1207882410'), ('const-319', u'CALL_-1207882312'), (u'INT_EQUAL_-1207882394', u'CBRANCH_-1207882390'), ('tmp_209', u'CAST_-1207882161'), ('const-0', u'INT_EQUAL_-1207882348'), ('const-168', u'PTRSUB_-1207882194'), (u'COPY_-1207882287', u'MULTIEQUAL_-1207882224'), (u'LOAD_-1207882432', u'INT_NOTEQUAL_-1207882411'), ('const-433', u'LOAD_-1207882432'), (u'LOAD_-1207882409', u'INT_EQUAL_-1207882394'), (u'PTRSUB_-1207882226', u'PTRSUB_-1207882225'), (u'PTRSUB_-1207882225', u'LOAD_-1207882432'), ('const-0', u'PTRSUB_-1207882225'), ('tmp_171', u'CBRANCH_-1207882341'), ('tmp_98', u'CBRANCH_-1207882390'), ('tmp_209', u'PTRSUB_-1207882194'), (u'COPY_-1207882237', u'CALL_-1207882312'), ('const-4068680', u'COPY_-1207882237'), ('const-0', u'RETURN_-1207882361'), ('const-0', u'COPY_-1207882259'), ('const-1', u'RETURN_-1207882307'), (u'INT_EQUAL_-1207882348', u'CBRANCH_-1207882341'), (u'CAST_-1207882161', u'CALL_-1207882302'), ('const-1', u'RETURN_-1207882297'), ('const-0', u'INT_EQUAL_-1207882394'), ('tmp_209', u'PTRSUB_-1207882216'), (u'COPY_-1207882236', u'CALL_-1207882312'), ('const-8', u'PTRSUB_-1207882213'), ('tmp_367', u'CALL_-1207882302'), (u'PTRSUB_-1207882194', u'LOAD_-1207882363'), (u'LOAD_-1207882363', u'INT_EQUAL_-1207882348'), ('const-0', u'INT_NOTEQUAL_-1207882411'), ('const-433', u'LOAD_-1207882363'), ('const-56', u'PTRSUB_-1207882226'), ('const-4069464', u'COPY_-1207882236'), (u'PTRSUB_-1207882213', u'LOAD_-1207882409'), (u'COPY_-1207882259', u'MULTIEQUAL_-1207882224'), ('const-56', u'PTRSUB_-1207882216'), (u'COPY_-1207882319', u'RETURN_-1207882361'), ('const-433', u'LOAD_-1207882409')]
|
[(u'INT_NOTEQUAL_-1207882411', u'CBRANCH_-1207882410'), (u'COPY_-1207882266', u'MULTIEQUAL_-1207882225'), (u'COPY_-1207882244', u'CALL_-1207882312'), ('const-64', u'INT_ADD_-1207882393'), ('tmp_62', u'CBRANCH_-1207882410'), (u'INT_EQUAL_-1207882394', u'CBRANCH_-1207882390'), ('const-433', u'LOAD_-1207882409'), (u'LOAD_-1207882432', u'INT_NOTEQUAL_-1207882411'), (u'LOAD_-1207882409', u'INT_EQUAL_-1207882394'), (u'CAST_-1207882226', u'LOAD_-1207882409'), (u'MULTIEQUAL_-1207882225', u'RETURN_-1207882361'), ('const-0', u'COPY_-1207882266'), ('const-168', u'INT_ADD_-1207882347'), ('const-0', u'INT_EQUAL_-1207882394'), (u'INT_ADD_-1207882393', u'CAST_-1207882226'), ('const-433', u'LOAD_-1207882432'), ('tmp_171', u'CBRANCH_-1207882341'), ('tmp_98', u'CBRANCH_-1207882390'), ('const-433', u'LOAD_-1207882363'), ('tmp_357', u'INT_ADD_-1207882393'), ('const-56', u'INT_ADD_-1207882416'), ('const-0', u'INT_EQUAL_-1207882348'), ('const-0', u'RETURN_-1207882361'), ('const-319', u'CALL_-1207882312'), ('const-1', u'RETURN_-1207882307'), (u'INT_EQUAL_-1207882348', u'CBRANCH_-1207882341'), ('const-4069464', u'COPY_-1207882243'), ('const-1', u'RETURN_-1207882297'), ('const-1', u'COPY_-1207882288'), (u'CAST_-1207882205', u'LOAD_-1207882363'), (u'COPY_-1207882243', u'CALL_-1207882312'), (u'INT_ADD_-1207882416', u'CAST_-1207882235'), (u'LOAD_-1207882363', u'INT_EQUAL_-1207882348'), (u'CAST_-1207882235', u'LOAD_-1207882432'), ('const-0', u'INT_NOTEQUAL_-1207882411'), (u'COPY_-1207882288', u'MULTIEQUAL_-1207882225'), (u'INT_ADD_-1207882347', u'CAST_-1207882205'), ('const-4068680', u'COPY_-1207882244'), ('tmp_357', u'INT_ADD_-1207882416'), ('tmp_357', u'INT_ADD_-1207882347')]
| null | null |
001e2d30
|
x64
|
O2
|
(translation_unit "undefined1 FUN_001e2d30(long param_1)\n\n{\n undefined1 uVar1;\n \n if (*(char *)(param_1 + 0x38) != '\0') {\n /* WARNING: Subroutine does not return */\n FUN_001e28e0();\n }\n if (*(long *)(param_1 + 0x40) == 0) {\n uVar1 = 0;\n if (*(char *)(param_1 + 0xa8) == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");\n }\n }\n else {\n uVar1 = 1;\n }\n return uVar1;\n}\n\n" (function_definition "undefined1 FUN_001e2d30(long param_1)\n\n{\n undefined1 uVar1;\n \n if (*(char *)(param_1 + 0x38) != '\0') {\n /* WARNING: Subroutine does not return */\n FUN_001e28e0();\n }\n if (*(long *)(param_1 + 0x40) == 0) {\n uVar1 = 0;\n if (*(char *)(param_1 + 0xa8) == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");\n }\n }\n else {\n uVar1 = 1;\n }\n return uVar1;\n}" type_identifier (function_declarator "FUN_001e2d30(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined1 uVar1;\n \n if (*(char *)(param_1 + 0x38) != '\0') {\n /* WARNING: Subroutine does not return */\n FUN_001e28e0();\n }\n if (*(long *)(param_1 + 0x40) == 0) {\n uVar1 = 0;\n if (*(char *)(param_1 + 0xa8) == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");\n }\n }\n else {\n uVar1 = 1;\n }\n return uVar1;\n}" { (declaration "undefined1 uVar1;" type_identifier identifier ;) (if_statement "if (*(char *)(param_1 + 0x38) != '\0') {\n /* WARNING: Subroutine does not return */\n FUN_001e28e0();\n }" if (parenthesized_expression "(*(char *)(param_1 + 0x38) != '\0')" ( (binary_expression "*(char *)(param_1 + 0x38) != '\0'" (pointer_expression "*(char *)(param_1 + 0x38)" * (cast_expression "(char *)(param_1 + 0x38)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_001e28e0();\n }" { comment (expression_statement "FUN_001e28e0();" (call_expression "FUN_001e28e0()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(param_1 + 0x40) == 0) {\n uVar1 = 0;\n if (*(char *)(param_1 + 0xa8) == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");\n }\n }\n else {\n uVar1 = 1;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x40) == 0)" ( (binary_expression "*(long *)(param_1 + 0x40) == 0" (pointer_expression "*(long *)(param_1 + 0x40)" * (cast_expression "(long *)(param_1 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar1 = 0;\n if (*(char *)(param_1 + 0xa8) == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");\n }\n }" { (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) (if_statement "if (*(char *)(param_1 + 0xa8) == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");\n }" if (parenthesized_expression "(*(char *)(param_1 + 0xa8) == '\0')" ( (binary_expression "*(char *)(param_1 + 0xa8) == '\0'" (pointer_expression "*(char *)(param_1 + 0xa8)" * (cast_expression "(char *)(param_1 + 0xa8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa8)" ( (binary_expression "param_1 + 0xa8" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");\n }" { comment (expression_statement "FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");" (call_expression "FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked")" identifier (argument_list "("../../gold/fileread.cc",0x13f,"is_locked")" ( (string_literal ""../../gold/fileread.cc"" " string_content ") , number_literal , (string_literal ""is_locked"" " string_content ") ))) ;) })) }) (else_clause "else {\n uVar1 = 1;\n }" else (compound_statement "{\n uVar1 = 1;\n }" { (expression_statement "uVar1 = 1;" (assignment_expression "uVar1 = 1" identifier = number_literal) ;) }))) (return_statement "return uVar1;" return identifier ;) })))
|
(translation_unit "/* DWARF original prototype: bool is_locked(File_read * this) */\n\nbool __thiscall gold::File_read::is_locked(File_read *this)\n\n{\n bool bVar1;\n Task_token *in_RSI;\n \n if ((this->token_).is_blocker_ != false) {\n /* WARNING: Subroutine does not return */\n Task_token::is_writable((Task_token *)this,in_RSI);\n }\n if ((this->token_).writer_ == (Task *)0x0) {\n bVar1 = false;\n if (this->released_ == false) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/fileread.cc",0x13f,"is_locked");\n }\n }\n else {\n bVar1 = true;\n }\n return bVar1;\n}\n\n" comment (function_definition "bool __thiscall gold::File_read::is_locked(File_read *this)\n\n{\n bool bVar1;\n Task_token *in_RSI;\n \n if ((this->token_).is_blocker_ != false) {\n /* WARNING: Subroutine does not return */\n Task_token::is_writable((Task_token *)this,in_RSI);\n }\n if ((this->token_).writer_ == (Task *)0x0) {\n bVar1 = false;\n if (this->released_ == false) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/fileread.cc",0x13f,"is_locked");\n }\n }\n else {\n bVar1 = true;\n }\n return bVar1;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::File_read::" identifier : : identifier : :) (function_declarator "is_locked(File_read *this)" identifier (parameter_list "(File_read *this)" ( (parameter_declaration "File_read *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n bool bVar1;\n Task_token *in_RSI;\n \n if ((this->token_).is_blocker_ != false) {\n /* WARNING: Subroutine does not return */\n Task_token::is_writable((Task_token *)this,in_RSI);\n }\n if ((this->token_).writer_ == (Task *)0x0) {\n bVar1 = false;\n if (this->released_ == false) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/fileread.cc",0x13f,"is_locked");\n }\n }\n else {\n bVar1 = true;\n }\n return bVar1;\n}" { (declaration "bool bVar1;" primitive_type identifier ;) (declaration "Task_token *in_RSI;" type_identifier (pointer_declarator "*in_RSI" * identifier) ;) (if_statement "if ((this->token_).is_blocker_ != false) {\n /* WARNING: Subroutine does not return */\n Task_token::is_writable((Task_token *)this,in_RSI);\n }" if (parenthesized_expression "((this->token_).is_blocker_ != false)" ( (binary_expression "(this->token_).is_blocker_ != false" (field_expression "(this->token_).is_blocker_" (parenthesized_expression "(this->token_)" ( (field_expression "this->token_" identifier -> field_identifier) )) . field_identifier) != false) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n Task_token::is_writable((Task_token *)this,in_RSI);\n }" { comment (labeled_statement "Task_token::is_writable((Task_token *)this,in_RSI);" statement_identifier : (ERROR ":" :) (expression_statement "is_writable((Task_token *)this,in_RSI);" (call_expression "is_writable((Task_token *)this,in_RSI)" identifier (argument_list "((Task_token *)this,in_RSI)" ( (cast_expression "(Task_token *)this" ( (type_descriptor "Task_token *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;)) })) (if_statement "if ((this->token_).writer_ == (Task *)0x0) {\n bVar1 = false;\n if (this->released_ == false) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/fileread.cc",0x13f,"is_locked");\n }\n }\n else {\n bVar1 = true;\n }" if (parenthesized_expression "((this->token_).writer_ == (Task *)0x0)" ( (binary_expression "(this->token_).writer_ == (Task *)0x0" (field_expression "(this->token_).writer_" (parenthesized_expression "(this->token_)" ( (field_expression "this->token_" identifier -> field_identifier) )) . field_identifier) == (cast_expression "(Task *)0x0" ( (type_descriptor "Task *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n bVar1 = false;\n if (this->released_ == false) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/fileread.cc",0x13f,"is_locked");\n }\n }" { (expression_statement "bVar1 = false;" (assignment_expression "bVar1 = false" identifier = false) ;) (if_statement "if (this->released_ == false) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/fileread.cc",0x13f,"is_locked");\n }" if (parenthesized_expression "(this->released_ == false)" ( (binary_expression "this->released_ == false" (field_expression "this->released_" identifier -> field_identifier) == false) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/fileread.cc",0x13f,"is_locked");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/fileread.cc",0x13f,"is_locked");" (call_expression "do_gold_unreachable("../../gold/fileread.cc",0x13f,"is_locked")" identifier (argument_list "("../../gold/fileread.cc",0x13f,"is_locked")" ( (string_literal ""../../gold/fileread.cc"" " string_content ") , number_literal , (string_literal ""is_locked"" " string_content ") ))) ;) })) }) (else_clause "else {\n bVar1 = true;\n }" else (compound_statement "{\n bVar1 = true;\n }" { (expression_statement "bVar1 = true;" (assignment_expression "bVar1 = true" identifier = true) ;) }))) (return_statement "return bVar1;" return identifier ;) })))
|
(translation_unit "undefined1 FUN_001e2d30(long param_1)\n\n{\n undefined1 uVar1;\n \n if (*(char *)(param_1 + 0x38) != '\0') {\n \n FUN_001e28e0();\n }\n if (*(long *)(param_1 + 0x40) == 0) {\n uVar1 = 0;\n if (*(char *)(param_1 + 0xa8) == '\0') {\n \n FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");\n }\n }\n else {\n uVar1 = 1;\n }\n return uVar1;\n}\n\n" (function_definition "undefined1 FUN_001e2d30(long param_1)\n\n{\n undefined1 uVar1;\n \n if (*(char *)(param_1 + 0x38) != '\0') {\n \n FUN_001e28e0();\n }\n if (*(long *)(param_1 + 0x40) == 0) {\n uVar1 = 0;\n if (*(char *)(param_1 + 0xa8) == '\0') {\n \n FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");\n }\n }\n else {\n uVar1 = 1;\n }\n return uVar1;\n}" type_identifier (function_declarator "FUN_001e2d30(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined1 uVar1;\n \n if (*(char *)(param_1 + 0x38) != '\0') {\n \n FUN_001e28e0();\n }\n if (*(long *)(param_1 + 0x40) == 0) {\n uVar1 = 0;\n if (*(char *)(param_1 + 0xa8) == '\0') {\n \n FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");\n }\n }\n else {\n uVar1 = 1;\n }\n return uVar1;\n}" { (declaration "undefined1 uVar1;" type_identifier identifier ;) (if_statement "if (*(char *)(param_1 + 0x38) != '\0') {\n \n FUN_001e28e0();\n }" if (parenthesized_expression "(*(char *)(param_1 + 0x38) != '\0')" ( (binary_expression "*(char *)(param_1 + 0x38) != '\0'" (pointer_expression "*(char *)(param_1 + 0x38)" * (cast_expression "(char *)(param_1 + 0x38)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n \n FUN_001e28e0();\n }" { (expression_statement "FUN_001e28e0();" (call_expression "FUN_001e28e0()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(param_1 + 0x40) == 0) {\n uVar1 = 0;\n if (*(char *)(param_1 + 0xa8) == '\0') {\n \n FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");\n }\n }\n else {\n uVar1 = 1;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x40) == 0)" ( (binary_expression "*(long *)(param_1 + 0x40) == 0" (pointer_expression "*(long *)(param_1 + 0x40)" * (cast_expression "(long *)(param_1 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar1 = 0;\n if (*(char *)(param_1 + 0xa8) == '\0') {\n \n FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");\n }\n }" { (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) (if_statement "if (*(char *)(param_1 + 0xa8) == '\0') {\n \n FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");\n }" if (parenthesized_expression "(*(char *)(param_1 + 0xa8) == '\0')" ( (binary_expression "*(char *)(param_1 + 0xa8) == '\0'" (pointer_expression "*(char *)(param_1 + 0xa8)" * (cast_expression "(char *)(param_1 + 0xa8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa8)" ( (binary_expression "param_1 + 0xa8" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n \n FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");\n }" { (expression_statement "FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");" (call_expression "FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked")" identifier (argument_list "("../../gold/fileread.cc",0x13f,"is_locked")" ( (string_literal ""../../gold/fileread.cc"" " string_content ") , number_literal , (string_literal ""is_locked"" " string_content ") ))) ;) })) }) (else_clause "else {\n uVar1 = 1;\n }" else (compound_statement "{\n uVar1 = 1;\n }" { (expression_statement "uVar1 = 1;" (assignment_expression "uVar1 = 1" identifier = number_literal) ;) }))) (return_statement "return uVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }))) (return_statement return IDENT ;) })))
|
(function_definition "undefined1 FUN_001e2d30(long param_1)\n\n{\n undefined1 uVar1;\n \n if (*(char *)(param_1 + 0x38) != '\0') {\n \n FUN_001e28e0();\n }\n if (*(long *)(param_1 + 0x40) == 0) {\n uVar1 = 0;\n if (*(char *)(param_1 + 0xa8) == '\0') {\n \n FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");\n }\n }\n else {\n uVar1 = 1;\n }\n return uVar1;\n}" (type_identifier "undefined1") (function_declarator "FUN_001e2d30(long param_1)" (identifier "FUN_001e2d30") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n undefined1 uVar1;\n \n if (*(char *)(param_1 + 0x38) != '\0') {\n \n FUN_001e28e0();\n }\n if (*(long *)(param_1 + 0x40) == 0) {\n uVar1 = 0;\n if (*(char *)(param_1 + 0xa8) == '\0') {\n \n FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");\n }\n }\n else {\n uVar1 = 1;\n }\n return uVar1;\n}" ({ "{") (declaration "undefined1 uVar1;" (type_identifier "undefined1") (identifier "uVar1") (; ";")) (if_statement "if (*(char *)(param_1 + 0x38) != '\0') {\n \n FUN_001e28e0();\n }" (if "if") (parenthesized_expression "(*(char *)(param_1 + 0x38) != '\0')" (( "(") (binary_expression "*(char *)(param_1 + 0x38) != '\0'" (pointer_expression "*(char *)(param_1 + 0x38)" (* "*") (cast_expression "(char *)(param_1 + 0x38)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n \n FUN_001e28e0();\n }" ({ "{") (expression_statement "FUN_001e28e0();" (call_expression "FUN_001e28e0()" (identifier "FUN_001e28e0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(param_1 + 0x40) == 0) {\n uVar1 = 0;\n if (*(char *)(param_1 + 0xa8) == '\0') {\n \n FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");\n }\n }\n else {\n uVar1 = 1;\n }" (if "if") (parenthesized_expression "(*(long *)(param_1 + 0x40) == 0)" (( "(") (binary_expression "*(long *)(param_1 + 0x40) == 0" (pointer_expression "*(long *)(param_1 + 0x40)" (* "*") (cast_expression "(long *)(param_1 + 0x40)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar1 = 0;\n if (*(char *)(param_1 + 0xa8) == '\0') {\n \n FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");\n }\n }" ({ "{") (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" (identifier "uVar1") (= "=") (number_literal "0")) (; ";")) (if_statement "if (*(char *)(param_1 + 0xa8) == '\0') {\n \n FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");\n }" (if "if") (parenthesized_expression "(*(char *)(param_1 + 0xa8) == '\0')" (( "(") (binary_expression "*(char *)(param_1 + 0xa8) == '\0'" (pointer_expression "*(char *)(param_1 + 0xa8)" (* "*") (cast_expression "(char *)(param_1 + 0xa8)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa8)" (( "(") (binary_expression "param_1 + 0xa8" (identifier "param_1") (+ "+") (number_literal "0xa8")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n \n FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");\n }" ({ "{") (expression_statement "FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");" (call_expression "FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked")" (identifier "FUN_001e9890") (argument_list "("../../gold/fileread.cc",0x13f,"is_locked")" (( "(") (string_literal ""../../gold/fileread.cc"" (" """) (string_content "../../gold/fileread.cc") (" """)) (, ",") (number_literal "0x13f") (, ",") (string_literal ""is_locked"" (" """) (string_content "is_locked") (" """)) () ")"))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n uVar1 = 1;\n }" (else "else") (compound_statement "{\n uVar1 = 1;\n }" ({ "{") (expression_statement "uVar1 = 1;" (assignment_expression "uVar1 = 1" (identifier "uVar1") (= "=") (number_literal "1")) (; ";")) (} "}")))) (return_statement "return uVar1;" (return "return") (identifier "uVar1") (; ";")) (} "}")))
|
/* DWARF original prototype: bool is_locked(File_read * this) */
bool __thiscall gold::type_1::function_1(type_1 *this)
{
bool bVar1;
type_2 *in_RSI;
if ((this->token_).is_blocker_ != false) {
/* WARNING: Subroutine does not return */
Task_token::var_1((type_2 *)this,in_RSI);
}
if ((this->token_).writer_ == (type_3 *)0x0) {
bVar1 = false;
if (this->released_ == false) {
/* WARNING: Subroutine does not return */
var_2("../../gold/fileread.cc",0x13f,"is_locked");
}
}
else {
bVar1 = true;
}
return bVar1;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))) (return_statement (identifier)))))
| null |
undefined1 MASKED(long param_1)
{
undefined1 uVar1;
if (*(char *)(param_1 + 0x38) != '\0') {
/* WARNING: Subroutine does not return */
FUN_001e28e0();
}
if (*(long *)(param_1 + 0x40) == 0) {
uVar1 = 0;
if (*(char *)(param_1 + 0xa8) == '\0') {
/* WARNING: Subroutine does not return */
FUN_001e9890("../../gold/fileread.cc",0x13f,"is_locked");
}
}
else {
uVar1 = 1;
}
return uVar1;
}
|
708_i686-gnu-ld_and_i686-gnu-ld_strip.c
|
printf
|
printf
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int printf(char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* printf@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int printf(char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1207582270')]
|
[('const-1', u'RETURN_-1207582270')]
| null | null |
001ac1b8
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint printf(char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int printf(char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "printf(char *__format,...)" identifier (parameter_list "(char *__format,...)" ( (parameter_declaration "char *__format" primitive_type (pointer_declarator "*__format" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint printf(char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* printf@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int printf(char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* printf@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "printf(char *__format,...)" identifier (parameter_list "(char *__format,...)" ( (parameter_declaration "char *__format" primitive_type (pointer_declarator "*__format" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* printf@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "int printf(char *__format,...)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int printf(char *__format,...)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "printf(char *__format,...)" identifier (parameter_list "(char *__format,...)" ( (parameter_declaration "char *__format" primitive_type (pointer_declarator "*__format" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "int printf(char *__format,...)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "printf(char *__format,...)" (identifier "printf") (parameter_list "(char *__format,...)" (( "(") (parameter_declaration "char *__format" (primitive_type "char") (pointer_declarator "*__format" (* "*") (identifier "__format"))) (, ",") (variadic_parameter "..." (... "...")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* printf@@GLIBC_2.2.5 */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (variadic_parameter))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
10607_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
|
erase
|
FUN_0036d3d0
|
/* std::wstring::erase(unsigned long, unsigned long) */
wstring * __thiscall std::wstring::erase(wstring *this,ulong param_1,ulong param_2)
{
ulong uVar1;
uVar1 = *(ulong *)(*(long *)this + -0x18) - param_1;
if (uVar1 <= param_2) {
param_2 = uVar1;
}
if (param_1 <= *(ulong *)(*(long *)this + -0x18)) {
_M_mutate(this,param_1,param_2,0);
return this;
}
/* WARNING: Subroutine does not return */
__throw_out_of_range_fmt
("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",param_1)
;
}
|
long * FUN_0036d3d0(long *param_1,ulong param_2,ulong param_3)
{
ulong uVar1;
uVar1 = *(ulong *)(*param_1 + -0x18) - param_2;
if (uVar1 <= param_3) {
param_3 = uVar1;
}
if (param_2 <= *(ulong *)(*param_1 + -0x18)) {
FUN_0036cfa0(param_1,param_2,param_3,0);
return param_1;
}
/* WARNING: Subroutine does not return */
FUN_00330810("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",
param_2);
}
|
PUSH RBX
MOV RAX,qword ptr [RDI]
MOV RBX,RDI
MOV RCX,qword ptr [RAX + -0x18]
MOV RDI,RCX
SUB RDI,RSI
CMP RDI,RDX
CMOVBE RDX,RDI
CMP RSI,RCX
JA 0x0036d3fc
MOV RDI,RBX
XOR ECX,ECX
CALL 0x0036cfa0
MOV RAX,RBX
POP RBX
RET
MOV RDX,RSI
LEA RDI,[0x390cb0]
XOR EAX,EAX
LEA RSI,[0x3a1fa4]
CALL 0x00330810
| null | null | null | null |
[('const-433', u'LOAD_-1205218346'), (u'CAST_-1205218120', u'LOAD_-1205218336'), (u'COPY_-1205218132', u'CALL_-1205218198'), (u'LOAD_-1205218336', u'INT_SUB_-1205218306'), ('tmp_232', u'CALL_-1205218198'), ('tmp_232', u'CALL_-1205218251'), ('tmp_231', u'CALL_-1205218251'), ('tmp_231', u'COPY_-1205218251'), (u'COPY_-1205218131', u'CALL_-1205218198'), ('const-0', u'RETURN_-1205218231'), ('const-3809188', u'COPY_-1205218131'), (u'INT_SUB_-1205218306', u'INT_LESSEQUAL_-1205218287'), (u'COPY_-1205218173', u'MULTIEQUAL_-1205218146'), ('tmp_231', u'CAST_-1205218127'), ('tmp_123', u'CBRANCH_-1205218274'), ('tmp_233', u'COPY_-1205218173'), (u'INT_SUB_-1205218306', u'COPY_-1205218172'), ('const-0', u'CALL_-1205218251'), ('const--24', u'INT_ADD_-1205218320'), (u'INT_LESSEQUAL_-1205218287', u'CBRANCH_-1205218295'), ('tmp_232', u'INT_SUB_-1205218306'), ('tmp_86', u'CBRANCH_-1205218295'), (u'MULTIEQUAL_-1205218146', u'CALL_-1205218251'), ('const-3738800', u'COPY_-1205218132'), (u'CAST_-1205218127', u'LOAD_-1205218346'), ('const-1', u'RETURN_-1205218193'), (u'COPY_-1205218172', u'MULTIEQUAL_-1205218146'), ('tmp_232', u'INT_LESSEQUAL_-1205218264'), (u'INT_LESSEQUAL_-1205218264', u'CBRANCH_-1205218274'), (u'COPY_-1205218251', u'RETURN_-1205218231'), ('const-433', u'LOAD_-1205218336'), (u'LOAD_-1205218346', u'INT_ADD_-1205218320'), (u'LOAD_-1205218336', u'INT_LESSEQUAL_-1205218264'), (u'INT_ADD_-1205218320', u'CAST_-1205218120'), ('tmp_233', u'INT_LESSEQUAL_-1205218287')]
|
[(u'COPY_-1205218132', u'CALL_-1205218198'), ('const-3738800', u'COPY_-1205218132'), (u'LOAD_-1205218336', u'INT_SUB_-1205218306'), (u'COPY_-1205218131', u'CALL_-1205218198'), ('tmp_374', u'COPY_-1205218173'), ('tmp_372', u'CALL_-1205218251'), ('tmp_372', u'COPY_-1205218251'), ('const-0', u'RETURN_-1205218231'), (u'INT_SUB_-1205218306', u'INT_LESSEQUAL_-1205218287'), (u'COPY_-1205218173', u'MULTIEQUAL_-1205218146'), ('const-433', u'LOAD_-1205218336'), ('tmp_374', u'INT_LESSEQUAL_-1205218287'), ('tmp_373', u'INT_SUB_-1205218306'), ('tmp_123', u'CBRANCH_-1205218274'), ('tmp_373', u'CALL_-1205218251'), ('const-433', u'LOAD_-1205218346'), (u'INT_SUB_-1205218306', u'COPY_-1205218172'), ('tmp_373', u'INT_LESSEQUAL_-1205218264'), (u'INT_ADD_-1205218320', u'CAST_-1205218121'), ('tmp_373', u'CALL_-1205218198'), ('const--24', u'INT_ADD_-1205218320'), (u'INT_LESSEQUAL_-1205218287', u'CBRANCH_-1205218295'), ('tmp_86', u'CBRANCH_-1205218295'), (u'MULTIEQUAL_-1205218146', u'CALL_-1205218251'), ('tmp_372', u'LOAD_-1205218346'), ('const-3809188', u'COPY_-1205218131'), ('const-1', u'RETURN_-1205218193'), (u'COPY_-1205218172', u'MULTIEQUAL_-1205218146'), ('const-0', u'CALL_-1205218251'), (u'INT_LESSEQUAL_-1205218264', u'CBRANCH_-1205218274'), (u'COPY_-1205218251', u'RETURN_-1205218231'), (u'LOAD_-1205218346', u'INT_ADD_-1205218320'), (u'LOAD_-1205218336', u'INT_LESSEQUAL_-1205218264'), (u'CAST_-1205218121', u'LOAD_-1205218336')]
| null | null |
0036d3d0
|
x64
|
O2
|
(translation_unit "long * FUN_0036d3d0(long *param_1,ulong param_2,ulong param_3)\n\n{\n ulong uVar1;\n \n uVar1 = *(ulong *)(*param_1 + -0x18) - param_2;\n if (uVar1 <= param_3) {\n param_3 = uVar1;\n }\n if (param_2 <= *(ulong *)(*param_1 + -0x18)) {\n FUN_0036cfa0(param_1,param_2,param_3,0);\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n FUN_00330810("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",\n param_2);\n}\n\n" (function_definition "long * FUN_0036d3d0(long *param_1,ulong param_2,ulong param_3)\n\n{\n ulong uVar1;\n \n uVar1 = *(ulong *)(*param_1 + -0x18) - param_2;\n if (uVar1 <= param_3) {\n param_3 = uVar1;\n }\n if (param_2 <= *(ulong *)(*param_1 + -0x18)) {\n FUN_0036cfa0(param_1,param_2,param_3,0);\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n FUN_00330810("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",\n param_2);\n}" (sized_type_specifier "long" long) (pointer_declarator "* FUN_0036d3d0(long *param_1,ulong param_2,ulong param_3)" * (function_declarator "FUN_0036d3d0(long *param_1,ulong param_2,ulong param_3)" identifier (parameter_list "(long *param_1,ulong param_2,ulong param_3)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "ulong param_2" type_identifier identifier) , (parameter_declaration "ulong param_3" type_identifier identifier) )))) (compound_statement "{\n ulong uVar1;\n \n uVar1 = *(ulong *)(*param_1 + -0x18) - param_2;\n if (uVar1 <= param_3) {\n param_3 = uVar1;\n }\n if (param_2 <= *(ulong *)(*param_1 + -0x18)) {\n FUN_0036cfa0(param_1,param_2,param_3,0);\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n FUN_00330810("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",\n param_2);\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = *(ulong *)(*param_1 + -0x18) - param_2;" (assignment_expression "uVar1 = *(ulong *)(*param_1 + -0x18) - param_2" identifier = (binary_expression "*(ulong *)(*param_1 + -0x18) - param_2" (pointer_expression "*(ulong *)(*param_1 + -0x18)" * (cast_expression "(ulong *)(*param_1 + -0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0x18)" ( (binary_expression "*param_1 + -0x18" (pointer_expression "*param_1" * identifier) + number_literal) )))) - identifier)) ;) (if_statement "if (uVar1 <= param_3) {\n param_3 = uVar1;\n }" if (parenthesized_expression "(uVar1 <= param_3)" ( (binary_expression "uVar1 <= param_3" identifier <= identifier) )) (compound_statement "{\n param_3 = uVar1;\n }" { (expression_statement "param_3 = uVar1;" (assignment_expression "param_3 = uVar1" identifier = identifier) ;) })) (if_statement "if (param_2 <= *(ulong *)(*param_1 + -0x18)) {\n FUN_0036cfa0(param_1,param_2,param_3,0);\n return param_1;\n }" if (parenthesized_expression "(param_2 <= *(ulong *)(*param_1 + -0x18))" ( (binary_expression "param_2 <= *(ulong *)(*param_1 + -0x18)" identifier <= (pointer_expression "*(ulong *)(*param_1 + -0x18)" * (cast_expression "(ulong *)(*param_1 + -0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0x18)" ( (binary_expression "*param_1 + -0x18" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (compound_statement "{\n FUN_0036cfa0(param_1,param_2,param_3,0);\n return param_1;\n }" { (expression_statement "FUN_0036cfa0(param_1,param_2,param_3,0);" (call_expression "FUN_0036cfa0(param_1,param_2,param_3,0)" identifier (argument_list "(param_1,param_2,param_3,0)" ( identifier , identifier , identifier , number_literal ))) ;) (return_statement "return param_1;" return identifier ;) })) comment (expression_statement "FUN_00330810("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",\n param_2);" (call_expression "FUN_00330810("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",\n param_2)" identifier (argument_list "("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",\n param_2)" ( (string_literal ""%s: __pos (which is %zu) > this->size() (which is %zu)"" " string_content ") , (string_literal ""basic_string::erase"" " string_content ") , identifier ))) ;) })))
|
(translation_unit "/* std::wstring::erase(unsigned long, unsigned long) */\n\nwstring * __thiscall std::wstring::erase(wstring *this,ulong param_1,ulong param_2)\n\n{\n ulong uVar1;\n \n uVar1 = *(ulong *)(*(long *)this + -0x18) - param_1;\n if (uVar1 <= param_2) {\n param_2 = uVar1;\n }\n if (param_1 <= *(ulong *)(*(long *)this + -0x18)) {\n _M_mutate(this,param_1,param_2,0);\n return this;\n }\n /* WARNING: Subroutine does not return */\n __throw_out_of_range_fmt\n ("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",param_1)\n ;\n}\n\n" comment (ERROR "wstring * __thiscall std::wstring::erase(wstring *this,ulong param_1,ulong param_2)" (binary_expression "wstring * __thiscall std::wstring::erase(wstring *this" (binary_expression "wstring * __thiscall" identifier * identifier) (ERROR "std::wstring::erase(wstring" identifier : : identifier : : identifier ( identifier) * identifier) , type_identifier identifier , identifier identifier )) (compound_statement "{\n ulong uVar1;\n \n uVar1 = *(ulong *)(*(long *)this + -0x18) - param_1;\n if (uVar1 <= param_2) {\n param_2 = uVar1;\n }\n if (param_1 <= *(ulong *)(*(long *)this + -0x18)) {\n _M_mutate(this,param_1,param_2,0);\n return this;\n }\n /* WARNING: Subroutine does not return */\n __throw_out_of_range_fmt\n ("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",param_1)\n ;\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = *(ulong *)(*(long *)this + -0x18) - param_1;" (assignment_expression "uVar1 = *(ulong *)(*(long *)this + -0x18) - param_1" identifier = (binary_expression "*(ulong *)(*(long *)this + -0x18) - param_1" (pointer_expression "*(ulong *)(*(long *)this + -0x18)" * (cast_expression "(ulong *)(*(long *)this + -0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)this + -0x18)" ( (binary_expression "*(long *)this + -0x18" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) )))) - identifier)) ;) (if_statement "if (uVar1 <= param_2) {\n param_2 = uVar1;\n }" if (parenthesized_expression "(uVar1 <= param_2)" ( (binary_expression "uVar1 <= param_2" identifier <= identifier) )) (compound_statement "{\n param_2 = uVar1;\n }" { (expression_statement "param_2 = uVar1;" (assignment_expression "param_2 = uVar1" identifier = identifier) ;) })) (if_statement "if (param_1 <= *(ulong *)(*(long *)this + -0x18)) {\n _M_mutate(this,param_1,param_2,0);\n return this;\n }" if (parenthesized_expression "(param_1 <= *(ulong *)(*(long *)this + -0x18))" ( (binary_expression "param_1 <= *(ulong *)(*(long *)this + -0x18)" identifier <= (pointer_expression "*(ulong *)(*(long *)this + -0x18)" * (cast_expression "(ulong *)(*(long *)this + -0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)this + -0x18)" ( (binary_expression "*(long *)this + -0x18" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (compound_statement "{\n _M_mutate(this,param_1,param_2,0);\n return this;\n }" { (expression_statement "_M_mutate(this,param_1,param_2,0);" (call_expression "_M_mutate(this,param_1,param_2,0)" identifier (argument_list "(this,param_1,param_2,0)" ( identifier , identifier , identifier , number_literal ))) ;) (return_statement "return this;" return identifier ;) })) comment (expression_statement "__throw_out_of_range_fmt\n ("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",param_1)\n ;" (call_expression "__throw_out_of_range_fmt\n ("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",param_1)" identifier (argument_list "("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",param_1)" ( (string_literal ""%s: __pos (which is %zu) > this->size() (which is %zu)"" " string_content ") , (string_literal ""basic_string::erase"" " string_content ") , identifier ))) ;) }))
|
(translation_unit "long * FUN_0036d3d0(long *param_1,ulong param_2,ulong param_3)\n\n{\n ulong uVar1;\n \n uVar1 = *(ulong *)(*param_1 + -0x18) - param_2;\n if (uVar1 <= param_3) {\n param_3 = uVar1;\n }\n if (param_2 <= *(ulong *)(*param_1 + -0x18)) {\n FUN_0036cfa0(param_1,param_2,param_3,0);\n return param_1;\n }\n \n FUN_00330810("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",\n param_2);\n}\n\n" (function_definition "long * FUN_0036d3d0(long *param_1,ulong param_2,ulong param_3)\n\n{\n ulong uVar1;\n \n uVar1 = *(ulong *)(*param_1 + -0x18) - param_2;\n if (uVar1 <= param_3) {\n param_3 = uVar1;\n }\n if (param_2 <= *(ulong *)(*param_1 + -0x18)) {\n FUN_0036cfa0(param_1,param_2,param_3,0);\n return param_1;\n }\n \n FUN_00330810("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",\n param_2);\n}" (sized_type_specifier "long" long) (pointer_declarator "* FUN_0036d3d0(long *param_1,ulong param_2,ulong param_3)" * (function_declarator "FUN_0036d3d0(long *param_1,ulong param_2,ulong param_3)" identifier (parameter_list "(long *param_1,ulong param_2,ulong param_3)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "ulong param_2" type_identifier identifier) , (parameter_declaration "ulong param_3" type_identifier identifier) )))) (compound_statement "{\n ulong uVar1;\n \n uVar1 = *(ulong *)(*param_1 + -0x18) - param_2;\n if (uVar1 <= param_3) {\n param_3 = uVar1;\n }\n if (param_2 <= *(ulong *)(*param_1 + -0x18)) {\n FUN_0036cfa0(param_1,param_2,param_3,0);\n return param_1;\n }\n \n FUN_00330810("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",\n param_2);\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = *(ulong *)(*param_1 + -0x18) - param_2;" (assignment_expression "uVar1 = *(ulong *)(*param_1 + -0x18) - param_2" identifier = (binary_expression "*(ulong *)(*param_1 + -0x18) - param_2" (pointer_expression "*(ulong *)(*param_1 + -0x18)" * (cast_expression "(ulong *)(*param_1 + -0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0x18)" ( (binary_expression "*param_1 + -0x18" (pointer_expression "*param_1" * identifier) + number_literal) )))) - identifier)) ;) (if_statement "if (uVar1 <= param_3) {\n param_3 = uVar1;\n }" if (parenthesized_expression "(uVar1 <= param_3)" ( (binary_expression "uVar1 <= param_3" identifier <= identifier) )) (compound_statement "{\n param_3 = uVar1;\n }" { (expression_statement "param_3 = uVar1;" (assignment_expression "param_3 = uVar1" identifier = identifier) ;) })) (if_statement "if (param_2 <= *(ulong *)(*param_1 + -0x18)) {\n FUN_0036cfa0(param_1,param_2,param_3,0);\n return param_1;\n }" if (parenthesized_expression "(param_2 <= *(ulong *)(*param_1 + -0x18))" ( (binary_expression "param_2 <= *(ulong *)(*param_1 + -0x18)" identifier <= (pointer_expression "*(ulong *)(*param_1 + -0x18)" * (cast_expression "(ulong *)(*param_1 + -0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0x18)" ( (binary_expression "*param_1 + -0x18" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (compound_statement "{\n FUN_0036cfa0(param_1,param_2,param_3,0);\n return param_1;\n }" { (expression_statement "FUN_0036cfa0(param_1,param_2,param_3,0);" (call_expression "FUN_0036cfa0(param_1,param_2,param_3,0)" identifier (argument_list "(param_1,param_2,param_3,0)" ( identifier , identifier , identifier , number_literal ))) ;) (return_statement "return param_1;" return identifier ;) })) (expression_statement "FUN_00330810("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",\n param_2);" (call_expression "FUN_00330810("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",\n param_2)" identifier (argument_list "("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",\n param_2)" ( (string_literal ""%s: __pos (which is %zu) > this->size() (which is %zu)"" " string_content ") , (string_literal ""basic_string::erase"" " string_content ") , identifier ))) ;) })))
|
(translation_unit (function_definition (sized_type_specifier long) (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) - IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , LIT ))) ;) (return_statement return IDENT ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , (string_literal " string_content ") , IDENT ))) ;) })))
|
(function_definition "long * FUN_0036d3d0(long *param_1,ulong param_2,ulong param_3)\n\n{\n ulong uVar1;\n \n uVar1 = *(ulong *)(*param_1 + -0x18) - param_2;\n if (uVar1 <= param_3) {\n param_3 = uVar1;\n }\n if (param_2 <= *(ulong *)(*param_1 + -0x18)) {\n FUN_0036cfa0(param_1,param_2,param_3,0);\n return param_1;\n }\n \n FUN_00330810("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",\n param_2);\n}" (sized_type_specifier "long" (long "long")) (pointer_declarator "* FUN_0036d3d0(long *param_1,ulong param_2,ulong param_3)" (* "*") (function_declarator "FUN_0036d3d0(long *param_1,ulong param_2,ulong param_3)" (identifier "FUN_0036d3d0") (parameter_list "(long *param_1,ulong param_2,ulong param_3)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "ulong param_2" (type_identifier "ulong") (identifier "param_2")) (, ",") (parameter_declaration "ulong param_3" (type_identifier "ulong") (identifier "param_3")) () ")")))) (compound_statement "{\n ulong uVar1;\n \n uVar1 = *(ulong *)(*param_1 + -0x18) - param_2;\n if (uVar1 <= param_3) {\n param_3 = uVar1;\n }\n if (param_2 <= *(ulong *)(*param_1 + -0x18)) {\n FUN_0036cfa0(param_1,param_2,param_3,0);\n return param_1;\n }\n \n FUN_00330810("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",\n param_2);\n}" ({ "{") (declaration "ulong uVar1;" (type_identifier "ulong") (identifier "uVar1") (; ";")) (expression_statement "uVar1 = *(ulong *)(*param_1 + -0x18) - param_2;" (assignment_expression "uVar1 = *(ulong *)(*param_1 + -0x18) - param_2" (identifier "uVar1") (= "=") (binary_expression "*(ulong *)(*param_1 + -0x18) - param_2" (pointer_expression "*(ulong *)(*param_1 + -0x18)" (* "*") (cast_expression "(ulong *)(*param_1 + -0x18)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + -0x18)" (( "(") (binary_expression "*param_1 + -0x18" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "-0x18")) () ")")))) (- "-") (identifier "param_2"))) (; ";")) (if_statement "if (uVar1 <= param_3) {\n param_3 = uVar1;\n }" (if "if") (parenthesized_expression "(uVar1 <= param_3)" (( "(") (binary_expression "uVar1 <= param_3" (identifier "uVar1") (<= "<=") (identifier "param_3")) () ")")) (compound_statement "{\n param_3 = uVar1;\n }" ({ "{") (expression_statement "param_3 = uVar1;" (assignment_expression "param_3 = uVar1" (identifier "param_3") (= "=") (identifier "uVar1")) (; ";")) (} "}"))) (if_statement "if (param_2 <= *(ulong *)(*param_1 + -0x18)) {\n FUN_0036cfa0(param_1,param_2,param_3,0);\n return param_1;\n }" (if "if") (parenthesized_expression "(param_2 <= *(ulong *)(*param_1 + -0x18))" (( "(") (binary_expression "param_2 <= *(ulong *)(*param_1 + -0x18)" (identifier "param_2") (<= "<=") (pointer_expression "*(ulong *)(*param_1 + -0x18)" (* "*") (cast_expression "(ulong *)(*param_1 + -0x18)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + -0x18)" (( "(") (binary_expression "*param_1 + -0x18" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "-0x18")) () ")"))))) () ")")) (compound_statement "{\n FUN_0036cfa0(param_1,param_2,param_3,0);\n return param_1;\n }" ({ "{") (expression_statement "FUN_0036cfa0(param_1,param_2,param_3,0);" (call_expression "FUN_0036cfa0(param_1,param_2,param_3,0)" (identifier "FUN_0036cfa0") (argument_list "(param_1,param_2,param_3,0)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (number_literal "0") () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) (expression_statement "FUN_00330810("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",\n param_2);" (call_expression "FUN_00330810("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",\n param_2)" (identifier "FUN_00330810") (argument_list "("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",\n param_2)" (( "(") (string_literal ""%s: __pos (which is %zu) > this->size() (which is %zu)"" (" """) (string_content "%s: __pos (which is %zu) > this->size() (which is %zu)") (" """)) (, ",") (string_literal ""basic_string::erase"" (" """) (string_content "basic_string::erase") (" """)) (, ",") (identifier "param_2") () ")"))) (; ";")) (} "}")))
|
/* std::wstring::erase(unsigned long, unsigned long) */
wstring * __thiscall std::wstring::erase(wstring *this,type_1 var_1,type_1 var_3)
{
type_1 var_2;
var_2 = *(type_1 *)(*(long *)this + -0x18) - var_1;
if (var_2 <= var_3) {
var_3 = var_2;
}
if (var_1 <= *(type_1 *)(*(long *)this + -0x18)) {
var_4(this,var_1,var_3,0);
return this;
}
/* WARNING: Subroutine does not return */
var_5
("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",var_1)
;
}
| null |
(translation_unit (function_definition type: (sized_type_specifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (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: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (number_literal)))) (return_statement (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (string_literal (string_content)) (identifier)))))))
| null |
long * MASKED(long *param_1,ulong param_2,ulong param_3)
{
ulong uVar1;
uVar1 = *(ulong *)(*param_1 + -0x18) - param_2;
if (uVar1 <= param_3) {
param_3 = uVar1;
}
if (param_2 <= *(ulong *)(*param_1 + -0x18)) {
FUN_0036cfa0(param_1,param_2,param_3,0);
return param_1;
}
/* WARNING: Subroutine does not return */
FUN_00330810("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",
param_2);
}
|
3515_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
|
dynsym_index
|
FUN_001c4730
|
/* DWARF original prototype: uint dynsym_index(Sized_relobj_file<64,_true> * this, uint sym) */
uint __thiscall
gold::Sized_relobj_file<64,_true>::dynsym_index(Sized_relobj_file<64,_true> *this,uint sym)
{
uint uVar1;
pointer pSVar2;
pSVar2 = (this->local_values_).
super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>.
_M_impl._M_start;
if ((ulong)(((long)(this->local_values_).
super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>
._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555) <= (ulong)sym) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/object.h",0x8d3,"dynsym_index");
}
uVar1 = pSVar2[sym].output_dynsym_index_;
if (uVar1 - 1 < 0xfffffffe) {
return uVar1;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/object.h",0x74a,"output_dynsym_index");
}
|
void FUN_001c4730(long param_1,uint param_2)
{
if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)
<= (ulong)param_2) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");
}
if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {
return;
}
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");
}
|
MOV RCX,-0x5555555555555555
SUB RSP,0x8
MOV ESI,ESI
MOV RDX,qword ptr [RDI + 0x160]
MOV RAX,qword ptr [RDI + 0x168]
SUB RAX,RDX
SAR RAX,0x3
IMUL RAX,RCX
CMP RSI,RAX
JNC 0x001c4773
LEA RAX,[RSI + RSI*0x2]
MOV EAX,dword ptr [RDX + RAX*0x8 + 0x4]
LEA EDX,[RAX + -0x1]
CMP EDX,-0x3
JA 0x001c478b
ADD RSP,0x8
RET
LEA RDX,[0x378890]
MOV ESI,0x8d3
LEA RDI,[0x36b016]
CALL 0x0017c650
LEA RDX,[0x378d30]
MOV ESI,0x74a
LEA RDI,[0x36b016]
CALL 0x0017c650
| null | null | null | null |
[(u'PTRSUB_-1207744422', u'LOAD_-1207744679'), ('tmp_219', u'CBRANCH_-1207744591'), (u'PTRSUB_-1207744424', u'PTRSUB_-1207744422'), (u'INT_SUB_-1207744459', u'INT_LESS_-1207744542'), (u'INT_LESS_-1207744542', u'CBRANCH_-1207744550'), (u'PTRSUB_-1207744438', u'PTRSUB_-1207744435'), ('const-3640624', u'COPY_-1207744411'), ('const-4', u'PTRSUB_-1207744392'), ('tmp_286', u'CBRANCH_-1207744550'), ('const-0', u'PTRSUB_-1207744435'), (u'INT_LESSEQUAL_-1207744593', u'CBRANCH_-1207744591'), (u'CAST_-1207744412', u'INT_SUB_-1207744650'), ('const-0', u'PTRSUB_-1207744424'), (u'INT_ZEXT_-1207744525', u'PTRADD_-1207744394'), ('const-3639440', u'COPY_-1207744436'), (u'CAST_-1207744400', u'INT_LESSEQUAL_-1207744593'), ('const-1', u'RETURN_-1207744491'), (u'COPY_-1207744508', u'RETURN_-1207744527'), (u'COPY_-1207744436', u'CALL_-1207744496'), (u'PTRSUB_-1207744439', u'PTRSUB_-1207744438'), (u'PTRSUB_-1207744427', u'PTRSUB_-1207744424'), ('const-3584022', u'COPY_-1207744413'), ('const-433', u'LOAD_-1207744689'), ('const-24', u'PTRADD_-1207744394'), ('const-3584022', u'COPY_-1207744438'), (u'CAST_-1207744413', u'INT_SUB_-1207744650'), ('const-352', u'PTRSUB_-1207744439'), (u'COPY_-1207744438', u'CALL_-1207744496'), (u'LOAD_-1207744581', u'COPY_-1207744508'), ('const-0', u'PTRSUB_-1207744427'), ('const-4294967294', u'INT_LESS_-1207744542'), (u'COPY_-1207744411', u'CALL_-1207744480'), ('tmp_363', u'PTRSUB_-1207744430'), (u'LOAD_-1207744689', u'CAST_-1207744412'), ('const--6148914691236517205', u'INT_MULT_-1207744587'), (u'PTRADD_-1207744394', u'PTRSUB_-1207744392'), ('const-433', u'LOAD_-1207744581'), ('const-1', u'RETURN_-1207744475'), ('const-0', u'PTRSUB_-1207744432'), ('const-2259', u'CALL_-1207744496'), ('tmp_363', u'PTRSUB_-1207744439'), ('const-0', u'RETURN_-1207744527'), (u'LOAD_-1207744581', u'INT_SUB_-1207744459'), ('const-433', u'LOAD_-1207744679'), ('const-1', u'INT_SUB_-1207744459'), (u'LOAD_-1207744689', u'PTRADD_-1207744394'), ('const-8', u'PTRSUB_-1207744422'), (u'INT_MULT_-1207744587', u'CAST_-1207744400'), (u'LOAD_-1207744679', u'CAST_-1207744413'), (u'PTRSUB_-1207744435', u'PTRSUB_-1207744432'), (u'INT_ZEXT_-1207744525', u'INT_LESSEQUAL_-1207744593'), (u'PTRSUB_-1207744392', u'LOAD_-1207744581'), ('const-0', u'PTRSUB_-1207744438'), ('const-352', u'PTRSUB_-1207744430'), (u'COPY_-1207744413', u'CALL_-1207744480'), (u'INT_SRIGHT_-1207744627', u'INT_MULT_-1207744587'), ('tmp_364', u'INT_ZEXT_-1207744525'), (u'PTRSUB_-1207744430', u'PTRSUB_-1207744427'), (u'INT_SUB_-1207744650', u'INT_SRIGHT_-1207744627'), ('const-1866', u'CALL_-1207744480'), (u'PTRSUB_-1207744432', u'LOAD_-1207744689'), ('const-3', u'INT_SRIGHT_-1207744627')]
|
[('const-3640624', u'COPY_-1207744415'), ('tmp_219', u'CBRANCH_-1207744591'), (u'INT_LESS_-1207744542', u'CBRANCH_-1207744550'), ('const-4294967294', u'INT_LESS_-1207744542'), ('tmp_286', u'CBRANCH_-1207744550'), (u'LOAD_-1207744679', u'INT_SUB_-1207744650'), (u'INT_ZEXT_-1207744529', u'INT_LESSEQUAL_-1207744593'), (u'INT_ZEXT_-1207744529', u'INT_MULT_-1207744553'), (u'INT_LESSEQUAL_-1207744593', u'CBRANCH_-1207744591'), (u'LOAD_-1207744689', u'INT_ADD_-1207744567'), (u'COPY_-1207744440', u'CALL_-1207744496'), ('const-1', u'RETURN_-1207744491'), ('const-4', u'INT_ADD_-1207744567'), ('const-2259', u'CALL_-1207744496'), ('const-3639440', u'COPY_-1207744440'), ('const--6148914691236517205', u'INT_MULT_-1207744587'), (u'COPY_-1207744415', u'CALL_-1207744480'), ('const-3584022', u'COPY_-1207744442'), (u'CAST_-1207744418', u'INT_LESSEQUAL_-1207744593'), (u'INT_ADD_-1207744663', u'CAST_-1207744437'), ('const-3', u'INT_SRIGHT_-1207744627'), (u'CAST_-1207744445', u'LOAD_-1207744689'), ('const-433', u'LOAD_-1207744581'), ('tmp_494', u'INT_ZEXT_-1207744529'), (u'LOAD_-1207744689', u'INT_SUB_-1207744650'), ('const-1', u'RETURN_-1207744475'), ('tmp_484', u'INT_ADD_-1207744673'), ('const-24', u'INT_MULT_-1207744553'), ('const-3584022', u'COPY_-1207744417'), ('const-433', u'LOAD_-1207744679'), (u'INT_MULT_-1207744587', u'CAST_-1207744418'), (u'INT_ADD_-1207744567', u'INT_ADD_-1207744565'), ('const-0', u'RETURN_-1207744527'), (u'CAST_-1207744437', u'LOAD_-1207744679'), (u'INT_ADD_-1207744565', u'CAST_-1207744408'), ('const-1', u'INT_SUB_-1207744463'), (u'COPY_-1207744442', u'CALL_-1207744496'), (u'CAST_-1207744408', u'LOAD_-1207744581'), (u'INT_MULT_-1207744553', u'INT_ADD_-1207744565'), ('const-1866', u'CALL_-1207744480'), ('tmp_484', u'INT_ADD_-1207744663'), ('const-360', u'INT_ADD_-1207744663'), ('const-352', u'INT_ADD_-1207744673'), (u'LOAD_-1207744581', u'INT_SUB_-1207744463'), (u'COPY_-1207744417', u'CALL_-1207744480'), (u'INT_ADD_-1207744673', u'CAST_-1207744445'), ('const-433', u'LOAD_-1207744689'), (u'INT_SRIGHT_-1207744627', u'INT_MULT_-1207744587'), (u'INT_SUB_-1207744463', u'INT_LESS_-1207744542'), (u'INT_SUB_-1207744650', u'INT_SRIGHT_-1207744627')]
| null | null |
001c4730
|
x64
|
O2
|
(translation_unit "void FUN_001c4730(long param_1,uint param_2)\n\n{\n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }\n if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");\n}\n\n" (function_definition "void FUN_001c4730(long param_1,uint param_2)\n\n{\n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }\n if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");\n}" primitive_type (function_declarator "FUN_001c4730(long param_1,uint param_2)" identifier (parameter_list "(long param_1,uint param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }\n if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");\n}" { (if_statement "if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }" if (parenthesized_expression "((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2)" ( (binary_expression "(ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2" (call_expression "(ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" ( (binary_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555" (parenthesized_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3)" ( (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3" (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160)" (pointer_expression "*(long *)(param_1 + 0x168)" * (cast_expression "(long *)(param_1 + 0x168)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x168)" ( (binary_expression "param_1 + 0x168" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 0x160)" * (cast_expression "(long *)(param_1 + 0x160)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x160)" ( (binary_expression "param_1 + 0x160" identifier + number_literal) ))))) >> number_literal) )) * number_literal) ))) <= (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }" { comment (expression_statement "FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");" (call_expression "FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index")" identifier (argument_list "("../../gold/object.h",0x8d3,"dynsym_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""dynsym_index"" " string_content ") ))) ;) })) (if_statement "if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {\n return;\n }" if (parenthesized_expression "(*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe)" ( (binary_expression "*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe" (binary_expression "*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U" (pointer_expression "*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18)" * (cast_expression "(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18)" ( (binary_expression "*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18" (binary_expression "*(long *)(param_1 + 0x160) + 4" (pointer_expression "*(long *)(param_1 + 0x160)" * (cast_expression "(long *)(param_1 + 0x160)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x160)" ( (binary_expression "param_1 + 0x160" identifier + number_literal) )))) + number_literal) + (binary_expression "(ulong)param_2 * 0x18" (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) )))) - number_literal) < number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) comment (expression_statement "FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");" (call_expression "FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index")" identifier (argument_list "("../../gold/object.h",0x74a,"output_dynsym_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""output_dynsym_index"" " string_content ") ))) ;) })))
|
(translation_unit "/* DWARF original prototype: uint dynsym_index(Sized_relobj_file<64,_true> * this, uint sym) */\n\nuint __thiscall\ngold::Sized_relobj_file<64,_true>::dynsym_index(Sized_relobj_file<64,_true> *this,uint sym)\n\n{\n uint uVar1;\n pointer pSVar2;\n \n pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>.\n _M_impl._M_start;\n if ((ulong)(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555) <= (ulong)sym) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x8d3,"dynsym_index");\n }\n uVar1 = pSVar2[sym].output_dynsym_index_;\n if (uVar1 - 1 < 0xfffffffe) {\n return uVar1;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x74a,"output_dynsym_index");\n}\n\n" comment (declaration "uint __thiscall\ngold::Sized_relobj_file<64,_true>::dynsym_index(Sized_relobj_file<64,_true> *this,uint sym)\n\n{\n uint uVar1;" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_true>::dynsym_index(Sized_relobj_file<64,_true> *this,uint sym)\n\n{\n uint" identifier > : : (function_declarator "dynsym_index(Sized_relobj_file<64,_true> *this,uint sym)" identifier (parameter_list "(Sized_relobj_file<64,_true> *this,uint sym)" ( (parameter_declaration "Sized_relobj_file" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint sym" type_identifier identifier) ))) { identifier) identifier ;) (declaration "pointer pSVar2;" type_identifier identifier ;) (expression_statement "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>.\n _M_impl._M_start;" (field_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>.\n _M_impl._M_start" (field_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>.\n _M_impl" (binary_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_" (binary_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_" (binary_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64" (binary_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold" (binary_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std" (binary_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64" (assignment_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold" identifier = (binary_expression "(this->local_values_).\n super__Vector_base<gold" (field_expression "(this->local_values_).\n super__Vector_base" (parenthesized_expression "(this->local_values_)" ( (field_expression "this->local_values_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Symbol_value" : : identifier) < number_literal) > (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol_value" : : identifier) < number_literal) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if ((ulong)(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555) <= (ulong)sym) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x8d3,"dynsym_index");\n }" if (parenthesized_expression "((ulong)(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555) <= (ulong)sym)" ( (binary_expression "(ulong)(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555) <= (ulong)sym" (call_expression "(ulong)(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555)" ( (binary_expression "((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555" (parenthesized_expression "((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3)" ( (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl._M_finish - (long)pSVar2" (field_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl._M_finish" (field_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold" (cast_expression "(long)(this->local_values_).\n super__Vector_base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "(this->local_values_).\n super__Vector_base" (parenthesized_expression "(this->local_values_)" ( (field_expression "this->local_values_" identifier -> field_identifier) )) . field_identifier)) < identifier) (ERROR "::Symbol_value" : : identifier) < number_literal) > (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol_value" : : identifier) < number_literal) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) - (cast_expression "(long)pSVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal) )) * number_literal) ))) <= (cast_expression "(ulong)sym" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x8d3,"dynsym_index");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/object.h",0x8d3,"dynsym_index");" (call_expression "do_gold_unreachable("../../gold/object.h",0x8d3,"dynsym_index")" identifier (argument_list "("../../gold/object.h",0x8d3,"dynsym_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""dynsym_index"" " string_content ") ))) ;) })) (expression_statement "uVar1 = pSVar2[sym].output_dynsym_index_;" (assignment_expression "uVar1 = pSVar2[sym].output_dynsym_index_" identifier = (field_expression "pSVar2[sym].output_dynsym_index_" (subscript_expression "pSVar2[sym]" identifier [ identifier ]) . field_identifier)) ;) (if_statement "if (uVar1 - 1 < 0xfffffffe) {\n return uVar1;\n }" if (parenthesized_expression "(uVar1 - 1 < 0xfffffffe)" ( (binary_expression "uVar1 - 1 < 0xfffffffe" (binary_expression "uVar1 - 1" identifier - number_literal) < number_literal) )) (compound_statement "{\n return uVar1;\n }" { (return_statement "return uVar1;" return identifier ;) })) comment (expression_statement "do_gold_unreachable("../../gold/object.h",0x74a,"output_dynsym_index");" (call_expression "do_gold_unreachable("../../gold/object.h",0x74a,"output_dynsym_index")" identifier (argument_list "("../../gold/object.h",0x74a,"output_dynsym_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""output_dynsym_index"" " string_content ") ))) ;) (ERROR "}" }))
|
(translation_unit "void FUN_001c4730(long param_1,uint param_2)\n\n{\n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n \n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }\n if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {\n return;\n }\n \n FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");\n}\n\n" (function_definition "void FUN_001c4730(long param_1,uint param_2)\n\n{\n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n \n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }\n if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {\n return;\n }\n \n FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");\n}" primitive_type (function_declarator "FUN_001c4730(long param_1,uint param_2)" identifier (parameter_list "(long param_1,uint param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n \n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }\n if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {\n return;\n }\n \n FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");\n}" { (if_statement "if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n \n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }" if (parenthesized_expression "((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2)" ( (binary_expression "(ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2" (call_expression "(ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" ( (binary_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555" (parenthesized_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3)" ( (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3" (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160)" (pointer_expression "*(long *)(param_1 + 0x168)" * (cast_expression "(long *)(param_1 + 0x168)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x168)" ( (binary_expression "param_1 + 0x168" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 0x160)" * (cast_expression "(long *)(param_1 + 0x160)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x160)" ( (binary_expression "param_1 + 0x160" identifier + number_literal) ))))) >> number_literal) )) * number_literal) ))) <= (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n \n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }" { (expression_statement "FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");" (call_expression "FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index")" identifier (argument_list "("../../gold/object.h",0x8d3,"dynsym_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""dynsym_index"" " string_content ") ))) ;) })) (if_statement "if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {\n return;\n }" if (parenthesized_expression "(*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe)" ( (binary_expression "*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe" (binary_expression "*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U" (pointer_expression "*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18)" * (cast_expression "(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18)" ( (binary_expression "*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18" (binary_expression "*(long *)(param_1 + 0x160) + 4" (pointer_expression "*(long *)(param_1 + 0x160)" * (cast_expression "(long *)(param_1 + 0x160)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x160)" ( (binary_expression "param_1 + 0x160" identifier + number_literal) )))) + number_literal) + (binary_expression "(ulong)param_2 * 0x18" (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) )))) - number_literal) < number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");" (call_expression "FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index")" identifier (argument_list "("../../gold/object.h",0x74a,"output_dynsym_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""output_dynsym_index"" " string_content ") ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) >> LIT) )) * LIT) ))) <= (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) )))) - LIT) < LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
|
(function_definition "void FUN_001c4730(long param_1,uint param_2)\n\n{\n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n \n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }\n if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {\n return;\n }\n \n FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");\n}" (primitive_type "void") (function_declarator "FUN_001c4730(long param_1,uint param_2)" (identifier "FUN_001c4730") (parameter_list "(long param_1,uint param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) () ")"))) (compound_statement "{\n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n \n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }\n if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {\n return;\n }\n \n FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");\n}" ({ "{") (if_statement "if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n \n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }" (if "if") (parenthesized_expression "((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2)" (( "(") (binary_expression "(ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2" (call_expression "(ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" (( "(") (binary_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555" (parenthesized_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3)" (( "(") (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3" (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160)" (pointer_expression "*(long *)(param_1 + 0x168)" (* "*") (cast_expression "(long *)(param_1 + 0x168)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x168)" (( "(") (binary_expression "param_1 + 0x168" (identifier "param_1") (+ "+") (number_literal "0x168")) () ")")))) (- "-") (pointer_expression "*(long *)(param_1 + 0x160)" (* "*") (cast_expression "(long *)(param_1 + 0x160)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x160)" (( "(") (binary_expression "param_1 + 0x160" (identifier "param_1") (+ "+") (number_literal "0x160")) () ")"))))) (>> ">>") (number_literal "3")) () ")")) (* "*") (number_literal "-0x5555555555555555")) () ")"))) (<= "<=") (cast_expression "(ulong)param_2" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "param_2"))) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");" (call_expression "FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index")" (identifier "FUN_0017c650") (argument_list "("../../gold/object.h",0x8d3,"dynsym_index")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x8d3") (, ",") (string_literal ""dynsym_index"" (" """) (string_content "dynsym_index") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {\n return;\n }" (if "if") (parenthesized_expression "(*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe)" (( "(") (binary_expression "*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe" (binary_expression "*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U" (pointer_expression "*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18)" (* "*") (cast_expression "(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18)" (( "(") (binary_expression "*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18" (binary_expression "*(long *)(param_1 + 0x160) + 4" (pointer_expression "*(long *)(param_1 + 0x160)" (* "*") (cast_expression "(long *)(param_1 + 0x160)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x160)" (( "(") (binary_expression "param_1 + 0x160" (identifier "param_1") (+ "+") (number_literal "0x160")) () ")")))) (+ "+") (number_literal "4")) (+ "+") (binary_expression "(ulong)param_2 * 0x18" (cast_expression "(ulong)param_2" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "param_2")) (* "*") (number_literal "0x18"))) () ")")))) (- "-") (number_literal "1U")) (< "<") (number_literal "0xfffffffe")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");" (call_expression "FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index")" (identifier "FUN_0017c650") (argument_list "("../../gold/object.h",0x74a,"output_dynsym_index")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x74a") (, ",") (string_literal ""output_dynsym_index"" (" """) (string_content "output_dynsym_index") (" """)) () ")"))) (; ";")) (} "}")))
|
/* DWARF original prototype: uint dynsym_index(Sized_relobj_file<64,_true> * this, uint sym) */
type_1 __thiscall
var_1::Sized_relobj_file<64,_true>::dynsym_index(Sized_relobj_file<64,_true> *this,type_1 sym)
{
type_1 var_5;
type_2 pSVar2;
pSVar2 = (this->local_values_).
super__Vector_base<var_1::Symbol_value<64>,var_2::allocator<var_1::Symbol_value<64>var_3>var_3>.
_M_impl._M_start;
if ((type_3)(((long)(this->local_values_).
super__Vector_base<var_1::Symbol_value<64>,var_2::allocator<var_1::Symbol_value<64>var_3>var_3>
._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555) <= (type_3)sym) {
/* WARNING: Subroutine does not return */
var_4("../../gold/object.h",0x8d3,"dynsym_index");
}
var_5 = pSVar2[sym].output_dynsym_index_;
if (var_5 - 1 < 0xfffffffe) {
return var_5;
}
/* WARNING: Subroutine does not return */
var_4("../../gold/object.h",0x74a,"output_dynsym_index");
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))) right: (number_literal)))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))))) right: (number_literal)) right: (number_literal))) consequence: (compound_statement (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
| null |
void MASKED(long param_1,uint param_2)
{
if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)
<= (ulong)param_2) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");
}
if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {
return;
}
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");
}
|
3195_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
|
~Output_relocatable_relocs
|
FUN_001b17e0
|
/* DWARF original prototype: void ~Output_relocatable_relocs(Output_relocatable_relocs<4,_32,_true>
* this, int __in_chrg) */
void __thiscall
gold::Output_relocatable_relocs<4,_32,_true>::~Output_relocatable_relocs
(Output_relocatable_relocs<4,_32,_true> *this,int __in_chrg)
{
(this->super_Output_section_data).super_Output_data._vptr_Output_data =
(_func_int_varargs **)&DAT_00435b70;
Output_data::~Output_data((Output_data *)this,__in_chrg);
operator_delete(this,0x40);
return;
}
|
void FUN_001b17e0(undefined8 *param_1)
{
*param_1 = &DAT_00435b70;
FUN_001f5370();
thunk_FUN_002dac60(param_1,0x40);
return;
}
|
LEA RAX,[0x435b70]
PUSH RBX
MOV RBX,RDI
MOV qword ptr [RDI],RAX
CALL 0x001f5370
MOV RDI,RBX
MOV ESI,0x40
POP RBX
JMP 0x002dac50
| null | null | null | null |
[('tmp_50', u'CAST_-1207691172'), ('const-64', u'CALL_-1207691245'), ('tmp_51', u'CALL_-1207691266'), ('tmp_50', u'CALL_-1207691245'), ('tmp_50', u'PTRSUB_-1207691177'), ('const-0', u'PTRSUB_-1207691176'), ('const-4414320', u'PTRSUB_-1207691178'), (u'PTRSUB_-1207691177', u'PTRSUB_-1207691176'), (u'PTRSUB_-1207691175', u'STORE_-1207691276'), (u'PTRSUB_-1207691178', u'CAST_-1207691176'), (u'PTRSUB_-1207691176', u'PTRSUB_-1207691175'), ('const-0', u'PTRSUB_-1207691178'), ('const-433', u'STORE_-1207691276'), (u'CAST_-1207691172', u'CALL_-1207691266'), ('const-0', u'RETURN_-1207691241'), ('const-0', u'PTRSUB_-1207691175'), (u'CAST_-1207691176', u'STORE_-1207691276'), ('const-0', u'PTRSUB_-1207691177')]
|
[('tmp_91', u'CALL_-1207691245'), ('const-64', u'CALL_-1207691245'), ('const-4414320', u'PTRSUB_-1207691180'), ('tmp_91', u'STORE_-1207691276'), ('const-0', u'RETURN_-1207691241'), ('const-433', u'STORE_-1207691276'), ('const-0', u'PTRSUB_-1207691180'), (u'PTRSUB_-1207691180', u'STORE_-1207691276')]
| null | null |
001b17e0
|
x64
|
O2
|
(translation_unit "void FUN_001b17e0(undefined8 *param_1)\n\n{\n *param_1 = &DAT_00435b70;\n FUN_001f5370();\n thunk_FUN_002dac60(param_1,0x40);\n return;\n}\n\n" (function_definition "void FUN_001b17e0(undefined8 *param_1)\n\n{\n *param_1 = &DAT_00435b70;\n FUN_001f5370();\n thunk_FUN_002dac60(param_1,0x40);\n return;\n}" primitive_type (function_declarator "FUN_001b17e0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &DAT_00435b70;\n FUN_001f5370();\n thunk_FUN_002dac60(param_1,0x40);\n return;\n}" { (expression_statement "*param_1 = &DAT_00435b70;" (assignment_expression "*param_1 = &DAT_00435b70" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_00435b70" & identifier)) ;) (expression_statement "FUN_001f5370();" (call_expression "FUN_001f5370()" identifier (argument_list "()" ( ))) ;) (expression_statement "thunk_FUN_002dac60(param_1,0x40);" (call_expression "thunk_FUN_002dac60(param_1,0x40)" identifier (argument_list "(param_1,0x40)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void ~Output_relocatable_relocs(Output_relocatable_relocs<4,_32,_true>\n * this, int __in_chrg) */\n\nvoid __thiscall\ngold::Output_relocatable_relocs<4,_32,_true>::~Output_relocatable_relocs\n (Output_relocatable_relocs<4,_32,_true> *this,int __in_chrg)\n\n{\n (this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_00435b70;\n Output_data::~Output_data((Output_data *)this,__in_chrg);\n operator_delete(this,0x40);\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Output_relocatable_relocs<4,_32,_true>::~Output_relocatable_relocs\n (Output_relocatable_relocs<4,_32,_true> *this,int __in_chrg)\n\n{\n (this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_00435b70;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<4" < number_literal) , identifier , (ERROR "_true>::~" identifier > : : ~) (init_declarator "Output_relocatable_relocs\n (Output_relocatable_relocs<4,_32,_true> *this,int __in_chrg)\n\n{\n (this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_00435b70" (function_declarator "Output_relocatable_relocs\n (Output_relocatable_relocs<4,_32,_true> *this,int __in_chrg)\n\n{\n (this->super_Output_section_data).super_Output_data._vptr_Output_data" (function_declarator "Output_relocatable_relocs\n (Output_relocatable_relocs<4,_32,_true> *this,int __in_chrg)" identifier (parameter_list "(Output_relocatable_relocs<4,_32,_true> *this,int __in_chrg)" ( (parameter_declaration "Output_relocatable_relocs" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_32" type_identifier) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (ERROR "{" {) (parameter_list "(this->super_Output_section_data)" ( (parameter_declaration "this->super_Output_section_data" type_identifier (ERROR "->" ->) identifier) )) (ERROR "." .) identifier (ERROR "." .) identifier) = (cast_expression "(_func_int_varargs **)&DAT_00435b70" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&DAT_00435b70" & identifier))) ;) (labeled_statement "Output_data::~Output_data((Output_data *)this,__in_chrg);" statement_identifier : (ERROR ":" :) (expression_statement "~Output_data((Output_data *)this,__in_chrg);" (unary_expression "~Output_data((Output_data *)this,__in_chrg)" ~ (call_expression "Output_data((Output_data *)this,__in_chrg)" identifier (argument_list "((Output_data *)this,__in_chrg)" ( (cast_expression "(Output_data *)this" ( (type_descriptor "Output_data *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier )))) ;)) (expression_statement "operator_delete(this,0x40);" (call_expression "operator_delete(this,0x40)" identifier (argument_list "(this,0x40)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_001b17e0(undefined8 *param_1)\n\n{\n *param_1 = &DAT_00435b70;\n FUN_001f5370();\n thunk_FUN_002dac60(param_1,0x40);\n return;\n}\n\n" (function_definition "void FUN_001b17e0(undefined8 *param_1)\n\n{\n *param_1 = &DAT_00435b70;\n FUN_001f5370();\n thunk_FUN_002dac60(param_1,0x40);\n return;\n}" primitive_type (function_declarator "FUN_001b17e0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &DAT_00435b70;\n FUN_001f5370();\n thunk_FUN_002dac60(param_1,0x40);\n return;\n}" { (expression_statement "*param_1 = &DAT_00435b70;" (assignment_expression "*param_1 = &DAT_00435b70" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_00435b70" & identifier)) ;) (expression_statement "FUN_001f5370();" (call_expression "FUN_001f5370()" identifier (argument_list "()" ( ))) ;) (expression_statement "thunk_FUN_002dac60(param_1,0x40);" (call_expression "thunk_FUN_002dac60(param_1,0x40)" identifier (argument_list "(param_1,0x40)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_001b17e0(undefined8 *param_1)\n\n{\n *param_1 = &DAT_00435b70;\n FUN_001f5370();\n thunk_FUN_002dac60(param_1,0x40);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001b17e0(undefined8 *param_1)" (identifier "FUN_001b17e0") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &DAT_00435b70;\n FUN_001f5370();\n thunk_FUN_002dac60(param_1,0x40);\n return;\n}" ({ "{") (expression_statement "*param_1 = &DAT_00435b70;" (assignment_expression "*param_1 = &DAT_00435b70" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&DAT_00435b70" (& "&") (identifier "DAT_00435b70"))) (; ";")) (expression_statement "FUN_001f5370();" (call_expression "FUN_001f5370()" (identifier "FUN_001f5370") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "thunk_FUN_002dac60(param_1,0x40);" (call_expression "thunk_FUN_002dac60(param_1,0x40)" (identifier "thunk_FUN_002dac60") (argument_list "(param_1,0x40)" (( "(") (identifier "param_1") (, ",") (number_literal "0x40") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void ~Output_relocatable_relocs(Output_relocatable_relocs<4,_32,_true>
* this, int __in_chrg) */
void __thiscall
gold::function_1<4,type_1,type_2>::~function_1
(function_1<4,type_1,type_2> *type_3,int __in_chrg)
{
(type_3->super_Output_section_data).function_2.function_3 =
(type_4 **)&DAT_00435b70;
Output_data::~var_1((var_1 *)type_3,__in_chrg);
var_2(type_3,0x40);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
| null |
void MASKED(undefined8 *param_1)
{
*param_1 = &DAT_00435b70;
FUN_001f5370();
thunk_FUN_002dac60(param_1,0x40);
return;
}
|
5576_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
|
add_constant
|
FUN_00279d20
|
/* DWARF original prototype: uint add_constant(Output_data_got<32,_false> * this, Valtype constant)
*/
uint __thiscall
gold::Output_data_got<32,_false>::add_constant(Output_data_got<32,_false> *this,Valtype constant)
{
Got_entry got_entry;
uint uVar1;
undefined4 uStack_24;
undefined4 uStack_1c;
undefined8 local_18;
got_entry._12_4_ = uStack_1c;
got_entry._8_4_ = 0x7ffffffe;
got_entry.u_._4_4_ = uStack_24;
got_entry.u_.constant = constant;
got_entry.addend_ = local_18;
uVar1 = add_got_entry(this,got_entry);
return uVar1;
}
|
void FUN_00279d20(void)
{
FUN_00279360();
return;
}
|
SUB RSP,0x30
MOV dword ptr [RSP + 0x10],0x7ffffffe
MOV dword ptr [RSP + 0x8],ESI
PUSH qword ptr [RSP + 0x18]
PUSH qword ptr [RSP + 0x18]
PUSH qword ptr [RSP + 0x18]
CALL 0x00279360
ADD RSP,0x48
RET
| null | null | null | null |
[(u'PIECE_-1204249157', u'CALL_-1204249245'), ('const-2147483646', u'COPY_-1204249213'), (u'PIECE_-1204249157', u'PIECE_-1204249158'), (u'COPY_-1204249213', u'PIECE_-1204249158'), ('tmp_256', u'COPY_-1204249214'), (u'COPY_-1204249208', u'PIECE_-1204249157'), ('tmp_257', u'COPY_-1204249208'), (u'PIECE_-1204249158', u'PIECE_-1204249157'), ('tmp_132', u'CALL_-1204249245'), ('const-0', u'RETURN_-1204249221'), (u'PIECE_-1204249158', u'PIECE_-1204249158'), ('tmp_255', u'COPY_-1204249207'), (u'COPY_-1204249207', u'PIECE_-1204249157'), (u'COPY_-1204249207', u'PIECE_-1204249157'), ('tmp_133', u'COPY_-1204249207'), (u'COPY_-1204249214', u'PIECE_-1204249158'), (u'CALL_-1204249245', u'RETURN_-1204249221')]
|
[('const-0', u'RETURN_-1204249221')]
| null | null |
00279d20
|
x64
|
O2
|
(translation_unit "void FUN_00279d20(void)\n\n{\n FUN_00279360();\n return;\n}\n\n" (function_definition "void FUN_00279d20(void)\n\n{\n FUN_00279360();\n return;\n}" primitive_type (function_declarator "FUN_00279d20(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_00279360();\n return;\n}" { (expression_statement "FUN_00279360();" (call_expression "FUN_00279360()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: uint add_constant(Output_data_got<32,_false> * this, Valtype constant)\n */\n\nuint __thiscall\ngold::Output_data_got<32,_false>::add_constant(Output_data_got<32,_false> *this,Valtype constant)\n\n{\n Got_entry got_entry;\n uint uVar1;\n undefined4 uStack_24;\n undefined4 uStack_1c;\n undefined8 local_18;\n \n got_entry._12_4_ = uStack_1c;\n got_entry._8_4_ = 0x7ffffffe;\n got_entry.u_._4_4_ = uStack_24;\n got_entry.u_.constant = constant;\n got_entry.addend_ = local_18;\n uVar1 = add_got_entry(this,got_entry);\n return uVar1;\n}\n\n" comment (declaration "uint __thiscall\ngold::Output_data_got<32,_false>::add_constant(Output_data_got<32,_false> *this,Valtype constant)\n\n{\n Got_entry got_entry;" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::add_constant(Output_data_got<32,_false> *this,Valtype constant)\n\n{\n Got_entry" identifier > : : (function_declarator "add_constant(Output_data_got<32,_false> *this,Valtype constant)" identifier (parameter_list "(Output_data_got<32,_false> *this,Valtype constant)" ( (parameter_declaration "Output_data_got" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Valtype constant" type_identifier identifier) ))) { identifier) identifier ;) (declaration "uint uVar1;" type_identifier identifier ;) (declaration "undefined4 uStack_24;" type_identifier identifier ;) (declaration "undefined4 uStack_1c;" type_identifier identifier ;) (declaration "undefined8 local_18;" type_identifier identifier ;) (expression_statement "got_entry._12_4_ = uStack_1c;" (assignment_expression "got_entry._12_4_ = uStack_1c" (field_expression "got_entry._12_4_" identifier . field_identifier) = identifier) ;) (expression_statement "got_entry._8_4_ = 0x7ffffffe;" (assignment_expression "got_entry._8_4_ = 0x7ffffffe" (field_expression "got_entry._8_4_" identifier . field_identifier) = number_literal) ;) (expression_statement "got_entry.u_._4_4_ = uStack_24;" (assignment_expression "got_entry.u_._4_4_ = uStack_24" (field_expression "got_entry.u_._4_4_" (field_expression "got_entry.u_" identifier . field_identifier) . field_identifier) = identifier) ;) (expression_statement "got_entry.u_.constant = constant;" (assignment_expression "got_entry.u_.constant = constant" (field_expression "got_entry.u_.constant" (field_expression "got_entry.u_" identifier . field_identifier) . field_identifier) = identifier) ;) (expression_statement "got_entry.addend_ = local_18;" (assignment_expression "got_entry.addend_ = local_18" (field_expression "got_entry.addend_" identifier . field_identifier) = identifier) ;) (expression_statement "uVar1 = add_got_entry(this,got_entry);" (assignment_expression "uVar1 = add_got_entry(this,got_entry)" identifier = (call_expression "add_got_entry(this,got_entry)" identifier (argument_list "(this,got_entry)" ( identifier , identifier )))) ;) (return_statement "return uVar1;" return identifier ;) (ERROR "}" }))
|
(translation_unit "void FUN_00279d20(void)\n\n{\n FUN_00279360();\n return;\n}\n\n" (function_definition "void FUN_00279d20(void)\n\n{\n FUN_00279360();\n return;\n}" primitive_type (function_declarator "FUN_00279d20(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_00279360();\n return;\n}" { (expression_statement "FUN_00279360();" (call_expression "FUN_00279360()" 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_00279d20(void)\n\n{\n FUN_00279360();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00279d20(void)" (identifier "FUN_00279d20") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_00279360();\n return;\n}" ({ "{") (expression_statement "FUN_00279360();" (call_expression "FUN_00279360()" (identifier "FUN_00279360") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: uint add_constant(Output_data_got<32,_false> * this, Valtype constant)
*/
type_1 __thiscall
gold::Output_data_got<32,_false>::add_constant(Output_data_got<32,_false> *this,Valtype constant)
{
Got_entry got_entry;
type_1 uVar1;
type_2 uStack_24;
type_2 uStack_1c;
type_3 local_18;
got_entry._12_4_ = uStack_1c;
got_entry._8_4_ = 0x7ffffffe;
got_entry.u_._4_4_ = uStack_24;
got_entry.u_.constant = constant;
got_entry.addend_ = local_18;
uVar1 = var_1(this,got_entry);
return uVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))))
| null |
void MASKED(void)
{
FUN_00279360();
return;
}
|
428_powerpc64-linux-gnu-objdump_and_powerpc64-linux-gnu-objdump_strip.c
|
warn_stab
|
FUN_0012e500
|
void warn_stab(char *p,char *err)
{
char *__format;
__format = (char *)dcgettext(0,"Warning: %s: %s\n",5);
fprintf(stderr,__format,err,p);
return;
}
|
void FUN_0012e500(undefined8 param_1,undefined8 param_2)
{
char *__format;
__format = (char *)dcgettext(0,"Warning: %s: %s\n",5);
fprintf(stderr,__format,param_2,param_1);
return;
}
|
PUSH RBP
MOV EDX,0x5
MOV RBP,RDI
XOR EDI,EDI
PUSH RBX
MOV RBX,RSI
LEA RSI,[0x14678e]
SUB RSP,0x8
CALL 0x00107230
MOV RDI,qword ptr [0x00157220]
ADD RSP,0x8
MOV RCX,RBP
MOV RDX,RBX
MOV RSI,RAX
POP RBX
XOR EAX,EAX
POP RBP
JMP 0x00107850
| null | null | null | null |
[('const-0', u'CALL_-1207048896'), (u'COPY_-1207048801', u'CALL_-1207048896'), ('const-1337230', u'COPY_-1207048801'), (u'CALL_-1207048896', u'CAST_-1207048737'), (u'CAST_-1207048737', u'CALL_-1207048835'), ('tmp_176', u'CALL_-1207048835'), ('tmp_175', u'CALL_-1207048835'), (u'CALL_-1207048896', u'INDIRECT_-1207048750'), ('const-5', u'CALL_-1207048896'), ('const-0', u'RETURN_-1207048831'), (u'CALL_-1207048835', u'INDIRECT_-1207048720'), (u'INDIRECT_-1207048720', u'COPY_-1207048779'), (u'INDIRECT_-1207048750', u'CALL_-1207048835')]
|
[('tmp_312', u'CALL_-1207048835'), ('const-0', u'CALL_-1207048896'), (u'COPY_-1207048801', u'CALL_-1207048896'), ('const-1337230', u'COPY_-1207048801'), (u'CALL_-1207048896', u'CAST_-1207048737'), (u'CAST_-1207048737', u'CALL_-1207048835'), (u'CALL_-1207048896', u'INDIRECT_-1207048750'), ('const-5', u'CALL_-1207048896'), ('const-0', u'RETURN_-1207048831'), (u'CALL_-1207048835', u'INDIRECT_-1207048720'), (u'INDIRECT_-1207048720', u'COPY_-1207048779'), ('tmp_315', u'CALL_-1207048835'), (u'INDIRECT_-1207048750', u'CALL_-1207048835')]
| null | null |
0012e500
|
x64
|
O2
|
(translation_unit "void FUN_0012e500(undefined8 param_1,undefined8 param_2)\n\n{\n char *__format;\n \n __format = (char *)dcgettext(0,"Warning: %s: %s\n",5);\n fprintf(stderr,__format,param_2,param_1);\n return;\n}\n\n" (function_definition "void FUN_0012e500(undefined8 param_1,undefined8 param_2)\n\n{\n char *__format;\n \n __format = (char *)dcgettext(0,"Warning: %s: %s\n",5);\n fprintf(stderr,__format,param_2,param_1);\n return;\n}" primitive_type (function_declarator "FUN_0012e500(undefined8 param_1,undefined8 param_2)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n char *__format;\n \n __format = (char *)dcgettext(0,"Warning: %s: %s\n",5);\n fprintf(stderr,__format,param_2,param_1);\n return;\n}" { (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (expression_statement "__format = (char *)dcgettext(0,"Warning: %s: %s\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"Warning: %s: %s\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"Warning: %s: %s\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Warning: %s: %s\n",5)" identifier (argument_list "(0,"Warning: %s: %s\n",5)" ( number_literal , (string_literal ""Warning: %s: %s\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(stderr,__format,param_2,param_1);" (call_expression "fprintf(stderr,__format,param_2,param_1)" identifier (argument_list "(stderr,__format,param_2,param_1)" ( identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void warn_stab(char *p,char *err)\n\n{\n char *__format;\n \n __format = (char *)dcgettext(0,"Warning: %s: %s\n",5);\n fprintf(stderr,__format,err,p);\n return;\n}\n\n" (function_definition "void warn_stab(char *p,char *err)\n\n{\n char *__format;\n \n __format = (char *)dcgettext(0,"Warning: %s: %s\n",5);\n fprintf(stderr,__format,err,p);\n return;\n}" primitive_type (function_declarator "warn_stab(char *p,char *err)" identifier (parameter_list "(char *p,char *err)" ( (parameter_declaration "char *p" primitive_type (pointer_declarator "*p" * identifier)) , (parameter_declaration "char *err" primitive_type (pointer_declarator "*err" * identifier)) ))) (compound_statement "{\n char *__format;\n \n __format = (char *)dcgettext(0,"Warning: %s: %s\n",5);\n fprintf(stderr,__format,err,p);\n return;\n}" { (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (expression_statement "__format = (char *)dcgettext(0,"Warning: %s: %s\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"Warning: %s: %s\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"Warning: %s: %s\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Warning: %s: %s\n",5)" identifier (argument_list "(0,"Warning: %s: %s\n",5)" ( number_literal , (string_literal ""Warning: %s: %s\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(stderr,__format,err,p);" (call_expression "fprintf(stderr,__format,err,p)" identifier (argument_list "(stderr,__format,err,p)" ( identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0012e500(undefined8 param_1,undefined8 param_2)\n\n{\n char *__format;\n \n __format = (char *)dcgettext(0,"Warning: %s: %s\n",5);\n fprintf(stderr,__format,param_2,param_1);\n return;\n}\n\n" (function_definition "void FUN_0012e500(undefined8 param_1,undefined8 param_2)\n\n{\n char *__format;\n \n __format = (char *)dcgettext(0,"Warning: %s: %s\n",5);\n fprintf(stderr,__format,param_2,param_1);\n return;\n}" primitive_type (function_declarator "FUN_0012e500(undefined8 param_1,undefined8 param_2)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n char *__format;\n \n __format = (char *)dcgettext(0,"Warning: %s: %s\n",5);\n fprintf(stderr,__format,param_2,param_1);\n return;\n}" { (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (expression_statement "__format = (char *)dcgettext(0,"Warning: %s: %s\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"Warning: %s: %s\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"Warning: %s: %s\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Warning: %s: %s\n",5)" identifier (argument_list "(0,"Warning: %s: %s\n",5)" ( number_literal , (string_literal ""Warning: %s: %s\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(stderr,__format,param_2,param_1);" (call_expression "fprintf(stderr,__format,param_2,param_1)" identifier (argument_list "(stderr,__format,param_2,param_1)" ( identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (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 , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0012e500(undefined8 param_1,undefined8 param_2)\n\n{\n char *__format;\n \n __format = (char *)dcgettext(0,"Warning: %s: %s\n",5);\n fprintf(stderr,__format,param_2,param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0012e500(undefined8 param_1,undefined8 param_2)" (identifier "FUN_0012e500") (parameter_list "(undefined8 param_1,undefined8 param_2)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) () ")"))) (compound_statement "{\n char *__format;\n \n __format = (char *)dcgettext(0,"Warning: %s: %s\n",5);\n fprintf(stderr,__format,param_2,param_1);\n return;\n}" ({ "{") (declaration "char *__format;" (primitive_type "char") (pointer_declarator "*__format" (* "*") (identifier "__format")) (; ";")) (expression_statement "__format = (char *)dcgettext(0,"Warning: %s: %s\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"Warning: %s: %s\n",5)" (identifier "__format") (= "=") (cast_expression "(char *)dcgettext(0,"Warning: %s: %s\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,"Warning: %s: %s\n",5)" (identifier "dcgettext") (argument_list "(0,"Warning: %s: %s\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""Warning: %s: %s\n"" (" """) (string_content "Warning: %s: %s") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(stderr,__format,param_2,param_1);" (call_expression "fprintf(stderr,__format,param_2,param_1)" (identifier "fprintf") (argument_list "(stderr,__format,param_2,param_1)" (( "(") (identifier "stderr") (, ",") (identifier "__format") (, ",") (identifier "param_2") (, ",") (identifier "param_1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(char *p,char *err)
{
char *__format;
__format = (char *)var_1(0,"Warning: %s: %s\n",5);
var_2(stderr,__format,err,p);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier)))) (return_statement))))
| null |
void MASKED(undefined8 param_1,undefined8 param_2)
{
char *__format;
__format = (char *)dcgettext(0,"Warning: %s: %s\n",5);
fprintf(stderr,__format,param_2,param_1);
return;
}
|
312_sparc64-linux-gnu-as_and_sparc64-linux-gnu-as_strip.c
|
new_logical_line
|
FUN_001182c0
|
int new_logical_line(char *fname,int line_number)
{
int iVar1;
iVar1 = new_logical_line_flags(fname,line_number,0);
return iVar1;
}
|
void FUN_001182c0(undefined8 param_1,undefined8 param_2)
{
FUN_001181f0(param_1,param_2,0);
return;
}
|
XOR EDX,EDX
JMP 0x001181f0
| null | null | null | null |
[('const-0', u'CALL_-1207008557'), ('const-0', u'RETURN_-1207008553'), (u'CALL_-1207008557', u'RETURN_-1207008553'), ('tmp_36', u'CALL_-1207008557'), ('tmp_35', u'CALL_-1207008557')]
|
[('const-0', u'RETURN_-1207008553'), ('const-0', u'CALL_-1207008557'), ('tmp_99', u'CALL_-1207008557'), ('tmp_100', u'CALL_-1207008557')]
| null | null |
001182c0
|
x64
|
O2
|
(translation_unit "void FUN_001182c0(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_001181f0(param_1,param_2,0);\n return;\n}\n\n" (function_definition "void FUN_001182c0(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_001181f0(param_1,param_2,0);\n return;\n}" primitive_type (function_declarator "FUN_001182c0(undefined8 param_1,undefined8 param_2)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n FUN_001181f0(param_1,param_2,0);\n return;\n}" { (expression_statement "FUN_001181f0(param_1,param_2,0);" (call_expression "FUN_001181f0(param_1,param_2,0)" identifier (argument_list "(param_1,param_2,0)" ( identifier , identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "int new_logical_line(char *fname,int line_number)\n\n{\n int iVar1;\n \n iVar1 = new_logical_line_flags(fname,line_number,0);\n return iVar1;\n}\n\n" (function_definition "int new_logical_line(char *fname,int line_number)\n\n{\n int iVar1;\n \n iVar1 = new_logical_line_flags(fname,line_number,0);\n return iVar1;\n}" primitive_type (function_declarator "new_logical_line(char *fname,int line_number)" identifier (parameter_list "(char *fname,int line_number)" ( (parameter_declaration "char *fname" primitive_type (pointer_declarator "*fname" * identifier)) , (parameter_declaration "int line_number" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = new_logical_line_flags(fname,line_number,0);\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = new_logical_line_flags(fname,line_number,0);" (assignment_expression "iVar1 = new_logical_line_flags(fname,line_number,0)" identifier = (call_expression "new_logical_line_flags(fname,line_number,0)" identifier (argument_list "(fname,line_number,0)" ( identifier , identifier , number_literal )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit "void FUN_001182c0(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_001181f0(param_1,param_2,0);\n return;\n}\n\n" (function_definition "void FUN_001182c0(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_001181f0(param_1,param_2,0);\n return;\n}" primitive_type (function_declarator "FUN_001182c0(undefined8 param_1,undefined8 param_2)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n FUN_001181f0(param_1,param_2,0);\n return;\n}" { (expression_statement "FUN_001181f0(param_1,param_2,0);" (call_expression "FUN_001181f0(param_1,param_2,0)" identifier (argument_list "(param_1,param_2,0)" ( identifier , 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) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_001182c0(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_001181f0(param_1,param_2,0);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001182c0(undefined8 param_1,undefined8 param_2)" (identifier "FUN_001182c0") (parameter_list "(undefined8 param_1,undefined8 param_2)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) () ")"))) (compound_statement "{\n FUN_001181f0(param_1,param_2,0);\n return;\n}" ({ "{") (expression_statement "FUN_001181f0(param_1,param_2,0);" (call_expression "FUN_001181f0(param_1,param_2,0)" (identifier "FUN_001181f0") (argument_list "(param_1,param_2,0)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (number_literal "0") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
int function_1(char *fname,int line_number)
{
int iVar1;
iVar1 = var_1(fname,line_number,0);
return iVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal)))) (return_statement))))
| null |
void MASKED(undefined8 param_1,undefined8 param_2)
{
FUN_001181f0(param_1,param_2,0);
return;
}
|
9100_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
|
falsename
|
FUN_00349370
|
/* std::numpunct<char>::falsename() const */
void std::numpunct<char>::falsename(void)
{
long *in_RSI;
string *in_RDI;
allocator local_9;
if (*(code **)(*in_RSI + 0x30) == (code *)PTR_do_falsename_004b9b60) {
std::string::string(in_RDI,*(char **)(in_RSI[2] + 0x38),&local_9);
return;
}
(**(code **)(*in_RSI + 0x30))();
return;
}
|
undefined8 FUN_00349370(undefined8 param_1,long *param_2)
{
undefined1 local_9;
if (*(code **)(*param_2 + 0x30) == (code *)PTR_FUN_004b9b60) {
FUN_0036d410(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9);
return param_1;
}
(**(code **)(*param_2 + 0x30))();
return param_1;
}
|
PUSH RBX
MOV RBX,RDI
SUB RSP,0x10
MOV RAX,qword ptr [RSI]
MOV RAX,qword ptr [RAX + 0x30]
CMP RAX,qword ptr [0x004b9b60]
JNZ 0x003493a8
MOV RAX,qword ptr [RSI + 0x10]
LEA RDX,[RSP + 0xf]
MOV RSI,qword ptr [RAX + 0x38]
CALL 0x0036d410
ADD RSP,0x10
MOV RAX,RBX
POP RBX
RET
CALL RAX
ADD RSP,0x10
MOV RAX,RBX
POP RBX
RET
| null | null | null | null |
[(u'LOAD_-1205103703', u'INT_ADD_-1205103673'), ('const-0', u'RETURN_-1205103643'), ('const-0', u'RETURN_-1205103606'), ('const-56', u'INT_ADD_-1205103673'), (u'CAST_-1205103537', u'LOAD_-1205103689'), (u'LOAD_-1205103731', u'INT_EQUAL_-1205103711'), (u'LOAD_-1205103689', u'CALL_-1205103676'), ('const-433', u'LOAD_-1205103689'), ('const-433', u'LOAD_-1205103737'), (u'INDIRECT_-1205103548', u'COPY_-1205103594'), (u'CAST_-1205103561', u'LOAD_-1205103731'), (u'PTRADD_-1205103549', u'LOAD_-1205103703'), ('const-48', u'INT_ADD_-1205103715'), ('tmp_308', u'PTRADD_-1205103549'), (u'INT_ADD_-1205103673', u'CAST_-1205103537'), ('tmp_364', u'CAST_-1205103556'), (u'LOAD_-1205103731', u'CALLIND_-1205103635'), ('const--9', u'PTRSUB_-1205103543'), (u'PTRSUB_-1205103543', u'CALL_-1205103676'), (u'LOAD_-1205103737', u'INT_ADD_-1205103715'), ('tmp_308', u'LOAD_-1205103737'), ('const-8', u'PTRADD_-1205103549'), (u'INT_ADD_-1205103715', u'CAST_-1205103561'), (u'INT_EQUAL_-1205103711', u'CBRANCH_-1205103704'), ('const-433', u'LOAD_-1205103731'), (u'INDIRECT_-1205103530', u'COPY_-1205103577'), ('tmp_307', u'CALL_-1205103676'), ('const-433', u'LOAD_-1205103703'), (u'CAST_-1205103556', u'INT_EQUAL_-1205103711'), (u'CALLIND_-1205103635', u'INDIRECT_-1205103530'), ('const-2', u'PTRADD_-1205103549'), ('tmp_79', u'CBRANCH_-1205103704'), ('tmp_306', u'PTRSUB_-1205103543'), (u'CALL_-1205103676', u'INDIRECT_-1205103548')]
|
[('const-433', u'LOAD_-1205103737'), (u'LOAD_-1205103703', u'INT_ADD_-1205103673'), ('const-0', u'RETURN_-1205103643'), ('const-0', u'RETURN_-1205103606'), ('const-56', u'INT_ADD_-1205103673'), (u'CAST_-1205103537', u'LOAD_-1205103689'), (u'LOAD_-1205103731', u'INT_EQUAL_-1205103711'), ('const-8', u'PTRADD_-1205103549'), (u'LOAD_-1205103689', u'CALL_-1205103676'), ('const-433', u'LOAD_-1205103731'), (u'INDIRECT_-1205103548', u'COPY_-1205103594'), ('tmp_307', u'COPY_-1205103626'), (u'CAST_-1205103561', u'LOAD_-1205103731'), (u'COPY_-1205103626', u'RETURN_-1205103606'), ('const-48', u'INT_ADD_-1205103715'), (u'PTRADD_-1205103549', u'LOAD_-1205103703'), ('tmp_308', u'PTRADD_-1205103549'), (u'INT_ADD_-1205103673', u'CAST_-1205103537'), (u'LOAD_-1205103731', u'CALLIND_-1205103635'), (u'PTRSUB_-1205103543', u'CALL_-1205103676'), ('const-2', u'PTRADD_-1205103549'), (u'LOAD_-1205103737', u'INT_ADD_-1205103715'), ('tmp_307', u'COPY_-1205103663'), (u'COPY_-1205103663', u'RETURN_-1205103643'), ('const-433', u'LOAD_-1205103689'), ('tmp_308', u'LOAD_-1205103737'), ('const--9', u'PTRSUB_-1205103543'), (u'INT_ADD_-1205103715', u'CAST_-1205103561'), (u'INT_EQUAL_-1205103711', u'CBRANCH_-1205103704'), ('const-433', u'LOAD_-1205103703'), (u'INDIRECT_-1205103530', u'COPY_-1205103577'), ('tmp_307', u'CALL_-1205103676'), ('tmp_365', u'CAST_-1205103556'), (u'CAST_-1205103556', u'INT_EQUAL_-1205103711'), (u'CALLIND_-1205103635', u'INDIRECT_-1205103530'), ('tmp_79', u'CBRANCH_-1205103704'), ('tmp_306', u'PTRSUB_-1205103543'), (u'CALL_-1205103676', u'INDIRECT_-1205103548')]
| null | null |
00349370
|
x64
|
O2
|
(translation_unit "undefined8 FUN_00349370(undefined8 param_1,long *param_2)\n\n{\n undefined1 local_9;\n \n if (*(code **)(*param_2 + 0x30) == (code *)PTR_FUN_004b9b60) {\n FUN_0036d410(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9);\n return param_1;\n }\n (**(code **)(*param_2 + 0x30))();\n return param_1;\n}\n\n" (function_definition "undefined8 FUN_00349370(undefined8 param_1,long *param_2)\n\n{\n undefined1 local_9;\n \n if (*(code **)(*param_2 + 0x30) == (code *)PTR_FUN_004b9b60) {\n FUN_0036d410(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9);\n return param_1;\n }\n (**(code **)(*param_2 + 0x30))();\n return param_1;\n}" type_identifier (function_declarator "FUN_00349370(undefined8 param_1,long *param_2)" identifier (parameter_list "(undefined8 param_1,long *param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n undefined1 local_9;\n \n if (*(code **)(*param_2 + 0x30) == (code *)PTR_FUN_004b9b60) {\n FUN_0036d410(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9);\n return param_1;\n }\n (**(code **)(*param_2 + 0x30))();\n return param_1;\n}" { (declaration "undefined1 local_9;" type_identifier identifier ;) (if_statement "if (*(code **)(*param_2 + 0x30) == (code *)PTR_FUN_004b9b60) {\n FUN_0036d410(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9);\n return param_1;\n }" if (parenthesized_expression "(*(code **)(*param_2 + 0x30) == (code *)PTR_FUN_004b9b60)" ( (binary_expression "*(code **)(*param_2 + 0x30) == (code *)PTR_FUN_004b9b60" (pointer_expression "*(code **)(*param_2 + 0x30)" * (cast_expression "(code **)(*param_2 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x30)" ( (binary_expression "*param_2 + 0x30" (pointer_expression "*param_2" * identifier) + number_literal) )))) == (cast_expression "(code *)PTR_FUN_004b9b60" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n FUN_0036d410(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9);\n return param_1;\n }" { (expression_statement "FUN_0036d410(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9);" (call_expression "FUN_0036d410(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9)" identifier (argument_list "(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9)" ( identifier , (pointer_expression "*(undefined8 *)(param_2[2] + 0x38)" * (cast_expression "(undefined8 *)(param_2[2] + 0x38)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2[2] + 0x38)" ( (binary_expression "param_2[2] + 0x38" (subscript_expression "param_2[2]" identifier [ number_literal ]) + number_literal) )))) , (pointer_expression "&local_9" & identifier) ))) ;) (return_statement "return param_1;" return identifier ;) })) (expression_statement "(**(code **)(*param_2 + 0x30))();" (call_expression "(**(code **)(*param_2 + 0x30))()" (parenthesized_expression "(**(code **)(*param_2 + 0x30))" ( (pointer_expression "**(code **)(*param_2 + 0x30)" * (pointer_expression "*(code **)(*param_2 + 0x30)" * (cast_expression "(code **)(*param_2 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x30)" ( (binary_expression "*param_2 + 0x30" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return param_1;" return identifier ;) })))
|
(translation_unit "/* std::numpunct<char>::falsename() const */\n\nvoid std::numpunct<char>::falsename(void)\n\n{\n long *in_RSI;\n string *in_RDI;\n allocator local_9;\n \n if (*(code **)(*in_RSI + 0x30) == (code *)PTR_do_falsename_004b9b60) {\n std::string::string(in_RDI,*(char **)(in_RSI[2] + 0x38),&local_9);\n return;\n }\n (**(code **)(*in_RSI + 0x30))();\n return;\n}\n\n" comment (function_definition "void std::numpunct<char>::falsename(void)\n\n{\n long *in_RSI;\n string *in_RDI;\n allocator local_9;\n \n if (*(code **)(*in_RSI + 0x30) == (code *)PTR_do_falsename_004b9b60) {\n std::string::string(in_RDI,*(char **)(in_RSI[2] + 0x38),&local_9);\n return;\n }\n (**(code **)(*in_RSI + 0x30))();\n return;\n}" primitive_type (ERROR "std::numpunct<char>::" identifier : : identifier < primitive_type > : :) (function_declarator "falsename(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long *in_RSI;\n string *in_RDI;\n allocator local_9;\n \n if (*(code **)(*in_RSI + 0x30) == (code *)PTR_do_falsename_004b9b60) {\n std::string::string(in_RDI,*(char **)(in_RSI[2] + 0x38),&local_9);\n return;\n }\n (**(code **)(*in_RSI + 0x30))();\n return;\n}" { (declaration "long *in_RSI;" (sized_type_specifier "long" long) (pointer_declarator "*in_RSI" * identifier) ;) (declaration "string *in_RDI;" type_identifier (pointer_declarator "*in_RDI" * identifier) ;) (declaration "allocator local_9;" type_identifier identifier ;) (if_statement "if (*(code **)(*in_RSI + 0x30) == (code *)PTR_do_falsename_004b9b60) {\n std::string::string(in_RDI,*(char **)(in_RSI[2] + 0x38),&local_9);\n return;\n }" if (parenthesized_expression "(*(code **)(*in_RSI + 0x30) == (code *)PTR_do_falsename_004b9b60)" ( (binary_expression "*(code **)(*in_RSI + 0x30) == (code *)PTR_do_falsename_004b9b60" (pointer_expression "*(code **)(*in_RSI + 0x30)" * (cast_expression "(code **)(*in_RSI + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*in_RSI + 0x30)" ( (binary_expression "*in_RSI + 0x30" (pointer_expression "*in_RSI" * identifier) + number_literal) )))) == (cast_expression "(code *)PTR_do_falsename_004b9b60" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n std::string::string(in_RDI,*(char **)(in_RSI[2] + 0x38),&local_9);\n return;\n }" { (labeled_statement "std::string::string(in_RDI,*(char **)(in_RSI[2] + 0x38),&local_9);" statement_identifier : (ERROR ":" :) (labeled_statement "string::string(in_RDI,*(char **)(in_RSI[2] + 0x38),&local_9);" statement_identifier : (ERROR ":" :) (expression_statement "string(in_RDI,*(char **)(in_RSI[2] + 0x38),&local_9);" (call_expression "string(in_RDI,*(char **)(in_RSI[2] + 0x38),&local_9)" identifier (argument_list "(in_RDI,*(char **)(in_RSI[2] + 0x38),&local_9)" ( identifier , (pointer_expression "*(char **)(in_RSI[2] + 0x38)" * (cast_expression "(char **)(in_RSI[2] + 0x38)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(in_RSI[2] + 0x38)" ( (binary_expression "in_RSI[2] + 0x38" (subscript_expression "in_RSI[2]" identifier [ number_literal ]) + number_literal) )))) , (pointer_expression "&local_9" & identifier) ))) ;))) (return_statement "return;" return ;) })) (expression_statement "(**(code **)(*in_RSI + 0x30))();" (call_expression "(**(code **)(*in_RSI + 0x30))()" (parenthesized_expression "(**(code **)(*in_RSI + 0x30))" ( (pointer_expression "**(code **)(*in_RSI + 0x30)" * (pointer_expression "*(code **)(*in_RSI + 0x30)" * (cast_expression "(code **)(*in_RSI + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*in_RSI + 0x30)" ( (binary_expression "*in_RSI + 0x30" (pointer_expression "*in_RSI" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "undefined8 FUN_00349370(undefined8 param_1,long *param_2)\n\n{\n undefined1 local_9;\n \n if (*(code **)(*param_2 + 0x30) == (code *)PTR_FUN_004b9b60) {\n FUN_0036d410(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9);\n return param_1;\n }\n (**(code **)(*param_2 + 0x30))();\n return param_1;\n}\n\n" (function_definition "undefined8 FUN_00349370(undefined8 param_1,long *param_2)\n\n{\n undefined1 local_9;\n \n if (*(code **)(*param_2 + 0x30) == (code *)PTR_FUN_004b9b60) {\n FUN_0036d410(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9);\n return param_1;\n }\n (**(code **)(*param_2 + 0x30))();\n return param_1;\n}" type_identifier (function_declarator "FUN_00349370(undefined8 param_1,long *param_2)" identifier (parameter_list "(undefined8 param_1,long *param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n undefined1 local_9;\n \n if (*(code **)(*param_2 + 0x30) == (code *)PTR_FUN_004b9b60) {\n FUN_0036d410(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9);\n return param_1;\n }\n (**(code **)(*param_2 + 0x30))();\n return param_1;\n}" { (declaration "undefined1 local_9;" type_identifier identifier ;) (if_statement "if (*(code **)(*param_2 + 0x30) == (code *)PTR_FUN_004b9b60) {\n FUN_0036d410(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9);\n return param_1;\n }" if (parenthesized_expression "(*(code **)(*param_2 + 0x30) == (code *)PTR_FUN_004b9b60)" ( (binary_expression "*(code **)(*param_2 + 0x30) == (code *)PTR_FUN_004b9b60" (pointer_expression "*(code **)(*param_2 + 0x30)" * (cast_expression "(code **)(*param_2 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x30)" ( (binary_expression "*param_2 + 0x30" (pointer_expression "*param_2" * identifier) + number_literal) )))) == (cast_expression "(code *)PTR_FUN_004b9b60" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n FUN_0036d410(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9);\n return param_1;\n }" { (expression_statement "FUN_0036d410(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9);" (call_expression "FUN_0036d410(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9)" identifier (argument_list "(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9)" ( identifier , (pointer_expression "*(undefined8 *)(param_2[2] + 0x38)" * (cast_expression "(undefined8 *)(param_2[2] + 0x38)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2[2] + 0x38)" ( (binary_expression "param_2[2] + 0x38" (subscript_expression "param_2[2]" identifier [ number_literal ]) + number_literal) )))) , (pointer_expression "&local_9" & identifier) ))) ;) (return_statement "return param_1;" return identifier ;) })) (expression_statement "(**(code **)(*param_2 + 0x30))();" (call_expression "(**(code **)(*param_2 + 0x30))()" (parenthesized_expression "(**(code **)(*param_2 + 0x30))" ( (pointer_expression "**(code **)(*param_2 + 0x30)" * (pointer_expression "*(code **)(*param_2 + 0x30)" * (cast_expression "(code **)(*param_2 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x30)" ( (binary_expression "*param_2 + 0x30" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return param_1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) , (pointer_expression & IDENT) ))) ;) (return_statement return IDENT ;) })) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( ))) ;) (return_statement return IDENT ;) })))
|
(function_definition "undefined8 FUN_00349370(undefined8 param_1,long *param_2)\n\n{\n undefined1 local_9;\n \n if (*(code **)(*param_2 + 0x30) == (code *)PTR_FUN_004b9b60) {\n FUN_0036d410(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9);\n return param_1;\n }\n (**(code **)(*param_2 + 0x30))();\n return param_1;\n}" (type_identifier "undefined8") (function_declarator "FUN_00349370(undefined8 param_1,long *param_2)" (identifier "FUN_00349370") (parameter_list "(undefined8 param_1,long *param_2)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "long *param_2" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n undefined1 local_9;\n \n if (*(code **)(*param_2 + 0x30) == (code *)PTR_FUN_004b9b60) {\n FUN_0036d410(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9);\n return param_1;\n }\n (**(code **)(*param_2 + 0x30))();\n return param_1;\n}" ({ "{") (declaration "undefined1 local_9;" (type_identifier "undefined1") (identifier "local_9") (; ";")) (if_statement "if (*(code **)(*param_2 + 0x30) == (code *)PTR_FUN_004b9b60) {\n FUN_0036d410(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9);\n return param_1;\n }" (if "if") (parenthesized_expression "(*(code **)(*param_2 + 0x30) == (code *)PTR_FUN_004b9b60)" (( "(") (binary_expression "*(code **)(*param_2 + 0x30) == (code *)PTR_FUN_004b9b60" (pointer_expression "*(code **)(*param_2 + 0x30)" (* "*") (cast_expression "(code **)(*param_2 + 0x30)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_2 + 0x30)" (( "(") (binary_expression "*param_2 + 0x30" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "0x30")) () ")")))) (== "==") (cast_expression "(code *)PTR_FUN_004b9b60" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_FUN_004b9b60"))) () ")")) (compound_statement "{\n FUN_0036d410(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9);\n return param_1;\n }" ({ "{") (expression_statement "FUN_0036d410(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9);" (call_expression "FUN_0036d410(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9)" (identifier "FUN_0036d410") (argument_list "(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9)" (( "(") (identifier "param_1") (, ",") (pointer_expression "*(undefined8 *)(param_2[2] + 0x38)" (* "*") (cast_expression "(undefined8 *)(param_2[2] + 0x38)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2[2] + 0x38)" (( "(") (binary_expression "param_2[2] + 0x38" (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]")) (+ "+") (number_literal "0x38")) () ")")))) (, ",") (pointer_expression "&local_9" (& "&") (identifier "local_9")) () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) (expression_statement "(**(code **)(*param_2 + 0x30))();" (call_expression "(**(code **)(*param_2 + 0x30))()" (parenthesized_expression "(**(code **)(*param_2 + 0x30))" (( "(") (pointer_expression "**(code **)(*param_2 + 0x30)" (* "*") (pointer_expression "*(code **)(*param_2 + 0x30)" (* "*") (cast_expression "(code **)(*param_2 + 0x30)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_2 + 0x30)" (( "(") (binary_expression "*param_2 + 0x30" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "0x30")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}")))
|
/* std::numpunct<char>::falsename() const */
void std::numpunct<char>::function_1(void)
{
long *in_RSI;
type_1 *in_RDI;
type_2 local_9;
if (*(type_3 **)(*in_RSI + 0x30) == (type_3 *)PTR_do_falsename_004b9b60) {
std::string::type_1(in_RDI,*(char **)(in_RSI[2] + 0x38),&local_9);
return;
}
(**(type_3 **)(*in_RSI + 0x30))();
return;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) (pointer_expression argument: (identifier))))) (return_statement (identifier)))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list))) (return_statement (identifier)))))
| null |
undefined8 MASKED(undefined8 param_1,long *param_2)
{
undefined1 local_9;
if (*(code **)(*param_2 + 0x30) == (code *)PTR_FUN_004b9b60) {
FUN_0036d410(param_1,*(undefined8 *)(param_2[2] + 0x38),&local_9);
return param_1;
}
(**(code **)(*param_2 + 0x30))();
return param_1;
}
|
231_powerpc-linux-gnu-objcopy_and_powerpc-linux-gnu-objcopy_strip.c
|
debug_record_variable
|
FUN_0010f350
|
bfd_boolean
debug_record_variable
(void *handle,char *name,debug_type_conflict type,debug_var_kind kind,bfd_vma val)
{
long lVar1;
debug_name *pdVar2;
debug_variable *pdVar3;
undefined8 uVar4;
debug_object_kind kind_00;
debug_handle *info;
debug_handle *info_00;
if ((name == (char *)0x0) || (type == (debug_type_conflict)0x0)) {
return 0;
}
if ((*(long *)((long)handle + 8) == 0) || (lVar1 = *(long *)((long)handle + 0x10), lVar1 == 0)) {
uVar4 = dcgettext(0,"debug_record_variable: no current file",5);
fprintf(stderr,"%s\n",uVar4);
}
else {
if (kind - DEBUG_GLOBAL < 2) {
info_00 = (debug_handle *)(lVar1 + 0x10);
kind_00 = (kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG;
}
else {
info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28);
kind_00 = DEBUG_OBJECT_TYPE;
if (*(long *)((long)handle + 0x20) == 0) {
info_00 = (debug_handle *)(lVar1 + 0x10);
kind_00 = DEBUG_OBJECT_TYPE;
}
}
pdVar2 = debug_add_to_namespace
(info_00,(debug_namespace **)name,(char *)0x2,kind_00,
(debug_object_linkage)val);
if (pdVar2 != (debug_name *)0x0) {
pdVar3 = (debug_variable *)xmalloc(0x18);
*(undefined4 *)&pdVar3->field_0x4 = 0;
pdVar3->kind = kind;
pdVar3->type = type;
pdVar3->val = val;
(pdVar2->u).variable = pdVar3;
return 1;
}
}
return 0;
}
|
undefined8 FUN_0010f350(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)
{
long lVar1;
int *piVar2;
undefined8 uVar3;
char cVar4;
long lVar5;
if ((param_2 == 0) || (param_3 == 0)) {
return 0;
}
if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {
uVar3 = dcgettext(0,"debug_record_variable: no current file",5);
fprintf(stderr,"%s\n",uVar3);
}
else {
if (param_4 - 1U < 2) {
lVar5 = lVar1 + 0x10;
cVar4 = (param_4 == 1) + '\x01';
}
else {
cVar4 = '\0';
lVar5 = *(long *)(param_1 + 0x20) + 0x28;
if (*(long *)(param_1 + 0x20) == 0) {
lVar5 = lVar1 + 0x10;
}
}
lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);
if (lVar1 != 0) {
piVar2 = (int *)xmalloc(0x18);
piVar2[1] = 0;
*piVar2 = param_4;
*(long *)(piVar2 + 2) = param_3;
*(undefined8 *)(piVar2 + 4) = param_5;
*(int **)(lVar1 + 0x20) = piVar2;
return 1;
}
}
return 0;
}
|
TEST RSI,RSI
JZ 0x0010f448
TEST RDX,RDX
JZ 0x0010f448
PUSH R13
PUSH R12
MOV R12D,ECX
PUSH RBP
MOV RBP,R8
PUSH RBX
MOV RBX,RDX
SUB RSP,0x8
CMP qword ptr [RDI + 0x8],0x0
JZ 0x0010f3f0
MOV RAX,qword ptr [RDI + 0x10]
TEST RAX,RAX
JZ 0x0010f3f0
LEA EDX,[RCX + -0x1]
CMP EDX,0x1
JBE 0x0010f430
MOV RDX,qword ptr [RDI + 0x20]
ADD RAX,0x10
XOR ECX,ECX
LEA RDI,[RDX + 0x28]
TEST RDX,RDX
CMOVZ RDI,RAX
MOV EDX,0x2
CALL 0x0010d1f0
MOV R13,RAX
TEST RAX,RAX
JZ 0x0010f41b
MOV EDI,0x18
CALL 0x00104370
MOV dword ptr [RAX + 0x4],0x0
MOV dword ptr [RAX],R12D
MOV qword ptr [RAX + 0x8],RBX
MOV qword ptr [RAX + 0x10],RBP
MOV qword ptr [R13 + 0x20],RAX
ADD RSP,0x8
MOV EAX,0x1
POP RBX
POP RBP
POP R12
POP R13
RET
MOV EDX,0x5
LEA RSI,[0x122c90]
XOR EDI,EDI
CALL 0x00104240
MOV RDI,qword ptr [0x0012c9e0]
LEA RSI,[0x12456f]
MOV RDX,RAX
XOR EAX,EAX
CALL 0x001044a0
ADD RSP,0x8
XOR EAX,EAX
POP RBX
POP RBP
POP R12
POP R13
RET
XOR ECX,ECX
CMP R12D,0x1
LEA RDI,[RAX + 0x10]
SETZ CL
ADD ECX,0x1
JMP 0x0010f3a6
XOR EAX,EAX
RET
| null | null | null | null |
[(u'COPY_-1206913512', u'MULTIEQUAL_-1206913607'), (u'COPY_-1206913581', u'RETURN_-1206913664'), ('tmp_806', u'CAST_-1206913491'), (u'CAST_-1206913452', u'COPY_-1206913512'), ('const-433', u'STORE_-1206913954'), (u'PTRSUB_-1206913399', u'PTRSUB_-1206913382'), ('tmp_809', u'INT_EQUAL_-1206913749'), (u'INT_ADD_-1206914103', u'CAST_-1206913481'), (u'COPY_-1206913682', u'RETURN_-1206913879'), ('tmp_809', u'INT_SUB_-1206914080'), ('const-16', u'PTRSUB_-1206913404'), (u'CAST_-1206913294', u'MULTIEQUAL_-1206913607'), ('const-0', u'PTRSUB_-1206913382'), ('const-1191056', u'COPY_-1206913428'), ('const-0', u'STORE_-1206913963'), ('tmp_322', u'CBRANCH_-1206914016'), (u'SUBPIECE_-1206913687', u'CALL_-1206914000'), ('tmp_808', u'STORE_-1206913948'), ('const-433', u'STORE_-1206913948'), ('const-8', u'PTRSUB_-1206913409'), (u'INT_ZEXT_-1206913402', u'INT_ADD_-1206913720'), (u'COPY_-1206913513', u'MULTIEQUAL_-1206913607'), (u'LOAD_-1206914070', u'INT_ADD_-1206914022'), ('const-16', u'INT_ADD_-1206914045'), ('tmp_50', u'CBRANCH_-1206914188'), (u'CAST_-1206913409', u'STORE_-1206913934'), (u'INT_ADD_-1206913720', u'MULTIEQUAL_-1206913517'), (u'STORE_-1206913934', u'INDIRECT_-1206913439'), ('const-433', u'STORE_-1206913934'), ('tmp_227', u'CBRANCH_-1206914075'), ('const-0', u'RETURN_-1206913777'), (u'CAST_-1206913428', u'CALL_-1206914000'), ('const-32', u'PTRSUB_-1206913399'), ('const-0', u'COPY_-1206913574'), ('const-1', u'INT_ADD_-1206913720'), ('const-0', u'SUBPIECE_-1206913687'), (u'INDIRECT_-1206913383', u'MULTIEQUAL_-1206913368'), (u'CALL_-1206914000', u'INDIRECT_-1206913489'), (u'CAST_-1206913445', u'COPY_-1206913513'), ('const-16', u'INT_ADD_-1206913732'), ('tmp_806', u'CAST_-1206913482'), ('const-0', u'INT_EQUAL_-1206914100'), (u'CAST_-1206913409', u'PTRSUB_-1206913409'), ('tmp_808', u'INT_EQUAL_-1206914190'), (u'LOAD_-1206914139', u'INT_EQUAL_-1206914124'), (u'INT_SUB_-1206914080', u'INT_LESS_-1206914066'), (u'INT_EQUAL_-1206914209', u'CBRANCH_-1206914207'), ('const-0', u'COPY_-1206913617'), ('tmp_809', u'STORE_-1206913954'), ('const-0', u'INT_EQUAL_-1206914209'), ('const-1197423', u'COPY_-1206913403'), ('const-0', u'RETURN_-1206913879'), (u'CAST_-1206913409', u'PTRSUB_-1206913404'), ('const-1', u'INT_EQUAL_-1206913749'), (u'CAST_-1206913458', u'INT_ADD_-1206914054'), ('tmp_152', u'CBRANCH_-1206914120'), ('const-5', u'CALL_-1206913772'), (u'INT_EQUAL_-1206914100', u'CBRANCH_-1206914098'), ('const-0', u'COPY_-1206913592'), ('const-16', u'INT_ADD_-1206914103'), ('const-433', u'STORE_-1206913963'), (u'CAST_-1206913490', u'LOAD_-1206914139'), (u'INT_NOTEQUAL_-1206913981', u'CBRANCH_-1206913980'), (u'PTRSUB_-1206913421', u'CAST_-1206913403'), ('const-433', u'LOAD_-1206914070'), ('const-0', u'RETURN_-1206913664'), (u'COPY_-1206913574', u'COPY_-1206913510'), (u'INT_ADD_-1206914045', u'CAST_-1206913452'), (u'LOAD_-1206914119', u'INT_EQUAL_-1206914100'), (u'PTRSUB_-1206913404', u'STORE_-1206913941'), (u'INDIRECT_-1206913489', u'MULTIEQUAL_-1206913368'), ('const-0', u'INT_EQUAL_-1206914020'), (u'CALL_-1206913967', u'INDIRECT_-1206913470'), (u'STORE_-1206913948', u'INDIRECT_-1206913449'), (u'PTRSUB_-1206913413', u'STORE_-1206913954'), ('const-2', u'CALL_-1206914000'), (u'COPY_-1206913511', u'MULTIEQUAL_-1206913517'), (u'PTRSUB_-1206913409', u'STORE_-1206913948'), (u'INT_EQUAL_-1206914190', u'CBRANCH_-1206914188'), ('const-8', u'INT_ADD_-1206914123'), (u'CAST_-1206913403', u'STORE_-1206913963'), ('tmp_807', u'INT_EQUAL_-1206914209'), ('const-1', u'INT_SUB_-1206914080'), (u'INT_EQUAL_-1206914020', u'CBRANCH_-1206914016'), ('const-0', u'INT_NOTEQUAL_-1206913981'), ('const-0', u'INT_EQUAL_-1206914190'), (u'CAST_-1206913481', u'LOAD_-1206914119'), (u'STORE_-1206913963', u'INDIRECT_-1206913461'), (u'MULTIEQUAL_-1206913517', u'CALL_-1206914000'), (u'CALL_-1206913732', u'INDIRECT_-1206913383'), ('const-0', u'COPY_-1206913581'), (u'CAST_-1206913491', u'INT_ADD_-1206914123'), ('tmp_674', u'BRANCH_-1206913724'), (u'CALL_-1206913772', u'CALL_-1206913732'), (u'LOAD_-1206914070', u'INT_EQUAL_-1206914020'), ('tmp_1761', u'COPY_-1206913386'), (u'CALL_-1206914000', u'PTRSUB_-1206913399'), ('const-32', u'INT_ADD_-1206914054'), ('const-4', u'PTRSUB_-1206913421'), ('tmp_810', u'SUBPIECE_-1206913687'), ('const-0', u'INT_EQUAL_-1206914124'), (u'INDIRECT_-1206913439', u'COPY_-1206913487'), (u'COPY_-1206913592', u'COPY_-1206913511'), ('const-40', u'INT_ADD_-1206914022'), (u'INT_ADD_-1206914123', u'CAST_-1206913490'), (u'STORE_-1206913954', u'INDIRECT_-1206913453'), (u'MULTIEQUAL_-1206913368', u'COPY_-1206913422'), (u'INDIRECT_-1206913408', u'CALL_-1206913732'), ('const-1', u'COPY_-1206913682'), (u'LOAD_-1206914119', u'INT_ADD_-1206914045'), ('const-433', u'LOAD_-1206914139'), ('tmp_24', u'CBRANCH_-1206914207'), (u'INT_EQUAL_-1206914124', u'CBRANCH_-1206914120'), (u'INT_ADD_-1206914054', u'CAST_-1206913457'), (u'COPY_-1206913403', u'CALL_-1206913732'), ('tmp_807', u'CAST_-1206913428'), ('tmp_810', u'STORE_-1206913941'), ('tmp_806', u'CAST_-1206913458'), ('tmp_362', u'CBRANCH_-1206913980'), (u'INT_EQUAL_-1206913749', u'INT_ZEXT_-1206913402'), (u'CAST_-1206913409', u'PTRSUB_-1206913413'), (u'LOAD_-1206914119', u'INT_ADD_-1206913732'), (u'CAST_-1206913457', u'LOAD_-1206914070'), (u'CALL_-1206913967', u'CAST_-1206913409'), (u'PTRSUB_-1206913382', u'STORE_-1206913934'), ('const-0', u'CALL_-1206913772'), (u'CALL_-1206913772', u'INDIRECT_-1206913408'), (u'INT_ADD_-1206914022', u'CAST_-1206913445'), (u'COPY_-1206913428', u'CALL_-1206913772'), ('const-433', u'STORE_-1206913941'), (u'INT_ADD_-1206913732', u'CAST_-1206913294'), (u'INT_LESS_-1206914066', u'CBRANCH_-1206914075'), ('const-2', u'INT_LESS_-1206914066'), (u'STORE_-1206913941', u'INDIRECT_-1206913444'), ('const-433', u'LOAD_-1206914119'), ('const-24', u'CALL_-1206913967'), (u'CAST_-1206913482', u'INT_ADD_-1206914103'), ('tmp_186', u'CBRANCH_-1206914098'), (u'CAST_-1206913409', u'PTRSUB_-1206913421'), (u'COPY_-1206913510', u'MULTIEQUAL_-1206913517'), (u'MULTIEQUAL_-1206913607', u'CALL_-1206914000'), ('const-0', u'PTRSUB_-1206913413'), (u'CALL_-1206914000', u'INT_NOTEQUAL_-1206913981'), (u'COPY_-1206913617', u'RETURN_-1206913777')]
|
[('const-2', u'CALL_-1206914000'), ('const-1191056', u'COPY_-1206913449'), (u'INT_ADD_-1206914022', u'COPY_-1206913536'), (u'COPY_-1206913536', u'MULTIEQUAL_-1206913611'), (u'PTRADD_-1206913432', u'CAST_-1206913425'), ('tmp_1428', u'INT_ADD_-1206914054'), (u'CALL_-1206913967', u'INDIRECT_-1206913498'), (u'INDIRECT_-1206913411', u'MULTIEQUAL_-1206913396'), (u'STORE_-1206913934', u'INDIRECT_-1206913467'), ('tmp_1420', u'INT_EQUAL_-1206914190'), ('const-1', u'COPY_-1206913918'), ('tmp_322', u'CBRANCH_-1206914016'), ('const-0', u'STORE_-1206913963'), ('const-433', u'STORE_-1206913963'), ('tmp_1419', u'INT_EQUAL_-1206914209'), ('const-433', u'LOAD_-1206914070'), (u'CAST_-1206913486', u'LOAD_-1206914070'), (u'INT_ADD_-1206913732', u'MULTIEQUAL_-1206913611'), (u'LOAD_-1206914070', u'INT_ADD_-1206914022'), ('const-16', u'INT_ADD_-1206914045'), (u'COPY_-1206913684', u'RETURN_-1206913664'), ('tmp_50', u'CBRANCH_-1206914188'), (u'STORE_-1206913954', u'INDIRECT_-1206913481'), ('const-433', u'STORE_-1206913934'), (u'INDIRECT_-1206913436', u'CALL_-1206913732'), ('tmp_227', u'CBRANCH_-1206914075'), ('const-0', u'RETURN_-1206913777'), (u'STORE_-1206913941', u'INDIRECT_-1206913472'), ('const-5', u'CALL_-1206913772'), (u'INDIRECT_-1206913467', u'COPY_-1206913515'), ('const-16', u'INT_ADD_-1206913732'), (u'INT_ADD_-1206914045', u'COPY_-1206913535'), (u'CAST_-1206913441', u'PTRADD_-1206913443'), (u'CAST_-1206913441', u'PTRADD_-1206913432'), ('const-0', u'INT_EQUAL_-1206914100'), ('const-1197423', u'COPY_-1206913424'), (u'CALL_-1206914000', u'INT_ADD_-1206913920'), (u'LOAD_-1206914139', u'INT_EQUAL_-1206914124'), ('tmp_1738', u'INT_EQUAL_-1206913749'), (u'INT_SUB_-1206914080', u'INT_LESS_-1206914066'), (u'INT_EQUAL_-1206914209', u'CBRANCH_-1206914207'), ('const-4', u'PTRADD_-1206913432'), ('const-24', u'CALL_-1206913967'), ('const-4', u'PTRADD_-1206913443'), ('const-0', u'COPY_-1206913684'), (u'CAST_-1206913420', u'STORE_-1206913941'), ('const-0', u'INT_EQUAL_-1206914209'), ('const-0', u'RETURN_-1206913879'), (u'MULTIEQUAL_-1206913480', u'CALL_-1206914000'), (u'CALL_-1206913772', u'INDIRECT_-1206913436'), ('tmp_152', u'CBRANCH_-1206914120'), ('const-4', u'PTRADD_-1206913427'), (u'INT_EQUAL_-1206914100', u'CBRANCH_-1206914098'), (u'INT_ADD_-1206913371', u'MULTIEQUAL_-1206913480'), (u'INT_ADD_-1206913920', u'CAST_-1206913415'), ('const-16', u'INT_ADD_-1206914103'), (u'INT_ADD_-1206914054', u'CAST_-1206913486'), ('const-0', u'COPY_-1206913819'), (u'MULTIEQUAL_-1206913396', u'COPY_-1206913450'), (u'CALL_-1206913732', u'INDIRECT_-1206913411'), (u'INDIRECT_-1206913517', u'MULTIEQUAL_-1206913396'), ('const-433', u'LOAD_-1206914119'), (u'INT_NOTEQUAL_-1206913981', u'CBRANCH_-1206913980'), ('const-1', u'INT_ADD_-1206913371'), ('tmp_1720', u'COPY_-1206913414'), ('tmp_1738', u'STORE_-1206913954'), (u'INT_ADD_-1206914103', u'CAST_-1206913508'), ('const-0', u'RETURN_-1206913664'), (u'LOAD_-1206914119', u'INT_EQUAL_-1206914100'), ('const-0', u'INT_EQUAL_-1206914020'), ('const-0', u'CALL_-1206913772'), ('tmp_1428', u'INT_ADD_-1206914103'), ('tmp_1420', u'STORE_-1206913948'), (u'CAST_-1206913415', u'STORE_-1206913934'), ('const-32', u'INT_ADD_-1206913920'), (u'INT_EQUAL_-1206914190', u'CBRANCH_-1206914188'), (u'COPY_-1206913535', u'MULTIEQUAL_-1206913611'), ('tmp_1426', u'STORE_-1206913941'), ('const-0', u'COPY_-1206913551'), ('const-8', u'INT_ADD_-1206914123'), (u'PTRADD_-1206913427', u'CAST_-1206913420'), (u'INT_EQUAL_-1206914020', u'CBRANCH_-1206914016'), (u'MULTIEQUAL_-1206913611', u'CALL_-1206914000'), ('const-0', u'INT_NOTEQUAL_-1206913981'), ('const-0', u'INT_EQUAL_-1206914190'), ('const-2', u'INT_LESS_-1206914066'), (u'COPY_-1206913551', u'MULTIEQUAL_-1206913480'), (u'COPY_-1206913449', u'CALL_-1206913772'), ('tmp_674', u'BRANCH_-1206913724'), (u'CALL_-1206913772', u'CALL_-1206913732'), (u'CAST_-1206913441', u'PTRADD_-1206913427'), (u'LOAD_-1206914070', u'INT_EQUAL_-1206914020'), ('const-32', u'INT_ADD_-1206914054'), ('const-433', u'STORE_-1206913948'), ('tmp_1419', u'CALL_-1206914000'), (u'STORE_-1206913963', u'INDIRECT_-1206913489'), ('const-40', u'INT_ADD_-1206914022'), ('tmp_1428', u'INT_ADD_-1206914123'), (u'COPY_-1206913424', u'CALL_-1206913732'), ('tmp_1738', u'INT_SUB_-1206914080'), (u'CALL_-1206913967', u'CAST_-1206913441'), (u'CAST_-1206913441', u'STORE_-1206913954'), ('const-1', u'PTRADD_-1206913443'), (u'LOAD_-1206914119', u'INT_ADD_-1206914045'), ('tmp_24', u'CBRANCH_-1206914207'), (u'INT_EQUAL_-1206914124', u'CBRANCH_-1206914120'), ('const-4', u'PTRADD_-1206913427'), (u'INT_EQUAL_-1206913749', u'INT_ADD_-1206913371'), ('const-433', u'LOAD_-1206914139'), (u'CAST_-1206913516', u'LOAD_-1206914139'), (u'STORE_-1206913948', u'INDIRECT_-1206913477'), (u'INT_ADD_-1206914123', u'CAST_-1206913516'), (u'CAST_-1206913508', u'LOAD_-1206914119'), ('tmp_362', u'CBRANCH_-1206913980'), (u'COPY_-1206913819', u'RETURN_-1206913777'), ('const-2', u'PTRADD_-1206913432'), (u'LOAD_-1206914119', u'INT_ADD_-1206913732'), (u'CAST_-1206913441', u'STORE_-1206913934'), ('const-0', u'INT_EQUAL_-1206914124'), ('const-433', u'STORE_-1206913954'), (u'CALL_-1206914000', u'INDIRECT_-1206913517'), ('const-1', u'INT_EQUAL_-1206913749'), (u'INT_LESS_-1206914066', u'CBRANCH_-1206914075'), (u'PTRADD_-1206913443', u'STORE_-1206913963'), ('const-433', u'STORE_-1206913941'), ('tmp_186', u'CBRANCH_-1206914098'), (u'CAST_-1206913425', u'STORE_-1206913948'), ('const-1', u'INT_SUB_-1206914080'), (u'CALL_-1206914000', u'INT_NOTEQUAL_-1206913981'), (u'COPY_-1206913918', u'RETURN_-1206913879')]
| null | null |
0010f350
|
x64
|
O2
|
(translation_unit "undefined8 FUN_0010f350(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)\n\n{\n long lVar1;\n int *piVar2;\n undefined8 uVar3;\n char cVar4;\n long lVar5;\n \n if ((param_2 == 0) || (param_3 == 0)) {\n return 0;\n }\n if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }\n else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }\n return 0;\n}\n\n" (function_definition "undefined8 FUN_0010f350(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)\n\n{\n long lVar1;\n int *piVar2;\n undefined8 uVar3;\n char cVar4;\n long lVar5;\n \n if ((param_2 == 0) || (param_3 == 0)) {\n return 0;\n }\n if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }\n else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }\n return 0;\n}" type_identifier (function_declarator "FUN_0010f350(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)" identifier (parameter_list "(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n int *piVar2;\n undefined8 uVar3;\n char cVar4;\n long lVar5;\n \n if ((param_2 == 0) || (param_3 == 0)) {\n return 0;\n }\n if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }\n else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }\n return 0;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "char cVar4;" primitive_type identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (if_statement "if ((param_2 == 0) || (param_3 == 0)) {\n return 0;\n }" if (parenthesized_expression "((param_2 == 0) || (param_3 == 0))" ( (binary_expression "(param_2 == 0) || (param_3 == 0)" (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )) || (parenthesized_expression "(param_3 == 0)" ( (binary_expression "param_3 == 0" identifier == number_literal) ))) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }\n else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }" if (parenthesized_expression "((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0))" ( (binary_expression "(*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)" (parenthesized_expression "(*(long *)(param_1 + 8) == 0)" ( (binary_expression "*(long *)(param_1 + 8) == 0" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) == number_literal) )) || (parenthesized_expression "(lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)" ( (comma_expression "lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0" (assignment_expression "lVar1 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) , (binary_expression "lVar1 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }" { (expression_statement "uVar3 = dcgettext(0,"debug_record_variable: no current file",5);" (assignment_expression "uVar3 = dcgettext(0,"debug_record_variable: no current file",5)" identifier = (call_expression "dcgettext(0,"debug_record_variable: no current file",5)" identifier (argument_list "(0,"debug_record_variable: no current file",5)" ( number_literal , (string_literal ""debug_record_variable: no current file"" " string_content ") , number_literal )))) ;) (expression_statement "fprintf(stderr,"%s\n",uVar3);" (call_expression "fprintf(stderr,"%s\n",uVar3)" identifier (argument_list "(stderr,"%s\n",uVar3)" ( identifier , (string_literal ""%s\n"" " string_content escape_sequence ") , identifier ))) ;) }) (else_clause "else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }" else (compound_statement "{\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }" { (if_statement "if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }" if (parenthesized_expression "(param_4 - 1U < 2)" ( (binary_expression "param_4 - 1U < 2" (binary_expression "param_4 - 1U" identifier - number_literal) < number_literal) )) (compound_statement "{\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }" { (expression_statement "lVar5 = lVar1 + 0x10;" (assignment_expression "lVar5 = lVar1 + 0x10" identifier = (binary_expression "lVar1 + 0x10" identifier + number_literal)) ;) (expression_statement "cVar4 = (param_4 == 1) + '\x01';" (assignment_expression "cVar4 = (param_4 == 1) + '\x01'" identifier = (binary_expression "(param_4 == 1) + '\x01'" (parenthesized_expression "(param_4 == 1)" ( (binary_expression "param_4 == 1" identifier == number_literal) )) + (char_literal "'\x01'" ' escape_sequence '))) ;) }) (else_clause "else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }" else (compound_statement "{\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }" { (expression_statement "cVar4 = '\0';" (assignment_expression "cVar4 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "lVar5 = *(long *)(param_1 + 0x20) + 0x28;" (assignment_expression "lVar5 = *(long *)(param_1 + 0x20) + 0x28" identifier = (binary_expression "*(long *)(param_1 + 0x20) + 0x28" (pointer_expression "*(long *)(param_1 + 0x20)" * (cast_expression "(long *)(param_1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) + number_literal)) ;) (if_statement "if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x20) == 0)" ( (binary_expression "*(long *)(param_1 + 0x20) == 0" (pointer_expression "*(long *)(param_1 + 0x20)" * (cast_expression "(long *)(param_1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n lVar5 = lVar1 + 0x10;\n }" { (expression_statement "lVar5 = lVar1 + 0x10;" (assignment_expression "lVar5 = lVar1 + 0x10" identifier = (binary_expression "lVar1 + 0x10" identifier + number_literal)) ;) })) }))) (expression_statement "lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);" (assignment_expression "lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4)" identifier = (call_expression "FUN_0010d1f0(lVar5,param_2,2,cVar4)" identifier (argument_list "(lVar5,param_2,2,cVar4)" ( identifier , identifier , number_literal , identifier )))) ;) (if_statement "if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }" { (expression_statement "piVar2 = (int *)xmalloc(0x18);" (assignment_expression "piVar2 = (int *)xmalloc(0x18)" identifier = (cast_expression "(int *)xmalloc(0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "piVar2[1] = 0;" (assignment_expression "piVar2[1] = 0" (subscript_expression "piVar2[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*piVar2 = param_4;" (assignment_expression "*piVar2 = param_4" (pointer_expression "*piVar2" * identifier) = identifier) ;) (expression_statement "*(long *)(piVar2 + 2) = param_3;" (assignment_expression "*(long *)(piVar2 + 2) = param_3" (pointer_expression "*(long *)(piVar2 + 2)" * (cast_expression "(long *)(piVar2 + 2)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2 + 2)" ( (binary_expression "piVar2 + 2" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(piVar2 + 4) = param_5;" (assignment_expression "*(undefined8 *)(piVar2 + 4) = param_5" (pointer_expression "*(undefined8 *)(piVar2 + 4)" * (cast_expression "(undefined8 *)(piVar2 + 4)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2 + 4)" ( (binary_expression "piVar2 + 4" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(int **)(lVar1 + 0x20) = piVar2;" (assignment_expression "*(int **)(lVar1 + 0x20) = piVar2" (pointer_expression "*(int **)(lVar1 + 0x20)" * (cast_expression "(int **)(lVar1 + 0x20)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x20)" ( (binary_expression "lVar1 + 0x20" identifier + number_literal) )))) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) }))) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit "bfd_boolean\ndebug_record_variable\n (void *handle,char *name,debug_type_conflict type,debug_var_kind kind,bfd_vma val)\n\n{\n long lVar1;\n debug_name *pdVar2;\n debug_variable *pdVar3;\n undefined8 uVar4;\n debug_object_kind kind_00;\n debug_handle *info;\n debug_handle *info_00;\n \n if ((name == (char *)0x0) || (type == (debug_type_conflict)0x0)) {\n return 0;\n }\n if ((*(long *)((long)handle + 8) == 0) || (lVar1 = *(long *)((long)handle + 0x10), lVar1 == 0)) {\n uVar4 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar4);\n }\n else {\n if (kind - DEBUG_GLOBAL < 2) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = (kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG;\n }\n else {\n info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28);\n kind_00 = DEBUG_OBJECT_TYPE;\n if (*(long *)((long)handle + 0x20) == 0) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = DEBUG_OBJECT_TYPE;\n }\n }\n pdVar2 = debug_add_to_namespace\n (info_00,(debug_namespace **)name,(char *)0x2,kind_00,\n (debug_object_linkage)val);\n if (pdVar2 != (debug_name *)0x0) {\n pdVar3 = (debug_variable *)xmalloc(0x18);\n *(undefined4 *)&pdVar3->field_0x4 = 0;\n pdVar3->kind = kind;\n pdVar3->type = type;\n pdVar3->val = val;\n (pdVar2->u).variable = pdVar3;\n return 1;\n }\n }\n return 0;\n}\n\n" (function_definition "bfd_boolean\ndebug_record_variable\n (void *handle,char *name,debug_type_conflict type,debug_var_kind kind,bfd_vma val)\n\n{\n long lVar1;\n debug_name *pdVar2;\n debug_variable *pdVar3;\n undefined8 uVar4;\n debug_object_kind kind_00;\n debug_handle *info;\n debug_handle *info_00;\n \n if ((name == (char *)0x0) || (type == (debug_type_conflict)0x0)) {\n return 0;\n }\n if ((*(long *)((long)handle + 8) == 0) || (lVar1 = *(long *)((long)handle + 0x10), lVar1 == 0)) {\n uVar4 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar4);\n }\n else {\n if (kind - DEBUG_GLOBAL < 2) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = (kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG;\n }\n else {\n info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28);\n kind_00 = DEBUG_OBJECT_TYPE;\n if (*(long *)((long)handle + 0x20) == 0) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = DEBUG_OBJECT_TYPE;\n }\n }\n pdVar2 = debug_add_to_namespace\n (info_00,(debug_namespace **)name,(char *)0x2,kind_00,\n (debug_object_linkage)val);\n if (pdVar2 != (debug_name *)0x0) {\n pdVar3 = (debug_variable *)xmalloc(0x18);\n *(undefined4 *)&pdVar3->field_0x4 = 0;\n pdVar3->kind = kind;\n pdVar3->type = type;\n pdVar3->val = val;\n (pdVar2->u).variable = pdVar3;\n return 1;\n }\n }\n return 0;\n}" type_identifier (function_declarator "debug_record_variable\n (void *handle,char *name,debug_type_conflict type,debug_var_kind kind,bfd_vma val)" identifier (parameter_list "(void *handle,char *name,debug_type_conflict type,debug_var_kind kind,bfd_vma val)" ( (parameter_declaration "void *handle" primitive_type (pointer_declarator "*handle" * identifier)) , (parameter_declaration "char *name" primitive_type (pointer_declarator "*name" * identifier)) , (parameter_declaration "debug_type_conflict type" type_identifier identifier) , (parameter_declaration "debug_var_kind kind" type_identifier identifier) , (parameter_declaration "bfd_vma val" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n debug_name *pdVar2;\n debug_variable *pdVar3;\n undefined8 uVar4;\n debug_object_kind kind_00;\n debug_handle *info;\n debug_handle *info_00;\n \n if ((name == (char *)0x0) || (type == (debug_type_conflict)0x0)) {\n return 0;\n }\n if ((*(long *)((long)handle + 8) == 0) || (lVar1 = *(long *)((long)handle + 0x10), lVar1 == 0)) {\n uVar4 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar4);\n }\n else {\n if (kind - DEBUG_GLOBAL < 2) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = (kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG;\n }\n else {\n info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28);\n kind_00 = DEBUG_OBJECT_TYPE;\n if (*(long *)((long)handle + 0x20) == 0) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = DEBUG_OBJECT_TYPE;\n }\n }\n pdVar2 = debug_add_to_namespace\n (info_00,(debug_namespace **)name,(char *)0x2,kind_00,\n (debug_object_linkage)val);\n if (pdVar2 != (debug_name *)0x0) {\n pdVar3 = (debug_variable *)xmalloc(0x18);\n *(undefined4 *)&pdVar3->field_0x4 = 0;\n pdVar3->kind = kind;\n pdVar3->type = type;\n pdVar3->val = val;\n (pdVar2->u).variable = pdVar3;\n return 1;\n }\n }\n return 0;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "debug_name *pdVar2;" type_identifier (pointer_declarator "*pdVar2" * identifier) ;) (declaration "debug_variable *pdVar3;" type_identifier (pointer_declarator "*pdVar3" * identifier) ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "debug_object_kind kind_00;" type_identifier identifier ;) (declaration "debug_handle *info;" type_identifier (pointer_declarator "*info" * identifier) ;) (declaration "debug_handle *info_00;" type_identifier (pointer_declarator "*info_00" * identifier) ;) (if_statement "if ((name == (char *)0x0) || (type == (debug_type_conflict)0x0)) {\n return 0;\n }" if (parenthesized_expression "((name == (char *)0x0) || (type == (debug_type_conflict)0x0))" ( (binary_expression "(name == (char *)0x0) || (type == (debug_type_conflict)0x0)" (parenthesized_expression "(name == (char *)0x0)" ( (binary_expression "name == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(type == (debug_type_conflict)0x0)" ( (binary_expression "type == (debug_type_conflict)0x0" identifier == (cast_expression "(debug_type_conflict)0x0" ( (type_descriptor "debug_type_conflict" type_identifier) ) number_literal)) ))) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if ((*(long *)((long)handle + 8) == 0) || (lVar1 = *(long *)((long)handle + 0x10), lVar1 == 0)) {\n uVar4 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar4);\n }\n else {\n if (kind - DEBUG_GLOBAL < 2) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = (kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG;\n }\n else {\n info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28);\n kind_00 = DEBUG_OBJECT_TYPE;\n if (*(long *)((long)handle + 0x20) == 0) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = DEBUG_OBJECT_TYPE;\n }\n }\n pdVar2 = debug_add_to_namespace\n (info_00,(debug_namespace **)name,(char *)0x2,kind_00,\n (debug_object_linkage)val);\n if (pdVar2 != (debug_name *)0x0) {\n pdVar3 = (debug_variable *)xmalloc(0x18);\n *(undefined4 *)&pdVar3->field_0x4 = 0;\n pdVar3->kind = kind;\n pdVar3->type = type;\n pdVar3->val = val;\n (pdVar2->u).variable = pdVar3;\n return 1;\n }\n }" if (parenthesized_expression "((*(long *)((long)handle + 8) == 0) || (lVar1 = *(long *)((long)handle + 0x10), lVar1 == 0))" ( (binary_expression "(*(long *)((long)handle + 8) == 0) || (lVar1 = *(long *)((long)handle + 0x10), lVar1 == 0)" (parenthesized_expression "(*(long *)((long)handle + 8) == 0)" ( (binary_expression "*(long *)((long)handle + 8) == 0" (pointer_expression "*(long *)((long)handle + 8)" * (cast_expression "(long *)((long)handle + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)handle + 8)" ( (binary_expression "(long)handle + 8" (cast_expression "(long)handle" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) )) || (parenthesized_expression "(lVar1 = *(long *)((long)handle + 0x10), lVar1 == 0)" ( (comma_expression "lVar1 = *(long *)((long)handle + 0x10), lVar1 == 0" (assignment_expression "lVar1 = *(long *)((long)handle + 0x10)" identifier = (pointer_expression "*(long *)((long)handle + 0x10)" * (cast_expression "(long *)((long)handle + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)handle + 0x10)" ( (binary_expression "(long)handle + 0x10" (cast_expression "(long)handle" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) , (binary_expression "lVar1 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n uVar4 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar4);\n }" { (expression_statement "uVar4 = dcgettext(0,"debug_record_variable: no current file",5);" (assignment_expression "uVar4 = dcgettext(0,"debug_record_variable: no current file",5)" identifier = (call_expression "dcgettext(0,"debug_record_variable: no current file",5)" identifier (argument_list "(0,"debug_record_variable: no current file",5)" ( number_literal , (string_literal ""debug_record_variable: no current file"" " string_content ") , number_literal )))) ;) (expression_statement "fprintf(stderr,"%s\n",uVar4);" (call_expression "fprintf(stderr,"%s\n",uVar4)" identifier (argument_list "(stderr,"%s\n",uVar4)" ( identifier , (string_literal ""%s\n"" " string_content escape_sequence ") , identifier ))) ;) }) (else_clause "else {\n if (kind - DEBUG_GLOBAL < 2) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = (kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG;\n }\n else {\n info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28);\n kind_00 = DEBUG_OBJECT_TYPE;\n if (*(long *)((long)handle + 0x20) == 0) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = DEBUG_OBJECT_TYPE;\n }\n }\n pdVar2 = debug_add_to_namespace\n (info_00,(debug_namespace **)name,(char *)0x2,kind_00,\n (debug_object_linkage)val);\n if (pdVar2 != (debug_name *)0x0) {\n pdVar3 = (debug_variable *)xmalloc(0x18);\n *(undefined4 *)&pdVar3->field_0x4 = 0;\n pdVar3->kind = kind;\n pdVar3->type = type;\n pdVar3->val = val;\n (pdVar2->u).variable = pdVar3;\n return 1;\n }\n }" else (compound_statement "{\n if (kind - DEBUG_GLOBAL < 2) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = (kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG;\n }\n else {\n info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28);\n kind_00 = DEBUG_OBJECT_TYPE;\n if (*(long *)((long)handle + 0x20) == 0) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = DEBUG_OBJECT_TYPE;\n }\n }\n pdVar2 = debug_add_to_namespace\n (info_00,(debug_namespace **)name,(char *)0x2,kind_00,\n (debug_object_linkage)val);\n if (pdVar2 != (debug_name *)0x0) {\n pdVar3 = (debug_variable *)xmalloc(0x18);\n *(undefined4 *)&pdVar3->field_0x4 = 0;\n pdVar3->kind = kind;\n pdVar3->type = type;\n pdVar3->val = val;\n (pdVar2->u).variable = pdVar3;\n return 1;\n }\n }" { (if_statement "if (kind - DEBUG_GLOBAL < 2) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = (kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG;\n }\n else {\n info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28);\n kind_00 = DEBUG_OBJECT_TYPE;\n if (*(long *)((long)handle + 0x20) == 0) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = DEBUG_OBJECT_TYPE;\n }\n }" if (parenthesized_expression "(kind - DEBUG_GLOBAL < 2)" ( (binary_expression "kind - DEBUG_GLOBAL < 2" (binary_expression "kind - DEBUG_GLOBAL" identifier - identifier) < number_literal) )) (compound_statement "{\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = (kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG;\n }" { (expression_statement "info_00 = (debug_handle *)(lVar1 + 0x10);" (assignment_expression "info_00 = (debug_handle *)(lVar1 + 0x10)" identifier = (cast_expression "(debug_handle *)(lVar1 + 0x10)" ( (type_descriptor "debug_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) )))) ;) (expression_statement "kind_00 = (kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG;" (assignment_expression "kind_00 = (kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG" identifier = (binary_expression "(kind == DEBUG_GLOBAL) + DEBUG_OBJECT_TAG" (parenthesized_expression "(kind == DEBUG_GLOBAL)" ( (binary_expression "kind == DEBUG_GLOBAL" identifier == identifier) )) + identifier)) ;) }) (else_clause "else {\n info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28);\n kind_00 = DEBUG_OBJECT_TYPE;\n if (*(long *)((long)handle + 0x20) == 0) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = DEBUG_OBJECT_TYPE;\n }\n }" else (compound_statement "{\n info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28);\n kind_00 = DEBUG_OBJECT_TYPE;\n if (*(long *)((long)handle + 0x20) == 0) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = DEBUG_OBJECT_TYPE;\n }\n }" { (expression_statement "info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28);" (assignment_expression "info_00 = (debug_handle *)(*(long *)((long)handle + 0x20) + 0x28)" identifier = (cast_expression "(debug_handle *)(*(long *)((long)handle + 0x20) + 0x28)" ( (type_descriptor "debug_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)((long)handle + 0x20) + 0x28)" ( (binary_expression "*(long *)((long)handle + 0x20) + 0x28" (pointer_expression "*(long *)((long)handle + 0x20)" * (cast_expression "(long *)((long)handle + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)handle + 0x20)" ( (binary_expression "(long)handle + 0x20" (cast_expression "(long)handle" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + number_literal) )))) ;) (expression_statement "kind_00 = DEBUG_OBJECT_TYPE;" (assignment_expression "kind_00 = DEBUG_OBJECT_TYPE" identifier = identifier) ;) (if_statement "if (*(long *)((long)handle + 0x20) == 0) {\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = DEBUG_OBJECT_TYPE;\n }" if (parenthesized_expression "(*(long *)((long)handle + 0x20) == 0)" ( (binary_expression "*(long *)((long)handle + 0x20) == 0" (pointer_expression "*(long *)((long)handle + 0x20)" * (cast_expression "(long *)((long)handle + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)handle + 0x20)" ( (binary_expression "(long)handle + 0x20" (cast_expression "(long)handle" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n info_00 = (debug_handle *)(lVar1 + 0x10);\n kind_00 = DEBUG_OBJECT_TYPE;\n }" { (expression_statement "info_00 = (debug_handle *)(lVar1 + 0x10);" (assignment_expression "info_00 = (debug_handle *)(lVar1 + 0x10)" identifier = (cast_expression "(debug_handle *)(lVar1 + 0x10)" ( (type_descriptor "debug_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) )))) ;) (expression_statement "kind_00 = DEBUG_OBJECT_TYPE;" (assignment_expression "kind_00 = DEBUG_OBJECT_TYPE" identifier = identifier) ;) })) }))) (expression_statement "pdVar2 = debug_add_to_namespace\n (info_00,(debug_namespace **)name,(char *)0x2,kind_00,\n (debug_object_linkage)val);" (assignment_expression "pdVar2 = debug_add_to_namespace\n (info_00,(debug_namespace **)name,(char *)0x2,kind_00,\n (debug_object_linkage)val)" identifier = (call_expression "debug_add_to_namespace\n (info_00,(debug_namespace **)name,(char *)0x2,kind_00,\n (debug_object_linkage)val)" identifier (argument_list "(info_00,(debug_namespace **)name,(char *)0x2,kind_00,\n (debug_object_linkage)val)" ( identifier , (cast_expression "(debug_namespace **)name" ( (type_descriptor "debug_namespace **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) , (cast_expression "(char *)0x2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) , identifier , (cast_expression "(debug_object_linkage)val" ( (type_descriptor "debug_object_linkage" type_identifier) ) identifier) )))) ;) (if_statement "if (pdVar2 != (debug_name *)0x0) {\n pdVar3 = (debug_variable *)xmalloc(0x18);\n *(undefined4 *)&pdVar3->field_0x4 = 0;\n pdVar3->kind = kind;\n pdVar3->type = type;\n pdVar3->val = val;\n (pdVar2->u).variable = pdVar3;\n return 1;\n }" if (parenthesized_expression "(pdVar2 != (debug_name *)0x0)" ( (binary_expression "pdVar2 != (debug_name *)0x0" identifier != (cast_expression "(debug_name *)0x0" ( (type_descriptor "debug_name *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pdVar3 = (debug_variable *)xmalloc(0x18);\n *(undefined4 *)&pdVar3->field_0x4 = 0;\n pdVar3->kind = kind;\n pdVar3->type = type;\n pdVar3->val = val;\n (pdVar2->u).variable = pdVar3;\n return 1;\n }" { (expression_statement "pdVar3 = (debug_variable *)xmalloc(0x18);" (assignment_expression "pdVar3 = (debug_variable *)xmalloc(0x18)" identifier = (cast_expression "(debug_variable *)xmalloc(0x18)" ( (type_descriptor "debug_variable *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "*(undefined4 *)&pdVar3->field_0x4 = 0;" (assignment_expression "*(undefined4 *)&pdVar3->field_0x4 = 0" (pointer_expression "*(undefined4 *)&pdVar3->field_0x4" * (cast_expression "(undefined4 *)&pdVar3->field_0x4" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pdVar3->field_0x4" & (field_expression "pdVar3->field_0x4" identifier -> field_identifier)))) = number_literal) ;) (expression_statement "pdVar3->kind = kind;" (assignment_expression "pdVar3->kind = kind" (field_expression "pdVar3->kind" identifier -> field_identifier) = identifier) ;) (expression_statement "pdVar3->type = type;" (assignment_expression "pdVar3->type = type" (field_expression "pdVar3->type" identifier -> field_identifier) = identifier) ;) (expression_statement "pdVar3->val = val;" (assignment_expression "pdVar3->val = val" (field_expression "pdVar3->val" identifier -> field_identifier) = identifier) ;) (expression_statement "(pdVar2->u).variable = pdVar3;" (assignment_expression "(pdVar2->u).variable = pdVar3" (field_expression "(pdVar2->u).variable" (parenthesized_expression "(pdVar2->u)" ( (field_expression "pdVar2->u" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) }))) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit "undefined8 FUN_0010f350(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)\n\n{\n long lVar1;\n int *piVar2;\n undefined8 uVar3;\n char cVar4;\n long lVar5;\n \n if ((param_2 == 0) || (param_3 == 0)) {\n return 0;\n }\n if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }\n else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }\n return 0;\n}\n\n" (function_definition "undefined8 FUN_0010f350(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)\n\n{\n long lVar1;\n int *piVar2;\n undefined8 uVar3;\n char cVar4;\n long lVar5;\n \n if ((param_2 == 0) || (param_3 == 0)) {\n return 0;\n }\n if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }\n else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }\n return 0;\n}" type_identifier (function_declarator "FUN_0010f350(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)" identifier (parameter_list "(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n int *piVar2;\n undefined8 uVar3;\n char cVar4;\n long lVar5;\n \n if ((param_2 == 0) || (param_3 == 0)) {\n return 0;\n }\n if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }\n else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }\n return 0;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "char cVar4;" primitive_type identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (if_statement "if ((param_2 == 0) || (param_3 == 0)) {\n return 0;\n }" if (parenthesized_expression "((param_2 == 0) || (param_3 == 0))" ( (binary_expression "(param_2 == 0) || (param_3 == 0)" (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )) || (parenthesized_expression "(param_3 == 0)" ( (binary_expression "param_3 == 0" identifier == number_literal) ))) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }\n else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }" if (parenthesized_expression "((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0))" ( (binary_expression "(*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)" (parenthesized_expression "(*(long *)(param_1 + 8) == 0)" ( (binary_expression "*(long *)(param_1 + 8) == 0" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) == number_literal) )) || (parenthesized_expression "(lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)" ( (comma_expression "lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0" (assignment_expression "lVar1 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) , (binary_expression "lVar1 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }" { (expression_statement "uVar3 = dcgettext(0,"debug_record_variable: no current file",5);" (assignment_expression "uVar3 = dcgettext(0,"debug_record_variable: no current file",5)" identifier = (call_expression "dcgettext(0,"debug_record_variable: no current file",5)" identifier (argument_list "(0,"debug_record_variable: no current file",5)" ( number_literal , (string_literal ""debug_record_variable: no current file"" " string_content ") , number_literal )))) ;) (expression_statement "fprintf(stderr,"%s\n",uVar3);" (call_expression "fprintf(stderr,"%s\n",uVar3)" identifier (argument_list "(stderr,"%s\n",uVar3)" ( identifier , (string_literal ""%s\n"" " string_content escape_sequence ") , identifier ))) ;) }) (else_clause "else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }" else (compound_statement "{\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }" { (if_statement "if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }" if (parenthesized_expression "(param_4 - 1U < 2)" ( (binary_expression "param_4 - 1U < 2" (binary_expression "param_4 - 1U" identifier - number_literal) < number_literal) )) (compound_statement "{\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }" { (expression_statement "lVar5 = lVar1 + 0x10;" (assignment_expression "lVar5 = lVar1 + 0x10" identifier = (binary_expression "lVar1 + 0x10" identifier + number_literal)) ;) (expression_statement "cVar4 = (param_4 == 1) + '\x01';" (assignment_expression "cVar4 = (param_4 == 1) + '\x01'" identifier = (binary_expression "(param_4 == 1) + '\x01'" (parenthesized_expression "(param_4 == 1)" ( (binary_expression "param_4 == 1" identifier == number_literal) )) + (char_literal "'\x01'" ' escape_sequence '))) ;) }) (else_clause "else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }" else (compound_statement "{\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }" { (expression_statement "cVar4 = '\0';" (assignment_expression "cVar4 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "lVar5 = *(long *)(param_1 + 0x20) + 0x28;" (assignment_expression "lVar5 = *(long *)(param_1 + 0x20) + 0x28" identifier = (binary_expression "*(long *)(param_1 + 0x20) + 0x28" (pointer_expression "*(long *)(param_1 + 0x20)" * (cast_expression "(long *)(param_1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) + number_literal)) ;) (if_statement "if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x20) == 0)" ( (binary_expression "*(long *)(param_1 + 0x20) == 0" (pointer_expression "*(long *)(param_1 + 0x20)" * (cast_expression "(long *)(param_1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n lVar5 = lVar1 + 0x10;\n }" { (expression_statement "lVar5 = lVar1 + 0x10;" (assignment_expression "lVar5 = lVar1 + 0x10" identifier = (binary_expression "lVar1 + 0x10" identifier + number_literal)) ;) })) }))) (expression_statement "lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);" (assignment_expression "lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4)" identifier = (call_expression "FUN_0010d1f0(lVar5,param_2,2,cVar4)" identifier (argument_list "(lVar5,param_2,2,cVar4)" ( identifier , identifier , number_literal , identifier )))) ;) (if_statement "if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }" { (expression_statement "piVar2 = (int *)xmalloc(0x18);" (assignment_expression "piVar2 = (int *)xmalloc(0x18)" identifier = (cast_expression "(int *)xmalloc(0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "piVar2[1] = 0;" (assignment_expression "piVar2[1] = 0" (subscript_expression "piVar2[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*piVar2 = param_4;" (assignment_expression "*piVar2 = param_4" (pointer_expression "*piVar2" * identifier) = identifier) ;) (expression_statement "*(long *)(piVar2 + 2) = param_3;" (assignment_expression "*(long *)(piVar2 + 2) = param_3" (pointer_expression "*(long *)(piVar2 + 2)" * (cast_expression "(long *)(piVar2 + 2)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2 + 2)" ( (binary_expression "piVar2 + 2" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(piVar2 + 4) = param_5;" (assignment_expression "*(undefined8 *)(piVar2 + 4) = param_5" (pointer_expression "*(undefined8 *)(piVar2 + 4)" * (cast_expression "(undefined8 *)(piVar2 + 4)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2 + 4)" ( (binary_expression "piVar2 + 4" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(int **)(lVar1 + 0x20) = piVar2;" (assignment_expression "*(int **)(lVar1 + 0x20) = piVar2" (pointer_expression "*(int **)(lVar1 + 0x20)" * (cast_expression "(int **)(lVar1 + 0x20)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x20)" ( (binary_expression "lVar1 + 0x20" identifier + number_literal) )))) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) }))) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (binary_expression IDENT == LIT) ))) )) (compound_statement { (return_statement return LIT ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) , (binary_expression IDENT == LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content escape_sequence ") , IDENT ))) ;) }) (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 = (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) + (char_literal ' escape_sequence '))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) }))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , LIT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (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 ;) })) }))) (return_statement return LIT ;) })))
|
(function_definition "undefined8 FUN_0010f350(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)\n\n{\n long lVar1;\n int *piVar2;\n undefined8 uVar3;\n char cVar4;\n long lVar5;\n \n if ((param_2 == 0) || (param_3 == 0)) {\n return 0;\n }\n if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }\n else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }\n return 0;\n}" (type_identifier "undefined8") (function_declarator "FUN_0010f350(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)" (identifier "FUN_0010f350") (parameter_list "(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) (, ",") (parameter_declaration "int param_4" (primitive_type "int") (identifier "param_4")) (, ",") (parameter_declaration "undefined8 param_5" (type_identifier "undefined8") (identifier "param_5")) () ")"))) (compound_statement "{\n long lVar1;\n int *piVar2;\n undefined8 uVar3;\n char cVar4;\n long lVar5;\n \n if ((param_2 == 0) || (param_3 == 0)) {\n return 0;\n }\n if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }\n else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }\n return 0;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "char cVar4;" (primitive_type "char") (identifier "cVar4") (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (if_statement "if ((param_2 == 0) || (param_3 == 0)) {\n return 0;\n }" (if "if") (parenthesized_expression "((param_2 == 0) || (param_3 == 0))" (( "(") (binary_expression "(param_2 == 0) || (param_3 == 0)" (parenthesized_expression "(param_2 == 0)" (( "(") (binary_expression "param_2 == 0" (identifier "param_2") (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(param_3 == 0)" (( "(") (binary_expression "param_3 == 0" (identifier "param_3") (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (if_statement "if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }\n else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }" (if "if") (parenthesized_expression "((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0))" (( "(") (binary_expression "(*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)" (parenthesized_expression "(*(long *)(param_1 + 8) == 0)" (( "(") (binary_expression "*(long *)(param_1 + 8) == 0" (pointer_expression "*(long *)(param_1 + 8)" (* "*") (cast_expression "(long *)(param_1 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)" (( "(") (comma_expression "lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0" (assignment_expression "lVar1 = *(long *)(param_1 + 0x10)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (, ",") (binary_expression "lVar1 == 0" (identifier "lVar1") (== "==") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n uVar3 = dcgettext(0,"debug_record_variable: no current file",5);\n fprintf(stderr,"%s\n",uVar3);\n }" ({ "{") (expression_statement "uVar3 = dcgettext(0,"debug_record_variable: no current file",5);" (assignment_expression "uVar3 = dcgettext(0,"debug_record_variable: no current file",5)" (identifier "uVar3") (= "=") (call_expression "dcgettext(0,"debug_record_variable: no current file",5)" (identifier "dcgettext") (argument_list "(0,"debug_record_variable: no current file",5)" (( "(") (number_literal "0") (, ",") (string_literal ""debug_record_variable: no current file"" (" """) (string_content "debug_record_variable: no current file") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "fprintf(stderr,"%s\n",uVar3);" (call_expression "fprintf(stderr,"%s\n",uVar3)" (identifier "fprintf") (argument_list "(stderr,"%s\n",uVar3)" (( "(") (identifier "stderr") (, ",") (string_literal ""%s\n"" (" """) (string_content "%s") (escape_sequence "\n") (" """)) (, ",") (identifier "uVar3") () ")"))) (; ";")) (} "}")) (else_clause "else {\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }" (else "else") (compound_statement "{\n if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }\n lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);\n if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }\n }" ({ "{") (if_statement "if (param_4 - 1U < 2) {\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }\n else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }" (if "if") (parenthesized_expression "(param_4 - 1U < 2)" (( "(") (binary_expression "param_4 - 1U < 2" (binary_expression "param_4 - 1U" (identifier "param_4") (- "-") (number_literal "1U")) (< "<") (number_literal "2")) () ")")) (compound_statement "{\n lVar5 = lVar1 + 0x10;\n cVar4 = (param_4 == 1) + '\x01';\n }" ({ "{") (expression_statement "lVar5 = lVar1 + 0x10;" (assignment_expression "lVar5 = lVar1 + 0x10" (identifier "lVar5") (= "=") (binary_expression "lVar1 + 0x10" (identifier "lVar1") (+ "+") (number_literal "0x10"))) (; ";")) (expression_statement "cVar4 = (param_4 == 1) + '\x01';" (assignment_expression "cVar4 = (param_4 == 1) + '\x01'" (identifier "cVar4") (= "=") (binary_expression "(param_4 == 1) + '\x01'" (parenthesized_expression "(param_4 == 1)" (( "(") (binary_expression "param_4 == 1" (identifier "param_4") (== "==") (number_literal "1")) () ")")) (+ "+") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'")))) (; ";")) (} "}")) (else_clause "else {\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }" (else "else") (compound_statement "{\n cVar4 = '\0';\n lVar5 = *(long *)(param_1 + 0x20) + 0x28;\n if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }\n }" ({ "{") (expression_statement "cVar4 = '\0';" (assignment_expression "cVar4 = '\0'" (identifier "cVar4") (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (expression_statement "lVar5 = *(long *)(param_1 + 0x20) + 0x28;" (assignment_expression "lVar5 = *(long *)(param_1 + 0x20) + 0x28" (identifier "lVar5") (= "=") (binary_expression "*(long *)(param_1 + 0x20) + 0x28" (pointer_expression "*(long *)(param_1 + 0x20)" (* "*") (cast_expression "(long *)(param_1 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (+ "+") (number_literal "0x28"))) (; ";")) (if_statement "if (*(long *)(param_1 + 0x20) == 0) {\n lVar5 = lVar1 + 0x10;\n }" (if "if") (parenthesized_expression "(*(long *)(param_1 + 0x20) == 0)" (( "(") (binary_expression "*(long *)(param_1 + 0x20) == 0" (pointer_expression "*(long *)(param_1 + 0x20)" (* "*") (cast_expression "(long *)(param_1 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n lVar5 = lVar1 + 0x10;\n }" ({ "{") (expression_statement "lVar5 = lVar1 + 0x10;" (assignment_expression "lVar5 = lVar1 + 0x10" (identifier "lVar5") (= "=") (binary_expression "lVar1 + 0x10" (identifier "lVar1") (+ "+") (number_literal "0x10"))) (; ";")) (} "}"))) (} "}")))) (expression_statement "lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);" (assignment_expression "lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4)" (identifier "lVar1") (= "=") (call_expression "FUN_0010d1f0(lVar5,param_2,2,cVar4)" (identifier "FUN_0010d1f0") (argument_list "(lVar5,param_2,2,cVar4)" (( "(") (identifier "lVar5") (, ",") (identifier "param_2") (, ",") (number_literal "2") (, ",") (identifier "cVar4") () ")")))) (; ";")) (if_statement "if (lVar1 != 0) {\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n piVar2 = (int *)xmalloc(0x18);\n piVar2[1] = 0;\n *piVar2 = param_4;\n *(long *)(piVar2 + 2) = param_3;\n *(undefined8 *)(piVar2 + 4) = param_5;\n *(int **)(lVar1 + 0x20) = piVar2;\n return 1;\n }" ({ "{") (expression_statement "piVar2 = (int *)xmalloc(0x18);" (assignment_expression "piVar2 = (int *)xmalloc(0x18)" (identifier "piVar2") (= "=") (cast_expression "(int *)xmalloc(0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(0x18)" (identifier "xmalloc") (argument_list "(0x18)" (( "(") (number_literal "0x18") () ")"))))) (; ";")) (expression_statement "piVar2[1] = 0;" (assignment_expression "piVar2[1] = 0" (subscript_expression "piVar2[1]" (identifier "piVar2") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*piVar2 = param_4;" (assignment_expression "*piVar2 = param_4" (pointer_expression "*piVar2" (* "*") (identifier "piVar2")) (= "=") (identifier "param_4")) (; ";")) (expression_statement "*(long *)(piVar2 + 2) = param_3;" (assignment_expression "*(long *)(piVar2 + 2) = param_3" (pointer_expression "*(long *)(piVar2 + 2)" (* "*") (cast_expression "(long *)(piVar2 + 2)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar2 + 2)" (( "(") (binary_expression "piVar2 + 2" (identifier "piVar2") (+ "+") (number_literal "2")) () ")")))) (= "=") (identifier "param_3")) (; ";")) (expression_statement "*(undefined8 *)(piVar2 + 4) = param_5;" (assignment_expression "*(undefined8 *)(piVar2 + 4) = param_5" (pointer_expression "*(undefined8 *)(piVar2 + 4)" (* "*") (cast_expression "(undefined8 *)(piVar2 + 4)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar2 + 4)" (( "(") (binary_expression "piVar2 + 4" (identifier "piVar2") (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "param_5")) (; ";")) (expression_statement "*(int **)(lVar1 + 0x20) = piVar2;" (assignment_expression "*(int **)(lVar1 + 0x20) = piVar2" (pointer_expression "*(int **)(lVar1 + 0x20)" (* "*") (cast_expression "(int **)(lVar1 + 0x20)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar1 + 0x20)" (( "(") (binary_expression "lVar1 + 0x20" (identifier "lVar1") (+ "+") (number_literal "0x20")) () ")")))) (= "=") (identifier "piVar2")) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (} "}")))) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
|
type_1
function_1
(void *handle,char *var_1,type_2 var_2,type_3 var_6,type_4 val)
{
long var_3;
type_5 *var_10;
type_6 *pdVar3;
type_7 uVar4;
type_8 kind_00;
type_9 *info;
type_9 *info_00;
if ((var_1 == (char *)0x0) || (var_2 == (type_2)0x0)) {
return 0;
}
if ((*(long *)((long)handle + 8) == 0) || (var_3 = *(long *)((long)handle + 0x10), var_3 == 0)) {
uVar4 = var_4(0,"debug_record_variable: no current file",5);
var_5(stderr,"%s\n",uVar4);
}
else {
if (var_6 - var_7 < 2) {
info_00 = (type_9 *)(var_3 + 0x10);
kind_00 = (var_6 == var_7) + var_8;
}
else {
info_00 = (type_9 *)(*(long *)((long)handle + 0x20) + 0x28);
kind_00 = DEBUG_OBJECT_TYPE;
if (*(long *)((long)handle + 0x20) == 0) {
info_00 = (type_9 *)(var_3 + 0x10);
kind_00 = DEBUG_OBJECT_TYPE;
}
}
var_10 = var_9
(info_00,(type_10 **)var_1,(char *)0x2,kind_00,
(type_11)val);
if (var_10 != (type_5 *)0x0) {
pdVar3 = (type_6 *)var_11(0x18);
*(type_12 *)&pdVar3->field_0x4 = 0;
pdVar3->var_6 = var_6;
pdVar3->var_2 = var_2;
pdVar3->val = val;
(var_10->u).variable = pdVar3;
return 1;
}
}
return 0;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (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 (return_statement (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content) (escape_sequence)) (identifier))))) 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: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (char_literal (escape_sequence)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (return_statement (number_literal))))))) (return_statement (number_literal)))))
| null |
undefined8 MASKED(long param_1,long param_2,long param_3,int param_4,undefined8 param_5)
{
long lVar1;
int *piVar2;
undefined8 uVar3;
char cVar4;
long lVar5;
if ((param_2 == 0) || (param_3 == 0)) {
return 0;
}
if ((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x10), lVar1 == 0)) {
uVar3 = dcgettext(0,"debug_record_variable: no current file",5);
fprintf(stderr,"%s\n",uVar3);
}
else {
if (param_4 - 1U < 2) {
lVar5 = lVar1 + 0x10;
cVar4 = (param_4 == 1) + '\x01';
}
else {
cVar4 = '\0';
lVar5 = *(long *)(param_1 + 0x20) + 0x28;
if (*(long *)(param_1 + 0x20) == 0) {
lVar5 = lVar1 + 0x10;
}
}
lVar1 = FUN_0010d1f0(lVar5,param_2,2,cVar4);
if (lVar1 != 0) {
piVar2 = (int *)xmalloc(0x18);
piVar2[1] = 0;
*piVar2 = param_4;
*(long *)(piVar2 + 2) = param_3;
*(undefined8 *)(piVar2 + 4) = param_5;
*(int **)(lVar1 + 0x20) = piVar2;
return 1;
}
}
return 0;
}
|
100_alpha-linux-gnu-nm_and_alpha-linux-gnu-nm_strip.c
|
usage
|
FUN_00103c00
|
void usage(FILE *stream,int status)
{
char *__format;
char *pcVar1;
pcVar1 = program_name;
__format = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5);
fprintf((FILE *)stream,__format,pcVar1);
pcVar1 = (char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5);
fprintf((FILE *)stream,pcVar1);
pcVar1 = (char *)dcgettext(0,
" The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"
,5);
fprintf((FILE *)stream,pcVar1);
pcVar1 = (char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5);
fprintf((FILE *)stream,pcVar1);
pcVar1 = (char *)dcgettext(0,
" -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"
,5);
fprintf((FILE *)stream,pcVar1);
list_supported_targets(program_name,stream);
if (status == 0) {
pcVar1 = (char *)dcgettext(0,"Report bugs to %s.\n",5);
fprintf((FILE *)stream,pcVar1,"<http://www.sourceware.org/bugzilla/>");
}
/* WARNING: Subroutine does not return */
exit(status);
}
|
void FUN_00103c00(FILE *param_1,int param_2)
{
undefined8 uVar1;
char *pcVar2;
uVar1 = DAT_0010cc68;
pcVar2 = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5);
fprintf(param_1,pcVar2,uVar1);
pcVar2 = (char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5);
fprintf(param_1,pcVar2);
pcVar2 = (char *)dcgettext(0,
" The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"
,5);
fprintf(param_1,pcVar2);
pcVar2 = (char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5);
fprintf(param_1,pcVar2);
pcVar2 = (char *)dcgettext(0,
" -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"
,5);
fprintf(param_1,pcVar2);
FUN_00106330(DAT_0010cc68,param_1);
if (param_2 == 0) {
pcVar2 = (char *)dcgettext(0,"Report bugs to %s.\n",5);
fprintf(param_1,pcVar2,"<http://www.sourceware.org/bugzilla/>");
}
/* WARNING: Subroutine does not return */
exit(param_2);
}
|
PUSH R12
MOV EDX,0x5
MOV R12,qword ptr [0x0010cc68]
PUSH RBP
MOV EBP,ESI
LEA RSI,[0x108390]
PUSH RBX
MOV RBX,RDI
XOR EDI,EDI
CALL 0x001031a0
MOV RDX,R12
MOV RDI,RBX
MOV RSI,RAX
XOR EAX,EAX
CALL 0x001032e0
MOV EDX,0x5
XOR EDI,EDI
LEA RSI,[0x1083b8]
CALL 0x001031a0
MOV RDI,RBX
MOV RSI,RAX
XOR EAX,EAX
CALL 0x001032e0
MOV EDX,0x5
XOR EDI,EDI
LEA RSI,[0x1083e8]
CALL 0x001031a0
MOV RDI,RBX
MOV RSI,RAX
XOR EAX,EAX
CALL 0x001032e0
MOV EDX,0x5
XOR EDI,EDI
LEA RSI,[0x1088e0]
CALL 0x001031a0
MOV RDI,RBX
MOV RSI,RAX
XOR EAX,EAX
CALL 0x001032e0
XOR EDI,EDI
MOV EDX,0x5
LEA RSI,[0x108918]
CALL 0x001031a0
MOV RDI,RBX
MOV RSI,RAX
XOR EAX,EAX
CALL 0x001032e0
MOV RDI,qword ptr [0x0010cc68]
MOV RSI,RBX
CALL 0x00106330
TEST EBP,EBP
JZ 0x00103ccd
MOV EDI,EBP
CALL 0x001034d0
XOR EDI,EDI
MOV EDX,0x5
LEA RSI,[0x108013]
CALL 0x001031a0
LEA RDX,[0x108c10]
MOV RDI,RBX
MOV RSI,RAX
XOR EAX,EAX
CALL 0x001032e0
JMP 0x00103cc6
| null | null | null | null |
[(u'CAST_-1206960378', u'CALL_-1206960994'), (u'COPY_-1206960297', u'CALL_-1206960726'), ('const-0', u'CALL_-1206960836'), ('const-0', u'CALL_-1206960960'), ('tmp_589', u'CAST_-1206960296'), ('const-0', u'CALL_-1206961088'), (u'CALL_-1206960836', u'INDIRECT_-1206960363'), (u'INDIRECT_-1206960333', u'MULTIEQUAL_-1206960320'), ('tmp_1885', u'COPY_-1206960509'), (u'COPY_-1206960350', u'CALL_-1206960836'), (u'CAST_-1206960310', u'CALL_-1206960870'), (u'CALL_-1206960836', u'CAST_-1206960276'), (u'CAST_-1206960276', u'CALL_-1206960808'), (u'CALL_-1206960932', u'INDIRECT_-1206960417'), (u'CAST_-1206960398', u'CALL_-1206961056'), ('tmp_589', u'CAST_-1206960262'), (u'INT_EQUAL_-1206960774', u'CBRANCH_-1206960773'), ('const-5', u'CALL_-1206960836'), ('const-1', u'RETURN_-1206960757'), ('const-5', u'CALL_-1206960960'), ('const-0', u'CALL_-1206960898'), ('tmp_590', u'INT_EQUAL_-1206960774'), (u'CALL_-1206961088', u'CAST_-1206960415'), ('const-1083672', u'COPY_-1206960350'), (u'CALL_-1206960870', u'INDIRECT_-1206960383'), ('const-0', u'CALL_-1206961022'), (u'COPY_-1206960449', u'CALL_-1206961022'), ('const-1081363', u'COPY_-1206960297'), ('tmp_589', u'CAST_-1206960364'), ('tmp_544', u'BRANCH_-1206960687'), ('tmp_589', u'CAST_-1206960330'), (u'CAST_-1206960296', u'CALL_-1206960870'), ('const-1084432', u'COPY_-1206960271'), (u'COPY_-1206960271', u'CALL_-1206960690'), (u'INDIRECT_-1206960319', u'COPY_-1206960378'), (u'CALL_-1206960898', u'CAST_-1206960310'), ('const-1082296', u'COPY_-1206960449'), (u'CAST_-1206960262', u'CALL_-1206960808'), (u'CALL_-1206961022', u'CAST_-1206960378'), (u'CALL_-1206960762', u'INDIRECT_-1206960319'), (u'CAST_-1206960364', u'CALL_-1206960994'), ('const-0', u'INT_EQUAL_-1206960774'), (u'INDIRECT_-1206960281', u'MULTIEQUAL_-1206960320'), (u'CALL_-1206960898', u'INDIRECT_-1206960397'), ('const-5', u'CALL_-1206960726'), (u'CALL_-1206960960', u'INDIRECT_-1206960431'), (u'CALL_-1206960808', u'INDIRECT_-1206960349'), ('const-5', u'CALL_-1206960898'), (u'CALL_-1206960960', u'CAST_-1206960344'), (u'CAST_-1206960415', u'CALL_-1206961056'), (u'CALL_-1206960994', u'INDIRECT_-1206960451'), (u'CALL_-1206960788', u'INDIRECT_-1206960333'), ('tmp_589', u'CAST_-1206960195'), (u'CAST_-1206960216', u'CALL_-1206960690'), ('tmp_589', u'CALL_-1206960788'), (u'CAST_-1206960195', u'CALL_-1206960690'), (u'CALL_-1206961088', u'INDIRECT_-1206960502'), (u'CAST_-1206960344', u'CALL_-1206960932'), (u'COPY_-1206960416', u'CALL_-1206960960'), (u'COPY_-1206960383', u'CALL_-1206960898'), (u'CALL_-1206961056', u'INDIRECT_-1206960485'), ('const-1083616', u'COPY_-1206960383'), (u'INDIRECT_-1206960349', u'CALL_-1206960788'), (u'COPY_-1206960509', u'CALL_-1206961056'), ('tmp_450', u'CBRANCH_-1206960773'), (u'CALL_-1206961022', u'INDIRECT_-1206960465'), ('const-1082344', u'COPY_-1206960416'), ('const-0', u'CALL_-1206960726'), ('tmp_590', u'CALL_-1206960762'), ('const-1082256', u'COPY_-1206960485'), (u'CALL_-1206960726', u'CAST_-1206960216'), (u'COPY_-1206960485', u'CALL_-1206961088'), (u'CAST_-1206960330', u'CALL_-1206960932'), ('const-5', u'CALL_-1206961088'), (u'CALL_-1206960726', u'INDIRECT_-1206960302'), ('const-5', u'CALL_-1206961022'), (u'CALL_-1206960690', u'INDIRECT_-1206960281'), ('tmp_589', u'CAST_-1206960398')]
|
[(u'COPY_-1206960297', u'CALL_-1206960726'), ('const-0', u'CALL_-1206960898'), ('tmp_1410', u'CALL_-1206960932'), (u'CALL_-1206960836', u'INDIRECT_-1206960363'), (u'INDIRECT_-1206960333', u'MULTIEQUAL_-1206960320'), (u'COPY_-1206960350', u'CALL_-1206960836'), (u'CAST_-1206960346', u'CALL_-1206960932'), ('tmp_1410', u'CALL_-1206960690'), (u'CALL_-1206960932', u'INDIRECT_-1206960417'), ('tmp_1410', u'CALL_-1206960788'), (u'INT_EQUAL_-1206960774', u'CBRANCH_-1206960773'), ('const-1082296', u'COPY_-1206960449'), ('const-1', u'RETURN_-1206960757'), (u'CALL_-1206961088', u'CAST_-1206960415'), (u'CALL_-1206960870', u'INDIRECT_-1206960383'), ('const-5', u'CALL_-1206960898'), (u'COPY_-1206960449', u'CALL_-1206961022'), ('tmp_1410', u'CALL_-1206960808'), (u'CAST_-1206960221', u'CALL_-1206960690'), ('tmp_544', u'BRANCH_-1206960687'), (u'COPY_-1206960271', u'CALL_-1206960690'), (u'CAST_-1206960379', u'CALL_-1206960994'), (u'INDIRECT_-1206960319', u'COPY_-1206960378'), (u'CALL_-1206960836', u'CAST_-1206960280'), ('const-1084432', u'COPY_-1206960271'), (u'CALL_-1206960762', u'INDIRECT_-1206960319'), ('const-0', u'INT_EQUAL_-1206960774'), (u'INDIRECT_-1206960281', u'MULTIEQUAL_-1206960320'), (u'CALL_-1206960898', u'INDIRECT_-1206960397'), ('const-5', u'CALL_-1206961022'), ('const-1082344', u'COPY_-1206960416'), ('const-0', u'CALL_-1206961022'), (u'CALL_-1206960898', u'CAST_-1206960313'), (u'CALL_-1206960960', u'INDIRECT_-1206960431'), ('const-0', u'CALL_-1206960960'), (u'CALL_-1206960808', u'INDIRECT_-1206960349'), (u'CALL_-1206960960', u'CAST_-1206960346'), ('const-1083616', u'COPY_-1206960383'), ('tmp_1890', u'COPY_-1206960509'), ('tmp_1410', u'CALL_-1206960870'), ('const-1083672', u'COPY_-1206960350'), ('const-0', u'CALL_-1206960726'), (u'CAST_-1206960415', u'CALL_-1206961056'), ('tmp_1432', u'CALL_-1206960762'), (u'CALL_-1206960994', u'INDIRECT_-1206960451'), ('const-5', u'CALL_-1206960960'), (u'CALL_-1206960788', u'INDIRECT_-1206960333'), ('const-5', u'CALL_-1206960726'), (u'CALL_-1206961088', u'INDIRECT_-1206960502'), (u'COPY_-1206960416', u'CALL_-1206960960'), (u'COPY_-1206960383', u'CALL_-1206960898'), (u'CALL_-1206961056', u'INDIRECT_-1206960485'), ('const-0', u'CALL_-1206961088'), (u'INDIRECT_-1206960349', u'CALL_-1206960788'), (u'COPY_-1206960509', u'CALL_-1206961056'), ('tmp_450', u'CBRANCH_-1206960773'), (u'CALL_-1206961022', u'INDIRECT_-1206960465'), ('tmp_1410', u'CALL_-1206960994'), ('const-0', u'CALL_-1206960836'), ('tmp_1410', u'CALL_-1206961056'), ('const-5', u'CALL_-1206961088'), (u'COPY_-1206960485', u'CALL_-1206961088'), ('const-1082256', u'COPY_-1206960485'), ('const-1081363', u'COPY_-1206960297'), ('const-5', u'CALL_-1206960836'), (u'CALL_-1206960726', u'INDIRECT_-1206960302'), (u'CALL_-1206960690', u'INDIRECT_-1206960281'), (u'CALL_-1206961022', u'CAST_-1206960379'), (u'CAST_-1206960280', u'CALL_-1206960808'), ('tmp_1432', u'INT_EQUAL_-1206960774'), (u'CAST_-1206960313', u'CALL_-1206960870'), (u'CALL_-1206960726', u'CAST_-1206960221')]
| null | null |
00103c00
|
x64
|
O2
|
(translation_unit "void FUN_00103c00(FILE *param_1,int param_2)\n\n{\n undefined8 uVar1;\n char *pcVar2;\n \n uVar1 = DAT_0010cc68;\n pcVar2 = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5);\n fprintf(param_1,pcVar2,uVar1);\n pcVar2 = (char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5);\n fprintf(param_1,pcVar2);\n FUN_00106330(DAT_0010cc68,param_1);\n if (param_2 == 0) {\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s.\n",5);\n fprintf(param_1,pcVar2,"<http://www.sourceware.org/bugzilla/>");\n }\n /* WARNING: Subroutine does not return */\n exit(param_2);\n}\n\n" (function_definition "void FUN_00103c00(FILE *param_1,int param_2)\n\n{\n undefined8 uVar1;\n char *pcVar2;\n \n uVar1 = DAT_0010cc68;\n pcVar2 = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5);\n fprintf(param_1,pcVar2,uVar1);\n pcVar2 = (char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5);\n fprintf(param_1,pcVar2);\n FUN_00106330(DAT_0010cc68,param_1);\n if (param_2 == 0) {\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s.\n",5);\n fprintf(param_1,pcVar2,"<http://www.sourceware.org/bugzilla/>");\n }\n /* WARNING: Subroutine does not return */\n exit(param_2);\n}" primitive_type (function_declarator "FUN_00103c00(FILE *param_1,int param_2)" identifier (parameter_list "(FILE *param_1,int param_2)" ( (parameter_declaration "FILE *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n undefined8 uVar1;\n char *pcVar2;\n \n uVar1 = DAT_0010cc68;\n pcVar2 = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5);\n fprintf(param_1,pcVar2,uVar1);\n pcVar2 = (char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5);\n fprintf(param_1,pcVar2);\n FUN_00106330(DAT_0010cc68,param_1);\n if (param_2 == 0) {\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s.\n",5);\n fprintf(param_1,pcVar2,"<http://www.sourceware.org/bugzilla/>");\n }\n /* WARNING: Subroutine does not return */\n exit(param_2);\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (expression_statement "uVar1 = DAT_0010cc68;" (assignment_expression "uVar1 = DAT_0010cc68" identifier = identifier) ;) (expression_statement "pcVar2 = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5)" identifier (argument_list "(0,"Usage: %s [option(s)] [file(s)]\n",5)" ( number_literal , (string_literal ""Usage: %s [option(s)] [file(s)]\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(param_1,pcVar2,uVar1);" (call_expression "fprintf(param_1,pcVar2,uVar1)" identifier (argument_list "(param_1,pcVar2,uVar1)" ( identifier , identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5)" identifier = (cast_expression "(char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5)" identifier (argument_list "(0," List symbols in [file(s)] (a.out by default).\n",5)" ( number_literal , (string_literal "" List symbols in [file(s)] (a.out by default).\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(param_1,pcVar2);" (call_expression "fprintf(param_1,pcVar2)" identifier (argument_list "(param_1,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5)" identifier (argument_list "(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5)" ( number_literal , (string_literal "" The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence escape_sequence string_content escape_sequence escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(param_1,pcVar2);" (call_expression "fprintf(param_1,pcVar2)" identifier (argument_list "(param_1,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5)" identifier = (cast_expression "(char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," --plugin NAME Load the specified plugin\n",5)" identifier (argument_list "(0," --plugin NAME Load the specified plugin\n",5)" ( number_literal , (string_literal "" --plugin NAME Load the specified plugin\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(param_1,pcVar2);" (call_expression "fprintf(param_1,pcVar2)" identifier (argument_list "(param_1,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5)" identifier (argument_list "(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5)" ( number_literal , (string_literal "" -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(param_1,pcVar2);" (call_expression "fprintf(param_1,pcVar2)" identifier (argument_list "(param_1,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "FUN_00106330(DAT_0010cc68,param_1);" (call_expression "FUN_00106330(DAT_0010cc68,param_1)" identifier (argument_list "(DAT_0010cc68,param_1)" ( identifier , identifier ))) ;) (if_statement "if (param_2 == 0) {\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s.\n",5);\n fprintf(param_1,pcVar2,"<http://www.sourceware.org/bugzilla/>");\n }" if (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )) (compound_statement "{\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s.\n",5);\n fprintf(param_1,pcVar2,"<http://www.sourceware.org/bugzilla/>");\n }" { (expression_statement "pcVar2 = (char *)dcgettext(0,"Report bugs to %s.\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,"Report bugs to %s.\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"Report bugs to %s.\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Report bugs to %s.\n",5)" identifier (argument_list "(0,"Report bugs to %s.\n",5)" ( number_literal , (string_literal ""Report bugs to %s.\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(param_1,pcVar2,"<http://www.sourceware.org/bugzilla/>");" (call_expression "fprintf(param_1,pcVar2,"<http://www.sourceware.org/bugzilla/>")" identifier (argument_list "(param_1,pcVar2,"<http://www.sourceware.org/bugzilla/>")" ( identifier , identifier , (string_literal ""<http://www.sourceware.org/bugzilla/>"" " string_content ") ))) ;) })) comment (expression_statement "exit(param_2);" (call_expression "exit(param_2)" identifier (argument_list "(param_2)" ( identifier ))) ;) })))
|
(translation_unit "void usage(FILE *stream,int status)\n\n{\n char *__format;\n char *pcVar1;\n \n pcVar1 = program_name;\n __format = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5);\n fprintf((FILE *)stream,__format,pcVar1);\n pcVar1 = (char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5);\n fprintf((FILE *)stream,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5);\n fprintf((FILE *)stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5);\n fprintf((FILE *)stream,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5);\n fprintf((FILE *)stream,pcVar1);\n list_supported_targets(program_name,stream);\n if (status == 0) {\n pcVar1 = (char *)dcgettext(0,"Report bugs to %s.\n",5);\n fprintf((FILE *)stream,pcVar1,"<http://www.sourceware.org/bugzilla/>");\n }\n /* WARNING: Subroutine does not return */\n exit(status);\n}\n\n" (function_definition "void usage(FILE *stream,int status)\n\n{\n char *__format;\n char *pcVar1;\n \n pcVar1 = program_name;\n __format = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5);\n fprintf((FILE *)stream,__format,pcVar1);\n pcVar1 = (char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5);\n fprintf((FILE *)stream,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5);\n fprintf((FILE *)stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5);\n fprintf((FILE *)stream,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5);\n fprintf((FILE *)stream,pcVar1);\n list_supported_targets(program_name,stream);\n if (status == 0) {\n pcVar1 = (char *)dcgettext(0,"Report bugs to %s.\n",5);\n fprintf((FILE *)stream,pcVar1,"<http://www.sourceware.org/bugzilla/>");\n }\n /* WARNING: Subroutine does not return */\n exit(status);\n}" primitive_type (function_declarator "usage(FILE *stream,int status)" identifier (parameter_list "(FILE *stream,int status)" ( (parameter_declaration "FILE *stream" type_identifier (pointer_declarator "*stream" * identifier)) , (parameter_declaration "int status" primitive_type identifier) ))) (compound_statement "{\n char *__format;\n char *pcVar1;\n \n pcVar1 = program_name;\n __format = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5);\n fprintf((FILE *)stream,__format,pcVar1);\n pcVar1 = (char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5);\n fprintf((FILE *)stream,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5);\n fprintf((FILE *)stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5);\n fprintf((FILE *)stream,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5);\n fprintf((FILE *)stream,pcVar1);\n list_supported_targets(program_name,stream);\n if (status == 0) {\n pcVar1 = (char *)dcgettext(0,"Report bugs to %s.\n",5);\n fprintf((FILE *)stream,pcVar1,"<http://www.sourceware.org/bugzilla/>");\n }\n /* WARNING: Subroutine does not return */\n exit(status);\n}" { (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = program_name;" (assignment_expression "pcVar1 = program_name" identifier = identifier) ;) (expression_statement "__format = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5)" identifier (argument_list "(0,"Usage: %s [option(s)] [file(s)]\n",5)" ( number_literal , (string_literal ""Usage: %s [option(s)] [file(s)]\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf((FILE *)stream,__format,pcVar1);" (call_expression "fprintf((FILE *)stream,__format,pcVar1)" identifier (argument_list "((FILE *)stream,__format,pcVar1)" ( (cast_expression "(FILE *)stream" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5)" identifier = (cast_expression "(char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5)" identifier (argument_list "(0," List symbols in [file(s)] (a.out by default).\n",5)" ( number_literal , (string_literal "" List symbols in [file(s)] (a.out by default).\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf((FILE *)stream,pcVar1);" (call_expression "fprintf((FILE *)stream,pcVar1)" identifier (argument_list "((FILE *)stream,pcVar1)" ( (cast_expression "(FILE *)stream" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5)" identifier (argument_list "(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5)" ( number_literal , (string_literal "" The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence escape_sequence string_content escape_sequence escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf((FILE *)stream,pcVar1);" (call_expression "fprintf((FILE *)stream,pcVar1)" identifier (argument_list "((FILE *)stream,pcVar1)" ( (cast_expression "(FILE *)stream" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5)" identifier = (cast_expression "(char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," --plugin NAME Load the specified plugin\n",5)" identifier (argument_list "(0," --plugin NAME Load the specified plugin\n",5)" ( number_literal , (string_literal "" --plugin NAME Load the specified plugin\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf((FILE *)stream,pcVar1);" (call_expression "fprintf((FILE *)stream,pcVar1)" identifier (argument_list "((FILE *)stream,pcVar1)" ( (cast_expression "(FILE *)stream" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5)" identifier (argument_list "(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5)" ( number_literal , (string_literal "" -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf((FILE *)stream,pcVar1);" (call_expression "fprintf((FILE *)stream,pcVar1)" identifier (argument_list "((FILE *)stream,pcVar1)" ( (cast_expression "(FILE *)stream" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;) (expression_statement "list_supported_targets(program_name,stream);" (call_expression "list_supported_targets(program_name,stream)" identifier (argument_list "(program_name,stream)" ( identifier , identifier ))) ;) (if_statement "if (status == 0) {\n pcVar1 = (char *)dcgettext(0,"Report bugs to %s.\n",5);\n fprintf((FILE *)stream,pcVar1,"<http://www.sourceware.org/bugzilla/>");\n }" if (parenthesized_expression "(status == 0)" ( (binary_expression "status == 0" identifier == number_literal) )) (compound_statement "{\n pcVar1 = (char *)dcgettext(0,"Report bugs to %s.\n",5);\n fprintf((FILE *)stream,pcVar1,"<http://www.sourceware.org/bugzilla/>");\n }" { (expression_statement "pcVar1 = (char *)dcgettext(0,"Report bugs to %s.\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,"Report bugs to %s.\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"Report bugs to %s.\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Report bugs to %s.\n",5)" identifier (argument_list "(0,"Report bugs to %s.\n",5)" ( number_literal , (string_literal ""Report bugs to %s.\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf((FILE *)stream,pcVar1,"<http://www.sourceware.org/bugzilla/>");" (call_expression "fprintf((FILE *)stream,pcVar1,"<http://www.sourceware.org/bugzilla/>")" identifier (argument_list "((FILE *)stream,pcVar1,"<http://www.sourceware.org/bugzilla/>")" ( (cast_expression "(FILE *)stream" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , (string_literal ""<http://www.sourceware.org/bugzilla/>"" " string_content ") ))) ;) })) comment (expression_statement "exit(status);" (call_expression "exit(status)" identifier (argument_list "(status)" ( identifier ))) ;) })))
|
(translation_unit "void FUN_00103c00(FILE *param_1,int param_2)\n\n{\n undefined8 uVar1;\n char *pcVar2;\n \n uVar1 = DAT_0010cc68;\n pcVar2 = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5);\n fprintf(param_1,pcVar2,uVar1);\n pcVar2 = (char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5);\n fprintf(param_1,pcVar2);\n FUN_00106330(DAT_0010cc68,param_1);\n if (param_2 == 0) {\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s.\n",5);\n fprintf(param_1,pcVar2,"<http:\n }\n \n exit(param_2);\n}\n\n" (function_definition "void FUN_00103c00(FILE *param_1,int param_2)\n\n{\n undefined8 uVar1;\n char *pcVar2;\n \n uVar1 = DAT_0010cc68;\n pcVar2 = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5);\n fprintf(param_1,pcVar2,uVar1);\n pcVar2 = (char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5);\n fprintf(param_1,pcVar2);\n FUN_00106330(DAT_0010cc68,param_1);\n if (param_2 == 0) {\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s.\n",5);\n fprintf(param_1,pcVar2,"<http:\n }\n \n exit(param_2);\n}" primitive_type (function_declarator "FUN_00103c00(FILE *param_1,int param_2)" identifier (parameter_list "(FILE *param_1,int param_2)" ( (parameter_declaration "FILE *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n undefined8 uVar1;\n char *pcVar2;\n \n uVar1 = DAT_0010cc68;\n pcVar2 = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5);\n fprintf(param_1,pcVar2,uVar1);\n pcVar2 = (char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5);\n fprintf(param_1,pcVar2);\n FUN_00106330(DAT_0010cc68,param_1);\n if (param_2 == 0) {\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s.\n",5);\n fprintf(param_1,pcVar2,"<http:\n }\n \n exit(param_2);\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (expression_statement "uVar1 = DAT_0010cc68;" (assignment_expression "uVar1 = DAT_0010cc68" identifier = identifier) ;) (expression_statement "pcVar2 = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5)" identifier (argument_list "(0,"Usage: %s [option(s)] [file(s)]\n",5)" ( number_literal , (string_literal ""Usage: %s [option(s)] [file(s)]\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(param_1,pcVar2,uVar1);" (call_expression "fprintf(param_1,pcVar2,uVar1)" identifier (argument_list "(param_1,pcVar2,uVar1)" ( identifier , identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5)" identifier = (cast_expression "(char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5)" identifier (argument_list "(0," List symbols in [file(s)] (a.out by default).\n",5)" ( number_literal , (string_literal "" List symbols in [file(s)] (a.out by default).\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(param_1,pcVar2);" (call_expression "fprintf(param_1,pcVar2)" identifier (argument_list "(param_1,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5)" identifier (argument_list "(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5)" ( number_literal , (string_literal "" The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence escape_sequence string_content escape_sequence escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(param_1,pcVar2);" (call_expression "fprintf(param_1,pcVar2)" identifier (argument_list "(param_1,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5)" identifier = (cast_expression "(char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," --plugin NAME Load the specified plugin\n",5)" identifier (argument_list "(0," --plugin NAME Load the specified plugin\n",5)" ( number_literal , (string_literal "" --plugin NAME Load the specified plugin\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(param_1,pcVar2);" (call_expression "fprintf(param_1,pcVar2)" identifier (argument_list "(param_1,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5)" identifier (argument_list "(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5)" ( number_literal , (string_literal "" -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(param_1,pcVar2);" (call_expression "fprintf(param_1,pcVar2)" identifier (argument_list "(param_1,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "FUN_00106330(DAT_0010cc68,param_1);" (call_expression "FUN_00106330(DAT_0010cc68,param_1)" identifier (argument_list "(DAT_0010cc68,param_1)" ( identifier , identifier ))) ;) (if_statement "if (param_2 == 0) {\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s.\n",5);\n fprintf(param_1,pcVar2,"<http:\n }\n \n exit(param_2);\n}" if (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )) (compound_statement "{\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s.\n",5);\n fprintf(param_1,pcVar2,"<http:\n }\n \n exit(param_2);\n}" { (expression_statement "pcVar2 = (char *)dcgettext(0,"Report bugs to %s.\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,"Report bugs to %s.\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"Report bugs to %s.\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Report bugs to %s.\n",5)" identifier (argument_list "(0,"Report bugs to %s.\n",5)" ( number_literal , (string_literal ""Report bugs to %s.\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(param_1,pcVar2,"<http:\n }\n \n exit(param_2);" (call_expression "fprintf(param_1,pcVar2,"<http:\n }\n \n exit(param_2)" identifier (argument_list "(param_1,pcVar2,"<http:\n }\n \n exit(param_2)" ( identifier , identifier , (ERROR ""<http:\n }" " string_content }) (call_expression "exit(param_2)" identifier (argument_list "(param_2)" ( identifier ))) ))) ;) })) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence escape_sequence string_content escape_sequence escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (ERROR " string_content }) (call_expression IDENT (argument_list ( IDENT ))) ))) ;) })) })))
|
(function_definition "void FUN_00103c00(FILE *param_1,int param_2)\n\n{\n undefined8 uVar1;\n char *pcVar2;\n \n uVar1 = DAT_0010cc68;\n pcVar2 = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5);\n fprintf(param_1,pcVar2,uVar1);\n pcVar2 = (char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5);\n fprintf(param_1,pcVar2);\n FUN_00106330(DAT_0010cc68,param_1);\n if (param_2 == 0) {\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s.\n",5);\n fprintf(param_1,pcVar2,"<http:\n }\n \n exit(param_2);\n}" (primitive_type "void") (function_declarator "FUN_00103c00(FILE *param_1,int param_2)" (identifier "FUN_00103c00") (parameter_list "(FILE *param_1,int param_2)" (( "(") (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")) () ")"))) (compound_statement "{\n undefined8 uVar1;\n char *pcVar2;\n \n uVar1 = DAT_0010cc68;\n pcVar2 = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5);\n fprintf(param_1,pcVar2,uVar1);\n pcVar2 = (char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5);\n fprintf(param_1,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5);\n fprintf(param_1,pcVar2);\n FUN_00106330(DAT_0010cc68,param_1);\n if (param_2 == 0) {\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s.\n",5);\n fprintf(param_1,pcVar2,"<http:\n }\n \n exit(param_2);\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "char *pcVar2;" (primitive_type "char") (pointer_declarator "*pcVar2" (* "*") (identifier "pcVar2")) (; ";")) (expression_statement "uVar1 = DAT_0010cc68;" (assignment_expression "uVar1 = DAT_0010cc68" (identifier "uVar1") (= "=") (identifier "DAT_0010cc68")) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5)" (identifier "dcgettext") (argument_list "(0,"Usage: %s [option(s)] [file(s)]\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""Usage: %s [option(s)] [file(s)]\n"" (" """) (string_content "Usage: %s [option(s)] [file(s)]") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(param_1,pcVar2,uVar1);" (call_expression "fprintf(param_1,pcVar2,uVar1)" (identifier "fprintf") (argument_list "(param_1,pcVar2,uVar1)" (( "(") (identifier "param_1") (, ",") (identifier "pcVar2") (, ",") (identifier "uVar1") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5)" (identifier "dcgettext") (argument_list "(0," List symbols in [file(s)] (a.out by default).\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" List symbols in [file(s)] (a.out by default).\n"" (" """) (string_content " List symbols in [file(s)] (a.out by default).") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(param_1,pcVar2);" (call_expression "fprintf(param_1,pcVar2)" (identifier "fprintf") (argument_list "(param_1,pcVar2)" (( "(") (identifier "param_1") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5)" (identifier "dcgettext") (argument_list "(0,\n " The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"\n ,5)" (( "(") (number_literal "0") (, ",") (string_literal "" The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"" (" """) (string_content " The options are:") (escape_sequence "\n") (string_content " -a, --debug-syms Display debugger-only symbols") (escape_sequence "\n") (string_content " -A, --print-file-name Print name of the input file before every symbol") (escape_sequence "\n") (string_content " -B Same as --format=bsd") (escape_sequence "\n") (string_content " -C, --demangle[=STYLE] Decode low-level symbol names into user-level names") (escape_sequence "\n") (string_content " The STYLE, if specified, can be `auto") (escape_sequence "\'") (string_content " (the default),") (escape_sequence "\n") (string_content " `gnu") (escape_sequence "\'") (string_content ", `lucid") (escape_sequence "\'") (string_content ", `arm") (escape_sequence "\'") (string_content ", `hp") (escape_sequence "\'") (string_content ", `edg") (escape_sequence "\'") (string_content ", `gnu-v3") (escape_sequence "\'") (string_content ", `java") (escape_sequence "\'") (escape_sequence "\n") (string_content " or `gnat") (escape_sequence "\'") (escape_sequence "\n") (string_content " --no-demangle Do not demangle low-level symbol names") (escape_sequence "\n") (string_content " -D, --dynamic Display dynamic symbols instead of normal symbols") (escape_sequence "\n") (string_content " --defined-only Display only defined symbols") (escape_sequence "\n") (string_content " -e (ignored)") (escape_sequence "\n") (string_content " -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd") (escape_sequence "\'") (string_content ",") (escape_sequence "\n") (string_content " `sysv") (escape_sequence "\'") (string_content " or `posix") (escape_sequence "\'") (string_content ". The default is `bsd") (escape_sequence "\'") (escape_sequence "\n") (string_content " -g, --extern-only Display only external symbols") (escape_sequence "\n") (string_content " -l, --line-numbers Use debugging information to find a filename and") (escape_sequence "\n") (string_content " line number for each symbol") (escape_sequence "\n") (string_content " -n, --numeric-sort Sort symbols numerically by address") (escape_sequence "\n") (string_content " -o Same as -A") (escape_sequence "\n") (string_content " -p, --no-sort Do not sort the symbols") (escape_sequence "\n") (string_content " -P, --portability Same as --format=posix") (escape_sequence "\n") (string_content " -r, --reverse-sort Reverse the sense of the sort") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(param_1,pcVar2);" (call_expression "fprintf(param_1,pcVar2)" (identifier "fprintf") (argument_list "(param_1,pcVar2)" (( "(") (identifier "param_1") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," --plugin NAME Load the specified plugin\n",5)" (identifier "dcgettext") (argument_list "(0," --plugin NAME Load the specified plugin\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" --plugin NAME Load the specified plugin\n"" (" """) (string_content " --plugin NAME Load the specified plugin") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(param_1,pcVar2);" (call_expression "fprintf(param_1,pcVar2)" (identifier "fprintf") (argument_list "(param_1,pcVar2)" (( "(") (identifier "param_1") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5)" (identifier "dcgettext") (argument_list "(0,\n " -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"\n ,5)" (( "(") (number_literal "0") (, ",") (string_literal "" -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"" (" """) (string_content " -S, --print-size Print size of defined symbols") (escape_sequence "\n") (string_content " -s, --print-armap Include index for symbols from archive members") (escape_sequence "\n") (string_content " --size-sort Sort symbols by size") (escape_sequence "\n") (string_content " --special-syms Include special symbols in the output") (escape_sequence "\n") (string_content " --synthetic Display synthetic symbols as well") (escape_sequence "\n") (string_content " -t, --radix=RADIX Use RADIX for printing symbol values") (escape_sequence "\n") (string_content " --target=BFDNAME Specify the target object format as BFDNAME") (escape_sequence "\n") (string_content " -u, --undefined-only Display only undefined symbols") (escape_sequence "\n") (string_content " --with-symbol-versions Display version strings after symbol names") (escape_sequence "\n") (string_content " -X 32_64 (ignored)") (escape_sequence "\n") (string_content " @FILE Read options from FILE") (escape_sequence "\n") (string_content " -h, --help Display this information") (escape_sequence "\n") (string_content " -V, --version Display this program") (escape_sequence "\'") (string_content "s version number") (escape_sequence "\n") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(param_1,pcVar2);" (call_expression "fprintf(param_1,pcVar2)" (identifier "fprintf") (argument_list "(param_1,pcVar2)" (( "(") (identifier "param_1") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "FUN_00106330(DAT_0010cc68,param_1);" (call_expression "FUN_00106330(DAT_0010cc68,param_1)" (identifier "FUN_00106330") (argument_list "(DAT_0010cc68,param_1)" (( "(") (identifier "DAT_0010cc68") (, ",") (identifier "param_1") () ")"))) (; ";")) (if_statement "if (param_2 == 0) {\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s.\n",5);\n fprintf(param_1,pcVar2,"<http:\n }\n \n exit(param_2);\n}" (if "if") (parenthesized_expression "(param_2 == 0)" (( "(") (binary_expression "param_2 == 0" (identifier "param_2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s.\n",5);\n fprintf(param_1,pcVar2,"<http:\n }\n \n exit(param_2);\n}" ({ "{") (expression_statement "pcVar2 = (char *)dcgettext(0,"Report bugs to %s.\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,"Report bugs to %s.\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0,"Report bugs to %s.\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,"Report bugs to %s.\n",5)" (identifier "dcgettext") (argument_list "(0,"Report bugs to %s.\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""Report bugs to %s.\n"" (" """) (string_content "Report bugs to %s.") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(param_1,pcVar2,"<http:\n }\n \n exit(param_2);" (call_expression "fprintf(param_1,pcVar2,"<http:\n }\n \n exit(param_2)" (identifier "fprintf") (argument_list "(param_1,pcVar2,"<http:\n }\n \n exit(param_2)" (( "(") (identifier "param_1") (, ",") (identifier "pcVar2") (, ",") (ERROR ""<http:\n }" (" """) (string_content "<http:") (} "}")) (call_expression "exit(param_2)" (identifier "exit") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")"))) () ""))) (; ";")) (} "}"))) (} "")))
|
void function_1(type_1 *stream,int var_4)
{
char *__format;
char *pcVar1;
pcVar1 = program_name;
__format = (char *)var_1(0,"Usage: %s [option(s)] [file(s)]\n",5);
var_2((type_1 *)stream,__format,pcVar1);
pcVar1 = (char *)var_1(0," List symbols in [file(s)] (a.out by default).\n",5);
var_2((type_1 *)stream,pcVar1);
pcVar1 = (char *)var_1(0,
" The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"
,5);
var_2((type_1 *)stream,pcVar1);
pcVar1 = (char *)var_1(0," --plugin NAME Load the specified plugin\n",5);
var_2((type_1 *)stream,pcVar1);
pcVar1 = (char *)var_1(0,
" -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"
,5);
var_2((type_1 *)stream,pcVar1);
var_3(program_name,stream);
if (var_4 == 0) {
pcVar1 = (char *)var_1(0,"Report bugs to %s.\n",5);
var_2((type_1 *)stream,pcVar1,"<http://www.sourceware.org/bugzilla/>");
}
/* WARNING: Subroutine does not return */
var_5(var_4);
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (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) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (escape_sequence) (string_content) (escape_sequence) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (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: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (ERROR (string_content)) (call_expression function: (identifier) arguments: (argument_list (identifier))) (MISSING ")")))))) (MISSING "}"))))
| null |
void MASKED(FILE *param_1,int param_2)
{
undefined8 uVar1;
char *pcVar2;
uVar1 = DAT_0010cc68;
pcVar2 = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5);
fprintf(param_1,pcVar2,uVar1);
pcVar2 = (char *)dcgettext(0," List symbols in [file(s)] (a.out by default).\n",5);
fprintf(param_1,pcVar2);
pcVar2 = (char *)dcgettext(0,
" The options are:\n -a, --debug-syms Display debugger-only symbols\n -A, --print-file-name Print name of the input file before every symbol\n -B Same as --format=bsd\n -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n The STYLE, if specified, can be `auto\' (the default),\n `gnu\', `lucid\', `arm\', `hp\', `edg\', `gnu-v3\', `java\'\n or `gnat\'\n --no-demangle Do not demangle low-level symbol names\n -D, --dynamic Display dynamic symbols instead of normal symbols\n --defined-only Display only defined symbols\n -e (ignored)\n -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd\',\n `sysv\' or `posix\'. The default is `bsd\'\n -g, --extern-only Display only external symbols\n -l, --line-numbers Use debugging information to find a filename and\n line number for each symbol\n -n, --numeric-sort Sort symbols numerically by address\n -o Same as -A\n -p, --no-sort Do not sort the symbols\n -P, --portability Same as --format=posix\n -r, --reverse-sort Reverse the sense of the sort\n"
,5);
fprintf(param_1,pcVar2);
pcVar2 = (char *)dcgettext(0," --plugin NAME Load the specified plugin\n",5);
fprintf(param_1,pcVar2);
pcVar2 = (char *)dcgettext(0,
" -S, --print-size Print size of defined symbols\n -s, --print-armap Include index for symbols from archive members\n --size-sort Sort symbols by size\n --special-syms Include special symbols in the output\n --synthetic Display synthetic symbols as well\n -t, --radix=RADIX Use RADIX for printing symbol values\n --target=BFDNAME Specify the target object format as BFDNAME\n -u, --undefined-only Display only undefined symbols\n --with-symbol-versions Display version strings after symbol names\n -X 32_64 (ignored)\n @FILE Read options from FILE\n -h, --help Display this information\n -V, --version Display this program\'s version number\n\n"
,5);
fprintf(param_1,pcVar2);
FUN_00106330(DAT_0010cc68,param_1);
if (param_2 == 0) {
pcVar2 = (char *)dcgettext(0,"Report bugs to %s.\n",5);
fprintf(param_1,pcVar2,"<http://www.sourceware.org/bugzilla/>");
}
/* WARNING: Subroutine does not return */
exit(param_2);
}
|
893_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c
|
gldaarch64linux32b_stat_needed
|
FUN_001522b0
|
void gldaarch64linux32b_stat_needed(lang_input_statement_type *s)
{
bfd *pbVar1;
lang_input_statement_type *plVar2;
int iVar3;
ulong uVar4;
char *pcVar5;
char *pcVar6;
long lVar7;
stat st;
if ((global_found == (lang_input_statement_type *)0x0) && (s->the_bfd != (bfd *)0x0)) {
uVar4 = bfd_elf_get_dyn_lib_class(s->the_bfd);
plVar2 = global_found;
if ((uVar4 & 1) == 0) {
iVar3 = bfd_stat(s->the_bfd,&st);
if (iVar3 == 0) {
if (((st.st_dev != global_stat.st_dev) || (global_stat.st_ino != st.st_ino)) ||
(plVar2 = s, st.st_ino == 0)) {
pcVar6 = global_needed->name;
pcVar5 = strchr(pcVar6,0x2f);
plVar2 = global_found;
if ((pcVar5 == (char *)0x0) &&
(pcVar6 = strstr(pcVar6,".so."), plVar2 = global_found, pcVar6 != (char *)0x0)) {
lVar7 = bfd_elf_get_dt_soname(s->the_bfd);
if (lVar7 == 0) {
lVar7 = lbasename(s->filename);
}
iVar3 = filename_ncmp(lVar7,global_needed->name,pcVar6 + (4 - (long)global_needed->name)
);
plVar2 = global_found;
if (iVar3 == 0) {
pbVar1 = global_needed->by;
pcVar6 = global_needed->name;
pcVar5 = (char *)dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",
5);
einfo(pcVar5,pcVar6,pbVar1,lVar7);
plVar2 = global_found;
}
}
}
}
else {
pbVar1 = s->the_bfd;
pcVar6 = (char *)dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);
einfo(pcVar6,pbVar1);
plVar2 = global_found;
}
}
global_found = plVar2;
return;
}
return;
}
|
void FUN_001522b0(long param_1)
{
undefined8 uVar1;
long lVar2;
int iVar3;
ulong uVar4;
char *pcVar5;
char *pcVar6;
long lVar7;
undefined8 uVar8;
undefined8 uVar9;
long local_a8;
long local_a0;
if ((DAT_002a60f8 == 0) && (*(long *)(param_1 + 0x20) != 0)) {
uVar4 = bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20));
lVar2 = DAT_002a60f8;
if ((uVar4 & 1) == 0) {
iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);
if (iVar3 == 0) {
if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||
(lVar2 = param_1, local_a0 == 0)) {
pcVar6 = *(char **)(DAT_002a6190 + 0x10);
pcVar5 = strchr(pcVar6,0x2f);
lVar2 = DAT_002a60f8;
if ((pcVar5 == (char *)0x0) &&
(pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {
lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));
if (lVar7 == 0) {
lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));
}
iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),
pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));
lVar2 = DAT_002a60f8;
if (iVar3 == 0) {
uVar1 = *(undefined8 *)(DAT_002a6190 + 8);
uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);
uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);
FUN_00129410(uVar8,uVar9,uVar1,lVar7);
lVar2 = DAT_002a60f8;
}
}
}
}
else {
uVar1 = *(undefined8 *)(param_1 + 0x20);
uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);
FUN_00129410(uVar9,uVar1);
lVar2 = DAT_002a60f8;
}
}
DAT_002a60f8 = lVar2;
return;
}
return;
}
|
CMP qword ptr [0x002a60f8],0x0
JZ 0x001522c0
RET
MOV RAX,qword ptr [RDI + 0x20]
TEST RAX,RAX
JZ 0x001522ba
PUSH R12
PUSH RBP
PUSH RBX
MOV RBX,RDI
MOV RDI,RAX
SUB RSP,0x90
CALL 0x0010d470
TEST AL,0x1
JZ 0x001522f0
ADD RSP,0x90
POP RBX
POP RBP
POP R12
RET
MOV RDI,qword ptr [RBX + 0x20]
MOV RSI,RSP
CALL 0x0010d2b0
TEST EAX,EAX
JNZ 0x001523f0
MOV RAX,qword ptr [0x002a6100]
CMP qword ptr [RSP],RAX
JZ 0x001523c0
MOV RAX,qword ptr [0x002a6190]
MOV ESI,0x2f
MOV RBP,qword ptr [RAX + 0x10]
MOV RDI,RBP
CALL 0x0010d420
TEST RAX,RAX
JNZ 0x001522e3
LEA RSI,[0x1a0a5c]
MOV RDI,RBP
CALL 0x0010de00
TEST RAX,RAX
JZ 0x001522e3
MOV RDI,qword ptr [RBX + 0x20]
LEA RBP,[RAX + 0x4]
CALL 0x0010d450
MOV R12,RAX
TEST RAX,RAX
JZ 0x00152419
MOV RAX,qword ptr [0x002a6190]
MOV RDX,RBP
MOV RDI,R12
MOV RSI,qword ptr [RAX + 0x10]
SUB RDX,RSI
CALL 0x0010d4f0
TEST EAX,EAX
JNZ 0x001522e3
MOV RAX,qword ptr [0x002a6190]
XOR EDI,EDI
MOV EDX,0x5
LEA RSI,[0x1a0578]
MOV RBP,qword ptr [RAX + 0x8]
MOV RBX,qword ptr [RAX + 0x10]
CALL 0x0010d380
MOV RCX,R12
MOV RDI,RAX
MOV RDX,RBP
MOV RSI,RBX
XOR EAX,EAX
CALL 0x00129410
JMP 0x001522e3
MOV RAX,qword ptr [RSP + 0x8]
CMP qword ptr [0x002a6108],RAX
JNZ 0x00152315
TEST RAX,RAX
JZ 0x00152315
MOV qword ptr [0x002a60f8],RBX
JMP 0x001522e3
MOV RBX,qword ptr [RBX + 0x20]
XOR EDI,EDI
MOV EDX,0x5
LEA RSI,[0x1a0a3e]
CALL 0x0010d380
MOV RDI,RAX
MOV RSI,RBX
XOR EAX,EAX
CALL 0x00129410
JMP 0x001522e3
MOV RDI,qword ptr [RBX + 0x10]
CALL 0x0010d6f0
MOV R12,RAX
JMP 0x0015235f
| null | null | null | null |
[(u'INDIRECT_-1207294409', u'MULTIEQUAL_-1207294549'), ('const-433', u'LOAD_-1207295161'), ('const-5', u'CALL_-1207294849'), ('const-0', u'INT_EQUAL_-1207294972'), ('const-0', u'CALL_-1207294849'), (u'PTRSUB_-1207294440', u'CALL_-1207295144'), (u'INDIRECT_-1207294473', u'MULTIEQUAL_-1207294534'), (u'COPY_-1207294379', u'MULTIEQUAL_-1207294564'), (u'INDIRECT_-1207294228', u'MULTIEQUAL_-1207294519'), ('tmp_266', u'CBRANCH_-1207295128'), (u'CAST_-1207294219', u'CALL_-1207294813'), ('const-433', u'LOAD_-1207294862'), (u'LOAD_-1207295279', u'CALL_-1207295214'), (u'INT_EQUAL_-1207295130', u'CBRANCH_-1207295128'), (u'CALL_-1207294849', u'INDIRECT_-1207294366'), (u'MULTIEQUAL_-1207294549', u'COPY_-1207294598'), (u'INDIRECT_-1207294458', u'MULTIEQUAL_-1207294519'), (u'PTRSUB_-1207294147', u'LOAD_-1207294716'), (u'PTRSUB_-1207294460', u'LOAD_-1207295279'), (u'CALL_-1207294813', u'INDIRECT_-1207294331'), ('const-8', u'PTRSUB_-1207294240'), (u'COPY_-1207294402', u'CALL_-1207295026'), (u'LOAD_-1207294716', u'CALL_-1207294649'), (u'LOAD_-1207294862', u'CALL_-1207294813'), ('const-433', u'LOAD_-1207295009'), ('const-0', u'INT_NOTEQUAL_-1207295011'), (u'CALL_-1207294924', u'INDIRECT_-1207294424'), (u'MULTIEQUAL_-1207294580', u'CALL_-1207294813'), (u'INDIRECT_-1207294525', u'MULTIEQUAL_-1207294534'), (u'PTRSUB_-1207294410', u'LOAD_-1207295161'), (u'INDIRECT_-1207294210', u'MULTIEQUAL_-1207294394'), ('const-32', u'PTRSUB_-1207294147'), ('tmp_825', u'PTRSUB_-1207294460'), (u'LOAD_-1207294949', u'CAST_-1207294265'), (u'INT_NOTEQUAL_-1207295259', u'CBRANCH_-1207295258'), ('tmp_2480', u'INT_EQUAL_-1207295296'), ('const-32', u'PTRSUB_-1207294322'), (u'CALL_-1207295144', u'INT_EQUAL_-1207295130'), (u'COPY_-1207294264', u'MULTIEQUAL_-1207294564'), (u'COPY_-1207294237', u'COPY_-1207294230'), (u'CALL_-1207294649', u'INDIRECT_-1207294258'), (u'INDIRECT_-1207294240', u'MULTIEQUAL_-1207294424'), (u'CALL_-1207295144', u'INDIRECT_-1207294482'), ('const-47', u'CALL_-1207295062'), (u'INDIRECT_-1207294273', u'COPY_-1207294168'), (u'CALL_-1207294649', u'INDIRECT_-1207294243'), (u'LOAD_-1207295279', u'INT_NOTEQUAL_-1207295259'), (u'INT_NOTEQUAL_-1207294769', u'CBRANCH_-1207294763'), (u'MULTIEQUAL_-1207294394', u'PTRSUB_-1207294282'), (u'INDIRECT_-1207294361', u'COPY_-1207294264'), (u'INDIRECT_-1207294510', u'PTRSUB_-1207294360'), ('tmp_157', u'CBRANCH_-1207295199'), ('tmp_2480', u'COPY_-1207294666'), (u'CALL_-1207294849', u'INDIRECT_-1207294336'), ('const-32', u'PTRSUB_-1207294460'), (u'MULTIEQUAL_-1207294519', u'COPY_-1207294568'), (u'INDIRECT_-1207294463', u'MULTIEQUAL_-1207294439'), ('const-5', u'CALL_-1207294677'), (u'LOAD_-1207295009', u'CALL_-1207294990'), (u'COPY_-1207294168', u'MULTIEQUAL_-1207294564'), (u'LOAD_-1207295079', u'CALL_-1207295062'), ('tmp_2482', u'COPY_-1207294636'), ('const-0', u'INT_EQUAL_-1207294746'), (u'INDIRECT_-1207294255', u'MULTIEQUAL_-1207294439'), (u'CALL_-1207294924', u'INDIRECT_-1207294379'), ('tmp_2481', u'COPY_-1207294651'), (u'INDIRECT_-1207294418', u'MULTIEQUAL_-1207294394'), ('const-16', u'PTRSUB_-1207294235'), (u'CALL_-1207294849', u'INDIRECT_-1207294351'), (u'CALL_-1207295026', u'INT_NOTEQUAL_-1207295011'), (u'CALL_-1207294990', u'INT_EQUAL_-1207294972'), (u'INDIRECT_-1207294540', u'INT_NOTEQUAL_-1207295100'), (u'CALL_-1207294677', u'INDIRECT_-1207294242'), (u'LOAD_-1207295079', u'CALL_-1207295026'), ('const-433', u'LOAD_-1207295079'), (u'INDIRECT_-1207294503', u'COPY_-1207294400'), (u'COPY_-1207294480', u'MULTIEQUAL_-1207294564'), ('const-0', u'INT_EQUAL_-1207295130'), (u'CALL_-1207295062', u'INDIRECT_-1207294503'), (u'CALL_-1207295062', u'INDIRECT_-1207294488'), (u'CALL_-1207295214', u'INT_AND_-1207294632'), (u'CALL_-1207295214', u'INDIRECT_-1207294499'), (u'INDIRECT_-1207294346', u'MULTIEQUAL_-1207294549'), (u'INDIRECT_-1207294540', u'MULTIEQUAL_-1207294519'), (u'MULTIEQUAL_-1207294580', u'CALL_-1207294924'), (u'INDIRECT_-1207294379', u'MULTIEQUAL_-1207294519'), (u'CALL_-1207294697', u'MULTIEQUAL_-1207294580'), ('const-32', u'PTRSUB_-1207294410'), (u'CALL_-1207294924', u'INT_EQUAL_-1207294910'), (u'INDIRECT_-1207294331', u'MULTIEQUAL_-1207294534'), ('const-1705336', u'COPY_-1207294307'), (u'INDIRECT_-1207294424', u'COPY_-1207294324'), (u'CALL_-1207294849', u'INDIRECT_-1207294381'), ('tmp_1797', u'PTRSUB_-1207294440'), ('const-0', u'INT_EQUAL_-1207294910'), (u'PTRADD_-1207294878', u'CALL_-1207294924'), (u'PTRSUB_-1207294240', u'LOAD_-1207294869'), (u'INDIRECT_-1207294570', u'MULTIEQUAL_-1207294549'), (u'CALL_-1207295026', u'INDIRECT_-1207294482'), (u'CALL_-1207295214', u'INDIRECT_-1207294512'), (u'INDIRECT_-1207294525', u'INT_NOTEQUAL_-1207294769'), (u'INDIRECT_-1207294482', u'INT_NOTEQUAL_-1207295100'), ('tmp_351', u'CBRANCH_-1207295045'), ('tmp_614', u'BRANCH_-1207294810'), (u'CALL_-1207294813', u'INDIRECT_-1207294316'), (u'CALL_-1207294813', u'INDIRECT_-1207294346'), (u'LOAD_-1207294949', u'CALL_-1207294924'), (u'INDIRECT_-1207294258', u'MULTIEQUAL_-1207294549'), (u'MULTIEQUAL_-1207294564', u'COPY_-1207294471'), (u'CALL_-1207294677', u'CAST_-1207294120'), (u'INDIRECT_-1207294467', u'MULTIEQUAL_-1207294549'), (u'CALL_-1207294849', u'CAST_-1207294219'), ('const-4', u'INT_SUB_-1207294325'), ('const--168', u'PTRSUB_-1207294440'), (u'COPY_-1207294205', u'CALL_-1207294677'), (u'CALL_-1207294649', u'INDIRECT_-1207294228'), ('const-1', u'INT_AND_-1207294632'), (u'INT_EQUAL_-1207295200', u'CBRANCH_-1207295199'), ('const-433', u'LOAD_-1207295279'), (u'LOAD_-1207295161', u'CALL_-1207295144'), (u'CALL_-1207295144', u'INDIRECT_-1207294510'), (u'INT_EQUAL_-1207295048', u'CBRANCH_-1207295045'), ('const-0', u'INT_NOTEQUAL_-1207295259'), ('const-433', u'LOAD_-1207294710'), (u'INT_EQUAL_-1207294972', u'CBRANCH_-1207294970'), (u'CALL_-1207295144', u'INDIRECT_-1207294525'), ('tmp_438', u'CBRANCH_-1207294970'), (u'PTRSUB_-1207294282', u'LOAD_-1207294949'), (u'INDIRECT_-1207294225', u'MULTIEQUAL_-1207294409'), (u'CALL_-1207295214', u'INDIRECT_-1207294555'), ('const-0', u'RETURN_-1207295157'), (u'CAST_-1207294120', u'CALL_-1207294649'), ('tmp_825', u'PTRSUB_-1207294410'), ('tmp_389', u'CBRANCH_-1207295010'), (u'CALL_-1207295062', u'INDIRECT_-1207294458'), (u'CALL_-1207295144', u'INDIRECT_-1207294540'), (u'LOAD_-1207294869', u'CALL_-1207294813'), (u'INT_EQUAL_-1207294910', u'CBRANCH_-1207294908'), (u'CALL_-1207294697', u'INDIRECT_-1207294210'), (u'COPY_-1207294324', u'MULTIEQUAL_-1207294564'), (u'INDIRECT_-1207294540', u'MULTIEQUAL_-1207294549'), (u'PTRSUB_-1207294360', u'LOAD_-1207295079'), (u'INDIRECT_-1207294437', u'MULTIEQUAL_-1207294519'), ('tmp_301', u'CBRANCH_-1207295098'), (u'PTRSUB_-1207294322', u'LOAD_-1207295009'), (u'INT_EQUAL_-1207294746', u'CBRANCH_-1207294744'), ('const-0', u'INT_EQUAL_-1207295048'), ('const-16', u'PTRSUB_-1207294105'), (u'CALL_-1207294677', u'INDIRECT_-1207294272'), (u'INT_AND_-1207294632', u'INT_EQUAL_-1207295200'), ('tmp_698', u'CBRANCH_-1207294744'), (u'COPY_-1207294307', u'CALL_-1207294849'), (u'CALL_-1207294990', u'INDIRECT_-1207294418'), (u'PTRSUB_-1207294105', u'LOAD_-1207294710'), ('tmp_825', u'PTRSUB_-1207294105'), (u'MULTIEQUAL_-1207294534', u'COPY_-1207294583'), (u'INDIRECT_-1207294469', u'INT_NOTEQUAL_-1207294769'), ('tmp_825', u'COPY_-1207294237'), ('tmp_69', u'CBRANCH_-1207295258'), ('tmp_825', u'PTRSUB_-1207294147'), (u'CALL_-1207294697', u'INDIRECT_-1207294225'), ('const-1706588', u'COPY_-1207294402'), (u'INT_SUB_-1207294325', u'PTRADD_-1207294878'), (u'COPY_-1207294400', u'MULTIEQUAL_-1207294564'), (u'LOAD_-1207294710', u'CALL_-1207294697'), (u'INDIRECT_-1207294469', u'INT_EQUAL_-1207294746'), (u'INDIRECT_-1207294433', u'MULTIEQUAL_-1207294409'), (u'CALL_-1207294990', u'INDIRECT_-1207294448'), (u'PTRSUB_-1207294235', u'LOAD_-1207294862'), (u'COPY_-1207294471', u'COPY_-1207294613'), (u'CALL_-1207295062', u'INT_EQUAL_-1207295048'), ('tmp_825', u'PTRSUB_-1207294322'), (u'CALL_-1207295026', u'INDIRECT_-1207294467'), (u'INDIRECT_-1207294316', u'MULTIEQUAL_-1207294519'), (u'CALL_-1207295062', u'INDIRECT_-1207294473'), (u'INDIRECT_-1207294510', u'MULTIEQUAL_-1207294519'), (u'INDIRECT_-1207294488', u'MULTIEQUAL_-1207294549'), (u'INDIRECT_-1207294243', u'MULTIEQUAL_-1207294534'), ('tmp_633', u'BRANCH_-1207294690'), ('tmp_2483', u'COPY_-1207294621'), ('tmp_672', u'CBRANCH_-1207294763'), (u'INT_NOTEQUAL_-1207295011', u'CBRANCH_-1207295010'), (u'INDIRECT_-1207294379', u'PTRSUB_-1207294235'), (u'CALL_-1207294990', u'MULTIEQUAL_-1207294580'), ('const-1', u'PTRADD_-1207294878'), (u'CALL_-1207294697', u'INDIRECT_-1207294255'), (u'CALL_-1207295144', u'INDIRECT_-1207294469'), (u'CALL_-1207295026', u'INDIRECT_-1207294437'), (u'INDIRECT_-1207294448', u'MULTIEQUAL_-1207294424'), (u'CALL_-1207294677', u'INDIRECT_-1207294287'), (u'CALL_-1207294990', u'INDIRECT_-1207294433'), ('const-433', u'LOAD_-1207294716'), ('tmp_787', u'BRANCH_-1207294646'), (u'INDIRECT_-1207294452', u'MULTIEQUAL_-1207294534'), (u'CALL_-1207295214', u'INDIRECT_-1207294570'), (u'CALL_-1207294813', u'INDIRECT_-1207294361'), (u'CALL_-1207294924', u'INDIRECT_-1207294409'), (u'CALL_-1207295214', u'INDIRECT_-1207294585'), (u'CALL_-1207295026', u'PTRADD_-1207294878'), (u'INT_EQUAL_-1207295296', u'CBRANCH_-1207295289'), ('const-0', u'INT_EQUAL_-1207295200'), (u'CALL_-1207294649', u'INDIRECT_-1207294273'), (u'CALL_-1207294990', u'INDIRECT_-1207294463'), ('const-1706558', u'COPY_-1207294205'), (u'INDIRECT_-1207294379', u'PTRSUB_-1207294240'), (u'CALL_-1207294924', u'INDIRECT_-1207294394'), (u'INDIRECT_-1207294482', u'COPY_-1207294379'), ('const-16', u'PTRSUB_-1207294282'), (u'CALL_-1207295026', u'INDIRECT_-1207294452'), (u'CALL_-1207294697', u'INDIRECT_-1207294240'), (u'INDIRECT_-1207294394', u'MULTIEQUAL_-1207294534'), (u'INT_NOTEQUAL_-1207295100', u'CBRANCH_-1207295098'), ('const-0', u'CALL_-1207294677'), ('tmp_28', u'CBRANCH_-1207295289'), ('tmp_514', u'CBRANCH_-1207294908'), ('const-433', u'LOAD_-1207294869'), (u'CALL_-1207294677', u'INDIRECT_-1207294257'), (u'INDIRECT_-1207294585', u'COPY_-1207294480'), (u'INDIRECT_-1207294555', u'MULTIEQUAL_-1207294534'), ('const-0', u'RETURN_-1207295279'), (u'CALL_-1207295144', u'INDIRECT_-1207294555'), ('const-433', u'LOAD_-1207294949'), ('const-0', u'INT_EQUAL_-1207295296'), (u'COPY_-1207294230', u'MULTIEQUAL_-1207294564'), ('const-16', u'PTRSUB_-1207294360'), (u'CALL_-1207295214', u'INDIRECT_-1207294540'), (u'CAST_-1207294265', u'INT_SUB_-1207294325')]
|
[(u'INDIRECT_-1207294409', u'MULTIEQUAL_-1207294549'), ('const-433', u'LOAD_-1207294869'), (u'INDIRECT_-1207294379', u'INT_ADD_-1207294853'), ('const-0', u'INT_EQUAL_-1207294972'), (u'INDIRECT_-1207294585', u'COPY_-1207294489'), (u'INT_ADD_-1207295063', u'CAST_-1207294351'), (u'INDIRECT_-1207294473', u'MULTIEQUAL_-1207294534'), (u'INDIRECT_-1207294228', u'MULTIEQUAL_-1207294519'), ('tmp_266', u'CBRANCH_-1207295128'), (u'LOAD_-1207295279', u'CALL_-1207295214'), (u'COPY_-1207294489', u'MULTIEQUAL_-1207294564'), (u'INT_ADD_-1207294694', u'CAST_-1207294101'), (u'INT_EQUAL_-1207295130', u'CBRANCH_-1207295128'), ('const-433', u'LOAD_-1207294949'), (u'CALL_-1207294849', u'INDIRECT_-1207294366'), ('tmp_1800', u'PTRSUB_-1207294441'), (u'MULTIEQUAL_-1207294549', u'COPY_-1207294598'), (u'INDIRECT_-1207294458', u'MULTIEQUAL_-1207294519'), (u'CALL_-1207294813', u'INDIRECT_-1207294331'), (u'COPY_-1207294402', u'CALL_-1207295026'), (u'INDIRECT_-1207294503', u'COPY_-1207294409'), (u'CAST_-1207294273', u'LOAD_-1207294949'), (u'LOAD_-1207294716', u'CALL_-1207294649'), (u'LOAD_-1207294862', u'CALL_-1207294813'), ('const-4', u'INT_SUB_-1207294329'), ('const-0', u'INT_NOTEQUAL_-1207295011'), (u'CALL_-1207294924', u'INDIRECT_-1207294424'), (u'MULTIEQUAL_-1207294580', u'CALL_-1207294813'), (u'INDIRECT_-1207294525', u'MULTIEQUAL_-1207294534'), (u'INDIRECT_-1207294210', u'MULTIEQUAL_-1207294394'), ('const-16', u'INT_ADD_-1207295063'), (u'INT_NOTEQUAL_-1207295259', u'CBRANCH_-1207295258'), (u'COPY_-1207294246', u'COPY_-1207294239'), (u'CALL_-1207295144', u'INT_EQUAL_-1207295130'), (u'CALL_-1207294649', u'INDIRECT_-1207294258'), (u'INDIRECT_-1207294240', u'MULTIEQUAL_-1207294424'), (u'INT_ADD_-1207295263', u'CAST_-1207294451'), (u'CALL_-1207295144', u'INDIRECT_-1207294482'), ('const-433', u'LOAD_-1207295279'), (u'CAST_-1207294402', u'LOAD_-1207295161'), (u'CALL_-1207294649', u'INDIRECT_-1207294243'), (u'LOAD_-1207295279', u'INT_NOTEQUAL_-1207295259'), (u'INT_NOTEQUAL_-1207294769', u'CBRANCH_-1207294763'), (u'INDIRECT_-1207294379', u'INT_ADD_-1207294846'), ('tmp_157', u'CBRANCH_-1207295199'), (u'COPY_-1207294388', u'MULTIEQUAL_-1207294564'), (u'COPY_-1207294177', u'MULTIEQUAL_-1207294564'), (u'CALL_-1207294849', u'INDIRECT_-1207294336'), (u'MULTIEQUAL_-1207294519', u'COPY_-1207294568'), (u'COPY_-1207294273', u'MULTIEQUAL_-1207294564'), (u'INDIRECT_-1207294463', u'MULTIEQUAL_-1207294439'), (u'INDIRECT_-1207294482', u'COPY_-1207294388'), (u'LOAD_-1207295009', u'CALL_-1207294990'), (u'INDIRECT_-1207294510', u'INT_ADD_-1207295063'), (u'LOAD_-1207295079', u'CALL_-1207295062'), ('const-0', u'INT_EQUAL_-1207294746'), (u'INDIRECT_-1207294255', u'MULTIEQUAL_-1207294439'), (u'CALL_-1207294924', u'INDIRECT_-1207294379'), (u'COPY_-1207294480', u'COPY_-1207294613'), (u'INDIRECT_-1207294418', u'MULTIEQUAL_-1207294394'), (u'CALL_-1207294849', u'INDIRECT_-1207294351'), (u'CALL_-1207295026', u'INT_NOTEQUAL_-1207295011'), (u'INT_ADD_-1207295145', u'CAST_-1207294402'), (u'CALL_-1207294990', u'INT_EQUAL_-1207294972'), (u'INDIRECT_-1207294540', u'INT_NOTEQUAL_-1207295100'), (u'CALL_-1207294677', u'INDIRECT_-1207294242'), ('tmp_1798', u'INT_ADD_-1207294700'), (u'LOAD_-1207295079', u'CALL_-1207295026'), ('const-1705336', u'COPY_-1207294307'), ('const-0', u'INT_EQUAL_-1207295130'), (u'CAST_-1207294226', u'LOAD_-1207294862'), ('const-1', u'INT_AND_-1207294632'), ('const-8', u'INT_ADD_-1207294853'), ('const-0', u'CALL_-1207294677'), ('tmp_1798', u'COPY_-1207294246'), (u'CALL_-1207295062', u'INDIRECT_-1207294503'), (u'CALL_-1207295062', u'INDIRECT_-1207294488'), (u'CALL_-1207295214', u'INT_AND_-1207294632'), ('tmp_2483', u'INT_EQUAL_-1207295296'), ('tmp_2483', u'COPY_-1207294666'), (u'CALL_-1207295214', u'INDIRECT_-1207294499'), (u'INDIRECT_-1207294346', u'MULTIEQUAL_-1207294549'), (u'INDIRECT_-1207294540', u'MULTIEQUAL_-1207294519'), (u'COPY_-1207294239', u'MULTIEQUAL_-1207294564'), (u'MULTIEQUAL_-1207294580', u'CALL_-1207294924'), (u'INDIRECT_-1207294379', u'MULTIEQUAL_-1207294519'), (u'INT_ADD_-1207294853', u'CAST_-1207294231'), (u'CALL_-1207294697', u'MULTIEQUAL_-1207294580'), ('tmp_1798', u'INT_ADD_-1207294993'), (u'CALL_-1207294924', u'INT_EQUAL_-1207294910'), (u'INDIRECT_-1207294331', u'MULTIEQUAL_-1207294534'), (u'CAST_-1207294231', u'LOAD_-1207294869'), (u'CALL_-1207294849', u'INDIRECT_-1207294381'), (u'INT_ADD_-1207294933', u'CAST_-1207294273'), ('const-1706588', u'COPY_-1207294402'), ('const-16', u'INT_ADD_-1207294933'), ('const-0', u'INT_EQUAL_-1207294910'), (u'PTRADD_-1207294878', u'CALL_-1207294924'), (u'INDIRECT_-1207294570', u'MULTIEQUAL_-1207294549'), (u'CALL_-1207295026', u'INDIRECT_-1207294482'), (u'CALL_-1207295214', u'INDIRECT_-1207294512'), (u'INDIRECT_-1207294525', u'INT_NOTEQUAL_-1207294769'), (u'INDIRECT_-1207294482', u'INT_NOTEQUAL_-1207295100'), ('tmp_351', u'CBRANCH_-1207295045'), ('tmp_614', u'BRANCH_-1207294810'), ('const-433', u'LOAD_-1207294710'), (u'CALL_-1207294813', u'INDIRECT_-1207294316'), (u'CALL_-1207294813', u'INDIRECT_-1207294346'), (u'LOAD_-1207294949', u'CALL_-1207294924'), (u'INDIRECT_-1207294258', u'MULTIEQUAL_-1207294549'), (u'MULTIEQUAL_-1207294394', u'INT_ADD_-1207294933'), (u'INDIRECT_-1207294361', u'COPY_-1207294273'), (u'INDIRECT_-1207294467', u'MULTIEQUAL_-1207294549'), ('const-1706558', u'COPY_-1207294205'), ('tmp_1798', u'INT_ADD_-1207295145'), ('const-1', u'PTRADD_-1207294878'), (u'CAST_-1207294145', u'LOAD_-1207294716'), (u'COPY_-1207294205', u'CALL_-1207294677'), (u'CALL_-1207294649', u'INDIRECT_-1207294228'), (u'INT_EQUAL_-1207295200', u'CBRANCH_-1207295199'), (u'CALL_-1207294677', u'CALL_-1207294649'), (u'CAST_-1207294313', u'LOAD_-1207295009'), ('tmp_2485', u'COPY_-1207294636'), ('const-433', u'LOAD_-1207294862'), (u'LOAD_-1207295161', u'CALL_-1207295144'), (u'CALL_-1207295144', u'INDIRECT_-1207294510'), ('const--168', u'PTRSUB_-1207294441'), (u'INT_EQUAL_-1207295048', u'CBRANCH_-1207295045'), ('const-0', u'INT_NOTEQUAL_-1207295259'), ('const-433', u'LOAD_-1207294716'), ('const-32', u'INT_ADD_-1207294993'), (u'INT_EQUAL_-1207294972', u'CBRANCH_-1207294970'), (u'CALL_-1207295144', u'INDIRECT_-1207294525'), ('tmp_438', u'CBRANCH_-1207294970'), (u'INDIRECT_-1207294225', u'MULTIEQUAL_-1207294409'), ('const-32', u'INT_ADD_-1207295263'), (u'CALL_-1207295214', u'INDIRECT_-1207294555'), ('const-0', u'RETURN_-1207295157'), (u'MULTIEQUAL_-1207294564', u'COPY_-1207294480'), ('tmp_2484', u'COPY_-1207294651'), ('tmp_389', u'CBRANCH_-1207295010'), (u'CALL_-1207295062', u'INDIRECT_-1207294458'), ('const-5', u'CALL_-1207294849'), ('const-47', u'CALL_-1207295062'), (u'CALL_-1207295144', u'INDIRECT_-1207294540'), ('tmp_2486', u'COPY_-1207294621'), (u'INT_ADD_-1207294993', u'CAST_-1207294313'), (u'LOAD_-1207294869', u'CALL_-1207294813'), ('const-433', u'LOAD_-1207295161'), (u'INDIRECT_-1207294273', u'COPY_-1207294177'), (u'INT_EQUAL_-1207294910', u'CBRANCH_-1207294908'), (u'CALL_-1207294697', u'INDIRECT_-1207294210'), (u'INDIRECT_-1207294540', u'MULTIEQUAL_-1207294549'), ('const-0', u'CALL_-1207294849'), (u'CAST_-1207294451', u'LOAD_-1207295279'), (u'INDIRECT_-1207294437', u'MULTIEQUAL_-1207294519'), ('tmp_301', u'CBRANCH_-1207295098'), (u'INT_EQUAL_-1207294746', u'CBRANCH_-1207294744'), ('const-0', u'INT_EQUAL_-1207295048'), ('const-16', u'INT_ADD_-1207294846'), (u'CALL_-1207294677', u'INDIRECT_-1207294272'), (u'INT_AND_-1207294632', u'INT_EQUAL_-1207295200'), (u'COPY_-1207294333', u'MULTIEQUAL_-1207294564'), (u'CAST_-1207294101', u'LOAD_-1207294710'), ('tmp_698', u'CBRANCH_-1207294744'), (u'COPY_-1207294307', u'CALL_-1207294849'), ('const-32', u'INT_ADD_-1207294700'), (u'CALL_-1207294990', u'INDIRECT_-1207294418'), (u'INT_ADD_-1207294846', u'CAST_-1207294226'), ('tmp_1798', u'INT_ADD_-1207294694'), (u'LOAD_-1207294949', u'INT_SUB_-1207294329'), (u'MULTIEQUAL_-1207294534', u'COPY_-1207294583'), (u'INDIRECT_-1207294469', u'INT_NOTEQUAL_-1207294769'), ('tmp_69', u'CBRANCH_-1207295258'), ('const-433', u'LOAD_-1207295009'), (u'CALL_-1207294697', u'INDIRECT_-1207294225'), ('const-0', u'INT_EQUAL_-1207295296'), (u'PTRSUB_-1207294441', u'CALL_-1207295144'), (u'LOAD_-1207294710', u'CALL_-1207294697'), (u'INDIRECT_-1207294469', u'INT_EQUAL_-1207294746'), (u'INDIRECT_-1207294433', u'MULTIEQUAL_-1207294409'), (u'CALL_-1207294990', u'INDIRECT_-1207294448'), (u'CALL_-1207295062', u'INT_EQUAL_-1207295048'), (u'CALL_-1207295026', u'INDIRECT_-1207294467'), (u'INDIRECT_-1207294316', u'MULTIEQUAL_-1207294519'), (u'CALL_-1207295062', u'INDIRECT_-1207294473'), (u'INDIRECT_-1207294510', u'MULTIEQUAL_-1207294519'), (u'INDIRECT_-1207294488', u'MULTIEQUAL_-1207294549'), (u'COPY_-1207294409', u'MULTIEQUAL_-1207294564'), (u'INDIRECT_-1207294243', u'MULTIEQUAL_-1207294534'), ('tmp_633', u'BRANCH_-1207294690'), ('tmp_1798', u'INT_ADD_-1207295263'), ('tmp_672', u'CBRANCH_-1207294763'), (u'INT_NOTEQUAL_-1207295011', u'CBRANCH_-1207295010'), (u'CALL_-1207294990', u'MULTIEQUAL_-1207294580'), ('const-32', u'INT_ADD_-1207295145'), (u'CALL_-1207294697', u'INDIRECT_-1207294255'), (u'CALL_-1207295144', u'INDIRECT_-1207294469'), (u'CALL_-1207295026', u'INDIRECT_-1207294437'), (u'INDIRECT_-1207294448', u'MULTIEQUAL_-1207294424'), (u'CALL_-1207294677', u'INDIRECT_-1207294287'), (u'INT_ADD_-1207294700', u'CAST_-1207294145'), (u'CALL_-1207294990', u'INDIRECT_-1207294433'), (u'INT_SUB_-1207294329', u'PTRADD_-1207294878'), ('tmp_787', u'BRANCH_-1207294646'), (u'INDIRECT_-1207294452', u'MULTIEQUAL_-1207294534'), (u'CALL_-1207295214', u'INDIRECT_-1207294570'), (u'CALL_-1207294813', u'INDIRECT_-1207294361'), (u'CALL_-1207294924', u'INDIRECT_-1207294409'), (u'CALL_-1207294849', u'CALL_-1207294813'), (u'CALL_-1207295214', u'INDIRECT_-1207294585'), (u'CALL_-1207295026', u'PTRADD_-1207294878'), (u'INT_EQUAL_-1207295296', u'CBRANCH_-1207295289'), (u'CALL_-1207294649', u'INDIRECT_-1207294273'), (u'CALL_-1207294990', u'INDIRECT_-1207294463'), ('const-433', u'LOAD_-1207295079'), (u'CALL_-1207294924', u'INDIRECT_-1207294394'), (u'INDIRECT_-1207294424', u'COPY_-1207294333'), (u'CALL_-1207295026', u'INDIRECT_-1207294452'), (u'CALL_-1207294697', u'INDIRECT_-1207294240'), (u'INDIRECT_-1207294394', u'MULTIEQUAL_-1207294534'), (u'INT_NOTEQUAL_-1207295100', u'CBRANCH_-1207295098'), ('const-0', u'INT_EQUAL_-1207295200'), ('tmp_28', u'CBRANCH_-1207295289'), ('tmp_514', u'CBRANCH_-1207294908'), (u'CALL_-1207294677', u'INDIRECT_-1207294257'), (u'INDIRECT_-1207294555', u'MULTIEQUAL_-1207294534'), ('const-0', u'RETURN_-1207295279'), (u'CALL_-1207295144', u'INDIRECT_-1207294555'), ('const-16', u'INT_ADD_-1207294694'), ('const-5', u'CALL_-1207294677'), (u'CAST_-1207294351', u'LOAD_-1207295079'), (u'CALL_-1207295214', u'INDIRECT_-1207294540')]
| null | null |
001522b0
|
x64
|
O2
|
(translation_unit "void FUN_001522b0(long param_1)\n\n{\n undefined8 uVar1;\n long lVar2;\n int iVar3;\n ulong uVar4;\n char *pcVar5;\n char *pcVar6;\n long lVar7;\n undefined8 uVar8;\n undefined8 uVar9;\n long local_a8;\n long local_a0;\n \n if ((DAT_002a60f8 == 0) && (*(long *)(param_1 + 0x20) != 0)) {\n uVar4 = bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20));\n lVar2 = DAT_002a60f8;\n if ((uVar4 & 1) == 0) {\n iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);\n if (iVar3 == 0) {\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }\n }\n DAT_002a60f8 = lVar2;\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_001522b0(long param_1)\n\n{\n undefined8 uVar1;\n long lVar2;\n int iVar3;\n ulong uVar4;\n char *pcVar5;\n char *pcVar6;\n long lVar7;\n undefined8 uVar8;\n undefined8 uVar9;\n long local_a8;\n long local_a0;\n \n if ((DAT_002a60f8 == 0) && (*(long *)(param_1 + 0x20) != 0)) {\n uVar4 = bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20));\n lVar2 = DAT_002a60f8;\n if ((uVar4 & 1) == 0) {\n iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);\n if (iVar3 == 0) {\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }\n }\n DAT_002a60f8 = lVar2;\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_001522b0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 uVar1;\n long lVar2;\n int iVar3;\n ulong uVar4;\n char *pcVar5;\n char *pcVar6;\n long lVar7;\n undefined8 uVar8;\n undefined8 uVar9;\n long local_a8;\n long local_a0;\n \n if ((DAT_002a60f8 == 0) && (*(long *)(param_1 + 0x20) != 0)) {\n uVar4 = bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20));\n lVar2 = DAT_002a60f8;\n if ((uVar4 & 1) == 0) {\n iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);\n if (iVar3 == 0) {\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }\n }\n DAT_002a60f8 = lVar2;\n return;\n }\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "ulong uVar4;" type_identifier identifier ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "char *pcVar6;" primitive_type (pointer_declarator "*pcVar6" * identifier) ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar8;" type_identifier identifier ;) (declaration "undefined8 uVar9;" type_identifier identifier ;) (declaration "long local_a8;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_a0;" (sized_type_specifier "long" long) identifier ;) (if_statement "if ((DAT_002a60f8 == 0) && (*(long *)(param_1 + 0x20) != 0)) {\n uVar4 = bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20));\n lVar2 = DAT_002a60f8;\n if ((uVar4 & 1) == 0) {\n iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);\n if (iVar3 == 0) {\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }\n }\n DAT_002a60f8 = lVar2;\n return;\n }" if (parenthesized_expression "((DAT_002a60f8 == 0) && (*(long *)(param_1 + 0x20) != 0))" ( (binary_expression "(DAT_002a60f8 == 0) && (*(long *)(param_1 + 0x20) != 0)" (parenthesized_expression "(DAT_002a60f8 == 0)" ( (binary_expression "DAT_002a60f8 == 0" identifier == number_literal) )) && (parenthesized_expression "(*(long *)(param_1 + 0x20) != 0)" ( (binary_expression "*(long *)(param_1 + 0x20) != 0" (pointer_expression "*(long *)(param_1 + 0x20)" * (cast_expression "(long *)(param_1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) != number_literal) ))) )) (compound_statement "{\n uVar4 = bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20));\n lVar2 = DAT_002a60f8;\n if ((uVar4 & 1) == 0) {\n iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);\n if (iVar3 == 0) {\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }\n }\n DAT_002a60f8 = lVar2;\n return;\n }" { (expression_statement "uVar4 = bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20));" (assignment_expression "uVar4 = bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20))" identifier = (call_expression "bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20))" identifier (argument_list "(*(long *)(param_1 + 0x20))" ( (pointer_expression "*(long *)(param_1 + 0x20)" * (cast_expression "(long *)(param_1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) )))) ;) (expression_statement "lVar2 = DAT_002a60f8;" (assignment_expression "lVar2 = DAT_002a60f8" identifier = identifier) ;) (if_statement "if ((uVar4 & 1) == 0) {\n iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);\n if (iVar3 == 0) {\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }\n }" if (parenthesized_expression "((uVar4 & 1) == 0)" ( (binary_expression "(uVar4 & 1) == 0" (parenthesized_expression "(uVar4 & 1)" ( (binary_expression "uVar4 & 1" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);\n if (iVar3 == 0) {\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }\n }" { (expression_statement "iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);" (assignment_expression "iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8)" identifier = (call_expression "bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8)" identifier (argument_list "(*(undefined8 *)(param_1 + 0x20),&local_a8)" ( (pointer_expression "*(undefined8 *)(param_1 + 0x20)" * (cast_expression "(undefined8 *)(param_1 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) , (pointer_expression "&local_a8" & identifier) )))) ;) (if_statement "if (iVar3 == 0) {\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }" { (if_statement "if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }" if (parenthesized_expression "(((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0))" ( (binary_expression "((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)" (parenthesized_expression "((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0))" ( (binary_expression "(local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)" (parenthesized_expression "(local_a8 != DAT_002a6100)" ( (binary_expression "local_a8 != DAT_002a6100" identifier != identifier) )) || (parenthesized_expression "(DAT_002a6108 != local_a0)" ( (binary_expression "DAT_002a6108 != local_a0" identifier != identifier) ))) )) || (parenthesized_expression "(lVar2 = param_1, local_a0 == 0)" ( (comma_expression "lVar2 = param_1, local_a0 == 0" (assignment_expression "lVar2 = param_1" identifier = identifier) , (binary_expression "local_a0 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }" { (expression_statement "pcVar6 = *(char **)(DAT_002a6190 + 0x10);" (assignment_expression "pcVar6 = *(char **)(DAT_002a6190 + 0x10)" identifier = (pointer_expression "*(char **)(DAT_002a6190 + 0x10)" * (cast_expression "(char **)(DAT_002a6190 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_002a6190 + 0x10)" ( (binary_expression "DAT_002a6190 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "pcVar5 = strchr(pcVar6,0x2f);" (assignment_expression "pcVar5 = strchr(pcVar6,0x2f)" identifier = (call_expression "strchr(pcVar6,0x2f)" identifier (argument_list "(pcVar6,0x2f)" ( identifier , number_literal )))) ;) (expression_statement "lVar2 = DAT_002a60f8;" (assignment_expression "lVar2 = DAT_002a60f8" identifier = identifier) ;) (if_statement "if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }" if (parenthesized_expression "((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0))" ( (binary_expression "(pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)" (parenthesized_expression "(pcVar5 == (char *)0x0)" ( (binary_expression "pcVar5 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)" ( (comma_expression "pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0" (assignment_expression "pcVar6 = strstr(pcVar6,".so.")" identifier = (call_expression "strstr(pcVar6,".so.")" identifier (argument_list "(pcVar6,".so.")" ( identifier , (string_literal "".so."" " string_content ") )))) , (comma_expression "lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0" (assignment_expression "lVar2 = DAT_002a60f8" identifier = identifier) , (binary_expression "pcVar6 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)))) ))) )) (compound_statement "{\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }" { (expression_statement "lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));" (assignment_expression "lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20))" identifier = (call_expression "bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20))" identifier (argument_list "(*(undefined8 *)(param_1 + 0x20))" ( (pointer_expression "*(undefined8 *)(param_1 + 0x20)" * (cast_expression "(undefined8 *)(param_1 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) )))) ;) (if_statement "if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }" if (parenthesized_expression "(lVar7 == 0)" ( (binary_expression "lVar7 == 0" identifier == number_literal) )) (compound_statement "{\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }" { (expression_statement "lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));" (assignment_expression "lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10))" identifier = (call_expression "lbasename(*(undefined8 *)(param_1 + 0x10))" identifier (argument_list "(*(undefined8 *)(param_1 + 0x10))" ( (pointer_expression "*(undefined8 *)(param_1 + 0x10)" * (cast_expression "(undefined8 *)(param_1 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) )))) ;) })) (expression_statement "iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));" (assignment_expression "iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)))" identifier = (call_expression "filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)))" identifier (argument_list "(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)))" ( identifier , (pointer_expression "*(long *)(DAT_002a6190 + 0x10)" * (cast_expression "(long *)(DAT_002a6190 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_002a6190 + 0x10)" ( (binary_expression "DAT_002a6190 + 0x10" identifier + number_literal) )))) , (binary_expression "pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10))" identifier + (parenthesized_expression "(4 - *(long *)(DAT_002a6190 + 0x10))" ( (binary_expression "4 - *(long *)(DAT_002a6190 + 0x10)" number_literal - (pointer_expression "*(long *)(DAT_002a6190 + 0x10)" * (cast_expression "(long *)(DAT_002a6190 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_002a6190 + 0x10)" ( (binary_expression "DAT_002a6190 + 0x10" identifier + number_literal) ))))) ))) )))) ;) (expression_statement "lVar2 = DAT_002a60f8;" (assignment_expression "lVar2 = DAT_002a60f8" identifier = identifier) ;) (if_statement "if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }" { (expression_statement "uVar1 = *(undefined8 *)(DAT_002a6190 + 8);" (assignment_expression "uVar1 = *(undefined8 *)(DAT_002a6190 + 8)" identifier = (pointer_expression "*(undefined8 *)(DAT_002a6190 + 8)" * (cast_expression "(undefined8 *)(DAT_002a6190 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_002a6190 + 8)" ( (binary_expression "DAT_002a6190 + 8" identifier + number_literal) ))))) ;) (expression_statement "uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);" (assignment_expression "uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10)" identifier = (pointer_expression "*(undefined8 *)(DAT_002a6190 + 0x10)" * (cast_expression "(undefined8 *)(DAT_002a6190 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_002a6190 + 0x10)" ( (binary_expression "DAT_002a6190 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);" (assignment_expression "uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5)" identifier = (call_expression "dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5)" identifier (argument_list "(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5)" ( number_literal , (string_literal ""%P: warning: %s, needed by %pB, may conflict with %s\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00129410(uVar8,uVar9,uVar1,lVar7);" (call_expression "FUN_00129410(uVar8,uVar9,uVar1,lVar7)" identifier (argument_list "(uVar8,uVar9,uVar1,lVar7)" ( identifier , identifier , identifier , identifier ))) ;) (expression_statement "lVar2 = DAT_002a60f8;" (assignment_expression "lVar2 = DAT_002a60f8" identifier = identifier) ;) })) })) })) }) (else_clause "else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }" else (compound_statement "{\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }" { (expression_statement "uVar1 = *(undefined8 *)(param_1 + 0x20);" (assignment_expression "uVar1 = *(undefined8 *)(param_1 + 0x20)" identifier = (pointer_expression "*(undefined8 *)(param_1 + 0x20)" * (cast_expression "(undefined8 *)(param_1 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);" (assignment_expression "uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5)" identifier = (call_expression "dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5)" identifier (argument_list "(0,"%P: %pB: bfd_stat failed: %E\n",5)" ( number_literal , (string_literal ""%P: %pB: bfd_stat failed: %E\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00129410(uVar9,uVar1);" (call_expression "FUN_00129410(uVar9,uVar1)" identifier (argument_list "(uVar9,uVar1)" ( identifier , identifier ))) ;) (expression_statement "lVar2 = DAT_002a60f8;" (assignment_expression "lVar2 = DAT_002a60f8" identifier = identifier) ;) }))) })) (expression_statement "DAT_002a60f8 = lVar2;" (assignment_expression "DAT_002a60f8 = lVar2" identifier = identifier) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "void gldaarch64linux32b_stat_needed(lang_input_statement_type *s)\n\n{\n bfd *pbVar1;\n lang_input_statement_type *plVar2;\n int iVar3;\n ulong uVar4;\n char *pcVar5;\n char *pcVar6;\n long lVar7;\n stat st;\n \n if ((global_found == (lang_input_statement_type *)0x0) && (s->the_bfd != (bfd *)0x0)) {\n uVar4 = bfd_elf_get_dyn_lib_class(s->the_bfd);\n plVar2 = global_found;\n if ((uVar4 & 1) == 0) {\n iVar3 = bfd_stat(s->the_bfd,&st);\n if (iVar3 == 0) {\n if (((st.st_dev != global_stat.st_dev) || (global_stat.st_ino != st.st_ino)) ||\n (plVar2 = s, st.st_ino == 0)) {\n pcVar6 = global_needed->name;\n pcVar5 = strchr(pcVar6,0x2f);\n plVar2 = global_found;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), plVar2 = global_found, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(s->the_bfd);\n if (lVar7 == 0) {\n lVar7 = lbasename(s->filename);\n }\n iVar3 = filename_ncmp(lVar7,global_needed->name,pcVar6 + (4 - (long)global_needed->name)\n );\n plVar2 = global_found;\n if (iVar3 == 0) {\n pbVar1 = global_needed->by;\n pcVar6 = global_needed->name;\n pcVar5 = (char *)dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",\n 5);\n einfo(pcVar5,pcVar6,pbVar1,lVar7);\n plVar2 = global_found;\n }\n }\n }\n }\n else {\n pbVar1 = s->the_bfd;\n pcVar6 = (char *)dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n einfo(pcVar6,pbVar1);\n plVar2 = global_found;\n }\n }\n global_found = plVar2;\n return;\n }\n return;\n}\n\n" (function_definition "void gldaarch64linux32b_stat_needed(lang_input_statement_type *s)\n\n{\n bfd *pbVar1;\n lang_input_statement_type *plVar2;\n int iVar3;\n ulong uVar4;\n char *pcVar5;\n char *pcVar6;\n long lVar7;\n stat st;\n \n if ((global_found == (lang_input_statement_type *)0x0) && (s->the_bfd != (bfd *)0x0)) {\n uVar4 = bfd_elf_get_dyn_lib_class(s->the_bfd);\n plVar2 = global_found;\n if ((uVar4 & 1) == 0) {\n iVar3 = bfd_stat(s->the_bfd,&st);\n if (iVar3 == 0) {\n if (((st.st_dev != global_stat.st_dev) || (global_stat.st_ino != st.st_ino)) ||\n (plVar2 = s, st.st_ino == 0)) {\n pcVar6 = global_needed->name;\n pcVar5 = strchr(pcVar6,0x2f);\n plVar2 = global_found;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), plVar2 = global_found, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(s->the_bfd);\n if (lVar7 == 0) {\n lVar7 = lbasename(s->filename);\n }\n iVar3 = filename_ncmp(lVar7,global_needed->name,pcVar6 + (4 - (long)global_needed->name)\n );\n plVar2 = global_found;\n if (iVar3 == 0) {\n pbVar1 = global_needed->by;\n pcVar6 = global_needed->name;\n pcVar5 = (char *)dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",\n 5);\n einfo(pcVar5,pcVar6,pbVar1,lVar7);\n plVar2 = global_found;\n }\n }\n }\n }\n else {\n pbVar1 = s->the_bfd;\n pcVar6 = (char *)dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n einfo(pcVar6,pbVar1);\n plVar2 = global_found;\n }\n }\n global_found = plVar2;\n return;\n }\n return;\n}" primitive_type (function_declarator "gldaarch64linux32b_stat_needed(lang_input_statement_type *s)" identifier (parameter_list "(lang_input_statement_type *s)" ( (parameter_declaration "lang_input_statement_type *s" type_identifier (pointer_declarator "*s" * identifier)) ))) (compound_statement "{\n bfd *pbVar1;\n lang_input_statement_type *plVar2;\n int iVar3;\n ulong uVar4;\n char *pcVar5;\n char *pcVar6;\n long lVar7;\n stat st;\n \n if ((global_found == (lang_input_statement_type *)0x0) && (s->the_bfd != (bfd *)0x0)) {\n uVar4 = bfd_elf_get_dyn_lib_class(s->the_bfd);\n plVar2 = global_found;\n if ((uVar4 & 1) == 0) {\n iVar3 = bfd_stat(s->the_bfd,&st);\n if (iVar3 == 0) {\n if (((st.st_dev != global_stat.st_dev) || (global_stat.st_ino != st.st_ino)) ||\n (plVar2 = s, st.st_ino == 0)) {\n pcVar6 = global_needed->name;\n pcVar5 = strchr(pcVar6,0x2f);\n plVar2 = global_found;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), plVar2 = global_found, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(s->the_bfd);\n if (lVar7 == 0) {\n lVar7 = lbasename(s->filename);\n }\n iVar3 = filename_ncmp(lVar7,global_needed->name,pcVar6 + (4 - (long)global_needed->name)\n );\n plVar2 = global_found;\n if (iVar3 == 0) {\n pbVar1 = global_needed->by;\n pcVar6 = global_needed->name;\n pcVar5 = (char *)dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",\n 5);\n einfo(pcVar5,pcVar6,pbVar1,lVar7);\n plVar2 = global_found;\n }\n }\n }\n }\n else {\n pbVar1 = s->the_bfd;\n pcVar6 = (char *)dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n einfo(pcVar6,pbVar1);\n plVar2 = global_found;\n }\n }\n global_found = plVar2;\n return;\n }\n return;\n}" { (declaration "bfd *pbVar1;" type_identifier (pointer_declarator "*pbVar1" * identifier) ;) (declaration "lang_input_statement_type *plVar2;" type_identifier (pointer_declarator "*plVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "ulong uVar4;" type_identifier identifier ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "char *pcVar6;" primitive_type (pointer_declarator "*pcVar6" * identifier) ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "stat st;" type_identifier identifier ;) (if_statement "if ((global_found == (lang_input_statement_type *)0x0) && (s->the_bfd != (bfd *)0x0)) {\n uVar4 = bfd_elf_get_dyn_lib_class(s->the_bfd);\n plVar2 = global_found;\n if ((uVar4 & 1) == 0) {\n iVar3 = bfd_stat(s->the_bfd,&st);\n if (iVar3 == 0) {\n if (((st.st_dev != global_stat.st_dev) || (global_stat.st_ino != st.st_ino)) ||\n (plVar2 = s, st.st_ino == 0)) {\n pcVar6 = global_needed->name;\n pcVar5 = strchr(pcVar6,0x2f);\n plVar2 = global_found;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), plVar2 = global_found, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(s->the_bfd);\n if (lVar7 == 0) {\n lVar7 = lbasename(s->filename);\n }\n iVar3 = filename_ncmp(lVar7,global_needed->name,pcVar6 + (4 - (long)global_needed->name)\n );\n plVar2 = global_found;\n if (iVar3 == 0) {\n pbVar1 = global_needed->by;\n pcVar6 = global_needed->name;\n pcVar5 = (char *)dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",\n 5);\n einfo(pcVar5,pcVar6,pbVar1,lVar7);\n plVar2 = global_found;\n }\n }\n }\n }\n else {\n pbVar1 = s->the_bfd;\n pcVar6 = (char *)dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n einfo(pcVar6,pbVar1);\n plVar2 = global_found;\n }\n }\n global_found = plVar2;\n return;\n }" if (parenthesized_expression "((global_found == (lang_input_statement_type *)0x0) && (s->the_bfd != (bfd *)0x0))" ( (binary_expression "(global_found == (lang_input_statement_type *)0x0) && (s->the_bfd != (bfd *)0x0)" (parenthesized_expression "(global_found == (lang_input_statement_type *)0x0)" ( (binary_expression "global_found == (lang_input_statement_type *)0x0" identifier == (cast_expression "(lang_input_statement_type *)0x0" ( (type_descriptor "lang_input_statement_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(s->the_bfd != (bfd *)0x0)" ( (binary_expression "s->the_bfd != (bfd *)0x0" (field_expression "s->the_bfd" identifier -> field_identifier) != (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n uVar4 = bfd_elf_get_dyn_lib_class(s->the_bfd);\n plVar2 = global_found;\n if ((uVar4 & 1) == 0) {\n iVar3 = bfd_stat(s->the_bfd,&st);\n if (iVar3 == 0) {\n if (((st.st_dev != global_stat.st_dev) || (global_stat.st_ino != st.st_ino)) ||\n (plVar2 = s, st.st_ino == 0)) {\n pcVar6 = global_needed->name;\n pcVar5 = strchr(pcVar6,0x2f);\n plVar2 = global_found;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), plVar2 = global_found, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(s->the_bfd);\n if (lVar7 == 0) {\n lVar7 = lbasename(s->filename);\n }\n iVar3 = filename_ncmp(lVar7,global_needed->name,pcVar6 + (4 - (long)global_needed->name)\n );\n plVar2 = global_found;\n if (iVar3 == 0) {\n pbVar1 = global_needed->by;\n pcVar6 = global_needed->name;\n pcVar5 = (char *)dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",\n 5);\n einfo(pcVar5,pcVar6,pbVar1,lVar7);\n plVar2 = global_found;\n }\n }\n }\n }\n else {\n pbVar1 = s->the_bfd;\n pcVar6 = (char *)dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n einfo(pcVar6,pbVar1);\n plVar2 = global_found;\n }\n }\n global_found = plVar2;\n return;\n }" { (expression_statement "uVar4 = bfd_elf_get_dyn_lib_class(s->the_bfd);" (assignment_expression "uVar4 = bfd_elf_get_dyn_lib_class(s->the_bfd)" identifier = (call_expression "bfd_elf_get_dyn_lib_class(s->the_bfd)" identifier (argument_list "(s->the_bfd)" ( (field_expression "s->the_bfd" identifier -> field_identifier) )))) ;) (expression_statement "plVar2 = global_found;" (assignment_expression "plVar2 = global_found" identifier = identifier) ;) (if_statement "if ((uVar4 & 1) == 0) {\n iVar3 = bfd_stat(s->the_bfd,&st);\n if (iVar3 == 0) {\n if (((st.st_dev != global_stat.st_dev) || (global_stat.st_ino != st.st_ino)) ||\n (plVar2 = s, st.st_ino == 0)) {\n pcVar6 = global_needed->name;\n pcVar5 = strchr(pcVar6,0x2f);\n plVar2 = global_found;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), plVar2 = global_found, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(s->the_bfd);\n if (lVar7 == 0) {\n lVar7 = lbasename(s->filename);\n }\n iVar3 = filename_ncmp(lVar7,global_needed->name,pcVar6 + (4 - (long)global_needed->name)\n );\n plVar2 = global_found;\n if (iVar3 == 0) {\n pbVar1 = global_needed->by;\n pcVar6 = global_needed->name;\n pcVar5 = (char *)dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",\n 5);\n einfo(pcVar5,pcVar6,pbVar1,lVar7);\n plVar2 = global_found;\n }\n }\n }\n }\n else {\n pbVar1 = s->the_bfd;\n pcVar6 = (char *)dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n einfo(pcVar6,pbVar1);\n plVar2 = global_found;\n }\n }" if (parenthesized_expression "((uVar4 & 1) == 0)" ( (binary_expression "(uVar4 & 1) == 0" (parenthesized_expression "(uVar4 & 1)" ( (binary_expression "uVar4 & 1" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n iVar3 = bfd_stat(s->the_bfd,&st);\n if (iVar3 == 0) {\n if (((st.st_dev != global_stat.st_dev) || (global_stat.st_ino != st.st_ino)) ||\n (plVar2 = s, st.st_ino == 0)) {\n pcVar6 = global_needed->name;\n pcVar5 = strchr(pcVar6,0x2f);\n plVar2 = global_found;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), plVar2 = global_found, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(s->the_bfd);\n if (lVar7 == 0) {\n lVar7 = lbasename(s->filename);\n }\n iVar3 = filename_ncmp(lVar7,global_needed->name,pcVar6 + (4 - (long)global_needed->name)\n );\n plVar2 = global_found;\n if (iVar3 == 0) {\n pbVar1 = global_needed->by;\n pcVar6 = global_needed->name;\n pcVar5 = (char *)dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",\n 5);\n einfo(pcVar5,pcVar6,pbVar1,lVar7);\n plVar2 = global_found;\n }\n }\n }\n }\n else {\n pbVar1 = s->the_bfd;\n pcVar6 = (char *)dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n einfo(pcVar6,pbVar1);\n plVar2 = global_found;\n }\n }" { (expression_statement "iVar3 = bfd_stat(s->the_bfd,&st);" (assignment_expression "iVar3 = bfd_stat(s->the_bfd,&st)" identifier = (call_expression "bfd_stat(s->the_bfd,&st)" identifier (argument_list "(s->the_bfd,&st)" ( (field_expression "s->the_bfd" identifier -> field_identifier) , (pointer_expression "&st" & identifier) )))) ;) (if_statement "if (iVar3 == 0) {\n if (((st.st_dev != global_stat.st_dev) || (global_stat.st_ino != st.st_ino)) ||\n (plVar2 = s, st.st_ino == 0)) {\n pcVar6 = global_needed->name;\n pcVar5 = strchr(pcVar6,0x2f);\n plVar2 = global_found;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), plVar2 = global_found, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(s->the_bfd);\n if (lVar7 == 0) {\n lVar7 = lbasename(s->filename);\n }\n iVar3 = filename_ncmp(lVar7,global_needed->name,pcVar6 + (4 - (long)global_needed->name)\n );\n plVar2 = global_found;\n if (iVar3 == 0) {\n pbVar1 = global_needed->by;\n pcVar6 = global_needed->name;\n pcVar5 = (char *)dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",\n 5);\n einfo(pcVar5,pcVar6,pbVar1,lVar7);\n plVar2 = global_found;\n }\n }\n }\n }\n else {\n pbVar1 = s->the_bfd;\n pcVar6 = (char *)dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n einfo(pcVar6,pbVar1);\n plVar2 = global_found;\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n if (((st.st_dev != global_stat.st_dev) || (global_stat.st_ino != st.st_ino)) ||\n (plVar2 = s, st.st_ino == 0)) {\n pcVar6 = global_needed->name;\n pcVar5 = strchr(pcVar6,0x2f);\n plVar2 = global_found;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), plVar2 = global_found, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(s->the_bfd);\n if (lVar7 == 0) {\n lVar7 = lbasename(s->filename);\n }\n iVar3 = filename_ncmp(lVar7,global_needed->name,pcVar6 + (4 - (long)global_needed->name)\n );\n plVar2 = global_found;\n if (iVar3 == 0) {\n pbVar1 = global_needed->by;\n pcVar6 = global_needed->name;\n pcVar5 = (char *)dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",\n 5);\n einfo(pcVar5,pcVar6,pbVar1,lVar7);\n plVar2 = global_found;\n }\n }\n }\n }" { (if_statement "if (((st.st_dev != global_stat.st_dev) || (global_stat.st_ino != st.st_ino)) ||\n (plVar2 = s, st.st_ino == 0)) {\n pcVar6 = global_needed->name;\n pcVar5 = strchr(pcVar6,0x2f);\n plVar2 = global_found;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), plVar2 = global_found, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(s->the_bfd);\n if (lVar7 == 0) {\n lVar7 = lbasename(s->filename);\n }\n iVar3 = filename_ncmp(lVar7,global_needed->name,pcVar6 + (4 - (long)global_needed->name)\n );\n plVar2 = global_found;\n if (iVar3 == 0) {\n pbVar1 = global_needed->by;\n pcVar6 = global_needed->name;\n pcVar5 = (char *)dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",\n 5);\n einfo(pcVar5,pcVar6,pbVar1,lVar7);\n plVar2 = global_found;\n }\n }\n }" if (parenthesized_expression "(((st.st_dev != global_stat.st_dev) || (global_stat.st_ino != st.st_ino)) ||\n (plVar2 = s, st.st_ino == 0))" ( (binary_expression "((st.st_dev != global_stat.st_dev) || (global_stat.st_ino != st.st_ino)) ||\n (plVar2 = s, st.st_ino == 0)" (parenthesized_expression "((st.st_dev != global_stat.st_dev) || (global_stat.st_ino != st.st_ino))" ( (binary_expression "(st.st_dev != global_stat.st_dev) || (global_stat.st_ino != st.st_ino)" (parenthesized_expression "(st.st_dev != global_stat.st_dev)" ( (binary_expression "st.st_dev != global_stat.st_dev" (field_expression "st.st_dev" identifier . field_identifier) != (field_expression "global_stat.st_dev" identifier . field_identifier)) )) || (parenthesized_expression "(global_stat.st_ino != st.st_ino)" ( (binary_expression "global_stat.st_ino != st.st_ino" (field_expression "global_stat.st_ino" identifier . field_identifier) != (field_expression "st.st_ino" identifier . field_identifier)) ))) )) || (parenthesized_expression "(plVar2 = s, st.st_ino == 0)" ( (comma_expression "plVar2 = s, st.st_ino == 0" (assignment_expression "plVar2 = s" identifier = identifier) , (binary_expression "st.st_ino == 0" (field_expression "st.st_ino" identifier . field_identifier) == number_literal)) ))) )) (compound_statement "{\n pcVar6 = global_needed->name;\n pcVar5 = strchr(pcVar6,0x2f);\n plVar2 = global_found;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), plVar2 = global_found, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(s->the_bfd);\n if (lVar7 == 0) {\n lVar7 = lbasename(s->filename);\n }\n iVar3 = filename_ncmp(lVar7,global_needed->name,pcVar6 + (4 - (long)global_needed->name)\n );\n plVar2 = global_found;\n if (iVar3 == 0) {\n pbVar1 = global_needed->by;\n pcVar6 = global_needed->name;\n pcVar5 = (char *)dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",\n 5);\n einfo(pcVar5,pcVar6,pbVar1,lVar7);\n plVar2 = global_found;\n }\n }\n }" { (expression_statement "pcVar6 = global_needed->name;" (assignment_expression "pcVar6 = global_needed->name" identifier = (field_expression "global_needed->name" identifier -> field_identifier)) ;) (expression_statement "pcVar5 = strchr(pcVar6,0x2f);" (assignment_expression "pcVar5 = strchr(pcVar6,0x2f)" identifier = (call_expression "strchr(pcVar6,0x2f)" identifier (argument_list "(pcVar6,0x2f)" ( identifier , number_literal )))) ;) (expression_statement "plVar2 = global_found;" (assignment_expression "plVar2 = global_found" identifier = identifier) ;) (if_statement "if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), plVar2 = global_found, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(s->the_bfd);\n if (lVar7 == 0) {\n lVar7 = lbasename(s->filename);\n }\n iVar3 = filename_ncmp(lVar7,global_needed->name,pcVar6 + (4 - (long)global_needed->name)\n );\n plVar2 = global_found;\n if (iVar3 == 0) {\n pbVar1 = global_needed->by;\n pcVar6 = global_needed->name;\n pcVar5 = (char *)dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",\n 5);\n einfo(pcVar5,pcVar6,pbVar1,lVar7);\n plVar2 = global_found;\n }\n }" if (parenthesized_expression "((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), plVar2 = global_found, pcVar6 != (char *)0x0))" ( (binary_expression "(pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), plVar2 = global_found, pcVar6 != (char *)0x0)" (parenthesized_expression "(pcVar5 == (char *)0x0)" ( (binary_expression "pcVar5 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(pcVar6 = strstr(pcVar6,".so."), plVar2 = global_found, pcVar6 != (char *)0x0)" ( (comma_expression "pcVar6 = strstr(pcVar6,".so."), plVar2 = global_found, pcVar6 != (char *)0x0" (assignment_expression "pcVar6 = strstr(pcVar6,".so.")" identifier = (call_expression "strstr(pcVar6,".so.")" identifier (argument_list "(pcVar6,".so.")" ( identifier , (string_literal "".so."" " string_content ") )))) , (comma_expression "plVar2 = global_found, pcVar6 != (char *)0x0" (assignment_expression "plVar2 = global_found" identifier = identifier) , (binary_expression "pcVar6 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)))) ))) )) (compound_statement "{\n lVar7 = bfd_elf_get_dt_soname(s->the_bfd);\n if (lVar7 == 0) {\n lVar7 = lbasename(s->filename);\n }\n iVar3 = filename_ncmp(lVar7,global_needed->name,pcVar6 + (4 - (long)global_needed->name)\n );\n plVar2 = global_found;\n if (iVar3 == 0) {\n pbVar1 = global_needed->by;\n pcVar6 = global_needed->name;\n pcVar5 = (char *)dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",\n 5);\n einfo(pcVar5,pcVar6,pbVar1,lVar7);\n plVar2 = global_found;\n }\n }" { (expression_statement "lVar7 = bfd_elf_get_dt_soname(s->the_bfd);" (assignment_expression "lVar7 = bfd_elf_get_dt_soname(s->the_bfd)" identifier = (call_expression "bfd_elf_get_dt_soname(s->the_bfd)" identifier (argument_list "(s->the_bfd)" ( (field_expression "s->the_bfd" identifier -> field_identifier) )))) ;) (if_statement "if (lVar7 == 0) {\n lVar7 = lbasename(s->filename);\n }" if (parenthesized_expression "(lVar7 == 0)" ( (binary_expression "lVar7 == 0" identifier == number_literal) )) (compound_statement "{\n lVar7 = lbasename(s->filename);\n }" { (expression_statement "lVar7 = lbasename(s->filename);" (assignment_expression "lVar7 = lbasename(s->filename)" identifier = (call_expression "lbasename(s->filename)" identifier (argument_list "(s->filename)" ( (field_expression "s->filename" identifier -> field_identifier) )))) ;) })) (expression_statement "iVar3 = filename_ncmp(lVar7,global_needed->name,pcVar6 + (4 - (long)global_needed->name)\n );" (assignment_expression "iVar3 = filename_ncmp(lVar7,global_needed->name,pcVar6 + (4 - (long)global_needed->name)\n )" identifier = (call_expression "filename_ncmp(lVar7,global_needed->name,pcVar6 + (4 - (long)global_needed->name)\n )" identifier (argument_list "(lVar7,global_needed->name,pcVar6 + (4 - (long)global_needed->name)\n )" ( identifier , (field_expression "global_needed->name" identifier -> field_identifier) , (binary_expression "pcVar6 + (4 - (long)global_needed->name)" identifier + (parenthesized_expression "(4 - (long)global_needed->name)" ( (binary_expression "4 - (long)global_needed->name" number_literal - (cast_expression "(long)global_needed->name" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "global_needed->name" identifier -> field_identifier))) ))) )))) ;) (expression_statement "plVar2 = global_found;" (assignment_expression "plVar2 = global_found" identifier = identifier) ;) (if_statement "if (iVar3 == 0) {\n pbVar1 = global_needed->by;\n pcVar6 = global_needed->name;\n pcVar5 = (char *)dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",\n 5);\n einfo(pcVar5,pcVar6,pbVar1,lVar7);\n plVar2 = global_found;\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n pbVar1 = global_needed->by;\n pcVar6 = global_needed->name;\n pcVar5 = (char *)dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",\n 5);\n einfo(pcVar5,pcVar6,pbVar1,lVar7);\n plVar2 = global_found;\n }" { (expression_statement "pbVar1 = global_needed->by;" (assignment_expression "pbVar1 = global_needed->by" identifier = (field_expression "global_needed->by" identifier -> field_identifier)) ;) (expression_statement "pcVar6 = global_needed->name;" (assignment_expression "pcVar6 = global_needed->name" identifier = (field_expression "global_needed->name" identifier -> field_identifier)) ;) (expression_statement "pcVar5 = (char *)dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",\n 5);" (assignment_expression "pcVar5 = (char *)dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",\n 5)" identifier = (cast_expression "(char *)dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",\n 5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",\n 5)" identifier (argument_list "(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",\n 5)" ( number_literal , (string_literal ""%P: warning: %s, needed by %pB, may conflict with %s\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "einfo(pcVar5,pcVar6,pbVar1,lVar7);" (call_expression "einfo(pcVar5,pcVar6,pbVar1,lVar7)" identifier (argument_list "(pcVar5,pcVar6,pbVar1,lVar7)" ( identifier , identifier , identifier , identifier ))) ;) (expression_statement "plVar2 = global_found;" (assignment_expression "plVar2 = global_found" identifier = identifier) ;) })) })) })) }) (else_clause "else {\n pbVar1 = s->the_bfd;\n pcVar6 = (char *)dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n einfo(pcVar6,pbVar1);\n plVar2 = global_found;\n }" else (compound_statement "{\n pbVar1 = s->the_bfd;\n pcVar6 = (char *)dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n einfo(pcVar6,pbVar1);\n plVar2 = global_found;\n }" { (expression_statement "pbVar1 = s->the_bfd;" (assignment_expression "pbVar1 = s->the_bfd" identifier = (field_expression "s->the_bfd" identifier -> field_identifier)) ;) (expression_statement "pcVar6 = (char *)dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);" (assignment_expression "pcVar6 = (char *)dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5)" identifier (argument_list "(0,"%P: %pB: bfd_stat failed: %E\n",5)" ( number_literal , (string_literal ""%P: %pB: bfd_stat failed: %E\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "einfo(pcVar6,pbVar1);" (call_expression "einfo(pcVar6,pbVar1)" identifier (argument_list "(pcVar6,pbVar1)" ( identifier , identifier ))) ;) (expression_statement "plVar2 = global_found;" (assignment_expression "plVar2 = global_found" identifier = identifier) ;) }))) })) (expression_statement "global_found = plVar2;" (assignment_expression "global_found = plVar2" identifier = identifier) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_001522b0(long param_1)\n\n{\n undefined8 uVar1;\n long lVar2;\n int iVar3;\n ulong uVar4;\n char *pcVar5;\n char *pcVar6;\n long lVar7;\n undefined8 uVar8;\n undefined8 uVar9;\n long local_a8;\n long local_a0;\n \n if ((DAT_002a60f8 == 0) && (*(long *)(param_1 + 0x20) != 0)) {\n uVar4 = bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20));\n lVar2 = DAT_002a60f8;\n if ((uVar4 & 1) == 0) {\n iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);\n if (iVar3 == 0) {\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }\n }\n DAT_002a60f8 = lVar2;\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_001522b0(long param_1)\n\n{\n undefined8 uVar1;\n long lVar2;\n int iVar3;\n ulong uVar4;\n char *pcVar5;\n char *pcVar6;\n long lVar7;\n undefined8 uVar8;\n undefined8 uVar9;\n long local_a8;\n long local_a0;\n \n if ((DAT_002a60f8 == 0) && (*(long *)(param_1 + 0x20) != 0)) {\n uVar4 = bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20));\n lVar2 = DAT_002a60f8;\n if ((uVar4 & 1) == 0) {\n iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);\n if (iVar3 == 0) {\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }\n }\n DAT_002a60f8 = lVar2;\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_001522b0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 uVar1;\n long lVar2;\n int iVar3;\n ulong uVar4;\n char *pcVar5;\n char *pcVar6;\n long lVar7;\n undefined8 uVar8;\n undefined8 uVar9;\n long local_a8;\n long local_a0;\n \n if ((DAT_002a60f8 == 0) && (*(long *)(param_1 + 0x20) != 0)) {\n uVar4 = bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20));\n lVar2 = DAT_002a60f8;\n if ((uVar4 & 1) == 0) {\n iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);\n if (iVar3 == 0) {\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }\n }\n DAT_002a60f8 = lVar2;\n return;\n }\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "ulong uVar4;" type_identifier identifier ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "char *pcVar6;" primitive_type (pointer_declarator "*pcVar6" * identifier) ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar8;" type_identifier identifier ;) (declaration "undefined8 uVar9;" type_identifier identifier ;) (declaration "long local_a8;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_a0;" (sized_type_specifier "long" long) identifier ;) (if_statement "if ((DAT_002a60f8 == 0) && (*(long *)(param_1 + 0x20) != 0)) {\n uVar4 = bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20));\n lVar2 = DAT_002a60f8;\n if ((uVar4 & 1) == 0) {\n iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);\n if (iVar3 == 0) {\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }\n }\n DAT_002a60f8 = lVar2;\n return;\n }" if (parenthesized_expression "((DAT_002a60f8 == 0) && (*(long *)(param_1 + 0x20) != 0))" ( (binary_expression "(DAT_002a60f8 == 0) && (*(long *)(param_1 + 0x20) != 0)" (parenthesized_expression "(DAT_002a60f8 == 0)" ( (binary_expression "DAT_002a60f8 == 0" identifier == number_literal) )) && (parenthesized_expression "(*(long *)(param_1 + 0x20) != 0)" ( (binary_expression "*(long *)(param_1 + 0x20) != 0" (pointer_expression "*(long *)(param_1 + 0x20)" * (cast_expression "(long *)(param_1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) != number_literal) ))) )) (compound_statement "{\n uVar4 = bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20));\n lVar2 = DAT_002a60f8;\n if ((uVar4 & 1) == 0) {\n iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);\n if (iVar3 == 0) {\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }\n }\n DAT_002a60f8 = lVar2;\n return;\n }" { (expression_statement "uVar4 = bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20));" (assignment_expression "uVar4 = bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20))" identifier = (call_expression "bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20))" identifier (argument_list "(*(long *)(param_1 + 0x20))" ( (pointer_expression "*(long *)(param_1 + 0x20)" * (cast_expression "(long *)(param_1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) )))) ;) (expression_statement "lVar2 = DAT_002a60f8;" (assignment_expression "lVar2 = DAT_002a60f8" identifier = identifier) ;) (if_statement "if ((uVar4 & 1) == 0) {\n iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);\n if (iVar3 == 0) {\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }\n }" if (parenthesized_expression "((uVar4 & 1) == 0)" ( (binary_expression "(uVar4 & 1) == 0" (parenthesized_expression "(uVar4 & 1)" ( (binary_expression "uVar4 & 1" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);\n if (iVar3 == 0) {\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }\n }" { (expression_statement "iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);" (assignment_expression "iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8)" identifier = (call_expression "bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8)" identifier (argument_list "(*(undefined8 *)(param_1 + 0x20),&local_a8)" ( (pointer_expression "*(undefined8 *)(param_1 + 0x20)" * (cast_expression "(undefined8 *)(param_1 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) , (pointer_expression "&local_a8" & identifier) )))) ;) (if_statement "if (iVar3 == 0) {\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }" { (if_statement "if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }" if (parenthesized_expression "(((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0))" ( (binary_expression "((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)" (parenthesized_expression "((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0))" ( (binary_expression "(local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)" (parenthesized_expression "(local_a8 != DAT_002a6100)" ( (binary_expression "local_a8 != DAT_002a6100" identifier != identifier) )) || (parenthesized_expression "(DAT_002a6108 != local_a0)" ( (binary_expression "DAT_002a6108 != local_a0" identifier != identifier) ))) )) || (parenthesized_expression "(lVar2 = param_1, local_a0 == 0)" ( (comma_expression "lVar2 = param_1, local_a0 == 0" (assignment_expression "lVar2 = param_1" identifier = identifier) , (binary_expression "local_a0 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }" { (expression_statement "pcVar6 = *(char **)(DAT_002a6190 + 0x10);" (assignment_expression "pcVar6 = *(char **)(DAT_002a6190 + 0x10)" identifier = (pointer_expression "*(char **)(DAT_002a6190 + 0x10)" * (cast_expression "(char **)(DAT_002a6190 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_002a6190 + 0x10)" ( (binary_expression "DAT_002a6190 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "pcVar5 = strchr(pcVar6,0x2f);" (assignment_expression "pcVar5 = strchr(pcVar6,0x2f)" identifier = (call_expression "strchr(pcVar6,0x2f)" identifier (argument_list "(pcVar6,0x2f)" ( identifier , number_literal )))) ;) (expression_statement "lVar2 = DAT_002a60f8;" (assignment_expression "lVar2 = DAT_002a60f8" identifier = identifier) ;) (if_statement "if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }" if (parenthesized_expression "((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0))" ( (binary_expression "(pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)" (parenthesized_expression "(pcVar5 == (char *)0x0)" ( (binary_expression "pcVar5 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)" ( (comma_expression "pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0" (assignment_expression "pcVar6 = strstr(pcVar6,".so.")" identifier = (call_expression "strstr(pcVar6,".so.")" identifier (argument_list "(pcVar6,".so.")" ( identifier , (string_literal "".so."" " string_content ") )))) , (comma_expression "lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0" (assignment_expression "lVar2 = DAT_002a60f8" identifier = identifier) , (binary_expression "pcVar6 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)))) ))) )) (compound_statement "{\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }" { (expression_statement "lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));" (assignment_expression "lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20))" identifier = (call_expression "bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20))" identifier (argument_list "(*(undefined8 *)(param_1 + 0x20))" ( (pointer_expression "*(undefined8 *)(param_1 + 0x20)" * (cast_expression "(undefined8 *)(param_1 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) )))) ;) (if_statement "if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }" if (parenthesized_expression "(lVar7 == 0)" ( (binary_expression "lVar7 == 0" identifier == number_literal) )) (compound_statement "{\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }" { (expression_statement "lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));" (assignment_expression "lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10))" identifier = (call_expression "lbasename(*(undefined8 *)(param_1 + 0x10))" identifier (argument_list "(*(undefined8 *)(param_1 + 0x10))" ( (pointer_expression "*(undefined8 *)(param_1 + 0x10)" * (cast_expression "(undefined8 *)(param_1 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) )))) ;) })) (expression_statement "iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));" (assignment_expression "iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)))" identifier = (call_expression "filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)))" identifier (argument_list "(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)))" ( identifier , (pointer_expression "*(long *)(DAT_002a6190 + 0x10)" * (cast_expression "(long *)(DAT_002a6190 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_002a6190 + 0x10)" ( (binary_expression "DAT_002a6190 + 0x10" identifier + number_literal) )))) , (binary_expression "pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10))" identifier + (parenthesized_expression "(4 - *(long *)(DAT_002a6190 + 0x10))" ( (binary_expression "4 - *(long *)(DAT_002a6190 + 0x10)" number_literal - (pointer_expression "*(long *)(DAT_002a6190 + 0x10)" * (cast_expression "(long *)(DAT_002a6190 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_002a6190 + 0x10)" ( (binary_expression "DAT_002a6190 + 0x10" identifier + number_literal) ))))) ))) )))) ;) (expression_statement "lVar2 = DAT_002a60f8;" (assignment_expression "lVar2 = DAT_002a60f8" identifier = identifier) ;) (if_statement "if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }" { (expression_statement "uVar1 = *(undefined8 *)(DAT_002a6190 + 8);" (assignment_expression "uVar1 = *(undefined8 *)(DAT_002a6190 + 8)" identifier = (pointer_expression "*(undefined8 *)(DAT_002a6190 + 8)" * (cast_expression "(undefined8 *)(DAT_002a6190 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_002a6190 + 8)" ( (binary_expression "DAT_002a6190 + 8" identifier + number_literal) ))))) ;) (expression_statement "uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);" (assignment_expression "uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10)" identifier = (pointer_expression "*(undefined8 *)(DAT_002a6190 + 0x10)" * (cast_expression "(undefined8 *)(DAT_002a6190 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_002a6190 + 0x10)" ( (binary_expression "DAT_002a6190 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);" (assignment_expression "uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5)" identifier = (call_expression "dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5)" identifier (argument_list "(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5)" ( number_literal , (string_literal ""%P: warning: %s, needed by %pB, may conflict with %s\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00129410(uVar8,uVar9,uVar1,lVar7);" (call_expression "FUN_00129410(uVar8,uVar9,uVar1,lVar7)" identifier (argument_list "(uVar8,uVar9,uVar1,lVar7)" ( identifier , identifier , identifier , identifier ))) ;) (expression_statement "lVar2 = DAT_002a60f8;" (assignment_expression "lVar2 = DAT_002a60f8" identifier = identifier) ;) })) })) })) }) (else_clause "else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }" else (compound_statement "{\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }" { (expression_statement "uVar1 = *(undefined8 *)(param_1 + 0x20);" (assignment_expression "uVar1 = *(undefined8 *)(param_1 + 0x20)" identifier = (pointer_expression "*(undefined8 *)(param_1 + 0x20)" * (cast_expression "(undefined8 *)(param_1 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);" (assignment_expression "uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5)" identifier = (call_expression "dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5)" identifier (argument_list "(0,"%P: %pB: bfd_stat failed: %E\n",5)" ( number_literal , (string_literal ""%P: %pB: bfd_stat failed: %E\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00129410(uVar9,uVar1);" (call_expression "FUN_00129410(uVar9,uVar1)" identifier (argument_list "(uVar9,uVar1)" ( identifier , identifier ))) ;) (expression_statement "lVar2 = DAT_002a60f8;" (assignment_expression "lVar2 = DAT_002a60f8" identifier = identifier) ;) }))) })) (expression_statement "DAT_002a60f8 = lVar2;" (assignment_expression "DAT_002a60f8 = lVar2" identifier = identifier) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (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 + LIT) )))) , (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != IDENT) )) || (parenthesized_expression ( (binary_expression IDENT != IDENT) ))) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression IDENT == LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") )))) , (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 = (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 == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (binary_expression IDENT + (parenthesized_expression ( (binary_expression LIT - (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ))) )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) })) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }))) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (return_statement return ;) })) (return_statement return ;) })))
|
(function_definition "void FUN_001522b0(long param_1)\n\n{\n undefined8 uVar1;\n long lVar2;\n int iVar3;\n ulong uVar4;\n char *pcVar5;\n char *pcVar6;\n long lVar7;\n undefined8 uVar8;\n undefined8 uVar9;\n long local_a8;\n long local_a0;\n \n if ((DAT_002a60f8 == 0) && (*(long *)(param_1 + 0x20) != 0)) {\n uVar4 = bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20));\n lVar2 = DAT_002a60f8;\n if ((uVar4 & 1) == 0) {\n iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);\n if (iVar3 == 0) {\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }\n }\n DAT_002a60f8 = lVar2;\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_001522b0(long param_1)" (identifier "FUN_001522b0") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n undefined8 uVar1;\n long lVar2;\n int iVar3;\n ulong uVar4;\n char *pcVar5;\n char *pcVar6;\n long lVar7;\n undefined8 uVar8;\n undefined8 uVar9;\n long local_a8;\n long local_a0;\n \n if ((DAT_002a60f8 == 0) && (*(long *)(param_1 + 0x20) != 0)) {\n uVar4 = bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20));\n lVar2 = DAT_002a60f8;\n if ((uVar4 & 1) == 0) {\n iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);\n if (iVar3 == 0) {\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }\n }\n DAT_002a60f8 = lVar2;\n return;\n }\n return;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "ulong uVar4;" (type_identifier "ulong") (identifier "uVar4") (; ";")) (declaration "char *pcVar5;" (primitive_type "char") (pointer_declarator "*pcVar5" (* "*") (identifier "pcVar5")) (; ";")) (declaration "char *pcVar6;" (primitive_type "char") (pointer_declarator "*pcVar6" (* "*") (identifier "pcVar6")) (; ";")) (declaration "long lVar7;" (sized_type_specifier "long" (long "long")) (identifier "lVar7") (; ";")) (declaration "undefined8 uVar8;" (type_identifier "undefined8") (identifier "uVar8") (; ";")) (declaration "undefined8 uVar9;" (type_identifier "undefined8") (identifier "uVar9") (; ";")) (declaration "long local_a8;" (sized_type_specifier "long" (long "long")) (identifier "local_a8") (; ";")) (declaration "long local_a0;" (sized_type_specifier "long" (long "long")) (identifier "local_a0") (; ";")) (if_statement "if ((DAT_002a60f8 == 0) && (*(long *)(param_1 + 0x20) != 0)) {\n uVar4 = bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20));\n lVar2 = DAT_002a60f8;\n if ((uVar4 & 1) == 0) {\n iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);\n if (iVar3 == 0) {\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }\n }\n DAT_002a60f8 = lVar2;\n return;\n }" (if "if") (parenthesized_expression "((DAT_002a60f8 == 0) && (*(long *)(param_1 + 0x20) != 0))" (( "(") (binary_expression "(DAT_002a60f8 == 0) && (*(long *)(param_1 + 0x20) != 0)" (parenthesized_expression "(DAT_002a60f8 == 0)" (( "(") (binary_expression "DAT_002a60f8 == 0" (identifier "DAT_002a60f8") (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(*(long *)(param_1 + 0x20) != 0)" (( "(") (binary_expression "*(long *)(param_1 + 0x20) != 0" (pointer_expression "*(long *)(param_1 + 0x20)" (* "*") (cast_expression "(long *)(param_1 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n uVar4 = bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20));\n lVar2 = DAT_002a60f8;\n if ((uVar4 & 1) == 0) {\n iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);\n if (iVar3 == 0) {\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }\n }\n DAT_002a60f8 = lVar2;\n return;\n }" ({ "{") (expression_statement "uVar4 = bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20));" (assignment_expression "uVar4 = bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20))" (identifier "uVar4") (= "=") (call_expression "bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20))" (identifier "bfd_elf_get_dyn_lib_class") (argument_list "(*(long *)(param_1 + 0x20))" (( "(") (pointer_expression "*(long *)(param_1 + 0x20)" (* "*") (cast_expression "(long *)(param_1 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) () ")")))) (; ";")) (expression_statement "lVar2 = DAT_002a60f8;" (assignment_expression "lVar2 = DAT_002a60f8" (identifier "lVar2") (= "=") (identifier "DAT_002a60f8")) (; ";")) (if_statement "if ((uVar4 & 1) == 0) {\n iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);\n if (iVar3 == 0) {\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }\n }" (if "if") (parenthesized_expression "((uVar4 & 1) == 0)" (( "(") (binary_expression "(uVar4 & 1) == 0" (parenthesized_expression "(uVar4 & 1)" (( "(") (binary_expression "uVar4 & 1" (identifier "uVar4") (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);\n if (iVar3 == 0) {\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }\n }" ({ "{") (expression_statement "iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);" (assignment_expression "iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8)" (identifier "iVar3") (= "=") (call_expression "bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8)" (identifier "bfd_stat") (argument_list "(*(undefined8 *)(param_1 + 0x20),&local_a8)" (( "(") (pointer_expression "*(undefined8 *)(param_1 + 0x20)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (, ",") (pointer_expression "&local_a8" (& "&") (identifier "local_a8")) () ")")))) (; ";")) (if_statement "if (iVar3 == 0) {\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }" (if "if") (parenthesized_expression "(iVar3 == 0)" (( "(") (binary_expression "iVar3 == 0" (identifier "iVar3") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }\n }" ({ "{") (if_statement "if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)) {\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }" (if "if") (parenthesized_expression "(((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0))" (( "(") (binary_expression "((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||\n (lVar2 = param_1, local_a0 == 0)" (parenthesized_expression "((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0))" (( "(") (binary_expression "(local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)" (parenthesized_expression "(local_a8 != DAT_002a6100)" (( "(") (binary_expression "local_a8 != DAT_002a6100" (identifier "local_a8") (!= "!=") (identifier "DAT_002a6100")) () ")")) (|| "||") (parenthesized_expression "(DAT_002a6108 != local_a0)" (( "(") (binary_expression "DAT_002a6108 != local_a0" (identifier "DAT_002a6108") (!= "!=") (identifier "local_a0")) () ")"))) () ")")) (|| "||") (parenthesized_expression "(lVar2 = param_1, local_a0 == 0)" (( "(") (comma_expression "lVar2 = param_1, local_a0 == 0" (assignment_expression "lVar2 = param_1" (identifier "lVar2") (= "=") (identifier "param_1")) (, ",") (binary_expression "local_a0 == 0" (identifier "local_a0") (== "==") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n pcVar6 = *(char **)(DAT_002a6190 + 0x10);\n pcVar5 = strchr(pcVar6,0x2f);\n lVar2 = DAT_002a60f8;\n if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }\n }" ({ "{") (expression_statement "pcVar6 = *(char **)(DAT_002a6190 + 0x10);" (assignment_expression "pcVar6 = *(char **)(DAT_002a6190 + 0x10)" (identifier "pcVar6") (= "=") (pointer_expression "*(char **)(DAT_002a6190 + 0x10)" (* "*") (cast_expression "(char **)(DAT_002a6190 + 0x10)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_002a6190 + 0x10)" (( "(") (binary_expression "DAT_002a6190 + 0x10" (identifier "DAT_002a6190") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "pcVar5 = strchr(pcVar6,0x2f);" (assignment_expression "pcVar5 = strchr(pcVar6,0x2f)" (identifier "pcVar5") (= "=") (call_expression "strchr(pcVar6,0x2f)" (identifier "strchr") (argument_list "(pcVar6,0x2f)" (( "(") (identifier "pcVar6") (, ",") (number_literal "0x2f") () ")")))) (; ";")) (expression_statement "lVar2 = DAT_002a60f8;" (assignment_expression "lVar2 = DAT_002a60f8" (identifier "lVar2") (= "=") (identifier "DAT_002a60f8")) (; ";")) (if_statement "if ((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }" (if "if") (parenthesized_expression "((pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0))" (( "(") (binary_expression "(pcVar5 == (char *)0x0) &&\n (pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)" (parenthesized_expression "(pcVar5 == (char *)0x0)" (( "(") (binary_expression "pcVar5 == (char *)0x0" (identifier "pcVar5") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)" (( "(") (comma_expression "pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0" (assignment_expression "pcVar6 = strstr(pcVar6,".so.")" (identifier "pcVar6") (= "=") (call_expression "strstr(pcVar6,".so.")" (identifier "strstr") (argument_list "(pcVar6,".so.")" (( "(") (identifier "pcVar6") (, ",") (string_literal "".so."" (" """) (string_content ".so.") (" """)) () ")")))) (, ",") (comma_expression "lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0" (assignment_expression "lVar2 = DAT_002a60f8" (identifier "lVar2") (= "=") (identifier "DAT_002a60f8")) (, ",") (binary_expression "pcVar6 != (char *)0x0" (identifier "pcVar6") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))))) () ")"))) () ")")) (compound_statement "{\n lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));\n if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }\n iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));\n lVar2 = DAT_002a60f8;\n if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }\n }" ({ "{") (expression_statement "lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));" (assignment_expression "lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20))" (identifier "lVar7") (= "=") (call_expression "bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20))" (identifier "bfd_elf_get_dt_soname") (argument_list "(*(undefined8 *)(param_1 + 0x20))" (( "(") (pointer_expression "*(undefined8 *)(param_1 + 0x20)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) () ")")))) (; ";")) (if_statement "if (lVar7 == 0) {\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }" (if "if") (parenthesized_expression "(lVar7 == 0)" (( "(") (binary_expression "lVar7 == 0" (identifier "lVar7") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));\n }" ({ "{") (expression_statement "lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));" (assignment_expression "lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10))" (identifier "lVar7") (= "=") (call_expression "lbasename(*(undefined8 *)(param_1 + 0x10))" (identifier "lbasename") (argument_list "(*(undefined8 *)(param_1 + 0x10))" (( "(") (pointer_expression "*(undefined8 *)(param_1 + 0x10)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) () ")")))) (; ";")) (} "}"))) (expression_statement "iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));" (assignment_expression "iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)))" (identifier "iVar3") (= "=") (call_expression "filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)))" (identifier "filename_ncmp") (argument_list "(lVar7,*(long *)(DAT_002a6190 + 0x10),\n pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)))" (( "(") (identifier "lVar7") (, ",") (pointer_expression "*(long *)(DAT_002a6190 + 0x10)" (* "*") (cast_expression "(long *)(DAT_002a6190 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_002a6190 + 0x10)" (( "(") (binary_expression "DAT_002a6190 + 0x10" (identifier "DAT_002a6190") (+ "+") (number_literal "0x10")) () ")")))) (, ",") (binary_expression "pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10))" (identifier "pcVar6") (+ "+") (parenthesized_expression "(4 - *(long *)(DAT_002a6190 + 0x10))" (( "(") (binary_expression "4 - *(long *)(DAT_002a6190 + 0x10)" (number_literal "4") (- "-") (pointer_expression "*(long *)(DAT_002a6190 + 0x10)" (* "*") (cast_expression "(long *)(DAT_002a6190 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_002a6190 + 0x10)" (( "(") (binary_expression "DAT_002a6190 + 0x10" (identifier "DAT_002a6190") (+ "+") (number_literal "0x10")) () ")"))))) () ")"))) () ")")))) (; ";")) (expression_statement "lVar2 = DAT_002a60f8;" (assignment_expression "lVar2 = DAT_002a60f8" (identifier "lVar2") (= "=") (identifier "DAT_002a60f8")) (; ";")) (if_statement "if (iVar3 == 0) {\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }" (if "if") (parenthesized_expression "(iVar3 == 0)" (( "(") (binary_expression "iVar3 == 0" (identifier "iVar3") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar1 = *(undefined8 *)(DAT_002a6190 + 8);\n uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);\n uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);\n FUN_00129410(uVar8,uVar9,uVar1,lVar7);\n lVar2 = DAT_002a60f8;\n }" ({ "{") (expression_statement "uVar1 = *(undefined8 *)(DAT_002a6190 + 8);" (assignment_expression "uVar1 = *(undefined8 *)(DAT_002a6190 + 8)" (identifier "uVar1") (= "=") (pointer_expression "*(undefined8 *)(DAT_002a6190 + 8)" (* "*") (cast_expression "(undefined8 *)(DAT_002a6190 + 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_002a6190 + 8)" (( "(") (binary_expression "DAT_002a6190 + 8" (identifier "DAT_002a6190") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);" (assignment_expression "uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10)" (identifier "uVar9") (= "=") (pointer_expression "*(undefined8 *)(DAT_002a6190 + 0x10)" (* "*") (cast_expression "(undefined8 *)(DAT_002a6190 + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_002a6190 + 0x10)" (( "(") (binary_expression "DAT_002a6190 + 0x10" (identifier "DAT_002a6190") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);" (assignment_expression "uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5)" (identifier "uVar8") (= "=") (call_expression "dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5)" (identifier "dcgettext") (argument_list "(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%P: warning: %s, needed by %pB, may conflict with %s\n"" (" """) (string_content "%P: warning: %s, needed by %pB, may conflict with %s") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00129410(uVar8,uVar9,uVar1,lVar7);" (call_expression "FUN_00129410(uVar8,uVar9,uVar1,lVar7)" (identifier "FUN_00129410") (argument_list "(uVar8,uVar9,uVar1,lVar7)" (( "(") (identifier "uVar8") (, ",") (identifier "uVar9") (, ",") (identifier "uVar1") (, ",") (identifier "lVar7") () ")"))) (; ";")) (expression_statement "lVar2 = DAT_002a60f8;" (assignment_expression "lVar2 = DAT_002a60f8" (identifier "lVar2") (= "=") (identifier "DAT_002a60f8")) (; ";")) (} "}"))) (} "}"))) (} "}"))) (} "}")) (else_clause "else {\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }" (else "else") (compound_statement "{\n uVar1 = *(undefined8 *)(param_1 + 0x20);\n uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);\n FUN_00129410(uVar9,uVar1);\n lVar2 = DAT_002a60f8;\n }" ({ "{") (expression_statement "uVar1 = *(undefined8 *)(param_1 + 0x20);" (assignment_expression "uVar1 = *(undefined8 *)(param_1 + 0x20)" (identifier "uVar1") (= "=") (pointer_expression "*(undefined8 *)(param_1 + 0x20)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);" (assignment_expression "uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5)" (identifier "uVar9") (= "=") (call_expression "dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5)" (identifier "dcgettext") (argument_list "(0,"%P: %pB: bfd_stat failed: %E\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%P: %pB: bfd_stat failed: %E\n"" (" """) (string_content "%P: %pB: bfd_stat failed: %E") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00129410(uVar9,uVar1);" (call_expression "FUN_00129410(uVar9,uVar1)" (identifier "FUN_00129410") (argument_list "(uVar9,uVar1)" (( "(") (identifier "uVar9") (, ",") (identifier "uVar1") () ")"))) (; ";")) (expression_statement "lVar2 = DAT_002a60f8;" (assignment_expression "lVar2 = DAT_002a60f8" (identifier "lVar2") (= "=") (identifier "DAT_002a60f8")) (; ";")) (} "}")))) (} "}"))) (expression_statement "DAT_002a60f8 = lVar2;" (assignment_expression "DAT_002a60f8 = lVar2" (identifier "DAT_002a60f8") (= "=") (identifier "lVar2")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(type_1 *s)
{
type_2 *pbVar1;
type_1 *plVar2;
int var_5;
type_3 var_3;
char *var_7;
char *var_9;
long var_11;
type_4 st;
if ((var_1 == (type_1 *)0x0) && (s->the_bfd != (type_2 *)0x0)) {
var_3 = var_2(s->the_bfd);
plVar2 = var_1;
if ((var_3 & 1) == 0) {
var_5 = var_4(s->the_bfd,&st);
if (var_5 == 0) {
if (((st.st_dev != global_stat.st_dev) || (global_stat.st_ino != st.st_ino)) ||
(plVar2 = s, st.st_ino == 0)) {
var_9 = global_needed->name;
var_7 = var_6(var_9,0x2f);
plVar2 = var_1;
if ((var_7 == (char *)0x0) &&
(var_9 = var_8(var_9,".so."), plVar2 = var_1, var_9 != (char *)0x0)) {
var_11 = var_10(s->the_bfd);
if (var_11 == 0) {
var_11 = var_12(s->filename);
}
var_5 = var_13(var_11,global_needed->name,var_9 + (4 - (long)global_needed->name)
);
plVar2 = var_1;
if (var_5 == 0) {
pbVar1 = global_needed->by;
var_9 = global_needed->name;
var_7 = (char *)var_14(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",
5);
var_15(var_7,var_9,pbVar1,var_11);
plVar2 = var_1;
}
}
}
}
else {
pbVar1 = s->the_bfd;
var_9 = (char *)var_14(0,"%P: %pB: bfd_stat failed: %E\n",5);
var_15(var_9,pbVar1);
plVar2 = var_1;
}
}
var_1 = plVar2;
return;
}
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) 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: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (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: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (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: (number_literal))))) (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (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: (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) (string_literal (string_content))))) right: (comma_expression left: (assignment_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 (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (number_literal) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) 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: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier)))) (expression_statement (assignment_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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (return_statement))) (return_statement))))
| null |
void MASKED(long param_1)
{
undefined8 uVar1;
long lVar2;
int iVar3;
ulong uVar4;
char *pcVar5;
char *pcVar6;
long lVar7;
undefined8 uVar8;
undefined8 uVar9;
long local_a8;
long local_a0;
if ((DAT_002a60f8 == 0) && (*(long *)(param_1 + 0x20) != 0)) {
uVar4 = bfd_elf_get_dyn_lib_class(*(long *)(param_1 + 0x20));
lVar2 = DAT_002a60f8;
if ((uVar4 & 1) == 0) {
iVar3 = bfd_stat(*(undefined8 *)(param_1 + 0x20),&local_a8);
if (iVar3 == 0) {
if (((local_a8 != DAT_002a6100) || (DAT_002a6108 != local_a0)) ||
(lVar2 = param_1, local_a0 == 0)) {
pcVar6 = *(char **)(DAT_002a6190 + 0x10);
pcVar5 = strchr(pcVar6,0x2f);
lVar2 = DAT_002a60f8;
if ((pcVar5 == (char *)0x0) &&
(pcVar6 = strstr(pcVar6,".so."), lVar2 = DAT_002a60f8, pcVar6 != (char *)0x0)) {
lVar7 = bfd_elf_get_dt_soname(*(undefined8 *)(param_1 + 0x20));
if (lVar7 == 0) {
lVar7 = lbasename(*(undefined8 *)(param_1 + 0x10));
}
iVar3 = filename_ncmp(lVar7,*(long *)(DAT_002a6190 + 0x10),
pcVar6 + (4 - *(long *)(DAT_002a6190 + 0x10)));
lVar2 = DAT_002a60f8;
if (iVar3 == 0) {
uVar1 = *(undefined8 *)(DAT_002a6190 + 8);
uVar9 = *(undefined8 *)(DAT_002a6190 + 0x10);
uVar8 = dcgettext(0,"%P: warning: %s, needed by %pB, may conflict with %s\n",5);
FUN_00129410(uVar8,uVar9,uVar1,lVar7);
lVar2 = DAT_002a60f8;
}
}
}
}
else {
uVar1 = *(undefined8 *)(param_1 + 0x20);
uVar9 = dcgettext(0,"%P: %pB: bfd_stat failed: %E\n",5);
FUN_00129410(uVar9,uVar1);
lVar2 = DAT_002a60f8;
}
}
DAT_002a60f8 = lVar2;
return;
}
return;
}
|
6048_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
|
d_call_offset
|
FUN_00265a10
|
int d_call_offset(d_info *di,int c)
{
char *pcVar1;
d_info *di_00;
if (c == 0) {
pcVar1 = di->n;
if (*pcVar1 == '\0') {
return 0;
}
di->n = pcVar1 + 1;
c = (int)*pcVar1;
}
if (c == 0x68) {
d_number((d_info *)&di->n);
}
else {
if (c != 0x76) {
return 0;
}
di_00 = (d_info *)&di->n;
d_number(di_00);
if (*di->n != '_') {
return 0;
}
di->n = di->n + 1;
d_number(di_00);
}
if (*di->n != '_') {
return 0;
}
di->n = di->n + 1;
return 1;
}
|
undefined8 FUN_00265a10(long param_1,int param_2)
{
char *pcVar1;
if (param_2 == 0) {
pcVar1 = *(char **)(param_1 + 0x18);
if (*pcVar1 == '\0') {
return 0;
}
*(char **)(param_1 + 0x18) = pcVar1 + 1;
param_2 = (int)*pcVar1;
}
if (param_2 == 0x68) {
FUN_00265490(param_1 + 0x18);
}
else {
if (param_2 != 0x76) {
return 0;
}
FUN_00265490(param_1 + 0x18);
if (**(char **)(param_1 + 0x18) != '_') {
return 0;
}
*(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;
FUN_00265490();
}
if (**(char **)(param_1 + 0x18) != '_') {
return 0;
}
*(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;
return 1;
}
|
PUSH RBP
PUSH RBX
MOV RBX,RDI
TEST ESI,ESI
JNZ 0x00265a3b
MOV RAX,qword ptr [RDI + 0x18]
CMP byte ptr [RAX],0x0
JNZ 0x00265a30
XOR EAX,EAX
POP RBX
POP RBP
RET
LEA RDX,[RAX + 0x1]
MOV qword ptr [RDI + 0x18],RDX
MOVSX ESI,byte ptr [RAX]
CMP ESI,0x68
JZ 0x00265a80
CMP ESI,0x76
JNZ 0x00265a22
LEA RBP,[RBX + 0x18]
MOV RDI,RBP
CALL 0x00265490
MOV RAX,qword ptr [RBX + 0x18]
CMP byte ptr [RAX],0x5f
JNZ 0x00265a22
ADD RAX,0x1
MOV qword ptr [RBX + 0x18],RAX
CALL 0x00265490
MOV RAX,qword ptr [RBX + 0x18]
CMP byte ptr [RAX],0x5f
JNZ 0x00265a22
ADD RAX,0x1
MOV qword ptr [RBX + 0x18],RAX
MOV EAX,0x1
POP RBX
POP RBP
RET
LEA RDI,[RBX + 0x18]
CALL 0x00265490
JMP 0x00265a67
| null | null | null | null |
[('const-0', u'COPY_-1204200561'), (u'PTRADD_-1204200642', u'STORE_-1204200691'), ('const-433', u'STORE_-1204200744'), (u'MULTIEQUAL_-1204200508', u'INT_NOTEQUAL_-1204200805'), ('const-118', u'INT_NOTEQUAL_-1204200805'), ('tmp_222', u'CBRANCH_-1204200803'), ('tmp_87', u'CBRANCH_-1204200890'), ('const-24', u'PTRSUB_-1204200475'), ('const-24', u'PTRSUB_-1204200503'), (u'PTRSUB_-1204200457', u'CAST_-1204200451'), ('const-0', u'COPY_-1204200557'), ('const-0', u'INT_EQUAL_-1204200917'), (u'INDIRECT_-1204200542', u'CALL_-1204200733'), (u'LOAD_-1204200784', u'PTRADD_-1204200695'), ('tmp_190', u'CBRANCH_-1204200820'), ('tmp_460', u'INT_EQUAL_-1204200917'), ('const-0', u'INT_EQUAL_-1204200893'), ('const-104', u'INT_EQUAL_-1204200822'), (u'COPY_-1204200681', u'RETURN_-1204200858'), (u'LOAD_-1204200842', u'INT_SEXT_-1204200825'), ('tmp_280', u'CBRANCH_-1204200760'), ('tmp_459', u'PTRSUB_-1204200503'), (u'COPY_-1204200559', u'RETURN_-1204200549'), ('const-95', u'INT_NOTEQUAL_-1204200762'), (u'PTRSUB_-1204200393', u'CAST_-1204200389'), (u'INT_NOTEQUAL_-1204200805', u'CBRANCH_-1204200803'), ('const-433', u'LOAD_-1204200778'), ('const-0', u'COPY_-1204200559'), ('const-95', u'INT_NOTEQUAL_-1204200709'), ('const-24', u'PTRSUB_-1204200406'), ('tmp_459', u'PTRSUB_-1204200457'), ('const-1', u'PTRADD_-1204200792'), ('const-24', u'PTRSUB_-1204200393'), (u'INT_NOTEQUAL_-1204200762', u'CBRANCH_-1204200760'), ('const-433', u'LOAD_-1204200914'), ('const-1', u'PTRADD_-1204200642'), ('const-433', u'STORE_-1204200691'), ('const-433', u'LOAD_-1204200731'), ('const-0', u'COPY_-1204200681'), ('const-0', u'RETURN_-1204200547'), ('tmp_459', u'PTRSUB_-1204200475'), (u'INT_SEXT_-1204200825', u'MULTIEQUAL_-1204200508'), (u'LOAD_-1204200778', u'INT_NOTEQUAL_-1204200762'), (u'INT_NOTEQUAL_-1204200709', u'CBRANCH_-1204200707'), ('tmp_459', u'PTRSUB_-1204200420'), ('const-24', u'PTRSUB_-1204200430'), (u'PTRSUB_-1204200420', u'LOAD_-1204200731'), (u'PTRADD_-1204200695', u'STORE_-1204200744'), (u'LOAD_-1204200914', u'LOAD_-1204200908'), (u'LOAD_-1204200784', u'LOAD_-1204200778'), ('const-1', u'PTRADD_-1204200642'), (u'PTRSUB_-1204200406', u'STORE_-1204200691'), (u'PTRSUB_-1204200503', u'LOAD_-1204200914'), ('const-24', u'PTRSUB_-1204200444'), ('const-433', u'LOAD_-1204200784'), (u'CAST_-1204200389', u'CALL_-1204200654'), (u'INT_EQUAL_-1204200893', u'CBRANCH_-1204200890'), (u'COPY_-1204200561', u'RETURN_-1204200551'), ('const-1', u'PTRADD_-1204200695'), ('tmp_459', u'PTRSUB_-1204200444'), ('tmp_459', u'PTRSUB_-1204200430'), ('const-433', u'LOAD_-1204200908'), ('tmp_459', u'PTRSUB_-1204200406'), (u'MULTIEQUAL_-1204200508', u'INT_EQUAL_-1204200822'), ('tmp_460', u'MULTIEQUAL_-1204200508'), (u'PTRSUB_-1204200475', u'STORE_-1204200846'), ('const-433', u'STORE_-1204200846'), (u'LOAD_-1204200725', u'INT_NOTEQUAL_-1204200709'), (u'LOAD_-1204200731', u'LOAD_-1204200725'), ('tmp_459', u'PTRSUB_-1204200393'), ('const-24', u'PTRSUB_-1204200420'), ('const-24', u'PTRSUB_-1204200457'), ('tmp_44', u'CBRANCH_-1204200915'), (u'LOAD_-1204200731', u'PTRADD_-1204200642'), (u'LOAD_-1204200914', u'PTRADD_-1204200792'), ('const-433', u'LOAD_-1204200725'), ('const-0', u'RETURN_-1204200858'), ('tmp_443', u'BRANCH_-1204200651'), (u'CALL_-1204200786', u'INDIRECT_-1204200542'), ('const-0', u'RETURN_-1204200661'), (u'CAST_-1204200451', u'CALL_-1204200786'), (u'LOAD_-1204200908', u'INT_EQUAL_-1204200893'), (u'LOAD_-1204200914', u'LOAD_-1204200842'), (u'COPY_-1204200591', u'RETURN_-1204200661'), (u'PTRSUB_-1204200444', u'LOAD_-1204200784'), (u'COPY_-1204200557', u'RETURN_-1204200547'), ('const-0', u'RETURN_-1204200551'), (u'PTRADD_-1204200792', u'STORE_-1204200846'), ('const-0', u'RETURN_-1204200549'), ('const-433', u'LOAD_-1204200842'), ('const-1', u'PTRADD_-1204200695'), (u'PTRSUB_-1204200430', u'STORE_-1204200744'), ('const-1', u'COPY_-1204200591'), (u'INT_EQUAL_-1204200917', u'CBRANCH_-1204200915'), ('tmp_365', u'CBRANCH_-1204200707'), (u'INT_EQUAL_-1204200822', u'CBRANCH_-1204200820'), ('const-1', u'PTRADD_-1204200792')]
|
[('const-24', u'INT_ADD_-1204200715'), ('const-433', u'LOAD_-1204200778'), ('const-0', u'INT_EQUAL_-1204200893'), (u'PTRADD_-1204200642', u'STORE_-1204200691'), ('tmp_913', u'INT_ADD_-1204200650'), ('const-1', u'PTRADD_-1204200642'), ('const-433', u'LOAD_-1204200784'), ('tmp_222', u'CBRANCH_-1204200803'), ('tmp_87', u'CBRANCH_-1204200890'), (u'CAST_-1204200435', u'LOAD_-1204200731'), ('tmp_1061', u'INT_EQUAL_-1204200917'), ('const-118', u'INT_NOTEQUAL_-1204200805'), ('const-0', u'INT_EQUAL_-1204200917'), ('const-24', u'INT_ADD_-1204200898'), (u'LOAD_-1204200784', u'PTRADD_-1204200695'), ('tmp_190', u'CBRANCH_-1204200820'), ('const-433', u'STORE_-1204200691'), ('const-24', u'INT_ADD_-1204200730'), (u'LOAD_-1204200842', u'INT_SEXT_-1204200825'), ('tmp_280', u'CBRANCH_-1204200760'), (u'INT_NOTEQUAL_-1204200805', u'CBRANCH_-1204200803'), ('tmp_913', u'INT_ADD_-1204200768'), ('const-1', u'COPY_-1204200688'), ('const-0', u'COPY_-1204200888'), ('const-433', u'LOAD_-1204200842'), ('const-24', u'INT_ADD_-1204200832'), (u'INT_NOTEQUAL_-1204200762', u'CBRANCH_-1204200760'), ('const-433', u'LOAD_-1204200725'), ('const-1', u'PTRADD_-1204200642'), (u'LOAD_-1204200778', u'INT_NOTEQUAL_-1204200762'), (u'INT_NOTEQUAL_-1204200709', u'CBRANCH_-1204200707'), ('const-24', u'INT_ADD_-1204200650'), (u'INT_ADD_-1204200768', u'CAST_-1204200459'), ('const-95', u'INT_NOTEQUAL_-1204200762'), ('tmp_913', u'INT_ADD_-1204200898'), (u'PTRADD_-1204200695', u'STORE_-1204200744'), ('tmp_913', u'INT_ADD_-1204200832'), (u'LOAD_-1204200914', u'LOAD_-1204200908'), ('const-0', u'COPY_-1204200576'), (u'LOAD_-1204200784', u'LOAD_-1204200778'), ('const-433', u'STORE_-1204200744'), (u'CAST_-1204200489', u'STORE_-1204200846'), (u'CAST_-1204200459', u'LOAD_-1204200784'), (u'COPY_-1204200578', u'RETURN_-1204200564'), (u'INT_EQUAL_-1204200893', u'CBRANCH_-1204200890'), (u'INT_ADD_-1204200730', u'CAST_-1204200445'), ('const-433', u'LOAD_-1204200731'), (u'INT_ADD_-1204200650', u'CALL_-1204200654'), ('const-0', u'RETURN_-1204200564'), (u'INT_ADD_-1204200677', u'CAST_-1204200421'), (u'LOAD_-1204200725', u'INT_NOTEQUAL_-1204200709'), (u'LOAD_-1204200731', u'LOAD_-1204200725'), ('const-24', u'INT_ADD_-1204200786'), ('const-1', u'PTRADD_-1204200695'), (u'MULTIEQUAL_-1204200499', u'INT_EQUAL_-1204200822'), ('tmp_913', u'INT_ADD_-1204200677'), (u'CAST_-1204200517', u'LOAD_-1204200914'), (u'CAST_-1204200445', u'STORE_-1204200744'), (u'COPY_-1204200576', u'RETURN_-1204200562'), ('const-104', u'INT_EQUAL_-1204200822'), ('const-433', u'STORE_-1204200846'), ('tmp_44', u'CBRANCH_-1204200915'), (u'INT_ADD_-1204200898', u'CAST_-1204200517'), (u'LOAD_-1204200731', u'PTRADD_-1204200642'), ('const-24', u'INT_ADD_-1204200768'), ('tmp_913', u'INT_ADD_-1204200715'), ('const-0', u'RETURN_-1204200560'), (u'CAST_-1204200421', u'STORE_-1204200691'), ('tmp_913', u'INT_ADD_-1204200786'), (u'COPY_-1204200574', u'RETURN_-1204200560'), (u'COPY_-1204200888', u'RETURN_-1204200858'), (u'LOAD_-1204200914', u'PTRADD_-1204200792'), ('const-433', u'LOAD_-1204200908'), ('const-0', u'RETURN_-1204200858'), (u'INT_ADD_-1204200786', u'CALL_-1204200786'), ('tmp_443', u'BRANCH_-1204200651'), ('const-24', u'INT_ADD_-1204200677'), ('const-0', u'RETURN_-1204200661'), (u'LOAD_-1204200908', u'INT_EQUAL_-1204200893'), (u'COPY_-1204200688', u'RETURN_-1204200661'), (u'INT_ADD_-1204200832', u'CAST_-1204200489'), (u'LOAD_-1204200914', u'LOAD_-1204200842'), (u'INT_ADD_-1204200715', u'CAST_-1204200435'), (u'INT_SEXT_-1204200825', u'MULTIEQUAL_-1204200499'), ('tmp_913', u'INT_ADD_-1204200730'), ('const-95', u'INT_NOTEQUAL_-1204200709'), ('const-0', u'RETURN_-1204200562'), ('const-433', u'LOAD_-1204200914'), (u'PTRADD_-1204200792', u'STORE_-1204200846'), ('const-0', u'COPY_-1204200578'), ('const-1', u'PTRADD_-1204200695'), (u'INT_EQUAL_-1204200917', u'CBRANCH_-1204200915'), ('tmp_365', u'CBRANCH_-1204200707'), ('const-1', u'PTRADD_-1204200792'), (u'INT_EQUAL_-1204200822', u'CBRANCH_-1204200820'), ('const-1', u'PTRADD_-1204200792'), ('tmp_1061', u'MULTIEQUAL_-1204200499'), (u'MULTIEQUAL_-1204200499', u'INT_NOTEQUAL_-1204200805'), ('const-0', u'COPY_-1204200574')]
| null | null |
00265a10
|
x64
|
O2
|
(translation_unit "undefined8 FUN_00265a10(long param_1,int param_2)\n\n{\n char *pcVar1;\n \n if (param_2 == 0) {\n pcVar1 = *(char **)(param_1 + 0x18);\n if (*pcVar1 == '\0') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = pcVar1 + 1;\n param_2 = (int)*pcVar1;\n }\n if (param_2 == 0x68) {\n FUN_00265490(param_1 + 0x18);\n }\n else {\n if (param_2 != 0x76) {\n return 0;\n }\n FUN_00265490(param_1 + 0x18);\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n FUN_00265490();\n }\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n return 1;\n}\n\n" (function_definition "undefined8 FUN_00265a10(long param_1,int param_2)\n\n{\n char *pcVar1;\n \n if (param_2 == 0) {\n pcVar1 = *(char **)(param_1 + 0x18);\n if (*pcVar1 == '\0') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = pcVar1 + 1;\n param_2 = (int)*pcVar1;\n }\n if (param_2 == 0x68) {\n FUN_00265490(param_1 + 0x18);\n }\n else {\n if (param_2 != 0x76) {\n return 0;\n }\n FUN_00265490(param_1 + 0x18);\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n FUN_00265490();\n }\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n return 1;\n}" type_identifier (function_declarator "FUN_00265a10(long param_1,int param_2)" identifier (parameter_list "(long param_1,int param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n char *pcVar1;\n \n if (param_2 == 0) {\n pcVar1 = *(char **)(param_1 + 0x18);\n if (*pcVar1 == '\0') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = pcVar1 + 1;\n param_2 = (int)*pcVar1;\n }\n if (param_2 == 0x68) {\n FUN_00265490(param_1 + 0x18);\n }\n else {\n if (param_2 != 0x76) {\n return 0;\n }\n FUN_00265490(param_1 + 0x18);\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n FUN_00265490();\n }\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n return 1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (if_statement "if (param_2 == 0) {\n pcVar1 = *(char **)(param_1 + 0x18);\n if (*pcVar1 == '\0') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = pcVar1 + 1;\n param_2 = (int)*pcVar1;\n }" if (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )) (compound_statement "{\n pcVar1 = *(char **)(param_1 + 0x18);\n if (*pcVar1 == '\0') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = pcVar1 + 1;\n param_2 = (int)*pcVar1;\n }" { (expression_statement "pcVar1 = *(char **)(param_1 + 0x18);" (assignment_expression "pcVar1 = *(char **)(param_1 + 0x18)" identifier = (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (*pcVar1 == '\0') {\n return 0;\n }" if (parenthesized_expression "(*pcVar1 == '\0')" ( (binary_expression "*pcVar1 == '\0'" (pointer_expression "*pcVar1" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "*(char **)(param_1 + 0x18) = pcVar1 + 1;" (assignment_expression "*(char **)(param_1 + 0x18) = pcVar1 + 1" (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = (binary_expression "pcVar1 + 1" identifier + number_literal)) ;) (expression_statement "param_2 = (int)*pcVar1;" (assignment_expression "param_2 = (int)*pcVar1" identifier = (cast_expression "(int)*pcVar1" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*pcVar1" * identifier))) ;) })) (if_statement "if (param_2 == 0x68) {\n FUN_00265490(param_1 + 0x18);\n }\n else {\n if (param_2 != 0x76) {\n return 0;\n }\n FUN_00265490(param_1 + 0x18);\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n FUN_00265490();\n }" if (parenthesized_expression "(param_2 == 0x68)" ( (binary_expression "param_2 == 0x68" identifier == number_literal) )) (compound_statement "{\n FUN_00265490(param_1 + 0x18);\n }" { (expression_statement "FUN_00265490(param_1 + 0x18);" (call_expression "FUN_00265490(param_1 + 0x18)" identifier (argument_list "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))) ;) }) (else_clause "else {\n if (param_2 != 0x76) {\n return 0;\n }\n FUN_00265490(param_1 + 0x18);\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n FUN_00265490();\n }" else (compound_statement "{\n if (param_2 != 0x76) {\n return 0;\n }\n FUN_00265490(param_1 + 0x18);\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n FUN_00265490();\n }" { (if_statement "if (param_2 != 0x76) {\n return 0;\n }" if (parenthesized_expression "(param_2 != 0x76)" ( (binary_expression "param_2 != 0x76" identifier != number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "FUN_00265490(param_1 + 0x18);" (call_expression "FUN_00265490(param_1 + 0x18)" identifier (argument_list "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))) ;) (if_statement "if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }" if (parenthesized_expression "(**(char **)(param_1 + 0x18) != '_')" ( (binary_expression "**(char **)(param_1 + 0x18) != '_'" (pointer_expression "**(char **)(param_1 + 0x18)" * (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) != (char_literal "'_'" ' character ')) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "*(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;" (assignment_expression "*(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1" (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = (binary_expression "*(char **)(param_1 + 0x18) + 1" (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) + number_literal)) ;) (expression_statement "FUN_00265490();" (call_expression "FUN_00265490()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }" if (parenthesized_expression "(**(char **)(param_1 + 0x18) != '_')" ( (binary_expression "**(char **)(param_1 + 0x18) != '_'" (pointer_expression "**(char **)(param_1 + 0x18)" * (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) != (char_literal "'_'" ' character ')) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "*(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;" (assignment_expression "*(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1" (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = (binary_expression "*(char **)(param_1 + 0x18) + 1" (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) + number_literal)) ;) (return_statement "return 1;" return number_literal ;) })))
|
(translation_unit "int d_call_offset(d_info *di,int c)\n\n{\n char *pcVar1;\n d_info *di_00;\n \n if (c == 0) {\n pcVar1 = di->n;\n if (*pcVar1 == '\0') {\n return 0;\n }\n di->n = pcVar1 + 1;\n c = (int)*pcVar1;\n }\n if (c == 0x68) {\n d_number((d_info *)&di->n);\n }\n else {\n if (c != 0x76) {\n return 0;\n }\n di_00 = (d_info *)&di->n;\n d_number(di_00);\n if (*di->n != '_') {\n return 0;\n }\n di->n = di->n + 1;\n d_number(di_00);\n }\n if (*di->n != '_') {\n return 0;\n }\n di->n = di->n + 1;\n return 1;\n}\n\n" (function_definition "int d_call_offset(d_info *di,int c)\n\n{\n char *pcVar1;\n d_info *di_00;\n \n if (c == 0) {\n pcVar1 = di->n;\n if (*pcVar1 == '\0') {\n return 0;\n }\n di->n = pcVar1 + 1;\n c = (int)*pcVar1;\n }\n if (c == 0x68) {\n d_number((d_info *)&di->n);\n }\n else {\n if (c != 0x76) {\n return 0;\n }\n di_00 = (d_info *)&di->n;\n d_number(di_00);\n if (*di->n != '_') {\n return 0;\n }\n di->n = di->n + 1;\n d_number(di_00);\n }\n if (*di->n != '_') {\n return 0;\n }\n di->n = di->n + 1;\n return 1;\n}" primitive_type (function_declarator "d_call_offset(d_info *di,int c)" identifier (parameter_list "(d_info *di,int c)" ( (parameter_declaration "d_info *di" type_identifier (pointer_declarator "*di" * identifier)) , (parameter_declaration "int c" primitive_type identifier) ))) (compound_statement "{\n char *pcVar1;\n d_info *di_00;\n \n if (c == 0) {\n pcVar1 = di->n;\n if (*pcVar1 == '\0') {\n return 0;\n }\n di->n = pcVar1 + 1;\n c = (int)*pcVar1;\n }\n if (c == 0x68) {\n d_number((d_info *)&di->n);\n }\n else {\n if (c != 0x76) {\n return 0;\n }\n di_00 = (d_info *)&di->n;\n d_number(di_00);\n if (*di->n != '_') {\n return 0;\n }\n di->n = di->n + 1;\n d_number(di_00);\n }\n if (*di->n != '_') {\n return 0;\n }\n di->n = di->n + 1;\n return 1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "d_info *di_00;" type_identifier (pointer_declarator "*di_00" * identifier) ;) (if_statement "if (c == 0) {\n pcVar1 = di->n;\n if (*pcVar1 == '\0') {\n return 0;\n }\n di->n = pcVar1 + 1;\n c = (int)*pcVar1;\n }" if (parenthesized_expression "(c == 0)" ( (binary_expression "c == 0" identifier == number_literal) )) (compound_statement "{\n pcVar1 = di->n;\n if (*pcVar1 == '\0') {\n return 0;\n }\n di->n = pcVar1 + 1;\n c = (int)*pcVar1;\n }" { (expression_statement "pcVar1 = di->n;" (assignment_expression "pcVar1 = di->n" identifier = (field_expression "di->n" identifier -> field_identifier)) ;) (if_statement "if (*pcVar1 == '\0') {\n return 0;\n }" if (parenthesized_expression "(*pcVar1 == '\0')" ( (binary_expression "*pcVar1 == '\0'" (pointer_expression "*pcVar1" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "di->n = pcVar1 + 1;" (assignment_expression "di->n = pcVar1 + 1" (field_expression "di->n" identifier -> field_identifier) = (binary_expression "pcVar1 + 1" identifier + number_literal)) ;) (expression_statement "c = (int)*pcVar1;" (assignment_expression "c = (int)*pcVar1" identifier = (cast_expression "(int)*pcVar1" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*pcVar1" * identifier))) ;) })) (if_statement "if (c == 0x68) {\n d_number((d_info *)&di->n);\n }\n else {\n if (c != 0x76) {\n return 0;\n }\n di_00 = (d_info *)&di->n;\n d_number(di_00);\n if (*di->n != '_') {\n return 0;\n }\n di->n = di->n + 1;\n d_number(di_00);\n }" if (parenthesized_expression "(c == 0x68)" ( (binary_expression "c == 0x68" identifier == number_literal) )) (compound_statement "{\n d_number((d_info *)&di->n);\n }" { (expression_statement "d_number((d_info *)&di->n);" (call_expression "d_number((d_info *)&di->n)" identifier (argument_list "((d_info *)&di->n)" ( (cast_expression "(d_info *)&di->n" ( (type_descriptor "d_info *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&di->n" & (field_expression "di->n" identifier -> field_identifier))) ))) ;) }) (else_clause "else {\n if (c != 0x76) {\n return 0;\n }\n di_00 = (d_info *)&di->n;\n d_number(di_00);\n if (*di->n != '_') {\n return 0;\n }\n di->n = di->n + 1;\n d_number(di_00);\n }" else (compound_statement "{\n if (c != 0x76) {\n return 0;\n }\n di_00 = (d_info *)&di->n;\n d_number(di_00);\n if (*di->n != '_') {\n return 0;\n }\n di->n = di->n + 1;\n d_number(di_00);\n }" { (if_statement "if (c != 0x76) {\n return 0;\n }" if (parenthesized_expression "(c != 0x76)" ( (binary_expression "c != 0x76" identifier != number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "di_00 = (d_info *)&di->n;" (assignment_expression "di_00 = (d_info *)&di->n" identifier = (cast_expression "(d_info *)&di->n" ( (type_descriptor "d_info *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&di->n" & (field_expression "di->n" identifier -> field_identifier)))) ;) (expression_statement "d_number(di_00);" (call_expression "d_number(di_00)" identifier (argument_list "(di_00)" ( identifier ))) ;) (if_statement "if (*di->n != '_') {\n return 0;\n }" if (parenthesized_expression "(*di->n != '_')" ( (binary_expression "*di->n != '_'" (pointer_expression "*di->n" * (field_expression "di->n" identifier -> field_identifier)) != (char_literal "'_'" ' character ')) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "di->n = di->n + 1;" (assignment_expression "di->n = di->n + 1" (field_expression "di->n" identifier -> field_identifier) = (binary_expression "di->n + 1" (field_expression "di->n" identifier -> field_identifier) + number_literal)) ;) (expression_statement "d_number(di_00);" (call_expression "d_number(di_00)" identifier (argument_list "(di_00)" ( identifier ))) ;) }))) (if_statement "if (*di->n != '_') {\n return 0;\n }" if (parenthesized_expression "(*di->n != '_')" ( (binary_expression "*di->n != '_'" (pointer_expression "*di->n" * (field_expression "di->n" identifier -> field_identifier)) != (char_literal "'_'" ' character ')) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "di->n = di->n + 1;" (assignment_expression "di->n = di->n + 1" (field_expression "di->n" identifier -> field_identifier) = (binary_expression "di->n + 1" (field_expression "di->n" identifier -> field_identifier) + number_literal)) ;) (return_statement "return 1;" return number_literal ;) })))
|
(translation_unit "undefined8 FUN_00265a10(long param_1,int param_2)\n\n{\n char *pcVar1;\n \n if (param_2 == 0) {\n pcVar1 = *(char **)(param_1 + 0x18);\n if (*pcVar1 == '\0') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = pcVar1 + 1;\n param_2 = (int)*pcVar1;\n }\n if (param_2 == 0x68) {\n FUN_00265490(param_1 + 0x18);\n }\n else {\n if (param_2 != 0x76) {\n return 0;\n }\n FUN_00265490(param_1 + 0x18);\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n FUN_00265490();\n }\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n return 1;\n}\n\n" (function_definition "undefined8 FUN_00265a10(long param_1,int param_2)\n\n{\n char *pcVar1;\n \n if (param_2 == 0) {\n pcVar1 = *(char **)(param_1 + 0x18);\n if (*pcVar1 == '\0') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = pcVar1 + 1;\n param_2 = (int)*pcVar1;\n }\n if (param_2 == 0x68) {\n FUN_00265490(param_1 + 0x18);\n }\n else {\n if (param_2 != 0x76) {\n return 0;\n }\n FUN_00265490(param_1 + 0x18);\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n FUN_00265490();\n }\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n return 1;\n}" type_identifier (function_declarator "FUN_00265a10(long param_1,int param_2)" identifier (parameter_list "(long param_1,int param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n char *pcVar1;\n \n if (param_2 == 0) {\n pcVar1 = *(char **)(param_1 + 0x18);\n if (*pcVar1 == '\0') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = pcVar1 + 1;\n param_2 = (int)*pcVar1;\n }\n if (param_2 == 0x68) {\n FUN_00265490(param_1 + 0x18);\n }\n else {\n if (param_2 != 0x76) {\n return 0;\n }\n FUN_00265490(param_1 + 0x18);\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n FUN_00265490();\n }\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n return 1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (if_statement "if (param_2 == 0) {\n pcVar1 = *(char **)(param_1 + 0x18);\n if (*pcVar1 == '\0') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = pcVar1 + 1;\n param_2 = (int)*pcVar1;\n }" if (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )) (compound_statement "{\n pcVar1 = *(char **)(param_1 + 0x18);\n if (*pcVar1 == '\0') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = pcVar1 + 1;\n param_2 = (int)*pcVar1;\n }" { (expression_statement "pcVar1 = *(char **)(param_1 + 0x18);" (assignment_expression "pcVar1 = *(char **)(param_1 + 0x18)" identifier = (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (*pcVar1 == '\0') {\n return 0;\n }" if (parenthesized_expression "(*pcVar1 == '\0')" ( (binary_expression "*pcVar1 == '\0'" (pointer_expression "*pcVar1" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "*(char **)(param_1 + 0x18) = pcVar1 + 1;" (assignment_expression "*(char **)(param_1 + 0x18) = pcVar1 + 1" (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = (binary_expression "pcVar1 + 1" identifier + number_literal)) ;) (expression_statement "param_2 = (int)*pcVar1;" (assignment_expression "param_2 = (int)*pcVar1" identifier = (cast_expression "(int)*pcVar1" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*pcVar1" * identifier))) ;) })) (if_statement "if (param_2 == 0x68) {\n FUN_00265490(param_1 + 0x18);\n }\n else {\n if (param_2 != 0x76) {\n return 0;\n }\n FUN_00265490(param_1 + 0x18);\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n FUN_00265490();\n }" if (parenthesized_expression "(param_2 == 0x68)" ( (binary_expression "param_2 == 0x68" identifier == number_literal) )) (compound_statement "{\n FUN_00265490(param_1 + 0x18);\n }" { (expression_statement "FUN_00265490(param_1 + 0x18);" (call_expression "FUN_00265490(param_1 + 0x18)" identifier (argument_list "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))) ;) }) (else_clause "else {\n if (param_2 != 0x76) {\n return 0;\n }\n FUN_00265490(param_1 + 0x18);\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n FUN_00265490();\n }" else (compound_statement "{\n if (param_2 != 0x76) {\n return 0;\n }\n FUN_00265490(param_1 + 0x18);\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n FUN_00265490();\n }" { (if_statement "if (param_2 != 0x76) {\n return 0;\n }" if (parenthesized_expression "(param_2 != 0x76)" ( (binary_expression "param_2 != 0x76" identifier != number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "FUN_00265490(param_1 + 0x18);" (call_expression "FUN_00265490(param_1 + 0x18)" identifier (argument_list "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))) ;) (if_statement "if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }" if (parenthesized_expression "(**(char **)(param_1 + 0x18) != '_')" ( (binary_expression "**(char **)(param_1 + 0x18) != '_'" (pointer_expression "**(char **)(param_1 + 0x18)" * (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) != (char_literal "'_'" ' character ')) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "*(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;" (assignment_expression "*(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1" (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = (binary_expression "*(char **)(param_1 + 0x18) + 1" (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) + number_literal)) ;) (expression_statement "FUN_00265490();" (call_expression "FUN_00265490()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }" if (parenthesized_expression "(**(char **)(param_1 + 0x18) != '_')" ( (binary_expression "**(char **)(param_1 + 0x18) != '_'" (pointer_expression "**(char **)(param_1 + 0x18)" * (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) != (char_literal "'_'" ' character ')) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "*(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;" (assignment_expression "*(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1" (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = (binary_expression "*(char **)(param_1 + 0x18) + 1" (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) + number_literal)) ;) (return_statement "return 1;" return number_literal ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * 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 (pointer_expression * IDENT) == (char_literal ' escape_sequence ')) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (pointer_expression * IDENT))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (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 + LIT) ))))) != (char_literal ' character ')) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) (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 + LIT) ))))) != (char_literal ' character ')) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) ;) (return_statement return LIT ;) })))
|
(function_definition "undefined8 FUN_00265a10(long param_1,int param_2)\n\n{\n char *pcVar1;\n \n if (param_2 == 0) {\n pcVar1 = *(char **)(param_1 + 0x18);\n if (*pcVar1 == '\0') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = pcVar1 + 1;\n param_2 = (int)*pcVar1;\n }\n if (param_2 == 0x68) {\n FUN_00265490(param_1 + 0x18);\n }\n else {\n if (param_2 != 0x76) {\n return 0;\n }\n FUN_00265490(param_1 + 0x18);\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n FUN_00265490();\n }\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n return 1;\n}" (type_identifier "undefined8") (function_declarator "FUN_00265a10(long param_1,int param_2)" (identifier "FUN_00265a10") (parameter_list "(long param_1,int param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n char *pcVar1;\n \n if (param_2 == 0) {\n pcVar1 = *(char **)(param_1 + 0x18);\n if (*pcVar1 == '\0') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = pcVar1 + 1;\n param_2 = (int)*pcVar1;\n }\n if (param_2 == 0x68) {\n FUN_00265490(param_1 + 0x18);\n }\n else {\n if (param_2 != 0x76) {\n return 0;\n }\n FUN_00265490(param_1 + 0x18);\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n FUN_00265490();\n }\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n return 1;\n}" ({ "{") (declaration "char *pcVar1;" (primitive_type "char") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (if_statement "if (param_2 == 0) {\n pcVar1 = *(char **)(param_1 + 0x18);\n if (*pcVar1 == '\0') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = pcVar1 + 1;\n param_2 = (int)*pcVar1;\n }" (if "if") (parenthesized_expression "(param_2 == 0)" (( "(") (binary_expression "param_2 == 0" (identifier "param_2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n pcVar1 = *(char **)(param_1 + 0x18);\n if (*pcVar1 == '\0') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = pcVar1 + 1;\n param_2 = (int)*pcVar1;\n }" ({ "{") (expression_statement "pcVar1 = *(char **)(param_1 + 0x18);" (assignment_expression "pcVar1 = *(char **)(param_1 + 0x18)" (identifier "pcVar1") (= "=") (pointer_expression "*(char **)(param_1 + 0x18)" (* "*") (cast_expression "(char **)(param_1 + 0x18)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if (*pcVar1 == '\0') {\n return 0;\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 return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "*(char **)(param_1 + 0x18) = pcVar1 + 1;" (assignment_expression "*(char **)(param_1 + 0x18) = pcVar1 + 1" (pointer_expression "*(char **)(param_1 + 0x18)" (* "*") (cast_expression "(char **)(param_1 + 0x18)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (= "=") (binary_expression "pcVar1 + 1" (identifier "pcVar1") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "param_2 = (int)*pcVar1;" (assignment_expression "param_2 = (int)*pcVar1" (identifier "param_2") (= "=") (cast_expression "(int)*pcVar1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (pointer_expression "*pcVar1" (* "*") (identifier "pcVar1")))) (; ";")) (} "}"))) (if_statement "if (param_2 == 0x68) {\n FUN_00265490(param_1 + 0x18);\n }\n else {\n if (param_2 != 0x76) {\n return 0;\n }\n FUN_00265490(param_1 + 0x18);\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n FUN_00265490();\n }" (if "if") (parenthesized_expression "(param_2 == 0x68)" (( "(") (binary_expression "param_2 == 0x68" (identifier "param_2") (== "==") (number_literal "0x68")) () ")")) (compound_statement "{\n FUN_00265490(param_1 + 0x18);\n }" ({ "{") (expression_statement "FUN_00265490(param_1 + 0x18);" (call_expression "FUN_00265490(param_1 + 0x18)" (identifier "FUN_00265490") (argument_list "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")"))) (; ";")) (} "}")) (else_clause "else {\n if (param_2 != 0x76) {\n return 0;\n }\n FUN_00265490(param_1 + 0x18);\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n FUN_00265490();\n }" (else "else") (compound_statement "{\n if (param_2 != 0x76) {\n return 0;\n }\n FUN_00265490(param_1 + 0x18);\n if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;\n FUN_00265490();\n }" ({ "{") (if_statement "if (param_2 != 0x76) {\n return 0;\n }" (if "if") (parenthesized_expression "(param_2 != 0x76)" (( "(") (binary_expression "param_2 != 0x76" (identifier "param_2") (!= "!=") (number_literal "0x76")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "FUN_00265490(param_1 + 0x18);" (call_expression "FUN_00265490(param_1 + 0x18)" (identifier "FUN_00265490") (argument_list "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")"))) (; ";")) (if_statement "if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }" (if "if") (parenthesized_expression "(**(char **)(param_1 + 0x18) != '_')" (( "(") (binary_expression "**(char **)(param_1 + 0x18) != '_'" (pointer_expression "**(char **)(param_1 + 0x18)" (* "*") (pointer_expression "*(char **)(param_1 + 0x18)" (* "*") (cast_expression "(char **)(param_1 + 0x18)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")"))))) (!= "!=") (char_literal "'_'" (' "'") (character "_") (' "'"))) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "*(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;" (assignment_expression "*(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1" (pointer_expression "*(char **)(param_1 + 0x18)" (* "*") (cast_expression "(char **)(param_1 + 0x18)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (= "=") (binary_expression "*(char **)(param_1 + 0x18) + 1" (pointer_expression "*(char **)(param_1 + 0x18)" (* "*") (cast_expression "(char **)(param_1 + 0x18)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "FUN_00265490();" (call_expression "FUN_00265490()" (identifier "FUN_00265490") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (if_statement "if (**(char **)(param_1 + 0x18) != '_') {\n return 0;\n }" (if "if") (parenthesized_expression "(**(char **)(param_1 + 0x18) != '_')" (( "(") (binary_expression "**(char **)(param_1 + 0x18) != '_'" (pointer_expression "**(char **)(param_1 + 0x18)" (* "*") (pointer_expression "*(char **)(param_1 + 0x18)" (* "*") (cast_expression "(char **)(param_1 + 0x18)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")"))))) (!= "!=") (char_literal "'_'" (' "'") (character "_") (' "'"))) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "*(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;" (assignment_expression "*(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1" (pointer_expression "*(char **)(param_1 + 0x18)" (* "*") (cast_expression "(char **)(param_1 + 0x18)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (= "=") (binary_expression "*(char **)(param_1 + 0x18) + 1" (pointer_expression "*(char **)(param_1 + 0x18)" (* "*") (cast_expression "(char **)(param_1 + 0x18)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (+ "+") (number_literal "1"))) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}")))
|
int function_1(type_1 *di,int var_1)
{
char *var_2;
type_1 *di_00;
if (var_1 == 0) {
var_2 = di->n;
if (*var_2 == '\0') {
return 0;
}
di->n = var_2 + 1;
var_1 = (int)*var_2;
}
if (var_1 == 0x68) {
var_3((type_1 *)&di->n);
}
else {
if (var_1 != 0x76) {
return 0;
}
di_00 = (type_1 *)&di->n;
var_3(di_00);
if (*di->n != '_') {
return 0;
}
di->n = di->n + 1;
var_3(di_00);
}
if (*di->n != '_') {
return 0;
}
di->n = di->n + 1;
return 1;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (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: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator 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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (pointer_expression argument: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (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 (return_statement (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))) (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: (number_literal)))))) right: (char_literal (character)))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator 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 declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) (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: (number_literal)))))) right: (char_literal (character)))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator 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 declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (return_statement (number_literal)))))
| null |
undefined8 MASKED(long param_1,int param_2)
{
char *pcVar1;
if (param_2 == 0) {
pcVar1 = *(char **)(param_1 + 0x18);
if (*pcVar1 == '\0') {
return 0;
}
*(char **)(param_1 + 0x18) = pcVar1 + 1;
param_2 = (int)*pcVar1;
}
if (param_2 == 0x68) {
FUN_00265490(param_1 + 0x18);
}
else {
if (param_2 != 0x76) {
return 0;
}
FUN_00265490(param_1 + 0x18);
if (**(char **)(param_1 + 0x18) != '_') {
return 0;
}
*(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;
FUN_00265490();
}
if (**(char **)(param_1 + 0x18) != '_') {
return 0;
}
*(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;
return 1;
}
|
5008_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
|
add_absolute
|
FUN_0021e590
|
/* DWARF original prototype: void add_absolute(Output_data_reloc<9,_true,_64,_true> * this, uint
type, Output_data * od, Sized_relobj<64,_true> * relobj, uint shndx, Address address) */
void __thiscall
gold::Output_data_reloc<9,_true,_64,_true>::add_absolute
(Output_data_reloc<9,_true,_64,_true> *this,uint type,Output_data *od,
Sized_relobj<64,_true> *relobj,uint shndx,Address address)
{
Output_reloc<9,_true,_64,_true> OStack_48;
Output_reloc<9,_true,_64,_true>::Output_reloc(&OStack_48,type,relobj,shndx,address,false);
Output_data_reloc_base<9,_true,_64,_true>::add
(&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48);
return;
}
|
void FUN_0021e590(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined4 param_5,undefined8 param_6)
{
undefined1 auStack_48 [48];
FUN_00205a80(auStack_48,param_2,param_4,param_5,param_6,0);
FUN_0021dce0(param_1,param_3,auStack_48);
return;
}
|
PUSH R12
MOV R12,RDX
MOV RDX,RCX
MOV ECX,R8D
PUSH RBP
MOV R8,R9
MOV RBP,RDI
XOR R9D,R9D
PUSH RBX
SUB RSP,0x30
MOV RBX,RSP
MOV RDI,RBX
CALL 0x00205a80
MOV RDX,RBX
MOV RSI,R12
MOV RDI,RBP
CALL 0x0021dce0
ADD RSP,0x30
POP RBX
POP RBP
POP R12
RET
| null | null | null | null |
[('const--72', u'PTRSUB_-1203837321'), ('tmp_189', u'CALL_-1203837475'), ('tmp_191', u'CALL_-1203837475'), ('const-0', u'PTRSUB_-1203837296'), ('const-0', u'CALL_-1203837475'), (u'PTRSUB_-1203837296', u'CALL_-1203837455'), ('tmp_330', u'PTRSUB_-1203837321'), (u'PTRSUB_-1203837322', u'CALL_-1203837475'), ('tmp_330', u'PTRSUB_-1203837322'), (u'PTRSUB_-1203837321', u'CALL_-1203837455'), ('tmp_188', u'CALL_-1203837455'), ('const-0', u'RETURN_-1203837415'), ('tmp_186', u'PTRSUB_-1203837296'), ('const--72', u'PTRSUB_-1203837322'), ('tmp_187', u'CALL_-1203837475'), ('tmp_190', u'CALL_-1203837475')]
|
[('const--72', u'PTRSUB_-1203837329'), ('const--72', u'PTRSUB_-1203837328'), ('tmp_323', u'CALL_-1203837475'), ('tmp_319', u'CALL_-1203837455'), ('tmp_324', u'CALL_-1203837455'), ('tmp_320', u'CALL_-1203837475'), ('tmp_425', u'CALL_-1203837475'), ('tmp_318', u'PTRSUB_-1203837329'), ('tmp_318', u'PTRSUB_-1203837328'), ('tmp_327', u'CALL_-1203837475'), ('const-0', u'RETURN_-1203837415'), (u'PTRSUB_-1203837328', u'CALL_-1203837455'), ('const-0', u'CALL_-1203837475'), (u'PTRSUB_-1203837329', u'CALL_-1203837475')]
| null | null |
0021e590
|
x64
|
O2
|
(translation_unit "void FUN_0021e590(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined8 param_6)\n\n{\n undefined1 auStack_48 [48];\n \n FUN_00205a80(auStack_48,param_2,param_4,param_5,param_6,0);\n FUN_0021dce0(param_1,param_3,auStack_48);\n return;\n}\n\n" (function_definition "void FUN_0021e590(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined8 param_6)\n\n{\n undefined1 auStack_48 [48];\n \n FUN_00205a80(auStack_48,param_2,param_4,param_5,param_6,0);\n FUN_0021dce0(param_1,param_3,auStack_48);\n return;\n}" primitive_type (function_declarator "FUN_0021e590(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined8 param_6)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined8 param_6)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined8 param_6" type_identifier identifier) ))) (compound_statement "{\n undefined1 auStack_48 [48];\n \n FUN_00205a80(auStack_48,param_2,param_4,param_5,param_6,0);\n FUN_0021dce0(param_1,param_3,auStack_48);\n return;\n}" { (declaration "undefined1 auStack_48 [48];" type_identifier (array_declarator "auStack_48 [48]" identifier [ number_literal ]) ;) (expression_statement "FUN_00205a80(auStack_48,param_2,param_4,param_5,param_6,0);" (call_expression "FUN_00205a80(auStack_48,param_2,param_4,param_5,param_6,0)" identifier (argument_list "(auStack_48,param_2,param_4,param_5,param_6,0)" ( identifier , identifier , identifier , identifier , identifier , number_literal ))) ;) (expression_statement "FUN_0021dce0(param_1,param_3,auStack_48);" (call_expression "FUN_0021dce0(param_1,param_3,auStack_48)" identifier (argument_list "(param_1,param_3,auStack_48)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void add_absolute(Output_data_reloc<9,_true,_64,_true> * this, uint\n type, Output_data * od, Sized_relobj<64,_true> * relobj, uint shndx, Address address) */\n\nvoid __thiscall\ngold::Output_data_reloc<9,_true,_64,_true>::add_absolute\n (Output_data_reloc<9,_true,_64,_true> *this,uint type,Output_data *od,\n Sized_relobj<64,_true> *relobj,uint shndx,Address address)\n\n{\n Output_reloc<9,_true,_64,_true> OStack_48;\n \n Output_reloc<9,_true,_64,_true>::Output_reloc(&OStack_48,type,relobj,shndx,address,false);\n Output_data_reloc_base<9,_true,_64,_true>::add\n (&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48);\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Output_data_reloc<9,_true,_64,_true>::add_absolute\n (Output_data_reloc<9,_true,_64,_true> *this,uint type,Output_data *od,\n Sized_relobj<64,_true> *relobj,uint shndx,Address address)\n\n{\n Output_reloc<9,_true,_64,_true> OStack_48;" 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,_64,_true> *this,uint type,Output_data *od,\n Sized_relobj<64,_true> *relobj,uint shndx,Address address)\n\n{" identifier > : : (function_declarator "add_absolute\n (Output_data_reloc<9,_true,_64,_true> *this,uint type,Output_data *od,\n Sized_relobj<64,_true> *relobj,uint shndx,Address address)" identifier (parameter_list "(Output_data_reloc<9,_true,_64,_true> *this,uint type,Output_data *od,\n Sized_relobj<64,_true> *relobj,uint shndx,Address address)" ( (parameter_declaration "Output_data_reloc" type_identifier) (ERROR "<9" < number_literal) , (parameter_declaration "_true" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_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 "Sized_relobj" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_true> *relobj" type_identifier (ERROR ">" >) (pointer_declarator "*relobj" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) , (parameter_declaration "Address address" type_identifier identifier) ))) {) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_true>" identifier >) identifier ;) (expression_statement "Output_reloc<9,_true,_64,_true>::Output_reloc(&OStack_48,type,relobj,shndx,address,false);" (update_expression "Output_reloc<9,_true,_64,_true>::Output_reloc(&OStack_48,type,relobj,shndx,address,false)" (binary_expression "Output_reloc<9,_true,_64,_true>::Output_reloc(&OStack_48,type,relobj,shndx,address,false)" (binary_expression "Output_reloc<9" identifier < number_literal) (ERROR ",_true,_64,_true" , identifier , identifier , identifier) > (ERROR "::" : :) (call_expression "Output_reloc(&OStack_48,type,relobj,shndx,address,false)" identifier (argument_list "(&OStack_48,type,relobj,shndx,address,false)" ( (pointer_expression "&OStack_48" & identifier) , identifier , identifier , identifier , identifier , false )))) --) ;) (expression_statement "Output_data_reloc_base<9,_true,_64,_true>::add\n (&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48);" (update_expression "Output_data_reloc_base<9,_true,_64,_true>::add\n (&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48)" (binary_expression "Output_data_reloc_base<9,_true,_64,_true>::add\n (&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48)" (binary_expression "Output_data_reloc_base<9" identifier < number_literal) (ERROR ",_true,_64,_true" , identifier , identifier , identifier) > (ERROR "::" : :) (call_expression "add\n (&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48)" identifier (argument_list "(&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48)" ( (binary_expression "&this->super_Output_data_reloc_base<9" (pointer_expression "&this->super_Output_data_reloc_base" & (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier)) < number_literal) , identifier , identifier , identifier (ERROR ">" >) , identifier , (pointer_expression "&OStack_48" & identifier) )))) --) ;) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_0021e590(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined8 param_6)\n\n{\n undefined1 auStack_48 [48];\n \n FUN_00205a80(auStack_48,param_2,param_4,param_5,param_6,0);\n FUN_0021dce0(param_1,param_3,auStack_48);\n return;\n}\n\n" (function_definition "void FUN_0021e590(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined8 param_6)\n\n{\n undefined1 auStack_48 [48];\n \n FUN_00205a80(auStack_48,param_2,param_4,param_5,param_6,0);\n FUN_0021dce0(param_1,param_3,auStack_48);\n return;\n}" primitive_type (function_declarator "FUN_0021e590(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined8 param_6)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined8 param_6)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined8 param_6" type_identifier identifier) ))) (compound_statement "{\n undefined1 auStack_48 [48];\n \n FUN_00205a80(auStack_48,param_2,param_4,param_5,param_6,0);\n FUN_0021dce0(param_1,param_3,auStack_48);\n return;\n}" { (declaration "undefined1 auStack_48 [48];" type_identifier (array_declarator "auStack_48 [48]" identifier [ number_literal ]) ;) (expression_statement "FUN_00205a80(auStack_48,param_2,param_4,param_5,param_6,0);" (call_expression "FUN_00205a80(auStack_48,param_2,param_4,param_5,param_6,0)" identifier (argument_list "(auStack_48,param_2,param_4,param_5,param_6,0)" ( identifier , identifier , identifier , identifier , identifier , number_literal ))) ;) (expression_statement "FUN_0021dce0(param_1,param_3,auStack_48);" (call_expression "FUN_0021dce0(param_1,param_3,auStack_48)" identifier (argument_list "(param_1,param_3,auStack_48)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0021e590(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined8 param_6)\n\n{\n undefined1 auStack_48 [48];\n \n FUN_00205a80(auStack_48,param_2,param_4,param_5,param_6,0);\n FUN_0021dce0(param_1,param_3,auStack_48);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0021e590(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined8 param_6)" (identifier "FUN_0021e590") (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined8 param_6)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) (, ",") (parameter_declaration "undefined8 param_6" (type_identifier "undefined8") (identifier "param_6")) () ")"))) (compound_statement "{\n undefined1 auStack_48 [48];\n \n FUN_00205a80(auStack_48,param_2,param_4,param_5,param_6,0);\n FUN_0021dce0(param_1,param_3,auStack_48);\n return;\n}" ({ "{") (declaration "undefined1 auStack_48 [48];" (type_identifier "undefined1") (array_declarator "auStack_48 [48]" (identifier "auStack_48") ([ "[") (number_literal "48") (] "]")) (; ";")) (expression_statement "FUN_00205a80(auStack_48,param_2,param_4,param_5,param_6,0);" (call_expression "FUN_00205a80(auStack_48,param_2,param_4,param_5,param_6,0)" (identifier "FUN_00205a80") (argument_list "(auStack_48,param_2,param_4,param_5,param_6,0)" (( "(") (identifier "auStack_48") (, ",") (identifier "param_2") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "FUN_0021dce0(param_1,param_3,auStack_48);" (call_expression "FUN_0021dce0(param_1,param_3,auStack_48)" (identifier "FUN_0021dce0") (argument_list "(param_1,param_3,auStack_48)" (( "(") (identifier "param_1") (, ",") (identifier "param_3") (, ",") (identifier "auStack_48") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void add_absolute(Output_data_reloc<9,_true,_64,_true> * this, uint
type, Output_data * od, Sized_relobj<64,_true> * relobj, uint shndx, Address address) */
void __thiscall
gold::Output_data_reloc<9,_true,_64,_true>::add_absolute
(Output_data_reloc<9,_true,_64,_true> *this,uint type,Output_data *od,
Sized_relobj<64,_true> *relobj,uint shndx,Address address)
{
var_1<9,_true,_64,_true> OStack_48;
var_1<9,_true,_64,_true>::var_1(&OStack_48,type,relobj,shndx,address,false);
var_2<9,_true,_64,_true>::var_3
(&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (return_statement))))
| null |
void MASKED(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined4 param_5,undefined8 param_6)
{
undefined1 auStack_48 [48];
FUN_00205a80(auStack_48,param_2,param_4,param_5,param_6,0);
FUN_0021dce0(param_1,param_3,auStack_48);
return;
}
|
172_i686-gnu-strings_and_i686-gnu-strings_strip.c
|
access
|
access
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int access(char *__name,int __type)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* access@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int access(char *__name,int __type)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1206939182')]
|
[('const-1', u'RETURN_-1206939182')]
| null | null |
001091c8
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint access(char *__name,int __type)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int access(char *__name,int __type)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "access(char *__name,int __type)" identifier (parameter_list "(char *__name,int __type)" ( (parameter_declaration "char *__name" primitive_type (pointer_declarator "*__name" * identifier)) , (parameter_declaration "int __type" primitive_type identifier) ))) (compound_statement "{\n /* 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 access(char *__name,int __type)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* access@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int access(char *__name,int __type)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* access@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "access(char *__name,int __type)" identifier (parameter_list "(char *__name,int __type)" ( (parameter_declaration "char *__name" primitive_type (pointer_declarator "*__name" * identifier)) , (parameter_declaration "int __type" primitive_type identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* access@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "int access(char *__name,int __type)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int access(char *__name,int __type)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "access(char *__name,int __type)" identifier (parameter_list "(char *__name,int __type)" ( (parameter_declaration "char *__name" primitive_type (pointer_declarator "*__name" * identifier)) , (parameter_declaration "int __type" primitive_type identifier) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "int access(char *__name,int __type)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "access(char *__name,int __type)" (identifier "access") (parameter_list "(char *__name,int __type)" (( "(") (parameter_declaration "char *__name" (primitive_type "char") (pointer_declarator "*__name" (* "*") (identifier "__name"))) (, ",") (parameter_declaration "int __type" (primitive_type "int") (identifier "__type")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__name,int __type)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* access@@GLIBC_2.2.5 */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__name,int __type)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
76_ls_and_ls_strip.c
|
__fxstat
|
__fxstat
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __fxstat(int __ver,int __fildes,stat *__stat_buf)
{
int iVar1;
iVar1 = (*(code *)PTR___fxstat_00122260)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __fxstat(int __ver,int __fildes,stat *__stat_buf)
{
int iVar1;
iVar1 = (*(code *)PTR___fxstat_00122260)();
return iVar1;
}
|
JMP qword ptr [0x00122260]
| null | null | null | null |
[('const-0', u'RETURN_-1206958901'), (u'CALLIND_-1206958904', u'INDIRECT_-1206958840'), (u'INDIRECT_-1206958840', u'COPY_-1206958899'), (u'CALLIND_-1206958904', u'RETURN_-1206958901'), (u'CAST_-1206958835', u'CALLIND_-1206958904'), ('tmp_44', u'CAST_-1206958835')]
|
[('const-0', u'RETURN_-1206958901'), (u'CALLIND_-1206958904', u'INDIRECT_-1206958840'), (u'INDIRECT_-1206958840', u'COPY_-1206958899'), (u'CALLIND_-1206958904', u'RETURN_-1206958901'), (u'CAST_-1206958835', u'CALLIND_-1206958904'), ('tmp_44', u'CAST_-1206958835')]
| null | null |
001044c0
|
x64
|
O2
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___fxstat_00122260)();\n return iVar1;\n}\n\n" comment (function_definition "int __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___fxstat_00122260)();\n return iVar1;\n}" primitive_type (function_declarator "__fxstat(int __ver,int __fildes,stat *__stat_buf)" identifier (parameter_list "(int __ver,int __fildes,stat *__stat_buf)" ( (parameter_declaration "int __ver" primitive_type identifier) , (parameter_declaration "int __fildes" primitive_type identifier) , (parameter_declaration "stat *__stat_buf" type_identifier (pointer_declarator "*__stat_buf" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR___fxstat_00122260)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR___fxstat_00122260)();" (assignment_expression "iVar1 = (*(code *)PTR___fxstat_00122260)()" identifier = (call_expression "(*(code *)PTR___fxstat_00122260)()" (parenthesized_expression "(*(code *)PTR___fxstat_00122260)" ( (pointer_expression "*(code *)PTR___fxstat_00122260" * (cast_expression "(code *)PTR___fxstat_00122260" ( (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 __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___fxstat_00122260)();\n return iVar1;\n}\n\n" comment (function_definition "int __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___fxstat_00122260)();\n return iVar1;\n}" primitive_type (function_declarator "__fxstat(int __ver,int __fildes,stat *__stat_buf)" identifier (parameter_list "(int __ver,int __fildes,stat *__stat_buf)" ( (parameter_declaration "int __ver" primitive_type identifier) , (parameter_declaration "int __fildes" primitive_type identifier) , (parameter_declaration "stat *__stat_buf" type_identifier (pointer_declarator "*__stat_buf" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR___fxstat_00122260)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR___fxstat_00122260)();" (assignment_expression "iVar1 = (*(code *)PTR___fxstat_00122260)()" identifier = (call_expression "(*(code *)PTR___fxstat_00122260)()" (parenthesized_expression "(*(code *)PTR___fxstat_00122260)" ( (pointer_expression "*(code *)PTR___fxstat_00122260" * (cast_expression "(code *)PTR___fxstat_00122260" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit "int __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___fxstat_00122260)();\n return iVar1;\n}\n\n" (function_definition "int __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___fxstat_00122260)();\n return iVar1;\n}" primitive_type (function_declarator "__fxstat(int __ver,int __fildes,stat *__stat_buf)" identifier (parameter_list "(int __ver,int __fildes,stat *__stat_buf)" ( (parameter_declaration "int __ver" primitive_type identifier) , (parameter_declaration "int __fildes" primitive_type identifier) , (parameter_declaration "stat *__stat_buf" type_identifier (pointer_declarator "*__stat_buf" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR___fxstat_00122260)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR___fxstat_00122260)();" (assignment_expression "iVar1 = (*(code *)PTR___fxstat_00122260)()" identifier = (call_expression "(*(code *)PTR___fxstat_00122260)()" (parenthesized_expression "(*(code *)PTR___fxstat_00122260)" ( (pointer_expression "*(code *)PTR___fxstat_00122260" * (cast_expression "(code *)PTR___fxstat_00122260" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
|
(function_definition "int __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___fxstat_00122260)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "__fxstat(int __ver,int __fildes,stat *__stat_buf)" (identifier "__fxstat") (parameter_list "(int __ver,int __fildes,stat *__stat_buf)" (( "(") (parameter_declaration "int __ver" (primitive_type "int") (identifier "__ver")) (, ",") (parameter_declaration "int __fildes" (primitive_type "int") (identifier "__fildes")) (, ",") (parameter_declaration "stat *__stat_buf" (type_identifier "stat") (pointer_declarator "*__stat_buf" (* "*") (identifier "__stat_buf"))) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR___fxstat_00122260)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR___fxstat_00122260)();" (assignment_expression "iVar1 = (*(code *)PTR___fxstat_00122260)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR___fxstat_00122260)()" (parenthesized_expression "(*(code *)PTR___fxstat_00122260)" (( "(") (pointer_expression "*(code *)PTR___fxstat_00122260" (* "*") (cast_expression "(code *)PTR___fxstat_00122260" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR___fxstat_00122260"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __ver,int __fildes,type_1 *__stat_buf)
{
int iVar1;
iVar1 = (*(type_2 *)PTR___fxstat_00122260)();
return iVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
| null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __ver,int __fildes,stat *__stat_buf)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00122260)();
return iVar1;
}
|
1444_plink_and_plink_strip.c
|
socket
|
socket
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int socket(int __domain,int __type,int __protocol)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* socket@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int socket(int __domain,int __type,int __protocol)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1207479206')]
|
[('const-1', u'RETURN_-1207479206')]
| null | null |
00185450
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint socket(int __domain,int __type,int __protocol)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int socket(int __domain,int __type,int __protocol)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "socket(int __domain,int __type,int __protocol)" identifier (parameter_list "(int __domain,int __type,int __protocol)" ( (parameter_declaration "int __domain" primitive_type identifier) , (parameter_declaration "int __type" primitive_type identifier) , (parameter_declaration "int __protocol" 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 socket(int __domain,int __type,int __protocol)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* socket@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int socket(int __domain,int __type,int __protocol)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* socket@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "socket(int __domain,int __type,int __protocol)" identifier (parameter_list "(int __domain,int __type,int __protocol)" ( (parameter_declaration "int __domain" primitive_type identifier) , (parameter_declaration "int __type" primitive_type identifier) , (parameter_declaration "int __protocol" primitive_type identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* socket@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "int socket(int __domain,int __type,int __protocol)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int socket(int __domain,int __type,int __protocol)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "socket(int __domain,int __type,int __protocol)" identifier (parameter_list "(int __domain,int __type,int __protocol)" ( (parameter_declaration "int __domain" primitive_type identifier) , (parameter_declaration "int __type" primitive_type identifier) , (parameter_declaration "int __protocol" primitive_type identifier) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "int socket(int __domain,int __type,int __protocol)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "socket(int __domain,int __type,int __protocol)" (identifier "socket") (parameter_list "(int __domain,int __type,int __protocol)" (( "(") (parameter_declaration "int __domain" (primitive_type "int") (identifier "__domain")) (, ",") (parameter_declaration "int __type" (primitive_type "int") (identifier "__type")) (, ",") (parameter_declaration "int __protocol" (primitive_type "int") (identifier "__protocol")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __domain,int __type,int __protocol)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* socket@@GLIBC_2.2.5 */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __domain,int __type,int __protocol)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
180_base32_and_base32_strip.c
|
fileno
|
fileno
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fileno(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fileno@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fileno(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1206927038')]
|
[('const-1', u'RETURN_-1206927038')]
| null | null |
0010c138
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fileno(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int fileno(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "fileno(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fileno(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fileno@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int fileno(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fileno@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "fileno(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fileno@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "int fileno(FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fileno(FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fileno(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "int fileno(FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fileno(FILE *__stream)" (identifier "fileno") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fileno@@GLIBC_2.2.5 */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
641_aarch64-linux-gnu-objdump_and_aarch64-linux-gnu-objdump_strip.c
|
bfd_openr_next_archived_file
|
bfd_openr_next_archived_file
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_openr_next_archived_file(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_openr_next_archived_file(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1207262230')]
|
[('const-1', u'RETURN_-1207262230')]
| null | null |
0015a3e0
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_openr_next_archived_file(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_openr_next_archived_file(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_openr_next_archived_file(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_openr_next_archived_file(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_openr_next_archived_file(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_openr_next_archived_file(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void bfd_openr_next_archived_file(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_openr_next_archived_file(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_openr_next_archived_file(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void bfd_openr_next_archived_file(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_openr_next_archived_file(void)" (identifier "bfd_openr_next_archived_file") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
8764_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
|
use_facet<std::money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>>
|
FUN_002dcb20
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::money_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const&
std::use_facet<std::money_get<wchar_t, std::istreambuf_iterator<wchar_t,
std::char_traits<wchar_t> > > >(std::locale const&) */
money_get *
std::use_facet<std::money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>>
(locale *param_1)
{
long lVar1;
ulong uVar2;
money_get *pmVar3;
uVar2 = locale::id::_M_id((id *)&money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>
::id);
if ((uVar2 < *(ulong *)(*(long *)param_1 + 0x10)) &&
(lVar1 = *(long *)(*(long *)(*(long *)param_1 + 8) + uVar2 * 8), lVar1 != 0)) {
pmVar3 = (money_get *)
__dynamic_cast(lVar1,&locale::facet::typeinfo,
&money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>
::typeinfo,0);
if (pmVar3 != (money_get *)0x0) {
return pmVar3;
}
/* WARNING: Subroutine does not return */
__cxa_bad_cast();
}
/* WARNING: Subroutine does not return */
__throw_bad_cast();
}
|
void FUN_002dcb20(long *param_1)
{
ulong uVar1;
long lVar2;
uVar1 = FUN_00279460(&DAT_003cbd20);
if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&
(lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {
lVar2 = FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0);
if (lVar2 != 0) {
return;
}
/* WARNING: Subroutine does not return */
FUN_00276710();
}
/* WARNING: Subroutine does not return */
FUN_002b5510();
}
|
PUSH RBX
MOV RBX,RDI
LEA RDI,[0x3cbd20]
CALL 0x00279460
MOV RDX,qword ptr [RBX]
MOV RCX,qword ptr [RDX + 0x8]
CMP qword ptr [RDX + 0x10],RAX
JBE 0x002dcb62
MOV RDI,qword ptr [RCX + RAX*0x8]
TEST RDI,RDI
JZ 0x002dcb62
LEA RDX,[0x3bc770]
LEA RSI,[0x3b8630]
XOR ECX,ECX
CALL 0x002b7870
TEST RAX,RAX
JZ 0x002dcb67
POP RBX
RET
CALL 0x002b5510
CALL 0x00276710
| null | null | null | null |
[(u'CALL_-1204630727', u'INT_MULT_-1204630664'), ('tmp_70', u'CBRANCH_-1204630694'), ('const-0', u'INT_NOTEQUAL_-1204630621'), (u'INT_ADD_-1204630676', u'CAST_-1204630466'), (u'INT_ADD_-1204630697', u'CAST_-1204630473'), ('const-0', u'PTRSUB_-1204630487'), ('const-433', u'LOAD_-1204630692'), (u'LOAD_-1204630720', u'INT_ADD_-1204630676'), (u'CAST_-1204630488', u'CALL_-1204630727'), ('tmp_171', u'CBRANCH_-1204630620'), ('const-0', u'INT_NOTEQUAL_-1204630672'), ('const-433', u'LOAD_-1204630720'), (u'PTRSUB_-1204630446', u'CALL_-1204630636'), ('const-0', u'PTRSUB_-1204630445'), ('const-1', u'RETURN_-1204630594'), ('const-3900976', u'PTRSUB_-1204630446'), (u'LOAD_-1204630692', u'CALL_-1204630636'), ('const-433', u'LOAD_-1204630726'), ('tmp_226', u'CAST_-1204630482'), ('const-8', u'INT_ADD_-1204630704'), (u'LOAD_-1204630726', u'INT_ADD_-1204630704'), (u'PTRSUB_-1204630487', u'CAST_-1204630488'), (u'INT_NOTEQUAL_-1204630621', u'CBRANCH_-1204630620'), ('const-0', u'PTRSUB_-1204630446'), (u'CAST_-1204630466', u'LOAD_-1204630692'), ('const-433', u'LOAD_-1204630713'), (u'CALL_-1204630727', u'INT_LESS_-1204630685'), (u'INT_MULT_-1204630664', u'INT_ADD_-1204630676'), (u'INT_ADD_-1204630704', u'CAST_-1204630478'), (u'CAST_-1204630473', u'LOAD_-1204630713'), (u'CALL_-1204630636', u'CAST_-1204630440'), (u'INT_NOTEQUAL_-1204630672', u'CBRANCH_-1204630671'), (u'INT_LESS_-1204630685', u'CBRANCH_-1204630694'), ('const-0', u'CALL_-1204630636'), ('tmp_107', u'CBRANCH_-1204630671'), (u'CAST_-1204630440', u'RETURN_-1204630605'), ('const-3980576', u'PTRSUB_-1204630487'), (u'LOAD_-1204630726', u'INT_ADD_-1204630697'), (u'CAST_-1204630478', u'LOAD_-1204630720'), ('const-0', u'RETURN_-1204630605'), ('const-8', u'INT_MULT_-1204630664'), (u'LOAD_-1204630692', u'INT_NOTEQUAL_-1204630672'), (u'LOAD_-1204630713', u'INT_LESS_-1204630685'), ('const-16', u'INT_ADD_-1204630697'), (u'CAST_-1204630440', u'INT_NOTEQUAL_-1204630621'), ('const-3917680', u'PTRSUB_-1204630445'), (u'PTRSUB_-1204630445', u'CALL_-1204630636'), (u'CAST_-1204630482', u'LOAD_-1204630726'), ('const-1', u'RETURN_-1204630594')]
|
[(u'CALL_-1204630727', u'INT_MULT_-1204630664'), ('tmp_70', u'CBRANCH_-1204630694'), (u'INT_ADD_-1204630697', u'CAST_-1204630475'), ('const-3900976', u'PTRSUB_-1204630446'), (u'CAST_-1204630475', u'LOAD_-1204630713'), ('const-0', u'INT_NOTEQUAL_-1204630621'), (u'INT_NOTEQUAL_-1204630621', u'CBRANCH_-1204630620'), ('const-0', u'CALL_-1204630636'), (u'PTRSUB_-1204630487', u'CALL_-1204630727'), ('const-433', u'LOAD_-1204630726'), (u'CALL_-1204630727', u'INT_LESS_-1204630685'), (u'INT_MULT_-1204630664', u'INT_ADD_-1204630676'), ('const-0', u'PTRSUB_-1204630487'), ('const-0', u'PTRSUB_-1204630445'), (u'INT_ADD_-1204630704', u'CAST_-1204630480'), ('const-433', u'LOAD_-1204630720'), (u'LOAD_-1204630720', u'INT_ADD_-1204630676'), (u'INT_LESS_-1204630685', u'CBRANCH_-1204630694'), (u'INT_NOTEQUAL_-1204630672', u'CBRANCH_-1204630671'), ('tmp_171', u'CBRANCH_-1204630620'), ('const-0', u'INT_NOTEQUAL_-1204630672'), ('tmp_470', u'LOAD_-1204630726'), (u'PTRSUB_-1204630446', u'CALL_-1204630636'), ('tmp_107', u'CBRANCH_-1204630671'), ('const-1', u'RETURN_-1204630594'), (u'CAST_-1204630480', u'LOAD_-1204630720'), (u'CAST_-1204630468', u'LOAD_-1204630692'), (u'LOAD_-1204630726', u'INT_ADD_-1204630697'), (u'LOAD_-1204630692', u'CALL_-1204630636'), ('const-0', u'RETURN_-1204630605'), ('const-433', u'LOAD_-1204630713'), ('const-8', u'INT_MULT_-1204630664'), (u'LOAD_-1204630692', u'INT_NOTEQUAL_-1204630672'), ('const-0', u'PTRSUB_-1204630446'), (u'CALL_-1204630636', u'INT_NOTEQUAL_-1204630621'), (u'LOAD_-1204630713', u'INT_LESS_-1204630685'), ('const-16', u'INT_ADD_-1204630697'), ('const-433', u'LOAD_-1204630692'), ('const-3980576', u'PTRSUB_-1204630487'), ('const-8', u'INT_ADD_-1204630704'), (u'LOAD_-1204630726', u'INT_ADD_-1204630704'), (u'PTRSUB_-1204630445', u'CALL_-1204630636'), ('const-3917680', u'PTRSUB_-1204630445'), (u'INT_ADD_-1204630676', u'CAST_-1204630468'), ('const-1', u'RETURN_-1204630594')]
| null | null |
002dcb20
|
x64
|
O2
|
(translation_unit "void FUN_002dcb20(long *param_1)\n\n{\n ulong uVar1;\n long lVar2;\n \n uVar1 = FUN_00279460(&DAT_003cbd20);\n if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0);\n if (lVar2 != 0) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00276710();\n }\n /* WARNING: Subroutine does not return */\n FUN_002b5510();\n}\n\n" (function_definition "void FUN_002dcb20(long *param_1)\n\n{\n ulong uVar1;\n long lVar2;\n \n uVar1 = FUN_00279460(&DAT_003cbd20);\n if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0);\n if (lVar2 != 0) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00276710();\n }\n /* WARNING: Subroutine does not return */\n FUN_002b5510();\n}" primitive_type (function_declarator "FUN_002dcb20(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n ulong uVar1;\n long lVar2;\n \n uVar1 = FUN_00279460(&DAT_003cbd20);\n if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0);\n if (lVar2 != 0) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00276710();\n }\n /* WARNING: Subroutine does not return */\n FUN_002b5510();\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (expression_statement "uVar1 = FUN_00279460(&DAT_003cbd20);" (assignment_expression "uVar1 = FUN_00279460(&DAT_003cbd20)" identifier = (call_expression "FUN_00279460(&DAT_003cbd20)" identifier (argument_list "(&DAT_003cbd20)" ( (pointer_expression "&DAT_003cbd20" & identifier) )))) ;) (if_statement "if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0);\n if (lVar2 != 0) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00276710();\n }" if (parenthesized_expression "((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0))" ( (binary_expression "(uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)" (parenthesized_expression "(uVar1 < *(ulong *)(*param_1 + 0x10))" ( (binary_expression "uVar1 < *(ulong *)(*param_1 + 0x10)" identifier < (pointer_expression "*(ulong *)(*param_1 + 0x10)" * (cast_expression "(ulong *)(*param_1 + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x10)" ( (binary_expression "*param_1 + 0x10" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) && (parenthesized_expression "(lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)" ( (comma_expression "lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0" (assignment_expression "lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8)" identifier = (pointer_expression "*(long *)(*(long *)(*param_1 + 8) + uVar1 * 8)" * (cast_expression "(long *)(*(long *)(*param_1 + 8) + uVar1 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*param_1 + 8) + uVar1 * 8)" ( (binary_expression "*(long *)(*param_1 + 8) + uVar1 * 8" (pointer_expression "*(long *)(*param_1 + 8)" * (cast_expression "(long *)(*param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 8)" ( (binary_expression "*param_1 + 8" (pointer_expression "*param_1" * identifier) + number_literal) )))) + (binary_expression "uVar1 * 8" identifier * number_literal)) ))))) , (binary_expression "lVar2 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n lVar2 = FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0);\n if (lVar2 != 0) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00276710();\n }" { (expression_statement "lVar2 = FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0);" (assignment_expression "lVar2 = FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0)" identifier = (call_expression "FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0)" identifier (argument_list "(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0)" ( identifier , (pointer_expression "&PTR_PTR_FUN_003b8630" & identifier) , (pointer_expression "&PTR_PTR_FUN_003bc770" & identifier) , number_literal )))) ;) (if_statement "if (lVar2 != 0) {\n return;\n }" if (parenthesized_expression "(lVar2 != 0)" ( (binary_expression "lVar2 != 0" identifier != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) comment (expression_statement "FUN_00276710();" (call_expression "FUN_00276710()" identifier (argument_list "()" ( ))) ;) })) comment (expression_statement "FUN_002b5510();" (call_expression "FUN_002b5510()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* std::money_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const&\n std::use_facet<std::money_get<wchar_t, std::istreambuf_iterator<wchar_t,\n std::char_traits<wchar_t> > > >(std::locale const&) */\n\nmoney_get *\nstd::use_facet<std::money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>>\n (locale *param_1)\n\n{\n long lVar1;\n ulong uVar2;\n money_get *pmVar3;\n \n uVar2 = locale::id::_M_id((id *)&money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>\n ::id);\n if ((uVar2 < *(ulong *)(*(long *)param_1 + 0x10)) &&\n (lVar1 = *(long *)(*(long *)(*(long *)param_1 + 8) + uVar2 * 8), lVar1 != 0)) {\n pmVar3 = (money_get *)\n __dynamic_cast(lVar1,&locale::facet::typeinfo,\n &money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>\n ::typeinfo,0);\n if (pmVar3 != (money_get *)0x0) {\n return pmVar3;\n }\n /* WARNING: Subroutine does not return */\n __cxa_bad_cast();\n }\n /* WARNING: Subroutine does not return */\n __throw_bad_cast();\n}\n\n" comment comment (ERROR "money_get *\nstd::use_facet<std::money_get<wchar_t," (binary_expression "money_get *\nstd::use_facet<std::money_get<wchar_t" (binary_expression "money_get *\nstd::use_facet<std" (binary_expression "money_get *\nstd" identifier * identifier) (ERROR "::use_facet" : : identifier) < identifier) (ERROR "::money_get" : : identifier) < identifier) ,) (labeled_statement "std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>>\n (locale *param_1)" statement_identifier (ERROR "::istreambuf_iterator<wchar_t,std:" : : (comma_expression "istreambuf_iterator<wchar_t,std" (binary_expression "istreambuf_iterator<wchar_t" identifier < identifier) , identifier) :) : (expression_statement "char_traits<wchar_t>>>>\n (locale *param_1)" (binary_expression "char_traits<wchar_t>>>>\n (locale *param_1)" identifier < (binary_expression "wchar_t>>>>\n (locale *param_1)" identifier >> (ERROR ">>" >>) (parenthesized_expression "(locale *param_1)" ( (binary_expression "locale *param_1" identifier * identifier) )))) ;)) (compound_statement "{\n long lVar1;\n ulong uVar2;\n money_get *pmVar3;\n \n uVar2 = locale::id::_M_id((id *)&money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>\n ::id);\n if ((uVar2 < *(ulong *)(*(long *)param_1 + 0x10)) &&\n (lVar1 = *(long *)(*(long *)(*(long *)param_1 + 8) + uVar2 * 8), lVar1 != 0)) {\n pmVar3 = (money_get *)\n __dynamic_cast(lVar1,&locale::facet::typeinfo,\n &money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>\n ::typeinfo,0);\n if (pmVar3 != (money_get *)0x0) {\n return pmVar3;\n }\n /* WARNING: Subroutine does not return */\n __cxa_bad_cast();\n }\n /* WARNING: Subroutine does not return */\n __throw_bad_cast();\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "money_get *pmVar3;" type_identifier (pointer_declarator "*pmVar3" * identifier) ;) (ERROR "uVar2 = locale::" (assignment_expression "uVar2 = locale" identifier = identifier) : :) (labeled_statement "id::_M_id((id *)&money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>\n ::id);" statement_identifier (ERROR "::_M_id((id *)&money_get<wchar_t,std::istreambuf_iterator<wchar_t,std:" : : identifier ( (binary_expression "(id *)&money_get<wchar_t" (cast_expression "(id *)&money_get" ( (type_descriptor "id *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&money_get" & identifier)) < identifier) , identifier : : (comma_expression "istreambuf_iterator<wchar_t,std" (binary_expression "istreambuf_iterator<wchar_t" identifier < identifier) , identifier) :) : (expression_statement "char_traits<wchar_t>>>\n ::id);" (binary_expression "char_traits<wchar_t>>>\n ::id" identifier < (binary_expression "wchar_t>>>\n ::id" identifier >> (ERROR ">\n ::" > : :) identifier)) (ERROR ")" )) ;)) (if_statement "if ((uVar2 < *(ulong *)(*(long *)param_1 + 0x10)) &&\n (lVar1 = *(long *)(*(long *)(*(long *)param_1 + 8) + uVar2 * 8), lVar1 != 0)) {\n pmVar3 = (money_get *)\n __dynamic_cast(lVar1,&locale::facet::typeinfo,\n &money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>\n ::typeinfo,0);\n if (pmVar3 != (money_get *)0x0) {\n return pmVar3;\n }\n /* WARNING: Subroutine does not return */\n __cxa_bad_cast();\n }" if (parenthesized_expression "((uVar2 < *(ulong *)(*(long *)param_1 + 0x10)) &&\n (lVar1 = *(long *)(*(long *)(*(long *)param_1 + 8) + uVar2 * 8), lVar1 != 0))" ( (binary_expression "(uVar2 < *(ulong *)(*(long *)param_1 + 0x10)) &&\n (lVar1 = *(long *)(*(long *)(*(long *)param_1 + 8) + uVar2 * 8), lVar1 != 0)" (parenthesized_expression "(uVar2 < *(ulong *)(*(long *)param_1 + 0x10))" ( (binary_expression "uVar2 < *(ulong *)(*(long *)param_1 + 0x10)" identifier < (pointer_expression "*(ulong *)(*(long *)param_1 + 0x10)" * (cast_expression "(ulong *)(*(long *)param_1 + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)param_1 + 0x10)" ( (binary_expression "*(long *)param_1 + 0x10" (pointer_expression "*(long *)param_1" * (cast_expression "(long *)param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) && (parenthesized_expression "(lVar1 = *(long *)(*(long *)(*(long *)param_1 + 8) + uVar2 * 8), lVar1 != 0)" ( (comma_expression "lVar1 = *(long *)(*(long *)(*(long *)param_1 + 8) + uVar2 * 8), lVar1 != 0" (assignment_expression "lVar1 = *(long *)(*(long *)(*(long *)param_1 + 8) + uVar2 * 8)" identifier = (pointer_expression "*(long *)(*(long *)(*(long *)param_1 + 8) + uVar2 * 8)" * (cast_expression "(long *)(*(long *)(*(long *)param_1 + 8) + uVar2 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)param_1 + 8) + uVar2 * 8)" ( (binary_expression "*(long *)(*(long *)param_1 + 8) + uVar2 * 8" (pointer_expression "*(long *)(*(long *)param_1 + 8)" * (cast_expression "(long *)(*(long *)param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)param_1 + 8)" ( (binary_expression "*(long *)param_1 + 8" (pointer_expression "*(long *)param_1" * (cast_expression "(long *)param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) )))) + (binary_expression "uVar2 * 8" identifier * number_literal)) ))))) , (binary_expression "lVar1 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n pmVar3 = (money_get *)\n __dynamic_cast(lVar1,&locale::facet::typeinfo,\n &money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>\n ::typeinfo,0);\n if (pmVar3 != (money_get *)0x0) {\n return pmVar3;\n }\n /* WARNING: Subroutine does not return */\n __cxa_bad_cast();\n }" { (expression_statement "pmVar3 = (money_get *)\n __dynamic_cast(lVar1,&locale::facet::typeinfo,\n &money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>\n ::typeinfo,0);" (assignment_expression "pmVar3 = (money_get *)\n __dynamic_cast(lVar1,&locale::facet::typeinfo,\n &money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>\n ::typeinfo,0)" identifier = (cast_expression "(money_get *)\n __dynamic_cast(lVar1,&locale::facet::typeinfo,\n &money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>\n ::typeinfo,0)" ( (type_descriptor "money_get *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "__dynamic_cast(lVar1,&locale::facet::typeinfo,\n &money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>\n ::typeinfo,0)" identifier (argument_list "(lVar1,&locale::facet::typeinfo,\n &money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>\n ::typeinfo,0)" ( identifier , (ERROR "&locale::facet::" (pointer_expression "&locale" & identifier) : : identifier : :) identifier , (binary_expression "&money_get<wchar_t" (pointer_expression "&money_get" & identifier) < identifier) , (ERROR "std::" identifier : :) (binary_expression "istreambuf_iterator<wchar_t" identifier < identifier) , (ERROR "std::" identifier : :) (binary_expression "char_traits<wchar_t>>>\n ::typeinfo" identifier < (binary_expression "wchar_t>>>\n ::typeinfo" identifier >> (ERROR ">\n ::" > : :) identifier)) , number_literal ))))) ;) (if_statement "if (pmVar3 != (money_get *)0x0) {\n return pmVar3;\n }" if (parenthesized_expression "(pmVar3 != (money_get *)0x0)" ( (binary_expression "pmVar3 != (money_get *)0x0" identifier != (cast_expression "(money_get *)0x0" ( (type_descriptor "money_get *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return pmVar3;\n }" { (return_statement "return pmVar3;" return identifier ;) })) comment (expression_statement "__cxa_bad_cast();" (call_expression "__cxa_bad_cast()" identifier (argument_list "()" ( ))) ;) })) comment (expression_statement "__throw_bad_cast();" (call_expression "__throw_bad_cast()" identifier (argument_list "()" ( ))) ;) }))
|
(translation_unit "void FUN_002dcb20(long *param_1)\n\n{\n ulong uVar1;\n long lVar2;\n \n uVar1 = FUN_00279460(&DAT_003cbd20);\n if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0);\n if (lVar2 != 0) {\n return;\n }\n \n FUN_00276710();\n }\n \n FUN_002b5510();\n}\n\n" (function_definition "void FUN_002dcb20(long *param_1)\n\n{\n ulong uVar1;\n long lVar2;\n \n uVar1 = FUN_00279460(&DAT_003cbd20);\n if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0);\n if (lVar2 != 0) {\n return;\n }\n \n FUN_00276710();\n }\n \n FUN_002b5510();\n}" primitive_type (function_declarator "FUN_002dcb20(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n ulong uVar1;\n long lVar2;\n \n uVar1 = FUN_00279460(&DAT_003cbd20);\n if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0);\n if (lVar2 != 0) {\n return;\n }\n \n FUN_00276710();\n }\n \n FUN_002b5510();\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (expression_statement "uVar1 = FUN_00279460(&DAT_003cbd20);" (assignment_expression "uVar1 = FUN_00279460(&DAT_003cbd20)" identifier = (call_expression "FUN_00279460(&DAT_003cbd20)" identifier (argument_list "(&DAT_003cbd20)" ( (pointer_expression "&DAT_003cbd20" & identifier) )))) ;) (if_statement "if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0);\n if (lVar2 != 0) {\n return;\n }\n \n FUN_00276710();\n }" if (parenthesized_expression "((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0))" ( (binary_expression "(uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)" (parenthesized_expression "(uVar1 < *(ulong *)(*param_1 + 0x10))" ( (binary_expression "uVar1 < *(ulong *)(*param_1 + 0x10)" identifier < (pointer_expression "*(ulong *)(*param_1 + 0x10)" * (cast_expression "(ulong *)(*param_1 + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x10)" ( (binary_expression "*param_1 + 0x10" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) && (parenthesized_expression "(lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)" ( (comma_expression "lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0" (assignment_expression "lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8)" identifier = (pointer_expression "*(long *)(*(long *)(*param_1 + 8) + uVar1 * 8)" * (cast_expression "(long *)(*(long *)(*param_1 + 8) + uVar1 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*param_1 + 8) + uVar1 * 8)" ( (binary_expression "*(long *)(*param_1 + 8) + uVar1 * 8" (pointer_expression "*(long *)(*param_1 + 8)" * (cast_expression "(long *)(*param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 8)" ( (binary_expression "*param_1 + 8" (pointer_expression "*param_1" * identifier) + number_literal) )))) + (binary_expression "uVar1 * 8" identifier * number_literal)) ))))) , (binary_expression "lVar2 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n lVar2 = FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0);\n if (lVar2 != 0) {\n return;\n }\n \n FUN_00276710();\n }" { (expression_statement "lVar2 = FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0);" (assignment_expression "lVar2 = FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0)" identifier = (call_expression "FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0)" identifier (argument_list "(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0)" ( identifier , (pointer_expression "&PTR_PTR_FUN_003b8630" & identifier) , (pointer_expression "&PTR_PTR_FUN_003bc770" & identifier) , number_literal )))) ;) (if_statement "if (lVar2 != 0) {\n return;\n }" if (parenthesized_expression "(lVar2 != 0)" ( (binary_expression "lVar2 != 0" identifier != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_00276710();" (call_expression "FUN_00276710()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_002b5510();" (call_expression "FUN_002b5510()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) + (binary_expression IDENT * LIT)) ))))) , (binary_expression IDENT != LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) , (pointer_expression & IDENT) , LIT )))) ;) (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 ( ))) ;) })))
|
(function_definition "void FUN_002dcb20(long *param_1)\n\n{\n ulong uVar1;\n long lVar2;\n \n uVar1 = FUN_00279460(&DAT_003cbd20);\n if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0);\n if (lVar2 != 0) {\n return;\n }\n \n FUN_00276710();\n }\n \n FUN_002b5510();\n}" (primitive_type "void") (function_declarator "FUN_002dcb20(long *param_1)" (identifier "FUN_002dcb20") (parameter_list "(long *param_1)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n ulong uVar1;\n long lVar2;\n \n uVar1 = FUN_00279460(&DAT_003cbd20);\n if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0);\n if (lVar2 != 0) {\n return;\n }\n \n FUN_00276710();\n }\n \n FUN_002b5510();\n}" ({ "{") (declaration "ulong uVar1;" (type_identifier "ulong") (identifier "uVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (expression_statement "uVar1 = FUN_00279460(&DAT_003cbd20);" (assignment_expression "uVar1 = FUN_00279460(&DAT_003cbd20)" (identifier "uVar1") (= "=") (call_expression "FUN_00279460(&DAT_003cbd20)" (identifier "FUN_00279460") (argument_list "(&DAT_003cbd20)" (( "(") (pointer_expression "&DAT_003cbd20" (& "&") (identifier "DAT_003cbd20")) () ")")))) (; ";")) (if_statement "if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0);\n if (lVar2 != 0) {\n return;\n }\n \n FUN_00276710();\n }" (if "if") (parenthesized_expression "((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0))" (( "(") (binary_expression "(uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)" (parenthesized_expression "(uVar1 < *(ulong *)(*param_1 + 0x10))" (( "(") (binary_expression "uVar1 < *(ulong *)(*param_1 + 0x10)" (identifier "uVar1") (< "<") (pointer_expression "*(ulong *)(*param_1 + 0x10)" (* "*") (cast_expression "(ulong *)(*param_1 + 0x10)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + 0x10)" (( "(") (binary_expression "*param_1 + 0x10" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (&& "&&") (parenthesized_expression "(lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)" (( "(") (comma_expression "lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0" (assignment_expression "lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(*(long *)(*param_1 + 8) + uVar1 * 8)" (* "*") (cast_expression "(long *)(*(long *)(*param_1 + 8) + uVar1 * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(*param_1 + 8) + uVar1 * 8)" (( "(") (binary_expression "*(long *)(*param_1 + 8) + uVar1 * 8" (pointer_expression "*(long *)(*param_1 + 8)" (* "*") (cast_expression "(long *)(*param_1 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + 8)" (( "(") (binary_expression "*param_1 + 8" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "8")) () ")")))) (+ "+") (binary_expression "uVar1 * 8" (identifier "uVar1") (* "*") (number_literal "8"))) () ")"))))) (, ",") (binary_expression "lVar2 != 0" (identifier "lVar2") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n lVar2 = FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0);\n if (lVar2 != 0) {\n return;\n }\n \n FUN_00276710();\n }" ({ "{") (expression_statement "lVar2 = FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0);" (assignment_expression "lVar2 = FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0)" (identifier "lVar2") (= "=") (call_expression "FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0)" (identifier "FUN_002b7870") (argument_list "(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0)" (( "(") (identifier "lVar2") (, ",") (pointer_expression "&PTR_PTR_FUN_003b8630" (& "&") (identifier "PTR_PTR_FUN_003b8630")) (, ",") (pointer_expression "&PTR_PTR_FUN_003bc770" (& "&") (identifier "PTR_PTR_FUN_003bc770")) (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (lVar2 != 0) {\n return;\n }" (if "if") (parenthesized_expression "(lVar2 != 0)" (( "(") (binary_expression "lVar2 != 0" (identifier "lVar2") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00276710();" (call_expression "FUN_00276710()" (identifier "FUN_00276710") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_002b5510();" (call_expression "FUN_002b5510()" (identifier "FUN_002b5510") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::money_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const&
std::use_facet<std::money_get<wchar_t, std::istreambuf_iterator<wchar_t,
std::char_traits<wchar_t> > > >(std::locale const&) */
type_2 *
std::use_facet<std::type_2<var_2,std::var_9<var_2,std::var_1<var_2>>>>
(var_3 *var_4)
{
long var_7;
type_1 var_6;
type_2 *var_11;
var_6 = var_3::id::_M_id((var_5 *)&type_2<var_2,std::var_9<var_2,std::var_1<var_2>>>
::var_5);
if ((var_6 < *(type_1 *)(*(long *)var_4 + 0x10)) &&
(var_7 = *(long *)(*(long *)(*(long *)var_4 + 8) + var_6 * 8), var_7 != 0)) {
var_11 = (type_2 *)
var_8(var_7,&var_3::facet::var_10,
&type_2<var_2,std::var_9<var_2,std::var_1<var_2>>>
::var_10,0);
if (var_11 != (type_2 *)0x0) {
return var_11;
}
/* WARNING: Subroutine does not return */
var_12();
}
/* WARNING: Subroutine does not return */
var_13();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal))))))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
void MASKED(long *param_1)
{
ulong uVar1;
long lVar2;
uVar1 = FUN_00279460(&DAT_003cbd20);
if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&
(lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {
lVar2 = FUN_002b7870(lVar2,&PTR_PTR_FUN_003b8630,&PTR_PTR_FUN_003bc770,0);
if (lVar2 != 0) {
return;
}
/* WARNING: Subroutine does not return */
FUN_00276710();
}
/* WARNING: Subroutine does not return */
FUN_002b5510();
}
|
9527_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
|
length_error
|
FUN_0031a540
|
/* length_error(char const*) */
void __thiscall std::length_error::length_error(length_error *this,char *param_1)
{
void *pvVar1;
length_error alStack_28 [16];
length_error(alStack_28,"");
/* try { // try from 0031a56b to 0031a585 has its CatchHandler @ 0031a597 */
_ITM_memcpyRnWt(this,alStack_28,0x10);
pvVar1 = (void *)_txnal_logic_error_get_msg(this);
_txnal_cow_string_C1_for_exceptions(pvVar1,param_1,this);
~length_error(alStack_28);
return;
}
|
void FUN_0031a540(undefined8 param_1,undefined8 param_2)
{
undefined8 uVar1;
undefined1 auStack_28 [16];
FUN_00319ea0(auStack_28,"");
/* try { // try from 0031a56b to 0031a585 has its CatchHandler @ 0031a597 */
_ITM_memcpyRnWt(param_1,auStack_28,0x10);
uVar1 = FUN_0031a1d0(param_1);
FUN_0031a100(uVar1,param_2,param_1);
FUN_00322de0(auStack_28);
return;
}
|
PUSH R12
MOV R12,RSI
LEA RSI,[0x38b036]
PUSH RBP
MOV RBP,RDI
PUSH RBX
SUB RSP,0x10
MOV RBX,RSP
MOV RDI,RBX
CALL 0x00319ea0
MOV EDX,0x10
MOV RSI,RBX
MOV RDI,RBP
CALL 0x00147740
MOV RDI,RBP
CALL 0x0031a1d0
MOV RDX,RBP
MOV RSI,R12
MOV RDI,RAX
CALL 0x0031a100
MOV RDI,RBX
CALL 0x00322de0
ADD RSP,0x10
POP RBX
POP RBP
POP R12
RET
| null | null | null | null |
[('tmp_402', u'PTRSUB_-1204902333'), ('const--40', u'PTRSUB_-1204902333'), ('tmp_197', u'CALL_-1204902479'), ('const-0', u'RETURN_-1204902427'), (u'PTRSUB_-1204902332', u'CALL_-1204902511'), ('tmp_402', u'PTRSUB_-1204902332'), ('tmp_197', u'CALL_-1204902511'), ('const-16', u'CALL_-1204902511'), (u'CALL_-1204902499', u'CAST_-1204902299'), (u'CAST_-1204902299', u'CALL_-1204902479'), ('tmp_402', u'PTRSUB_-1204902334'), ('const-3715126', u'COPY_-1204902390'), ('tmp_197', u'CALL_-1204902499'), ('tmp_198', u'CALL_-1204902479'), (u'PTRSUB_-1204902334', u'CALL_-1204902533'), (u'COPY_-1204902390', u'CALL_-1204902533'), ('const--40', u'PTRSUB_-1204902334'), (u'PTRSUB_-1204902333', u'CALL_-1204902467'), ('const--40', u'PTRSUB_-1204902332')]
|
[('const-16', u'CALL_-1204902511'), (u'PTRSUB_-1204902332', u'CALL_-1204902467'), ('const--40', u'PTRSUB_-1204902332'), ('const-3715126', u'COPY_-1204902390'), ('const-0', u'RETURN_-1204902427'), ('const--40', u'PTRSUB_-1204902334'), ('tmp_405', u'PTRSUB_-1204902333'), ('tmp_405', u'PTRSUB_-1204902334'), (u'PTRSUB_-1204902334', u'CALL_-1204902533'), ('tmp_406', u'CALL_-1204902479'), ('tmp_408', u'CALL_-1204902479'), (u'COPY_-1204902390', u'CALL_-1204902533'), ('tmp_408', u'CALL_-1204902511'), ('tmp_405', u'PTRSUB_-1204902332'), (u'PTRSUB_-1204902333', u'CALL_-1204902511'), ('const--40', u'PTRSUB_-1204902333'), (u'CALL_-1204902499', u'CALL_-1204902479'), ('tmp_408', u'CALL_-1204902499')]
| null | null |
0031a540
|
x64
|
O2
|
(translation_unit "void FUN_0031a540(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n undefined1 auStack_28 [16];\n \n FUN_00319ea0(auStack_28,"");\n /* try { // try from 0031a56b to 0031a585 has its CatchHandler @ 0031a597 */\n _ITM_memcpyRnWt(param_1,auStack_28,0x10);\n uVar1 = FUN_0031a1d0(param_1);\n FUN_0031a100(uVar1,param_2,param_1);\n FUN_00322de0(auStack_28);\n return;\n}\n\n" (function_definition "void FUN_0031a540(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n undefined1 auStack_28 [16];\n \n FUN_00319ea0(auStack_28,"");\n /* try { // try from 0031a56b to 0031a585 has its CatchHandler @ 0031a597 */\n _ITM_memcpyRnWt(param_1,auStack_28,0x10);\n uVar1 = FUN_0031a1d0(param_1);\n FUN_0031a100(uVar1,param_2,param_1);\n FUN_00322de0(auStack_28);\n return;\n}" primitive_type (function_declarator "FUN_0031a540(undefined8 param_1,undefined8 param_2)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n undefined8 uVar1;\n undefined1 auStack_28 [16];\n \n FUN_00319ea0(auStack_28,"");\n /* try { // try from 0031a56b to 0031a585 has its CatchHandler @ 0031a597 */\n _ITM_memcpyRnWt(param_1,auStack_28,0x10);\n uVar1 = FUN_0031a1d0(param_1);\n FUN_0031a100(uVar1,param_2,param_1);\n FUN_00322de0(auStack_28);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "undefined1 auStack_28 [16];" type_identifier (array_declarator "auStack_28 [16]" identifier [ number_literal ]) ;) (expression_statement "FUN_00319ea0(auStack_28,"");" (call_expression "FUN_00319ea0(auStack_28,"")" identifier (argument_list "(auStack_28,"")" ( identifier , (string_literal """" " ") ))) ;) comment (expression_statement "_ITM_memcpyRnWt(param_1,auStack_28,0x10);" (call_expression "_ITM_memcpyRnWt(param_1,auStack_28,0x10)" identifier (argument_list "(param_1,auStack_28,0x10)" ( identifier , identifier , number_literal ))) ;) (expression_statement "uVar1 = FUN_0031a1d0(param_1);" (assignment_expression "uVar1 = FUN_0031a1d0(param_1)" identifier = (call_expression "FUN_0031a1d0(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "FUN_0031a100(uVar1,param_2,param_1);" (call_expression "FUN_0031a100(uVar1,param_2,param_1)" identifier (argument_list "(uVar1,param_2,param_1)" ( identifier , identifier , identifier ))) ;) (expression_statement "FUN_00322de0(auStack_28);" (call_expression "FUN_00322de0(auStack_28)" identifier (argument_list "(auStack_28)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* length_error(char const*) */\n\nvoid __thiscall std::length_error::length_error(length_error *this,char *param_1)\n\n{\n void *pvVar1;\n length_error alStack_28 [16];\n \n length_error(alStack_28,"");\n /* try { // try from 0031a56b to 0031a585 has its CatchHandler @ 0031a597 */\n _ITM_memcpyRnWt(this,alStack_28,0x10);\n pvVar1 = (void *)_txnal_logic_error_get_msg(this);\n _txnal_cow_string_C1_for_exceptions(pvVar1,param_1,this);\n ~length_error(alStack_28);\n return;\n}\n\n" comment (function_definition "void __thiscall std::length_error::length_error(length_error *this,char *param_1)\n\n{\n void *pvVar1;\n length_error alStack_28 [16];\n \n length_error(alStack_28,"");\n /* try { // try from 0031a56b to 0031a585 has its CatchHandler @ 0031a597 */\n _ITM_memcpyRnWt(this,alStack_28,0x10);\n pvVar1 = (void *)_txnal_logic_error_get_msg(this);\n _txnal_cow_string_C1_for_exceptions(pvVar1,param_1,this);\n ~length_error(alStack_28);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::length_error::" identifier : : identifier : :) (function_declarator "length_error(length_error *this,char *param_1)" identifier (parameter_list "(length_error *this,char *param_1)" ( (parameter_declaration "length_error *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n void *pvVar1;\n length_error alStack_28 [16];\n \n length_error(alStack_28,"");\n /* try { // try from 0031a56b to 0031a585 has its CatchHandler @ 0031a597 */\n _ITM_memcpyRnWt(this,alStack_28,0x10);\n pvVar1 = (void *)_txnal_logic_error_get_msg(this);\n _txnal_cow_string_C1_for_exceptions(pvVar1,param_1,this);\n ~length_error(alStack_28);\n return;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "length_error alStack_28 [16];" type_identifier (array_declarator "alStack_28 [16]" identifier [ number_literal ]) ;) (expression_statement "length_error(alStack_28,"");" (call_expression "length_error(alStack_28,"")" identifier (argument_list "(alStack_28,"")" ( identifier , (string_literal """" " ") ))) ;) comment (expression_statement "_ITM_memcpyRnWt(this,alStack_28,0x10);" (call_expression "_ITM_memcpyRnWt(this,alStack_28,0x10)" identifier (argument_list "(this,alStack_28,0x10)" ( identifier , identifier , number_literal ))) ;) (expression_statement "pvVar1 = (void *)_txnal_logic_error_get_msg(this);" (assignment_expression "pvVar1 = (void *)_txnal_logic_error_get_msg(this)" identifier = (cast_expression "(void *)_txnal_logic_error_get_msg(this)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "_txnal_logic_error_get_msg(this)" identifier (argument_list "(this)" ( identifier ))))) ;) (expression_statement "_txnal_cow_string_C1_for_exceptions(pvVar1,param_1,this);" (call_expression "_txnal_cow_string_C1_for_exceptions(pvVar1,param_1,this)" identifier (argument_list "(pvVar1,param_1,this)" ( identifier , identifier , identifier ))) ;) (expression_statement "~length_error(alStack_28);" (unary_expression "~length_error(alStack_28)" ~ (call_expression "length_error(alStack_28)" identifier (argument_list "(alStack_28)" ( identifier )))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0031a540(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n undefined1 auStack_28 [16];\n \n FUN_00319ea0(auStack_28,"");\n \n _ITM_memcpyRnWt(param_1,auStack_28,0x10);\n uVar1 = FUN_0031a1d0(param_1);\n FUN_0031a100(uVar1,param_2,param_1);\n FUN_00322de0(auStack_28);\n return;\n}\n\n" (function_definition "void FUN_0031a540(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n undefined1 auStack_28 [16];\n \n FUN_00319ea0(auStack_28,"");\n \n _ITM_memcpyRnWt(param_1,auStack_28,0x10);\n uVar1 = FUN_0031a1d0(param_1);\n FUN_0031a100(uVar1,param_2,param_1);\n FUN_00322de0(auStack_28);\n return;\n}" primitive_type (function_declarator "FUN_0031a540(undefined8 param_1,undefined8 param_2)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n undefined8 uVar1;\n undefined1 auStack_28 [16];\n \n FUN_00319ea0(auStack_28,"");\n \n _ITM_memcpyRnWt(param_1,auStack_28,0x10);\n uVar1 = FUN_0031a1d0(param_1);\n FUN_0031a100(uVar1,param_2,param_1);\n FUN_00322de0(auStack_28);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "undefined1 auStack_28 [16];" type_identifier (array_declarator "auStack_28 [16]" identifier [ number_literal ]) ;) (expression_statement "FUN_00319ea0(auStack_28,"");" (call_expression "FUN_00319ea0(auStack_28,"")" identifier (argument_list "(auStack_28,"")" ( identifier , (string_literal """" " ") ))) ;) (expression_statement "_ITM_memcpyRnWt(param_1,auStack_28,0x10);" (call_expression "_ITM_memcpyRnWt(param_1,auStack_28,0x10)" identifier (argument_list "(param_1,auStack_28,0x10)" ( identifier , identifier , number_literal ))) ;) (expression_statement "uVar1 = FUN_0031a1d0(param_1);" (assignment_expression "uVar1 = FUN_0031a1d0(param_1)" identifier = (call_expression "FUN_0031a1d0(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "FUN_0031a100(uVar1,param_2,param_1);" (call_expression "FUN_0031a100(uVar1,param_2,param_1)" identifier (argument_list "(uVar1,param_2,param_1)" ( identifier , identifier , identifier ))) ;) (expression_statement "FUN_00322de0(auStack_28);" (call_expression "FUN_00322de0(auStack_28)" identifier (argument_list "(auStack_28)" ( 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 (array_declarator IDENT [ LIT ]) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " ") ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (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_0031a540(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n undefined1 auStack_28 [16];\n \n FUN_00319ea0(auStack_28,"");\n \n _ITM_memcpyRnWt(param_1,auStack_28,0x10);\n uVar1 = FUN_0031a1d0(param_1);\n FUN_0031a100(uVar1,param_2,param_1);\n FUN_00322de0(auStack_28);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0031a540(undefined8 param_1,undefined8 param_2)" (identifier "FUN_0031a540") (parameter_list "(undefined8 param_1,undefined8 param_2)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) () ")"))) (compound_statement "{\n undefined8 uVar1;\n undefined1 auStack_28 [16];\n \n FUN_00319ea0(auStack_28,"");\n \n _ITM_memcpyRnWt(param_1,auStack_28,0x10);\n uVar1 = FUN_0031a1d0(param_1);\n FUN_0031a100(uVar1,param_2,param_1);\n FUN_00322de0(auStack_28);\n return;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "undefined1 auStack_28 [16];" (type_identifier "undefined1") (array_declarator "auStack_28 [16]" (identifier "auStack_28") ([ "[") (number_literal "16") (] "]")) (; ";")) (expression_statement "FUN_00319ea0(auStack_28,"");" (call_expression "FUN_00319ea0(auStack_28,"")" (identifier "FUN_00319ea0") (argument_list "(auStack_28,"")" (( "(") (identifier "auStack_28") (, ",") (string_literal """" (" """) (" """)) () ")"))) (; ";")) (expression_statement "_ITM_memcpyRnWt(param_1,auStack_28,0x10);" (call_expression "_ITM_memcpyRnWt(param_1,auStack_28,0x10)" (identifier "_ITM_memcpyRnWt") (argument_list "(param_1,auStack_28,0x10)" (( "(") (identifier "param_1") (, ",") (identifier "auStack_28") (, ",") (number_literal "0x10") () ")"))) (; ";")) (expression_statement "uVar1 = FUN_0031a1d0(param_1);" (assignment_expression "uVar1 = FUN_0031a1d0(param_1)" (identifier "uVar1") (= "=") (call_expression "FUN_0031a1d0(param_1)" (identifier "FUN_0031a1d0") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "FUN_0031a100(uVar1,param_2,param_1);" (call_expression "FUN_0031a100(uVar1,param_2,param_1)" (identifier "FUN_0031a100") (argument_list "(uVar1,param_2,param_1)" (( "(") (identifier "uVar1") (, ",") (identifier "param_2") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "FUN_00322de0(auStack_28);" (call_expression "FUN_00322de0(auStack_28)" (identifier "FUN_00322de0") (argument_list "(auStack_28)" (( "(") (identifier "auStack_28") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* length_error(char const*) */
void __thiscall std::function_1::function_1(function_1 *this,char *param_1)
{
void *pvVar1;
function_1 alStack_28 [16];
function_1(alStack_28,"");
/* try { // try from 0031a56b to 0031a585 has its CatchHandler @ 0031a597 */
var_1(this,alStack_28,0x10);
pvVar1 = (void *)var_2(this);
var_3(pvVar1,param_1,this);
~function_1(alStack_28);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
| null |
void MASKED(undefined8 param_1,undefined8 param_2)
{
undefined8 uVar1;
undefined1 auStack_28 [16];
FUN_00319ea0(auStack_28,"");
/* try { // try from 0031a56b to 0031a585 has its CatchHandler @ 0031a597 */
_ITM_memcpyRnWt(param_1,auStack_28,0x10);
uVar1 = FUN_0031a1d0(param_1);
FUN_0031a100(uVar1,param_2,param_1);
FUN_00322de0(auStack_28);
return;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.